34465ea509c635e4ebdbffa82b43ab177d32c3b1
[gnulib.git] / ChangeLog
1 2007-11-04  Bruno Haible  <bruno@clisp.org>
2
3         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
4
5 2007-11-04  Bruno Haible  <bruno@clisp.org>
6
7         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
8         Reported by Sylvain Beucler <beuc@gnu.org>.
9
10 2007-11-03  Bruno Haible  <bruno@clisp.org>
11
12         * tests/test-fprintf-posix2.sh: New file.
13         * tests/test-fprintf-posix2.c: New file.
14         * modules/fprintf-posix-tests (Files): Add them.
15         (TESTS): Add test-fprintf-posix2.sh.
16         (configure.ac): Check for getrlimit and setrlimit.
17         (check_PROGRAMS): Add test-fprintf-posix2.
18
19         * tests/test-printf-posix2.sh: New file.
20         * tests/test-printf-posix2.c: New file.
21         * modules/printf-posix-tests (Files): Add them.
22         (TESTS): Add test-printf-posix2.sh.
23         (configure.ac): Check for getrlimit and setrlimit.
24         (check_PROGRAMS): Add test-printf-posix2.
25
26         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
27         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
28         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29         (decode_double): New function, copied from decode_long_double.
30         (scale10_round_decimal_decoded): New function, extracted from
31         scale10_round_decimal_long_double.
32         (scale10_round_decimal_long_double): Use it.
33         (scale10_round_decimal_double): New function.
34         (floorlog10): New function.
35         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
36         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
37         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
38         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
39         gl_PRINTF_ENOMEM and test its result. Invoke
40         gl_PREREQ_VASNPRINTF_ENOMEM.
41         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
42         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
43         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
44         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
45         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
46         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
47         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
48         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
49         * modules/snprintf-posix (Depends-on): Likewise.
50         * modules/sprintf-posix (Depends-on): Likewise.
51         * modules/vasnprintf-posix (Depends-on): Likewise.
52         * modules/vasprintf-posix (Depends-on): Likewise.
53         * modules/vfprintf-posix (Depends-on): Likewise.
54         * modules/vsnprintf-posix (Depends-on): Likewise.
55         * modules/vsprintf-posix (Depends-on): Likewise.
56         * doc/functions/fprintf.texi: Update.
57         * doc/functions/printf.texi: Update.
58         * doc/functions/snprintf.texi: Update.
59         * doc/functions/sprintf.texi: Update.
60         * doc/functions/vfprintf.texi: Update.
61         * doc/functions/vprintf.texi: Update.
62         * doc/functions/vsnprintf.texi: Update.
63         * doc/functions/vsprintf.texi: Update.
64
65 2007-11-03  Bruno Haible  <bruno@clisp.org>
66
67         * modules/frexp-nolibm-tests: New file.
68
69         * modules/frexp-nolibm: New file.
70         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
71
72 2007-11-03  Bruno Haible  <bruno@clisp.org>
73
74         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
75         value is C99 compliant.
76         Needed for OSF/1 5.1.
77
78 2007-11-03  Bruno Haible  <bruno@clisp.org>
79
80         Fix out-of-memory handling of vasnprintf.
81         * lib/printf-parse.c: Include <errno.h>.
82         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
83         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
84         is already set.
85
86 2007-11-02  Eric Blake  <ebb9@byu.net>
87
88         Fix tests on cygwin.
89         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
90
91 2007-11-01  Bruno Haible  <bruno@clisp.org>
92
93         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
94         warning.
95         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
96         needed for POSIX compatibility.
97
98 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
99
100         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
101         for compatibility with GNU.
102
103 2007-11-01  Bruno Haible  <bruno@clisp.org>
104
105         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
106         (putenv): Renamed from rpl_putenv. Change argument type from
107         'const char *' to 'char *'.
108         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
109         of defining putenv in config.h, just set REPLACE_PUTENV.
110         * modules/putenv (Depends-on): Add stdlib.
111         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
112         (Include): Use <stdlib.h>.
113         * lib/stdlib.in.h (putenv): New declaration.
114         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
115         REPLACE_PUTENV.
116         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
117         REPLACE_PUTENV.
118         Needed for MacOS X 10.5.0.
119         Reported by Peter O'Gorman <peter@pogma.com>.
120
121 2007-11-01  Jim Meyering  <meyering@redhat.com>
122
123         Treat an empty date string exactly like "0".
124         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
125         if the remaining date string (to be parsed) is empty, use "0".
126         Reported by Mischa Molhoek and discussed in this thread:
127         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
128
129 2007-10-31  Bruno Haible  <bruno@clisp.org>
130
131         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
132         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
133         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
134         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
135         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
136         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
137
138 2007-10-31  Bruno Haible  <bruno@clisp.org>
139
140         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
141         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
142         (AC_TYPE_LONG_LONG_INT): Use it.
143         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
144         it as well.
145         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
146         to m4/longlong.m4.
147         * modules/stdint (Files): Remove m4/ulonglong.m4.
148         * modules/strtoull (Files): Use m4/longlong.m4 instead of
149         m4/ulonglong.m4.
150         * modules/strtoumax (Files): Likewise.
151
152 2007-10-30  Bruno Haible  <bruno@clisp.org>
153
154         * modules/xvasprintf-posix: New file.
155         Suggested by Eric Blake.
156
157 2007-10-30  Bruno Haible  <bruno@clisp.org>
158
159         * modules/xprintf-posix-tests: New file.
160         * tests/test-xprintf-posix.sh: New file.
161         * tests/test-xprintf-posix.c: New file.
162         * tests/test-xfprintf-posix.c: New file.
163
164         * modules/xprintf-posix: New file.
165
166 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
167
168         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
169         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
170         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
171
172 2007-10-29  Bruno Haible  <bruno@clisp.org>
173
174         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
175         contain the special marker '_cv_'.
176         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
177         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
178         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
179         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
180         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
181         Reported by Ralf Wildenhues.
182
183 2007-10-29  Bruno Haible  <bruno@clisp.org>
184
185         * gnulib-tool (func_import): When --lgpl is not specified, set
186         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
187         GPLv3.
188         Reported by Simon Josefsson.
189
190 2007-10-28  Bruno Haible  <bruno@clisp.org>
191
192         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
193         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
194         HAVE_DECL_ISFINITE.
195         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
196         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
197         HAVE_DECL_ISFINITE.
198
199 2007-10-28  Bruno Haible  <bruno@clisp.org>
200
201         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
202         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
203
204 2007-10-28  Bruno Haible  <bruno@clisp.org>
205
206         Fix link errors with Sun C 5.0 on Solaris 10.
207         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
208         function is declared but not present in the compiler's libm.
209         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
210         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
211         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
212         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
213         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
214         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
215         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
216         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
217         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
218         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
219         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
220         HAVE_DECL_FLOORL.
221
222 2007-10-28  Bruno Haible  <bruno@clisp.org>
223
224         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
225         gl_FUNC_FLOORL. Cache the result.
226         (gl_FUNC_FLOORL): Use it.
227         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
228         gl_FUNC_CEILL. Cache the result.
229         (gl_FUNC_CEILL): Use it.
230
231         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
232         gl_FUNC_FLOOR. Cache the result.
233         (gl_FUNC_FLOOR): Use it.
234         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
235         gl_FUNC_CEIL. Cache the result.
236         (gl_FUNC_CEIL): Use it.
237
238         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
239         gl_FUNC_FLOORF. Cache the result.
240         (gl_FUNC_FLOORF): Use it.
241         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
242         gl_FUNC_CEILF. Cache the result.
243         (gl_FUNC_CEILF): Use it.
244
245 2007-10-28  Bruno Haible  <bruno@clisp.org>
246
247         * gnulib-tool: Allow specifying the LGPL version number through
248         --lgpl=2 or --lgpl=3.
249         (func_usage): Document --lgpl with argument.
250         Handle --lgpl=... arguments.
251         (func_import): Recognize also gl_LGPL calls with an argument. When
252         --lgpl=2 is used and the module's license is just LGPL, report an
253         error. Set sed_transform_lib_file according to the lgpl variable. In
254         the generated files, use --lgpl or gl_LGPL invocations with argument,
255         if necessary.
256         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
257         an LGPv2+ license.
258         * doc/gnulib-tool.texi (Modified imports): Update explanation of
259         gl_LGPL macro.
260
261 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
262             Bruno Haible  <bruno@clisp.org>
263
264         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
265         (u16_uctomb_aux): Likewise.
266         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
267         !HAVE_INLINE.
268         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
269
270 2007-10-28  Bruno Haible  <bruno@clisp.org>
271
272         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
273         Invoke AM_GETTEXT_OPTION if it exists.
274         * modules/vasprintf: Likewise.
275         * modules/verror: Likewise.
276         * modules/xprintf: Likewise.
277         * modules/xvasprintf: Likewise.
278
279 2007-10-27  Ben Pfaff  <blp@gnu.org>
280
281         * lib/math.in.h: Define isfinite macro and prototypes for
282         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
283         implementations.
284         * m4/math_h.m4: New substitutions for isfinite module.
285         * lib/isfinite.c: New file.
286         * m4/isfinite.m4: New file.
287         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
288         * modules/isfinite: New file.
289         * modules/isfinite-tests: New file.
290         * tests/tests-isfinite.c: New file.
291         * doc/functions/isfinite.texi: Mention isfinite module.
292         * MODULES.html.sh: Mention new module.
293
294 2007-10-27  Ben Pfaff  <blp@gnu.org>
295
296         Ralf Wildenhues reported that Tru64 4.0D declares the round
297         functions but does not have definitions.
298         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
299         cannot be found in any library, set the output variable to
300         "missing" instead of "".
301         * m4/round.m4: Also use our substitute if we cannot find round in
302         any library, even if it is declared.
303         * m4/roundf.m4: Likewise for roundf.
304         * m4/roundl.m4: Likewise for roundl.
305         * lib/math.in.h: Undefine roundf, round, roundl before defining
306         their replacements, to allow for hypothetical systems where these
307         may be defined as macros but not available in libraries.
308
309 2007-10-27  Bruno Haible  <bruno@clisp.org>
310
311         * doc/gnulib.texi: Invoke @firstparagraphindent.
312         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
313         changes in gnulib.
314         (Source changes): New section.
315
316 2007-10-26  Bruno Haible  <bruno@clisp.org>
317
318         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
319         borrowed from autoconf.
320
321 2007-10-26  Bruno Haible  <bruno@clisp.org>
322
323         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
324         strerror returned the empty string. Needed on HP-UX 11.00.
325
326 2007-10-24  Micah Cowan  <micah@cowan.name>
327
328         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
329         * build-aux/bootstrap: Remove support for now-unnecessary option,
330         --cvs-user, and envvars CVS_USER, CVS_RSH.
331
332 2007-10-24  Jim Meyering  <meyering@redhat.com>
333
334         Avoid diagnostics from sha1sum when there is no cached checksum.
335         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
336         if the po.s1 file hasn't been created yet.
337
338         * build-aux/bootstrap: Sync from coreutils:
339         2007-10-24  Jim Meyering  <meyering@redhat.com>
340         Get gnulib from the git repository, not from an obsolete cvs one.
341         * build-aux/bootstrap: Suggestion from Micah Cowan.
342         2007-10-04  Jim Meyering  <jim@meyering.net>
343         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
344         (update_po_files): Work also when there are no .po files in po/.
345
346 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
347
348         * README: Append ".git" to git and cg examples.
349         Problem reported by Benoit Sigoure.
350
351 2007-10-23  Micah Cowan  <micah@cowan.name>
352
353         * users.txt: Add wget.
354
355 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
356
357         Fix linking of some unistdio tests on FreeBSD.
358         * modules/unistdio/u16-vsnprintf-tests
359         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
360         * modules/unistdio/u16-vsprintf-tests
361         (test_u16_vsnprintf1_LDADD): Likewise.
362         * modules/unistdio/u32-vsnprintf-tests
363         (test_u32_vsnprintf1_LDADD): Likewise.
364         * modules/unistdio/u32-vsprintf-tests
365         (test_u32_vsprintf1_LDADD): Likewise.
366         * modules/unistdio/u8-vsnprintf-tests
367         (test_u8_vsnprintf1_LDADD): Likewise.
368         * modules/unistdio/u8-vsprintf-tests
369         (test_u8_vsprintf1_LDADD): Likewise.
370         * modules/unistdio/ulc-vsnprintf-tests
371         (test_ulc_vsnprintf1_LDADD): Likewise.
372         * modules/unistdio/ulc-vsprintf-tests
373         (test_ulc_vsprintf1_LDADD): Likewise.
374
375         Fix linking of some uniconv tests on FreeBSD.
376         * modules/uniconv/u16-conv-from-enc-tests
377         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
378         * modules/uniconv/u16-conv-to-enc-tests
379         (test_u16_conv_to_enc_LDADD): Likewise.
380         * modules/uniconv/u16-strconv-from-enc-tests
381         (test_u16_strconv_from_enc_LDADD): Likewise.
382         * modules/uniconv/u16-strconv-to-enc-tests
383         (test_u16_strconv_to_enc_LDADD): Likewise.
384         * modules/uniconv/u32-conv-from-enc-tests
385         (test_u32_conv_from_enc_LDADD): Likewise.
386         * modules/uniconv/u32-conv-to-enc-tests
387         (test_u32_conv_to_enc_LDADD): Likewise.
388         * modules/uniconv/u32-strconv-from-enc-tests
389         (test_u32_strconv_from_enc_LDADD): Likewise.
390         * modules/uniconv/u32-strconv-to-enc-tests
391         (test_u32_strconv_to_enc_LDADD): Likewise.
392         * modules/uniconv/u8-conv-from-enc-tests
393         (test_u8_conv_from_enc_LDADD): Likewise.
394         * modules/uniconv/u8-conv-to-enc-tests
395         (test_u8_conv_to_enc_LDADD): Likewise.
396         * modules/uniconv/u8-strconv-from-enc-tests
397         (test_u8_strconv_from_enc_LDADD): Likewise.
398         * modules/uniconv/u8-strconv-to-enc-tests
399         (test_u8_strconv_to_enc_LDADD): Likewise.
400
401 2007-10-22  Bruno Haible  <bruno@clisp.org>
402
403         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
404         size.
405
406 2007-10-22  Eric Blake  <ebb9@byu.net>
407
408         Tweak x*printf documentation.
409         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
410         variable name and comments.
411         Suggested by Bruno Haible.
412
413 2007-10-22  Bruno Haible  <bruno@clisp.org>
414
415         * lib/acl.c (copy_acl): Fix file name in comment.
416
417 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
418
419         Fix Tru64 problem with stdbool.h.
420         * lib/stdbool.in.h (false, true):
421         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
422         Don't declare as an enum in this situation; it runs afoul of Tru64.
423         Problem reported by Steven M. Schweda in
424         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
425
426 2007-10-22  Eric Blake  <ebb9@byu.net>
427
428         Also wrap vf?printf.
429         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
430         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
431         (xvprintf, xvfprintf): New functions.
432
433 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
434
435         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
436         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
437
438         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
439         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
440
441 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
442
443         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
444         by Bruno Haible.
445
446 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
447
448         * lib/getloadavg.c
449         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
450         Undef `sys' after including sys/table.h, for Tru64 4.0D.
451
452         * tests/test-i-ring.c: Work for C89.
453
454 2007-10-22  Bruno Haible  <bruno@clisp.org>
455
456         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
457         -1u, in preprocessor expression, so that we don't test for the bug
458         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
459         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
460
461 2007-10-22  Eric Blake  <ebb9@byu.net>
462
463         * tests/test-yesno.sh: Silence stderr during test.
464
465 2007-10-22  Simon Josefsson  <simon@josefsson.org>
466
467         * modules/crypto/gc-camellia: New file.
468
469         * m4/gc-camellia.m4: New file.
470
471         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
472
473         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
474
475 2007-10-22  Simon Josefsson  <simon@josefsson.org>
476
477         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
478         --help to stdout.  Reported by sms@antinode.org (Steven
479         M. Schweda).
480
481 2007-10-22  Simon Josefsson  <simon@josefsson.org>
482
483         * users.txt: Fix link to libksba.
484
485 2007-10-21  Ben Pfaff  <blp@gnu.org>
486
487         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
488         round.c roundf implementation that depends on floorf and ceilf to
489         be tested unconditionally.
490
491 2007-10-21  Ben Pfaff  <blp@gnu.org>
492
493         * m4/check-libm-func.m4: Removed.
494         * m4/check-math-lib.m4: New file.
495         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
496         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
497         definition and lack of AC_LIBOBJ([roundf]).
498         * m4/roundl.m4: Ditto, and similarly for roundl.
499         * modules/round: Reference new m4 file.
500         * modules/roundf: Ditto.
501         * modules/roundl: Ditto.
502         * tests/test-round2.c (main): Use ROUND instead of round.
503         Bug report from Bruno Haible.
504
505 2007-10-21  Bruno Haible  <bruno@clisp.org>
506
507         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
508         context.
509
510 2007-10-21  Bruno Haible  <bruno@clisp.org>
511
512         * tests/test-wcwidth.c (main): Allow negative result for some control
513         characters.
514
515         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
516         Needed on OSF/1 5.1.
517
518 2007-10-21  Bruno Haible  <bruno@clisp.org>
519
520         * tests/test-floorf1.c: Include isnanf.h.
521         (main): Use isnanf() instead of isnan().
522         * tests/test-ceilf1.c: Include isnanf.h.
523         (main): Use isnanf() instead of isnan().
524         * tests/test-truncf1.c: Include isnanf.h.
525         (main): Use isnanf() instead of isnan().
526         * tests/test-roundf1.c: Include isnanf.h.
527         (main): Use isnanf() instead of isnan().
528
529 2007-10-21  Eric Blake  <ebb9@byu.net>
530
531         * users.txt: Update URL for m4.
532
533 2007-10-21  Bruno Haible  <bruno@clisp.org>
534
535         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
536
537 2007-10-21  Bruno Haible  <bruno@clisp.org>
538
539         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
540         Git's management files if the CVS files are not present.
541
542 2007-10-20  Bruno Haible  <bruno@clisp.org>
543
544         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
545         gcc-3.4.x.
546
547 2007-10-20  Ben Pfaff  <blp@gnu.org>
548
549         * lib/math.in.h: Declare round, roundf, roundl if we are providing
550         implementations.
551         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
552         * lib/round.c: New file.
553         * lib/roundf.c: New file.
554         * lib/roundl.c: New file.
555         * m4/round.m4: New file.
556         * m4/roundf.m4: New file.
557         * m4/roundl.m4: New file.
558         * m4/check-libm-func-m4: New file.
559         * modules/math: Replace round, roundf, roundl related @VARS@ in
560         math.in.h.
561         * modules/round: New file.
562         * modules/round-tests: New file.
563         * modules/roundf: New file.
564         * modules/roundf-tests: New file.
565         * modules/roundl: New file.
566         * modules/roundl-tests: New file.
567         * tests/test-round1.c: New file.
568         * tests/test-round2.c: New file.
569         * tests/test-roundf1.c: New file.
570         * tests/test-roundf2.c: New file.
571         * tests/test-roundl.c: New file.
572         * doc/functions/round.texi: Mention round module.
573         * doc/functions/roundf.texi: Mention roundf module.
574         * doc/functions/roundl.texi: Mention roundl module.
575         * MODULES.html.sh: Mention new modules.
576         Thanks to Bruno Haible for suggestions.
577
578 2007-10-20  Jim Meyering  <meyering@redhat.com>
579
580         * lib/xprintf.c: Include <config.h> unconditionally.
581
582         Change xprintf's license to GPL.
583         * modules/xprintf (License): s/LGPL/GPL/, since this module
584         depends on modules (exit and exitfail) which are GPL.
585         Suggestion from Bruno Haible.
586
587         xprintf fixes.
588         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
589         Use a clearer diagnostic.
590         Patch from Bruno Haible.
591
592 2007-10-20  Bruno Haible  <bruno@clisp.org>
593
594         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
595         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
596         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
597
598 2007-10-20  Bruno Haible  <bruno@clisp.org>
599
600         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
601         precision in the comparison result > x - 1 or similar.
602         * tests/test-ceilf2.c (correct_result_p): Likewise.
603         * tests/test-truncf2.c (correct_result_p): Likewise.
604         * tests/test-trunc2.c (correct_result_p): Likewise.
605         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
606
607 2007-10-20  Bruno Haible  <bruno@clisp.org>
608
609         * modules/ceil: New file.
610         * m4/ceil.m4: New file.
611         * doc/functions/ceil.texi: Mention the 'ceil' module.
612
613 2007-10-20  Bruno Haible  <bruno@clisp.org>
614
615         * modules/floor: New file.
616         * m4/floor.m4: New file.
617         * doc/functions/floor.texi: Mention the 'floor' module.
618
619 2007-10-20  Bruno Haible  <bruno@clisp.org>
620
621         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
622         of %a.
623         * modules/floorf-tests (Depends-on): Likewise.
624         * modules/truncf-tests (Depends-on): Likewise.
625         * modules/trunc-tests (Depends-on): Likewise.
626         Reported by Ben Pfaff.
627
628 2007-10-19  Jim Meyering  <meyering@redhat.com>
629
630         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
631         Don't bother testing specific errno values.  Just test ferror.
632
633         New module: xprintf
634         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
635
636 2007-10-19  Bruno Haible  <bruno@clisp.org>
637
638         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
639         syntax.
640         * modules/javaexec (Makefile.am): Likewise.
641         * modules/relocatable-prog (Makefile.am): Likewise.
642         Suggested by Jim Meyering.
643
644 2007-10-18  Bruno Haible  <bruno@clisp.org>
645
646         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
647         Reported by Jim Meyering.
648
649 2007-10-18  Eric Blake  <ebb9@byu.net>
650
651         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
652
653 2007-10-18  Bruno Haible  <bruno@clisp.org>
654
655         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
656         the format string into writable memory. Needed in Fortify conditions.
657
658 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
659             Bruno Haible  <bruno@clisp.org>
660
661         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
662         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
663         * modules/trim (Depends-on): Add mbchar.
664         (configure.ac): Add gl_FUNC_MBRTOWC.
665         (Makefile.am): Augment lib_SOURCES.
666
667 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
668
669         Modify glob.c to use fstatat and dirfd, to simplify it.
670         Suggested by Eric Blake.
671         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
672         Don't include <stdbool.h>; not used.
673         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
674         (link_exists_p): Simplify implementation, since we can now assume
675         dirfd and fstatat.
676         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
677
678 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
679
680         * gnulib-tool (func_get_dependencies): Fix sed script to
681         match only tests.
682
683 2007-10-17  Bruno Haible  <bruno@clisp.org>
684
685         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
686         allow locale names without encoding suffix.
687         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
688         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
689
690 2007-10-16  Bruno Haible  <bruno@clisp.org>
691
692         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
693         * lib/getgroups.c (getgroups): Likewise.
694         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
695
696 2007-10-16  Bruno Haible  <bruno@clisp.org>
697
698         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
699         * modules/malloc-posix (License): Likewise.
700         * modules/realloc-posix (License): Likewise.
701         * modules/calloc-posix (License): Likewise.
702         * modules/intprops (License): Change from GPL to LGPL, with
703         Paul Eggert's approval.
704
705 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
706
707         Merge glibc changes into lib/glob.c.
708
709         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
710         2007-10-15 04:59:03 UTC.  Here are the changes:
711
712         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
713
714         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
715
716         * lib/glob.c: Add some branch prediction throughout.
717
718         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
719
720         [BZ #5103]
721         * lib/glob.c (glob): Recognize patterns starting \/.
722
723         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
724
725         [BZ #3996]
726         * lib/glob.c (attribute_hidden): Define if not defined.
727         (glob): Unescape dirname, filename or username when needed and not
728         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
729         is NULL.  Handle unescaped [ in pattern without closing ].
730         Don't pass GLOB_CHECK down to recursive glob for directories.
731         (__glob_pattern_type): New function.
732         (__glob_pattern_p): Implement using __glob_pattern_type.
733         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
734         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
735         Remove unreachable code.
736
737         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
738
739         * lib/glob.c (glob_in_dir): Add some comments and asserts to
740         explain why there are no leaks.
741
742         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
743
744         [BZ #3253]
745         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
746         time, rather allocate increasingly bigger arrays of pointers, if
747         possible with alloca, if too large with malloc.
748
749 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
750
751         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
752         Problem reported by H.Merijn Brand in
753         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
754         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
755         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
756
757 2007-10-15  Bruno Haible  <bruno@clisp.org>
758
759         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
760         with explicit rpl_ prefix.
761         * lib/fopen.c (fopen): Likewise.
762         * lib/freopen.c (freopen): Likewise.
763         * lib/iconv.c (iconv): Likewise.
764         * lib/iconv_close.c (iconv_close): Likewise.
765
766 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
767
768         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
769
770 2007-10-15  Bruno Haible  <bruno@clisp.org>
771
772         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
773         <stddef.h> instead of <stdlib.h> since we only need NULL.
774         Reported by Ben Pfaff <blp@cs.stanford.edu>.
775
776 2007-10-15  Bruno Haible  <bruno@clisp.org>
777
778         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
779         Replace paragraph talking about LIBOBJS.
780         Reported by Colin Watson <cjwatson@debian.org>.
781
782 2007-10-15  Bruno Haible  <bruno@clisp.org>
783
784         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
785         <stdlib.h> before using NULL.
786
787 2007-10-15  Simon Josefsson  <simon@josefsson.org>
788
789         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
790         Reported by Albert Chin <china@thewrittenword.com>.
791
792 2007-10-14  Bruno Haible  <bruno@clisp.org>
793
794         * modules/iconv_open-utf-tests: New file.
795         * tests/test-iconv-utf.c: New file.
796
797         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
798         * modules/iconv_open-utf: New file.
799         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
800         (iconv, iconv_close): New declarations.
801         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
802         be defined.
803         (iconv_open): Add special handling of conversion between UTF-8 and
804         UTF-{16,32}{BE,LE}.
805         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
806         * lib/iconv_close.c: New file.
807         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
808         gl_FUNC_ICONV_OPEN.
809         (gl_FUNC_ICONV_OPEN): Use it.
810         (gl_FUNC_ICONV_OPEN_UTF): New macro.
811         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
812         and REPLACE_ICONV_UTF.
813         * modules/iconv_open (Depends-on): Add c-strcase.
814         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
815         ICONV_CONST.
816         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
817
818 2007-10-13  Albert Chin  <china@thewrittenword.com>
819             Bruno Haible  <bruno@clisp.org>
820
821         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
822         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
823
824 2007-10-13  Bruno Haible  <bruno@clisp.org>
825
826         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
827         defined, use the ISO C99 inline semantics.
828         * lib/argp.h (ARGP_EI): Likewise.
829
830 2007-10-13  Bruno Haible  <bruno@clisp.org>
831
832         Handle 'inline' change in gcc 4.3.0.
833         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
834         argp_fmtstream_write, argp_fmtstream_set_lmargin,
835         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
836         argp_fmtstream_point): Disable 'extern' declaration if the function
837         definition is going to be provided inline.
838         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
839         semantics, not the ISO C99 inline semantics.
840         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
841         'extern' declaration if the function definition is going to be provided
842         inline.
843         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
844         the GNU C inline semantics, not the ISO C99 inline semantics. With
845         GCC 4.2, avoid a warning.
846
847 2007-10-13  Bruno Haible  <bruno@clisp.org>
848
849         * lib/freading.h (freading): Enable the use of __freading for
850         glibc >= 2.7.
851         * lib/freading.c (freading): Likewise.
852
853 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
854
855         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
856         "warning: C99 inline functions are not supported; using GNU89".
857
858 2007-10-12  Bruno Haible  <bruno@clisp.org>
859
860         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
861         of 2.
862         * tests/test-ceilf2.c: New file.
863         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
864
865         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
866         * modules/ceilf-tests: Update.
867
868 2007-10-12  Bruno Haible  <bruno@clisp.org>
869
870         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
871         of 2.
872         * tests/test-floorf2.c: New file.
873         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
874
875         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
876         * modules/floorf-tests: Update.
877
878 2007-10-12  Bruno Haible  <bruno@clisp.org>
879
880         * tests/test-trunc2.c: New file.
881         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
882
883         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
884         * modules/trunc-tests: Update.
885
886 2007-10-12  Bruno Haible  <bruno@clisp.org>
887
888         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
889         of 2.
890         * tests/test-truncf2.c: New file.
891         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
892
893         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
894         * modules/truncf-tests: Update.
895
896 2007-10-11  Eric Blake  <ebb9@byu.net>
897
898         Don't claim strerror is broken on Interix.
899         * doc/functions/strerror.texi (strerror): Known broken systems are
900         now Solaris 8, and not Interix.
901         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
902         Interix on cross-compile.
903         Reported by Martin Koeppe in
904         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
905
906 2007-10-11  Bruno Haible  <bruno@clisp.org>
907
908         * modules/i-ring-tests: New file.
909         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
910         instead of assert.
911
912 2007-10-11  Bruno Haible  <bruno@clisp.org>
913
914         * modules/filenamecat-tests: New file.
915         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
916         * lib/filenamecat.c: Remove test code.
917
918 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
919
920         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
921
922         * lib/strerror.c: Include <string.h> always, to test interface,
923         and to remove the need for the dummy.
924         Include intprops.h to compute width instead of doing it ourselves
925         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
926         (strerror): Define it to return NULL if there's no system strerror.
927         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
928         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
929         ancient pre-strerror Unix systems well any more.  Saying "unknown
930         system error" is enough.
931         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
932         simpler strerror.c implementation.
933         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
934         Simplify the tests to reflect the simpler strerror implementation.
935         * modules/strerror (Depends-on): Add intprops.
936
937 2007-10-09  Eric Blake  <ebb9@byu.net>
938
939         Silence test-fpending.
940         * modules/fpending-tests (Files): Add wrapper script.
941         * tests/test-fpending.sh: New file.
942
943 2007-10-09  Bruno Haible  <bruno@clisp.org>
944
945         * MODULES.html.sh (func_module): Don't create a hyperlink for
946         function names like 'printf_frexp'.
947         (Misc): Add crc, memxor.
948         (Characteristics of floating types): New section.
949         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
950         isnanf-nolibm, signbit, trunc, truncf, truncl.
951         (Enhancements for ISO C 99 functions): New subsection Input/output.
952         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
953         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
954         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
955         (Compatibility checks for POSIX:2001 functions): Add clock-time.
956         (Enhancements for POSIX:2001 functions): Add chdir-long.
957         (File system functions): Add areadlink, chdir-safer, read-file.
958         Remove cycle-check.
959         (File system as inode set): New section.
960         (Date and time): Add gethrxtime.
961         (Multithreading): Add openmp.
962         (Internationalization functions): Add localename.
963         (Unicode string functions): Add unistr/u*-mbsnlen.
964         (Support for maintaining and releasing projects): Add git-version-gen.
965         (Lone files): Remove directories.
966
967 2007-10-08  Ben Pfaff  <blp@gnu.org>
968
969         * lib/xmalloca.h: Fix typo in comment.
970
971 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
972
973         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
974         when avoiding problems with integer overflow.  Use a portable test
975         instead.
976
977 2007-10-08  Simon Josefsson  <simon@josefsson.org>
978
979         * modules/dummy (License): Change to LGPLv2+.
980         * modules/float (License): Likewise
981         * modules/realloc (License): Likewise
982         * modules/stdlib (License): Likewise
983
984 2007-10-07  Bruno Haible  <bruno@clisp.org>
985
986         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
987         * floor.c (TWO_MANT_DIG): Likewise.
988         * ceil.c (TWO_MANT_DIG): Likewise.
989         Reported by Ben Pfaff.
990
991 2007-10-07  Bruno Haible  <bruno@clisp.org>
992
993         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
994         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
995         * lib/frexp.c (FUNC): Likewise.
996         * lib/printf-frexp.h (printf_frexp): Likewise.
997         * lib/printf-frexpl.h (printf_frexpl): Likewise.
998         * lib/printf-frexp.c (FUNC): Likewise.
999         Suggested by Jim Meyering.
1000
1001 2007-10-07  Jim Meyering  <meyering@redhat.com>
1002
1003         Make xnanosleep's integer overflow test more robust.
1004         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
1005         so that gcc-4.3.0 doesn't optimize away this test for overflow.
1006
1007 2007-10-07  Bruno Haible  <bruno@clisp.org>
1008
1009         * NEWS: Mention the license change.
1010
1011         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
1012         abbreviations in the modules files.
1013
1014         Change copyright notice from GPLv2+ to GPLv3+.
1015         * README: Change copyright notice.
1016         * MODULES.html.sh: Likewise.
1017         * build-aux/bootstrap.conf: Likewise.
1018         * build-aux/config.libpath: Likewise.
1019         * build-aux/csharpcomp.sh.in: Likewise.
1020         * build-aux/csharpexec.sh.in: Likewise.
1021         * build-aux/install-reloc: Likewise.
1022         * build-aux/javacomp.sh.in: Likewise.
1023         * build-aux/javaexec.sh.in: Likewise.
1024         * build-aux/ldd.sh.in: Likewise.
1025         * build-aux/reloc-ldflags: Likewise.
1026         * build-aux/relocatable.sh.in: Likewise.
1027         * build-aux/x-to-1.in: Likewise.
1028         * check-module: Likewise.
1029         * config/srclistvars.sh: Likewise.
1030         * gnulib-tool: Likewise.
1031         * lib/acl-internal.h: Likewise.
1032         * lib/acl.c: Likewise.
1033         * lib/acl.h: Likewise.
1034         * lib/acl_entries.c: Likewise.
1035         * lib/areadlink-with-size.c: Likewise.
1036         * lib/areadlink.c: Likewise.
1037         * lib/areadlink.h: Likewise.
1038         * lib/argmatch.c: Likewise.
1039         * lib/argmatch.h: Likewise.
1040         * lib/argp-ba.c: Likewise.
1041         * lib/argp-eexst.c: Likewise.
1042         * lib/argp-fmtstream.c: Likewise.
1043         * lib/argp-fmtstream.h: Likewise.
1044         * lib/argp-fs-xinl.c: Likewise.
1045         * lib/argp-help.c: Likewise.
1046         * lib/argp-namefrob.h: Likewise.
1047         * lib/argp-parse.c: Likewise.
1048         * lib/argp-pin.c: Likewise.
1049         * lib/argp-pv.c: Likewise.
1050         * lib/argp-pvh.c: Likewise.
1051         * lib/argp-xinl.c: Likewise.
1052         * lib/argp.h: Likewise.
1053         * lib/at-func.c: Likewise.
1054         * lib/atanl.c: Likewise.
1055         * lib/backupfile.c: Likewise.
1056         * lib/backupfile.h: Likewise.
1057         * lib/basename.c: Likewise.
1058         * lib/binary-io.h: Likewise.
1059         * lib/byteswap.in.h: Likewise.
1060         * lib/c-stack.c: Likewise.
1061         * lib/c-stack.h: Likewise.
1062         * lib/c-strcasestr.c: Likewise.
1063         * lib/c-strcasestr.h: Likewise.
1064         * lib/c-strstr.c: Likewise.
1065         * lib/c-strstr.h: Likewise.
1066         * lib/c-strtod.c: Likewise.
1067         * lib/calloc.c: Likewise.
1068         * lib/canon-host.c: Likewise.
1069         * lib/canon-host.h: Likewise.
1070         * lib/canonicalize-lgpl.c: Likewise.
1071         * lib/canonicalize.c: Likewise.
1072         * lib/canonicalize.h: Likewise.
1073         * lib/ceil.c: Likewise.
1074         * lib/ceilf.c: Likewise.
1075         * lib/ceill.c: Likewise.
1076         * lib/chdir-long.c: Likewise.
1077         * lib/chdir-long.h: Likewise.
1078         * lib/chdir-safer.c: Likewise.
1079         * lib/chdir-safer.h: Likewise.
1080         * lib/chown.c: Likewise.
1081         * lib/classpath.c: Likewise.
1082         * lib/classpath.h: Likewise.
1083         * lib/clean-temp.c: Likewise.
1084         * lib/clean-temp.h: Likewise.
1085         * lib/cloexec.c: Likewise.
1086         * lib/close-stream.c: Likewise.
1087         * lib/closein.c: Likewise.
1088         * lib/closein.h: Likewise.
1089         * lib/closeout.c: Likewise.
1090         * lib/closeout.h: Likewise.
1091         * lib/concat-filename.c: Likewise.
1092         * lib/copy-file.c: Likewise.
1093         * lib/copy-file.h: Likewise.
1094         * lib/count-one-bits.h: Likewise.
1095         * lib/crc.c: Likewise.
1096         * lib/crc.h: Likewise.
1097         * lib/creat-safer.c: Likewise.
1098         * lib/csharpcomp.c: Likewise.
1099         * lib/csharpcomp.h: Likewise.
1100         * lib/csharpexec.c: Likewise.
1101         * lib/csharpexec.h: Likewise.
1102         * lib/cycle-check.c: Likewise.
1103         * lib/cycle-check.h: Likewise.
1104         * lib/diacrit.c: Likewise.
1105         * lib/diacrit.h: Likewise.
1106         * lib/diffseq.h: Likewise.
1107         * lib/dirchownmod.c: Likewise.
1108         * lib/dirent.in.h: Likewise.
1109         * lib/dirfd.c: Likewise.
1110         * lib/dirfd.h: Likewise.
1111         * lib/dirname.c: Likewise.
1112         * lib/dirname.h: Likewise.
1113         * lib/dummy.c: Likewise.
1114         * lib/dup-safer.c: Likewise.
1115         * lib/dup2.c: Likewise.
1116         * lib/eealloc.h: Likewise.
1117         * lib/error.c: Likewise.
1118         * lib/error.h: Likewise.
1119         * lib/euidaccess.c: Likewise.
1120         * lib/exclude.c: Likewise.
1121         * lib/exclude.h: Likewise.
1122         * lib/execute.c: Likewise.
1123         * lib/execute.h: Likewise.
1124         * lib/exitfail.c: Likewise.
1125         * lib/exitfail.h: Likewise.
1126         * lib/expl.c: Likewise.
1127         * lib/fatal-signal.c: Likewise.
1128         * lib/fatal-signal.h: Likewise.
1129         * lib/fbufmode.c: Likewise.
1130         * lib/fbufmode.h: Likewise.
1131         * lib/fchdir.c: Likewise.
1132         * lib/fchmodat.c: Likewise.
1133         * lib/fchownat.c: Likewise.
1134         * lib/fcntl--.h: Likewise.
1135         * lib/fcntl-safer.h: Likewise.
1136         * lib/fcntl.in.h: Likewise.
1137         * lib/fd-safer.c: Likewise.
1138         * lib/fflush.c: Likewise.
1139         * lib/file-has-acl.c: Likewise.
1140         * lib/file-set.c: Likewise.
1141         * lib/file-type.c: Likewise.
1142         * lib/file-type.h: Likewise.
1143         * lib/fileblocks.c: Likewise.
1144         * lib/filemode.c: Likewise.
1145         * lib/filemode.h: Likewise.
1146         * lib/filename.h: Likewise.
1147         * lib/filenamecat.c: Likewise.
1148         * lib/filenamecat.h: Likewise.
1149         * lib/findprog.c: Likewise.
1150         * lib/findprog.h: Likewise.
1151         * lib/float.in.h: Likewise.
1152         * lib/floor.c: Likewise.
1153         * lib/floorf.c: Likewise.
1154         * lib/floorl.c: Likewise.
1155         * lib/fopen-safer.c: Likewise.
1156         * lib/fopen.c: Likewise.
1157         * lib/fpending.c: Likewise.
1158         * lib/fpending.h: Likewise.
1159         * lib/fprintf.c: Likewise.
1160         * lib/fprintftime.h: Likewise.
1161         * lib/fpucw.h: Likewise.
1162         * lib/fpurge.c: Likewise.
1163         * lib/fpurge.h: Likewise.
1164         * lib/freadable.c: Likewise.
1165         * lib/freadable.h: Likewise.
1166         * lib/freadahead.c: Likewise.
1167         * lib/freadahead.h: Likewise.
1168         * lib/freading.c: Likewise.
1169         * lib/freading.h: Likewise.
1170         * lib/free.c: Likewise.
1171         * lib/freopen.c: Likewise.
1172         * lib/frexp.c: Likewise.
1173         * lib/frexpl.c: Likewise.
1174         * lib/fseek.c: Likewise.
1175         * lib/fseterr.c: Likewise.
1176         * lib/fseterr.h: Likewise.
1177         * lib/fstatat.c: Likewise.
1178         * lib/fstrcmp.c: Likewise.
1179         * lib/fstrcmp.h: Likewise.
1180         * lib/fsusage.c: Likewise.
1181         * lib/fsusage.h: Likewise.
1182         * lib/ftell.c: Likewise.
1183         * lib/ftello.c: Likewise.
1184         * lib/fts-cycle.c: Likewise.
1185         * lib/fts.c: Likewise.
1186         * lib/fts_.h: Likewise.
1187         * lib/full-read.c: Likewise.
1188         * lib/full-read.h: Likewise.
1189         * lib/full-write.c: Likewise.
1190         * lib/full-write.h: Likewise.
1191         * lib/fwritable.c: Likewise.
1192         * lib/fwritable.h: Likewise.
1193         * lib/fwriteerror.c: Likewise.
1194         * lib/fwriteerror.h: Likewise.
1195         * lib/fwriting.c: Likewise.
1196         * lib/fwriting.h: Likewise.
1197         * lib/gcd.c: Likewise.
1198         * lib/gcd.h: Likewise.
1199         * lib/getcwd.c: Likewise.
1200         * lib/getdate.h: Likewise.
1201         * lib/getdate.y: Likewise.
1202         * lib/getdomainname.c: Likewise.
1203         * lib/getdomainname.h: Likewise.
1204         * lib/getgroups.c: Likewise.
1205         * lib/gethostname.c: Likewise.
1206         * lib/gethrxtime.c: Likewise.
1207         * lib/gethrxtime.h: Likewise.
1208         * lib/getloadavg.c: Likewise.
1209         * lib/getndelim2.c: Likewise.
1210         * lib/getndelim2.h: Likewise.
1211         * lib/getnline.c: Likewise.
1212         * lib/getnline.h: Likewise.
1213         * lib/getopt.c: Likewise.
1214         * lib/getopt.in.h: Likewise.
1215         * lib/getopt1.c: Likewise.
1216         * lib/getopt_int.h: Likewise.
1217         * lib/getpagesize.h: Likewise.
1218         * lib/getsubopt.c: Likewise.
1219         * lib/gettime.c: Likewise.
1220         * lib/getugroups.c: Likewise.
1221         * lib/getugroups.h: Likewise.
1222         * lib/getusershell.c: Likewise.
1223         * lib/gl_anyavltree_list1.h: Likewise.
1224         * lib/gl_anyavltree_list2.h: Likewise.
1225         * lib/gl_anyhash_list1.h: Likewise.
1226         * lib/gl_anyhash_list2.h: Likewise.
1227         * lib/gl_anylinked_list1.h: Likewise.
1228         * lib/gl_anylinked_list2.h: Likewise.
1229         * lib/gl_anyrbtree_list1.h: Likewise.
1230         * lib/gl_anyrbtree_list2.h: Likewise.
1231         * lib/gl_anytree_list1.h: Likewise.
1232         * lib/gl_anytree_list2.h: Likewise.
1233         * lib/gl_anytree_oset.h: Likewise.
1234         * lib/gl_anytreehash_list1.h: Likewise.
1235         * lib/gl_anytreehash_list2.h: Likewise.
1236         * lib/gl_array_list.c: Likewise.
1237         * lib/gl_array_list.h: Likewise.
1238         * lib/gl_array_oset.c: Likewise.
1239         * lib/gl_array_oset.h: Likewise.
1240         * lib/gl_avltree_list.c: Likewise.
1241         * lib/gl_avltree_list.h: Likewise.
1242         * lib/gl_avltree_oset.c: Likewise.
1243         * lib/gl_avltree_oset.h: Likewise.
1244         * lib/gl_avltreehash_list.c: Likewise.
1245         * lib/gl_avltreehash_list.h: Likewise.
1246         * lib/gl_carray_list.c: Likewise.
1247         * lib/gl_carray_list.h: Likewise.
1248         * lib/gl_linked_list.c: Likewise.
1249         * lib/gl_linked_list.h: Likewise.
1250         * lib/gl_linkedhash_list.c: Likewise.
1251         * lib/gl_linkedhash_list.h: Likewise.
1252         * lib/gl_list.c: Likewise.
1253         * lib/gl_list.h: Likewise.
1254         * lib/gl_oset.c: Likewise.
1255         * lib/gl_oset.h: Likewise.
1256         * lib/gl_rbtree_list.c: Likewise.
1257         * lib/gl_rbtree_list.h: Likewise.
1258         * lib/gl_rbtree_oset.c: Likewise.
1259         * lib/gl_rbtree_oset.h: Likewise.
1260         * lib/gl_rbtreehash_list.c: Likewise.
1261         * lib/gl_rbtreehash_list.h: Likewise.
1262         * lib/gl_sublist.c: Likewise.
1263         * lib/gl_sublist.h: Likewise.
1264         * lib/group-member.c: Likewise.
1265         * lib/group-member.h: Likewise.
1266         * lib/hard-locale.c: Likewise.
1267         * lib/hard-locale.h: Likewise.
1268         * lib/hash-pjw.c: Likewise.
1269         * lib/hash-pjw.h: Likewise.
1270         * lib/hash-triple.c: Likewise.
1271         * lib/hash.c: Likewise.
1272         * lib/hash.h: Likewise.
1273         * lib/human.c: Likewise.
1274         * lib/human.h: Likewise.
1275         * lib/i-ring.c: Likewise.
1276         * lib/i-ring.h: Likewise.
1277         * lib/idcache.c: Likewise.
1278         * lib/imaxabs.c: Likewise.
1279         * lib/imaxdiv.c: Likewise.
1280         * lib/inet_pton.c: Likewise.
1281         * lib/inet_pton.h: Likewise.
1282         * lib/intprops.h: Likewise.
1283         * lib/inttostr.c: Likewise.
1284         * lib/inttostr.h: Likewise.
1285         * lib/inttypes.in.h: Likewise.
1286         * lib/isapipe.c: Likewise.
1287         * lib/isdir.c: Likewise.
1288         * lib/isnan.c: Likewise.
1289         * lib/isnan.h: Likewise.
1290         * lib/isnanf.c: Likewise.
1291         * lib/isnanf.h: Likewise.
1292         * lib/isnanl-nolibm.h: Likewise.
1293         * lib/isnanl.c: Likewise.
1294         * lib/isnanl.h: Likewise.
1295         * lib/javacomp.c: Likewise.
1296         * lib/javacomp.h: Likewise.
1297         * lib/javaexec.c: Likewise.
1298         * lib/javaexec.h: Likewise.
1299         * lib/javaversion.c: Likewise.
1300         * lib/javaversion.h: Likewise.
1301         * lib/javaversion.java: Likewise.
1302         * lib/lbrkprop.h: Likewise.
1303         * lib/lchmod.h: Likewise.
1304         * lib/lchown.c: Likewise.
1305         * lib/ldexpl.c: Likewise.
1306         * lib/linebreak.c: Likewise.
1307         * lib/linebreak.h: Likewise.
1308         * lib/linebuffer.c: Likewise.
1309         * lib/linebuffer.h: Likewise.
1310         * lib/locale.in.h: Likewise.
1311         * lib/logl.c: Likewise.
1312         * lib/long-options.c: Likewise.
1313         * lib/long-options.h: Likewise.
1314         * lib/lstat.c: Likewise.
1315         * lib/lstat.h: Likewise.
1316         * lib/math.in.h: Likewise.
1317         * lib/mbchar.c: Likewise.
1318         * lib/mbchar.h: Likewise.
1319         * lib/mbfile.h: Likewise.
1320         * lib/mbiter.h: Likewise.
1321         * lib/mbscasecmp.c: Likewise.
1322         * lib/mbscasestr.c: Likewise.
1323         * lib/mbschr.c: Likewise.
1324         * lib/mbscspn.c: Likewise.
1325         * lib/mbslen.c: Likewise.
1326         * lib/mbsncasecmp.c: Likewise.
1327         * lib/mbsnlen.c: Likewise.
1328         * lib/mbspbrk.c: Likewise.
1329         * lib/mbspcasecmp.c: Likewise.
1330         * lib/mbsrchr.c: Likewise.
1331         * lib/mbssep.c: Likewise.
1332         * lib/mbsspn.c: Likewise.
1333         * lib/mbsstr.c: Likewise.
1334         * lib/mbstok_r.c: Likewise.
1335         * lib/mbswidth.c: Likewise.
1336         * lib/mbswidth.h: Likewise.
1337         * lib/mbuiter.h: Likewise.
1338         * lib/memcasecmp.c: Likewise.
1339         * lib/memcasecmp.h: Likewise.
1340         * lib/memchr.c: Likewise.
1341         * lib/memcmp.c: Likewise.
1342         * lib/memcoll.c: Likewise.
1343         * lib/memcoll.h: Likewise.
1344         * lib/memcpy.c: Likewise.
1345         * lib/memrchr.c: Likewise.
1346         * lib/mkancesdirs.c: Likewise.
1347         * lib/mkdir-p.c: Likewise.
1348         * lib/mkdir-p.h: Likewise.
1349         * lib/mkdir.c: Likewise.
1350         * lib/mkdirat.c: Likewise.
1351         * lib/mkdtemp.c: Likewise.
1352         * lib/mkstemp-safer.c: Likewise.
1353         * lib/mkstemp.c: Likewise.
1354         * lib/modechange.c: Likewise.
1355         * lib/modechange.h: Likewise.
1356         * lib/mountlist.c: Likewise.
1357         * lib/mountlist.h: Likewise.
1358         * lib/mpsort.c: Likewise.
1359         * lib/nanosleep.c: Likewise.
1360         * lib/obstack.c: Likewise.
1361         * lib/obstack.h: Likewise.
1362         * lib/open-safer.c: Likewise.
1363         * lib/open.c: Likewise.
1364         * lib/openat-die.c: Likewise.
1365         * lib/openat-priv.h: Likewise.
1366         * lib/openat-proc.c: Likewise.
1367         * lib/openat.c: Likewise.
1368         * lib/openat.h: Likewise.
1369         * lib/pagealign_alloc.c: Likewise.
1370         * lib/pagealign_alloc.h: Likewise.
1371         * lib/physmem.c: Likewise.
1372         * lib/physmem.h: Likewise.
1373         * lib/pipe-safer.c: Likewise.
1374         * lib/pipe.c: Likewise.
1375         * lib/pipe.h: Likewise.
1376         * lib/posixtm.c: Likewise.
1377         * lib/posixtm.h: Likewise.
1378         * lib/posixver.c: Likewise.
1379         * lib/printf-frexp.c: Likewise.
1380         * lib/printf-frexp.h: Likewise.
1381         * lib/printf-frexpl.c: Likewise.
1382         * lib/printf-frexpl.h: Likewise.
1383         * lib/printf.c: Likewise.
1384         * lib/progname.c: Likewise.
1385         * lib/progname.h: Likewise.
1386         * lib/progreloc.c: Likewise.
1387         * lib/putenv.c: Likewise.
1388         * lib/quote.c: Likewise.
1389         * lib/quote.h: Likewise.
1390         * lib/quotearg.c: Likewise.
1391         * lib/quotearg.h: Likewise.
1392         * lib/raise.c: Likewise.
1393         * lib/readline.c: Likewise.
1394         * lib/readline.h: Likewise.
1395         * lib/readlink.c: Likewise.
1396         * lib/readtokens.c: Likewise.
1397         * lib/readtokens.h: Likewise.
1398         * lib/readtokens0.c: Likewise.
1399         * lib/readtokens0.h: Likewise.
1400         * lib/readutmp.c: Likewise.
1401         * lib/readutmp.h: Likewise.
1402         * lib/realloc.c: Likewise.
1403         * lib/relocwrapper.c: Likewise.
1404         * lib/rename-dest-slash.c: Likewise.
1405         * lib/rename.c: Likewise.
1406         * lib/rmdir.c: Likewise.
1407         * lib/rpmatch.c: Likewise.
1408         * lib/safe-read.c: Likewise.
1409         * lib/safe-read.h: Likewise.
1410         * lib/safe-write.c: Likewise.
1411         * lib/safe-write.h: Likewise.
1412         * lib/same-inode.h: Likewise.
1413         * lib/same.c: Likewise.
1414         * lib/same.h: Likewise.
1415         * lib/save-cwd.c: Likewise.
1416         * lib/save-cwd.h: Likewise.
1417         * lib/savedir.c: Likewise.
1418         * lib/savedir.h: Likewise.
1419         * lib/savewd.c: Likewise.
1420         * lib/savewd.h: Likewise.
1421         * lib/search.in.h: Likewise.
1422         * lib/setenv.c: Likewise.
1423         * lib/setenv.h: Likewise.
1424         * lib/settime.c: Likewise.
1425         * lib/sh-quote.c: Likewise.
1426         * lib/sh-quote.h: Likewise.
1427         * lib/sig2str.c: Likewise.
1428         * lib/sig2str.h: Likewise.
1429         * lib/signal.in.h: Likewise.
1430         * lib/signbitd.c: Likewise.
1431         * lib/signbitf.c: Likewise.
1432         * lib/signbitl.c: Likewise.
1433         * lib/sigprocmask.c: Likewise.
1434         * lib/sincosl.c: Likewise.
1435         * lib/sleep.c: Likewise.
1436         * lib/sprintf.c: Likewise.
1437         * lib/sqrtl.c: Likewise.
1438         * lib/stat-time.h: Likewise.
1439         * lib/stdio--.h: Likewise.
1440         * lib/stdio-safer.h: Likewise.
1441         * lib/stdlib--.h: Likewise.
1442         * lib/stdlib-safer.h: Likewise.
1443         * lib/stdlib.in.h: Likewise.
1444         * lib/stpcpy.c: Likewise.
1445         * lib/stpncpy.c: Likewise.
1446         * lib/strchrnul.c: Likewise.
1447         * lib/strcspn.c: Likewise.
1448         * lib/strerror.c: Likewise.
1449         * lib/strftime.c: Likewise.
1450         * lib/strftime.h: Likewise.
1451         * lib/striconveh.c: Likewise.
1452         * lib/striconveh.h: Likewise.
1453         * lib/striconveha.c: Likewise.
1454         * lib/striconveha.h: Likewise.
1455         * lib/stripslash.c: Likewise.
1456         * lib/strnlen1.c: Likewise.
1457         * lib/strnlen1.h: Likewise.
1458         * lib/strtod.c: Likewise.
1459         * lib/strtoimax.c: Likewise.
1460         * lib/strtok_r.c: Likewise.
1461         * lib/strtol.c: Likewise.
1462         * lib/strtoll.c: Likewise.
1463         * lib/strtoul.c: Likewise.
1464         * lib/strtoull.c: Likewise.
1465         * lib/sysexits.in.h: Likewise.
1466         * lib/tempname.c: Likewise.
1467         * lib/tempname.h: Likewise.
1468         * lib/timespec.h: Likewise.
1469         * lib/tls.c: Likewise.
1470         * lib/tls.h: Likewise.
1471         * lib/tmpdir.c: Likewise.
1472         * lib/tmpdir.h: Likewise.
1473         * lib/tmpfile-safer.c: Likewise.
1474         * lib/tmpfile.c: Likewise.
1475         * lib/trigl.c: Likewise.
1476         * lib/trigl.h: Likewise.
1477         * lib/trim.c: Likewise.
1478         * lib/trim.h: Likewise.
1479         * lib/trunc.c: Likewise.
1480         * lib/truncf.c: Likewise.
1481         * lib/truncl.c: Likewise.
1482         * lib/tsearch.c: Likewise.
1483         * lib/unicodeio.c: Likewise.
1484         * lib/unicodeio.h: Likewise.
1485         * lib/unistd--.h: Likewise.
1486         * lib/unistd-safer.h: Likewise.
1487         * lib/unistdio/ulc-fprintf.c: Likewise.
1488         * lib/unistdio/ulc-vfprintf.c: Likewise.
1489         * lib/unlinkdir.c: Likewise.
1490         * lib/unlinkdir.h: Likewise.
1491         * lib/unlocked-io.h: Likewise.
1492         * lib/unsetenv.c: Likewise.
1493         * lib/userspec.c: Likewise.
1494         * lib/utime.c: Likewise.
1495         * lib/utimecmp.c: Likewise.
1496         * lib/utimecmp.h: Likewise.
1497         * lib/utimens.c: Likewise.
1498         * lib/verify.h: Likewise.
1499         * lib/verror.c: Likewise.
1500         * lib/verror.h: Likewise.
1501         * lib/version-etc-fsf.c: Likewise.
1502         * lib/version-etc.c: Likewise.
1503         * lib/version-etc.h: Likewise.
1504         * lib/vfprintf.c: Likewise.
1505         * lib/vprintf.c: Likewise.
1506         * lib/vsprintf.c: Likewise.
1507         * lib/w32spawn.h: Likewise.
1508         * lib/wait-process.c: Likewise.
1509         * lib/wait-process.h: Likewise.
1510         * lib/wcwidth.c: Likewise.
1511         * lib/write-any-file.c: Likewise.
1512         * lib/xalloc-die.c: Likewise.
1513         * lib/xalloc.h: Likewise.
1514         * lib/xasprintf.c: Likewise.
1515         * lib/xgetcwd.c: Likewise.
1516         * lib/xgetcwd.h: Likewise.
1517         * lib/xgetdomainname.c: Likewise.
1518         * lib/xgetdomainname.h: Likewise.
1519         * lib/xgethostname.c: Likewise.
1520         * lib/xmalloc.c: Likewise.
1521         * lib/xmalloca.c: Likewise.
1522         * lib/xmalloca.h: Likewise.
1523         * lib/xmemcoll.c: Likewise.
1524         * lib/xnanosleep.c: Likewise.
1525         * lib/xreadlink.c: Likewise.
1526         * lib/xreadlink.h: Likewise.
1527         * lib/xsetenv.c: Likewise.
1528         * lib/xsetenv.h: Likewise.
1529         * lib/xstriconv.c: Likewise.
1530         * lib/xstriconv.h: Likewise.
1531         * lib/xstrndup.c: Likewise.
1532         * lib/xstrndup.h: Likewise.
1533         * lib/xstrtod.c: Likewise.
1534         * lib/xstrtod.h: Likewise.
1535         * lib/xstrtol-error.c: Likewise.
1536         * lib/xstrtol.c: Likewise.
1537         * lib/xstrtol.h: Likewise.
1538         * lib/xtime.h: Likewise.
1539         * lib/xvasprintf.c: Likewise.
1540         * lib/xvasprintf.h: Likewise.
1541         * lib/yesno.c: Likewise.
1542         * lib/yesno.h: Likewise.
1543         * posix-modules: Likewise.
1544         * tests/test-alloca-opt.c: Likewise.
1545         * tests/test-arcfour.c: Likewise.
1546         * tests/test-arctwo.c: Likewise.
1547         * tests/test-argmatch.c: Likewise.
1548         * tests/test-argp-2.sh: Likewise.
1549         * tests/test-argp.c: Likewise.
1550         * tests/test-arpa_inet.c: Likewise.
1551         * tests/test-array_list.c: Likewise.
1552         * tests/test-array_oset.c: Likewise.
1553         * tests/test-atexit.c: Likewise.
1554         * tests/test-avltree_list.c: Likewise.
1555         * tests/test-avltree_oset.c: Likewise.
1556         * tests/test-avltreehash_list.c: Likewise.
1557         * tests/test-base64.c: Likewise.
1558         * tests/test-binary-io.c: Likewise.
1559         * tests/test-byteswap.c: Likewise.
1560         * tests/test-c-ctype.c: Likewise.
1561         * tests/test-c-strcasecmp.c: Likewise.
1562         * tests/test-c-strcasestr.c: Likewise.
1563         * tests/test-c-strncasecmp.c: Likewise.
1564         * tests/test-c-strstr.c: Likewise.
1565         * tests/test-canonicalize-lgpl.c: Likewise.
1566         * tests/test-canonicalize.c: Likewise.
1567         * tests/test-carray_list.c: Likewise.
1568         * tests/test-ceilf.c: Likewise.
1569         * tests/test-ceill.c: Likewise.
1570         * tests/test-count-one-bits.c: Likewise.
1571         * tests/test-crc.c: Likewise.
1572         * tests/test-dirname.c: Likewise.
1573         * tests/test-fbufmode.c: Likewise.
1574         * tests/test-fcntl.c: Likewise.
1575         * tests/test-fflush.c: Likewise.
1576         * tests/test-floorf.c: Likewise.
1577         * tests/test-floorl.c: Likewise.
1578         * tests/test-fopen.c: Likewise.
1579         * tests/test-fprintf-posix.c: Likewise.
1580         * tests/test-fprintf-posix.h: Likewise.
1581         * tests/test-fpurge.c: Likewise.
1582         * tests/test-freadable.c: Likewise.
1583         * tests/test-freadahead.c: Likewise.
1584         * tests/test-freading.c: Likewise.
1585         * tests/test-freopen.c: Likewise.
1586         * tests/test-frexp.c: Likewise.
1587         * tests/test-frexpl.c: Likewise.
1588         * tests/test-fseek.c: Likewise.
1589         * tests/test-fseeko.c: Likewise.
1590         * tests/test-fseterr.c: Likewise.
1591         * tests/test-fstrcmp.c: Likewise.
1592         * tests/test-ftell.c: Likewise.
1593         * tests/test-ftello.c: Likewise.
1594         * tests/test-fwritable.c: Likewise.
1595         * tests/test-fwriting.c: Likewise.
1596         * tests/test-getaddrinfo.c: Likewise.
1597         * tests/test-getpass.c: Likewise.
1598         * tests/test-gettimeofday.c: Likewise.
1599         * tests/test-hmac-md5.c: Likewise.
1600         * tests/test-hmac-sha1.c: Likewise.
1601         * tests/test-iconv.c: Likewise.
1602         * tests/test-iconvme.c: Likewise.
1603         * tests/test-inttypes.c: Likewise.
1604         * tests/test-isnan.c: Likewise.
1605         * tests/test-isnanf.c: Likewise.
1606         * tests/test-isnanl-nolibm.c: Likewise.
1607         * tests/test-isnanl.c: Likewise.
1608         * tests/test-isnanl.h: Likewise.
1609         * tests/test-ldexpl.c: Likewise.
1610         * tests/test-linked_list.c: Likewise.
1611         * tests/test-linkedhash_list.c: Likewise.
1612         * tests/test-locale.c: Likewise.
1613         * tests/test-localename.c: Likewise.
1614         * tests/test-lock.c: Likewise.
1615         * tests/test-lseek.c: Likewise.
1616         * tests/test-malloca.c: Likewise.
1617         * tests/test-math.c: Likewise.
1618         * tests/test-mbscasecmp.c: Likewise.
1619         * tests/test-mbscasestr1.c: Likewise.
1620         * tests/test-mbscasestr2.c: Likewise.
1621         * tests/test-mbscasestr3.c: Likewise.
1622         * tests/test-mbscasestr4.c: Likewise.
1623         * tests/test-mbschr.c: Likewise.
1624         * tests/test-mbscspn.c: Likewise.
1625         * tests/test-mbsncasecmp.c: Likewise.
1626         * tests/test-mbspbrk.c: Likewise.
1627         * tests/test-mbspcasecmp.c: Likewise.
1628         * tests/test-mbsrchr.c: Likewise.
1629         * tests/test-mbsspn.c: Likewise.
1630         * tests/test-mbsstr1.c: Likewise.
1631         * tests/test-mbsstr2.c: Likewise.
1632         * tests/test-mbsstr3.c: Likewise.
1633         * tests/test-md5.c: Likewise.
1634         * tests/test-memmem.c: Likewise.
1635         * tests/test-netinet_in.c: Likewise.
1636         * tests/test-open.c: Likewise.
1637         * tests/test-printf-frexp.c: Likewise.
1638         * tests/test-printf-frexpl.c: Likewise.
1639         * tests/test-printf-posix.c: Likewise.
1640         * tests/test-printf-posix.h: Likewise.
1641         * tests/test-rbtree_list.c: Likewise.
1642         * tests/test-rbtree_oset.c: Likewise.
1643         * tests/test-rbtreehash_list.c: Likewise.
1644         * tests/test-read-file.c: Likewise.
1645         * tests/test-rijndael.c: Likewise.
1646         * tests/test-search.c: Likewise.
1647         * tests/test-signbit.c: Likewise.
1648         * tests/test-sleep.c: Likewise.
1649         * tests/test-snprintf-posix.c: Likewise.
1650         * tests/test-snprintf-posix.h: Likewise.
1651         * tests/test-snprintf.c: Likewise.
1652         * tests/test-sprintf-posix.c: Likewise.
1653         * tests/test-sprintf-posix.h: Likewise.
1654         * tests/test-stat-time.c: Likewise.
1655         * tests/test-stdbool.c: Likewise.
1656         * tests/test-stdint.c: Likewise.
1657         * tests/test-stdio.c: Likewise.
1658         * tests/test-stdlib.c: Likewise.
1659         * tests/test-stpncpy.c: Likewise.
1660         * tests/test-strcasestr.c: Likewise.
1661         * tests/test-striconv.c: Likewise.
1662         * tests/test-striconveh.c: Likewise.
1663         * tests/test-striconveha.c: Likewise.
1664         * tests/test-string.c: Likewise.
1665         * tests/test-sys_select.c: Likewise.
1666         * tests/test-sys_socket.c: Likewise.
1667         * tests/test-sys_stat.c: Likewise.
1668         * tests/test-sys_time.c: Likewise.
1669         * tests/test-sysexits.c: Likewise.
1670         * tests/test-time.c: Likewise.
1671         * tests/test-tls.c: Likewise.
1672         * tests/test-trunc.c: Likewise.
1673         * tests/test-truncf.c: Likewise.
1674         * tests/test-truncl.c: Likewise.
1675         * tests/test-unistd.c: Likewise.
1676         * tests/test-vasnprintf-posix.c: Likewise.
1677         * tests/test-vasnprintf-posix2.c: Likewise.
1678         * tests/test-vasnprintf.c: Likewise.
1679         * tests/test-vasprintf-posix.c: Likewise.
1680         * tests/test-vasprintf.c: Likewise.
1681         * tests/test-verify.c: Likewise.
1682         * tests/test-vfprintf-posix.c: Likewise.
1683         * tests/test-vprintf-posix.c: Likewise.
1684         * tests/test-vsnprintf-posix.c: Likewise.
1685         * tests/test-vsnprintf.c: Likewise.
1686         * tests/test-vsprintf-posix.c: Likewise.
1687         * tests/test-wchar.c: Likewise.
1688         * tests/test-wctype.c: Likewise.
1689         * tests/test-wcwidth.c: Likewise.
1690         * tests/test-xstrtol.c: Likewise.
1691         * tests/test-xvasprintf.c: Likewise.
1692         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1693         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1694         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1695         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1696         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1697         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1698         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1699         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1700         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1701         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1702         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1703         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1704         * tests/uniname/test-uninames.c: Likewise.
1705         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1706         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
1707         * tests/unistdio/test-u16-printf1.h: Likewise.
1708         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1709         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1710         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1711         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1712         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1713         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1714         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1715         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
1716         * tests/unistdio/test-u32-printf1.h: Likewise.
1717         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1718         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1719         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1720         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1721         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1722         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1723         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1724         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
1725         * tests/unistdio/test-u8-printf1.h: Likewise.
1726         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1727         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1728         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1729         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1730         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1731         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1732         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1733         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
1734         * tests/unistdio/test-ulc-printf1.h: Likewise.
1735         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1736         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1737         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1738         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1739         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1740         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1741         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1742         * tests/uniwidth/test-u16-width.c: Likewise.
1743         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1744         * tests/uniwidth/test-u32-width.c: Likewise.
1745         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1746         * tests/uniwidth/test-u8-width.c: Likewise.
1747         * tests/uniwidth/test-uc_width.c: Likewise.
1748         * config/srclist-update: Likewise.
1749         (fixlicense): Update to GPLv3+.
1750
1751         Change copyright notice from LGPLv2.1+ to LGPLv3+.
1752         * tests/test-tsearch.c: Change copyright notice.
1753
1754         Change copyright notice from LGPLv2.0+ to LGPLv3+.
1755         * lib/c-strcaseeq.h: Change copyright notice.
1756         * lib/streq.h: Likewise.
1757         * lib/uniconv.h: Likewise.
1758         * lib/uniconv/u-conv-from-enc.h: Likewise.
1759         * lib/uniconv/u-conv-to-enc.h: Likewise.
1760         * lib/uniconv/u-strconv-from-enc.h: Likewise.
1761         * lib/uniconv/u-strconv-to-enc.h: Likewise.
1762         * lib/uniconv/u16-conv-from-enc.c: Likewise.
1763         * lib/uniconv/u16-conv-to-enc.c: Likewise.
1764         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
1765         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
1766         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
1767         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
1768         * lib/uniconv/u32-conv-from-enc.c: Likewise.
1769         * lib/uniconv/u32-conv-to-enc.c: Likewise.
1770         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
1771         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
1772         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
1773         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
1774         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1775         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1776         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1777         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1778         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1779         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1780         * lib/uniname.h: Likewise.
1781         * lib/uniname/uniname.c: Likewise.
1782         * lib/unistdio.h: Likewise.
1783         * lib/unistdio/u-asnprintf.h: Likewise.
1784         * lib/unistdio/u-asprintf.h: Likewise.
1785         * lib/unistdio/u-printf-args.c: Likewise.
1786         * lib/unistdio/u-printf-args.h: Likewise.
1787         * lib/unistdio/u-printf-parse.h: Likewise.
1788         * lib/unistdio/u-snprintf.h: Likewise.
1789         * lib/unistdio/u-sprintf.h: Likewise.
1790         * lib/unistdio/u-vasprintf.h: Likewise.
1791         * lib/unistdio/u-vsnprintf.h: Likewise.
1792         * lib/unistdio/u-vsprintf.h: Likewise.
1793         * lib/unistdio/u16-asnprintf.c: Likewise.
1794         * lib/unistdio/u16-asprintf.c: Likewise.
1795         * lib/unistdio/u16-printf-parse.c: Likewise.
1796         * lib/unistdio/u16-snprintf.c: Likewise.
1797         * lib/unistdio/u16-sprintf.c: Likewise.
1798         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1799         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1800         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1801         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1802         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1803         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1804         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1805         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1806         * lib/unistdio/u16-vasnprintf.c: Likewise.
1807         * lib/unistdio/u16-vasprintf.c: Likewise.
1808         * lib/unistdio/u16-vsnprintf.c: Likewise.
1809         * lib/unistdio/u16-vsprintf.c: Likewise.
1810         * lib/unistdio/u32-asnprintf.c: Likewise.
1811         * lib/unistdio/u32-asprintf.c: Likewise.
1812         * lib/unistdio/u32-printf-parse.c: Likewise.
1813         * lib/unistdio/u32-snprintf.c: Likewise.
1814         * lib/unistdio/u32-sprintf.c: Likewise.
1815         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1816         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1817         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1818         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1819         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1820         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1821         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1822         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1823         * lib/unistdio/u32-vasnprintf.c: Likewise.
1824         * lib/unistdio/u32-vasprintf.c: Likewise.
1825         * lib/unistdio/u32-vsnprintf.c: Likewise.
1826         * lib/unistdio/u32-vsprintf.c: Likewise.
1827         * lib/unistdio/u8-asnprintf.c: Likewise.
1828         * lib/unistdio/u8-asprintf.c: Likewise.
1829         * lib/unistdio/u8-printf-parse.c: Likewise.
1830         * lib/unistdio/u8-snprintf.c: Likewise.
1831         * lib/unistdio/u8-sprintf.c: Likewise.
1832         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1833         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1834         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1835         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1836         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1837         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1838         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1839         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1840         * lib/unistdio/u8-vasnprintf.c: Likewise.
1841         * lib/unistdio/u8-vasprintf.c: Likewise.
1842         * lib/unistdio/u8-vsnprintf.c: Likewise.
1843         * lib/unistdio/u8-vsprintf.c: Likewise.
1844         * lib/unistdio/ulc-asnprintf.c: Likewise.
1845         * lib/unistdio/ulc-asprintf.c: Likewise.
1846         * lib/unistdio/ulc-printf-parse.c: Likewise.
1847         * lib/unistdio/ulc-snprintf.c: Likewise.
1848         * lib/unistdio/ulc-sprintf.c: Likewise.
1849         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1850         * lib/unistdio/ulc-vasprintf.c: Likewise.
1851         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1852         * lib/unistdio/ulc-vsprintf.c: Likewise.
1853         * lib/unistr.h: Likewise.
1854         * lib/unistr/u-cpy-alloc.h: Likewise.
1855         * lib/unistr/u-cpy.h: Likewise.
1856         * lib/unistr/u-endswith.h: Likewise.
1857         * lib/unistr/u-move.h: Likewise.
1858         * lib/unistr/u-set.h: Likewise.
1859         * lib/unistr/u-startswith.h: Likewise.
1860         * lib/unistr/u-stpcpy.h: Likewise.
1861         * lib/unistr/u-stpncpy.h: Likewise.
1862         * lib/unistr/u-strcat.h: Likewise.
1863         * lib/unistr/u-strcpy.h: Likewise.
1864         * lib/unistr/u-strcspn.h: Likewise.
1865         * lib/unistr/u-strdup.h: Likewise.
1866         * lib/unistr/u-strlen.h: Likewise.
1867         * lib/unistr/u-strncat.h: Likewise.
1868         * lib/unistr/u-strncpy.h: Likewise.
1869         * lib/unistr/u-strnlen.h: Likewise.
1870         * lib/unistr/u-strpbrk.h: Likewise.
1871         * lib/unistr/u-strspn.h: Likewise.
1872         * lib/unistr/u-strstr.h: Likewise.
1873         * lib/unistr/u-strtok.h: Likewise.
1874         * lib/unistr/u16-check.c: Likewise.
1875         * lib/unistr/u16-chr.c: Likewise.
1876         * lib/unistr/u16-cmp.c: Likewise.
1877         * lib/unistr/u16-cpy-alloc.c: Likewise.
1878         * lib/unistr/u16-cpy.c: Likewise.
1879         * lib/unistr/u16-endswith.c: Likewise.
1880         * lib/unistr/u16-mblen.c: Likewise.
1881         * lib/unistr/u16-mbsnlen.c: Likewise.
1882         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1883         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1884         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1885         * lib/unistr/u16-mbtouc.c: Likewise.
1886         * lib/unistr/u16-mbtoucr.c: Likewise.
1887         * lib/unistr/u16-move.c: Likewise.
1888         * lib/unistr/u16-next.c: Likewise.
1889         * lib/unistr/u16-prev.c: Likewise.
1890         * lib/unistr/u16-set.c: Likewise.
1891         * lib/unistr/u16-startswith.c: Likewise.
1892         * lib/unistr/u16-stpcpy.c: Likewise.
1893         * lib/unistr/u16-stpncpy.c: Likewise.
1894         * lib/unistr/u16-strcat.c: Likewise.
1895         * lib/unistr/u16-strchr.c: Likewise.
1896         * lib/unistr/u16-strcmp.c: Likewise.
1897         * lib/unistr/u16-strcpy.c: Likewise.
1898         * lib/unistr/u16-strcspn.c: Likewise.
1899         * lib/unistr/u16-strdup.c: Likewise.
1900         * lib/unistr/u16-strlen.c: Likewise.
1901         * lib/unistr/u16-strmblen.c: Likewise.
1902         * lib/unistr/u16-strmbtouc.c: Likewise.
1903         * lib/unistr/u16-strncat.c: Likewise.
1904         * lib/unistr/u16-strncmp.c: Likewise.
1905         * lib/unistr/u16-strncpy.c: Likewise.
1906         * lib/unistr/u16-strnlen.c: Likewise.
1907         * lib/unistr/u16-strpbrk.c: Likewise.
1908         * lib/unistr/u16-strrchr.c: Likewise.
1909         * lib/unistr/u16-strspn.c: Likewise.
1910         * lib/unistr/u16-strstr.c: Likewise.
1911         * lib/unistr/u16-strtok.c: Likewise.
1912         * lib/unistr/u16-to-u32.c: Likewise.
1913         * lib/unistr/u16-to-u8.c: Likewise.
1914         * lib/unistr/u16-uctomb-aux.c: Likewise.
1915         * lib/unistr/u16-uctomb.c: Likewise.
1916         * lib/unistr/u32-check.c: Likewise.
1917         * lib/unistr/u32-chr.c: Likewise.
1918         * lib/unistr/u32-cmp.c: Likewise.
1919         * lib/unistr/u32-cpy-alloc.c: Likewise.
1920         * lib/unistr/u32-cpy.c: Likewise.
1921         * lib/unistr/u32-endswith.c: Likewise.
1922         * lib/unistr/u32-mblen.c: Likewise.
1923         * lib/unistr/u32-mbsnlen.c: Likewise.
1924         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1925         * lib/unistr/u32-mbtouc.c: Likewise.
1926         * lib/unistr/u32-mbtoucr.c: Likewise.
1927         * lib/unistr/u32-move.c: Likewise.
1928         * lib/unistr/u32-next.c: Likewise.
1929         * lib/unistr/u32-prev.c: Likewise.
1930         * lib/unistr/u32-set.c: Likewise.
1931         * lib/unistr/u32-startswith.c: Likewise.
1932         * lib/unistr/u32-stpcpy.c: Likewise.
1933         * lib/unistr/u32-stpncpy.c: Likewise.
1934         * lib/unistr/u32-strcat.c: Likewise.
1935         * lib/unistr/u32-strchr.c: Likewise.
1936         * lib/unistr/u32-strcmp.c: Likewise.
1937         * lib/unistr/u32-strcpy.c: Likewise.
1938         * lib/unistr/u32-strcspn.c: Likewise.
1939         * lib/unistr/u32-strdup.c: Likewise.
1940         * lib/unistr/u32-strlen.c: Likewise.
1941         * lib/unistr/u32-strmblen.c: Likewise.
1942         * lib/unistr/u32-strmbtouc.c: Likewise.
1943         * lib/unistr/u32-strncat.c: Likewise.
1944         * lib/unistr/u32-strncmp.c: Likewise.
1945         * lib/unistr/u32-strncpy.c: Likewise.
1946         * lib/unistr/u32-strnlen.c: Likewise.
1947         * lib/unistr/u32-strpbrk.c: Likewise.
1948         * lib/unistr/u32-strrchr.c: Likewise.
1949         * lib/unistr/u32-strspn.c: Likewise.
1950         * lib/unistr/u32-strstr.c: Likewise.
1951         * lib/unistr/u32-strtok.c: Likewise.
1952         * lib/unistr/u32-to-u16.c: Likewise.
1953         * lib/unistr/u32-to-u8.c: Likewise.
1954         * lib/unistr/u32-uctomb.c: Likewise.
1955         * lib/unistr/u8-check.c: Likewise.
1956         * lib/unistr/u8-chr.c: Likewise.
1957         * lib/unistr/u8-cmp.c: Likewise.
1958         * lib/unistr/u8-cpy-alloc.c: Likewise.
1959         * lib/unistr/u8-cpy.c: Likewise.
1960         * lib/unistr/u8-endswith.c: Likewise.
1961         * lib/unistr/u8-mblen.c: Likewise.
1962         * lib/unistr/u8-mbsnlen.c: Likewise.
1963         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1964         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1965         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1966         * lib/unistr/u8-mbtouc.c: Likewise.
1967         * lib/unistr/u8-mbtoucr.c: Likewise.
1968         * lib/unistr/u8-move.c: Likewise.
1969         * lib/unistr/u8-next.c: Likewise.
1970         * lib/unistr/u8-prev.c: Likewise.
1971         * lib/unistr/u8-set.c: Likewise.
1972         * lib/unistr/u8-startswith.c: Likewise.
1973         * lib/unistr/u8-stpcpy.c: Likewise.
1974         * lib/unistr/u8-stpncpy.c: Likewise.
1975         * lib/unistr/u8-strcat.c: Likewise.
1976         * lib/unistr/u8-strchr.c: Likewise.
1977         * lib/unistr/u8-strcmp.c: Likewise.
1978         * lib/unistr/u8-strcpy.c: Likewise.
1979         * lib/unistr/u8-strcspn.c: Likewise.
1980         * lib/unistr/u8-strdup.c: Likewise.
1981         * lib/unistr/u8-strlen.c: Likewise.
1982         * lib/unistr/u8-strmblen.c: Likewise.
1983         * lib/unistr/u8-strmbtouc.c: Likewise.
1984         * lib/unistr/u8-strncat.c: Likewise.
1985         * lib/unistr/u8-strncmp.c: Likewise.
1986         * lib/unistr/u8-strncpy.c: Likewise.
1987         * lib/unistr/u8-strnlen.c: Likewise.
1988         * lib/unistr/u8-strpbrk.c: Likewise.
1989         * lib/unistr/u8-strrchr.c: Likewise.
1990         * lib/unistr/u8-strspn.c: Likewise.
1991         * lib/unistr/u8-strstr.c: Likewise.
1992         * lib/unistr/u8-strtok.c: Likewise.
1993         * lib/unistr/u8-to-u16.c: Likewise.
1994         * lib/unistr/u8-to-u32.c: Likewise.
1995         * lib/unistr/u8-uctomb-aux.c: Likewise.
1996         * lib/unistr/u8-uctomb.c: Likewise.
1997         * lib/unitypes.h: Likewise.
1998         * lib/uniwidth.h: Likewise.
1999         * lib/uniwidth/cjk.h: Likewise.
2000         * lib/uniwidth/u16-strwidth.c: Likewise.
2001         * lib/uniwidth/u16-width.c: Likewise.
2002         * lib/uniwidth/u32-strwidth.c: Likewise.
2003         * lib/uniwidth/u32-width.c: Likewise.
2004         * lib/uniwidth/u8-strwidth.c: Likewise.
2005         * lib/uniwidth/u8-width.c: Likewise.
2006         * lib/uniwidth/width.c: Likewise.
2007
2008 2007-10-07  Bruno Haible  <bruno@clisp.org>
2009
2010         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
2011         The file is still under LGPL (see modules/inttypes).
2012
2013 2007-10-06  Bruno Haible  <bruno@clisp.org>
2014
2015         * modules/trunc (Dependencies): Add 'extensions'.
2016         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
2017         Reported by Ben Pfaff <blp@gnu.org>.
2018
2019 2007-10-06  Bruno Haible  <bruno@clisp.org>
2020
2021         * modules/freopen-tests: New file.
2022         * tests/test-freopen.c: New file.
2023
2024         * modules/fopen-tests: New file.
2025         * tests/test-fopen.c: New file.
2026
2027         * modules/fopen: New file.
2028         * lib/fopen.c: New file.
2029         * m4/fopen.m4: New file.
2030         * modules/freopen: New file.
2031         * lib/freopen.c: New file.
2032         * m4/freopen.m4: New file.
2033         * lib/stdio.in.h (fopen, freopen): New declarations.
2034         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
2035         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
2036         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
2037         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
2038         * doc/functions/fopen.texi: Mention the 'fopen' module.
2039         * doc/functions/freopen.texi: Mention the 'freopen' module.
2040
2041 2007-10-06  Bruno Haible  <bruno@clisp.org>
2042
2043         * modules/open-tests: New file.
2044         * tests/test-open.c: New file.
2045
2046         * modules/open: New file.
2047         * lib/open.c: New file.
2048         * m4/open.m4: New file.
2049         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
2050         lib/open.c does.
2051         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
2052         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
2053         macros.
2054         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
2055         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
2056         REPLACE_OPEN.
2057         * doc/functions/open.texi: Mention the 'open' module.
2058
2059 2007-10-04  Bruno Haible  <bruno@clisp.org>
2060
2061         * modules/ceill-tests: New file.
2062         * tests/test-ceill.c: New file.
2063
2064         * modules/ceill: New file.
2065         * lib/ceill.c: Replace entire file.
2066         * m4/ceill.m4: New file.
2067         * lib/math.in.h (ceill): Replace declaration.
2068         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
2069         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
2070         * doc/functions/ceill.texi: Mention the 'ceill' module.
2071         * modules/mathl (Files): Remove lib/ceill.c.
2072         (Depends-on): Add ceill.
2073
2074 2007-10-04  Bruno Haible  <bruno@clisp.org>
2075
2076         * modules/ceilf-tests: New file.
2077         * tests/test-ceilf.c: New file.
2078
2079         * modules/ceilf: New file.
2080         * lib/ceil.c: New file.
2081         * lib/ceilf.c: New file.
2082         * m4/ceilf.m4: New file.
2083         * lib/math.in.h (ceilf): New declaration.
2084         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
2085         HAVE_DECL_CEILF.
2086         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
2087         HAVE_DECL_CEILF.
2088         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
2089
2090 2007-10-04  Bruno Haible  <bruno@clisp.org>
2091
2092         * modules/floorl-tests: New file.
2093         * tests/test-floorl.c: New file.
2094
2095         * modules/floorl: New file.
2096         * lib/floorl.c: Replace entire file.
2097         * m4/floorl.m4: New file.
2098         * lib/math.in.h (floorl): Replace declaration.
2099         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
2100         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
2101         * doc/functions/floorl.texi: Mention the 'floorl' module.
2102         * modules/mathl (Files): Remove lib/floorl.c.
2103         (Depends-on): Add floorl.
2104
2105 2007-10-04  Bruno Haible  <bruno@clisp.org>
2106
2107         * modules/floorf-tests: New file.
2108         * tests/test-floorf.c: New file.
2109
2110         * modules/floorf: New file.
2111         * lib/floor.c: New file.
2112         * lib/floorf.c: New file.
2113         * m4/floorf.m4: New file.
2114         * lib/math.in.h (floorf): New declaration.
2115         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
2116         HAVE_DECL_FLOORF.
2117         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
2118         HAVE_DECL_FLOORF.
2119         * doc/functions/floorf.texi: Mention the 'floorf' module.
2120
2121 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
2122             Bruno Haible  <bruno@clisp.org>
2123
2124         Advertise for the Git server instead of the CVS server.
2125         * doc/gnulib-intro.texi (Steady Development): Mention the Git
2126         repository instead of the CVS one.
2127         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
2128         about all VCS systems generically.
2129         * doc/gnulib.texi (Introduction): Capitalize `Git'.
2130
2131 2007-10-04  Bruno Haible  <bruno@clisp.org>
2132
2133         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
2134         means.
2135         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
2136
2137 2007-10-04  Bruno Haible  <bruno@clisp.org>
2138
2139         * modules/truncl-tests: New file.
2140         * tests/test-truncl.c: New file.
2141
2142         * modules/truncl: New file.
2143         * lib/truncl.c: New file.
2144         * m4/truncl.m4: New file.
2145         * lib/math.in.h (truncl): New declaration.
2146         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
2147         HAVE_DECL_TRUNCL.
2148         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
2149         HAVE_DECL_TRUNCL.
2150         * doc/functions/truncl.texi: Mention the 'truncl' module.
2151
2152 2007-10-04  Bruno Haible  <bruno@clisp.org>
2153
2154         * modules/truncf-tests: New file.
2155         * tests/test-truncf.c: New file.
2156
2157         * modules/truncf: New file.
2158         * lib/trunc.c: Make paramerizable through USE_* macros.
2159         * lib/truncf.c: New file.
2160         * m4/truncf.m4: New file.
2161         * lib/math.in.h (truncf): New declaration.
2162         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
2163         HAVE_DECL_TRUNCF.
2164         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
2165         HAVE_DECL_TRUNCF.
2166         * doc/functions/truncf.texi: Mention the 'truncf' module.
2167
2168 2007-10-03  Bruno Haible  <bruno@clisp.org>
2169
2170         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2171         augmentation also for tests modules.
2172         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
2173         * modules/atexit-tests (Makefile.am): Likewise.
2174         * modules/binary-io-tests (Makefile.am): Likewise.
2175         * modules/c-strcase-tests (Makefile.am): Likewise.
2176         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
2177         * modules/canonicalize-tests (Makefile.am): Likewise.
2178         * modules/closein-tests (Makefile.am): Likewise.
2179         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2180         * modules/freadahead-tests (Makefile.am): Likewise.
2181         * modules/fseek-tests (Makefile.am): Likewise.
2182         * modules/fseeko-tests (Makefile.am): Likewise.
2183         * modules/ftell-tests (Makefile.am): Likewise.
2184         * modules/ftello-tests (Makefile.am): Likewise.
2185         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
2186         * modules/isnanl-tests (Makefile.am): Likewise.
2187         * modules/lseek-tests (Makefile.am): Likewise.
2188         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2189         * modules/mbscasestr-tests (Makefile.am): Likewise.
2190         * modules/mbschr-tests (Makefile.am): Likewise.
2191         * modules/mbscspn-tests (Makefile.am): Likewise.
2192         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2193         * modules/mbspbrk-tests (Makefile.am): Likewise.
2194         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2195         * modules/mbsrchr-tests (Makefile.am): Likewise.
2196         * modules/mbsspn-tests (Makefile.am): Likewise.
2197         * modules/mbsstr-tests (Makefile.am): Likewise.
2198         * modules/printf-posix-tests (Makefile.am): Likewise.
2199         * modules/snprintf-posix-tests (Makefile.am): Likewise.
2200         * modules/sprintf-posix-tests (Makefile.am): Likewise.
2201         * modules/tsearch-tests (Makefile.am): Likewise.
2202         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2203         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2204         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2205         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2206         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2207         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2208         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2209         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2210         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
2211         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
2212         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2213         * modules/xstrtol-tests (Makefile.am): Likewise.
2214         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2215         * modules/yesno-tests (Makefile.am): Likewise.
2216
2217 2007-10-03  Bruno Haible  <bruno@clisp.org>
2218
2219         * modules/trunc-tests: New file.
2220         * tests/test-trunc.c: New file.
2221
2222         * modules/trunc: New file.
2223         * lib/trunc.c: New file.
2224         * m4/trunc.m4: New file.
2225         * lib/math.in.h (trunc): New declaration.
2226         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
2227         HAVE_DECL_TRUNC.
2228         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
2229         HAVE_DECL_TRUNC.
2230         * doc/functions/trunc.texi: Mention the 'trunc' module.
2231
2232 2007-10-03  Bruno Haible  <bruno@clisp.org>
2233
2234         * tests/test-fpending.c: New file, mostly copied
2235         from coreutils/lib/t-fpending.c.
2236         * modules/fpending-tests: New file.
2237
2238 2007-10-03  Bruno Haible  <bruno@clisp.org>
2239
2240         Port the stdio extensions to QNX (untested).
2241         * lib/fseterr.c (fseterr): Add support for QNX.
2242         * lib/fbufmode.c (fbufmode): Likewise.
2243         * lib/freadable.c (freadable): Likewise.
2244         * lib/fwritable.c (fwritable): Likewise.
2245         * lib/freading.c (freading): Likewise.
2246         * lib/fwriting.c (fwriting): Likewise.
2247         * lib/freadahead.c (freadahed): Likewise.
2248         * lib/fpurge.c (fpurge): Likewise.
2249         * lib/fseeko.c (rpl_fseeko): Likewise.
2250
2251 2007-10-03  Bruno Haible  <bruno@clisp.org>
2252             Jim Meyering  <jim@meyering.net>
2253             Eric Blake  <ebb9@byu.net>
2254
2255         * doc/relocatable.texi: Use @command instead of @program.
2256
2257 2007-10-02  Jim Meyering  <jim@meyering.net>
2258
2259         Perform one more "_.h" -> ".in.h" substitution.
2260         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
2261         instead of unistd_.h here, too.
2262
2263 2007-10-01  Bruno Haible  <bruno@clisp.org>
2264
2265         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
2266         Needed for the alloca-opt module.
2267
2268 2007-09-30  Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/alloca.in.h: Renamed from lib/alloca_.h.
2271         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
2272         alloca_.h.
2273         * lib/argz.in.h: Renamed from lib/argz_.h.
2274         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
2275         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
2276         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
2277         byteswap_.h.
2278         * lib/dirent.in.h: Renamed from lib/dirent_.h.
2279         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
2280         dirent_.h.
2281         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
2282         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
2283         fcntl_.h.
2284         * lib/float.in.h: Renamed from lib/float_.h.
2285         * modules/float (Files, Makefile.am): Use float.in.h instead of
2286         float_.h.
2287         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
2288         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
2289         fnmatch_.h.
2290         * lib/getopt.in.h: Renamed from lib/getopt_.h.
2291         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
2292         getopt_.h.
2293         * lib/glob.in.h: Renamed from lib/glob_.h.
2294         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
2295         * lib/iconv.in.h: Renamed from lib/iconv_.h.
2296         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
2297         iconv_.h.
2298         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
2299         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
2300         inttypes_.h.
2301         * lib/locale.in.h: Renamed from lib/locale_.h.
2302         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
2303         locale_.h.
2304         * lib/math.in.h: Renamed from lib/math_.h.
2305         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
2306         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
2307         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
2308         of netinet_in_.h. Add dependency.
2309         * lib/poll.in.h: Renamed from lib/poll_.h.
2310         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
2311         * lib/search.in.h: Renamed from lib/search_.h.
2312         * modules/search (Files, Makefile.am): Use search.in.h instead of
2313         search_.h.
2314         * lib/signal.in.h: Renamed from lib/signal_.h.
2315         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
2316         _signal.h.
2317         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
2318         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
2319         stdbool_.h.
2320         * lib/stdint.in.h: Renamed from lib/stdint_.h.
2321         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
2322         stdint_.h.
2323         * lib/stdio.in.h: Renamed from lib/stdio_.h.
2324         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
2325         stdio_.h.
2326         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
2327         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
2328         stdlib_.h.
2329         * lib/string.in.h: Renamed from lib/string_.h.
2330         * modules/string (Files, Makefile.am): Use string.in.h instead of
2331         string_.h.
2332         * doc/gnulib-tool.texi (Initial import): Update.
2333         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
2334         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
2335         of sys_select_.h. Add dependency.
2336         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
2337         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
2338         of sys_socket_.h.
2339         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
2340         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
2341         sys_stat_.h.
2342         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
2343         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
2344         sys_time_.h.
2345         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
2346         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
2347         sysexits_.h.
2348         * lib/time.in.h: Renamed from lib/time_.h.
2349         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
2350         * lib/unistd.in.h: Renamed from lib/unistd_.h.
2351         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
2352         unistd_.h.
2353         * lib/wchar.in.h: Renamed from lib/wchar_.h.
2354         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
2355         wchar_.h.
2356         * lib/wctype.in.h: Renamed from lib/wctype_.h.
2357         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
2358         wctype_.h.
2359         * build-aux/bootstrap (slurp): Update.
2360         * lib/.cppi-disable: Update.
2361
2362 2007-09-30  Bruno Haible  <bruno@clisp.org>
2363
2364         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
2365         Needed on BeOS.
2366
2367 2007-09-30  Bruno Haible  <bruno@clisp.org>
2368
2369         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
2370
2371 2007-09-29  Bruno Haible  <bruno@clisp.org>
2372
2373         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
2374
2375 2007-09-29  Bruno Haible  <bruno@clisp.org>
2376
2377         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
2378         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
2379         * build-aux/install-reloc: Compile also areadlink.c.
2380         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
2381
2382 2007-09-29  Bruno Haible  <bruno@clisp.org>
2383
2384         * gnulib-tool (func_emit_initmacro_done): Indentation.
2385
2386 2007-09-29  Bruno Haible  <bruno@clisp.org>
2387
2388         * README: Add CVS checkout update instructions.
2389         Info from Bob Proulx <bob@proulx.com>.
2390
2391 2007-09-28  Eric Blake  <ebb9@byu.net>
2392
2393         Provide move-if-change.
2394         * build-aux/move-if-change: New file, based on best practice
2395         rather than any canonical upstream location.
2396
2397 2007-09-28  Jim Meyering  <jim@meyering.net>
2398
2399         Fix canonicalize loop-detection corner case.
2400         Do not attempt to stat the symlink values stored via seen_triple.
2401         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
2402         on linux-2.6.18, (but not 2.6.22).
2403         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
2404         triple_compare.  The former compares dev,ino,filename, while the latter
2405         would actually stat dirname(filename) when dev and ino were equal.
2406         * lib/hash-triple.c: Install <string.h>.
2407         (STREQ): Define.
2408         (triple_compare_ino_str): New function.
2409         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
2410
2411 2007-09-28  Eric Blake  <ebb9@byu.net>
2412
2413         Enforce that AC_REPLACE_FUNCS files exist.
2414         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
2415         override check for typos.
2416
2417         Fix test-closein on Solaris 10.
2418         * tests/test-closein.c (main): Don't assume stdin can be inherited
2419         closed on all systems.
2420         * tests/test-closein.sh: Likewise.
2421         Reported by Piotr Tarnowski.
2422
2423 2007-09-28  Jim Meyering  <jim@meyering.net>
2424
2425         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
2426
2427 2007-09-27  Jim Meyering  <jim@meyering.net>
2428
2429         canonicalize: Avoid a false-positive cycle failure.
2430         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
2431         Sort.  Remove cycle-check.
2432         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
2433         not cycle-check.h.
2434         (seen_triple): New function.
2435         (canonicalize_filename_mode): Use it instead of cycle-check.
2436         * tests/test-canonicalize.c: Add a test for this bug.
2437         * tests/test-canonicalize.sh: Set up and run the test.
2438
2439         New module, file-set, from coreutils.
2440         * modules/file-set: Define it.
2441         * lib/file-set.c, lib/file-set.h: Implement.
2442
2443         New module, hash-triple, from coreutils.
2444         * modules/hash-triple: Define it.
2445         * lib/hash-triple.c, lib/hash-triple.h: Implement.
2446
2447 2007-09-25  Eric Blake  <ebb9@byu.net>
2448
2449         Fix strerror on Interix.
2450         * lib/string_.h (strerror): Declare replacement.
2451         * doc/functions/strerror.texi (strerror): Document the Interix
2452         shortcoming.
2453         * modules/string (Makefile.am): Support new hooks.
2454         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
2455         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
2456         gl_FUNC_STRERROR_SEPARATE.
2457         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
2458         * lib/strerror.c (rpl_strerror): Provide replacement.
2459         * modules/strerror (Depends-on): Add string.
2460         (configure.ac): Detect use of module.
2461         * tests/test-strerror.c: New file.
2462         * modules/strerror-tests: New test module.
2463         * modules/argp (Depends-on): Add strerror.
2464         * modules/error (Depends-on): Likewise.
2465         Reported by Martin Koeppe.
2466
2467 2007-09-24  Bruno Haible  <bruno@clisp.org>
2468
2469         * README: Update git instructions.
2470
2471 2007-09-24  Eric Blake  <ebb9@byu.net>
2472
2473         Revert fpending breakage from 2007-09-08.
2474         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
2475         __fpending.c.
2476
2477 2007-09-24  Jim Meyering  <jim@meyering.net>
2478
2479         filenamecat.c: Add a test.
2480         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
2481         showing how the function works when DIR is the empty string.
2482
2483 2007-09-21  Simon Josefsson  <simon@josefsson.org>
2484
2485         * tests/test-canonicalize.sh: Turn on executable bit.
2486
2487 2007-09-19  Eric Blake  <ebb9@byu.net>
2488
2489         * README: Update CVS instructions.
2490
2491 2007-09-18  Bruno Haible  <bruno@clisp.org>
2492
2493         * modules/areadlink: New file.
2494         * lib/areadlink.h (areadlink): New declaration.
2495         * lib/areadlink.c: New file, based on lib/xreadlink.c.
2496
2497 2007-09-17  Jim Meyering  <jim@meyering.net>
2498
2499         * lib/savewd.c (ESTALE) [!defined]: Define.
2500         Reported to be required on Interix by Martin Koeppe.
2501
2502 2007-09-17  Bruno Haible  <bruno@clisp.org>
2503
2504         * gnulib-tool (func_version): Use $version.
2505
2506 2007-09-16  Bruno Haible  <bruno@clisp.org>
2507
2508         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
2509         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
2510         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
2511         Reported by Greg Schafer <gschafer@zip.com.au>.
2512
2513 2007-09-15  Bruno Haible  <bruno@clisp.org>
2514
2515         * gnulib-tool (sed): Try a little harder to make bash understand the
2516         alias.
2517         Reported by Bruce Korb <bruce.korb@gmail.com>.
2518
2519 2007-09-13  Eric Blake  <ebb9@byu.net>
2520
2521         * ChangeLog: Remove conflict markers.
2522
2523 2007-09-13  Simon Josefsson  <simon@josefsson.org>
2524
2525         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
2526         Reported by Bruno Haible <bruno@clisp.org>.
2527
2528 2007-09-12  Bruno Haible  <bruno@clisp.org>
2529
2530         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
2531         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
2532         is not defined.
2533
2534 2007-09-12  Eric Blake  <ebb9@byu.net>
2535
2536         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2537         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
2538         Autoconf definition.
2539         * modules/euidaccess (Depends-on): Add extensions, for
2540         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
2541         * modules/fnmatch (Depends-on): Likewise.
2542         * modules/getaddrinfo (Depends-on): Likewise.
2543         * modules/getdelim (Depends-on): Likewise.
2544         * modules/getline (Depends-on): Likewise.
2545         * modules/getsubopt (Depends-on): Likewise.
2546         * modules/gettext (Depends-on): Likewise.
2547         * modules/group-member (Depends-on): Likewise.
2548         * modules/mbchar (Depends-on): Likewise.
2549         * modules/memmem (Depends-on): Likewise.
2550         * modules/mempcpy (Depends-on): Likewise.
2551         * modules/memrchr (Depends-on): Likewise.
2552         * modules/pagealign_alloc (Depends-on): Likewise.
2553         * modules/readutmp (Depends-on): Likewise.
2554         * modules/stpcpy (Depends-on): Likewise.
2555         * modules/stpncpy (Depends-on): Likewise.
2556         * modules/strchrnul (Depends-on): Likewise.
2557         * modules/strndup (Depends-on): Likewise.
2558         * modules/strsep (Depends-on): Likewise.
2559         * modules/strverscmp (Depends-on): Likewise.
2560         * modules/vasprintf (Depends-on): Likewise.
2561         * modules/wcwidth (Depends-on): Likewise.
2562         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
2563         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
2564         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
2565         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
2566         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2567         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2568         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
2569         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2570         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
2571         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2572         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2573         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2574         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2575         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2576         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
2577         * m4/readutmp.m4 (gl_READUTMP): Likewise.
2578         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2579         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2580         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2581         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2582         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2583         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2584         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2585         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
2586         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
2587         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2588         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
2589         so that lock.m4 can be used in gettext without extensions module.
2590
2591 2007-09-11  Bruno Haible  <bruno@clisp.org>
2592
2593         * m4/isc-posix.m4: Remove file.
2594         Suggested by Eric Blake.
2595
2596 2007-09-11  Eric Blake  <ebb9@byu.net>
2597
2598         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
2599
2600 2007-09-10  Bruno Haible  <bruno@clisp.org>
2601
2602         * posix-modules: Fix typo in error message.
2603         Reported by Matt <mkraai@beckman.com>.
2604
2605 2007-09-09  Bruno Haible  <bruno@clisp.org>
2606
2607         * doc/functions/getdelim.texi: Update list of platforms lacking the
2608         function.
2609         * doc/functions/getline.texi: Likewise.
2610
2611 2007-09-09  Jim Meyering  <jim@meyering.net>
2612
2613         * lib/hash.c (hash_initialize): Detect calloc failure.
2614         Reported by Bruno Haible.
2615
2616 2007-09-09  Bruno Haible  <bruno@clisp.org>
2617
2618         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
2619         malloc or realloc fails.
2620
2621 2007-09-09  Bruno Haible  <bruno@clisp.org>
2622
2623         * modules/getcwd (Depends-on): Add malloc-posix.
2624         * modules/glob (Depends-on): Likewise.
2625         * modules/putenv (Depends-on): Likewise.
2626         * modules/strdup (Depends-on): Likewise.
2627         * modules/getdelim (Depends-on): Add realloc-posix.
2628         * modules/read-file (Depends-on): Likewise.
2629
2630 2007-09-09  Bruno Haible  <bruno@clisp.org>
2631
2632         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
2633         (gl_FUNC_MALLOC_POSIX): Require it.
2634         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
2635         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
2636         * modules/realloc (Files): Add m4/malloc.m4.
2637         * modules/calloc (Files): Likewise.
2638
2639 2007-09-09  Bruno Haible  <bruno@clisp.org>
2640
2641         * modules/malloc-posix: New file.
2642         * modules/malloc (Depends-on): Add malloc-posix.
2643         * lib/malloc.c: Include errno.h.
2644         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
2645         and a POSIX-compatible malloc into a single function. Set ENOMEM
2646         when returning NULL.
2647         * m4/malloc.m4: New file.
2648         * doc/functions/malloc.texi: Mention the malloc-posix module.
2649         * lib/stdlib_.h (malloc): New declaration.
2650         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2651         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
2652         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
2653         and HAVE_MALLOC_POSIX.
2654
2655 2007-09-09  Bruno Haible  <bruno@clisp.org>
2656
2657         * modules/realloc-posix: New file.
2658         * modules/realloc (Depends-on): Add realloc-posix.
2659         * lib/realloc.c: Include errno.h.
2660         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
2661         and a POSIX-compatible realloc into a single function. Set ENOMEM
2662         when returning NULL.
2663         * m4/realloc.m4: New file.
2664         * doc/functions/realloc.texi: Mention the realloc-posix module.
2665         * lib/stdlib_.h (realloc): New declaration.
2666         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2667         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
2668         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
2669         and HAVE_REALLOC_POSIX.
2670
2671 2007-09-09  Bruno Haible  <bruno@clisp.org>
2672
2673         * modules/calloc-posix: New file.
2674         * modules/calloc (Depends-on): Add calloc-posix.
2675         * lib/calloc.c: Include errno.h.
2676         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
2677         and a POSIX-compatible calloc into a single function. Set ENOMEM
2678         when returning NULL.
2679         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
2680         * doc/functions/calloc.texi: Mention the calloc-posix module.
2681         * lib/stdlib_.h (calloc): New declaration.
2682         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2683         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
2684         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
2685         and HAVE_CALLOC_POSIX.
2686
2687 2007-09-09  Bruno Haible  <bruno@clisp.org>
2688
2689         Allow for modules to show an arbitrary notice.
2690         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
2691         * gnulib-tool: New option --extract-notice.
2692         (func_usage): Document it.
2693         (sed_extract_prog): Update.
2694         (func_get_notice): New function.
2695         (func_modules_notice): New function.
2696         (func_import, func_create_testdir): Invoke it.
2697         Suggested by Jim Meyering.
2698
2699 2007-09-09  Bruno Haible  <bruno@clisp.org>
2700
2701         * gnulib-tool: New options --verbose, --quiet.
2702         (func_usage): Document them.
2703         (verbose): New variable.
2704         (func_execute_command): New function.
2705         (func_import): Don't show the module list and the file list if
2706         $verbose < 0.
2707         (func_create_testdir): Likewise. Use func_execute_command.
2708         (func_create_megatestdir): Use func_execute_command.
2709
2710 2007-09-08  Bruno Haible  <bruno@clisp.org>
2711
2712         * gnulib-tool (func_import): Prefer rsync over wget when available,
2713         for fetching the PO files.
2714
2715 2007-09-08  Bruno Haible  <bruno@clisp.org>
2716
2717         * posix-modules: New file. Portions copied from gnulib-tool.
2718         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
2719
2720 2007-09-08  Jim Meyering  <jim@meyering.net>
2721
2722         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
2723         * lib/fpending.h: Rename from __fpending.h.
2724         * lib/fpending.c: Rename from __fpending.c.
2725         Include "fpending.h", not "__fpending.h".
2726         * lib/__fpending.h, lib/__fpending.c: Remove files.
2727         * modules/fpending (Files): Reflect new file names.
2728         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2729
2730 2007-09-08  Bruno Haible  <bruno@clisp.org>
2731
2732         * m4/inttypes-h.m4: Remove stub file.
2733
2734 2007-09-07  Simon Josefsson  <simon@josefsson.org>
2735
2736         * doc/headers/stdint.texi: Discuss #include_next issue.
2737
2738 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2739
2740         * build-aux/bootstrap: Remove obsolete comment about wget --help.
2741
2742 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2743
2744         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
2745         in variable name.
2746
2747 2007-09-03  Jim Meyering  <jim@meyering.net>
2748
2749         New module: git-version-gen.
2750         * modules/git-version-gen: New file.
2751
2752         Import changes from coreutils for bootstrap script.
2753
2754         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
2755
2756         bootstrap: uses rsync to download the .po files
2757         * build-aux/bootstrap (po_download_command_format): New global.
2758         (download_po_files): Use rsync.
2759         (update_po_files): Don't remove .po files after download,
2760         so future rsync runs can take advantage of the copies.
2761
2762         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
2763
2764         Solve the unnecessary-.po-file-regeneration problem once and for all.
2765         * build-aux/bootstrap (download_po_files): New function, renamed from
2766         get_translations.  Now, downloads, but doesn't update LINGUAS.
2767         (update_po_files): New function.
2768
2769         bootstrap: Ignore more.
2770         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
2771         uniwidth to e.g., lib/.gitignore.
2772         (slurp): Handle the sys_stat_.h -> sys mapping, too.
2773
2774         * build-aux/bootstrap: New setting: vc_ignore.
2775         (insert_sorted_if_absent): Create $file if absent.
2776         Adapt to new, possibly empty, list: $vc_ignore.
2777
2778         bootstrap: generate more ignorable names
2779         * build-aux/bootstrap (slurp): When generating ignorable names,
2780         also map .sin to .sed, .gperf to .c, and .y to .c.
2781
2782 2007-09-03  Jim Meyering  <jim@meyering.net>
2783
2784         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2785         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2786
2787 2007-09-02  Bruno Haible  <bruno@clisp.org>
2788
2789         Fix mis-recognition of 'mcs' on QNX 6.
2790         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2791         output contains the string "Mono".
2792         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2793         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2794
2795 2007-09-01  Bruno Haible  <bruno@clisp.org>
2796
2797         Fix collision between uniwidth/* and linebreak modules.
2798         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2799         u32_width): Remove declarations.
2800         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2801         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2802         streq3, streq2, streq1, streq0): Remove functions.
2803         (STREQ): Remove macro.
2804         (is_cjk_encoding): Remove function.
2805         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2806         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2807         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2808         * NEWS: Document the change.
2809
2810 2007-09-01  Bruno Haible  <bruno@clisp.org>
2811
2812         * lib/streq.h: Add double-inclusion guard.
2813
2814 2007-09-01  Karl Berry  <karl@gnu.org>
2815
2816         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2817
2818 2007-08-28  Jim Meyering  <jim@meyering.net>
2819
2820         Rename mreadlink_with_size to areadlink_with_size.
2821         * NEWS: Document the change.
2822         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2823         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2824         * lib/mreadlink.h: Rename this to...
2825         * lib/areadlink.h: ...this.
2826         * modules/mreadlink-with-size: Rename this to...
2827         * modules/areadlink-with-size: ...this.
2828         * lib/canonicalize.c: Reflect the renaming.
2829         * modules/canonicalize: Likewise.
2830
2831 2007-08-26  Bruno Haible  <bruno@clisp.org>
2832
2833         * gnulib-tool (func_import): When deciding which files to remove,
2834         consider also dangling symbolic links.
2835         Reported by Eric Blake.
2836
2837 2007-08-26  Bruno Haible  <bruno@clisp.org>
2838
2839         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2840
2841 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2842
2843         * lib/readline.c: Don't include getline.h, the prototype is now
2844         found in stdio.h.
2845
2846 2007-08-23  Jim Meyering  <jim@meyering.net>
2847
2848         Getdelim touchup.
2849         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2850         around the funlockfile call, since funlockfile never sets errno.
2851         Don't set errno upon failed realloc.
2852
2853 2007-08-22  Eric Blake  <ebb9@byu.net>
2854
2855         Getline touchups.
2856         * lib/getdelim.c (getdelim): Revert regression that required *n to
2857         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2858         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2859         getdelim, rather than whether implementation is missing.
2860         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2861         * lib/stdio_.h (getline): Also declare if replacement is
2862         required.
2863         * doc/functions/getdelim.texi: New file.
2864         * doc/functions/getline.texi: Likewise.
2865         * doc/gnulib.texi (Function Substitutes): Add new files.
2866         Reported by Bruno Haible.
2867
2868 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2869
2870         * users.txt: Add Guile.
2871
2872 2007-08-22  Eric Blake  <ebb9@byu.net>
2873
2874         * tests/test-getdelim.c (main): Use remove, not unlink.
2875         * tests/test-getline.c (main): Likewise.
2876
2877         Move getline and getdelim into stdio.h, per POSIX 200x.
2878         * modules/getline (Files): Remove getline.h.
2879         (Depends-on): Add stdio.
2880         (configure.ac): Add module indicator.
2881         * modules/getdelim (Files): Remove getdelim.h.
2882         (Depends-on): Add stdio.
2883         (configure.ac): Add module indicator.
2884         * modules/stdio (Makefile.am): Work with new indicators.
2885         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2886         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2887         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2888         * lib/getdelim.h: Delete.
2889         * lib/getline.h: Delete.
2890         * lib/stdio_.h (getdelim, getline): Declare.
2891         * modules/getdelim-tests: New module.
2892         * modules/getline-tests: Likewise.
2893         * tests/test-getdelim.c: New file.
2894         * tests/test-getline.c: Likewise.
2895         * NEWS: Document the change.
2896         * lib/getline.c: Update choice of header.
2897         * lib/csharpcomp.c: Likewise.
2898         * lib/getpass.c: Likewise.
2899         * lib/javacomp.c: Likewise.
2900         * lib/javaversion.c: Likewise.
2901         * lib/yesno.c: Likewise.
2902         * lib/getdelim.c: Likewise.
2903         (getdelim): Set errno on failure, and avoid memory leak.
2904
2905 2007-08-19  Bruno Haible  <bruno@clisp.org>
2906
2907         * modules/closein (Depends-on): Add freadahead.
2908         * lib/closein.c: Include freadahead.h.
2909         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2910         is zero.
2911
2912 2007-08-19  Bruno Haible  <bruno@clisp.org>
2913
2914         * modules/freadahead-tests: New file.
2915         * tests/test-freadahead.sh: New file.
2916         * tests/test-freadahead.c: New file.
2917
2918         * modules/freadahead: New file.
2919         * lib/freadahead.h: New file.
2920         * lib/freadahead.c: New file.
2921         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2922         fbufmode, fpurge, freadable, fwritable.
2923
2924 2007-08-19  Eric Blake  <ebb9@byu.net>
2925
2926         Test yesno in combination with closein.
2927         * lib/yesno.c (yesno): Document use of stdin.
2928         * modules/yesno-tests (Files): New module.
2929         * tests/test-yesno.c (main): New file.
2930         * tests/test-yesno.sh: Likewise.
2931
2932 2007-08-19  Bruno Haible  <bruno@clisp.org>
2933
2934         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2935         * lib/fseeko.c (rpl_fseeko): Likewise.
2936         * lib/fseterr.c (fseterr): Likewise.
2937
2938 2007-08-19  Bruno Haible  <bruno@clisp.org>
2939
2940         * tests/test-lseek.c (main): Disable a test for BeOS.
2941         * doc/functions/lseek.texi: Document the BeOS bug.
2942
2943 2007-08-19  Bruno Haible  <bruno@clisp.org>
2944             Eric Blake  <ebb9@byu.net>
2945
2946         * lib/lseek.c: Include <sys/stat.h>.
2947         (rpl_lseek): Add workaround code also for Unix platforms.
2948         Needed for BeOS.
2949         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2950         * doc/functions/lseek.texi: Document BeOS definiency.
2951
2952 2007-08-18  Bruno Haible  <bruno@clisp.org>
2953
2954         * modules/fstrcmp-tests: New file.
2955         * tests/test-fstrcmp.c: New file.
2956
2957 2007-08-18  Bruno Haible  <bruno@clisp.org>
2958
2959         * modules/fstrcmp: New file, from GNU gettext with modifications.
2960         * lib/fstrcmp.h: New file, from GNU gettext.
2961         * lib/fstrcmp.c: New file, from GNU gettext.
2962         * MODULES.html.sh (String handling): Add fstrcmp.
2963
2964 2007-08-18  Bruno Haible  <bruno@clisp.org>
2965
2966         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2967         'bool'.
2968         (diag, compareseq): Remove const from the ctxt argument.
2969         (USE_HEURISTIC): Undefine at the end.
2970
2971 2007-08-18  Jim Meyering  <jim@meyering.net>
2972
2973         New file: lib/idcache.h
2974         * NEWS: Mention the addition.
2975         * modules/idcache (Files): Add lib/idcache.h
2976         * lib/idcache.c: Include "idcache.h".
2977         Don't include <sys/types.h>.
2978         Add a FIXME comment.
2979         Move file-scoped "static" declarations to the top.
2980         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2981
2982 2007-08-17  Bruno Haible  <bruno@clisp.org>
2983         and Paul Eggert  <eggert@cs.ucla.edu>
2984
2985         * MODULES.html.sh: Add diffseq.
2986         * modules/diffseq: New file.
2987         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2988         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2989
2990 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2991
2992         Import changes from coreutils for bootstrap script.
2993
2994         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2995
2996         * build-aux/bootstrap (slurp): Work even in environments where
2997         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2998         current code does not slurp files whose names start with ".", and
2999         this looks like it might be a troublesome area.
3000
3001         2007-07-11  Jim Meyering  <jim@meyering.net>
3002
3003         If there's a GPL vN copyright comment, require that N == 3.
3004
3005         2007-07-08  Jim Meyering  <jim@meyering.net>
3006
3007         Run the coreutils-specific code only if tests/Makefile.am.in exists.
3008         * build-aux/bootstrap (mam_template): Move definition out of loop.
3009
3010         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
3011
3012         * build-aux/bootstrap (symlink_to_dir): Rename function from
3013         symlink_to_gnulib.  Add a directory parameter.  Update all
3014         callers.
3015         (cp_mark_as_generated): Also check for -- and link to -- files in
3016         gl/.
3017
3018         2007-07-08  Jim Meyering  <jim@meyering.net>
3019
3020         Adapt to deeper hierarchy in gnulib.
3021         * build-aux/bootstrap (symlink_to_dir): If the destination
3022         directory doesn't exist, create it. This is required at least for
3023         "lib/uniwidth/cjk.h".
3024
3025         2007-05-15  Jim Meyering  <jim@meyering.net>
3026
3027         * build-aux/bootstrap: Now that generated Makefile.am files
3028         are no longer under version control, they must be created at
3029         bootstrap time.
3030
3031 2007-08-14  Ben Pfaff  <blp@gnu.org>
3032
3033         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
3034
3035 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
3036
3037         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
3038         given the changes below.
3039         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
3040         even on hosts that have padding bits beyond the supported 64.
3041
3042 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
3043
3044         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
3045         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
3046         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
3047         depends on it.
3048         (xstrtol_error): Remove.
3049         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
3050         but with a different signature.
3051         (ATTRIBUTE_NORETURN, __attribute__): New macros.
3052         * lib/xstrtol-error.c: Include exitfail.h.
3053         (xstrtol_fatal): New function, with a different signature from the
3054         old xstrtol_error, so that the caller need not worry about passing
3055         in an exit status, or about storage management of the option argument.
3056         (xstrtol_error): Now a static function.  Redo signature to
3057         implement xstrtol_fatal.  Output the correct number of hyphens in
3058         front of the option so that the caller need not worry about
3059         storage management.
3060         (N_): New macro.
3061         (_): Remove; not used now.
3062         * modules/xstrtol: Depend on getopt.
3063         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
3064         of old STRTOL_FATAL_ERROR macro.
3065         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
3066         of test program.
3067         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
3068         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
3069
3070 2007-08-08  Eric Blake  <ebb9@byu.net>
3071
3072         * lib/xstrtol-error.c: Add missing include.
3073
3074         Move xstrtol messages into gnulib domain, when --pobase is used.
3075         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
3076         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
3077         * modules/xstrtol (Files): Distribute new file.
3078         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
3079         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
3080         * tests/test-xstrtol.c: ...into new file.
3081         * tests/test-xstrtoul.c: Also test xstrtoul.
3082         * tests/test-xstrtoimax.c: Also test xstrtoimax.
3083         * tests/test-xstrtoumax.c: Also test xstrtoumax.
3084         * tests/test-xstrtol.sh: Drive the tests.
3085         * tests/test-xstrtoimax.sh: Likewise.
3086         * tests/test-xstrtoumax.sh: Likewise.
3087         * modules/xstrtol-tests: New module.
3088         * modules/xstrtoimax-tests: Likewise.
3089         * modules/xstrtoumax-tests: Likewise.
3090
3091 2007-08-08  Jim Meyering  <jim@meyering.net>
3092
3093         New function: mfile_name_concat.
3094         * lib/filenamecat.c (mfile_name_concat): New function, just like
3095         file_name_concat, but return NULL upon failure rather than exiting
3096         with a diagnostic.
3097         * lib/filenamecat.h: Declare it.
3098
3099 2007-08-07  Bruno Haible  <bruno@clisp.org>
3100
3101         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
3102         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
3103         warning from gcc.
3104         Reported by Eric Blake.
3105
3106 2007-08-07  Simon Josefsson  <simon@josefsson.org>
3107
3108         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
3109         * modules/crypto/arcfour (License): Likewise.
3110         * modules/crypto/des-tests (License): Likewise.
3111         * modules/crypto/gc-arctwo-tests (License): Likewise.
3112         * modules/crypto/gc-des-tests (License): Likewise.
3113         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
3114         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
3115         * modules/crypto/gc-md2-tests (License): Likewise.
3116         * modules/crypto/gc-md4-tests (License): Likewise.
3117         * modules/crypto/gc-md5-tests (License): Likewise.
3118         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
3119         * modules/crypto/gc-rijndael-tests (License): Likewise.
3120         * modules/crypto/gc-sha1-tests (License): Likewise.
3121         * modules/crypto/gc-tests (License): Likewise.
3122         * modules/crypto/hmac-md5 (License): Likewise.
3123         * modules/crypto/hmac-sha1 (License): Likewise.
3124         * modules/crypto/md2-tests (License): Likewise.
3125         * modules/crypto/md4-tests (License): Likewise.
3126         * modules/crypto/md5 (License): Likewise.
3127         * modules/crypto/rijndael (License): Likewise.
3128         * modules/crypto/sha1 (License): Likewise.
3129         * modules/memxor (License): Likewise.
3130
3131 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
3132         and Bruno Haible  <bruno@clisp.org>
3133
3134         * NEWS: Describe interface changes to human, xstrtol.
3135         * lib/human.h: Include <xstrtol.h>.
3136         (human_options): Return enum strtol_error, not int.  Remove
3137         bool arg; take int * instead.
3138         * lib/human.c: Don't include "gettext.h".
3139         (_): Remove; no longer used.
3140         Don't include <xstrtol.h>, since human.h does it.
3141         (human_options): Adjust to abovementioned interface changes.
3142         Do not report error to stderr; that's now the caller's
3143         responsibility.
3144         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
3145         interface change.
3146         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
3147         Str, Argument_type_string.  All uses changed.  Put " argument"
3148         in diagnostics to make them clearer.  Change wording of suffix
3149         message for clarity.
3150         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
3151         Argument_type_string.
3152         (STRTOL_FATAL_WARN): Remove; no longer used.
3153         * modules/human (Depends-on): Remove gettext-h.
3154
3155 2007-08-06  Simon Josefsson  <simon@josefsson.org>
3156
3157         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
3158
3159 2007-07-31  Bruno Haible  <bruno@clisp.org>
3160
3161         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
3162         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
3163         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
3164
3165 2007-07-31  Bruno Haible  <bruno@clisp.org>
3166
3167         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
3168         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
3169
3170 2007-07-30  Bruno Haible  <bruno@clisp.org>
3171
3172         * modules/base64 (License): Use the synonymous term "LGPLv2+".
3173         * modules/c-ctype (License): Likewise.
3174         * modules/c-strcase (License): Likewise.
3175         * modules/check-version (License): Likewise.
3176         * modules/iconv (License): Likewise.
3177         * modules/iconv_open (License): Likewise.
3178         * modules/read-file (License): Likewise.
3179         * modules/striconv (License): Likewise.
3180         * modules/strverscmp (License): Likewise.
3181         * modules/vasprintf (License): Likewise.
3182         * modules/crypto/des (License): Likewise.
3183         * modules/crypto/gc (License): Likewise.
3184         * modules/crypto/gc-arcfour (License): Likewise.
3185         * modules/crypto/gc-arctwo (License): Likewise.
3186         * modules/crypto/gc-des (License): Likewise.
3187         * modules/crypto/gc-hmac-md5 (License): Likewise.
3188         * modules/crypto/gc-hmac-sha1 (License): Likewise.
3189         * modules/crypto/gc-md2 (License): Likewise.
3190         * modules/crypto/gc-md4 (License): Likewise.
3191         * modules/crypto/gc-md5 (License): Likewise.
3192         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
3193         * modules/crypto/gc-random (License): Likewise.
3194         * modules/crypto/gc-rijndael (License): Likewise.
3195         * modules/crypto/gc-sha1 (License): Likewise.
3196         * modules/crypto/md2 (License): Likewise.
3197         * modules/crypto/md4 (License): Likewise.
3198
3199 2007-07-30  Jim Meyering  <jim@meyering.net>
3200
3201         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
3202         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
3203         it has valid stat data.  This bug would cause du not to count the
3204         sizes of inaccessible directories.
3205         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
3206         in <http://bugzilla.redhat.com/250077>.
3207
3208 2007-07-25  Peter O'Gorman  <peter@pogma.com>
3209             Bruno Haible  <bruno@clisp.org>
3210
3211         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
3212         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
3213         #include_next, gives a diagnostic about it, but reports no error in
3214         the exit code.
3215         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
3216
3217 2007-07-24  Ben Pfaff  <blp@gnu.org>
3218
3219         Improve name: "count-one-bits" is better than "popcount".
3220         * MODULES.html.sh: Update name.
3221         * lib/popcount.h: Renamed lib/count-one-bits.h.
3222         (popcount): Renamed count_one_bits.
3223         (popcountl): Renamed count_one_bits_l.
3224         (popcountll): Renamed count_one_bits_ll.
3225         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
3226         * modules/popcount: Renamed module/count-one-bits.
3227         * modules/popcount-tests: Renamed module/count-one-bits-tests.
3228         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
3229
3230 2007-07-23  Ben Pfaff  <blp@gnu.org>
3231
3232         * lib/popcount.h (popcount32): Reduce size of constants, to allow
3233         better code generation, and add U to large constants to avoid
3234         warnings, in non-GCC case.
3235         Suggested by Bruno Haible.
3236
3237 2007-07-23  Ben Pfaff  <blp@gnu.org>
3238
3239         * lib/popcount.h: Use verify_true instead of if...abort.
3240         * modules/popcount: Depend on verify module.
3241         Suggested by Jim Meyering.
3242
3243 2007-07-23  Bruno Haible  <bruno@clisp.org>
3244
3245         * gnulib-tool (func_import): Create a .cvsignore file also when the
3246         directory is not yet in CVS but the toplevel directory is. When
3247         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
3248         Reported by Karl Berry.
3249
3250 2007-07-22  Ben Pfaff  <blp@gnu.org>
3251
3252         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
3253         case.
3254         Suggested by Eric Blake.
3255
3256 2007-07-22  Ben Pfaff  <blp@gnu.org>
3257
3258         New module: popcount.
3259         * MODULES.html.sh: Add popcount.
3260         * modules/popcount: New file.
3261         * modules/popcount-tests: New file.
3262         * tests/test-popcount.c: New file.
3263         * lib/popcount.h: New file.
3264         * m4/popcount.m4: New file.
3265
3266 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3267
3268         * build-aux/announce-gen: Update to GPLv3.
3269
3270         * build-aux/config.guess: Update from config.
3271
3272 2007-07-21  Bruno Haible  <bruno@clisp.org>
3273
3274         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
3275         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
3276
3277 2007-07-20  Jim Meyering  <jim@meyering.net>
3278
3279         * check-module: Diagnose a self-dependency.
3280
3281 2007-07-19  Bruno Haible  <bruno@clisp.org>
3282
3283         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
3284         empty.
3285         Reported by Eric Blake.
3286
3287 2007-07-18  Bruno Haible  <bruno@clisp.org>
3288
3289         * gnulib-tool: New options --po-base, --po-domain.
3290         (func_usage): Document them.
3291         (pobase, po_domain): New variables.
3292         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
3293         DEFAULT_TEXT_DOMAIN.
3294         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
3295         (func_import): Consider pobase and po_domain. Create a po/ directory.
3296         (func_create_testdir): Set pobase and po_domain to empty.
3297         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
3298         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
3299
3300 2007-07-18  Bruno Haible  <bruno@clisp.org>
3301
3302         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3303         EXTRA_DIST augmentation for files in build-aux/.
3304
3305 2007-07-16  Bruno Haible  <bruno@clisp.org>
3306
3307         * modules/lseek (License): Use the synonymous term "LGPLv2+".
3308         * modules/getdelim (License): Likewise.
3309
3310 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3311
3312         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
3313         * modules/d-type (License): Likewise.
3314         * modules/extensions (License): Likewise.
3315         * modules/fnmatch (License): Likewise.
3316         * modules/fseeko (License): Likewise.
3317         * modules/getaddrinfo (License): Likewise.
3318         * modules/getline (License): Likewise.
3319         * modules/getlogin_r (License): Likewise.
3320         * modules/getpass (License): Likewise.
3321         * modules/gettimeofday (License): Likewise.
3322         * modules/glob (License): Likewise.
3323         * modules/inet_ntop (License): Likewise.
3324         * modules/malloc (License): Likewise.
3325         * modules/malloca (License): Likewise.
3326         * modules/memmem (License): Likewise.
3327         * modules/mempcpy (License): Likewise.
3328         * modules/memset (License): Likewise.
3329         * modules/minmax (License): Likewise.
3330         * modules/mktime (License): Likewise.
3331         * modules/netinet_in (License): Likewise.
3332         * modules/pathmax (License): Likewise.
3333         * modules/poll (License): Likewise.
3334         * modules/regex (License): Likewise.
3335         * modules/snprintf (License): Likewise.
3336         * modules/stdbool (License): Likewise.
3337         * modules/stdint (License): Likewise.
3338         * modules/stdio (License): Likewise.
3339         * modules/strcase (License): Likewise.
3340         * modules/strcasestr (License): Likewise.
3341         * modules/strdup (License): Likewise.
3342         * modules/string (License): Likewise.
3343         * modules/strndup (License): Likewise.
3344         * modules/strnlen (License): Likewise.
3345         * modules/strpbrk (License): Likewise.
3346         * modules/strptime (License): Likewise.
3347         * modules/strsep (License): Likewise.
3348         * modules/sys_select (License): Likewise.
3349         * modules/sys_socket (License): Likewise.
3350         * modules/sys_stat (License): Likewise.
3351         * modules/sys_time (License): Likewise.
3352         * modules/time (License): Likewise.
3353         * modules/time_r (License): Likewise.
3354         * modules/timegm (License): Likewise.
3355         * modules/unistd (License): Likewise.
3356         * modules/vsnprintf (License): Likewise.
3357         * modules/wctype (License): Likewise.
3358
3359 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3360
3361         * modules/argz (License): LGPLv2+.
3362
3363 2007-07-15  Karl Berry  <karl@gnu.org>
3364
3365         * doc/gnulib.texi: revise node structure per new fdl.texi.
3366
3367 2007-07-14  Bruno Haible  <bruno@clisp.org>
3368
3369         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
3370         the output file.
3371         * lib/uniname/uninames.h: Regenerated.
3372
3373 2007-07-14  Karl Berry  <karl@gnu.org>
3374
3375         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
3376         omitting sectioning and index commands.
3377
3378 2007-07-13  Bruno Haible  <bruno@clisp.org>
3379
3380         New gnulib-tool option --more-symlinks.
3381         * gnulib-tool (func_usage): Document --more-symlinks.
3382         (do_copyrights): New variable.
3383         Recognize option --more-symlinks.
3384         (func_import): Don't add a copyright notice transform to
3385         sed_transform_lib_file if do_copyrights is empty.
3386
3387 2007-07-13  Bruno Haible  <bruno@clisp.org>
3388
3389         * lib/vasnprintf.c (decimal_point_char): Define also if
3390         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
3391         && !NEED_PRINTF_DIRECTIVE_A.
3392         Reported by Clemens Koller <clemens.koller@anagramm.de> via
3393         Gary V. Vaughan <gary@gnu.org>.
3394
3395 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
3396
3397         * lib/inttypes_.h: Undo previous change, since it was fixed
3398         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
3399
3400 2007-07-13  Bruno Haible  <bruno@clisp.org>
3401
3402         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
3403         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
3404
3405 2007-07-13  Jim Meyering  <jim@meyering.net>
3406
3407         df: Don't fail for Tru64's "file-on-file mount".
3408         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
3409         so we fall through and use statfs instead.  Details here:
3410         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
3411         Reported by Albert Chin.
3412
3413 2007-07-13  Bruno Haible  <bruno@clisp.org>
3414
3415         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
3416         * modules/configmake (License): Likewise.
3417         * modules/gettext (License): Likewise.
3418         * modules/gettext-h (License): Likewise.
3419         * modules/include_next (License): Likewise.
3420         * modules/link-warning (License): Likewise.
3421         * modules/localcharset (License): Likewise.
3422         * modules/localename (License): Likewise.
3423         * modules/lock (License): Likewise.
3424         * modules/relocatable-lib-lgpl (License): Likewise.
3425         * modules/size_max (License): Likewise.
3426         * modules/vasnprintf (License): Likewise.
3427         * modules/wchar (License): Likewise.
3428         * modules/xsize (License): Likewise.
3429
3430 2007-07-13  Bruno Haible  <bruno@clisp.org>
3431
3432         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
3433         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
3434
3435 2007-07-12  Bruno Haible  <bruno@clisp.org>
3436
3437         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
3438         in the modules files.
3439
3440 2007-07-11  Karl Berry  <karl@gnu.org>
3441
3442         * MODULES.html.sh (func_module): use
3443          sed -e '\|^'"${includefile}"'$|d'
3444          instead of /.../d, to avoid errors on $includefile's containing /.
3445
3446 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3447
3448         * gnulib-tool (func_import): Avoid duplication of --avoid
3449         statements
3450         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
3451         names to `_' in variable names.
3452
3453 2007-07-10  Eric Blake  <ebb9@byu.net>
3454
3455         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
3456         * NEWS: Document this change.
3457
3458 2007-07-08  Bruno Haible  <bruno@clisp.org>
3459
3460         Update to Unicode 5.0.
3461         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
3462         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
3463         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
3464         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
3465         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
3466         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
3467         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
3468         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
3469         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
3470         U+10A3F, U+1D242..U+1D244.
3471         (nonspacing_table_ind): Update.
3472         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
3473         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
3474
3475 2007-07-08  Bruno Haible  <bruno@clisp.org>
3476
3477         Update to Unicode 5.0.
3478         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
3479         code transform. Extend the name index field of unicode_name_to_code and
3480         unicode_code_to_name from 16 to 24 bits.
3481         * lib/uniname/uniname.c (unicode_character_name,
3482         unicode_name_character): Add the range 0x12xxx to the code transform.
3483         * lib/uniname/uninames.h: Regenerated.
3484         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
3485
3486 2007-07-07  Bruno Haible  <bruno@clisp.org>
3487
3488         * modules/wcwidth-tests: New file.
3489         * tests/test-wcwidth.c: New file.
3490
3491         Work around MacOS X wcwidth() bug.
3492         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
3493         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
3494         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
3495         original wcwidth in non-UTF-8 locales.
3496         * modules/wcwidth (Depends-on): Add localcharset, streq,
3497         uniwidth/width.
3498         * doc/functions/wcwidth.texi: Update.
3499
3500 2007-07-07  Bruno Haible  <bruno@clisp.org>
3501
3502         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
3503         (wcwidth): New declaration.
3504         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
3505         macros.
3506         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
3507         here. Prepare for creating <wchar.h> unconditionally.
3508         * modules/wchar (Depends-on): Add link-warning.
3509         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
3510         REPLACE_WCWIDTH, and GL_LINK_WARNING.
3511         * lib/wcwidth.h: Remove file.
3512         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
3513         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
3514         * modules/wcwidth (Files): Remove lib/wcwidth.h.
3515         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
3516         (Include): Replace wcwidth.h with <wchar.h>.
3517         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
3518         * lib/mbchar.h: Don't include wcwidth.h.
3519         * lib/mbswidth.c: Likewise.
3520         * NEWS: Mention the change.
3521
3522 2007-07-07  Bruno Haible  <bruno@clisp.org>
3523
3524         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
3525         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
3526         definition with an external declaration.
3527         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
3528         defined as a function. Remove AC_C_INLINE requirement.
3529         * modules/wcwidth (Files): Add lib/wcwidth.c.
3530         (Makefile.am): Remove redundant statement.
3531
3532 2007-07-07  Bruno Haible  <bruno@clisp.org>
3533
3534         * MODULES.html.sh (Unicode string functions): Add the new modules.
3535
3536         * tests/uniwidth/test-u32-strwidth.c: New file.
3537         * modules/uniwidth/u32-strwidth-tests: New file.
3538
3539         * lib/uniwidth/u32-strwidth.c: New file.
3540         * modules/uniwidth/u32-strwidth: New file.
3541
3542         * tests/uniwidth/test-u16-strwidth.c: New file.
3543         * modules/uniwidth/u16-strwidth-tests: New file.
3544
3545         * lib/uniwidth/u16-strwidth.c: New file.
3546         * modules/uniwidth/u16-strwidth: New file.
3547
3548         * tests/uniwidth/test-u8-strwidth.c: New file.
3549         * modules/uniwidth/u8-strwidth-tests: New file.
3550
3551         * lib/uniwidth/u8-strwidth.c: New file.
3552         * modules/uniwidth/u8-strwidth: New file.
3553
3554         * tests/uniwidth/test-u32-width.c: New file.
3555         * modules/uniwidth/u32-width-tests: New file.
3556
3557         * lib/uniwidth/u32-width.c: New file.
3558         * modules/uniwidth/u32-width: New file.
3559
3560         * tests/uniwidth/test-u16-width.c: New file.
3561         * modules/uniwidth/u16-width-tests: New file.
3562
3563         * lib/uniwidth/u16-width.c: New file.
3564         * modules/uniwidth/u16-width: New file.
3565
3566         * tests/uniwidth/test-u8-width.c: New file.
3567         * modules/uniwidth/u8-width-tests: New file.
3568
3569         * lib/uniwidth/u8-width.c: New file.
3570         * modules/uniwidth/u8-width: New file.
3571
3572         * tests/uniwidth/test-uc_width.c: New file.
3573         * modules/uniwidth/width-tests: New file.
3574
3575         * lib/uniwidth/width.c: New file, from GNU libiconv.
3576         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
3577         * modules/uniwidth/width: New file.
3578
3579         * lib/uniwidth.h: New file, from GNU libiconv.
3580         * modules/uniwidth/base: New file.
3581
3582 2007-07-07  Bruno Haible  <bruno@clisp.org>
3583
3584         * lib/uniname.h: New file, from GNU gettext.
3585         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
3586         * lib/uniname/uninames.h: New file, from GNU gettext.
3587         * lib/uniname/uniname.c: New file, from GNU gettext.
3588         * tests/uniname/test-uninames.sh: New file.
3589         * tests/uniname/test-uninames.c: New file, from GNU gettext.
3590         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
3591         * modules/uniname/base: New file.
3592         * modules/uniname/uniname: New file.
3593         * modules/uniname/uniname-tests: New file.
3594         * MODULES.html.sh (Unicode string functions): Add the new modules.
3595
3596 2007-07-06  Bruno Haible  <bruno@clisp.org>
3597
3598         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
3599
3600 2007-07-06  Bruno Haible  <bruno@clisp.org>
3601
3602         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
3603         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
3604         includes <cygwin/sys_time.h> which includes <sys/select.h> which
3605         include <sys/time.h>.
3606         Reported by Eric Blake.
3607
3608 2007-07-06  Eric Blake  <ebb9@byu.net>
3609
3610         Fix testing canonicalize on cygwin.
3611         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3612         Revert patch from 2007-06-19.
3613         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
3614         canonicalize module is also in use.
3615         * tests/test-canonicalize.c: New file.
3616         * tests/test-canonicalize.sh: Likewise.
3617         * modules/canonicalize-tests: Likewise.
3618
3619 2007-07-06  Jim Meyering  <jim@meyering.net>
3620
3621         * lib/getugroups.c (getugroups): Detect getgrent failure.
3622         Adjust comment to reflect reality: this function may return -1.
3623
3624 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3625
3626         * build-aux/bootstrap (TP_URL,get_translations): Update to use
3627         the new TP address.
3628         (usage): Fix typo
3629         (gnulib_mk): New variable.
3630
3631 2007-07-05  Jim Meyering  <jim@meyering.net>
3632
3633         Don't let endgrent clobber errno, no matter how improbable.
3634         * lib/getugroups.c (getugroups): Save and restore errno around
3635         endgrent call.
3636
3637         Close the group DB even when failing with 2^31 or more members.
3638         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
3639
3640 2007-07-04  Jim Meyering  <jim@meyering.net>
3641
3642         * lib/getugroups.h: New file.
3643         * lib/getugroups.c: Include "getugroups.h".
3644         Remove uses of "register" keyword.
3645         Move local variable, "cp", down into scope where used.
3646         Give "username" parameter the "const" attribute.
3647         * modules/getugroups (Files): Add lib/getugroups.h
3648
3649 2007-07-04  Karl Berry  <karl@gnu.org>
3650
3651         * MODULES.html.sh (func_all_modules): Complete rename of
3652         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
3653
3654 2007-07-02  Bruno Haible  <bruno@clisp.org>
3655
3656         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
3657         mode, when inttypes.h comes from gnulib.
3658         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3659
3660 2007-07-02  Simon Josefsson  <simon@josefsson.org>
3661
3662         * NEWS: Mention lgpl module name change.
3663
3664         * modules/lgpl-2.1: Renamed from lgpl.
3665
3666         * NEWS: Mention gpl module name change.
3667
3668         * modules/gpl-3.0: New file, based on gpl-2.0.
3669
3670         * modules/gpl-2.0: Renamed from gpl.
3671
3672         * modules/gpl: Fix filename, doc/gpl.texi is now found at
3673         doc/gpl-2.0.texi.
3674
3675 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3676
3677         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
3678         #define __STDC_LIMIT_MACROS temporarily while including
3679         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
3680         Problem reported by Joel E. Denny in
3681         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
3682
3683 2007-07-01  Bruno Haible  <bruno@clisp.org>
3684
3685         * lib/unistdio.h: New file.
3686         * lib/unistdio/u-asnprintf.h: New file.
3687         * lib/unistdio/u-asprintf.h: New file.
3688         * lib/unistdio/u-printf-args.c: New file.
3689         * lib/unistdio/u-printf-args.h: New file.
3690         * lib/unistdio/u-printf-parse.h: New file.
3691         * lib/unistdio/u-snprintf.h: New file.
3692         * lib/unistdio/u-sprintf.h: New file.
3693         * lib/unistdio/u-vasprintf.h: New file.
3694         * lib/unistdio/u-vsnprintf.h: New file.
3695         * lib/unistdio/u-vsprintf.h: New file.
3696         * lib/unistdio/ulc-asnprintf.c: New file.
3697         * lib/unistdio/ulc-asprintf.c: New file.
3698         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
3699         * lib/unistdio/ulc-printf-parse.c: New file.
3700         * lib/unistdio/ulc-snprintf.c: New file.
3701         * lib/unistdio/ulc-sprintf.c: New file.
3702         * lib/unistdio/ulc-vasnprintf.c: New file.
3703         * lib/unistdio/ulc-vasprintf.c: New file.
3704         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
3705         * lib/unistdio/ulc-vsnprintf.c: New file.
3706         * lib/unistdio/ulc-vsprintf.c: New file.
3707         * lib/unistdio/u8-asnprintf.c: New file.
3708         * lib/unistdio/u8-asprintf.c: New file.
3709         * lib/unistdio/u8-printf-parse.c: New file.
3710         * lib/unistdio/u8-snprintf.c: New file.
3711         * lib/unistdio/u8-sprintf.c: New file.
3712         * lib/unistdio/u8-vasnprintf.c: New file.
3713         * lib/unistdio/u8-vasprintf.c: New file.
3714         * lib/unistdio/u8-vsnprintf.c: New file.
3715         * lib/unistdio/u8-vsprintf.c: New file.
3716         * lib/unistdio/u8-u8-asnprintf.c: New file.
3717         * lib/unistdio/u8-u8-asprintf.c: New file.
3718         * lib/unistdio/u8-u8-snprintf.c: New file.
3719         * lib/unistdio/u8-u8-sprintf.c: New file.
3720         * lib/unistdio/u8-u8-vasnprintf.c: New file.
3721         * lib/unistdio/u8-u8-vasprintf.c: New file.
3722         * lib/unistdio/u8-u8-vsnprintf.c: New file.
3723         * lib/unistdio/u8-u8-vsprintf.c: New file.
3724         * lib/unistdio/u16-asnprintf.c: New file.
3725         * lib/unistdio/u16-asprintf.c: New file.
3726         * lib/unistdio/u16-printf-parse.c: New file.
3727         * lib/unistdio/u16-snprintf.c: New file.
3728         * lib/unistdio/u16-sprintf.c: New file.
3729         * lib/unistdio/u16-vasnprintf.c: New file.
3730         * lib/unistdio/u16-vasprintf.c: New file.
3731         * lib/unistdio/u16-vsnprintf.c: New file.
3732         * lib/unistdio/u16-vsprintf.c: New file.
3733         * lib/unistdio/u16-u16-asnprintf.c: New file.
3734         * lib/unistdio/u16-u16-asprintf.c: New file.
3735         * lib/unistdio/u16-u16-snprintf.c: New file.
3736         * lib/unistdio/u16-u16-sprintf.c: New file.
3737         * lib/unistdio/u16-u16-vasnprintf.c: New file.
3738         * lib/unistdio/u16-u16-vasprintf.c: New file.
3739         * lib/unistdio/u16-u16-vsnprintf.c: New file.
3740         * lib/unistdio/u16-u16-vsprintf.c: New file.
3741         * lib/unistdio/u32-asnprintf.c: New file.
3742         * lib/unistdio/u32-asprintf.c: New file.
3743         * lib/unistdio/u32-printf-parse.c: New file.
3744         * lib/unistdio/u32-snprintf.c: New file.
3745         * lib/unistdio/u32-sprintf.c: New file.
3746         * lib/unistdio/u32-vasnprintf.c: New file.
3747         * lib/unistdio/u32-vasprintf.c: New file.
3748         * lib/unistdio/u32-vsnprintf.c: New file.
3749         * lib/unistdio/u32-vsprintf.c: New file.
3750         * lib/unistdio/u32-u32-asnprintf.c: New file.
3751         * lib/unistdio/u32-u32-asprintf.c: New file.
3752         * lib/unistdio/u32-u32-snprintf.c: New file.
3753         * lib/unistdio/u32-u32-sprintf.c: New file.
3754         * lib/unistdio/u32-u32-vasnprintf.c: New file.
3755         * lib/unistdio/u32-u32-vasprintf.c: New file.
3756         * lib/unistdio/u32-u32-vsnprintf.c: New file.
3757         * lib/unistdio/u32-u32-vsprintf.c: New file.
3758         * tests/unistdio/test-ulc-asnprintf1.c: New file.
3759         * tests/unistdio/test-ulc-asnprintf1.h: New file.
3760         * tests/unistdio/test-ulc-printf1.h: New file.
3761         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
3762         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
3763         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
3764         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
3765         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
3766         * tests/unistdio/test-ulc-vasprintf1.c: New file.
3767         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
3768         * tests/unistdio/test-ulc-vsprintf1.c: New file.
3769         * tests/unistdio/test-u8-asnprintf1.c: New file.
3770         * tests/unistdio/test-u8-asnprintf1.h: New file.
3771         * tests/unistdio/test-u8-printf1.h: New file.
3772         * tests/unistdio/test-u8-vasnprintf1.c: New file.
3773         * tests/unistdio/test-u8-vasnprintf2.c: New file.
3774         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3775         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3776         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3777         * tests/unistdio/test-u8-vasprintf1.c: New file.
3778         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3779         * tests/unistdio/test-u8-vsprintf1.c: New file.
3780         * tests/unistdio/test-u16-asnprintf1.c: New file.
3781         * tests/unistdio/test-u16-asnprintf1.h: New file.
3782         * tests/unistdio/test-u16-printf1.h: New file.
3783         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3784         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3785         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3786         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3787         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3788         * tests/unistdio/test-u16-vasprintf1.c: New file.
3789         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3790         * tests/unistdio/test-u16-vsprintf1.c: New file.
3791         * tests/unistdio/test-u32-asnprintf1.c: New file.
3792         * tests/unistdio/test-u32-asnprintf1.h: New file.
3793         * tests/unistdio/test-u32-printf1.h: New file.
3794         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3795         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3796         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3797         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3798         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3799         * tests/unistdio/test-u32-vasprintf1.c: New file.
3800         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3801         * tests/unistdio/test-u32-vsprintf1.c: New file.
3802         * modules/unistdio/base: New file.
3803         * modules/unistdio/u-printf-args: New file.
3804         * modules/unistdio/ulc-asnprintf: New file.
3805         * modules/unistdio/ulc-asprintf: New file.
3806         * modules/unistdio/ulc-fprintf: New file.
3807         * modules/unistdio/ulc-printf-parse: New file.
3808         * modules/unistdio/ulc-snprintf: New file.
3809         * modules/unistdio/ulc-sprintf: New file.
3810         * modules/unistdio/ulc-vasnprintf: New file.
3811         * modules/unistdio/ulc-vasprintf: New file.
3812         * modules/unistdio/ulc-vfprintf: New file.
3813         * modules/unistdio/ulc-vsnprintf: New file.
3814         * modules/unistdio/ulc-vsprintf: New file.
3815         * modules/unistdio/u8-asnprintf: New file.
3816         * modules/unistdio/u8-asprintf: New file.
3817         * modules/unistdio/u8-printf-parse: New file.
3818         * modules/unistdio/u8-snprintf: New file.
3819         * modules/unistdio/u8-sprintf: New file.
3820         * modules/unistdio/u8-vasnprintf: New file.
3821         * modules/unistdio/u8-vasprintf: New file.
3822         * modules/unistdio/u8-vsnprintf: New file.
3823         * modules/unistdio/u8-vsprintf: New file.
3824         * modules/unistdio/u8-u8-asnprintf: New file.
3825         * modules/unistdio/u8-u8-asprintf: New file.
3826         * modules/unistdio/u8-u8-snprintf: New file.
3827         * modules/unistdio/u8-u8-sprintf: New file.
3828         * modules/unistdio/u8-u8-vasnprintf: New file.
3829         * modules/unistdio/u8-u8-vasprintf: New file.
3830         * modules/unistdio/u8-u8-vsnprintf: New file.
3831         * modules/unistdio/u8-u8-vsprintf: New file.
3832         * modules/unistdio/u16-asnprintf: New file.
3833         * modules/unistdio/u16-asprintf: New file.
3834         * modules/unistdio/u16-printf-parse: New file.
3835         * modules/unistdio/u16-snprintf: New file.
3836         * modules/unistdio/u16-sprintf: New file.
3837         * modules/unistdio/u16-vasnprintf: New file.
3838         * modules/unistdio/u16-vasprintf: New file.
3839         * modules/unistdio/u16-vsnprintf: New file.
3840         * modules/unistdio/u16-vsprintf: New file.
3841         * modules/unistdio/u16-u16-asnprintf: New file.
3842         * modules/unistdio/u16-u16-asprintf: New file.
3843         * modules/unistdio/u16-u16-snprintf: New file.
3844         * modules/unistdio/u16-u16-sprintf: New file.
3845         * modules/unistdio/u16-u16-vasnprintf: New file.
3846         * modules/unistdio/u16-u16-vasprintf: New file.
3847         * modules/unistdio/u16-u16-vsnprintf: New file.
3848         * modules/unistdio/u16-u16-vsprintf: New file.
3849         * modules/unistdio/u32-asnprintf: New file.
3850         * modules/unistdio/u32-asprintf: New file.
3851         * modules/unistdio/u32-printf-parse: New file.
3852         * modules/unistdio/u32-snprintf: New file.
3853         * modules/unistdio/u32-sprintf: New file.
3854         * modules/unistdio/u32-vasnprintf: New file.
3855         * modules/unistdio/u32-vasprintf: New file.
3856         * modules/unistdio/u32-vsnprintf: New file.
3857         * modules/unistdio/u32-vsprintf: New file.
3858         * modules/unistdio/u32-u32-asnprintf: New file.
3859         * modules/unistdio/u32-u32-asprintf: New file.
3860         * modules/unistdio/u32-u32-snprintf: New file.
3861         * modules/unistdio/u32-u32-sprintf: New file.
3862         * modules/unistdio/u32-u32-vasnprintf: New file.
3863         * modules/unistdio/u32-u32-vasprintf: New file.
3864         * modules/unistdio/u32-u32-vsnprintf: New file.
3865         * modules/unistdio/u32-u32-vsprintf: New file.
3866         * modules/unistdio/ulc-asnprintf-tests: New file.
3867         * modules/unistdio/ulc-vasnprintf-tests: New file.
3868         * modules/unistdio/ulc-vasprintf-tests: New file.
3869         * modules/unistdio/ulc-vsnprintf-tests: New file.
3870         * modules/unistdio/ulc-vsprintf-tests: New file.
3871         * modules/unistdio/u8-asnprintf-tests: New file.
3872         * modules/unistdio/u8-vasnprintf-tests: New file.
3873         * modules/unistdio/u8-vasprintf-tests: New file.
3874         * modules/unistdio/u8-vsnprintf-tests: New file.
3875         * modules/unistdio/u8-vsprintf-tests: New file.
3876         * modules/unistdio/u16-asnprintf-tests: New file.
3877         * modules/unistdio/u16-vasnprintf-tests: New file.
3878         * modules/unistdio/u16-vasprintf-tests: New file.
3879         * modules/unistdio/u16-vsnprintf-tests: New file.
3880         * modules/unistdio/u16-vsprintf-tests: New file.
3881         * modules/unistdio/u32-asnprintf-tests: New file.
3882         * modules/unistdio/u32-vasnprintf-tests: New file.
3883         * modules/unistdio/u32-vasprintf-tests: New file.
3884         * modules/unistdio/u32-vsnprintf-tests: New file.
3885         * modules/unistdio/u32-vsprintf-tests: New file.
3886         * MODULES.html.sh (Unicode string functions): Add the new modules.
3887
3888 2007-07-01  Bruno Haible  <bruno@clisp.org>
3889
3890         * lib/sprintf.c (sprintf): Limit the available length estimation,
3891         to avoid address wraparound.
3892         * lib/vsprintf.c (vsprintf): Likewise.
3893         * modules/sprintf-posix (Dependencies): Add stdint.
3894         * modules/vsprintf-posix (Dependencies): Likewise.
3895
3896 2007-07-01  Bruno Haible  <bruno@clisp.org>
3897
3898         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3899         Windows PATH as well. Conservative double-quoting. Comments.
3900
3901 2007-07-01  Bruno Haible  <bruno@clisp.org>
3902             Eric Blake  <ebb9@byu.net>
3903             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3904
3905         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3906         empty components in $PATH, denoting '.'.
3907
3908 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3909
3910         * gnulib-tool: Fix indentation.
3911         (func_create_megatestdir): Likewise.
3912         Report by Bruno Haible.
3913
3914 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3915
3916         Sync from Automake.
3917         * build-aux/gnupload: Fix shell portability issues with for loops.
3918         Report by Karl Berry.
3919
3920 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3921
3922         * build-aux/maint.mk (POURL): Use translationproject.org.
3923
3924 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3925             Bruno Haible  <bruno@clisp.org>
3926
3927         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3928         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3929         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3930         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3931         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3932
3933 2007-06-27  Bruno Haible  <bruno@clisp.org>
3934
3935         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3936         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3937
3938 2007-06-26  Karl Berry  <karl@gnu.org>
3939
3940         * MODULES.html.sh: remove xreadlink-with-size.
3941
3942 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3943
3944         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3945         method that I hope also handles the double-include problem noted
3946         by Bruno Haible in
3947         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3948
3949 2007-06-23  Bruno Haible  <bruno@clisp.org>
3950
3951         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3952         Don't let the 'mostlyclean' target fail if the last subdirectory could
3953         not be removed.
3954         Reported by Karl Berry.
3955
3956 2007-06-23  Bruno Haible  <bruno@clisp.org>
3957
3958         * gnulib-tool (echo): Add a speedier workaround for ksh.
3959         * tests/test-echo.sh: Likewise.
3960
3961 2007-06-23  Bruno Haible  <bruno@clisp.org>
3962
3963         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3964         * tests/test-echo.sh: Likewise.
3965
3966 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3967
3968         * gnulib-tool (IFS): Initialize early, so we don't set it to
3969         empty later.
3970         (self_abspathname): Rewrite algorithm to set it, reindent.
3971         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3972         (func_create_megatestdir): Merge some sed scripts.
3973
3974 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3975
3976         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3977         exposed by Sun Studio 11 cc on Solaris 8.
3978
3979 2007-06-22  Bruno Haible  <bruno@clisp.org>
3980
3981         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3982         backslashes.
3983         * tests/test-echo.sh: New file.
3984
3985 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3986
3987         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3988         simplify `sed_replace_build_aux' scripts, they are portable but
3989         echoing them with `echo' is not.
3990         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3991
3992 2007-06-21  Karl Berry  <karl@gnu.org>
3993
3994         * config/srclist.txt: guess we can't handle the licenses via
3995         srclist at the moment.
3996
3997 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3998
3999         * MODULES.html.sh: Add include_next.
4000         * modules/include_next: New file.
4001
4002 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
4003
4004         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
4005         INCLUDE_NEXT.
4006         (gl_CHECK_NEXT_HEADERS): New macro.
4007         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
4008         the obsolescent gl_ABSOLUTE_HEADER.
4009         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
4010         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
4011         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
4012         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4013         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
4014         * m4/math_h.m4 (gl_MATH_H): Likewise.
4015         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
4016         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4017         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
4018         * m4/stdint.m4 (gl_STDINT_H): Likewise.
4019         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
4020         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
4021         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
4022         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4023         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4024         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
4025         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4026         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
4027         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
4028         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
4029         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4030         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4031         * m4/inttypes.m4 (gl_INTTYPES_H): Define
4032         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
4033         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
4034         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
4035         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
4036         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
4037         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
4038         * lib/float_.h: Likewise.
4039         * lib/inttypes_.h: Likewise.
4040         * lib/math_.h: Likewise.
4041         * lib/search_.h: Likewise.
4042         * lib/signal_.h: Likewise.
4043         * lib/stdint_.h: Likewise.
4044         * lib/stdio_.h: Likewise.
4045         * lib/stdlib_.h: Likewise.
4046         * lib/string_.h: Likewise.
4047         * lib/sys_stat_.h: Likewise.
4048         * lib/sys_time_.h: Likewise.
4049         * lib/time_.h: Likewise.
4050         * lib/unistd_.h: Likewise.
4051         * lib/wchar_.h: Likewise.
4052         * lib/wctype_.h: Likewise.
4053         * lib/dirent_.h: Likewise.
4054         * lib/iconv_.h: Likewise.
4055         * lib/locale_.h: Likewise.
4056         * lib/netinet_in_.h: Likewise.
4057         * lib/sys_select_.h: Likewise.
4058         * lib/sys_socket_.h: Likewise.
4059         * lib/sysexits_.h: Likewise.
4060         * modules/fcntl (Depends-on): Depend on include_next, not
4061         absolute_header.
4062         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
4063         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
4064         * modules/fchdir: Likewise.
4065         * modules/float: Likewise.
4066         * modules/iconv_open: Likewise.
4067         * modules/inttypes: Likewise.
4068         * modules/locale: Likewise.
4069         * modules/math: Likewise.
4070         * modules/netinet_in: Likewise.
4071         * modules/search: Likewise.
4072         * modules/signal: Likewise.
4073         * modules/stdint: Likewise.
4074         * modules/stdio: Likewise.
4075         * modules/stdlib: Likewise.
4076         * modules/string: Likewise.
4077         * modules/sys_select: Likewise.
4078         * modules/sys_socket: Likewise.
4079         * modules/sys_stat: Likewise.
4080         * modules/sys_time: Likewise.
4081         * modules/sysexits: Likewise.
4082         * modules/time: Likewise.
4083         * modules/unistd: Likewise.
4084         * modules/wchar: Likewise.
4085         * modules/wctype: Likewise.
4086         * modules/sys_stat: Change maintainer to "all".
4087         * modules/unistd: Likewise.
4088
4089 2007-06-20  Karl Berry  <karl@gnu.org>
4090
4091         * config/srclist.txt: track www changes in license files.
4092
4093 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
4094
4095         * build-aux/bootstrap: Remove stray dot.
4096         Make sure build_aux settings are honored when linking
4097         gnulib_extra_files.
4098
4099 2007-06-19  Eric Blake  <ebb9@byu.net>
4100
4101         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
4102         Allow compilation on cygwin.
4103
4104 2007-06-19  Jim Meyering  <jim@meyering.net>
4105
4106         xreadlink-with-size: Remove module.  No longer used.
4107         Ex-callers now use xreadlink or mreadlink-with-size.
4108         * modules/xreadlink-with-size: Remove module.
4109         * lib/xreadlink-with-size.c: Remove file.
4110         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
4111         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
4112         just before the function definition *is* accurate.
4113
4114         Eliminate one way canonicalize_filename_mode could exit.
4115         * lib/canonicalize.c (canonicalize_filename_mode):
4116         Use mreadlink_with_size, not xreadlink_with_size.
4117
4118 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
4119
4120         Detect porting problems to FreeBSD/arm, which has time_t wider than
4121         long int.  Original problem reported for GNU diff by Xin Li in
4122         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
4123         * modules/getdate (Depends-on): Add intprops, verify.
4124         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
4125         is an integer type no wider than long int.
4126
4127 2007-06-18  Jim Meyering  <jim@meyering.net>
4128
4129         New module: mreadlink-with-size.
4130         * MODULES.html.sh: Add mreadlink-with-size.
4131         * modules/mreadlink-with-size: New module
4132         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
4133         not xreadlink-with-size.
4134         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
4135
4136 2007-06-16  Bruno Haible  <bruno@clisp.org>
4137
4138         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
4139         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
4140         Reported by Gary V. Vaughan <gary@gnu.org>.
4141
4142 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
4143
4144         Revamp lchown so that it lives in unistd.h where it belongs.
4145         * lib/lchown.h: Remove.
4146         * lib/dirchownmod.c: Don't include lib/lchown.h.
4147         * lib/fchownat.c: Likewise.
4148         * lib/openat.c: Likewise.
4149         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
4150         does not follow symlinks.
4151         (EOPNOTSUPP): Define if not defined.
4152         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
4153         is defined to 0.
4154         (lchown): New decl.
4155         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
4156         Do not check for lchown decl.
4157         Set REPLACE_LCHOWN.
4158         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
4159         REPLACE_LCHOWN.
4160         * modules/chown: Make it clear it follows symlinks.
4161         * modules/lchown: Make it clear it doesn't follow symlinks.
4162         (Files): Remove lib/lchown.h
4163         (Depends-on): Add unistd.
4164         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
4165         (Include): Include <unistd.h>, not "lchown.h".
4166         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
4167         REPLACE_LCHOWN.
4168
4169 2007-06-15  Jim Meyering  <jim@meyering.net>
4170
4171         Change license (GPL to LGPL) of fsusage and dependents.
4172         * modules/fsusage (License): Change to LGPL.
4173         * modules/full-read (License): Likewise.
4174         * modules/full-write (License): Likewise.
4175         * modules/safe-read (License): Likewise.
4176         * modules/safe-write (License): Likewise.
4177
4178 2007-06-14  Ben Pfaff  <blp@gnu.org>
4179
4180         Missing part of allocsa -> malloca transition.
4181         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
4182         gl_MALLOCA.
4183
4184 2007-06-12  Bruno Haible  <bruno@clisp.org>
4185
4186         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
4187         to ia64, x86_64, i386.
4188         Reported by Eric Blake.
4189
4190 2007-06-12  Bruno Haible  <bruno@clisp.org>
4191
4192         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
4193         cross-compiling to x86_64.
4194
4195 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
4196
4197         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
4198         glitch reported by Ralf Wildenhues in
4199         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
4200
4201         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
4202         Vin Shelton.
4203
4204 2007-06-11  Bruno Haible  <bruno@clisp.org>
4205
4206         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
4207         replacement string.
4208         Reported by Eric Blake.
4209
4210 2007-06-10  Bruno Haible  <bruno@clisp.org>
4211
4212         Prepare vasnprintf code for use with Unicode strings.
4213         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
4214         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
4215         TYPE_U32_STRING.
4216         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
4217         a_u32_string variants.
4218         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
4219         * lib/printf-args.c: Don't include config.h and the specification
4220         header if PRINTF_FETCHARGS is already defined.
4221         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
4222         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
4223         TYPE_U16_STRING, TYPE_U32_STRING.
4224         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
4225         u16_directive, u16_directives, u32_directive, u32_directives): New
4226         types.
4227         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
4228         New declarations.
4229         * lib/printf-parse.c: Don't include config.h and the specification
4230         header if PRINTF_PARSE is already defined. Eliminate the set of
4231         parameters for WIDE_CHAR_VERSION; the user of this file must provide
4232         them now. Include c-ctype.h.
4233         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
4234         directive and CHAR_T_ONLY_ASCII.
4235         * lib/vasnprintf.c: Don't include config.h and the specification header
4236         if VASNPRINTF is already defined.
4237         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
4238         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
4239         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
4240         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
4241         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
4242         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
4243         code accordingly.
4244         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
4245         pad_ourselves also in this case, with the 'c' and 's' directives, and
4246         with a different notion of "width".
4247         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
4248
4249 2007-06-10  Bruno Haible  <bruno@clisp.org>
4250
4251         * modules/unistr/u32-mbsnlen: New file.
4252         * lib/unistr/u32-mbsnlen.c: New file.
4253
4254         * modules/unistr/u16-mbsnlen: New file.
4255         * lib/unistr/u16-mbsnlen.c: New file.
4256
4257         * modules/unistr/u8-mbsnlen: New file.
4258         * lib/unistr/u8-mbsnlen.c: New file.
4259
4260         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
4261         declarations.
4262
4263 2007-06-10  Bruno Haible  <bruno@clisp.org>
4264
4265         * lib/string_.h (mbsnlen): New declaration.
4266         * lib/mbsnlen.c: New file.
4267         * m4/mbsnlen.m4: New file.
4268         * modules/mbsnlen: New file.
4269         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
4270         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
4271         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
4272
4273 2007-06-10  Bruno Haible  <bruno@clisp.org>
4274
4275         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
4276
4277 2007-06-10  Bruno Haible  <bruno@clisp.org>
4278
4279         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
4280         * lib/mbuiter.h: Likewise.
4281
4282 2007-06-10  Bruno Haible  <bruno@clisp.org>
4283
4284         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
4285         declaration.
4286
4287 2007-06-10  Karl Berry  <karl@gnu.org>
4288
4289         * config/srclist.txt: remove gettext entries, Bruno prefers
4290         to update individually.
4291
4292 2007-06-10  Bruno Haible  <bruno@clisp.org>
4293
4294         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
4295         'maxlen'. Ensure only length + width bytes are allocated, not
4296         length + 1 + width.
4297
4298 2007-06-09  Bruno Haible  <bruno@clisp.org>
4299
4300         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
4301         (CHAR_T): Remove macro.
4302         (VASNPRINTF): Update.
4303
4304 2007-06-09  Bruno Haible  <bruno@clisp.org>
4305
4306         * MODULES.html.sh (Unicode string functions): Add the new modules.
4307
4308         * modules/uniconv/u32-conv-to-enc: New file.
4309         * lib/uniconv/u32-conv-to-enc.c: New file.
4310         * modules/uniconv/u32-conv-to-enc-tests: New file.
4311         * tests/uniconv/test-u32-conv-to-enc.c: New file.
4312
4313         * modules/uniconv/u16-conv-to-enc: New file.
4314         * lib/uniconv/u16-conv-to-enc.c: New file.
4315         * lib/uniconv/u-conv-to-enc.h: New file.
4316         * modules/uniconv/u16-conv-to-enc-tests: New file.
4317         * tests/uniconv/test-u16-conv-to-enc.c: New file.
4318
4319         * modules/uniconv/u8-conv-to-enc: New file.
4320         * lib/uniconv/u8-conv-to-enc.c: New file.
4321         * modules/uniconv/u8-conv-to-enc-tests: New file.
4322         * tests/uniconv/test-u8-conv-to-enc.c: New file.
4323
4324         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
4325         u32_conv_to_encoding): New declarations.
4326
4327 2007-06-09  Bruno Haible  <bruno@clisp.org>
4328
4329         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
4330
4331 2007-06-09  Bruno Haible  <bruno@clisp.org>
4332
4333         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
4334         * modules/malloca: Renamed from modules/allocsa, updated.
4335         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
4336         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
4337         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
4338         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
4339         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
4340         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
4341         * modules/xmalloca: Renamed from modules/xallocsa, updated.
4342         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
4343         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
4344         * modules/c-strcasestr (Depends-on): Update.
4345         * lib/c-strcasestr.c: Update.
4346         * modules/c-strstr (Depends-on): Update.
4347         * lib/c-strstr.c: Update.
4348         * modules/canonicalize-lgpl (Depends-on): Update.
4349         * lib/canonicalize-lgpl.c: Update.
4350         * modules/clean-temp (Depends-on): Update.
4351         * lib/clean-temp.c: Update.
4352         * modules/csharpcomp (Depends-on): Update.
4353         * lib/csharpcomp.c: Update.
4354         * modules/csharpexec (Depends-on): Update.
4355         * lib/csharpexec.c: Update.
4356         * modules/javacomp (Depends-on): Update.
4357         * lib/javacomp.c: Update.
4358         * modules/javaexec (Depends-on): Update.
4359         * lib/javaexec.c: Update.
4360         * modules/mbscasestr (Depends-on): Update.
4361         * lib/mbscasestr.c: Update.
4362         * modules/mbsstr (Depends-on): Update.
4363         * lib/mbsstr.c: Update.
4364         * modules/setenv (Depends-on): Update.
4365         * lib/setenv.c: Update.
4366         * modules/strcasestr (Depends-on): Update.
4367         * lib/strcasestr.c: Update.
4368         * modules/striconveha (Depends-on): Update.
4369         * lib/striconveha.c: Update.
4370         * modules/relocatable-prog-wrapper (Files): Update.
4371         * lib/relocwrapper.c: Update.
4372         * build-aux/install-reloc: Update.
4373         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
4374
4375 2007-06-08  Bruno Haible  <bruno@clisp.org>
4376
4377         Port to uClibc.
4378         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
4379         * lib/fpurge.c (fpurge): Likewise.
4380         * lib/freading.c (freading): Likewise.
4381         * lib/fseeko.c (rpl_fseeko): Likewise.
4382         * lib/fseterr.c (fseterr): Likewise.
4383         * lib/fwriting.c (fwriting): Likewise.
4384         * tests/test-fflush.c (main): Avoid a failure on uClibc.
4385
4386 2007-06-08  Bruno Haible  <bruno@clisp.org>
4387
4388         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
4389         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
4390         * modules/gettext (Files): Add m4/intlmacosx.m4.
4391
4392 2007-06-07  Bruno Haible  <bruno@clisp.org>
4393
4394         * modules/localename-tests: New file.
4395         * tests/test-localename.c: New file.
4396
4397         New module 'localename'.
4398         * lib/localename.h: New file.
4399         * lib/localename.c: New file, from GNU gettext.
4400         * m4/localename.m4: New file.
4401         * modules/localename: New file.
4402
4403 2007-06-07  Bruno Haible  <bruno@clisp.org>
4404
4405         Work around the lack of <wchar.h> on some builds of uClibc.
4406         * doc/headers/wchar.texi: Update.
4407         * lib/wchar_.h: Include <wchar.h> only if it exists.
4408         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
4409         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
4410         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
4411         doesn't exist.
4412         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
4413         * modules/mbfile (Depends-on): Add wchar.
4414         * modules/mbiter (Depends-on): Likewise.
4415         * modules/mbuiter (Depends-on): Likewise.
4416         Reported by Simon Josefsson.
4417
4418 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
4419
4420         Work around problem reported by Steven M. Schweda in
4421         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
4422         Tru64 5.1B with the Compaq compiler environment installed declares
4423         an 'isblank' function but does not define it in the C library.
4424         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
4425         * lib/regex_internal.h (isblank): Likewise.
4426         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
4427         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4428
4429 2007-06-05  Bruno Haible  <bruno@clisp.org>
4430
4431         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
4432         ia64.
4433         * modules/printf-safe: New file.
4434         * modules/fprintf-posix (Depends-on): Add printf-safe.
4435         * modules/printf-posix (Depends-on): Likewise.
4436         * modules/snprintf-posix (Depends-on): Likewise.
4437         * modules/sprintf-posix (Depends-on): Likewise.
4438         * modules/vasnprintf-posix (Depends-on): Likewise.
4439         * modules/vasprintf-posix (Depends-on): Likewise.
4440         * modules/vfprintf-posix (Depends-on): Likewise.
4441         * modules/vprintf-posix (Depends-on): Likewise.
4442         * modules/vsnprintf-posix (Depends-on): Likewise.
4443         * modules/vsprintf-posix (Depends-on): Likewise.
4444         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
4445         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
4446         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
4447         "no" on i386, x86_64, ia64.
4448         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
4449         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4450         on i386, x86_64, ia64.
4451         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
4452         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4453         on i386, x86_64, ia64.
4454         * tests/test-vasnprintf-posix.c: Include float.h.
4455         (LDBL80_WORDS): New macro.
4456         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4457         on i386, x86_64, ia64.
4458         * tests/test-vasprintf-posix.c: Include float.h.
4459         (LDBL80_WORDS): New macro.
4460         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4461         on i386, x86_64, ia64.
4462         * tests/test-snprintf-posix.c: Include float.h.
4463         * tests/test-sprintf-posix.c: Likewise.
4464         * tests/test-vsnprintf-posix.c: Likewise.
4465         * tests/test-vsprintf-posix.c: Likewise.
4466
4467 2007-06-05  Bruno Haible  <bruno@clisp.org>
4468
4469         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
4470         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
4471         non-IEEE numbers on i386, x86_64, ia64.
4472         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
4473         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
4474         * tests/test-isnanl.h: Include float.h.
4475         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
4476
4477 2007-06-05  Bruno Haible  <bruno@clisp.org>
4478
4479         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
4480         also the %a / %A. Handle the %a / %A code before this extra handling.
4481
4482 2007-06-05  Bruno Haible  <bruno@clisp.org>
4483
4484         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
4485         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
4486
4487 2007-06-05  Bruno Haible  <bruno@clisp.org>
4488
4489         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
4490         typo in variable name.
4491
4492 2007-06-05  Eric Blake  <ebb9@byu.net>
4493
4494         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
4495         Reported by Simon Josefsson.
4496
4497 2007-06-04  Bruno Haible  <bruno@clisp.org>
4498
4499         Avoid test failures on some PowerPC platforms.
4500         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
4501         Define differently for PowerPC.
4502         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
4503         Reported by Gary V. Vaughan <gary@gnu.org>.
4504
4505 2007-06-02  Bruno Haible  <bruno@clisp.org>
4506
4507         Fix test-stdint failure on FreeBSD/ia64.
4508         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
4509         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
4510         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
4511         * doc/headers/stdint.texi: Update.
4512
4513 2007-06-01  Bruno Haible  <bruno@clisp.org>
4514
4515         * tests/test-binary-io.c (main): Pass a third argument to open().
4516         Reported by Gary V. Vaughan <gary@gnu.org>.
4517
4518 2007-06-01  Bruno Haible  <bruno@clisp.org>
4519
4520         * doc/functions/frexpl.texi: Update for mingw.
4521
4522 2007-06-01  Bruno Haible  <bruno@clisp.org>
4523
4524         * tests/test-lseek.c (main): Disable test of errno for invalid third
4525         argument.
4526         * doc/functions/lseek.texi: Update.
4527         Reported by Gary V. Vaughan <gary@gnu.org>.
4528
4529 2007-05-28  Bruno Haible  <bruno@clisp.org>
4530
4531         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
4532
4533 2007-05-31  Eric Blake  <ebb9@byu.net>
4534
4535         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
4536         cross compiling.
4537
4538 2007-05-30  Eric Blake  <ebb9@byu.net>
4539         and Bruno Haible  <bruno@clisp.org>
4540
4541         Work around mingw test failures exposed by m4-1.4.9b.
4542         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
4543         * tests/test-unistd.c: Disable uid_t and git_t tests for the
4544         moment.
4545
4546 2007-05-30  Bruno Haible  <bruno@clisp.org>
4547
4548         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
4549         assuming that they are closed. Needed on HP-UX 11.
4550
4551 2007-05-29  Bruno Haible  <bruno@clisp.org>
4552
4553         Fix a problem with #include_next.
4554         * lib/dirent_.h: Split the double-inclusion guard.
4555         * lib/fcntl_.h: Likewise.
4556         * lib/float_.h: Likewise.
4557         * lib/iconv_.h: Likewise.
4558         * lib/inttypes_.h: Likewise.
4559         * lib/locale_.h: Likewise.
4560         * lib/math_.h: Likewise.
4561         * lib/netinet_in_.h: Likewise.
4562         * lib/search_.h: Likewise.
4563         * lib/signal_.h: Likewise.
4564         * lib/stdint_.h: Likewise.
4565         * lib/stdio_.h: Likewise.
4566         * lib/stdlib_.h: Likewise.
4567         * lib/string_.h: Likewise.
4568         * lib/sys_select_.h: Likewise.
4569         * lib/sys_socket_.h: Likewise.
4570         * lib/sys_stat_.h: Likewise.
4571         * lib/sys_time_.h: Likewise.
4572         * lib/sysexits_.h: Likewise.
4573         * lib/time_.h: Likewise.
4574         * lib/unistd_.h: Likewise.
4575         * lib/wchar_.h: Likewise.
4576         * lib/wctype_.h: Likewise.
4577
4578 2007-05-29  Bruno Haible  <bruno@clisp.org>
4579
4580         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
4581         for the moment.
4582
4583 2007-05-29  Bruno Haible  <bruno@clisp.org>
4584
4585         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
4586         invocation.
4587         Reported by Eric Blake.
4588
4589 2007-05-29  Bruno Haible  <bruno@clisp.org>
4590
4591         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
4592         compiling case.
4593
4594 2007-05-29  Eric Blake  <ebb9@byu.net>
4595             Bruno Haible  <bruno@clisp.org>
4596
4597         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
4598         cross compiles.
4599
4600 2007-05-28  Eric Blake  <ebb9@byu.net>
4601
4602         * modules/closein-tests (test_closein_LDADD): Support test on
4603         cygwin with libtool.
4604
4605 2007-05-28  Bruno Haible  <bruno@clisp.org>
4606
4607         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
4608         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4609         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4610         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4611         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4612         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4613         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4614         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4615         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4616
4617 2007-05-28  Eric Blake  <ebb9@byu.net>
4618
4619         Unconditionally include <config.h> in unit tests.
4620         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
4621         * tests/test-allocsa.c, tests/test-arcfour.c,
4622         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
4623         tests/test-array_list.c, tests/test-array_oset.c,
4624         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
4625         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
4626         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
4627         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
4628         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
4629         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
4630         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
4631         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
4632         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
4633         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
4634         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
4635         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
4636         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
4637         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
4638         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
4639         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
4640         test-md5.c, test-memmem.c, test-printf-posix.c,
4641         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
4642         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
4643         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
4644         test-strcasestr.c, test-striconv.c, test-striconveh.c,
4645         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
4646         test-vasnprintf-posix2.c, test-vasnprintf.c,
4647         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
4648         test-vfprintf-posix.c, test-vprintf-posix.c,
4649         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
4650         test-xvasprintf.c: Likewise.
4651
4652 2007-05-28  Bruno Haible  <bruno@clisp.org>
4653
4654         * gnulib-tool (func_import): Remember the --with-tests command-line
4655         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
4656         Reported by Eric Blake.
4657
4658 2007-05-28  Bruno Haible  <bruno@clisp.org>
4659
4660         * modules/ftell-tests: New file.
4661         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
4662         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
4663
4664         * lib/ftell.c: New file.
4665         * modules/ftell: New file.
4666         * m4/ftell.m4: New file.
4667         * doc/functions/ftell.texi: Update.
4668         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
4669         REPLACE_FTELL.
4670         * lib/stdio_.h (rpl_ftell): New declaration.
4671         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
4672         REPLACE_FTELL.
4673
4674 2007-05-28  Eric Blake  <ebb9@byu.net>
4675
4676         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
4677
4678 2007-05-28  Bruno Haible  <bruno@clisp.org>
4679
4680         * modules/fseek-tests: New file.
4681         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
4682         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
4683
4684         * lib/fseek.c: New file.
4685         * modules/fseek: New file.
4686         * m4/fseek.m4: New file.
4687         * doc/functions/fseek.texi: Update.
4688         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
4689         REPLACE_FSEEK.
4690         * lib/stdio_.h (rpl_fseek): New declaration.
4691         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
4692         REPLACE_FSEEK.
4693
4694 2007-05-28  Bruno Haible  <bruno@clisp.org>
4695
4696         * lib/stdio_.h (fflush): More comments.
4697
4698 2007-05-28  Bruno Haible  <bruno@clisp.org>
4699
4700         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
4701         runtime test.
4702
4703 2007-05-28  Eric Blake  <ebb9@byu.net>
4704
4705         Improve lseek module.
4706         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
4707         * lib/unistd_.h (lseek): Scale back link warning message.
4708         * tests/test-lseek.c: Beef up test.
4709         * tests/test-lseek.sh: Exercise more facets of lseek.
4710         Reported by Bruno Haible.
4711
4712 2007-05-28  Bruno Haible  <bruno@clisp.org>
4713
4714         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
4715         to define.
4716
4717 2007-05-27  Bruno Haible  <bruno@clisp.org>
4718
4719         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
4720
4721 2007-05-27  Bruno Haible  <bruno@clisp.org>
4722
4723         * modules/openmp: New file.
4724         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
4725         Noah Misch.
4726
4727 2007-05-26  Bruno Haible  <bruno@clisp.org>
4728
4729         * modules/chdir-long (Depends-on): Add fchdir.
4730         * modules/chdir-safer (Depends-on): Likewise.
4731         * modules/fts (Depends-on): Likewise.
4732         * modules/fts-lgpl (Depends-on): Likewise.
4733         * modules/openat (Depends-on): Likewise.
4734         * modules/savewd (Depends-on): Likewise.
4735
4736 2007-05-24  Eric Blake  <ebb9@byu.net>
4737
4738         Fix lseek on mingw.
4739         * modules/lseek: New module.
4740         * m4/lseek.m4: New file.
4741         * lib/lseek.c: New file.
4742         * modules/lseek-tests: New file.
4743         * tests/test-lseek.c: New file.
4744         * tests/test-lseek.sh: New file.
4745         * MODULES.html.sh: Document lseek module.
4746         * modules/fflush (Depends-on): Add lseek, fseeko.
4747         * modules/fseeko (Depends-on): Likewise.
4748         * modules/ftello (Depends-on): Likewise.
4749         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
4750         broken.
4751         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
4752         broken.
4753         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
4754         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
4755         * lib/ftello.c (rpl_ftello): Likewise.
4756         * tests/test-fseeko.c (main): Test this.
4757         * tests/test-fseeko.sh: Likewise.
4758         * tests/test-ftello.c (main): Likewise.
4759         * tests/test-ftello.sh: Likewise.
4760         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
4761         implies replacing fseek.
4762         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
4763         HAVE_FTELLO.
4764         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
4765         * modules/unistd (Makefile.am): Likewise.
4766         * lib/unistd_.h (lseek): Declare a replacement.
4767         * doc/functions/lseek.texi (lseek): Document this fix.
4768         * doc/functions/fseek.texi (fseek): Likewise.
4769         * doc/functions/ftell.texi (ftell): Likewise.
4770
4771 2007-05-24  Bruno Haible  <bruno@clisp.org>
4772
4773         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
4774         in the printed representation of a NaN.
4775         * tests/test-vasprintf-posix.c (test_function): Likewise.
4776         * tests/test-snprintf-posix.h (test_function): Likewise.
4777         * tests/test-sprintf-posix.h (test_function): Likewise.
4778         Reported by Eric Blake.
4779
4780 2007-05-23  Eric Blake  <ebb9@byu.net>
4781
4782         Fix fseeko/ftello on cygwin 1.5.24.
4783         * doc/functions/fseeko.texi (fseeko): Document the fix.
4784         * doc/functions/ftello.texi (ftello): Document the fix.
4785         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4786         * doc/functions/stdout.text (stdout): New file.
4787         * doc/functions/stderr.text (stderr): New file.
4788         * doc/gnulib.texi (Function Substitutes): Use new files.
4789         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4790         prior to 1.7.0.
4791         * tests/test-ftello.c (main): Likewise for ftello.
4792         * tests/test-fseeko.sh: New file.
4793         * tests/test-ftello.sh: New file.
4794         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4795         with seekable stdin.
4796         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4797         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4798         (gl_REPLACE_FSEEKO): New macro.
4799         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4800         * modules/fseeko (Files): Distribute fseeko.c.
4801         * modules/ftello (Files): Distribute ftello.c.
4802         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4803         mode.
4804         * lib/ftello.c (rpl_ftello): New file.
4805         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4806         fseeko, ftello.
4807         (gl_STDIN_LARGE_OFFSET): New macro.
4808         * modules/stdio (Makefile.am): Perform the replacement.
4809         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4810
4811 2007-05-23  Bruno Haible  <bruno@clisp.org>
4812
4813         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4814         GNULIB_POSIXCHECK is defined.
4815
4816 2007-05-21  Bruno Haible  <bruno@clisp.org>
4817
4818         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4819         Check also the output for NaN arguments. When cross-compiling, guess
4820         no on IRIX.
4821         * lib/vasnprintf.c: Update comments.
4822         * tests/test-vasnprintf-posix.c (strisnan): New function.
4823         (test_function): Use it.
4824         * tests/test-vasprintf-posix.c (strisnan): New function.
4825         (test_function): Use it.
4826         * tests/test-snprintf-posix.h (strisnan): New function.
4827         (test_function): Use it.
4828         * tests/test-sprintf-posix.h (strisnan): New function.
4829         (test_function): Use it.
4830         Reported by Eric Blake.
4831
4832 2007-05-20  Bruno Haible  <bruno@clisp.org>
4833
4834         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4835         numbers that fails on BeOS.
4836         * doc/functions/frexpl.texi: Update.
4837
4838 2007-05-20  Jim Meyering  <jim@meyering.net>
4839
4840         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4841         forced upon us by glibc-2.6.
4842
4843 2007-05-20  Bruno Haible  <bruno@clisp.org>
4844
4845         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4846         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4847         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4848         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4849         NEED_PRINTF_INFINITE.
4850         (is_infinitel): New function.
4851         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4852         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4853         gl_PREREQ_VASNPRINTF_INFINITE.
4854         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4855         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4856         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4857         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4858         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4859         gl_PREREQ_VASNPRINTF_INFINITE.
4860         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4861         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4862         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4863         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4864         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4865         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4866         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4867         * doc/functions/fprintf.texi: Update.
4868         * doc/functions/printf.texi: Update.
4869         * doc/functions/snprintf.texi: Update.
4870         * doc/functions/sprintf.texi: Update.
4871         * doc/functions/vfprintf.texi: Update.
4872         * doc/functions/vprintf.texi: Update.
4873         * doc/functions/vsnprintf.texi: Update.
4874         * doc/functions/vsprintf.texi: Update.
4875
4876 2007-05-20  Bruno Haible  <bruno@clisp.org>
4877
4878         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4879         was not found in libc.
4880         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4881
4882 2007-05-20  Bruno Haible  <bruno@clisp.org>
4883
4884         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4885         printed as "-nan" instead of "nan".
4886         * tests/test-vasprintf-posix.c (test_function): Likewise.
4887         * tests/test-snprintf-posix.h (test_function): Likewise.
4888         * tests/test-sprintf-posix.h (test_function): Likewise.
4889         Needed for HP-UX 11.
4890
4891 2007-05-20  Jim Meyering  <jim@meyering.net>
4892
4893         Fix buggy test for the fchownat-deref bug.
4894         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4895         symlink required for the run-test.  Without it, this test would
4896         always declare that fchownat doesn't work, and client code would
4897         unnecessarily use the replacement function with fixed libc.
4898         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4899         Reported by Greg Schafer.
4900
4901 2007-05-19  Bruno Haible  <bruno@clisp.org>
4902
4903         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4904         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4905         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4906         Needed for IRIX 6.5 and Solaris 2.5.1.
4907
4908 2007-05-19  Bruno Haible  <bruno@clisp.org>
4909
4910         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4911         (test_function): Skip tests involving -0.0 on platforms where
4912         -0.0 = 0.0.
4913         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4914         (test_function): Skip tests involving -0.0 on platforms where
4915         -0.0 = 0.0.
4916         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4917         (test_function): Skip tests involving -0.0 on platforms where
4918         -0.0 = 0.0.
4919         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4920         (test_function): Skip tests involving -0.0 on platforms where
4921         -0.0 = 0.0.
4922         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4923         tests.
4924         * tests/test-printf-posix.h (test_function): Likewise.
4925         * tests/test-printf-posix.output: Remove all -0.0 related results.
4926         Needed for IRIX 6.5.
4927
4928 2007-05-19  Bruno Haible  <bruno@clisp.org>
4929
4930         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4931         printed as "nan0x7fffffff" instead of "nan".
4932         * tests/test-vasprintf-posix.c (test_function): Likewise.
4933         * tests/test-snprintf-posix.h (test_function): Likewise.
4934         * tests/test-sprintf-posix.h (test_function): Likewise.
4935         * tests/test-fprintf-posix.h (NaN): Remove macro.
4936         (test_function): Remove all NaN related tests.
4937         * tests/test-printf-posix.h (NaN): Remove macro.
4938         (test_function): Remove all NaN related tests.
4939         * tests/test-printf-posix.output: Remove all NaN related results.
4940         Needed for IRIX 6.5.
4941
4942 2007-05-19  Bruno Haible  <bruno@clisp.org>
4943
4944         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4945         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4946
4947 2007-05-19  Bruno Haible  <bruno@clisp.org>
4948
4949         * lib/float_.h: New file.
4950         * m4/float_h.m4: New file.
4951         * modules/float: New file.
4952         * modules/isnanl (Dependencies): Add float.
4953         * modules/isnanl-nolibm (Dependencies): Likewise.
4954         * modules/mathl (Dependencies): Likewise.
4955         * modules/printf-frexpl (Dependencies): Likewise.
4956         * modules/signbit (Dependencies): Likewise.
4957         * modules/vasnprintf (Dependencies): Likewise.
4958         * doc/headers/float.texi: Update.
4959
4960 2007-05-19  Jim Meyering  <jim@meyering.net>
4961
4962         * lib/utimens.c (gl_futimens): Rename from futimens,
4963         now that glibc-2.6 declares futimens.
4964         * lib/utimens.h: Likewise.
4965
4966 2007-05-19  Bruno Haible  <bruno@clisp.org>
4967
4968         Avoid test failures on mingw.
4969         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4970         * tests/test-printf-posix.sh: Likewise.
4971         * tests/test-vfprintf-posix.sh: Likewise.
4972         * tests/test-vprintf-posix.sh: Likewise.
4973
4974 2007-05-19  Bruno Haible  <bruno@clisp.org>
4975
4976         Fix *printf result for NaN, Inf, -0.0 on mingw.
4977         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4978         * lib/vasnprintf.c: Include math.h and isnan.h.
4979         (is_infinite_or_zero): New function.
4980         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4981         values in the %f, %F, %e, %E, %g, %G directives.
4982         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4983         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4984         gl_PRINTF_INFINITE and test its result. Invoke
4985         gl_PREREQ_VASNPRINTF_INFINITE.
4986         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4987         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4988         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4989         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4990         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4991         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4992         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4993         * doc/functions/fprintf.texi: Update.
4994         * doc/functions/printf.texi: Update.
4995         * doc/functions/snprintf.texi: Update.
4996         * doc/functions/sprintf.texi: Update.
4997         * doc/functions/vfprintf.texi: Update.
4998         * doc/functions/vprintf.texi: Update.
4999         * doc/functions/vsnprintf.texi: Update.
5000         * doc/functions/vsprintf.texi: Update.
5001
5002 2007-05-19  Bruno Haible  <bruno@clisp.org>
5003
5004         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
5005         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
5006         Instead of multiplying with 10^k, set extra_zeroes to k.
5007         (scale10_round_long_double): Remove function.
5008
5009 2007-05-18  Bruno Haible  <bruno@clisp.org>
5010
5011         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
5012         introduced on 2007-05-06.
5013
5014 2007-05-18  Bruno Haible  <bruno@clisp.org>
5015
5016         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
5017         %g directives.
5018         * tests/test-vasprintf-posix.c (test_function): Likewise.
5019         * tests/test-snprintf-posix.h (test_function): Likewise.
5020         * tests/test-sprintf-posix.h (test_function): Likewise.
5021
5022 2007-05-18  Bruno Haible  <bruno@clisp.org>
5023
5024         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
5025         (strmatch): New function.
5026         (test_function): Test the %f directive on numbers of various exponents.
5027         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
5028         (strmatch): New function.
5029         (test_function): Test the %f directive on numbers of various exponents.
5030         * tests/test-snprintf-posix.h (strmatch): New function.
5031         (test_function): Test the %f directive on numbers of various exponents.
5032         * tests/test-sprintf-posix.h (strmatch): New function.
5033         (test_function): Test the %f directive on numbers of various exponents.
5034         * tests/test-snprintf-posix.c (SIZEOF): New macro.
5035         * tests/test-sprintf-posix.c (SIZEOF): New macro.
5036         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
5037         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
5038
5039 2007-05-18  Bruno Haible  <bruno@clisp.org>
5040
5041         Add support for 'long double' number output.
5042         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
5043         * lib/vasnprintf.c: Include math.h and float+.h.
5044         (mp_limb_t): New type.
5045         (GMP_LIMB_BITS): New macro.
5046         (mp_twolimb_t): New type.
5047         (GMP_TWOLIMB_BITS): New macro.
5048         (mpn_t): New type.
5049         (multiply, divide, convert_to_decimal, decode_long_double,
5050         scale10_round_long_double, scale10_round_decimal_long_double,
5051         floorlog10l): New functions.
5052         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
5053         for the %f, %F, %e, %E, %g, %G directives.
5054         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
5055         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5056         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
5057         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
5058         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5059         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5060         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5061         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5062         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5063         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5064         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5065         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
5066         * modules/snprintf-posix (Depends-on): Likewise.
5067         * modules/sprintf-posix (Depends-on): Likewise.
5068         * modules/vasnprintf-posix (Depends-on): Likewise.
5069         * modules/vasprintf-posix (Depends-on): Likewise.
5070         * modules/vfprintf-posix (Depends-on): Likewise.
5071         * modules/vsnprintf-posix (Depends-on): Likewise.
5072         * modules/vsprintf-posix (Depends-on): Likewise.
5073         * modules/vasnprintf (Files): Add lib/float+.h.
5074         * doc/functions/fprintf.texi: Update.
5075         * doc/functions/printf.texi: Update.
5076         * doc/functions/snprintf.texi: Update.
5077         * doc/functions/sprintf.texi: Update.
5078         * doc/functions/vfprintf.texi: Update.
5079         * doc/functions/vprintf.texi: Update.
5080         * doc/functions/vsnprintf.texi: Update.
5081         * doc/functions/vsprintf.texi: Update.
5082
5083 2007-05-18  Bruno Haible  <bruno@clisp.org>
5084
5085         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
5086
5087 2007-05-18  Bruno Haible  <bruno@clisp.org>
5088
5089         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
5090         for printing 64-bit integers. Needed for mingw.
5091
5092 2007-05-18  Bruno Haible  <bruno@clisp.org>
5093
5094         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
5095         gl_FUNC_FREXPL_WORKS.
5096         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
5097
5098 2007-05-18  Bruno Haible  <bruno@clisp.org>
5099
5100         * modules/frexpl-nolibm-tests: New file.
5101
5102         * modules/frexpl-nolibm: New file.
5103         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
5104
5105 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
5106
5107         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
5108         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
5109         GCC 4.2, which otherwise issues a lot of warnings.
5110         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
5111         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
5112         Likewise.
5113         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
5114         * modules/iconv_open (iconv.h): Likewise.
5115         * modules/locale (locale.h): Likewise.
5116         * modules/netinet_in (netinet/in.h): Likewise.
5117         * modules/sys_select (sys_select.h): Likewise.
5118         * modules/sys_socket (sys/socket.h): Likewise.
5119         * modules/sys_stat (sys/stat.h): Likewise.
5120         * modules/sysexits (sysexits.h): Likewise.
5121         * modules/unistd (unistd.h): Likewise.
5122
5123 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5124
5125         * modules/closein-tests (Makefile.am): Distribute
5126         `test-closein.sh'.
5127
5128 2007-05-17  Bruno Haible  <bruno@clisp.org>
5129
5130         * tests/test-printf-posix.output: Renamed from
5131         tests/test-fprintf-posix.out.
5132         * modules/fprintf-posix-tests: Update.
5133         * modules/printf-posix-tests: Update.
5134         * modules/vfprintf-posix-tests: Update.
5135         * modules/vprintf-posix-tests: Update.
5136         * tests/test-fprintf-posix.sh: Update.
5137         * tests/test-printf-posix.sh: Update.
5138         * tests/test-vfprintf-posix.sh: Update.
5139         * tests/test-vprintf-posix.sh: Update.
5140         Reported by Ralf Wildenhues.
5141
5142 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
5143
5144         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
5145         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
5146         GCC 4.2, which otherwise issues a lot of warnings.
5147         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
5148         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
5149         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
5150         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
5151         it should no longer be needed.
5152         * lib/string_.h: Likewise.
5153         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
5154         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
5155         * modules/inttypes (inttypes.h): Likewise.
5156         * modules/math (math.h): Likewise.
5157         * modules/search (search.h): Likewise.
5158         * modules/signal (signal.h): Likewise.
5159         * modules/stdint (stdint.h): Likewise.
5160         * modules/stdio (stdio.h): Likewise.
5161         * modules/stdlib (stdlib.h): Likewise.
5162         * modules/string (string.h): Likewise.
5163         * modules/sys_time (sys/time.h): Likewise.
5164         * modules/time (time.h): Likewise.
5165         * modules/wchar (wchar.h): Likewise.
5166         * modules/wctype (wtype.h): Likewise.
5167
5168 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5169
5170         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
5171
5172 2007-05-13  Bruno Haible  <bruno@clisp.org>
5173
5174         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
5175         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5176         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
5177         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5178         (gl_PREREQ_STRTOK_R): Don't require it here.
5179
5180 2007-05-13  Bruno Haible  <bruno@clisp.org>
5181
5182         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
5183         when used in C++ mode.
5184
5185 2007-05-12  Bruno Haible  <bruno@clisp.org>
5186
5187         * lib/linebuffer.h: Tweak doc.
5188         * lib/linebuffer.c: Likewise.
5189
5190 2007-05-12  James Youngman  <jay@gnu.org>
5191
5192         * lib/linebuffer.c (readlinebuffer_delim): New function,
5193         like readlinebuffer, but use a caller-specified delimiter.
5194         (readlinebuffer): Just call readlinebuffer_delim with '\n'
5195         as the delimiter.
5196         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
5197
5198 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5199
5200         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
5201         * modules/openat (Files): Remove openat-die.c.
5202         (Depends-on): Add openat-die.
5203         * modules/openat-die: New module.
5204
5205 2007-05-06  Bruno Haible  <bruno@clisp.org>
5206
5207         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
5208         Update with info about Cygwin.
5209         * doc/functions/fprintf.texi: Update.
5210         * doc/functions/printf.texi: Update.
5211         * doc/functions/snprintf.texi: Update.
5212         * doc/functions/sprintf.texi: Update.
5213         * doc/functions/vfprintf.texi: Update.
5214         * doc/functions/vprintf.texi: Update.
5215         * doc/functions/vsnprintf.texi: Update.
5216         * doc/functions/vsprintf.texi: Update.
5217         Reported by Eric Blake.
5218
5219 2007-05-06  Bruno Haible  <bruno@clisp.org>
5220
5221         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
5222         padding ourselves for the floating-point directives.
5223         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
5224         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
5225         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5226         gl_PRINTF_FLAG_ZERO and test its result. Invoke
5227         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
5228         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5229         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
5230         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5231         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5232         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5233         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5234         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5235         * tests/test-snprintf-posix.h (test_function): Also check the width
5236         and some flags in the %f directive.
5237         * tests/test-sprintf-posix.h (test_function): Likewise.
5238         * tests/test-vasnprintf-posix.c (test_function): Likewise.
5239         * tests/test-vasprintf-posix.c (test_function): Likewise.
5240         * doc/functions/fprintf.texi: Update.
5241         * doc/functions/printf.texi: Update.
5242         * doc/functions/snprintf.texi: Update.
5243         * doc/functions/sprintf.texi: Update.
5244         * doc/functions/vfprintf.texi: Update.
5245         * doc/functions/vprintf.texi: Update.
5246         * doc/functions/vsnprintf.texi: Update.
5247         * doc/functions/vsprintf.texi: Update.
5248
5249 2007-05-06  Bruno Haible  <bruno@clisp.org>
5250
5251         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
5252         pass the ' flag character to sprintf or snprintf.
5253         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
5254         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
5255         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5256         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
5257         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
5258         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5259         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
5260         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5261         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5262         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5263         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5264         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5265         * tests/test-snprintf-posix.h (test_function): Also check the grouping
5266         flag.
5267         * tests/test-sprintf-posix.h (test_function): Likewise.
5268         * tests/test-vasnprintf-posix.c (test_function): Likewise.
5269         * tests/test-vasprintf-posix.c (test_function): Likewise.
5270         * doc/functions/fprintf.texi: Update.
5271         * doc/functions/printf.texi: Update.
5272         * doc/functions/snprintf.texi: Update.
5273         * doc/functions/sprintf.texi: Update.
5274         * doc/functions/vfprintf.texi: Update.
5275         * doc/functions/vprintf.texi: Update.
5276         * doc/functions/vsnprintf.texi: Update.
5277         * doc/functions/vsprintf.texi: Update.
5278
5279 2007-05-01  Bruno Haible  <bruno@clisp.org>
5280
5281         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
5282
5283 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5284
5285         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
5286         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
5287
5288 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5289
5290         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
5291         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
5292         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
5293
5294 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
5295
5296         * lib/argp-help.c (struct hol_entry): New member `ord'.
5297         (HOL_ENTRY_PTRCMP): Use ord for comparison
5298         (hol_sort): Initialize ord.
5299
5300 2007-05-01  Bruno Haible  <bruno@clisp.org>
5301
5302         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
5303         Reported by Eric Blake.
5304         * doc/gnulib.texi (Function Substitutes): Update.
5305
5306 2007-05-01  Bruno Haible  <bruno@clisp.org>
5307
5308         * doc/functions.texi: Remove file, now redundant through
5309         doc/functions/*.texi.
5310
5311 2007-05-01  Bruno Haible  <bruno@clisp.org>
5312
5313         * modules/argp (Depends-on): Add sleep.
5314
5315 2007-05-01  Bruno Haible  <bruno@clisp.org>
5316
5317         * modules/sleep-tests: New file.
5318         * tests/test-sleep.c: New file.
5319
5320         * modules/sleep: New file.
5321         * lib/sleep.c: New file.
5322         * m4/sleep.m4: New file.
5323         * lib/unistd_.h (sleep): New declaration.
5324         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
5325         HAVE_SLEEP.
5326         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
5327         * doc/functions/sleep.texi: Document the sleep module.
5328
5329 2007-05-01  Bruno Haible  <bruno@clisp.org>
5330
5331         * lib/sigprocmask.h: Remove file.
5332         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
5333         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
5334         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
5335         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
5336         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
5337         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
5338         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
5339         HAVE_SIGSET_T as a shell variable.
5340         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
5341         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
5342         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
5343         (Depends-on): Add signal. Remove verify.
5344         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
5345         (Include): Mention <signal.h> instead of sigprocmask.h.
5346         * NEWS: Mention the change.
5347         * lib/fatal-signal.c: Don't include sigprocmask.h.
5348
5349 2007-05-01  Bruno Haible  <bruno@clisp.org>
5350
5351         * modules/signal: New file.
5352         * lib/signal_.h: New file.
5353         * m4/signal_h.m4: New file.
5354
5355 2007-05-01  Bruno Haible  <bruno@clisp.org>
5356
5357         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
5358         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
5359         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
5360         HAVE_WCTYPE_CTMP_BUG into wctype.h.
5361
5362 2007-05-01  Bruno Haible  <bruno@clisp.org>
5363
5364         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
5365         configure time.
5366         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
5367         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
5368         * modules/sys_stat (Makefile.am): Substitute their values into
5369         sys/stat.h.
5370
5371 2007-05-01  Bruno Haible  <bruno@clisp.org>
5372
5373         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
5374         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
5375         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
5376
5377 2007-05-01  Bruno Haible  <bruno@clisp.org>
5378
5379         * doc/header/assert.texi: Undo last change: don't mention the gnulib
5380         'assert' module here.
5381
5382 2007-05-01  Bruno Haible  <bruno@clisp.org>
5383
5384         * doc/functions/*.texi: New files.
5385         * doc/functions/google-ranking.txt: New file.
5386         * doc/gnulib.texi (Function Substitutes): New chapter.
5387         (ctime, inet_ntoa): Remove sections.
5388         * doc/ctime.texi: Remove file.
5389         * doc/inet_ntoa.texi: Remove file.
5390         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
5391         dependencies.
5392         (%.info): New rule, specifying a --reference-limit.
5393
5394 2007-05-01  Bruno Haible  <bruno@clisp.org>
5395
5396         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
5397
5398 2007-05-01  Bruno Haible  <bruno@clisp.org>
5399
5400         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
5401         the portability of 'mkdir' to mingw systems.
5402
5403 2007-05-01  Bruno Haible  <bruno@clisp.org>
5404
5405         * doc/headers/google-ranking.txt: New file.
5406
5407 2007-04-30  Eric Blake  <ebb9@byu.net>
5408
5409         Prefer fseeko to fseek.
5410         * modules/getpass (Depends-on): Add fseeko.
5411         * lib/getpass.c (getpass): Use fseeko, not fseek.
5412
5413 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
5414
5415         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
5416         assumes the sorting is stable, while most qsort implementations
5417         are not.  Use argument addresses to ensure they never compare as
5418         equal.
5419
5420         * tests/test-argp-2.sh (usage-indent test): Fix output
5421         (func_compare): Restore diff options
5422         * tests/test-argp.c: Restore #include "progname.h"
5423
5424 2007-04-29  Bruno Haible  <bruno@clisp.org>
5425
5426         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
5427         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5428         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
5429         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5430         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
5431         (configure.ac): Define CHECK_SNPRINTF_POSIX.
5432         (TESTS, check_PROGRAMS): Add test-snprintf.
5433         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
5434         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
5435         (TESTS, check_PROGRAMS): Add test-vsnprintf.
5436         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
5437         assertions that fail on HP-UX, OSF/1, or IRIX.
5438         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
5439
5440 2007-04-29  Bruno Haible  <bruno@clisp.org>
5441
5442         * MODULES.html.sh (posix_functions): Remove 'contents'.
5443
5444 2007-04-29  Karl Berry  <karl@gnu.org>
5445
5446         * config/srclist.txt (gendocs_template_min): new entry.
5447
5448 2007-04-29  Bruno Haible  <bruno@clisp.org>
5449
5450         Work around fpurge bug on BSD systems.
5451         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
5452         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
5453         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
5454         fpurge to rpl_fpurge if the system already has this function.
5455         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
5456         the case where the system already has this function. Correct invariants
5457         on BSD systems.
5458         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
5459         BSD systems.
5460
5461 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5462
5463         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
5464         proposed by Sven Verdoolaege.
5465
5466         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
5467         options.
5468         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
5469         (usage and help tests): Update
5470
5471 2007-04-29  Bruno Haible  <bruno@clisp.org>
5472
5473         * tests/test-fflush.c (main): Use a file of size 17, not 10.
5474         Print more information in case of failure. Disable a test on BeOS.
5475
5476 2007-04-29  Bruno Haible  <bruno@clisp.org>
5477
5478         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
5479         This helps debugging on systems on which no gdb is available.
5480
5481 2007-04-29  Bruno Haible  <bruno@clisp.org>
5482
5483         * lib/freading.h: Improve comments.
5484         * lib/fwriting.h: Likewise.
5485         * tests/test-freading.c (main): Don't check freading immediately after
5486         repositioning. Needed for glibc.
5487
5488 2007-04-29  Bruno Haible  <bruno@clisp.org>
5489
5490         * lib/freading.c (freading): Trivial simplification.
5491
5492 2007-04-28  Bruno Haible  <bruno@clisp.org>
5493
5494         * tests/test-fwriting.c (main): Also test the interaction between
5495         fflush and fwriting.
5496         * modules/fwriting-tests (Depends-on): Add fflush.
5497
5498         * tests/test-freading.c (main): Also test the interaction between
5499         fflush and freading.
5500         * modules/freading-tests (Depends-on): Add fflush.
5501
5502 2007-04-28  Bruno Haible  <bruno@clisp.org>
5503
5504         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
5505         fseeko and ftello.
5506         Suggested by Eric Blake.
5507
5508 2007-04-28  Jim Meyering  <jim@meyering.net>
5509
5510         Avoid false-negative in gl_STDINT_H's C99 conformance test.
5511         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
5512         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
5513
5514 2007-04-27  Eric Blake  <ebb9@byu.net>
5515
5516         * doc/headers/assert.texi (assert.h): Document assert module use.
5517
5518 2007-04-27  Bruno Haible  <bruno@clisp.org>
5519
5520         * doc/headers/*.texi: New files.
5521         * doc/gnulib.texi (Header File Substitutes): New chapter.
5522         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
5523         dependencies.
5524         (standards.info ,standards.html, standards.dvi): Update dependencies.
5525         (mostlyclean, clean): New targets.
5526
5527 2007-04-27  Bruno Haible  <bruno@clisp.org>
5528
5529         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
5530         * modules/sysexits (Files, Makefile.am): Update.
5531
5532         * lib/sys_socket_.h: Renamed from lib/socket_.h.
5533         * modules/sys_socket (Files, Makefile.am): Update.
5534
5535         * lib/sys_stat_.h: Renamed from lib/stat_.h.
5536         * modules/sys_stat (Files, Makefile.am): Update.
5537
5538 2007-04-27  Eric Blake  <ebb9@byu.net>
5539
5540         * lib/freading.h: Improve comments.
5541         * lib/fwriting.h: Likewise.
5542         * lib/fflush.c: Likewise.
5543
5544         Fix closein for mingw.
5545         * modules/closein-tests: Add tests for closein.
5546         * tests/test-closein.c: New file.
5547         * tests/test-closein.sh: Likewise.
5548         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
5549         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
5550
5551 2007-04-27  Bruno Haible  <bruno@clisp.org>
5552
5553         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
5554         version is < 6.
5555         * lib/math_.h [__DECC]: Likewise.
5556         * lib/stdio_.h [__DECC]: Likewise.
5557         * lib/stdlib_.h [__DECC]: Likewise.
5558         * lib/string_.h [__DECC]: Likewise.
5559         * lib/time_.h [__DECC]: Likewise.
5560         * lib/wchar_.h [__DECC]: Likewise.
5561         * lib/wctype_.h [__DECC]: Likewise.
5562
5563 2007-04-27  Bruno Haible  <bruno@clisp.org>
5564
5565         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
5566
5567 2007-04-27  Bruno Haible  <bruno@clisp.org>
5568
5569         * lib/fflush.c: Add comments.
5570         * modules/fpurge-tests (Depends-on): Add fflush.
5571         * modules/freadable-tests (Depends-on): Likewise.
5572         * modules/fwritable-tests (Depends-on): Likewise.
5573
5574 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
5575
5576         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
5577         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
5578         Report by Bruno Haible <bruno@clisp.org>.
5579
5580 2007-04-26  Eric Blake  <ebb9@byu.net>
5581
5582         Fix fflush on mingw.
5583         * modules/fflush (Depends-on): Add freading.
5584         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
5585         but unread data.
5586
5587 2007-04-26  Eric Blake  <ebb9@byu.net>
5588         and Bruno Haible  <bruno@clisp.org>
5589
5590         Implement freading and fwriting.
5591         * lib/freading.c: New file.
5592         * lib/freading.h: Likewise.
5593         * m4/freading.m4: Likewise.
5594         * modules/freading: Likewise.
5595         * modules/freading-tests: Likewise.
5596         * tests/test-freading.c: Likewise.
5597         * lib/fwriting.c: New file.
5598         * lib/fwriting.h: Likewise.
5599         * m4/fwriting.m4: Likewise.
5600         * modules/fwriting: Likewise.
5601         * modules/fwriting-tests: Likewise.
5602         * tests/test-fwriting.c: Likewise.
5603         * MODULES.html.sh (File stream based Input/Output): Mention them.
5604
5605 2007-04-26  Bruno Haible  <bruno@clisp.org>
5606
5607         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
5608         'long' when we assume it.
5609         Suggested by Eric Blake.
5610
5611 2007-04-26  Bruno Haible  <bruno@clisp.org>
5612
5613         Ensure fseeko, ftello are declared on glibc systems.
5614         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
5615         * modules/fseeko (configure.ac-early): Likewise.
5616         * modules/ftello (configure.ac-early): Likewise.
5617         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
5618         AC_FUNC_FSEEKO for this.
5619         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
5620         (gl_CHECK_FSEEKO): Remove macro.
5621
5622 2007-04-26  Bruno Haible  <bruno@clisp.org>
5623
5624         * tests/test-fflush.c (main): Also check the ftell result after
5625         fflush and fseek/fseeko.
5626         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
5627         file descriptor position cache in the stream.
5628         * lib/fseeko.c (rpl_fseeko): Likewise.
5629
5630 2007-04-26  Bruno Haible  <bruno@clisp.org>
5631
5632         * modules/fflush-tests (Depends-on): Add fseeko.
5633
5634 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
5635             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5636
5637         * lib/argz_.h: ensure error_t definition is obtained in same
5638         mechanism system argz.h would have.
5639         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
5640         argz facilities are known bad.  Err on the side of caution if
5641         cross-compiling.
5642
5643 2007-04-25  Eric Blake  <ebb9@byu.net>
5644
5645         * lib/fpurge.c (includes): Use stdlib.h for free.
5646         * tests/test-fflush.c (main): Also test fflush-fseeko.
5647
5648 2007-04-25  Bruno Haible  <bruno@clisp.org>
5649
5650         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
5651         * lib/fseeko.c: New file.
5652         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
5653         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
5654         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
5655         gl_FUNC_FSEEKO.
5656         (gl_FUNC_FSEEKO): Invoke it.
5657         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
5658         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
5659         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
5660
5661 2007-04-25  Bruno Haible  <bruno@clisp.org>
5662
5663         * modules/fflush (Depends-on): Add ftello.
5664
5665 2007-04-25  Bruno Haible  <bruno@clisp.org>
5666
5667         * modules/ftello-tests: New file.
5668         * tests/test-ftello.c: New file.
5669
5670         * modules/ftello: New file.
5671         * m4/ftello.m4: New file.
5672         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
5673         HAVE_FTELLO.
5674         * lib/stdio_.h (ftello): New declaration.
5675         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
5676         HAVE_FTELLO.
5677
5678 2007-04-25  Bruno Haible  <bruno@clisp.org>
5679
5680         * modules/fseeko-tests: New file.
5681         * tests/test-fseeko.c: New file.
5682
5683         * modules/fseeko: New file.
5684         * m4/fseeko.m4: New file.
5685         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
5686         HAVE_FSEEKO.
5687         * lib/stdio_.h (fseeko): New declaration.
5688         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
5689         HAVE_FSEEKO.
5690
5691 2007-04-25  Bruno Haible  <bruno@clisp.org>
5692
5693         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
5694
5695 2007-04-25  Bruno Haible  <bruno@clisp.org>
5696
5697         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
5698         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
5699         * tests/test-unistd.c: Likewise.
5700         * tests/test-fcntl.c: Likewise.
5701
5702 2007-04-23  Eric Blake  <ebb9@byu.net>
5703
5704         * lib/fflush.c: Fix missing include.
5705         Reported by Bruno Haible.
5706
5707 2007-04-23  Bruno Haible  <bruno@clisp.org>
5708
5709         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
5710         Reported by Eric Blake.
5711
5712 2007-04-23  Bruno Haible  <bruno@clisp.org>
5713
5714         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
5715
5716 2007-04-23  Bruno Haible  <bruno@clisp.org>
5717
5718         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
5719
5720 2007-04-23  Bruno Haible  <bruno@clisp.org>
5721
5722         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
5723         Needed on HP-UX 11.
5724
5725 2007-04-16  Eric Blake  <ebb9@byu.net>
5726
5727         Make fflush rely on fpurge.
5728         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
5729         open coding all variants.
5730         * modules/fflush (Depends-on): Add fpurge and unistd.
5731         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
5732         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
5733
5734         Fix --with-tests compilation on cygwin.
5735         * modules/argmatch-tests (Makefile.am): List gnulib library first
5736         in LDADD.
5737         * modules/argp-tests (Makefile.am): Likewise.
5738         * modules/array-list-tests (Makefile.am): Likewise.
5739         * modules/array-oset-tests (Makefile.am): Likewise.
5740         * modules/avltree-list-tests (Makefile.am): Likewise.
5741         * modules/avltree-oset-tests (Makefile.am): Likewise.
5742         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5743         * modules/carray-list-tests (Makefile.am): Likewise.
5744         * modules/dirname-tests (Makefile.am): Likewise.
5745         * modules/frexp-tests (Makefile.am): Likewise.
5746         * modules/isnanl-tests (Makefile.am): Likewise.
5747         * modules/linked-list-tests (Makefile.am): Likewise.
5748         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5749         * modules/lock-tests (Makefile.am): Likewise.
5750         * modules/rbtree-list-tests (Makefile.am): Likewise.
5751         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5752         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5753         * modules/tls-tests (Makefile.am): Likewise.
5754         * modules/tsearch-tests (Makefile.am): Likewise.
5755         * modules/xvasprintf-tests (Makefile.am): Likewise.
5756
5757         Fix fpurge for cygwin.
5758         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
5759         value.
5760         * modules/fpurge-tests (Depends-on): Clean up trash.
5761
5762 2007-04-16  Simon Josefsson  <simon@josefsson.org>
5763
5764         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
5765
5766         * m4/autobuild.m4: Re-indent.
5767
5768 2007-04-13  Bruno Haible  <bruno@clisp.org>
5769
5770         * modules/fpurge-tests: New file.
5771         * tests/test-fpurge.c: New file.
5772
5773         * modules/fpurge: New file.
5774         * lib/fpurge.h: New file.
5775         * lib/fpurge.c: New file.
5776         * m4/fpurge.m4: New file.
5777
5778 2007-04-13  Bruno Haible  <bruno@clisp.org>
5779
5780         * modules/fbufmode-tests: New file.
5781         * tests/test-fbufmode.c: New file.
5782
5783         * modules/fbufmode: New file.
5784         * lib/fbufmode.h: New file.
5785         * lib/fbufmode.c: New file.
5786         * m4/fbufmode.m4: New file.
5787
5788 2007-04-13  Bruno Haible  <bruno@clisp.org>
5789
5790         * modules/fwritable-tests: New file.
5791         * tests/test-fwritable.c: New file.
5792
5793         * modules/fwritable: New file.
5794         * lib/fwritable.h: New file.
5795         * lib/fwritable.c: New file.
5796         * m4/fwritable.m4: New file.
5797
5798 2007-04-13  Bruno Haible  <bruno@clisp.org>
5799
5800         * modules/freadable-tests: New file.
5801         * tests/test-freadable.c: New file.
5802
5803         * modules/freadable: New file.
5804         * lib/freadable.h: New file.
5805         * lib/freadable.c: New file.
5806         * m4/freadable.m4: New file.
5807
5808 2007-04-13  Bruno Haible  <bruno@clisp.org>
5809
5810         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5811         MOSTLYCLEANFILES.
5812
5813 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5814
5815         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5816         gzip bootstrap.conf to avoid dragging in i18n machinery.
5817         (gnulib_tool_option): Use it.
5818
5819 2007-04-13  Bruno Haible  <bruno@clisp.org>
5820
5821         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5822         %F directives.
5823         * tests/test-vasprintf-posix.c (test_function): Likewise.
5824         * tests/test-snprintf-posix.h (test_function): Likewise.
5825         * tests/test-sprintf-posix.h (test_function): Likewise.
5826         * tests/test-fprintf-posix.h (test_function): Likewise.
5827         * tests/test-printf-posix.h (test_function): Likewise.
5828         * tests/test-fprintf-posix.out: Likewise.
5829
5830 2007-04-13  Bruno Haible  <bruno@clisp.org>
5831
5832         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5833         * modules/tls-tests (configure.ac): Likewise.
5834         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5835
5836 2007-04-13  Bruno Haible  <bruno@clisp.org>
5837
5838         * lib/tls.c (glthread_tls_get): Fix return type.
5839         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5840
5841 2007-04-12  Eric Blake  <ebb9@byu.net>
5842
5843         * modules/gettime (Depends-on): Remove gettime.
5844         Reported by Dmitry V. Levin.
5845
5846 2007-04-12  Bruno Haible  <bruno@clisp.org>
5847
5848         * modules/fflush (Include): Mention <stdio.h>.
5849         * modules/strtoimax (Include): Mention <inttypes.h>.
5850         * modules/strtoumax (Include): Likewise.
5851
5852 2007-04-12  Eric Blake  <ebb9@byu.net>
5853
5854         * .cvsignore: New file.
5855         * .gitignore: Likewise.
5856
5857 2007-04-12  Bruno Haible  <bruno@clisp.org>
5858
5859         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5860         not before, since $(LDADD) often contains libgnu.a.
5861         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5862         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5863         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5864         Needed on Cygwin.
5865
5866 2007-04-12  Eric Blake  <ebb9@byu.net>
5867
5868         Work around glibc's failure to flush stdin on fclose.
5869         * lib/closein.c (close_stdin): Flush stdin before closing.
5870
5871         Work around glibc's failure to reset seekable stdin on exit.
5872         * modules/closein: New module.
5873         * lib/closein.c: New file.
5874         * lib/closein.h: Likewise.
5875         * m4/closein.m4: Likewise.
5876         * MODULES.html.sh (File stream based Input/Output): Document it.
5877
5878 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5879
5880         * gnulib-tool: Rename generated 'autobuild' script to
5881         'do-autobuild' in --create-megatestdir output.
5882
5883         * doc/gnulib.texi (Build robot for gnulib): Fix.
5884
5885 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5886
5887         * modules/sysexits (Depends-on): Add absolute-header.
5888
5889 2007-04-12  Eric Blake  <ebb9@byu.net>
5890
5891         No need to preserve errno on success.
5892         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5893         Reported by Bruno Haible.
5894
5895 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5896
5897         * MODULES.html.sh (Support for maintaining and releasing
5898         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5899
5900 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5901
5902         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5903
5904 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5905
5906         * modules/autobuild: New module.
5907
5908         * m4/autobuild.m4: New file.
5909
5910 2007-04-11  Bruno Haible  <bruno@clisp.org>
5911
5912         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5913         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5914         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5915         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5916         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5917         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5918         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5919         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5920         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5921         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5922         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5923         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5924         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5925         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5926         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5927         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5928         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5929         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5930         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5931         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5932         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5933         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5934         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5935         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5936         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5937         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5938         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5939         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5940         Reported by Eric Blake.
5941
5942 2007-04-11  Bruno Haible  <bruno@clisp.org>
5943
5944         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5945
5946 2007-04-10  Bruno Haible  <bruno@clisp.org>
5947
5948         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5949         for NaN and Infinity. Needed on FreeBSD 6.1.
5950         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5951         regarding results for "%010a" of Infinity and NaN.
5952         * tests/test-vasprintf-posix.c (test_function): Likewise.
5953         * tests/test-snprintf-posix.h (test_function): Likewise.
5954         * tests/test-sprintf-posix.h (test_function): Likewise.
5955         * tests/test-fprintf-posix.h (test_function): Likewise.
5956         * tests/test-printf-posix.h (test_function): Likewise.
5957         * tests/test-fprintf-posix.out: Likewise.
5958
5959 2007-04-10  Bruno Haible  <bruno@clisp.org>
5960
5961         * modules/locale-tests: New file.
5962         * tests/test-locale.c: New file.
5963
5964         * modules/locale: New file.
5965         * lib/locale_.h: New file.
5966         * m4/locale_h.m4: New file.
5967
5968 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5969             Bruno Haible  <bruno@clisp.org>
5970
5971         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5972         be determined, test for availability of the copysignf, copysign,
5973         copysignl functions.
5974         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5975         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5976         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5977
5978 2007-04-09  Eric Blake  <ebb9@byu.net>
5979
5980         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5981         * modules/stdio (Makefile.am): Support fflush.
5982         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5983         * modules/fflush: New file.
5984         * lib/fflush.c: Likewise.
5985         * m4/fflush.m4: Likewise.
5986         * modules/fflush-tests: New test.
5987         * tests/test-fflush.c: Likewise.
5988         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5989
5990 2007-04-06  Bruno Haible  <bruno@clisp.org>
5991
5992         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5993         (VASNPRINTF): Use signbit for faster determination whether to print a
5994         minus sign.
5995         * modules/vasnprintf (Files): Remove lib/float+.h.
5996         * modules/fprintf-posix (Depends-on): Add signbit.
5997         * modules/snprintf-posix (Depends-on): Likewise.
5998         * modules/sprintf-posix (Depends-on): Likewise.
5999         * modules/vasnprintf-posix (Depends-on): Likewise.
6000         * modules/vasprintf-posix (Depends-on): Likewise.
6001         * modules/vfprintf-posix (Depends-on): Likewise.
6002         * modules/vsnprintf-posix (Depends-on): Likewise.
6003         * modules/vsprintf-posix (Depends-on): Likewise.
6004
6005 2007-04-06  Bruno Haible  <bruno@clisp.org>
6006
6007         * tests/test-frexp.c (main): Test also the sign bit of zero results.
6008         * tests/test-frexpl.c (main): Likewise.
6009         * tests/test-ldexpl.c (main): Likewise.
6010         * modules/frexp-tests (Depends-on): Add signbit.
6011         * modules/frexpl-tests (Depdends-on): Likewise.
6012         * modules/ldexpl-tests (Depdends-on): Likewise.
6013
6014 2007-04-06  Bruno Haible  <bruno@clisp.org>
6015
6016         * modules/signbit-tests: New file.
6017         * tests/test-signbit.c: New file.
6018
6019         * modules/signbit: New file.
6020         * lib/signbitf.c: New file.
6021         * lib/signbitd.c: New file.
6022         * lib/signbitl.c: New file.
6023         * m4/signbit.m4: New file.
6024         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
6025         (signbit): New macro.
6026         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
6027         REPLACE_SIGNBIT.
6028         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
6029         REPLACE_FREXPL into math.h.
6030
6031 2007-04-06  Bruno Haible  <bruno@clisp.org>
6032
6033         * modules/isnanf-nolibm-tests: New file.
6034         * tests/test-isnanf.c: New file.
6035
6036         * modules/isnanf-nolibm: New file.
6037         * lib/isnanf.h: New file.
6038         * lib/isnanf.c: New file.
6039         * lib/isnan.c: Consider the USE_FLOAT macro.
6040         * m4/isnanf.m4: New file.
6041
6042 2007-04-06  Bruno Haible  <bruno@clisp.org>
6043
6044         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
6045         (Link): New section.
6046
6047         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
6048
6049 2007-04-06  Bruno Haible  <bruno@clisp.org>
6050
6051         Assume the 'long double' type.
6052         * m4/longdouble.m4: Remove file.
6053         * config/srclist.txt: Don't mention longdouble.m4.
6054         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
6055         * lib/float+.h: Likewise.
6056         * lib/frexp.c: Likewise.
6057         * lib/printf-args.h: Likewise.
6058         * lib/printf-args.c: Likewise.
6059         * lib/printf-frexp.c: Likewise.
6060         * lib/printf-parse.c: Likewise.
6061         * lib/vasnprintf.c: Likewise.
6062         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
6063         * m4/intl.m4: Likewise.
6064         * m4/isnanl.m4: Likewise.
6065         * m4/printf.m4: Likewise.
6066         * m4/printf-frexpl.m4: Likewise.
6067         * m4/vasnprintf.m4: Likewise.
6068         * modules/allocsa (Files): Remove m4/longdouble.m4.
6069         * modules/gettext (Files): Likewise.
6070         * modules/relocatable-prog-wrapper (Files): Likewise.
6071         * modules/vasnprintf (Files): Likewise.
6072         * modules/isnanl (Files): Likewise.
6073         (Include): Simplify.
6074         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
6075         (Include): Simplify.
6076         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
6077         (Include): Simplify.
6078         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
6079         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6080         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
6081         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6082         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
6083         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6084         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
6085         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6086         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
6087         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6088         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
6089         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
6090         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
6091         * tests/test-isnanl.c: Likewise.
6092         * tests/test-snprintf-posix.h: Likewise.
6093         * tests/test-sprintf-posix.h: Likewise.
6094         * tests/test-vasnprintf-posix.c: Likewise.
6095         * tests/test-vasnprintf-posix2.c: Likewise.
6096         * tests/test-vasprintf-posix.c: Likewise.
6097
6098 2007-04-06  Bruno Haible  <bruno@clisp.org>
6099
6100         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
6101         * lib/math_.h [__DECC]: Include the overridden include file through
6102         #include_next, outside the double-inclusion guard.
6103         * lib/stdio_.h [__DECC]: Likewise.
6104         * lib/stdlib_.h [__DECC]: Likewise.
6105         * lib/string_.h [__DECC]: Likewise.
6106         * lib/time_.h [__DECC]: Likewise.
6107         * lib/wchar_.h [__DECC]: Likewise.
6108         * lib/wctype_.h [__DECC]: Likewise.
6109         * lib/inttypes_.h [__DECC]: Likewise.
6110         Reported by Albert Chin <china@thewrittenword.com> in
6111         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
6112
6113 2007-04-04  Eric Blake  <ebb9@byu.net>
6114
6115         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
6116         1.5.x.
6117
6118 2007-04-04  Bruno Haible  <bruno@clisp.org>
6119
6120         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
6121         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
6122
6123 2007-04-04  Bruno Haible  <bruno@clisp.org>
6124
6125         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
6126         results for "%010a" of Infinity and NaN.
6127         * tests/test-vasprintf-posix.c (test_function): Likewise.
6128         * tests/test-snprintf-posix.h (test_function): Likewise.
6129         * tests/test-sprintf-posix.h (test_function): Likewise.
6130         * tests/test-fprintf-posix.h (test_function): Remove these tests.
6131         * tests/test-printf-posix.h (test_function): Likewise.
6132         * tests/test-fprintf-posix.out: Update.
6133         Needed for FreeBSD 6.1.
6134
6135 2007-04-04  Bruno Haible  <bruno@clisp.org>
6136
6137         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
6138         directly used by the gnulib modules nor by gnulib-tool.
6139
6140 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
6141
6142         * DEPENDENCIES: Give overall description of version dependency
6143         desirability.  Use more-typical names for apps.
6144         Add shell, coreutils, diffutils, grep, tar, gzip.
6145
6146 2007-04-04  Simon Josefsson  <simon@josefsson.org>
6147
6148         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
6149
6150 2007-04-04  Karl Berry  <karl@gnu.org>
6151
6152         * MODULES.html.sh (func_module): missing '.
6153
6154 2007-04-03  Bruno Haible  <bruno@clisp.org>
6155
6156         * modules/argmatch-tests (Makefile.am): New variable
6157         test_argmatch_LDADD.
6158         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
6159         * modules/array-list-tests (Makefile.am): New variable
6160         test_array_list_LDADD.
6161         * modules/array-oset-tests (Makefile.am): New variable
6162         test_array_oset_LDADD.
6163         * modules/avltree-list-tests (Makefile.am): New variable
6164         test_avltree_list_LDADD.
6165         * modules/avltree-oset-tests (Makefile.am): New variable
6166         test_avltree_oset_LDADD.
6167         * modules/avltreehash-list-tests (Makefile.am): New variable
6168         test_avltreehash_list_LDADD.
6169         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
6170         test_canonicalize_lgpl_LDADD.
6171         * modules/carray-list-tests (Makefile.am): New variable
6172         test_carray_list_LDADD.
6173         * modules/dirname-tests (Makefile.am): New variable
6174         test_dirname_LDADD.
6175         * modules/linked-list-tests (Makefile.am): New variable
6176         test_linked_list_LDADD.
6177         * modules/linkedhash-list-tests (Makefile.am): New variable
6178         test_linkedhash_list_LDADD.
6179         * modules/rbtree-list-tests (Makefile.am): New variable
6180         test_rbtree_list_LDADD.
6181         * modules/rbtree-oset-tests (Makefile.am): New variable
6182         test_rbtree_oset_LDADD.
6183         * modules/rbtreehash-list-tests (Makefile.am): New variable
6184         test_rbtreehash_list_LDADD.
6185         * modules/xvasprintf-tests (Makefile.am): New variable
6186         test_xvasprintf_LDADD.
6187         Reported by Eric Blake.
6188
6189 2007-04-03  Eric Blake  <ebb9@byu.net>
6190
6191         * DEPENDENCIES: Weaken m4 requirements.
6192
6193 2007-04-03  Bruno Haible  <bruno@clisp.org>
6194
6195         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
6196         * modules/isnanl-tests (configure.ac): Likewise.
6197
6198 2007-04-03  Ben Pfaff  <blp@gnu.org>
6199
6200         * modules/iconv_open: Add $(srcdir)/ to source directory
6201         references in Makefile fragments that call gperf, to fix VPATH
6202         builds.
6203
6204 2007-04-03  Bruno Haible  <bruno@clisp.org>
6205
6206         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
6207         * lib/ldexpl.c: Undo last change.
6208
6209 2007-04-03  Bruno Haible  <bruno@clisp.org>
6210
6211         * modules/printf-frexpl (Depends-on): Undo last change.
6212         (Files): Add m4/ldexpl.m4.
6213
6214 2007-04-03  Bruno Haible  <bruno@clisp.org>
6215
6216         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
6217         * modules/isnanl (Link): New section.
6218
6219         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
6220         * modules/frexp (Link): New section.
6221
6222         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
6223         * modules/frexpl (Link): New section.
6224
6225         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
6226         * modules/ldexpl (Link): New section.
6227
6228 2007-04-03  Bruno Haible  <bruno@clisp.org>
6229
6230         * modules/TEMPLATE-EXTENDED: New file.
6231         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
6232
6233 2007-04-03  Bruno Haible  <bruno@clisp.org>
6234
6235         * DEPENDENCIES: New file.
6236         Suggested by Simon Josefsson.
6237
6238 2007-04-03  Bruno Haible  <bruno@clisp.org>
6239
6240         * doc/gnulib.texi: Escape @.
6241
6242 2007-04-03  James Youngman  <jay@gnu.org>
6243         and Paul Eggert  <eggert@cs.ucla.edu>
6244
6245         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
6246         birthtime on all systems that have birthtime, not just those which
6247         use st_birthtimensec rather than st_birthtim.  Putting zero in
6248         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
6249         that the birth time is not available for files on an NFS mount.
6250
6251 2007-04-03  Simon Josefsson  <simon@josefsson.org>
6252
6253         * modules/memxor: Move back from crypto/, suggested by Bruno.
6254         * modules/crypto/hmac-sha1: Fix memxor dependency.
6255
6256         * modules/crypto/gc: Moved from ../.
6257
6258 2007-04-02  Eric Blake  <ebb9@byu.net>
6259
6260         * lib/ldexpl.c (includes): Avoid libm.
6261
6262         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
6263
6264 2007-04-02  Bruno Haible  <bruno@clisp.org>
6265
6266         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
6267         on IRIX.
6268
6269 2007-04-02  Bruno Haible  <bruno@clisp.org>
6270
6271         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
6272         x86 or x86_64 platforms running MacOS X.
6273         Reported by Ryan Schmidt <@ryandesign.com>.
6274
6275 2007-04-02  Bruno Haible  <bruno@clisp.org>
6276
6277         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
6278         i386.
6279
6280 2007-04-01  Simon Josefsson  <simon@josefsson.org>
6281
6282         * modules/crypto/arcfour: Moved from ../.
6283         * modules/crypto/arcfour-tests: Moved from ../.
6284         * modules/crypto/arctwo: Moved from ../.
6285         * modules/crypto/arctwo-tests: Moved from ../.
6286         * modules/crypto/des: Moved from ../.
6287         * modules/crypto/des-tests: Moved from ../.
6288         * modules/crypto/gc-arcfour: Moved from ../.
6289         * modules/crypto/gc-arcfour-tests: Moved from ../.
6290         * modules/crypto/gc-arctwo: Moved from ../.
6291         * modules/crypto/gc-arctwo-tests: Moved from ../.
6292         * modules/crypto/gc-des: Moved from ../.
6293         * modules/crypto/gc-des-tests: Moved from ../.
6294         * modules/crypto/gc-hmac-md5: Moved from ../.
6295         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
6296         * modules/crypto/gc-hmac-sha1: Moved from ../.
6297         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
6298         * modules/crypto/gc-md2: Moved from ../.
6299         * modules/crypto/gc-md2-tests: Moved from ../.
6300         * modules/crypto/gc-md4: Moved from ../.
6301         * modules/crypto/gc-md4-tests: Moved from ../.
6302         * modules/crypto/gc-md5: Moved from ../.
6303         * modules/crypto/gc-md5-tests: Moved from ../.
6304         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
6305         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
6306         * modules/crypto/gc-random: Moved from ../.
6307         * modules/crypto/gc-rijndael: Moved from ../.
6308         * modules/crypto/gc-rijndael-tests: Moved from ../.
6309         * modules/crypto/gc-sha1: Moved from ../.
6310         * modules/crypto/gc-sha1-tests: Moved from ../.
6311         * modules/crypto/gc-tests: Moved from ../.
6312         * modules/crypto/hmac-md5: Moved from ../.
6313         * modules/crypto/hmac-md5-tests: Moved from ../.
6314         * modules/crypto/hmac-sha1: Moved from ../.
6315         * modules/crypto/hmac-sha1-tests: Moved from ../.
6316         * modules/crypto/md2: Moved from ../.
6317         * modules/crypto/md2-tests: Moved from ../.
6318         * modules/crypto/md4: Moved from ../.
6319         * modules/crypto/md4-tests: Moved from ../.
6320         * modules/crypto/md5: Moved from ../.
6321         * modules/crypto/md5-tests: Moved from ../.
6322         * modules/crypto/memxor: Moved from ../.
6323         * modules/crypto/rijndael: Moved from ../.
6324         * modules/crypto/rijndael-tests: Moved from ../.
6325         * modules/crypto/sha1: Moved from ../.
6326
6327 2007-03-30  James Youngman  <jay@gnu.org>
6328
6329         * tests/test-stat-time.c (prepare_test): use chmod() rather than
6330         rename() to change the ctime of a file (because ctime is unaffected
6331         by rename on jfs2 on AIX 5.1).
6332         (main): Start by doing cleanup, in case a previous run failed leaving
6333         test files behind.
6334
6335 2007-03-31  Bruno Haible  <bruno@clisp.org>
6336
6337         Support old proprietary implementations of iconv.
6338         * modules/iconv_open: New file.
6339         * lib/iconv_.h: New file.
6340         * m4/iconv_h.m4: New file.
6341         * lib/iconv_open.c: New file.
6342         * lib/iconv_open-aix.gperf: New file.
6343         * lib/iconv_open-hpux.gperf: New file.
6344         * lib/iconv_open-irix.gperf: New file.
6345         * lib/iconv_open-osf.gperf: New file.
6346         * m4/iconv_open.m4: New file.
6347         * modules/linebreak (Depends-on): Add iconv_open.
6348         * modules/striconv (Depends-on): Likewise.
6349         * modules/striconveh (Depends-on): Likewise.
6350         * modules/unicodeio (Depends-on): Likewise.
6351         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
6352         (iconv_t)(-1).
6353         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
6354         conversion if cd is (iconv_t)(-1).
6355         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
6356         is not possible.
6357
6358 2007-03-31  Bruno Haible  <bruno@clisp.org>
6359
6360         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6361         work on Solaris either. Protect also second use of "autodetect_jp".
6362
6363 2007-03-31  Bruno Haible  <bruno@clisp.org>
6364
6365         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
6366         the function is not present.
6367
6368 2007-03-31  Bruno Haible  <bruno@clisp.org>
6369
6370         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
6371         the function is not present.
6372
6373 2007-03-31  Bruno Haible  <bruno@clisp.org>
6374
6375         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
6376         a bug in HP-UX iconv_open().
6377
6378 2007-03-31  Bruno Haible  <bruno@clisp.org>
6379
6380         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
6381         (Mathematics <math.h>): New section, add fpieee.
6382         (Input/output <stdio.h>): Add fseterr.
6383         (Mathematics <math.h>): New section, add printf-frexp.
6384         (Container data structures): Add sublist.
6385         (Core language properties): Add fpucw, inline.
6386         (Functions for greatest-width integer types <inttypes.h>): Add
6387         imaxabs, imaxdiv, inttypes.
6388         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
6389         isnanl-nolibm, ldexp.
6390         (Mathematics <math.h>): New section, add printf-frexpl.
6391         (Support for systems lacking POSIX:2001): Add fprintf-posix,
6392         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
6393         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
6394         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
6395         (Unicode string functions): Add unistr/u*-mbtoucr.
6396         (Java): Add javacomp-script, javaexec-script.
6397         (C#): Add csharpcomp-script, csharpexec-script.
6398         (Support for building libraries and executables): Add havelib,
6399         relocatable-*.
6400         (Support for maintaining and releasing projects): Renamed from
6401         'Support for maintaining and release projects'. Add announce-gen.
6402
6403 2007-03-31  Bruno Haible  <bruno@clisp.org>
6404
6405         * README: Talk primarily about git.
6406         (git and CVS): Renamed from CVS.
6407         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
6408         gnulib is available through git.
6409         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
6410
6411 2007-03-30  Bruno Haible  <bruno@clisp.org>
6412
6413         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
6414         * lib/poll_.h: Likewise.
6415         * lib/stat_.h: Likewise.
6416         * lib/sys_time_.h: Likewise.
6417         * lib/sysexit_.h: Likewise.
6418         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
6419         * lib/stdbool_.h: Likewise.
6420         * lib/byteswap_.h: Add double-inclusion guard.
6421
6422 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
6423
6424         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
6425
6426 2007-03-30  Karl Berry  <karl@gnu.org>
6427
6428         * config/srclist-update: double space after USA in the license
6429         substitution, since that's how it's usually (?) written.
6430
6431 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6432
6433         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
6434         reported by Bruno Haible.
6435
6436 2007-03-29  Bruno Haible  <bruno@clisp.org>
6437
6438         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
6439         a bug in AIX iconv().
6440
6441 2007-03-29  Bruno Haible  <bruno@clisp.org>
6442
6443         * modules/ldexpl-tests: New file.
6444         * tests/test-ldexpl.c: New file.
6445
6446 2007-03-29  Bruno Haible  <bruno@clisp.org>
6447
6448         * lib/ldexpl.c: Include fpucw.h.
6449         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
6450         multiplication.
6451         * modules/ldexpl (Depends-on): Add fpucw.
6452
6453 2007-03-29  Bruno Haible  <bruno@clisp.org>
6454
6455         * modules/ldexpl: New file.
6456         * m4/ldexpl.m4: New file.
6457         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
6458         set.
6459         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
6460         REPLACE_LDEXPL.
6461         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
6462         REPLACE_LDEXPL.
6463         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6464         gl_FUNC_LDEXPL_WORKS.
6465         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
6466         * modules/mathl (Files): Remove lib/ldexpl.c.
6467         (Depends-on): Add ldexpl.
6468
6469 2007-03-29  Bruno Haible  <bruno@clisp.org>
6470
6471         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
6472
6473 2007-03-29  Bruno Haible  <bruno@clisp.org>
6474
6475         * tests/test-striconveh.c (main): Don't assume that a direct conversion
6476         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
6477         and possibly also HP-UX.
6478         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6479         work on AIX, IRIX, HP-UX, OSF/1.
6480         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
6481         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
6482         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
6483         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
6484         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
6485         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
6486
6487 2007-03-29  Bruno Haible  <bruno@clisp.org>
6488
6489         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
6490
6491 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6492
6493         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
6494         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
6495
6496 2007-03-29  Eric Blake  <ebb9@byu.net>
6497
6498         * lib/acl-internal.h: Remove redundant include.
6499         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
6500         Cygwin when a file is locked.
6501
6502 2007-03-29  Bruno Haible  <bruno@clisp.org>
6503
6504         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
6505         file.
6506         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
6507
6508 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6509
6510         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
6511         try to remove a parent directory if the child couldn't be removed
6512         (except for the first rmdir, which could fail because the child
6513         doesn't exist).  Problem reported by Jeff Blaine in
6514         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
6515
6516 2007-03-28  Bruno Haible  <bruno@clisp.org>
6517
6518         * lib/striconveh.c (utf8conv_carefully): New function.
6519         (mem_cd_iconveh_internal): Invoke it.
6520
6521 2007-03-28  Bruno Haible  <bruno@clisp.org>
6522
6523         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
6524         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
6525         input.
6526         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
6527         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
6528         unistr/u8-uctomb.
6529
6530 2007-03-28  Bruno Haible  <bruno@clisp.org>
6531
6532         * modules/unistr/u8-mbtoucr: New file.
6533         * lib/unistr/u8-mbtoucr.c: New file.
6534         * modules/unistr/u16-mbtoucr: New file.
6535         * lib/unistr/u16-mbtoucr.c: New file.
6536         * modules/unistr/u16-mbtoucr: New file.
6537         * lib/unistr/u16-mbtoucr.c: New file.
6538         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
6539
6540 2007-03-27  Simon Josefsson  <simon@josefsson.org>
6541             Bruno Haible  <bruno@clisp.org>
6542
6543         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
6544         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
6545         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
6546
6547         * m4/stdio_h.m4: Add stubs for vasprintf too.
6548
6549         * modules/stdio: Support vasprintf in sed command.
6550
6551         * modules/vasprintf: Depend on stdio for prototypes.  Remove
6552         vasprintf.h.  Add stdio module indicator.
6553
6554         * lib/stdio_.h: Declare asprintf and vasprintf, based on
6555         vasprintf.h.
6556
6557         * lib/vasprintf.h: File removed.
6558
6559         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
6560         * lib/vasprintf.c: Ditto.
6561         * lib/xvasprintf.c: Ditto.
6562         * tests/test-vasprintf-posix.c: Ditto.
6563         * tests/test-vasprintf.c: Ditto.
6564
6565 2007-03-27  Bruno Haible  <bruno@clisp.org>
6566
6567         Make vasnprintf multithread-safe.
6568         * lib/vasnprintf.c (decimal_point_char): New function.
6569         (VASNPRINTF): Use it.
6570         Suggested by Simon Josefsson.
6571
6572 2007-03-27  Eric Blake  <ebb9@byu.net>
6573
6574         Support sub-second birthtime on cygwin.
6575         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
6576         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
6577         (get_stat_birthtime): Also work with st_birthtim.
6578
6579 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
6580
6581         * lib/stat-time.h (USE_BIRTHTIME): Remove.
6582         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
6583         (get_stat_birthtime_ns): Do not try to use "spare" fields.
6584         (get_stat_birthtime_ns): Simplify compile-time tests.
6585         (get_stat_birthtime): Change the API to look like
6586         get_stat_mtime etc., except return a negative tv_nsec on error.
6587         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
6588         Don't check for "spare" fields.
6589         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
6590         or for struct stat.st_birthtime, as these tests aren't used.
6591         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
6592
6593 2007-03-27  Bruno Haible  <bruno@clisp.org>
6594
6595         * lib/stat-time.h: Include <sys/stat.h>.
6596
6597 2007-03-27  James Youngman  <jay@gnu.org>
6598
6599         * lib/stat-time.h (get_stat_birthtime): New function for
6600           retrieving st_birthtime as provided by UFS2 (hence *BSD).
6601         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
6602           and its variants.
6603         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
6604         * modules/stat-time-test: New file.
6605         * tests/test-stat-time.c: New test, devised by Bruno Haible.
6606
6607 2007-03-26  Bruno Haible  <bruno@clisp.org>
6608
6609         Better support of signalling NaNs.
6610         * lib/atanl.c: Include isnanl.h.
6611         (atanl): Perform test for NaN at the beginning of the function and
6612         through a call to isnanl.
6613         * lib/cosl.c: Include isnanl.h.
6614         (cosl): Perform test for NaN at the beginning of the function and
6615         through a call to isnanl.
6616         * lib/ldexpl.c: Include isnanl.h.
6617         (ldexpl): Perform test for NaN through a call to isnanl.
6618         * lib/logl.c: Include isnanl.h.
6619         (logl): Perform test for NaN at the beginning of the function and
6620         through a call to isnanl.
6621         * lib/sinl.c: Include isnanl.h.
6622         (sinl): Perform test for NaN at the beginning of the function and
6623         through a call to isnanl.
6624         * lib/sqrtl.c: Include isnanl.h.
6625         (sqrtl): Perform test for NaN at the beginning of the function and
6626         through a call to isnanl.
6627         * lib/tanl.c: Include isnanl.h.
6628         (tanl): Perform test for NaN at the beginning of the function and
6629         through a call to isnanl.
6630         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
6631         * modules/mathl (Depends-on): Add isnanl.
6632
6633 2007-03-26  Eric Blake  <ebb9@byu.net>
6634
6635         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
6636         regression in logic sense of previous patch.
6637
6638 2007-03-26  Bruno Haible  <bruno@clisp.org>
6639
6640         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
6641         unportable shell command "if ! ...".
6642         Reported by Ralf Wildenhues.
6643
6644 2007-03-25  Bruno Haible  <bruno@clisp.org>
6645
6646         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
6647         <sysexits.h> file, and only add EX_CONFIG.
6648         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
6649         absolute file name and whether it is sufficient. Substitute also
6650         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
6651         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
6652         ABSOLUTE_SYSEXITS_H into sysexits.h.
6653
6654 2007-03-25  Bruno Haible  <bruno@clisp.org>
6655
6656         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
6657         hints is NULL.
6658
6659 2007-03-25  Bruno Haible  <bruno@clisp.org>
6660
6661         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
6662         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
6663
6664 2007-03-25  Bruno Haible  <bruno@clisp.org>
6665
6666         * lib/vasnprintf.c: Include langinfo.h.
6667         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
6668         multithread-safe.
6669         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
6670         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
6671         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6672         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6673         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6674         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6675         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6676         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
6677         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6678         Reported by Simon Josefsson.
6679
6680 2007-03-25  Bruno Haible  <bruno@clisp.org>
6681
6682         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
6683         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
6684         * modules/vasnprintf (Depends-on): Add stdint.
6685
6686 2007-03-25  Bruno Haible  <bruno@clisp.org>
6687
6688         * modules/fpieee: New file.
6689         * m4/fpieee.m4: New file.
6690         * modules/isnan-nolibm (Depends-on): Add fpieee.
6691         * modules/isnanl-nolibm (Depends-on): Add fpieee.
6692         * modules/isnanl (Depends-on): Add fpieee.
6693
6694 2007-03-25  Bruno Haible  <bruno@clisp.org>
6695
6696         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
6697
6698 2007-03-25  Bruno Haible  <bruno@clisp.org>
6699
6700         Avoid test failures on IRIX 6.5.
6701         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
6702         (main): Use it.
6703         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
6704         macros.
6705         (main): Use them.
6706
6707 2007-03-25  Bruno Haible  <bruno@clisp.org>
6708
6709         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
6710         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
6711         exists but doesn't work.
6712         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
6713         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
6714         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
6715         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
6716
6717 2007-03-25  Bruno Haible  <bruno@clisp.org>
6718
6719         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
6720         returns inf. Needed on IRIX 6.5.
6721
6722 2007-03-25  Bruno Haible  <bruno@clisp.org>
6723
6724         * tests/test-frexpl.c: Include isnanl-nolibm.h.
6725         (main): Use isnanl instead of x != x idiom.
6726         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
6727
6728         * tests/test-frexp.c: Include isnan.h.
6729         (main): Use isnan instead of x != x idiom.
6730         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
6731
6732 2007-03-25  Bruno Haible  <bruno@clisp.org>
6733
6734         * tests/test-frexp.c (NaN): New function/macro.
6735         (main): Use it instead of 0.0 / 0.0.
6736         * tests/test-isnan.c (NaN): New function/macro.
6737         (main): Use it instead of 0.0 / 0.0.
6738         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
6739         (test_function): Use it instead of 0.0 / 0.0.
6740         * tests/test-vasprintf-posix.c (NaN): New function/macro.
6741         (test_function): Use it instead of 0.0 / 0.0.
6742         * tests/test-snprintf-posix.h (NaN): New function/macro.
6743         (test_function): Use it instead of 0.0 / 0.0.
6744         * tests/test-sprintf-posix.h (NaN): New function/macro.
6745         (test_function): Use it instead of 0.0 / 0.0.
6746         * tests/test-fprintf-posix.h (NaN): New function/macro.
6747         (test_function): Use it instead of 0.0 / 0.0.
6748         * tests/test-printf-posix.h (NaN): New function/macro.
6749         (test_function): Use it instead of 0.0 / 0.0.
6750
6751         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
6752
6753 2007-03-25  Bruno Haible  <bruno@clisp.org>
6754
6755         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
6756
6757 2007-03-25  Bruno Haible  <bruno@clisp.org>
6758
6759         * lib/regexec.c (merge_state_with_log): Make static.
6760
6761 2007-03-25  Bruno Haible  <bruno@clisp.org>
6762
6763         * lib/trigl.c (kernel_rem_pio2): Make static.
6764
6765 2007-03-25  Bruno Haible  <bruno@clisp.org>
6766
6767         * lib/sincosl.c (sincosl_table): Make static.
6768
6769 2007-03-25  Bruno Haible  <bruno@clisp.org>
6770
6771         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
6772         if the compiler does not support C99.
6773
6774 2007-03-25  Bruno Haible  <bruno@clisp.org>
6775
6776         * modules/time (Makefile.am): Ensure all rule action lines start with a
6777         tab.
6778
6779 2007-03-24  Bruno Haible  <bruno@clisp.org>
6780
6781         * modules/tsearch-tests: New file.
6782         * tests/test-tsearch.sh: New file.
6783         * tests/test-tsearch.c: New file, mostly copied from glibc.
6784
6785         * modules/search-tests: New file.
6786         * tests/test-search.c: New file.
6787
6788         * modules/search: New file.
6789         * lib/search_.h: New file, incorporating lib/tsearch.h.
6790         * m4/search_h.m4: New file.
6791         * lib/tsearch.h: Remove file.
6792         * lib/tsearch.c: Include search.h instead of tsearch.h.
6793         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6794         HAVE_TSEARCH.
6795         * modules/tsearch (Files): Remove lib/tsearch.h.
6796         (Depends-on): Add search.
6797         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6798         (Include): Change tsearch.h into search.h.
6799
6800 2007-03-24  Bruno Haible  <bruno@clisp.org>
6801
6802         * modules/fpucw: New file.
6803         * lib/fpucw.h: New file.
6804         * lib/frexp.c: Include fpucw.h.
6805         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6806         (FUNC): Use them.
6807         * lib/printf-frexp.c: Include fpucw.h.
6808         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6809         (FUNC): Use them.
6810         * lib/vasnprintf.c: Include fpucw.h.
6811         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6812         'long double' calculations.
6813         * tests/test-frexpl.c: Include fpucw.h.
6814         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6815         * tests/test-printf-frexpl.c: Include fpucw.h.
6816         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6817         * modules/frexpl (Depends-on): Add fpucw.
6818         * modules/printf-frexpl (Depends-on): Likewise.
6819         * modules/fprintf-posix (Depends-on): Likewise.
6820         * modules/snprintf-posix (Depends-on): Likewise.
6821         * modules/sprintf-posix (Depends-on): Likewise.
6822         * modules/vasnprintf-posix (Depends-on): Likewise.
6823         * modules/vasprintf-posix (Depends-on): Likewise.
6824         * modules/vfprintf-posix (Depends-on): Likewise.
6825         * modules/vsnprintf-posix (Depends-on): Likewise.
6826         * modules/vsprintf-posix (Depends-on): Likewise.
6827         * modules/frexpl-tests (Depends-on): Likewise.
6828         * modules/printf-frexpl-tests (Depends-on): Likewise.
6829
6830 2007-03-24  Bruno Haible  <bruno@clisp.org>
6831
6832         * lib/float+.h: New file.
6833         * lib/isnan.c: Include float+.h.
6834         (SIZE): New macro.
6835         (FUNC): Compare only SIZE bytes of the value.
6836         * lib/vasnprintf.c: Include float+.h.
6837         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6838         SIZEOF_LDBL or SIZEOF_DBL bytes.
6839         * modules/isnan-nolibm (Files): Add lib/float+.h.
6840         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6841         * modules/isnanl (Files): Add lib/float+.h.
6842         * modules/vasnprintf (Files): Add lib/float+.h.
6843
6844 2007-03-24  Bruno Haible  <bruno@clisp.org>
6845
6846         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6847         include isnanl-nolibm.h.
6848
6849 2007-03-24  Bruno Haible  <bruno@clisp.org>
6850
6851         * tests/test-read-file.c (main): Don't produce spurious output for
6852         expected situations. Make the test fail if it encountered unexpected
6853         results.
6854
6855 2007-03-24  Bruno Haible  <bruno@clisp.org>
6856
6857         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6858         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6859
6860 2007-03-24  Bruno Haible  <bruno@clisp.org>
6861
6862         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6863
6864 2007-03-24  Bruno Haible  <bruno@clisp.org>
6865
6866         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6867         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6868
6869         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6870         * modules/utf8-ucs4: Turn into a symbolic link to module
6871         unistr/u8-mbtouc.
6872
6873         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6874         utf8-ucs4-unsafe.
6875         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6876         unistr/u8-mbtouc-unsafe.
6877
6878         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6879         * modules/utf16-ucs4: Turn into a symbolic link to module
6880         unistr/u16-mbtouc.
6881
6882         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6883         utf16-ucs4-unsafe.
6884         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6885         unistr/u16-mbtouc-unsafe.
6886
6887         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6888         * modules/ucs4-utf8: Turn into a symbolic link to module
6889         unistr/u8-ubtomb.
6890
6891         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6892         * modules/ucs4-utf16: Turn into a symbolic link to module
6893         unistr/u16-ubtomb.
6894
6895 2007-03-24  Bruno Haible  <bruno@clisp.org>
6896
6897         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6898         Enable the function only if HAVE_INLINE.
6899         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6900         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6901         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6902         Enable the function only if HAVE_INLINE.
6903         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6904         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6905         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6906         Enable the function only if HAVE_INLINE.
6907         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6908         Enable the function only if HAVE_INLINE.
6909         * modules/utf8-ucs4: Update.
6910         * modules/utf8-ucs4-unsafe: Update.
6911         * modules/utf16-ucs4: Update.
6912         * modules/utf16-ucs4-unsafe: Update.
6913         * modules/ucs4-utf8: Update.
6914         * modules/ucs4-utf16: Update.
6915
6916 2007-03-24  Bruno Haible  <bruno@clisp.org>
6917
6918         * lib/utf8-ucs4.h: Remove file.
6919         * lib/utf8-ucs4-unsafe.h: Remove file.
6920         * lib/utf16-ucs4.h: Remove file.
6921         * lib/utf16-ucs4-unsafe.h: Remove file.
6922         * lib/ucs4-utf8.h: Remove file.
6923         * lib/ucs4-utf16.h: Remove file.
6924         * lib/unistr.h: Include their previous contents.
6925         * m4/utf-ucs4.m4: Remove file.
6926         * m4/ucs4-utf.m4: Remove file.
6927         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6928         (Depends-on): Add unistr/base.
6929         (configure.ac): Remove gl_UTF_UCS4.
6930         (Makefile.am): Update.
6931         (Include): Change to unistr.h.
6932         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6933         (Depends-on): Add unistr/base.
6934         (configure.ac): Remove gl_UTF_UCS4.
6935         (Makefile.am): Update.
6936         (Include): Change to unistr.h.
6937         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6938         (Depends-on): Add unistr/base.
6939         (configure.ac): Remove gl_UTF_UCS4.
6940         (Makefile.am): Update.
6941         (Include): Change to unistr.h.
6942         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6943         (Depends-on): Add unistr/base.
6944         (configure.ac): Remove gl_UTF_UCS4.
6945         (Makefile.am): Update.
6946         (Include): Change to unistr.h.
6947         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6948         (Depends-on): Add unistr/base.
6949         (configure.ac): Remove gl_UCS4_UTF.
6950         (Makefile.am): Update.
6951         (Include): Change to unistr.h.
6952         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6953         (Depends-on): Add unistr/base.
6954         (configure.ac): Remove gl_UCS4_UTF.
6955         (Makefile.am): Update.
6956         (Include): Change to unistr.h.
6957         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6958         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6959         utf8-ucs4-unsafe.h.
6960         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6961         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6962         utf16-ucs4-unsafe.h.
6963         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6964         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6965         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6966         * lib/unistr/u8-strchr.c: Likewise.
6967         * lib/unistr/u8-strrchr.c: Likewise.
6968         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6969         * lib/unistr/u16-strchr.c: Likewise.
6970         * lib/unistr/u16-strrchr.c: Likewise.
6971         * lib/striconveh.c: Update.
6972         * lib/linebreak.c: Update.
6973
6974 2007-03-24  Bruno Haible  <bruno@clisp.org>
6975
6976         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6977         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6978
6979 2007-03-22  Bruno Haible  <bruno@clisp.org>
6980
6981         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6982
6983 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6984
6985         * MODULES.html.sh (File system functions): New module write-any-file.
6986         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6987         * m4/write-any-file.m4: New files.
6988
6989 2007-03-23  Eric Blake  <ebb9@byu.net>
6990
6991         * gnulib-tool: Rearrange space-tab sequences, since some editors
6992         like to eat them.
6993
6994 2007-03-23  Eric Blake  <ebb9@byu.net>
6995
6996         * lib/version-etc.c (version_etc_va): Update license wording to
6997         be more concise.  Recommended by Richard Stallman.
6998
6999 2007-03-22  Bruno Haible  <bruno@clisp.org>
7000
7001         * lib/poll.c (MSG_PEEK): New fallback definition.
7002
7003 2007-03-22  Bruno Haible  <bruno@clisp.org>
7004
7005         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
7006         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
7007         (main): Update.
7008         Fixes a compilation error on BeOS.
7009
7010 2007-03-22  Bruno Haible  <bruno@clisp.org>
7011
7012         * modules/frexpl-tests: New file.
7013         * tests/test-frexpl.c: New file.
7014
7015         * modules/frexpl: New file.
7016         * m4/frexpl.m4: New file.
7017         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
7018         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
7019         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
7020         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
7021         (Depends-on): Add frexpl. Remove isnanl-nolibm.
7022         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
7023
7024 2007-03-22  Bruno Haible  <bruno@clisp.org>
7025
7026         * lib/frexpl.c: Share code with lib/frexp.c.
7027         * modules/mathl (Files): Add lib/frexp.c.
7028         (Depends-on): Add isnanl-nolibm.
7029
7030 2007-03-22  Bruno Haible  <bruno@clisp.org>
7031
7032         * modules/printf-frexp (Files): Add m4/frexp.m4.
7033         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
7034         only if the found frexp function actually works.
7035
7036 2007-03-22  Bruno Haible  <bruno@clisp.org>
7037
7038         * lib/frexp.c: Remove older implementation that uses divisions.
7039
7040 2007-03-21  Bruno Haible  <bruno@clisp.org>
7041
7042         * modules/frexp-tests: New file.
7043         * tests/test-frexp.c: New file.
7044
7045         * modules/frexp: New file.
7046         * lib/frexp.c: New file.
7047         * m4/frexp.m4: New file.
7048         * lib/math_.h (frexp): New declaration.
7049         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
7050         REPLACE_FREXP.
7051         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
7052
7053 2007-03-21  Bruno Haible  <bruno@clisp.org>
7054
7055         * modules/isnanl-tests: New file.
7056         * tests/test-isnanl.c: New file.
7057
7058         * modules/isnanl: New file.
7059         * lib/isnanl.h: New file.
7060         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
7061         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
7062         gl_FUNC_ISNANL_WORKS.
7063         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
7064         New macros.
7065
7066 2007-03-21  Bruno Haible  <bruno@clisp.org>
7067
7068         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
7069         lib/isnanl.h.
7070         (Include): Update.
7071         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
7072         * lib/vasnprintf.c: Update.
7073         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
7074         tests/test-isnanl.h, remove tests/test-isnanl.c.
7075         (Makefile.am): Update.
7076         * tests/test-isnanl-nolibm.c: New file.
7077         * tests/test-isnanl.h: New file.
7078         * tests/test-isnanl.c: Remove file.
7079
7080 2007-03-21  Jim Meyering  <jim@meyering.net>
7081
7082         When trying to open ".", treat ESTALE like EACCES.
7083         * lib/savewd.c (savewd_save): Resort to forking not just upon
7084         failure with EACCES, but also when errno is ESTALE.
7085
7086 2007-03-20  Bruno Haible  <bruno@clisp.org>
7087
7088         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
7089         Needed on AIX 5.1. Reported by Matthew Woehlke.
7090
7091 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
7092
7093         Suggestions by Bruno Haible:
7094         * lib/acl-internal.h: Include "gettext.h" rather than rolling
7095         our own.
7096         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
7097         * modules/acl (Depends-on): Add gettext.
7098
7099 2007-03-19  Bruno Haible  <bruno@clisp.org>
7100
7101         * modules/iconvme: Remove file.
7102         * lib/iconvme.h: Remove file.
7103         * lib/iconvme.c: Remove file.
7104         * m4/iconvme.m4: Remove file.
7105
7106 2007-03-19  Bruno Haible  <bruno@clisp.org>
7107
7108         * doc/relocatable-maint.texi: Break long shell script line.
7109         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
7110
7111 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
7112
7113         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
7114         handle file_has_acl.
7115         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
7116         * lib/acl.c: Move header inclusions and related macro defns into
7117         lib/acl-internal.h.
7118         (S_ISLNK): Remove defn, since that's now done for us.
7119         (file_has_acl): Move to lib/file-has-acl.c.
7120         Call acl_trivial if available.  This is the crucial part of the fix.
7121         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
7122         shared within the library.  Rewrite a bit, partly to make it compatible
7123         with the GNU coding style.
7124         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
7125         Remove unnecessary double-quotes.
7126         Don't test for acl_to_text; the build will catch that.
7127         Replace acl_entries if it doesn't exist and it is needed.
7128         Check for -lsec and acl_trivial (as used on Solaris 10).
7129         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
7130         lib/file-has-acl.c.
7131         (Depends-on): Add sys_stat, for S_ISLNK.
7132
7133 2007-03-19  Ben Pfaff  <blp@gnu.org>
7134
7135         * doc/gnulib.texi: Fix typos.
7136         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
7137
7138 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
7139
7140         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
7141         If size is zero here, buf must be zero.
7142
7143 2007-03-19  Simon Josefsson  <simon@josefsson.org>
7144
7145         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
7146         <bruno@clisp.org>.
7147
7148 2007-03-18  Bruno Haible  <bruno@clisp.org>
7149
7150         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
7151         Suggested by Eric Blake.
7152
7153 2007-03-18  Ben Pfaff  <blp@gnu.org>
7154
7155         * doc/relocatable.texi: Recommend using as prefix a directory
7156         that does not exist and will never be created.  Based on
7157         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
7158         and others.
7159
7160 2007-03-17  Bruno Haible  <bruno@clisp.org>
7161
7162         * lib/fchownat.c: Include lchown.h.
7163
7164 2007-03-17  Bruno Haible  <bruno@clisp.org>
7165
7166         Fix endless loop when the given allocated size was > INT_MAX.
7167         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
7168         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
7169         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
7170         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
7171         * lib/sprintf.c (sprintf): Likewise.
7172
7173 2007-03-17  Bruno Haible  <bruno@clisp.org>
7174
7175         * tests/test-argp-2.sh (func_compare): Output a context diff.
7176
7177 2007-03-17  Bruno Haible  <bruno@clisp.org>
7178
7179         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
7180         locale's decimal-point character.
7181
7182 2007-03-17  Bruno Haible  <bruno@clisp.org>
7183
7184         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
7185         before comparing it. Needed because on some platforms (e.g. x86) a
7186         'long double' occupies less bytes than sizeof (long double).
7187
7188 2007-03-17  Bruno Haible  <bruno@clisp.org>
7189
7190         * tests/test-crc.c (main): Make printf statements 64-bit clean.
7191         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
7192         * tests/test-getaddrinfo.c (simple): Likewise.
7193         * tests/test-read-file.c (main): Likewise.
7194
7195 2007-03-17  Bruno Haible  <bruno@clisp.org>
7196
7197         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
7198
7199 2007-03-17  Bruno Haible  <bruno@clisp.org>
7200
7201         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
7202         unused variable.
7203
7204 2007-03-17  Bruno Haible  <bruno@clisp.org>
7205
7206         * tests/test-c-strcasecmp.c: Include c-strcase.h.
7207         * tests/test-c-strncasecmp.c: Likewise.
7208
7209 2007-03-17  Bruno Haible  <bruno@clisp.org>
7210
7211         * modules/stdlib (Depends-on): Add unistd.
7212         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
7213         Needed for MacOS X 10.3.
7214
7215 2007-03-17  Bruno Haible  <bruno@clisp.org>
7216
7217         * lib/unistr/u-strdup.h: Include <stdlib.h>.
7218
7219 2007-03-17  Bruno Haible  <bruno@clisp.org>
7220
7221         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
7222
7223 2007-03-17  Bruno Haible  <bruno@clisp.org>
7224
7225         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
7226         to reflect files copied from gnulib (with or without modifications).
7227         Suggested by Jim Meyering.
7228
7229 2007-03-17  Eric Blake  <ebb9@byu.net>
7230
7231         * NEWS: Document stdlib change from 2007-02-18.
7232
7233 2007-03-17  Jim Meyering  <jim@meyering.net>
7234
7235         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
7236         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
7237         someone uses a name containing shell meta-characters.
7238         Reported by Alfred M. Szmidt.
7239
7240         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
7241
7242 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
7243
7244         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
7245         and copy gettext configuration files only if configure.ac contains
7246         a use of AM_GNU_GETTEXT_VERSION.
7247
7248 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
7249
7250         * build-aux/bootstrap (gnulib_name): New variable.
7251         (gnulib_tool_options): Use it.
7252
7253 2007-03-13  Simon Josefsson  <simon@josefsson.org>
7254
7255         * tests/test-des.c: Use new namespace.
7256
7257 2007-03-15  Bruno Haible  <bruno@clisp.org>
7258
7259         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
7260         Reported by James Youngman <jay@gnu.org>.
7261
7262 2007-03-15  Bruno Haible  <bruno@clisp.org>
7263
7264         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
7265         declared prototype. Needed with cc on OSF/1 5.1.
7266
7267 2007-03-15  Bruno Haible  <bruno@clisp.org>
7268
7269         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
7270         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
7271         (struct gl_list_implementation): Add dispose_fn argument to the
7272         'create_empty', 'create' methods.
7273         (struct gl_list_impl_base): Add field 'dispose_fn'.
7274         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
7275         argument.
7276         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
7277         dispose_fn argument.
7278         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
7279         dispose_fn on the dropped values.
7280         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
7281         dispose_fn argument.
7282         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
7283         dropped values.
7284         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
7285         (gl_tree_remove_node): Call dispose_fn on the dropped value.
7286         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
7287         (gl_tree_remove_node): Call dispose_fn on the dropped value.
7288         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
7289         argument.
7290         (gl_tree_list_free): Call dispose_fn on the dropped values.
7291         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
7292         the dropped values.
7293         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
7294         Add dispose_fn argument.
7295         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
7296         Call dispose_fn on the dropped values.
7297         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
7298         Add dispose_fn argument.
7299         (gl_sublist_create): Initialize the 'dispose_fn' field.
7300         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
7301         * tests/test-array_list.c (main): Update.
7302         * tests/test-carray_list.c (main): Update.
7303         * tests/test-avltree_list.c (main): Update.
7304         * tests/test-rbtree_list.c (main): Update.
7305         * tests/test-avltreehash_list.c (main): Update.
7306         * tests/test-rbtreehash_list.c (main): Update.
7307         * tests/test-linked_list.c (main): Update.
7308         * tests/test-linkedhash_list.c (main): Update.
7309         * tests/test-array_oset.c (main): Update.
7310
7311 2007-03-15  Bruno Haible  <bruno@clisp.org>
7312
7313         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
7314         (gl_oset_create_empty): Add dispose_fn argument.
7315         (struct gl_oset_implementation): Add dispose_fn argument to
7316         'create_empty' method.
7317         (struct gl_oset_impl_base): Add dispose_fn field.
7318         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
7319         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
7320         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
7321         values.
7322         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
7323         (gl_tree_oset_free): Call dispose_fn on the dropped values.
7324         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7325         dropped value.
7326         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7327         dropped value.
7328         * tests/test-array_oset.c (main): Update.
7329         * tests/test-avltree_oset.c (main): Update.
7330         * tests/test-rbtree_oset.c (main): Update.
7331         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
7332
7333 2007-03-13  Bruno Haible  <bruno@clisp.org>
7334
7335         * tests/test-stdbool.c (i): Update after last patch.
7336
7337 2007-03-12  Bruno Haible  <bruno@clisp.org>
7338
7339         * lib/quotearg.c: Include <wctype.h> early, before the definition of
7340         the iswprint macro. Needed on Solaris 2.5.1.
7341
7342 2007-03-12  Bruno Haible  <bruno@clisp.org>
7343
7344         * tests/test-printf-frexp.c (main): Declare x as volatile.
7345
7346 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7347
7348         * doc/gnulib.texi (Build robot for gnulib): New section.
7349
7350 2007-03-12  Jim Meyering  <jim@meyering.net>
7351
7352         * build-aux/bootstrap: New file.
7353         * build-aux/bootstrap.conf: New file, from coreutils.
7354
7355 2007-03-11  Bruno Haible  <bruno@clisp.org>
7356
7357         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
7358
7359 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7360
7361         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
7362         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
7363         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
7364
7365 2007-03-11  Bruno Haible  <bruno@clisp.org>
7366
7367         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
7368         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
7369
7370 2007-03-11  Bruno Haible  <bruno@clisp.org>
7371
7372         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
7373         formula. Needed for SunPRO C 5.0.
7374
7375 2007-03-11  Bruno Haible  <bruno@clisp.org>
7376
7377         * modules/long-options (Depends-on): Add getopt.
7378
7379 2007-03-11  Bruno Haible  <bruno@clisp.org>
7380
7381         * modules/modechange (Depends-on): Add stdbool.
7382
7383 2007-03-11  Bruno Haible  <bruno@clisp.org>
7384
7385         * modules/i-ring (Depends-on): Add stdbool.
7386
7387 2007-03-11  Bruno Haible  <bruno@clisp.org>
7388
7389         * modules/gc-des (Depends-on): Add stdbool.
7390
7391 2007-03-11  Bruno Haible  <bruno@clisp.org>
7392
7393         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
7394
7395 2007-03-11  Bruno Haible  <bruno@clisp.org>
7396
7397         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
7398
7399 2007-03-11  Bruno Haible  <bruno@clisp.org>
7400
7401         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
7402
7403 2007-03-11  Bruno Haible  <bruno@clisp.org>
7404
7405         * lib/vasnprintf.c (sprintf): Undefine.
7406
7407 2007-03-11  Bruno Haible  <bruno@clisp.org>
7408
7409         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
7410         initializers in SunPRO C and Compaq C compilers.
7411
7412 2007-03-11  Bruno Haible  <bruno@clisp.org>
7413
7414         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
7415         decrementing code ANSI C compliant.
7416
7417 2007-03-11  Bruno Haible  <bruno@clisp.org>
7418
7419         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
7420         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
7421
7422 2007-03-11  Bruno Haible  <bruno@clisp.org>
7423
7424         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
7425         <stdbool.h> substitute doesn't pass.
7426
7427 2007-03-11  Bruno Haible  <bruno@clisp.org>
7428
7429         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
7430
7431 2007-03-11  Bruno Haible  <bruno@clisp.org>
7432
7433         * gnulib-tool (func_create_megatestdir): Create also an autobuild
7434         script, for submission to autobuild.josefsson.org.
7435
7436 2007-03-10  Bruno Haible  <bruno@clisp.org>
7437
7438         * modules/canonicalize-lgpl-tests: New file.
7439         * tests/test-canonicalize-lgpl.sh: New file.
7440         * tests/test-canonicalize-lgpl.c: New file.
7441
7442         * modules/c-strcase-tests: New file.
7443         * tests/test-c-strcase.sh: New file.
7444         * tests/test-c-strcasecmp.c: New file.
7445         * tests/test-c-strncasecmp.c: New file.
7446
7447         * modules/atexit-tests: New file.
7448         * tests/test-atexit.sh: New file.
7449         * tests/test-atexit.c: New file.
7450
7451 2007-03-10  Bruno Haible  <bruno@clisp.org>
7452
7453         * tests/test-binary-io.sh: Use temporary filenames that are not so
7454         likely to clash with those of other tests (in a parallel make).
7455         * tests/test-binary-io.c: Likewise.
7456
7457 2007-03-10  Bruno Haible  <bruno@clisp.org>
7458
7459         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
7460         fallback; use #error instead.
7461         Suggested by Simon Josefsson.
7462
7463 2007-03-10  Bruno Haible  <bruno@clisp.org>
7464
7465         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
7466         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
7467         first and the last.
7468
7469 2007-03-10  Bruno Haible  <bruno@clisp.org>
7470
7471         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
7472
7473 2007-03-10  Bruno Haible  <bruno@clisp.org>
7474
7475         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
7476         "make distcheck".
7477         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
7478         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
7479         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
7480
7481 2007-03-10  Bruno Haible  <bruno@clisp.org>
7482
7483         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
7484         variable.
7485         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
7486         variable.
7487
7488 2007-03-09  Eric Blake  <ebb9@byu.net>
7489         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
7490
7491         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
7492         types are not being provided by gnulib.
7493         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
7494         types are supported.
7495
7496 2007-03-10  Bruno Haible  <bruno@clisp.org>
7497
7498         * lib/stdio_.h (__attribute__): New macro.
7499         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
7500         vsprintf): Specify __attribute__ __format__ for GCC.
7501         Suggested by Eric Blake.
7502
7503 2007-03-09  Bruno Haible  <bruno@clisp.org>
7504
7505         * modules/printf-posix-tests: New file.
7506         * tests/test-printf-posix.sh: New file.
7507         * tests/test-printf-posix.c: New file.
7508
7509         * modules/printf-posix: New file.
7510         * lib/printf.c: New file.
7511         * m4/printf-posix-rpl.m4: New file.
7512         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
7513         REPLACE_PRINTF.
7514         * lib/stdio_.h (printf): New declaration.
7515         (format, __format__, ____printf____, ____scanf____, ____strftime____,
7516         ____strfmon____): New macros.
7517         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
7518         REPLACE_PRINTF.
7519
7520 2007-03-09  Bruno Haible  <bruno@clisp.org>
7521
7522         * tests/test-vasnprintf-posix2.sh: New file.
7523         * tests/test-vasnprintf-posix2.c: New file.
7524         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
7525         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
7526         (Makefile.am): Activate test-vasnprintf-posix2.sh.
7527
7528         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
7529         a locale dependent decimal point, rather than always '.'.
7530
7531 2007-03-09  Eric Blake  <ebb9@byu.net>
7532
7533         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
7534         spite of platforms like Tandem/NSK that define it to -1.
7535
7536 2007-03-08  Bruno Haible  <bruno@clisp.org>
7537
7538         * modules/vprintf-posix-tests: New file.
7539         * tests/test-vprintf-posix.sh: New file.
7540         * tests/test-vprintf-posix.c: New file.
7541         * tests/test-printf-posix.h: New file.
7542
7543         * modules/vprintf-posix: New file.
7544         * lib/vprintf.c: New file.
7545         * m4/vprintf-posix.m4: New file.
7546         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
7547         REPLACE_VPRINTF.
7548         * lib/stdio_.h (vprintf): New declaration.
7549         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
7550         REPLACE_VPRINTF.
7551
7552 2007-03-08  Bruno Haible  <bruno@clisp.org>
7553
7554         * modules/fprintf-posix-tests: New file.
7555         * tests/test-fprintf-posix.sh: New file.
7556         * tests/test-fprintf-posix.c: New file.
7557
7558         * modules/fprintf-posix: New file.
7559         * lib/fprintf.c: New file.
7560         * m4/fprintf-posix.m4: New file.
7561         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7562         REPLACE_FPRINTF.
7563         * lib/stdio_.h (fprintf): New declaration.
7564         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
7565         REPLACE_FPRINTF.
7566
7567 2007-03-08  Bruno Haible  <bruno@clisp.org>
7568
7569         * modules/vfprintf-posix-tests: New file.
7570         * tests/test-vfprintf-posix.sh: New file.
7571         * tests/test-vfprintf-posix.c: New file.
7572         * tests/test-fprintf-posix.h: New file.
7573         * tests/test-fprintf-posix.out: New file.
7574
7575         * modules/vfprintf-posix: New file.
7576         * lib/vfprintf.c: New file.
7577         * m4/vfprintf-posix.m4: New file.
7578         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
7579         REPLACE_VFPRINTF.
7580         * lib/stdio_.h (vfprintf): New declaration.
7581         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
7582         REPLACE_VFPRINTF.
7583
7584 2007-03-08  Bruno Haible  <bruno@clisp.org>
7585
7586         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
7587
7588 2007-03-08  Bruno Haible  <bruno@clisp.org>
7589
7590         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
7591         instead of 'expr' invocations.
7592         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7593         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7594         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7595         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7596         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7597         Suggested by Paul Eggert.
7598
7599 2007-03-08  Bruno Haible  <bruno@clisp.org>
7600
7601         * modules/fseterr-tests: New file.
7602         * tests/test-fseterr.c: New file.
7603
7604         * modules/fseterr: New file.
7605         * lib/fseterr.h: New file.
7606         * lib/fseterr.c: New file.
7607
7608 2007-03-08  Bruno Haible  <bruno@clisp.org>
7609
7610         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
7611         * lib/getopt_.h: Likewise.
7612         * lib/mbswidth.h: Likewise.
7613         * lib/setenv.h: Likewise.
7614         * lib/vasnprintf.h: Likewise.
7615         * lib/vasprintf.h: Likewise.
7616         * lib/verror.h: Likewise.
7617         * lib/xsetenv.h: Likewise.
7618         * lib/xvasprintf.h: Likewise.
7619
7620 2007-03-08  Jim Meyering  <jim@meyering.net>
7621
7622         * users.txt: Add parted.
7623
7624         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
7625
7626 2007-03-07  Bruno Haible  <bruno@clisp.org>
7627
7628         * m4/printf.m4: Make the shell script snippets copy&pastable.
7629
7630 2007-03-02  Bruno Haible  <bruno@clisp.org>
7631
7632         * lib/netinet_in_.h: New file.
7633         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
7634         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
7635         * modules/netinet_in (Files): Add lib/netinet_in_.h.
7636         (Depends-on): Add absolute-header.
7637         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
7638         into netinet/in.h.
7639
7640 2007-03-03  Bruno Haible  <bruno@clisp.org>
7641
7642         * lib/sys_select_.h: New file.
7643         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
7644         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
7645         * modules/sys_select (Files): Add lib/sys_select_.h.
7646         (Depends-on): Add absolute-header.
7647         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
7648         into sys/select.h.
7649
7650 2007-03-02  Bruno Haible  <bruno@clisp.org>
7651
7652         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
7653         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
7654         values.
7655         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
7656         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
7657         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
7658         * modules/sys_socket (Depends-on): Add absolute-header.
7659         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
7660         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
7661         (Include): Remove requirement of inclusion of <sys/types.h>.
7662
7663 2007-03-02  Bruno Haible  <bruno@clisp.org>
7664
7665         * lib/byteswap_.h (bswap_32): Fix formula.
7666
7667 2007-03-06  Bruno Haible  <bruno@clisp.org>
7668
7669         * modules/sprintf-posix-tests: New file.
7670         * tests/test-sprintf-posix.c: New file.
7671
7672         * modules/sprintf-posix: New file.
7673         * lib/sprintf.c: New file.
7674         * m4/sprintf-posix.m4: New file.
7675         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
7676         REPLACE_SPRINTF.
7677         * lib/stdio_.h (sprintf): New declaration.
7678         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
7679         REPLACE_SPRINTF.
7680
7681 2007-03-06  Bruno Haible  <bruno@clisp.org>
7682
7683         * modules/vsprintf-posix-tests: New file.
7684         * tests/test-vsprintf-posix.c: New file.
7685         * tests/test-sprintf-posix.h: New file.
7686
7687         * modules/vsprintf-posix: New file.
7688         * lib/vsprintf.c: New file.
7689         * m4/vsprintf-posix.m4: New file.
7690         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
7691         REPLACE_VSPRINTF.
7692         * lib/stdio_.h (vsprintf): New declaration.
7693         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
7694         REPLACE_VSPRINTF.
7695
7696 2007-03-06  Bruno Haible  <bruno@clisp.org>
7697
7698         * modules/vsnprintf (Depend-on): Remove minmax.
7699
7700 2007-03-06  Bruno Haible  <bruno@clisp.org>
7701
7702         * modules/snprintf-posix-tests: New file.
7703         * tests/test-snprintf-posix.c: New file.
7704
7705         * modules/snprintf-posix: New file.
7706         * m4/snprintf-posix.m4: New file.
7707         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
7708         gl_FUNC_SNPRINTF.
7709         (gl_FUNC_SNPRINTF): Invoke it.
7710         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
7711         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
7712         is set.
7713         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
7714
7715 2007-03-06  Bruno Haible  <bruno@clisp.org>
7716
7717         * modules/vsnprintf-posix-tests: New file.
7718         * tests/test-vsnprintf-posix.c: New file.
7719         * tests/test-snprintf-posix.h: New file.
7720
7721         * modules/vsnprintf-posix: New file.
7722         * m4/vsnprintf-posix.m4: New file.
7723         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
7724         gl_FUNC_VSNPRINTF.
7725         (gl_FUNC_VSNPRINTF): Invoke it.
7726         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
7727         * lib/stdio_.h (vsnprintf): Define as a replacement if
7728         REPLACE_VSNPRINTF is set.
7729         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
7730
7731 2007-03-06  Bruno Haible  <bruno@clisp.org>
7732
7733         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
7734         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
7735
7736 2007-03-06  Bruno Haible  <bruno@clisp.org>
7737
7738         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
7739         (asinl): Declare also if HAVE_DECL_ASINL is set.
7740         (atanl): Declare also if HAVE_DECL_ATANL is set.
7741         (ceill): Declare also if HAVE_DECL_CEILL is set.
7742         (cosl): Declare also if HAVE_DECL_COSL is set.
7743         (expl): Declare also if HAVE_DECL_EXPL is set.
7744         (floorl): Declare also if HAVE_DECL_FLOORL is set.
7745         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
7746         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
7747         (logl): Declare also if HAVE_DECL_LOGL is set.
7748         (sinl): Declare also if HAVE_DECL_SINL is set.
7749         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
7750         (tanl): Declare also if HAVE_DECL_TANL is set.
7751         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
7752         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
7753         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
7754         declaration of frexpl, ldexpl.
7755         * modules/printf-frexpl (Depends-on): Add math.
7756         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
7757
7758 2007-03-05  Bruno Haible  <bruno@clisp.org>
7759
7760         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
7761         frexpl and ldexpl are declared.
7762         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
7763
7764 2007-03-05  Bruno Haible  <bruno@clisp.org>
7765
7766         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
7767         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
7768
7769 2007-03-05  Bruno Haible  <bruno@clisp.org>
7770
7771         * lib/stdio_.h: Include <stddef.h>.
7772
7773 2007-03-05  Bruno Haible  <bruno@clisp.org>
7774
7775         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7776
7777 2007-03-05  Bruno Haible  <bruno@clisp.org>
7778
7779         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7780         NetBSD 4, from Ralf Wildenhues.
7781
7782 2007-03-04  Bruno Haible  <bruno@clisp.org>
7783
7784         * lib/vasprintf.h: Update #if logic for the case when the functions
7785         exist but are overridden.
7786
7787 2007-03-04  Bruno Haible  <bruno@clisp.org>
7788
7789         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7790         implementations: glibc-2.4 and MacOS X 10.3.
7791         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7792         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7793         * tests/test-vasprintf-posix.c (test_function): Likewise.
7794
7795 2007-03-04  Bruno Haible  <bruno@clisp.org>
7796
7797         * modules/vasprintf-posix-tests: New file.
7798         * tests/test-vasprintf-posix.c: New file.
7799
7800         * modules/vasprintf-posix: New file.
7801         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7802         defined.
7803         * m4/vasprintf-posix.m4: New file.
7804         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7805         gl_FUNC_VASPRINTF.
7806         (gl_FUNC_VASPRINTF): Invoke it.
7807         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7808         here.
7809         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7810
7811 2007-03-04  Bruno Haible  <bruno@clisp.org>
7812
7813         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7814         REPLACE_GETTIMEOFDAY.
7815         * modules/sys_time (Makefile.am): Likewise.
7816         * m4/sys_time_h.m4: Likewise.
7817         * m4/gettimeofday.m4: Likewise.
7818
7819 2007-03-04  Bruno Haible  <bruno@clisp.org>
7820
7821         * modules/vasnprintf-posix-tests: New file.
7822         * tests/test-vasnprintf-posix.c: New file.
7823
7824         * modules/vasnprintf-posix: New file.
7825         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7826         printf-frexpl.h.
7827         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7828         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7829         REPLACE_VASNPRINTF is defined.
7830         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7831         gl_FUNC_VASNPRINTF.
7832         (gl_FUNC_VASNPRINTF): Invoke it.
7833         * m4/vasnprintf-posix.m4: New file.
7834         * m4/printf.m4: New file.
7835
7836 2007-03-04  Bruno Haible  <bruno@clisp.org>
7837
7838         Compile progreloc.c only if --enable-relocatable is specified.
7839         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7840         if --enable-relocatable was specified.
7841         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7842         lib_SOURCES.
7843
7844 2007-03-04  Jim Meyering  <jim@meyering.net>
7845
7846         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7847         Use it consistently, rather than enumerating errno constants.
7848
7849 2007-03-04  Bruno Haible  <bruno@clisp.org>
7850
7851         * modules/xvasprintf-tests: New file.
7852         * tests/test-xvasprintf.c: New file.
7853
7854         * modules/vasprintf-tests: New file.
7855         * tests/test-vasprintf.c: New file.
7856
7857         * modules/vasnprintf-tests: New file.
7858         * tests/test-vasnprintf.c: New file.
7859
7860         * modules/vsnprintf-tests: New file.
7861         * tests/test-vsnprintf.c: New file.
7862
7863         * modules/snprintf-tests: New file.
7864         * tests/test-snprintf.c: New file.
7865
7866 2007-03-04  Bruno Haible  <bruno@clisp.org>
7867
7868         Compile relocatable.c only if --enable-relocatable is specified.
7869         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7870         gl_RELOCATABLE_LIBRARY.
7871         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7872         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7873         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7874         gl_RELOCATABLE_LIBRARY.
7875         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7876         (Makefile.am): Remove lib_SOURCES.
7877         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7878         gl_RELOCATABLE_LIBRARY.
7879         (Makefile.am): Remove lib_SOURCES.
7880         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7881         always.
7882         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7883         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7884
7885 2007-03-04  Bruno Haible  <bruno@clisp.org>
7886
7887         * modules/argmatch-tests: New file.
7888         * tests/test-argmatch.c: New file.
7889
7890         * tests/test-allocsa.c (main): Halve the number of loop runs.
7891
7892         * modules/alloca-opt-tests: New file.
7893         * tests/test-alloca-opt.c: New file.
7894
7895 2007-03-04  Jim Meyering  <jim@meyering.net>
7896
7897         Work around difference between Linux ACLs and Solaris 10 ZFS.
7898         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7899         for EINVAL.
7900
7901 2007-03-03  Bruno Haible  <bruno@clisp.org>
7902
7903         * modules/relocatable-prog (Depends-on): Add back progreloc's
7904         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7905
7906 2007-03-03  Bruno Haible  <bruno@clisp.org>
7907
7908         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7909         * modules/relocatable-lib: New file.
7910
7911 2007-03-03  Bruno Haible  <bruno@clisp.org>
7912
7913         * modules/relocatable-prog: Renamed from modules/relocatable.
7914         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7915
7916 2007-03-03  Bruno Haible  <bruno@clisp.org>
7917
7918         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7919         m4/relocatable-lib.m4.
7920         (Depends-on): Remove 'relocatable'.
7921         (configure.ac): Add gl_RELOCATABLE_NOP.
7922
7923 2007-03-03  Bruno Haible  <bruno@clisp.org>
7924
7925         * modules/relocatable-prog-wrapper: New file.
7926         * modules/relocatable (Depends-on): Add it. Remove all other
7927         dependencies except progname.
7928         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7929
7930         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7931         (gl_FUNC_STRERROR): Nop.
7932         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7933
7934         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7935         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7936
7937         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7938         (gl_FUNC_READLINK): Update.
7939
7940         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7941
7942 2007-03-03  Bruno Haible  <bruno@clisp.org>
7943
7944         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7945         * modules/xreadlink (Depends-on): Add unistd.
7946         * modules/xreadlink-with-size (Depends-on): Likewise.
7947
7948 2007-03-03  Bruno Haible  <bruno@clisp.org>
7949
7950         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7951         extracted from gt_FUNC_SETENV.
7952         (gt_FUNC_SETENV): Remove macro.
7953         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7954         remove gt_FUNC_SETENV.
7955
7956 2007-03-03  Bruno Haible  <bruno@clisp.org>
7957
7958         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7959         ENABLE_RELOCATABLE here.
7960         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7961
7962 2007-03-03  Bruno Haible  <bruno@clisp.org>
7963
7964         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7965         * tests/test-rbtreehash_list.c: Include progname.h.
7966         (main): Call set_program_name.
7967
7968         * modules/rbtree-oset-tests (Depends-on): Add progname.
7969         * tests/test-rbtree_oset.c: Include progname.h.
7970         (main): Call set_program_name.
7971
7972         * modules/rbtree-list-tests (Depends-on): Add progname.
7973         * tests/test-rbtree_list.c: Include progname.h.
7974         (main): Call set_program_name.
7975
7976         * modules/linked-list-tests (Depends-on): Add progname.
7977         * tests/test-linked_list.c: Include progname.h.
7978         (main): Call set_program_name.
7979
7980 2007-03-03  Bruno Haible  <bruno@clisp.org>
7981
7982         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7983         All uses of __restrict changed to _Restrict_.
7984         * lib/glob_.h (__restrict): Remove macro.
7985
7986 2007-03-02  Bruno Haible  <bruno@clisp.org>
7987
7988         * modules/gettext (configure.ac): Require gettext infrastructure
7989         from version 0.16.1.
7990
7991 2007-03-02  Bruno Haible  <bruno@clisp.org>
7992
7993         * modules/linkedhash-list-tests (Depends-on): Add progname.
7994         * tests/test-linkedhash_list.c: Include progname.h.
7995         (main): Call set_program_name.
7996
7997         * modules/carray-list-tests (Depends-on): Add progname.
7998         * tests/test-carray_list.c: Include progname.h.
7999         (main): Call set_program_name.
8000
8001         * modules/avltreehash-list-tests (Depends-on): Add progname.
8002         * tests/test-avltreehash_list.c: Include progname.h.
8003         (main): Call set_program_name.
8004
8005         * modules/avltree-oset-tests (Depends-on): Add progname.
8006         * tests/test-avltree_oset.c: Include progname.h.
8007         (main): Call set_program_name.
8008
8009         * modules/avltree-list-tests (Depends-on): Add progname.
8010         * tests/test-avltree_list.c: Include progname.h.
8011         (main): Call set_program_name.
8012
8013         * modules/array-oset-tests (Depends-on): Add progname.
8014         * tests/test-array_oset.c: Include progname.h.
8015         (main): Call set_program_name.
8016
8017         * modules/array-list-tests (Depends-on): Add progname.
8018         * tests/test-array_list.c: Include progname.h.
8019         (main): Call set_program_name.
8020
8021         * modules/argp-tests (Depends-on): Add progname.
8022         * tests/test-argp.c: Include argp.h first. Include progname.h.
8023         (main): Call set_program_name.
8024
8025 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
8026
8027         * doc/gnulib-tool.texi (Initial import): Reword description of
8028         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
8029         limited effect even if defined after the first system include.
8030
8031 2007-03-01  Bruno Haible  <bruno@clisp.org>
8032
8033         * build-aux/config.libpath: Update to libtool-1.5.22.
8034         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8035
8036 2007-03-01  Bruno Haible  <bruno@clisp.org>
8037
8038         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
8039         foo_CFLAGS.
8040         Reported by Ralf Wildenhues.
8041
8042 2007-03-01  Bruno Haible  <bruno@clisp.org>
8043
8044         * build-aux/install-reloc: Remove object files left over by some
8045         compilers.
8046         Reported by Ralf Wildenhues.
8047
8048 2007-03-01  Bruno Haible  <bruno@clisp.org>
8049
8050         * build-aux/install-reloc: Break long lines.
8051
8052 2007-03-01  Bruno Haible  <bruno@clisp.org>
8053
8054         * doc/relocatable.texi: Document that it may not work on OpenBSD.
8055         Reported by Ralf Wildenhues.
8056
8057 2007-03-01  Bruno Haible  <bruno@clisp.org>
8058
8059         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
8060         include ordering constraints.
8061
8062 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8063
8064         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
8065         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
8066         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
8067         as another example.
8068         * lib/time_.h: Fix misspelling.
8069         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8070         Require gl_HEADER_TIME_H_DEFAULTS.
8071         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
8072         * m4/time_r.m4 (gl_TIME_R): Likewise.
8073         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
8074
8075 2007-03-01  Bruno Haible  <bruno@clisp.org>
8076
8077         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
8078         * m4/utimens.m4 (gl_UTIMENS): Likewise.
8079
8080 2007-03-01  Jim Meyering  <jim@meyering.net>
8081
8082         * modules/xreadlink (Maintainer): Add my name.
8083         * modules/xreadlink-with-size (Depends-on): Alphabetize.
8084
8085 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
8086             Bruno Haible  <bruno@clisp.org>
8087
8088         * build-aux/install-reloc: Compile also c-ctype.c.
8089         * build-aux/relocatable.sh.in: New file.
8090         * doc/relocatable.texi: New file.
8091         * doc/relocatable-maint.texi: New file.
8092         * doc/gnulib.texi: Include relocatable-maint.texi.
8093         * lib/progreloc.c: Include unistd.h unconditionally.
8094         * lib/relocwrapper.c: Include unistd.h unconditionally.
8095         Include c-ctype.h.
8096         (add_dotbin): Use c_tolower.
8097         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
8098         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
8099         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
8100         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
8101         to m4/relocatable-lib.m4.
8102         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
8103         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
8104         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
8105         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
8106         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
8107         * modules/relocatable: New file.
8108         * modules/relocatable-lib: New file.
8109         * modules/relocatable-script: New file.
8110
8111 2007-02-28  Bruno Haible  <bruno@clisp.org>
8112
8113         Import --enable-relocatable infrastructure.
8114         * build-aux/config.libpath: New file, from GNU gettext.
8115         * build-aux/install-reloc: New file, from GNU gettext.
8116         * build-aux/reloc-ldflags: New file, from GNU gettext.
8117         * lib/relocatable.h: New file, from GNU gettext.
8118         * lib/relocatable.c: New file, from GNU gettext.
8119         * lib/relocwrapper.c: New file, from GNU gettext.
8120         * m4/relocatable.m4: New file, from GNU gettext.
8121
8122 2007-02-28  Bruno Haible  <bruno@clisp.org>
8123
8124         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
8125
8126         * modules/xreadlink: New file, from GNU gettext with modifications.
8127         * lib/xreadlink.c: New file, from GNU gettext.
8128         * lib/xreadlink.h: Add comments.
8129         (xreadlink): New declaration.
8130
8131         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
8132         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
8133         lib/xreadlink-with-size.c.
8134         (configure.ac): Remove gl_XREADLINK invocation.
8135         (Makefile.am): Augment lib_SOURCES.
8136         * m4/xreadlink.m4: Remove file.
8137         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
8138         (xreadlink_with_size): Renamed from xreadink.
8139         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
8140         * modules/canonicalize (Depends-on): Replace xreadlink with
8141         xreadlink-with-size.
8142         * lib/canonicalize.c (canonicalize_filename_mode): Update.
8143
8144 2007-02-25  Jim Meyering  <jim@meyering.net>
8145
8146         * build-aux/announce-gen: When complaining about excess arguments,
8147         list them.
8148
8149 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
8150
8151         * README: Document signed integer overflow situation more
8152         accurately.
8153
8154 2007-02-25  Bruno Haible  <bruno@clisp.org>
8155
8156         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
8157         'a' or 'A' conversion.
8158
8159 2007-02-25  Bruno Haible  <bruno@clisp.org>
8160
8161         * modules/filename: Renamed from modules/pathname.
8162         (Files): Replace lib/pathname.h with lib/filename.h. Replace
8163         lib/concatpath.c with lib/concat-filename.c.
8164         (Makefile.am): Update.
8165         (Include): Replace pathname.h with filename.h.
8166         * lib/filename.h: Renamed from lib/pathname.h.
8167         (concatenated_filename): Renamed from concatenated_pathname.
8168         * lib/concat-filename.c: Renamed from lib/concatpath.c.
8169         (concatenated_filename): Renamed from concatenated_pathname.
8170         * lib/findprog.c: Include filename.h instead of pathname.h.
8171         (find_in_path): Update.
8172         * lib/javacomp.c: Include filename.h instead of pathname.h.
8173         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
8174         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
8175         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
8176         is_oldgcj_14_13_usable, is_javac_usable): Update.
8177         * lib/javaexec.c: Include filename.h instead of pathname.h.
8178         (execute_java_class): Update.
8179         * modules/findprog: Update.
8180         * modules/javacomp: Update.
8181         * modules/javaexec: Update.
8182         * MODULES.html.sh (File system functions): Add 'filename', remove
8183         'pathname'.
8184
8185 2007-02-25  Bruno Haible  <bruno@clisp.org>
8186
8187         * modules/printf-frexpl-tests: New file.
8188         * tests/test-printf-frexpl.c: New file.
8189
8190         * modules/printf-frexpl: New file.
8191         * lib/printf-frexpl.h: New file.
8192         * lib/printf-frexpl.c: New file.
8193         * m4/printf-frexpl.m4: New file.
8194
8195 2007-02-25  Bruno Haible  <bruno@clisp.org>
8196
8197         * modules/printf-frexp-tests: New file.
8198         * tests/test-printf-frexp.c: New file.
8199
8200         * modules/printf-frexp: New file.
8201         * lib/printf-frexp.h: New file.
8202         * lib/printf-frexp.c: New file.
8203         * m4/printf-frexp.m4: New file.
8204
8205 2007-02-25  Bruno Haible  <bruno@clisp.org>
8206
8207         Assume automake >= 1.10 for the tests.
8208         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
8209         * modules/arctwo-tests: Likewise.
8210         * modules/argp-tests: Likewise.
8211         * modules/avltree-list-tests: Likewise.
8212         * modules/avltree-oset-tests: Likewise.
8213         * modules/avltreehash-list-tests: Likewise.
8214         * modules/carray-list-tests: Likewise.
8215         * modules/crc-tests: Likewise.
8216         * modules/des-tests: Likewise.
8217         * modules/gc-arcfour-tests: Likewise.
8218         * modules/gc-arctwo-tests: Likewise.
8219         * modules/gc-des-tests: Likewise.
8220         * modules/gc-hmac-md5-tests: Likewise.
8221         * modules/gc-hmac-sha1-tests: Likewise.
8222         * modules/gc-md2-tests: Likewise.
8223         * modules/gc-md4-tests: Likewise.
8224         * modules/gc-md5-tests: Likewise.
8225         * modules/gc-pbkdf2-sha1-tests: Likewise.
8226         * modules/gc-rijndael-tests: Likewise.
8227         * modules/gc-sha1-tests: Likewise.
8228         * modules/gc-tests: Likewise.
8229         * modules/getaddrinfo-tests: Likewise.
8230         * modules/hmac-md5-tests: Likewise.
8231         * modules/hmac-sha1-tests: Likewise.
8232         * modules/linked-list-tests: Likewise.
8233         * modules/linkedhash-list-tests: Likewise.
8234         * modules/lock-tests: Likewise.
8235         * modules/md2-tests: Likewise.
8236         * modules/md4-tests: Likewise.
8237         * modules/md5-tests: Likewise.
8238         * modules/rbtree-list-tests: Likewise.
8239         * modules/rbtree-oset-tests: Likewise.
8240         * modules/rbtreehash-list-tests: Likewise.
8241         * modules/read-file-tests: Likewise.
8242         * modules/rijndael-tests: Likewise.
8243         * modules/stdint-tests: Likewise.
8244         * modules/tls-tests: Likewise.
8245
8246 2007-02-24  Bruno Haible  <bruno@clisp.org>
8247
8248         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
8249         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
8250         function; instead check whether isnan with a double argument links.
8251         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
8252         function; instead check whether isnan with a 'long double' argument
8253         links.
8254         Reported by Eric Blake <ebb9@byu.net>.
8255
8256 2007-02-24  Bruno Haible  <bruno@clisp.org>
8257
8258         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
8259         defined.
8260         * lib/isnanl.c: Remove all code. Just include isnan.c.
8261         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
8262
8263 2007-02-25  Jim Meyering  <jim@meyering.net>
8264
8265         Avoid conflicting types for 'unsetenv' on FreeBSD.
8266         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
8267         conflicting with FreeBSD's (5.0 and 6.1) function declaration
8268         in stdlib.h.
8269
8270 2007-02-24  Bruno Haible  <bruno@clisp.org>
8271
8272         * modules/isnanl-nolibm-tests: New file.
8273         * tests/test-isnanl.c: New file.
8274
8275         * modules/isnanl-nolibm: New file.
8276         * lib/isnanl.h: New file.
8277         * lib/isnanl.c: New file.
8278         * m4/isnanl.m4: New file.
8279
8280 2007-02-24  Bruno Haible  <bruno@clisp.org>
8281
8282         * modules/isnan-nolibm-tests: New file.
8283         * tests/test-isnan.c: New file.
8284
8285         * modules/isnan-nolibm: New file.
8286         * lib/isnan.h: New file.
8287         * lib/isnan.c: New file.
8288         * m4/isnan.m4: New file.
8289
8290 2007-02-24  Bruno Haible  <bruno@clisp.org>
8291
8292         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
8293         assume that an exponent fits in 20 bits.
8294
8295 2007-02-24  Jim Meyering  <jim@meyering.net>
8296
8297         * m4/regex.m4: Update the description of the configure-time option,
8298         --without-included-regex, to state accurately what the defaults are,
8299         and perhaps to give people an idea why using this option is risky.
8300
8301 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8302
8303         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
8304         loops on small arguments.  This attempts to avoid the problem
8305         Bruno Haible reported for AIX 4.3.2 in
8306         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
8307
8308 2007-02-23  Bruno Haible  <bruno@clisp.org>
8309
8310         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
8311         Needed for help2man.
8312
8313 2007-02-23  Karl Berry  <karl@gnu.org>
8314
8315         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
8316         exists, foo.h should be cvs-ignored, not committed.
8317
8318 2007-02-23  Eric Blake  <ebb9@byu.net>
8319
8320         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
8321         * lib/stat-time.h (includes): Likewise.
8322         * lib/utimecmp.c (includes): Likewise.
8323         * lib/utimens.h (includes): Likewise.
8324         * lib/getdate.y (includes): Also include "timespec.h" for use
8325         internal to the module.
8326         * modules/utimens (Depends-on): Revert yesterday's patch.
8327         * modules/nanosleep (Depends-on): Add missing dependency.
8328
8329 2007-02-22  Bruno Haible  <bruno@clisp.org>
8330
8331         * lib/glob.c: Don't include getlogin_r.h.
8332
8333 2007-02-22  Jim Meyering  <jim@meyering.net>
8334
8335         * modules/utimens (Depends-on): Add timespec, required for
8336         utimens.h's inclusion of timespec.h.
8337
8338 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
8339
8340         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
8341         long unreadable paths in GNU/Linux.  Problem reported by Andreas
8342         Schwab in
8343         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
8344         I'll try to think of a better way to fix the Solaris problem.
8345
8346         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
8347         like glibc; on Solaris 10, it fails with errno == EINVAL.
8348         POSIX says the behavior is unspecified if the first argument is NULL,
8349         so play it safe and never pass NULL to the system getcwd.
8350
8351 2007-02-21  Jim Meyering  <jim@meyering.net>
8352
8353         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
8354         of gettimeofday.  It would conflict with the one now always
8355         provided via sys_time_.h.  Reported by Matthew Woehlke, as
8356         an IRIX 6.5 build failure.
8357
8358 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8359
8360         Minor fixups to port to Solaris 10 with Sun C 5.8.
8361         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
8362         * modules/getcwd (Depends-on): Add dirfd.
8363         * lib/putenv.c (putenv): #undef it.
8364         (rpl_putenv): New decl.
8365         (malloc, free): Include <stdlib.h> rather than prototyping separately.
8366
8367 2007-02-20  Bruno Haible  <bruno@clisp.org>
8368
8369         * modules/stdio-tests: New file.
8370         * tests/test-stdio.c: New file.
8371
8372         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
8373         (Depends-on): Add stdio.
8374         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8375         (Include): Use <stdio.h> instead of vsnprintf.h.
8376         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8377         HAVE_DECL_VSNPRINTF.
8378         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
8379
8380         * modules/snprintf (Files): Remove lib/snprintf.h.
8381         (Depends-on): Add stdio.
8382         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8383         (Include): Use <stdio.h> instead of snprintf.h.
8384         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8385         HAVE_DECL_SNPRINTF.
8386         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
8387         * lib/getaddrinfo.c: Likewise.
8388
8389         * modules/stdio: New file.
8390         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
8391         * lib/snprintf.h: Remove file.
8392         * lib/vsnprintf.h: Remove file.
8393         * lib/.cppi-disable: Remove snprintf.h.
8394         * m4/stdio_h.m4: New file.
8395         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
8396
8397 2007-02-20  Jim Meyering  <jim@meyering.net>
8398
8399         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
8400         used by e.g., mingw.  From Bruno Haible.
8401
8402 2007-02-19  Bruno Haible  <bruno@clisp.org>
8403
8404         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
8405         warnings.
8406         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8407
8408 2007-02-19  Bruno Haible  <bruno@clisp.org>
8409
8410         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
8411         from mingw users.
8412
8413 2007-02-19  Bruno Haible  <bruno@clisp.org>
8414
8415         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
8416         warnings.
8417         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
8418
8419 2007-02-19  Jim Meyering  <jim@meyering.net>
8420
8421         Don't use FD after a successful "fdopendir (fd)".
8422         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
8423         Reset it by calling dirfd on the just-obtained DIR*.
8424
8425         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
8426         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
8427
8428 2007-02-18  Bruno Haible  <bruno@clisp.org>
8429
8430         * lib/readlink.c: Include <unistd.h>.
8431         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
8432         HAVE_READLINK.
8433         * modules/readlink (Depends-on): Add unistd.
8434         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8435         (Include): Add <unistd.h>.
8436
8437         * lib/getlogin_r.h: Remove file.
8438         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
8439         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
8440         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
8441         HAVE_DECL_GETLOGIN_R.
8442         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
8443         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8444         (Include): Use <unistd.h> instead of getlogin_r.h.
8445
8446         * lib/getcwd.h: Remove file.
8447         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
8448         * lib/xgetcwd.c: Likewise.
8449         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
8450         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
8451         * modules/getcwd (Files): Remove lib/getcwd.h.
8452         (Depends-on): Add unistd.
8453         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8454         (Include): Use <unistd.h> instad of getcwd.h.
8455
8456         * lib/ftruncate.c: Include <unistd.h> first.
8457         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
8458         Set HAVE_FTRUNCATE.
8459         * modules/ftruncate (Depends-on): Add unistd.
8460         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8461
8462         * lib/fchdir.c: Include <unistd.h> first.
8463         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
8464         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
8465         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
8466         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8467         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
8468
8469         * lib/dup2.c: Include <unistd.h> first.
8470         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
8471         HAVE_DUP2.
8472         * modules/dup2 (Depends-on): Add unistd.
8473         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8474
8475         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
8476         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
8477         REPLACE_CHOWN. Don't define chown as a macro here.
8478         * modules/chown (Depends-on): Add unistd.
8479         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8480
8481         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
8482         Add definition for GL_LINK_WARNING.
8483         (chown, dup2): New declarations.
8484         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
8485         link warning.
8486         (ftruncate): New declaration.
8487         (getcwd): New declaration, taken from old getcwd.h.
8488         (getlogin_r): New declaration, taken from old getlogin_r.h.
8489         (readlink): New declaration.
8490         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
8491         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
8492         (gl_PREREQ_UNISTD): Remove macro.
8493         (gl_UNISTD_MODULE_INDICATOR): New macro.
8494         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
8495         many new variables. Don't set UNISTD_H.
8496         * modules/unistd (Description): Change.
8497         (Depends-on): Add link-warning.
8498         (configure.ac): Update.
8499         (Makefile.am): Create unistd.h always. Substitute many new variables
8500         into it.
8501
8502 2007-02-18  Bruno Haible  <bruno@clisp.org>
8503
8504         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
8505         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
8506         HAVE_GETSUBOPT.
8507         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
8508         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
8509         * lib/getsubopt.h: Remove file.
8510         * modules/getsubopt (Files): Remove lib/getsubopt.h.
8511         (Depends-on): Add stdlib.
8512         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8513         (Includes): Use <stdlib.h> instead of getsubopt.h.
8514         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
8515         Set HAVE_GETSUBOPT.
8516         * lib/getsubopt.c: Don't include getsubopt.h.
8517
8518 2007-02-18  Bruno Haible  <bruno@clisp.org>
8519
8520         * modules/fchdir (Depends-on): Add dup2.
8521
8522 2007-02-18  Bruno Haible  <bruno@clisp.org>
8523
8524         * lib/stdlib_.h: Handle glibc's special invocation convention
8525         specially.
8526
8527 2007-02-18  Bruno Haible  <bruno@clisp.org>
8528
8529         * modules/stdlib-tests: New file.
8530         * tests/test-stdlib.c: New file.
8531
8532         * modules/mkstemp (Files): Remove lib/mkstemp.h.
8533         (Depends-on): Add stdlib.
8534         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8535         (Includes): Use <stdlib.h> instead of mkstemp.h.
8536         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8537         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
8538         * lib/mkstemp.c: Don't include mkstemp.h.
8539         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
8540         * lib/stdlib--.h: Don't include mkstemp.h.
8541
8542         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
8543         (Depends-on): Add stdlib.
8544         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8545         (Includes): Use <stdlib.h> instead of mkdtemp.h.
8546         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8547         HAVE_MKDTEMP.
8548         * lib/mkdtemp.c: Don't include mkdtemp.h.
8549         * lib/clean-temp.c: Don't include mkdtemp.h.
8550
8551         * modules/exit (Files): Remove lib/exit.h.
8552         (Depends-on): Add stdlib.
8553         (Makefile.am): Remove lib_SOURCES.
8554         (Include): Use <stdlib.h> instead of exit.h.
8555         * lib/argmatch.c: Don't include exit.h.
8556         * lib/execute.c: Likewise.
8557         * lib/pagealign_alloc.c: Likewise.
8558         * lib/pipe.c: Likewise.
8559         * lib/wait-process.c: Likewise.
8560         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
8561         * lib/exitfail.c: Likewise.
8562         * lib/savewd.c: Likewise.
8563         * lib/xsetenv.c: Likewise.
8564
8565         * modules/stdlib: New file.
8566         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
8567         and extra comments about mkstemp().
8568         * lib/exit.h: Remove file.
8569         * lib/mkdtemp.h: Remove file.
8570         * lib/mkstemp.h: Remove file.
8571         * m4/stdlib_h.m4: New file.
8572         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
8573
8574 2007-02-18  Bruno Haible  <bruno@clisp.org>
8575
8576         * modules/math-tests: New file.
8577         * tests/test-math.c: New file.
8578
8579         * modules/math: New file.
8580         * modules/mathl (Files): Remove lib/mathl.h.
8581         (Depends-on): Add math.
8582         (Makefile.am): Don't mention mathl.h.
8583         (Include): Use <math.h> instead of mathl.h.
8584         * lib/math_.h: New file.
8585         * lib/mathl.h: Remove file.
8586         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
8587         mathl.h.
8588         * lib/asinl.c: Likewise.
8589         * lib/atanl.c: Likewise.
8590         * lib/ceill.c: Likewise.
8591         * lib/cosl.c: Likewise.
8592         * lib/expl.c: Likewise.
8593         * lib/floorl.c: Likewise.
8594         * lib/frexpl.c: Likewise.
8595         * lib/ldexpl.c: Likewise.
8596         * lib/logl.c: Likewise.
8597         * lib/sincosl.c: Likewise.
8598         * lib/sinl.c: Likewise.
8599         * lib/sqrtl.c: Likewise.
8600         * lib/tanl.c: Likewise.
8601         * lib/trigl.c: Likewise.
8602         * m4/math_h.m4: New file.
8603         * MODULES.html.sh (Mathematics): Add math.
8604
8605 2007-02-17  Bruno Haible  <bruno@clisp.org>
8606
8607         * modules/wctype-tests: New file.
8608         * tests/test-wctype.c: New file.
8609
8610         * modules/wchar-tests: New file.
8611         * tests/test-wchar.c: New file.
8612
8613         * modules/unistd-tests: New file.
8614         * tests/test-unistd.c: New file.
8615
8616         * modules/time-tests: New file.
8617         * tests/test-time.c: New file.
8618
8619         * modules/sysexits-tests: New file.
8620         * tests/test-sysexits.c: New file.
8621
8622         * modules/sys_time-tests: New file.
8623         * tests/test-sys_time.c: New file.
8624
8625         * modules/sys_stat-tests: New file.
8626         * tests/test-sys_stat.c: New file.
8627
8628         * modules/sys_socket-tests: New file.
8629         * tests/test-sys_socket.c: New file.
8630
8631         * modules/sys_select-tests: New file.
8632         * tests/test-sys_select.c: New file.
8633
8634         * modules/string-tests: New file.
8635         * tests/test-string.c: New file.
8636
8637         * modules/stdbool-tests: New file.
8638         * tests/test-stdbool.c: New file.
8639
8640         * modules/netinet_in-tests: New file.
8641         * tests/test-netinet_in.c: New file.
8642
8643         * modules/inttypes-tests: New file.
8644         * tests/test-inttypes.c: New file.
8645
8646         * modules/fcntl-tests: New file.
8647         * tests/test-fcntl.c: New file.
8648
8649         * modules/byteswap-tests: New file.
8650         * tests/test-byteswap.c: New file.
8651
8652         * modules/arpa_inet-tests: New file.
8653         * tests/test-arpa_inet.c: New file.
8654
8655 2007-02-17  Bruno Haible  <bruno@clisp.org>
8656
8657         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
8658         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
8659         if the corresponding module is not enabled. Emit link warnings if
8660         the function is used nevertheless.
8661         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
8662         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
8663         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
8664         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
8665         * modules/inttypes (Depends-on): Add link-warning.
8666         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8667         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
8668         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
8669         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
8670         * modules/imaxdiv (configure.ac): Likewise.
8671         * modules/strtoimax (configure.ac): Likewise.
8672         * modules/strtoumax (configure.ac): Likewise.
8673
8674 2007-02-17  Bruno Haible  <bruno@clisp.org>
8675
8676         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
8677         gl_STRING_MODULE_INDICATOR_DEFAULTS.
8678         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
8679         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
8680
8681 2007-02-17  Bruno Haible  <bruno@clisp.org>
8682
8683         * modules/link-warning: New file.
8684         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
8685         * lib/string_.h (GL_LINK_WARNING): Remove definition.
8686         * modules/string (Depends-on): Add link-warning.
8687         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8688         string.h.
8689         * MODULES.html.sh (Support for building libraries and executables): Add
8690         link-warning.
8691
8692 2007-02-17  Bruno Haible  <bruno@clisp.org>
8693
8694         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
8695         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
8696         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
8697         long lines.
8698
8699 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
8700             Bruno Haible  <bruno@clisp.org>
8701
8702         * modules/tmpfile: New file.
8703         * lib/tmpfile.c: New file.
8704         * m4/tmpfile.m4: New file.
8705         * MODULES.html.sh (func_all_modules): New section "Input/output".
8706
8707 2007-02-15  Bruno Haible  <bruno@clisp.org>
8708
8709         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
8710         (supports_delete_on_close): New function.
8711         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
8712
8713 2007-02-14  Bruno Haible  <bruno@clisp.org>
8714
8715         * modules/mbspcasecmp-tests: New file.
8716         * tests/test-mbspcasecmp.sh: New file.
8717         * tests/test-mbspcasecmp.c: New file.
8718
8719         New module mbspcasecmp.
8720         * modules/mbspcasecmp: New file.
8721         * lib/mbspcasecmp.c: New file.
8722         * lib/string_.h (strncasecmp): Change warning message.
8723         (mbspcasecmp): New declaration.
8724         * m4/mbspcasecmp.m4: New file.
8725         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8726         GNULIB_MBSPCASECMP.
8727         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
8728         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
8729
8730 2007-02-14  Bruno Haible  <bruno@clisp.org>
8731
8732         * modules/mbsncasecmp-tests: New file.
8733         * tests/test-mbsncasecmp.sh: New file.
8734         * tests/test-mbsncasecmp.c: New file.
8735
8736         New module mbsncasecmp.
8737         * modules/mbsncasecmp: New file.
8738         * lib/mbsncasecmp.c: New file.
8739         * lib/string_.h (mbsncasecmp): New declaration.
8740         * m4/mbsncasecmp.m4: New file.
8741         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8742         GNULIB_MBSNCASECMP.
8743         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
8744         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
8745
8746 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8747
8748         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
8749         Verify that it doesn't overlap with our flags.
8750         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
8751         do not have the desired effect in multibyte locales; instead, use
8752         mbscasecmp.
8753         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
8754         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
8755         we don't require GNU fnmatch ourselves (if our users require it, they
8756         should do so explicitly).
8757
8758         Fix regex code so it doesn't rely on strcasecmp.
8759         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
8760         Otherwise, include gnulib's langinfo.h.
8761         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
8762         undesirable behavior in non-C locales.  Instead, rely on localecharset.
8763         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
8764         * modules/regex (FILES): Remove m4/codeset.m4.
8765         (Depends-on): Add localcharset.  Remove strcase.
8766
8767 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8768
8769         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
8770         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
8771
8772 2007-02-13  Bruno Haible  <bruno@clisp.org>
8773
8774         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8775         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8776
8777 2007-02-12  Bruno Haible  <bruno@clisp.org>
8778
8779         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8780         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8781         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8782         time warning rather than a link error.
8783
8784 2007-02-12  Bruno Haible  <bruno@clisp.org>
8785
8786         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8787         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8788         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8789
8790 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8791
8792         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8793         args, not 2.
8794
8795 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8796
8797         New module 'time', so that apps can include <time.h> as per
8798         POSIX and GNU instead of separate include files like time_r.h
8799         and timegm.h.  This implementation tries out a simpler approach
8800         for replacing decls in standard include files (as compared to
8801         the string module), somewhat as an experiment.
8802
8803         * config/srclist.txt: Comment out mktime.c for now.
8804         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8805         since it doesn't apply any more.  Use generic wording instead.
8806         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8807         'time'.
8808         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8809         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8810         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8811         Don't include <sys/types.h>; no longer needed since we assume C89.
8812         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8813         * lib/strftime.c: Likewise.
8814         * lib/time_r.c: Likewise.
8815         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8816         * lib/nanosleep.c: Include <time.h> first, to check interface.
8817         * lib/strptime.c: Likewise.
8818         * lib/time_r.c: Likewise.
8819         * lib/timegm.c: Likewise.
8820         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8821         needed.
8822         * lib/timegm.c: Don't include timegm.h; no longer needed.
8823         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8824         time.h now handles any problems in that area.
8825         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8826         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8827         that time.h defines struct timespec.
8828         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8829         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8830         handles that.
8831         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8832         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8833         needed.  Set REPLACE_LOCALTIME.
8834         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8835         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8836         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8837         nanosleep; time_h.m4 now does that.  Don't require
8838         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8839         module handles this now.
8840         * modules/getdate (Depends-on): Remove timespec.  Add time.
8841         * modules/nanosleep (Depends-on): Likewise.
8842         * modules/stat-time (Depends-on): Likewise.
8843         * modules/nanosleep (Include): Include time.h, not timespec.h.
8844         * modules/strptime (Files): Remove lib/strptime.h.
8845         (Depends-on): Add extensions, time.
8846         (Include): Include time.h, not strptime.h.
8847         * modules/time_r (Files): Remove lib/time_r.h.
8848         (Depends-on): Add time.
8849         (Include): Include time.h, not time_r.h.
8850         * modules/timegm: Likewise.
8851         * modules/timespec (Description): Now does timespec-related decls
8852         of our own, instead of struct timespec itself.
8853         (Depends-on): Add time; remove extensions.
8854         (Maintainer): Add self.
8855         * modules/utimecmp (Depends-on): Add time; remove timespec.
8856         * modules/utimens (Depends-on): Likewise.
8857         * modules/xnanosleep (Depends-on): Likewise.
8858
8859 2007-02-11  Bruno Haible  <bruno@clisp.org>
8860
8861         * lib/c-strstr.c: Include allocsa.h.
8862         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8863         * lib/c-strcasestr.c: Include allocsa.h.
8864         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8865         * lib/strcasestr.c: Include allocsa.h.
8866         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8867         * lib/mbsstr.c: Include allocsa.h.
8868         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8869         allocsa/freesa instead of malloc/free.
8870         * lib/mbscasestr.c: Include allocsa.h.
8871         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8872         allocsa/freesa instead of malloc/free.
8873         * modules/c-strstr (Depends-on): Add allocsa.
8874         * modules/c-strcasestr (Depends-on): Likewise.
8875         * modules/strcasestr (Depends-on): Likewise.
8876         * modules/mbsstr (Depends-on): Likewise.
8877         * modules/mbscasestr (Depends-on): Likewise.
8878
8879 2007-02-11  Bruno Haible  <bruno@clisp.org>
8880
8881         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8882
8883         * modules/mbsspn-tests: New file.
8884         * tests/test-mbsspn.sh: New file.
8885         * tests/test-mbsspn.c: New file.
8886
8887 2007-02-11  Bruno Haible  <bruno@clisp.org>
8888
8889         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8890
8891         * modules/mbspbrk-tests: New file.
8892         * tests/test-mbspbrk.sh: New file.
8893         * tests/test-mbspbrk.c: New file.
8894
8895 2007-02-11  Bruno Haible  <bruno@clisp.org>
8896
8897         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8898         unneeded cast.
8899
8900         * modules/mbscspn-tests: New file.
8901         * tests/test-mbscspn.sh: New file.
8902         * tests/test-mbscspn.c: New file.
8903
8904 2007-02-11  Bruno Haible  <bruno@clisp.org>
8905
8906         * modules/mbscasecmp-tests: New file.
8907         * tests/test-mbscasecmp.sh: New file.
8908         * tests/test-mbscasecmp.c: New file.
8909
8910 2007-02-11  Bruno Haible  <bruno@clisp.org>
8911
8912         Ensure O(n) worst-case complexity of mbscasestr.
8913         * lib/mbscasestr.c: Include stdbool.h.
8914         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8915         functions.
8916         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8917         the bookkeeping indicates that it's worth it.
8918         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8919
8920         * modules/mbscasestr-tests: New file.
8921         * tests/test-mbscasestr1.c: New file.
8922         * tests/test-mbscasestr2.sh: New file.
8923         * tests/test-mbscasestr2.c: New file.
8924         * tests/test-mbscasestr3.sh: New file.
8925         * tests/test-mbscasestr3.c: New file.
8926         * tests/test-mbscasestr4.sh: New file.
8927         * tests/test-mbscasestr4.c: New file.
8928         * m4/locale-tr.m4: New file.
8929
8930 2007-02-11  Bruno Haible  <bruno@clisp.org>
8931
8932         Ensure O(n) worst-case complexity of mbsstr.
8933         * lib/mbsstr.c: Include stdbool.h.
8934         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8935         functions.
8936         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8937         bookkeeping indicates that it's worth it.
8938         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8939
8940         * modules/mbsstr-tests: New file.
8941         * tests/test-mbsstr1.c: New file.
8942         * tests/test-mbsstr2.sh: New file.
8943         * tests/test-mbsstr2.c: New file.
8944         * tests/test-mbsstr3.sh: New file.
8945         * tests/test-mbsstr3.c: New file.
8946         * m4/locale-fr.m4: New file.
8947
8948 2007-02-11  Bruno Haible  <bruno@clisp.org>
8949
8950         * lib/mbsrchr.c (mbsrchr): Fix bug.
8951
8952         * modules/mbsrchr-tests: New file.
8953         * tests/test-mbsrchr.sh: New file.
8954         * tests/test-mbsrchr.c: New file.
8955
8956 2007-02-11  Bruno Haible  <bruno@clisp.org>
8957
8958         * lib/mbschr.c (mbschr): Fix bug.
8959
8960         * modules/mbschr-tests: New file.
8961         * tests/test-mbschr.sh: New file.
8962         * tests/test-mbschr.c: New file.
8963         * m4/locale-zh.m4: New file.
8964
8965 2007-02-11  Bruno Haible  <bruno@clisp.org>
8966
8967         Support for copying multibyte string iterators.
8968         * lib/mbiter.h: Include <string.h>.
8969         (mbiter_multi_copy): New function.
8970         (mbi_copy): New macro.
8971         * lib/mbuiter.h: Include <string.h>.
8972         (mbuiter_multi_copy): New function.
8973         (mbui_copy): New macro.
8974
8975 2007-02-11  Bruno Haible  <bruno@clisp.org>
8976
8977         New module mbslen.
8978         * modules/mbslen: New file.
8979         * lib/mbslen.c: New file.
8980         * lib/string_.h (mbslen): New declaration.
8981         * m4/mbslen.m4: New file.
8982         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8983         GNULIB_MBSLEN.
8984         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8985         * MODULES.html.sh (Internationalization functions): Add mbslen.
8986
8987 2007-02-11  Bruno Haible  <bruno@clisp.org>
8988
8989         Ensure O(n) worst-case complexity of strcasestr substitute.
8990         * lib/strcasestr.c: Include stdbool.h.
8991         (knuth_morris_pratt): New function.
8992         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8993         bookkeeping indicates that it's worth it.
8994         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8995
8996         * modules/strcasestr-tests: New file.
8997         * tests/test-strcasestr.c: New file.
8998
8999 2007-02-11  Bruno Haible  <bruno@clisp.org>
9000
9001         Ensure O(n) worst-case complexity of c_strcasestr.
9002         * lib/c-strcasestr.c: Include stdbool.h, string.h.
9003         (knuth_morris_pratt): New function.
9004         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
9005         the bookkeeping indicates that it's worth it.
9006         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
9007
9008         * modules/c-strcasestr-tests: New file.
9009         * tests/test-c-strcasestr.c: New file.
9010
9011 2007-02-11  Bruno Haible  <bruno@clisp.org>
9012
9013         Ensure O(n) worst-case complexity of c_strstr.
9014         * lib/c-strstr.c: Include stdbool.h, string.h.
9015         (knuth_morris_pratt): New function.
9016         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
9017         bookkeeping indicates that it's worth it.
9018         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
9019
9020         * lib/c-strstr.c: Complete rewrite for maintainability.
9021
9022         * modules/c-strstr-tests: New file.
9023         * tests/test-c-strstr.c: New file.
9024
9025 2007-02-11  Bruno Haible  <bruno@clisp.org>
9026
9027         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
9028         5.2.1 and earlier, whereby \055 was treated just like the range
9029         delimiter '-'.
9030         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
9031
9032 2007-02-08  Bruno Haible  <bruno@clisp.org>
9033
9034         * modules/regex (Depends-on): Add stdbool.
9035         Reported by Dalibor Topic <robilad@kaffe.org>.
9036
9037 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9038
9039         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
9040         Prefer returning from main to exiting from it.
9041         Remove unnecessary parens after sizeof.
9042
9043 2007-02-05  Bruno Haible  <bruno@clisp.org>
9044
9045         New module mbssep.
9046         * modules/mbssep: New file.
9047         * lib/mbssep.c: New file.
9048         * lib/string_.h (strsep): Add a conditional link warning.
9049         (mbssep): New declaration.
9050         * m4/mbssep.m4: New file.
9051         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9052         GNULIB_MBSSEP.
9053         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
9054         * MODULES.html.sh (Internationalization functions): Add mbssep.
9055
9056 2007-02-05  Bruno Haible  <bruno@clisp.org>
9057
9058         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
9059         Optimize search in case of 1 delimiter.
9060
9061 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
9062
9063         * lib/acl.h: Include sys/types.h before sys/acl.h.
9064
9065 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
9066
9067         Merge upstream fix for glibc bugzilla #3957:
9068
9069         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
9070
9071         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
9072         bit for RE_HAT_LISTS_NOT_NEWLINE.
9073         (build_charclass_op): Remove bogus comment.
9074
9075 2007-02-05  Simon Josefsson  <simon@josefsson.org>
9076
9077         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
9078
9079 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
9080
9081         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
9082         * lib/memmem.c [!defined _LIBC]: Include config.h.
9083
9084 2007-02-04  Bruno Haible  <bruno@clisp.org>
9085
9086         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
9087         warning message.
9088
9089 2007-02-04  Bruno Haible  <bruno@clisp.org>
9090
9091         New module mbstok_r.
9092         * modules/mbstok_r: New file.
9093         * lib/mbstok_r.c: New file.
9094         * lib/string_.h (strtok_r): Change argument names to match the
9095         comments. Add a conditional link warning.
9096         (mbstok_r): New declaration.
9097         * m4/mbstok_r.m4: New file.
9098         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9099         GNULIB_MBSTOK_R.
9100         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
9101         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
9102
9103 2007-02-04  Bruno Haible  <bruno@clisp.org>
9104
9105         New module mbsspn.
9106         * modules/mbsspn: New file.
9107         * lib/mbsspn.c: New file.
9108         * lib/string_.h (strspn): Add a conditional link warning.
9109         (mbsspn): New declaration.
9110         * m4/mbsspn.m4: New file.
9111         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9112         GNULIB_MBSSPN.
9113         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
9114         * MODULES.html.sh (Internationalization functions): Add mbsspn.
9115
9116 2007-02-04  Bruno Haible  <bruno@clisp.org>
9117
9118         New module mbspbrk.
9119         * modules/mbspbrk: New file.
9120         * lib/mbspbrk.c: New file.
9121         * lib/string_.h (strpbrk): Add a conditional link warning.
9122         (mbspbrk): New declaration.
9123         * m4/mbspbrk.m4: New file.
9124         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9125         GNULIB_MBSPBRK.
9126         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
9127         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
9128
9129 2007-02-04  Bruno Haible  <bruno@clisp.org>
9130
9131         New module mbscspn.
9132         * modules/mbscspn: New file.
9133         * lib/mbscspn.c: New file.
9134         * lib/string_.h (strcspn): Add a conditional link warning.
9135         (mbscspn): New declaration.
9136         * m4/mbscspn.m4: New file.
9137         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9138         GNULIB_MBSCSPN.
9139         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
9140         * MODULES.html.sh (Internationalization functions): Add mbscspn.
9141
9142 2007-02-04  Bruno Haible  <bruno@clisp.org>
9143
9144         New module mbscasestr, reduced goal of strcasestr.
9145         * modules/mbscasestr: New file.
9146         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
9147         (mbscasestr): Renamed from strcasestr.
9148         * lib/strcasestr.c: Don't include mbuiter.h.
9149         (strcasestr): Remove support for multibyte locales.
9150         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
9151         Change the conditional link warning.
9152         (mbscasestr): New declaration.
9153         * m4/mbscasestr.m4: New file.
9154         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
9155         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
9156         REPLACE_STRCASESTR.
9157         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
9158         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9159         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
9160         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
9161         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
9162         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
9163         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
9164         (Depends-on): Remove mbuiter.
9165         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
9166
9167 2007-02-04  Bruno Haible  <bruno@clisp.org>
9168
9169         Simplify handling of strncasecmp.
9170         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
9171         the conditional link warning.
9172         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9173         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
9174         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
9175         * modules/strcase (configure.ac): Don't invoke
9176         gl_STRING_MODULE_INDICATOR.
9177         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
9178
9179 2007-02-04  Bruno Haible  <bruno@clisp.org>
9180
9181         New module mbscasecmp, reduced goal of strcasecmp.
9182         * modules/mbscasecmp: New file.
9183         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
9184         (mbscasecmp): Renamed from strcasecmp.
9185         * lib/strcasecmp.c: Don't include mbuiter.h.
9186         (strcasecmp): Remove support for multibyte locales.
9187         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
9188         Change the conditional link warning.
9189         (mbscasecmp): New declaration.
9190         * m4/mbscasecmp.m4: New file.
9191         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
9192         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
9193         REPLACE_STRCASECMP.
9194         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
9195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9196         GNULIB_MBSCASECMP.
9197         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
9198         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
9199         * modules/strcase (Files): Remove m4/mbrtowc.m4.
9200         (Depends-on): Remove mbuiter.
9201         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
9202
9203 2007-02-04  Bruno Haible  <bruno@clisp.org>
9204
9205         New module mbsstr. Remove module strstr.
9206         * modules/mbsstr: New file.
9207         * modules/strstr: Remove file.
9208         * lib/mbsstr.c: Renamed from lib/strstr.c.
9209         (mbsstr): Renamed from strstr.
9210         * lib/string_.h (strstr): Remove declaration. Change the conditional
9211         link warning.
9212         (mbsstr): New declaration.
9213         * m4/mbsstr.m4: New file.
9214         * m4/strstr.m4: Remove file.
9215         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
9216         REPLACE_STRSTR.
9217         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
9218         Don't initialize GNULIB_STRSTR.
9219         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
9220         substitute GNULIB_STRSTR and REPLACE_STRSTR.
9221         * MODULES.html.sh (Internationalization functions): Add mbsstr.
9222         (Support for systems lacking ANSI C 89): Remove strstr.
9223
9224 2007-02-04  Bruno Haible  <bruno@clisp.org>
9225
9226         New module mbsrchr.
9227         * modules/mbsrchr: New file.
9228         * lib/mbsrchr.c: New file.
9229         * lib/string_.h (strrchr): Add a conditional link warning.
9230         (mbsrchr): New declaration.
9231         * m4/mbsrchr.m4: New file.
9232         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9233         GNULIB_MBSRCHR.
9234         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
9235         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
9236
9237 2007-02-04  Bruno Haible  <bruno@clisp.org>
9238
9239         New module mbschr.
9240         * modules/mbschr: New file.
9241         * lib/mbschr.c: New file.
9242         * lib/string_.h (strchr): Add a conditional link warning.
9243         (mbschr): New declaration.
9244         * m4/mbschr.m4: New file.
9245         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9246         GNULIB_MBSCHR.
9247         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
9248         * MODULES.html.sh (Internationalization functions): Add mbschr.
9249
9250 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
9251
9252         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
9253
9254         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
9255
9256 2007-02-04  Bruno Haible  <bruno@clisp.org>
9257
9258         New module description section 'configure.ac-early'.
9259         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
9260         (func_get_autoconf_early_snippet): New function.
9261         (func_import, func_create_testdir): Use it. Remove special cases for
9262         modules 'extensions' and 'lock'.
9263         * modules/extensions (configure.ac-early): Require
9264         gl_USE_SYSTEM_EXTENSIONS.
9265         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
9266
9267 2007-02-04  Bruno Haible  <bruno@clisp.org>
9268
9269         Make use of gcj-4.3's -fsource and -ftarget option.
9270         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
9271         and if so try the options -fsource and -ftarget.
9272         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
9273         source_version, ftarget_option, target_version arguments.
9274         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
9275         (is_envjavac_oldgcj_14_14_usable): Renamed from
9276         is_envjavac_gcj_14_14_usable.
9277         (is_envjavac_oldgcj_14_13_usable): Renamed from
9278         is_envjavac_gcj_14_13_usable.
9279         (is_gcj_present): Update.
9280         (is_gcj_43, is_gcj43_usable): New functions.
9281         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
9282         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
9283         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
9284         try the options -fsource and -ftarget.
9285
9286 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
9287
9288         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
9289         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
9290         larger value.
9291
9292 2007-02-03  Jim Meyering  <jim@meyering.net>
9293
9294         Give tools a better chance to allocate space for very large buffers.
9295         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
9296
9297         Make pwd and readlink work also when run with an unreadable parent dir
9298         on systems with openat support.
9299         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
9300         provided getcwd function, even when we have openat support.
9301         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
9302
9303 2007-02-02  Bruno Haible  <bruno@clisp.org>
9304
9305         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
9306         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
9307         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
9308         portability problems if one of these functions is only used on specific
9309         platforms.
9310         Reported by Paul Eggert.
9311
9312 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
9313
9314         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
9315         is causing more trouble than it's curing.
9316         * lib/regex_internal.h (__mempcpy): Remove.
9317         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
9318         (and make the code a tad smaller to boot).
9319         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
9320
9321 2007-02-02  Jim Meyering  <jim@meyering.net>
9322
9323         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
9324         section, not in the Makefile.am: one.
9325
9326 2007-02-02  Eric Blake  <ebb9@byu.net>
9327
9328         * lib/strchrnul.c: Always include config.h first.
9329
9330         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
9331         gnulib strstr is not necessary here.
9332
9333 2007-02-02  Simon Josefsson  <simon@josefsson.org>
9334
9335         * m4/socklen.m4: Fix typo.
9336
9337 2007-02-02  Eric Blake  <ebb9@byu.net>
9338
9339         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
9340         * modules/netinet_in (Makefile.am): Likewise.
9341
9342 2007-02-01  Bruno Haible  <bruno@clisp.org>
9343
9344         * lib/string_.h (GL_LINK_WARNING): New macro.
9345         (strcasecmp, strstr, strcasestr): If provided by the system,
9346         conditionally define as a macro that leads to a warning instead of to
9347         an error.
9348         (strncasecmp): Conditionally define as a macro that leads to a warning.
9349
9350 2007-02-01  Karl Berry  <karl@gnu.org>
9351
9352         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
9353
9354 2007-02-01  Bruno Haible  <bruno@clisp.org>
9355
9356         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
9357         renamings.
9358
9359 2007-02-01  Eric Blake  <ebb9@byu.net>
9360
9361         * modules/regex (Depends-on): Revert dependence on mempcpy.
9362         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
9363         module's definition of mempcpy.
9364         Reported by Paul Eggert.
9365
9366 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
9367
9368         * lib/string_.h: If the gnulib module XYZ is not present, undefine
9369         the symbol XYZ before redefining it.  This fixes a problem with
9370         programs that don't use XYZ, when compiled on systems that define
9371         XYZ to something else.
9372
9373 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
9374
9375         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
9376         occurs when "mkdir -m foo" creates a setgid directory that is (1)
9377         writeable to group or other and (2) is intended to have a special
9378         mode bit that is set or cleared.  In such a case, the directory
9379         should be neither group- nor other-writeable until the special
9380         mode bits are right.
9381
9382 2007-01-31  Eric Blake  <ebb9@byu.net>
9383
9384         * modules/mountlist (Depends-on): Add strstr.
9385
9386         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
9387         bug.
9388         * modules/string (Makefile.am): Remove redundant replacement.
9389         * modules/regex (Depends-on): Add mempcpy.
9390
9391 2007-01-31  Bruno Haible  <bruno@clisp.org>
9392
9393         New module description field 'Link'.
9394         * gnulib-tool (func_usage): Document --extract-link-directive.
9395         (sed_extract_prog): Recognize 'Link' directive.
9396         (func_get_link_directive): New function.
9397         (func_import): Show summary of link directives.
9398         Handle --extract-link-directive option.
9399         * modules/acl (Link): New section.
9400         * modules/clock-time (Link): New section.
9401         * modules/euidaccess (Link): New section.
9402         * modules/gettext (Link): New section.
9403         * modules/iconv (Link): New section.
9404         * modules/lock (Link): New section.
9405         * modules/nanosleep (Link): New section.
9406         * modules/readline (Link): New section.
9407
9408 2007-01-27  Bruno Haible  <bruno@clisp.org>
9409
9410         Enforce the use of gnulib modules for unportable <string.h> functions.
9411         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
9412         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
9413         (gl_HEADER_STRING_H_BODY): Require it.
9414         * lib/string_.h: If the gnulib module XYZ is not present, redefine
9415         the symbol XYZ to one that gives a link error.
9416         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
9417         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
9418         * modules/mempcpy (configure.ac): Likewise.
9419         * modules/memrchr (configure.ac): Likewise.
9420         * modules/stpcpy (configure.ac): Likewise.
9421         * modules/stpncpy (configure.ac): Likewise.
9422         * modules/strcase (configure.ac): Likewise.
9423         * modules/strcasestr (configure.ac): Likewise.
9424         * modules/strchrnul (configure.ac): Likewise.
9425         * modules/strdup (configure.ac): Likewise.
9426         * modules/strndup (configure.ac): Likewise.
9427         * modules/strnlen (configure.ac): Likewise.
9428         * modules/strpbrk (configure.ac): Likewise.
9429         * modules/strsep (configure.ac): Likewise.
9430         * modules/strstr (configure.ac): Likewise.
9431         * modules/strtok_r (configure.ac): Likewise.
9432
9433 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
9434
9435         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
9436
9437 2007-01-30  Jim Meyering  <jim@meyering.net>
9438
9439         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
9440
9441 2007-01-29  Bruno Haible  <bruno@clisp.org>
9442
9443         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
9444         * lib/execute.c: Likewise.
9445         * lib/pipe.c: Likewise.
9446         * lib/printf-args.h: Likewise.
9447         * lib/printf-args.c: Likewise.
9448         * lib/printf-parse.c: Likewise.
9449         * lib/vasnprintf.c: Likewise.
9450
9451 2007-01-29  Eric Blake  <ebb9@byu.net>
9452
9453         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
9454         declaration.
9455
9456 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
9457
9458         * lib/strptime.h (strptime): Use 'restrict' for args where
9459         POSIX requires this.
9460         * lib/strptime.c (strptime): Likewise.
9461         Change license notice from LGPL to GPL, since gnulib-tool will
9462         change this as needed.
9463         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
9464         defined.
9465         Include "strptime.h" first, to check interface.
9466         Do not #undef _LIBC and _NL_CURRENT.
9467         Do not include <stdlib.h>; no longer needed.
9468         Include "time_r.h" and declare ptime_locale_status
9469         only if _LIBC is not defined.
9470         (__P): Remove unused macro.
9471         (match_string): Bring back glibc version, but use it only if _LIBC
9472         is defined.
9473         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
9474         Remove unnecessary assertion and abort() call.
9475         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
9476         * m4/strptime.m4: Fix serial number comment.
9477         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
9478         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
9479         (Depends-on): Add time_r.
9480
9481 2007-01-29  Bruno Haible  <bruno@clisp.org>
9482
9483         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9484         strptime.
9485         * modules/strptime (Depends-on): Add stdbool.
9486         * lib/strptime.h: Include <time.h> always. Add comments.
9487
9488 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9489
9490         * modules/strptime: New file.
9491         * lib/strptime.h: New file.
9492         * lib/strptime.c: New file.
9493         * m4/strptime.m4: New file.
9494
9495 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
9496
9497         * MODULES.html.sh: New module mpsort.
9498         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
9499
9500         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
9501         a circularity problem with HP-UX ia64 reported by Bob Proulx in
9502         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
9503         All uses changed.
9504         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
9505         All uses changed.
9506         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
9507         to _Restrict_.
9508         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
9509         the parameter matches the prototype.
9510
9511 2007-01-28  Jim Meyering  <jim@meyering.net>
9512
9513         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
9514         sys/time.h here, reverting that part of the previous patch:
9515         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
9516
9517 2007-01-28  Bruno Haible  <bruno@clisp.org>
9518
9519         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
9520         value of $(SYS_TIME_H).
9521         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
9522         remove it conditionally, too. [added by Jim Meyering]
9523         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
9524         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9525         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
9526         GETTIMEOFDAY_REPLACEMENT to 1.
9527
9528 2007-01-28  Bruno Haible  <bruno@clisp.org>
9529
9530         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
9531         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
9532         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
9533         Set UNISTD_H instead of UNISTD_H2.
9534         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
9535
9536 2007-01-28  Bruno Haible  <bruno@clisp.org>
9537
9538         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
9539         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
9540
9541 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9542
9543         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
9544         (func_create_testdir): Ensure C locale for `grep' and `tr'
9545         character ranges.
9546         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
9547         ACLOCAL_AMFLAGS parsing state machine.
9548
9549 2007-01-27  Bruno Haible  <bruno@clisp.org>
9550
9551         * modules/unistr/base: Update.
9552
9553 2007-01-27  Bruno Haible  <bruno@clisp.org>
9554
9555         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
9556         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
9557         * modules/unistr/u32-mbtouc-unsafe: Renamed from
9558         modules/unistr/u32-mbtouc.
9559         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
9560         * lib/unistr.h: Update.
9561         * lib/linebreak.c: Update.
9562         * modules/unistr/u32-mbtouc: Renamed from
9563         modules/unistr/u32-mbtouc-safe.
9564         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
9565         * lib/unistr.h: Update.
9566         * lib/unistr/u32-to-u8.c: Update.
9567         * lib/unistr/u32-to-u16.c: Update.
9568
9569 2007-01-27  Bruno Haible  <bruno@clisp.org>
9570
9571         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
9572         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
9573         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
9574         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
9575         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
9576         * modules/unistr/u16-mbtouc-unsafe: Renamed from
9577         modules/unistr/u16-mbtouc.
9578         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
9579         * lib/unistr.h: Update.
9580         * lib/linebreak.c: Update.
9581         * modules/linebreak: Update.
9582         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
9583         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
9584         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
9585         * modules/unistr/u16-mbtouc: Renamed from
9586         modules/unistr/u16-mbtouc-safe.
9587         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
9588         * lib/unistr.h: Update.
9589         * lib/unistr/u16-to-u8.c: Update.
9590         * modules/unistr/u16-to-u8: Update.
9591         * lib/unistr/u16-to-u32.c: Update.
9592         * modules/unistr/u16-to-u32: Update.
9593
9594 2007-01-27  Bruno Haible  <bruno@clisp.org>
9595
9596         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
9597         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
9598         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
9599         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
9600         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
9601         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9602         modules/unistr/u8-mbtouc.
9603         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
9604         * lib/unistr.h: Update.
9605         * lib/striconveh.c: Update.
9606         * modules/striconveh: Update.
9607         * lib/linebreak.c: Update.
9608         * modules/linebreak: Update.
9609         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
9610         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
9611         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
9612         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
9613         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
9614         * lib/unistr.h: Update.
9615         * lib/striconveh.c: Update.
9616         * modules/striconveh: Update.
9617         * lib/unistr/u8-to-u16.c: Update.
9618         * modules/unistr/u8-to-u16: Update.
9619         * lib/unistr/u8-to-u32.c: Update.
9620         * modules/unistr/u8-to-u32: Update.
9621
9622 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9623
9624         Sync from Libtool.
9625         * lib/argz.c: Do not include strings.h nor memory.h, include
9626         string.h unconditionally.  Patch by Simon Josefsson.
9627
9628 2007-01-27  Bruno Haible  <bruno@clisp.org>
9629
9630         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
9631         from gl_HEADER_STRING_H_BODY.
9632         (gl_HEADER_STRING_H_BODY): Require it.
9633         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
9634         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9635         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9636         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9637         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9638         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
9639         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9640         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9641         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
9642         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9643         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9644         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
9645         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9646         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9647         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9648
9649 2007-01-27  Bruno Haible  <bruno@clisp.org>
9650
9651         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
9652         check_PROGRAMS into noinst_PROGRAMS.
9653         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
9654         check_PROGRAMS in this case.
9655         (func_import): Set for_test to false.
9656         (func_create_testdir): Set for_test to true.
9657
9658 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9659             Bruno Haible  <bruno@clisp.org>
9660
9661         * modules/strcasestr (Files): Remove lib/strcasestr.h.
9662         (Depends-on): Add string.
9663         (Includes): Use <string.h> instead of strcasestr.h.
9664         * modules/string (Makefile.am): Also substitute the value of
9665         REPLACE_STRCASESTR.
9666         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
9667         assume strcasestr is declared in <string.h> not <strings.h>. Also
9668         set REPLACE_STRCASESTR.
9669         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
9670         REPLACE_STRCASESTR.
9671         * lib/strcasestr.h: Remove file.
9672         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
9673         * lib/string_.h (strcasestr): New declaration.
9674
9675 2007-01-27  Bruno Haible  <bruno@clisp.org>
9676
9677         * lib/string_.h: Use 'extern'.
9678
9679 2007-01-27  Jim Meyering  <jim@meyering.net>
9680
9681         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
9682         of set-but-not-used local, "q".
9683
9684         * lib/mempcpy.c: Include <config.h> before <string.h>.
9685         This fixes a compilation error on HP-UX, due to the system's
9686         "restrict"-using mempcpy prototype.
9687
9688 2007-01-26  Bruno Haible  <bruno@clisp.org>
9689
9690         Small optimization.
9691         * lib/javacomp.c: Include c-strstr.h.
9692          (is_envjavac_gcj): Use c_strstr instead of strstr.
9693         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
9694
9695 2007-01-26  Bruno Haible  <bruno@clisp.org>
9696
9697         * MODULES.html.sh (Unicode string functions): Add the new modules.
9698
9699         * modules/uniconv/u32-strconv-to-locale: New file.
9700         * lib/uniconv/u32-strconv-to-locale.c: New file.
9701
9702         * modules/uniconv/u16-strconv-to-locale: New file.
9703         * lib/uniconv/u16-strconv-to-locale.c: New file.
9704
9705         * modules/uniconv/u8-strconv-to-locale: New file.
9706         * lib/uniconv/u8-strconv-to-locale.c: New file.
9707
9708         * modules/uniconv/u32-strconv-from-locale: New file.
9709         * lib/uniconv/u32-strconv-from-locale.c: New file.
9710
9711         * modules/uniconv/u16-strconv-from-locale: New file.
9712         * lib/uniconv/u16-strconv-from-locale.c: New file.
9713
9714         * modules/uniconv/u8-strconv-from-locale: New file.
9715         * lib/uniconv/u8-strconv-from-locale.c: New file.
9716
9717         * modules/uniconv/u32-strconv-to-enc: New file.
9718         * lib/uniconv/u32-strconv-to-enc.c: New file.
9719         * modules/uniconv/u32-strconv-to-enc-tests: New file.
9720         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
9721
9722         * modules/uniconv/u16-strconv-to-enc: New file.
9723         * lib/uniconv/u16-strconv-to-enc.c: New file.
9724         * lib/uniconv/u-strconv-to-enc.h: New file.
9725         * modules/uniconv/u16-strconv-to-enc-tests: New file.
9726         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
9727
9728         * modules/uniconv/u8-strconv-to-enc: New file.
9729         * lib/uniconv/u8-strconv-to-enc.c: New file.
9730         * modules/uniconv/u8-strconv-to-enc-tests: New file.
9731         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
9732
9733         * modules/uniconv/u32-strconv-from-enc: New file.
9734         * lib/uniconv/u32-strconv-from-enc.c: New file.
9735         * modules/uniconv/u32-strconv-from-enc-tests: New file.
9736         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
9737
9738         * modules/uniconv/u16-strconv-from-enc: New file.
9739         * lib/uniconv/u16-strconv-from-enc.c: New file.
9740         * modules/uniconv/u16-strconv-from-enc-tests: New file.
9741         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
9742
9743         * modules/uniconv/u8-strconv-from-enc: New file.
9744         * lib/uniconv/u8-strconv-from-enc.c: New file.
9745         * lib/uniconv/u-strconv-from-enc.h: New file.
9746         * modules/uniconv/u8-strconv-from-enc-tests: New file.
9747         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
9748
9749         * modules/uniconv/u32-conv-from-enc: New file.
9750         * lib/uniconv/u32-conv-from-enc.c: New file.
9751         * modules/uniconv/u32-conv-from-enc-tests: New file.
9752         * tests/uniconv/test-u32-conv-from-enc.c: New file.
9753
9754         * modules/uniconv/u16-conv-from-enc: New file.
9755         * lib/uniconv/u16-conv-from-enc.c: New file.
9756         * lib/uniconv/u-conv-from-enc.h: New file.
9757         * modules/uniconv/u16-conv-from-enc-tests: New file.
9758         * tests/uniconv/test-u16-conv-from-enc.c: New file.
9759
9760         * modules/uniconv/u8-conv-from-enc: New file.
9761         * lib/uniconv/u8-conv-from-enc.c: New file.
9762         * modules/uniconv/u8-conv-from-enc-tests: New file.
9763         * tests/uniconv/test-u8-conv-from-enc.c: New file.
9764
9765         * modules/uniconv/base: New file.
9766         * lib/uniconv.h: New file.
9767
9768 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9769
9770         * doc/gnulib-tool.texi (Initial import): Update to match current
9771         behavior with strdup module.
9772         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
9773         * lib/memmem.h: Remove; all uses removed.  This is now done
9774         by <string.h>.
9775         * lib/mempcpy.h: Likewise.
9776         * lib/memrchr.h: Likewise.
9777         * lib/stpcpy.h: Likewise.
9778         * lib/stpncpy.h: Likewise.
9779         * lib/strcase.h: Likewise.
9780         * lib/strchrnul.h: Likewise.
9781         * lib/strdup.h: Likewise.
9782         * lib/strndup.h: Likewise.
9783         * lib/strnlen.h: Likewise.
9784         * lib/strpbrk.h: Likewise.
9785         * lib/strsep.h: Likewise.
9786         * lib/strstr.h: Likewise.
9787         * lib/strtok_r.h: Likewise.
9788         * lib/string_.h: New file.
9789         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9790         Rely on <string.h> instead.
9791         * lib/canon-host.c: Likewise.
9792         * lib/chdir-long.c: Likewise.
9793         * lib/concatpath.c: Likewise.
9794         * lib/exclude.c: Likewise.
9795         * lib/fchdir.c: Likewise.
9796         * lib/getaddrinfo.c: Likewise.
9797         * lib/getcwd.c: Likewise.
9798         * lib/getsubopt.c: Likewise.
9799         * lib/glob.c: Likewise.
9800         * lib/hard-locale.c: Likewise.
9801         * lib/iconvme.c: Likewise.
9802         * lib/javacomp.c: Likewise.
9803         * lib/mempcpy.c: Likewise.
9804         * lib/memrchr.c: Likewise.
9805         * lib/regex_internal.h: Likewise.
9806         * lib/stpncpy.c: Likewise.
9807         * lib/strcasecmp.c: Likewise.
9808         * lib/strchrnul.c: Likewise.
9809         * lib/strdup.c: Likewise.
9810         * lib/striconv.c: Likewise.
9811         * lib/striconveh.c: Likewise.
9812         * lib/striconveha.c: Likewise.
9813         * lib/strncasecmp.c: Likewise.
9814         * lib/strndup.c: Likewise.
9815         * lib/strnlen.c: Likewise.
9816         * lib/strsep.c: Likewise.
9817         * lib/strstr.c: Likewise.
9818         * lib/strtok_r.c: Likewise.
9819         * lib/userspec.c: Likewise.
9820         * lib/w32spawn.h: Likewise.
9821         * lib/xstrndup.c: Likewise.
9822         * lib/mountlist.c (strstr): Remove decl.
9823         * m4/string_h.m4: New file.
9824         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9825         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9826         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9827         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9828         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9829         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9830         Set REPLACE_STRCASECMP if necessary.
9831         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9832         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9833         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9834         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9835         HAVE_DECL_STRDUP if necessary.
9836         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9837         since gl_FUNC_STRNDUP does that now.
9838         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9839         Check for decl here...
9840         (gl_PREREQ_STRNLEN): ... not here.
9841         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9842         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9843         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9844         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9845         necessary.
9846         * modules/string: New file.
9847         * modules/memmem (Files): Remove special-purpose include file.
9848         (Depends-on): Add string.
9849         (Include): Include <string.h>, not the removed file.
9850         * modules/mempcpy: Likewise.
9851         * modules/memrchr: Likewise.
9852         * modules/stpcpy: Likewise.
9853         * modules/stpncpy: Likewise.
9854         * modules/strcase: Likewise.
9855         * modules/strchrnul: Likewise.
9856         * modules/strdup: Likewise.
9857         * modules/strndup: Likewise.
9858         * modules/strnlen: Likewise.
9859         * modules/strpbrk: Likewise.
9860         * modules/strsep: Likewise.
9861         * modules/strstr: Likewise.
9862         * modules/strtok_r: Likewise.
9863         * tests/test-dirname.c: Don't include "strdup.h", since
9864         <string.h> now suffices.
9865         * tests/test-memmem.c: Don't include "memmem.h", since
9866         <string.h> now suffices.
9867
9868 2007-01-25  Bruno Haible  <bruno@clisp.org>
9869
9870         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9871         *resultp is 0.
9872
9873         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9874         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9875         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9876         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9877
9878         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9879         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9880         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9881         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9882         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9883         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9884
9885 2007-01-24  Bruno Haible  <bruno@clisp.org>
9886
9887         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9888         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9889         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9890         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9891         gl_FUNC_FTS_CORE.
9892         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9893         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9894         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9895         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9896         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9897         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9898         gl_FUNC_FCHOWNAT.
9899         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9900         gl_FUNC_STRFTIME.
9901         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9902         Reported by Ralf Wildenhues.
9903
9904 2007-01-24  Bruno Haible  <bruno@clisp.org>
9905
9906         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9907         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9908         gl_GETADDRINFO.
9909         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9910         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9911         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9912
9913 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9914
9915         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9916         Don't use 'exit'; just return from 'main'.
9917         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9918
9919         * lib/fnmatch_.h: Readjust white space and comments to match
9920         glibc, to avoid spurious diffs.
9921
9922 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9923
9924         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9925         2004-12-01 change by Jakub Jelinek, since this code won't compile
9926         if !LIBC.  Problem reported by Bob Proulx.
9927
9928 2007-01-23  Bruno Haible  <bruno@clisp.org>
9929
9930         * lib/striconveh.c: Include c-strcaseeq.h.
9931         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9932         * modules/striconveh (Depends-on): Add c-strcaseeq.
9933
9934 2007-01-23  Bruno Haible  <bruno@clisp.org>
9935
9936         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9937
9938         * modules/c-strcaseeq: New file.
9939         * lib/c-strcaseeq.h: New file.
9940
9941         * modules/streq: New file.
9942         * lib/streq.h: New file.
9943
9944 2007-01-23  Bruno Haible  <bruno@clisp.org>
9945
9946         * modules/striconveha-tests: New file.
9947         * tests/test-striconveha.c: New file.
9948
9949         * lib/striconveha.h: Include <stdbool.h>.
9950         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9951         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9952         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9953         (mem_iconveha): New function.
9954         (str_iconveha_notranslit): Renamed from str_iconveha.
9955         (str_iconveha): New function.
9956         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9957         c-strcase.
9958
9959 2007-01-23  Bruno Haible  <bruno@clisp.org>
9960
9961         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9962         encodings without forgiving before trying any encoding with handler.
9963         (str_iconveha): Try all encodings without forgiving before trying any
9964         encoding with handler.
9965
9966 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9967
9968         Import the following changes from libc.
9969
9970         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9971
9972         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9973
9974         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9975
9976         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9977         normal_bracket label.
9978
9979         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9980
9981         [BZ #361]
9982         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9983         to normal_bracket after fetching the next character.
9984
9985 2007-01-22  Bruno Haible  <bruno@clisp.org>
9986
9987         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9988         argument.
9989         * lib/striconveh.c (iconv_carefully_1): New function.
9990         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9991         argument.
9992         (str_cd_iconveh): Update.
9993         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9994         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9995         * tests/test-striconveh.c (MAGIC): New macro.
9996         (new_offsets): New function.
9997         (main): Test call with and without offsets.
9998
9999 2007-01-22  Bruno Haible  <bruno@clisp.org>
10000
10001         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
10002         * modules/sys_select (Makefile.am): Likewise.
10003         * modules/sys_socket (Makefile.am): Likewise.
10004         * modules/sys_time (Makefile.am): Likewise.
10005
10006 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10007
10008         * modules/gettimeofday (License): Change from GPL to LGPL, since
10009         gettimeofday is a library function.
10010
10011 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10012
10013         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
10014
10015 2007-01-21  Bruno Haible  <bruno@clisp.org>
10016
10017         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
10018
10019 2007-01-21  Bruno Haible  <bruno@clisp.org>
10020
10021         * modules/striconveha: New file.
10022         * lib/striconveha.h: New file.
10023         * lib/striconveha.c: New file.
10024         * MODULES.html.sh (Internationalization functions): Add striconveha.
10025         * lib/striconv.c (str_iconv): Optimize the case of an empty input
10026         string.
10027         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
10028
10029 2007-01-21  Bruno Haible  <bruno@clisp.org>
10030
10031         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
10032         * lib/striconveh.c (str_iconveh): Likewise.
10033
10034 2007-01-21  Bruno Haible  <bruno@clisp.org>
10035
10036         * lib/striconveh.h (mem_iconveh): New declaration.
10037         * lib/striconveh.c (mem_iconveh): New function.
10038         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
10039
10040 2007-01-21  Bruno Haible  <bruno@clisp.org>
10041
10042         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
10043
10044         * lib/striconveh.h (mem_cd_iconveh): Change specification.
10045         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
10046         original result buffer.
10047         (str_cd_iconveh): Update.
10048         * tests/test-striconveh.c (main): Update.
10049
10050         * lib/striconv.h (mem_cd_iconv): Change specification.
10051         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
10052         result buffer.
10053         (str_cd_iconv): Update.
10054         * tests/test-striconv.c (main): Update.
10055
10056 2007-01-21  Bruno Haible  <bruno@clisp.org>
10057
10058         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
10059
10060 2007-01-20  Jim Meyering  <jim@meyering.net>
10061
10062         * lib/userspec.c (parse_with_separator): If a user or group string
10063         starts with "+", skip the corresponding name-to-ID look-up, since
10064         such a look-up must fail: user and group names may not include "+".
10065
10066 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
10067
10068         * lib/poll.c: Include sys/time.h and time.h unconditionally,
10069         since we now assume the sys_time module.
10070         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
10071         check for sys/time.h; no longer needed.
10072         * modules/poll (Depends-on): Depend on sys_time.
10073
10074 2007-01-18  Bruno Haible  <bruno@clisp.org>
10075
10076         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
10077         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
10078
10079         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
10080         gettimeofday.
10081
10082         * tests/test-gettimeofday.c: Include <time.h>.
10083         (dummy): Remove variable.
10084
10085         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
10086         gl_HEADER_SYS_TIME_H.
10087         (gl_HEADER_SYS_TIME_H): New macro.
10088
10089         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
10090         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10091         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
10092         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
10093         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10094         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
10095         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
10096         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10097         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
10098         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
10099         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10100
10101         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
10102         last change; it caused a compilation error when cross-compiling to
10103         Cygwin.
10104
10105 2007-01-18  Jim Meyering  <jim@meyering.net>
10106
10107         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
10108         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
10109         than the race-prone "test -d sys || mkdir sys".
10110         (configure.ac): Use AC_PROG_MKDIR_P.
10111         * modules/sys_select: Likewise.
10112         * modules/sys_socket: Likewise.
10113         * modules/sys_time: Likewise.
10114
10115 2007-01-18  Eric Blake  <ebb9@byu.net>
10116
10117         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
10118         replace gettimeofday.
10119         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
10120         name, to avoid infinite recursion.
10121
10122 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
10123
10124         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
10125         module sys_time.
10126         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
10127         assume timespec.h defines struct timeval.
10128         * lib/settime.c: Likewise.
10129         * lib/utimens.c: Likewise.
10130         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
10131         since we now assume the gettimeofday module.
10132         * lib/tempname.c (__gen_tempname): Likewise.
10133         * lib/gettimeofday.h: Remove.
10134         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
10135         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
10136         Include <time.h>, for 'time()'.
10137         (localtime_buffer_addr): Also use this workaround if
10138         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
10139         to simplify the uses.  All uses changed.
10140         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
10141         that #undef is inside {}, and 'const' follows type name consistently.
10142         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
10143         (gettimeofday): Do not use the maximum possible value for
10144         tv->tv_usec, since that might break usages other than ls.c.
10145         Instead, we'll leave ls.c alone.  This undoes today's patch
10146         by Bruno.  Add a compile-time warning for 1s-clock resolution;
10147         we've never observed the problem but might as well keep the
10148         canary.
10149         * lib/nanosleep.c: Include timespec.h first, for interface check.
10150         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
10151         now assume the sys_time module.
10152         * lib/tempname.c: Likewise.
10153         * lib/timespec.h: Likewise.
10154         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
10155         needed.
10156         * lib/strftime.c: Likewise.
10157         * lib/timespec.h: Likewise.
10158         * lib/posixtm.c: Include posixtm.h first, for interface check.
10159         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
10160         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
10161         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
10162         * lib/sys_time_.h: New file.
10163         * lib/timespec.h (struct timespec): Use long int, not long.
10164         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
10165         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
10166         Remove obsolescent call to AC_HEADER_TIME.
10167         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
10168         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10169         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
10170         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
10171         Likewise.
10172         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
10173         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
10174         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
10175         into the sys_time module.  Check for gettimeofday just once.
10176         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
10177         for gettimeofday signature to just check the signature.  Merely
10178         compile it, since linking doesn't test signature.  Improve test for
10179         whether gettimeofday.o is actually needed.
10180         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
10181         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
10182         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
10183         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10184         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
10185         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
10186         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
10187         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
10188         than worrying about sys/time.h.
10189         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
10190         Don't bother worrying about TIME_WITH_SYS_TIME.
10191         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
10192         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
10193         * m4/sys_time_h.m4: New file.
10194         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
10195         Don't include sys/time.h.  Return from main rather than exiting.
10196         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
10197         all uses changed.
10198         * modules/gethrxtime (Depends-on): Add sys_time.
10199         * modules/gettime (Depends-on): Likewise.
10200         * modules/gettimeofday (Depends-on): Likewise.
10201         * modules/nanosleep (Depends-on): Likewise.
10202         * modules/settime (Depends-on): Likewise.
10203         * modules/tempname (Depends-on): Likewise.
10204         * modules/utimens (Depends-on): Likewise.
10205         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
10206         (Include:) Change back to <sys/time.h>.
10207         (Maintainer:) Add self.
10208         * modules/sys_time: New file.
10209         * modules/tempname (Depends-on): Add gettimeofday.
10210         * tests/test-gettimeofday.c: Include <sys/time.h>
10211         rather than gettimeofday.h.
10212
10213 2007-01-17  Bruno Haible  <bruno@clisp.org>
10214
10215         * gnulib-tool (func_get_license): Revert last patch. Instead, let
10216         the license default to GPL.
10217         (func_create_testdir): Don't complain if a module is LGPL and its
10218         tests module depends on GPLed modules.
10219
10220 2007-01-17  Bruno Haible  <bruno@clisp.org>
10221
10222         * lib/gettimeofday.c (gettimeofday): Add code for the case
10223         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
10224         maximum possible value for tv->tv_usec, rather than the minimum one.
10225
10226 2005-10-08  Martin Lambers  <marlam@marlam.de>
10227 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10228 2007-01-16  Bruno Haible  <bruno@clisp.org>
10229
10230         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
10231         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
10232         gl_FUNC_GETTIMEOFDAY.
10233         (Include): Add gettimeofday.h.
10234         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
10235         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
10236         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
10237         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
10238         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
10239         * lib/gettimeofday.h: New file.
10240         * lib/gettimeofday.c: Include <sys/timeb.h>.
10241         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
10242         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10243         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
10244         fall back on time().
10245
10246         * tests/test-gettimeofday.c: New file.
10247         * modules/gettimeofday-tests: New file.
10248
10249 2007-01-16  Eric Blake  <ebb9@byu.net>
10250
10251         * modules/fnmatch (Depends-on): Depend on wchar.
10252         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
10253         * m4/fnmatch.m4: Likewise.
10254         * modules/mbchar (Makefile.am): Assume <wchar.h>.
10255         * m4/mbchar.m4: Likewise.
10256         * modules/mbswidth (Depends-on): Depend on wchar.
10257         * lib/mbswidth.c: Assume <wchar.h>.
10258         * m4/mbswidth.m4: Likewise.
10259         * modules/quotearg (Depends-on): Depend on wchar.
10260         * lib/quotearg.c: Assume <wchar.h>.
10261         * m4/quotearg.m4: Likewise.
10262         * modules/regex (Depends-on): Depend on wchar.
10263         * lib/regex_internal.h: Assume <wchar.h>.
10264         * m4/regex.m4: Likewise.
10265         * modules/stdint (Depends-on): Depend on wchar.
10266         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
10267         * m4/stdint.m4: Likewise.
10268         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
10269         * modules/strftime (Depends-on): Depend on wchar.
10270         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
10271         * modules/strtol (Depends-on): Depend on wchar.
10272         * lib/strtol.c: Assume <wchar.h>.
10273         * modules/wcwidth (Depends-on): Depend on wchar.
10274         * lib/wcwidth.h: Assume <wchar.h>.
10275         * m4/wcwidth.m4: Likewise.
10276
10277 2007-01-16  Bruno Haible  <bruno@clisp.org>
10278
10279         * modules/csharpexec-script: New, created from...
10280         * modules/csharpexec: ... this.
10281
10282 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
10283
10284         * modules/javaexec-script: New, created from...
10285         * modules/javaexec: ... this.
10286
10287 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10288
10289         * modules/poll (Dependencies): Add sys_select.
10290
10291 2007-01-15  Jim Meyering  <jim@meyering.net>
10292
10293         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
10294         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
10295         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
10296         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
10297
10298 2007-01-15  Bruno Haible  <bruno@clisp.org>
10299
10300         * modules/striconveh: New file.
10301         * lib/striconveh.h: New file.
10302         * lib/striconveh.c: New file.
10303         * MODULES.html.sh (Internationalization functions): Add striconveh.
10304
10305         * modules/striconveh-tests: New file.
10306         * tests/test-striconveh.c: New file.
10307
10308 2007-01-15  Bruno Haible  <bruno@clisp.org>
10309
10310         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
10311         not from GNU libiconv or GNU libc.
10312
10313 2007-01-15  Bruno Haible  <bruno@clisp.org>
10314
10315         * doc/gnulib-intro.texi (Copyright): Explain the different license
10316         terms for module descriptions, autoconf macros, tests, documentation.
10317
10318 2007-01-14  Bruno Haible  <bruno@clisp.org>
10319
10320         * modules/striconv-tests: New file.
10321         * tests/test-striconv.c: New file.
10322
10323 2007-01-14  Bruno Haible  <bruno@clisp.org>
10324
10325         * modules/iconv-tests: New file.
10326         * tests/test-iconv.c: New file.
10327
10328 2007-01-14  Bruno Haible  <bruno@clisp.org>
10329
10330         * gnulib-tool (func_get_license): For test modules, use the license of
10331         the main module.
10332
10333 2007-01-14  Bruno Haible  <bruno@clisp.org>
10334
10335         * modules/iconv (Include): Clarify that <iconv.h> can only be included
10336         if iconv is found to exist.
10337
10338 2007-01-14  Bruno Haible  <bruno@clisp.org>
10339
10340         * modules/c-ctype-tests: New file.
10341         * tests/test-c-ctype.c: New file.
10342
10343 2007-01-14  Bruno Haible  <bruno@clisp.org>
10344
10345         * modules/binary-io-tests: New file.
10346         * tests/test-binary-io.sh: New file.
10347         * tests/test-binary-io.c: New file.
10348
10349 2007-01-14  Bruno Haible  <bruno@clisp.org>
10350
10351         * modules/array-oset-tests: New file.
10352         * tests/test-array_oset.c: New file.
10353
10354 2007-01-14  Bruno Haible  <bruno@clisp.org>
10355
10356         * modules/array-list-tests: New file.
10357         * tests/test-array_list.c: New file.
10358
10359 2007-01-14  Bruno Haible  <bruno@clisp.org>
10360
10361         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
10362         and make.
10363         Reported by Simon Josefsson in
10364         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
10365
10366 2007-01-14  Bruno Haible  <bruno@clisp.org>
10367
10368         * modules/allocsa-tests: New file.
10369         * tests/test-allocsa.c: New file.
10370
10371 2007-01-14  Bruno Haible  <bruno@clisp.org>
10372
10373         * modules/fchdir (Depends-on): Add absolute-header.
10374         * modules/unistd (Depends-on): Likewise.
10375
10376 2006-12-30  Bruno Haible  <bruno@clisp.org>
10377
10378         * modules/fchdir: New file.
10379         * modules/unistd (Files): Add lib/unistd_.h.
10380         (Makefile.am): Generate unistd.h from unistd_.h.
10381         * lib/fchdir.c: New file.
10382         * lib/dirent_.h: New file.
10383         * lib/unistd_.h: New file.
10384         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
10385         * m4/fchdir.m4: New file.
10386         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
10387         (gl_HEADER_UNISTD): Invoke it.
10388         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
10389         function.
10390         * lib/backupfile.c (opendir, closedir): Undefine.
10391         * lib/chown.c (open, close): Undefine.
10392         * lib/clean-temp.c (open, close): Undefine.
10393         * lib/copy-file.c (open, close): Undefine.
10394         * lib/execute.c (open, close): Undefine.
10395         * lib/fsusage.c (open, close): Undefine.
10396         * lib/gc-gnulib.c (open, close): Undefine.
10397         * lib/getcwd.c (opendir, closedir): Undefine.
10398         * lib/glob.c (opendir, closedir): Undefine.
10399         * lib/javacomp.c (open, close): Undefine.
10400         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
10401         * lib/openat-proc.c (open, close): Undefine.
10402         * lib/pagealign_alloc.c (open, close): Undefine.
10403         * lib/pipe.c (open, close): Undefine.
10404         * lib/progreloc.c (open, close): Undefine.
10405         * lib/savedir.c (opendir, closedir): Undefine.
10406         * lib/utime.c (open, close): Undefine.
10407         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
10408
10409 2007-01-10  Bruno Haible  <bruno@clisp.org>
10410
10411         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
10412
10413 2007-01-12  Eric Blake  <ebb9@byu.net>
10414
10415         Provide a robust <wchar.h>.  Further simplifications are now
10416         possible in other modules, but not included here.
10417         * modules/wchar: New module.
10418         * m4/wchar.m4: New file.
10419         * lib/wchar_.h: Likewise.
10420         * modules/mbchar (Depends-on): Depend on wchar, as the first use
10421         of the new module.
10422         * MODULES.html.sh (Extended multibyte and wide character utilities):
10423         New section.
10424
10425 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
10426
10427         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
10428         to a reasonable default for memory allocation.
10429         (xreadlink): Don't allocate a huge buffer, to work around a buggy
10430         file system that reports garbage st_size values for symlinks.
10431         Problem reported by Liyang Hu.
10432
10433 2007-01-11  Simon Josefsson  <simon@josefsson.org>
10434
10435         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
10436         Emacs .#* auto-save files).
10437
10438 2007-01-11  Bruno Haible  <bruno@clisp.org>
10439
10440         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
10441         directory.
10442
10443 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10444
10445         Use @...@ consistently in lib/wctype_.h.
10446         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
10447         on it being set to 1 or 0.
10448         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
10449         go back to AC_SUBSTing it.
10450         * modules/wctype (Makefile.am): Undo previous change.
10451
10452 2007-01-10  Eric Blake  <ebb9@byu.net>
10453
10454         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
10455         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
10456         * modules/wctype (Makefile.am): Likewise.
10457         Reported by Chris McGuire.
10458
10459 2007-01-10  Jim Meyering  <jim@meyering.net>
10460
10461         fts.c: a small readability/maintainability improvement
10462         * lib/fts.c (fts_read): Make this code slightly more readable and
10463         maintainable by hoisting the "sp->fts_cur = p" assignments to
10464         immediately follow the statements that set P.  Derived from
10465         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
10466
10467 2007-01-10  Eric Blake  <ebb9@byu.net>
10468
10469         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
10470         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
10471         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10472         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
10473         Reported by Chris McGuire.
10474
10475 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10476
10477         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
10478         in sed script.
10479
10480 2007-01-09  Bruno Haible  <bruno@clisp.org>
10481
10482         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
10483         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
10484         variables.
10485         (func_module): Use them.
10486
10487 2007-01-09  Bruno Haible  <bruno@clisp.org>
10488
10489         * modules/unistr/base: New file.
10490         * lib/unistr.h: New file.
10491
10492         * modules/unistr/u8-to-u16: New file.
10493         * lib/unistr/u8-to-u16.c: New file.
10494
10495         * modules/unistr/u8-to-u32: New file.
10496         * lib/unistr/u8-to-u32.c: New file.
10497
10498         * modules/unistr/u16-to-u8: New file.
10499         * lib/unistr/u16-to-u8.c: New file.
10500
10501         * modules/unistr/u16-to-u32: New file.
10502         * lib/unistr/u16-to-u32.c: New file.
10503
10504         * modules/unistr/u32-to-u8: New file.
10505         * lib/unistr/u32-to-u8.c: New file.
10506
10507         * modules/unistr/u32-to-u16: New file.
10508         * lib/unistr/u32-to-u16.c: New file.
10509
10510         * modules/unistr/u8-check: New file.
10511         * modules/unistr/u16-check: New file.
10512         * modules/unistr/u32-check: New file.
10513         * lib/unistr/u8-check.c: New file.
10514         * lib/unistr/u16-check.c: New file.
10515         * lib/unistr/u32-check.c: New file.
10516
10517         * modules/unistr/u8-chr: New file.
10518         * modules/unistr/u16-chr: New file.
10519         * modules/unistr/u32-chr: New file.
10520         * lib/unistr/u8-chr.c: New file.
10521         * lib/unistr/u16-chr.c: New file.
10522         * lib/unistr/u32-chr.c: New file.
10523
10524         * modules/unistr/u8-cmp: New file.
10525         * modules/unistr/u16-cmp: New file.
10526         * modules/unistr/u32-cmp: New file.
10527         * lib/unistr/u8-cmp.c: New file.
10528         * lib/unistr/u16-cmp.c: New file.
10529         * lib/unistr/u32-cmp.c: New file.
10530
10531         * modules/unistr/u8-cpy: New file.
10532         * modules/unistr/u16-cpy: New file.
10533         * modules/unistr/u32-cpy: New file.
10534         * lib/unistr/u8-cpy.c: New file.
10535         * lib/unistr/u16-cpy.c: New file.
10536         * lib/unistr/u32-cpy.c: New file.
10537         * lib/unistr/u-cpy.h: New file.
10538
10539         * modules/unistr/u8-cpy-alloc: New file.
10540         * modules/unistr/u16-cpy-alloc: New file.
10541         * modules/unistr/u32-cpy-alloc: New file.
10542         * lib/unistr/u8-cpy-alloc.c: New file.
10543         * lib/unistr/u16-cpy-alloc.c: New file.
10544         * lib/unistr/u32-cpy-alloc.c: New file.
10545         * lib/unistr/u-cpy-alloc.h: New file.
10546
10547         * modules/unistr/u8-endswith: New file.
10548         * modules/unistr/u16-endswith: New file.
10549         * modules/unistr/u32-endswith: New file.
10550         * lib/unistr/u8-endswith.c: New file.
10551         * lib/unistr/u16-endswith.c: New file.
10552         * lib/unistr/u32-endswith.c: New file.
10553         * lib/unistr/u-endswith.h: New file.
10554
10555         * modules/unistr/u8-mblen: New file.
10556         * modules/unistr/u16-mblen: New file.
10557         * modules/unistr/u32-mblen: New file.
10558         * lib/unistr/u8-mblen.c: New file.
10559         * lib/unistr/u16-mblen.c: New file.
10560         * lib/unistr/u32-mblen.c: New file.
10561
10562         * modules/unistr/u8-mbtouc: New file.
10563         * modules/unistr/u16-mbtouc: New file.
10564         * modules/unistr/u32-mbtouc: New file.
10565         * lib/unistr/u8-mbtouc.c: New file.
10566         * lib/unistr/u16-mbtouc.c: New file.
10567         * lib/unistr/u32-mbtouc.c: New file.
10568
10569         * modules/unistr/u8-mbtouc-safe: New file.
10570         * modules/unistr/u16-mbtouc-safe: New file.
10571         * modules/unistr/u32-mbtouc-safe: New file.
10572         * lib/unistr/u8-mbtouc-safe.c: New file.
10573         * lib/unistr/u16-mbtouc-safe.c: New file.
10574         * lib/unistr/u32-mbtouc-safe.c: New file.
10575
10576         * modules/unistr/u8-move: New file.
10577         * modules/unistr/u16-move: New file.
10578         * modules/unistr/u32-move: New file.
10579         * lib/unistr/u8-move.c: New file.
10580         * lib/unistr/u16-move.c: New file.
10581         * lib/unistr/u32-move.c: New file.
10582         * lib/unistr/u-move.h: New file.
10583
10584         * modules/unistr/u8-next: New file.
10585         * modules/unistr/u16-next: New file.
10586         * modules/unistr/u32-next: New file.
10587         * lib/unistr/u8-next.c: New file.
10588         * lib/unistr/u16-next.c: New file.
10589         * lib/unistr/u32-next.c: New file.
10590
10591         * modules/unistr/u8-prev: New file.
10592         * modules/unistr/u16-prev: New file.
10593         * modules/unistr/u32-prev: New file.
10594         * lib/unistr/u8-prev.c: New file.
10595         * lib/unistr/u16-prev.c: New file.
10596         * lib/unistr/u32-prev.c: New file.
10597
10598         * modules/unistr/u8-set: New file.
10599         * modules/unistr/u16-set: New file.
10600         * modules/unistr/u32-set: New file.
10601         * lib/unistr/u8-set.c: New file.
10602         * lib/unistr/u16-set.c: New file.
10603         * lib/unistr/u32-set.c: New file.
10604         * lib/unistr/u-set.h: New file.
10605
10606         * modules/unistr/u8-startswith: New file.
10607         * modules/unistr/u16-startswith: New file.
10608         * modules/unistr/u32-startswith: New file.
10609         * lib/unistr/u8-startswith.c: New file.
10610         * lib/unistr/u16-startswith.c: New file.
10611         * lib/unistr/u32-startswith.c: New file.
10612         * lib/unistr/u-startswith.h: New file.
10613
10614         * modules/unistr/u8-stpcpy: New file.
10615         * modules/unistr/u16-stpcpy: New file.
10616         * modules/unistr/u32-stpcpy: New file.
10617         * lib/unistr/u8-stpcpy.c: New file.
10618         * lib/unistr/u16-stpcpy.c: New file.
10619         * lib/unistr/u32-stpcpy.c: New file.
10620         * lib/unistr/u-stpcpy.h: New file.
10621
10622         * modules/unistr/u8-stpncpy: New file.
10623         * modules/unistr/u16-stpncpy: New file.
10624         * modules/unistr/u32-stpncpy: New file.
10625         * lib/unistr/u8-stpncpy.c: New file.
10626         * lib/unistr/u16-stpncpy.c: New file.
10627         * lib/unistr/u32-stpncpy.c: New file.
10628         * lib/unistr/u-stpncpy.h: New file.
10629
10630         * modules/unistr/u8-strcat: New file.
10631         * modules/unistr/u16-strcat: New file.
10632         * modules/unistr/u32-strcat: New file.
10633         * lib/unistr/u8-strcat.c: New file.
10634         * lib/unistr/u16-strcat.c: New file.
10635         * lib/unistr/u32-strcat.c: New file.
10636         * lib/unistr/u-strcat.h: New file.
10637
10638         * modules/unistr/u8-strchr: New file.
10639         * modules/unistr/u16-strchr: New file.
10640         * modules/unistr/u32-strchr: New file.
10641         * lib/unistr/u8-strchr.c: New file.
10642         * lib/unistr/u16-strchr.c: New file.
10643         * lib/unistr/u32-strchr.c: New file.
10644
10645         * modules/unistr/u8-strcmp: New file.
10646         * modules/unistr/u16-strcmp: New file.
10647         * modules/unistr/u32-strcmp: New file.
10648         * lib/unistr/u8-strcmp.c: New file.
10649         * lib/unistr/u16-strcmp.c: New file.
10650         * lib/unistr/u32-strcmp.c: New file.
10651
10652         * modules/unistr/u8-strcpy: New file.
10653         * modules/unistr/u16-strcpy: New file.
10654         * modules/unistr/u32-strcpy: New file.
10655         * lib/unistr/u8-strcpy.c: New file.
10656         * lib/unistr/u16-strcpy.c: New file.
10657         * lib/unistr/u32-strcpy.c: New file.
10658         * lib/unistr/u-strcpy.h: New file.
10659
10660         * modules/unistr/u8-strcspn: New file.
10661         * modules/unistr/u16-strcspn: New file.
10662         * modules/unistr/u32-strcspn: New file.
10663         * lib/unistr/u8-strcspn.c: New file.
10664         * lib/unistr/u16-strcspn.c: New file.
10665         * lib/unistr/u32-strcspn.c: New file.
10666         * lib/unistr/u-strcspn.h: New file.
10667
10668         * modules/unistr/u8-strdup: New file.
10669         * modules/unistr/u16-strdup: New file.
10670         * modules/unistr/u32-strdup: New file.
10671         * lib/unistr/u8-strdup.c: New file.
10672         * lib/unistr/u16-strdup.c: New file.
10673         * lib/unistr/u32-strdup.c: New file.
10674         * lib/unistr/u-strdup.h: New file.
10675
10676         * modules/unistr/u8-strlen: New file.
10677         * modules/unistr/u16-strlen: New file.
10678         * modules/unistr/u32-strlen: New file.
10679         * lib/unistr/u8-strlen.c: New file.
10680         * lib/unistr/u16-strlen.c: New file.
10681         * lib/unistr/u32-strlen.c: New file.
10682         * lib/unistr/u-strlen.h: New file.
10683
10684         * modules/unistr/u8-strmblen: New file.
10685         * modules/unistr/u16-strmblen: New file.
10686         * modules/unistr/u32-strmblen: New file.
10687         * lib/unistr/u8-strmblen.c: New file.
10688         * lib/unistr/u16-strmblen.c: New file.
10689         * lib/unistr/u32-strmblen.c: New file.
10690
10691         * modules/unistr/u8-strmbtouc: New file.
10692         * modules/unistr/u16-strmbtouc: New file.
10693         * modules/unistr/u32-strmbtouc: New file.
10694         * lib/unistr/u8-strmbtouc.c: New file.
10695         * lib/unistr/u16-strmbtouc.c: New file.
10696         * lib/unistr/u32-strmbtouc.c: New file.
10697
10698         * modules/unistr/u8-strncat: New file.
10699         * modules/unistr/u16-strncat: New file.
10700         * modules/unistr/u32-strncat: New file.
10701         * lib/unistr/u8-strncat.c: New file.
10702         * lib/unistr/u16-strncat.c: New file.
10703         * lib/unistr/u32-strncat.c: New file.
10704         * lib/unistr/u-strncat.h: New file.
10705
10706         * modules/unistr/u8-strncmp: New file.
10707         * modules/unistr/u16-strncmp: New file.
10708         * modules/unistr/u32-strncmp: New file.
10709         * lib/unistr/u8-strncmp.c: New file.
10710         * lib/unistr/u16-strncmp.c: New file.
10711         * lib/unistr/u32-strncmp.c: New file.
10712
10713         * modules/unistr/u8-strncpy: New file.
10714         * modules/unistr/u16-strncpy: New file.
10715         * modules/unistr/u32-strncpy: New file.
10716         * lib/unistr/u8-strncpy.c: New file.
10717         * lib/unistr/u16-strncpy.c: New file.
10718         * lib/unistr/u32-strncpy.c: New file.
10719         * lib/unistr/u-strncpy.h: New file.
10720
10721         * modules/unistr/u8-strnlen: New file.
10722         * modules/unistr/u16-strnlen: New file.
10723         * modules/unistr/u32-strnlen: New file.
10724         * lib/unistr/u8-strnlen.c: New file.
10725         * lib/unistr/u16-strnlen.c: New file.
10726         * lib/unistr/u32-strnlen.c: New file.
10727         * lib/unistr/u-strnlen.h: New file.
10728
10729         * modules/unistr/u8-strpbrk: New file.
10730         * modules/unistr/u16-strpbrk: New file.
10731         * modules/unistr/u32-strpbrk: New file.
10732         * lib/unistr/u8-strpbrk.c: New file.
10733         * lib/unistr/u16-strpbrk.c: New file.
10734         * lib/unistr/u32-strpbrk.c: New file.
10735         * lib/unistr/u-strpbrk.h: New file.
10736
10737         * modules/unistr/u8-strrchr: New file.
10738         * modules/unistr/u16-strrchr: New file.
10739         * modules/unistr/u32-strrchr: New file.
10740         * lib/unistr/u8-strrchr.c: New file.
10741         * lib/unistr/u16-strrchr.c: New file.
10742         * lib/unistr/u32-strrchr.c: New file.
10743
10744         * modules/unistr/u8-strspn: New file.
10745         * modules/unistr/u16-strspn: New file.
10746         * modules/unistr/u32-strspn: New file.
10747         * lib/unistr/u8-strspn.c: New file.
10748         * lib/unistr/u16-strspn.c: New file.
10749         * lib/unistr/u32-strspn.c: New file.
10750         * lib/unistr/u-strspn.h: New file.
10751
10752         * modules/unistr/u8-strstr: New file.
10753         * modules/unistr/u16-strstr: New file.
10754         * modules/unistr/u32-strstr: New file.
10755         * lib/unistr/u8-strstr.c: New file.
10756         * lib/unistr/u16-strstr.c: New file.
10757         * lib/unistr/u32-strstr.c: New file.
10758         * lib/unistr/u-strstr.h: New file.
10759
10760         * modules/unistr/u8-strtok: New file.
10761         * modules/unistr/u16-strtok: New file.
10762         * modules/unistr/u32-strtok: New file.
10763         * lib/unistr/u8-strtok.c: New file.
10764         * lib/unistr/u16-strtok.c: New file.
10765         * lib/unistr/u32-strtok.c: New file.
10766         * lib/unistr/u-strtok.h: New file.
10767
10768         * modules/unistr/u8-uctomb: New file.
10769         * modules/unistr/u16-uctomb: New file.
10770         * modules/unistr/u32-uctomb: New file.
10771         * lib/unistr/u8-uctomb.c: New file.
10772         * lib/unistr/u16-uctomb.c: New file.
10773         * lib/unistr/u32-uctomb.c: New file.
10774
10775         * MODULES.html.sh (Unicode string functions): Add the new modules.
10776
10777 2007-01-08  Bruno Haible  <bruno@clisp.org>
10778
10779         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10780         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10781         subdirectories.
10782
10783 2007-01-08  Karl Berry  <karl@gnu.org>
10784
10785         * doc/error.texi: mention that main() fns must set program_name
10786         when progname is used.
10787
10788 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10789
10790         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10791         WCTYPE_H is empty, for the benefit of builds from non-distclean
10792         directories.  Problem reported by Eric Blake in
10793         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10794
10795 2007-01-08  Bruno Haible  <bruno@clisp.org>
10796
10797         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10798         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10799         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10800         PROVIDE_CANONICALIZE_FILENAME_MODE.
10801         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10802
10803 2007-01-08  Bruno Haible  <bruno@clisp.org>
10804
10805         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10806         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10807         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10808         * lib/fts.c: Likewise.
10809         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10810
10811 2006-12-25  Bruno Haible  <bruno@clisp.org>
10812
10813         * modules/utf8-ucs4-safe: New file.
10814         * lib/utf8-ucs4-safe.h: New file.
10815         * lib/unistr/utf8-ucs4-safe.c: New file.
10816
10817         * modules/utf16-ucs4-safe: New file.
10818         * lib/utf16-ucs4-safe.h: New file.
10819         * lib/unistr/utf16-ucs4-safe.c: New file.
10820
10821         * MODULES.html.sh (Unicode string functions): Add the new modules.
10822
10823 2007-01-08  Bruno Haible  <bruno@clisp.org>
10824
10825         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10826         (Depends-on): Add unitypes.
10827         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10828         (u8_mbtouc_aux): Move out to separate file.
10829         (u8_mbtouc): Use ucs4_t, uint8_t types.
10830         * lib/unistr/utf8-ucs4.c: New file.
10831
10832         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10833         (Depends-on): Add unitypes.
10834         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10835         (u16_mbtouc_aux): Move out to separate file.
10836         (u16_mbtouc): Use ucs4_t, uint16_t types.
10837         * lib/unistr/utf16-ucs4.c: New file.
10838
10839         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10840         (Depends-on): Add unitypes.
10841         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10842         (u8_uctomb_aux): Move out to separate file.
10843         (u8_uctomb): Use ucs4_t, uint8_t types.
10844         * lib/unistr/ucs4-utf8.c: New file.
10845
10846         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10847         (Depends-on): Add unitypes.
10848         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10849         (u16_uctomb_aux): Move out to separate file.
10850         (u16_uctomb): Use ucs4_t, uint16_t types.
10851         * lib/unistr/ucs4-utf16.c: New file.
10852
10853 2006-12-25  Bruno Haible  <bruno@clisp.org>
10854
10855         * modules/unitypes: New file.
10856         * lib/unitypes.h: New file.
10857         * MODULES.html.sh (func_all_modules): New section "Unicode string
10858         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10859         this section. Add unitypes.
10860
10861 2007-01-08  Bruno Haible  <bruno@clisp.org>
10862
10863         Avoid variable names that conflict with those from libtool.
10864         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10865         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10866         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10867         library_names_spec to acl_library_names_spec, hardcode_* to
10868         acl_hardcode_*.
10869         Reported by Ralf Wildenhues.
10870
10871 2007-01-08  Bruno Haible  <bruno@clisp.org>
10872
10873         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10874         definition.
10875         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10876         definition.
10877         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10878         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10879         definition.
10880         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10881         definition.
10882         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10883         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10884         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10885         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10886         definition.
10887         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10888         definition.
10889         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10890         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10891         GC_USE_<algorithm>.
10892         * lib/gc-libgcrypt.c: Likewise.
10893         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10894         * modules/gc-arctwo (configure.ac): Likewise.
10895         * modules/gc-des (configure.ac): Likewise.
10896         * modules/gc-hmac-md5 (configure.ac): Likewise.
10897         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10898         * modules/gc-md2 (configure.ac): Likewise.
10899         * modules/gc-md4 (configure.ac): Likewise.
10900         * modules/gc-md5 (configure.ac): Likewise.
10901         * modules/gc-random (configure.ac): Likewise.
10902         * modules/gc-rijndael (configure.ac): Likewise.
10903         * modules/gc-sha1 (configure.ac): Likewise.
10904
10905 2007-01-08  Bruno Haible  <bruno@clisp.org>
10906
10907         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10908         macro definition.
10909         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10910         definition.
10911         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10912         definition.
10913         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10914         * modules/fcntl-safer (configure.ac): Likewise.
10915         * modules/fopen-safer (configure.ac): Likewise.
10916         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10917         GNULIB_FWRITEERROR macro definition.
10918
10919 2007-01-08  Bruno Haible  <bruno@clisp.org>
10920
10921         * m4/gnulib-common.m4: New file.
10922         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10923         (func_get_filelist): Add m4/gnulib-common.m4.
10924
10925 2007-01-08  Bruno Haible  <bruno@clisp.org>
10926
10927         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10928         command.
10929
10930 2007-01-08  Jim Meyering  <jim@meyering.net>
10931
10932         Use a more robust test for a "can't happen" condition.
10933         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10934         narrowed the st_size value.  Presuming the "can't happen" condition
10935         is true, that narrowing could conceivably convert an invalid st_size
10936         value into a valid one.  Instead, use a change based on Matthew
10937         Woehlke's original patch.
10938
10939         Slight readability improvement: use an assert-like macro
10940         in place of literal "abort ()" uses.
10941         * lib/fts.c (fts_assert): Define.
10942         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10943         Use this macro instead of a bare 'abort'.
10944
10945 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10946
10947         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10948         simply work around them.
10949         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10950         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10951         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10952         declaring.
10953         Don't bother to define as macros, since the standard doesn't require it.
10954         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10955         longer worry about IRIX 5.3.
10956         (HAVE_WCTYPE_CTMP_BUG): Remove.
10957
10958 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10959
10960         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10961         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10962         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10963         Problems reported by Georg Schwarz for IRIX 5.3.
10964
10965         * gnulib-tool (autoconf_minversion): Take the maximum version number
10966         found, not the minimum.  Problem reported by James Youngman.
10967
10968 2007-01-03  Karl Berry  <karl@gnu.org>
10969
10970         * doc/error.texi: new file, explaining interaction with progname.
10971         * doc/gnulib.texi: include it.  Update copyright.
10972
10973 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10974
10975         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10976         AC_CANONICAL_HOST, to improve autobuild outputs.
10977
10978 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10979             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10980
10981         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10982         sockets, server sockets, and other file descriptors.  Count errors
10983         to compute the return value.  Reorder the code a bit to be easier
10984         to follow.  Don't set event bits that were not requested (except
10985         POLLERR and POLLHUP).
10986
10987 2007-01-01  Bruno Haible  <bruno@clisp.org>
10988
10989         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10990
10991 2007-01-03  Jim Meyering  <jim@meyering.net>
10992
10993         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10994
10995 2007-01-02  Bruno Haible  <bruno@clisp.org>
10996
10997         * modules/settime (Include): Require timespec.h.
10998         * modules/nanosleep (Include): Likewise.
10999
11000 2007-01-01  Bruno Haible  <bruno@clisp.org>
11001
11002         * gnulib-tool (func_emit_copyright_notice): Bump year.
11003         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
11004
11005 2007-01-01  Bruno Haible  <bruno@clisp.org>
11006
11007         Improve support for OpenBSD.
11008         * build-aux/config.rpath (libname_spec): Export.
11009         (library_names_spec): New variable. Export.
11010         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
11011         library_names_spec from the config.rpath output. Locate shared library
11012         through the name pattern in library_names_spec.
11013
11014 2007-01-01  Eric Blake  <ebb9@byu.net>
11015
11016         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
11017
11018 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
11019
11020         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
11021         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
11022         assume the C locale, and avoid an "eval" that could cause trouble.
11023         Problem with SORT reported by Bob Proulx.
11024
11025         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
11026         Define.  Trivial patch from Henning Nielsen Lund, originally
11027         sent to bug-grep@gnu.org today.
11028
11029 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
11030
11031         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
11032         struct stat.  Problem reported by Henning Nielsen Lund.
11033         * lib/acl.c: Include acl.h first, to check interface.  Don't
11034         bother to include sys/types.h and sys/stat.h again.
11035
11036 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11037
11038         Import the following change from libc; problem reported by
11039         Sven Verdoolaege.
11040
11041         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
11042
11043         [BZ #1373]
11044         * lib/argp.h: Remove __NTH for __argp_usage inline function.
11045
11046 2006-12-28  Jim Meyering  <jim@meyering.net>
11047
11048         * build-aux/announce-gen: Do not assume that the package
11049         builds any of tar.gz, tar.bz2, and .xdelta files.
11050         Suggestion from Simon Josefsson.
11051
11052 2006-12-28  Simon Josefsson  <simon@josefsson.org>
11053
11054         * modules/announce-gen: New file.
11055
11056 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
11057
11058         * lib/mbchar.h: Just include <wctype.h>; the wctype module
11059         handles its gotchas now.
11060         * lib/mbswidth.c: Likewise.
11061         * lib/wcwidth.h: Likewise.
11062         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
11063         and iswcntrl; the wctype module does this stuff now.
11064         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11065         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
11066         * modules/mbchar (Depends-on): Add wctype.
11067         * modules/mbswidth (Depends-on): Likewise.
11068         * modules/wcwidth (Depends-on): Likewise.
11069
11070 2006-12-27  Eric Blake  <ebb9@byu.net>
11071
11072         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
11073         module uses more than what <wctype.h> is required to provide.
11074
11075 2006-12-26  Eric Blake  <ebb9@byu.net>
11076
11077         * gnulib-tool (sed_extract_prog): Avoid space-tab.
11078
11079 2006-12-26  Eric Blake  <ebb9@byu.net>
11080
11081         * modules/absolute-header: New module.
11082         * modules/fcntl (Depends-on): Depend on it.
11083         * modules/inttypes (Depends-on): Likewise.
11084         * modules/stdint (Depends-on): Likewise.
11085         * modules/sys_stat (Depends-on): Likewise.
11086         * modules/wctype (Depends-on): Likewise.
11087         * MODULES.html.sh (Support for building libraries and
11088         executables): Document it.
11089
11090 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
11091
11092         * gnulib-tool (SED): Remove, undoing previous change.
11093         The problem was that it broke coreutils on Solaris, because
11094         "sed --posix" leaked into a makefile.
11095         (sed): New alias, if 'alias' and GNU sed.
11096
11097 2006-12-24  Jim Meyering  <jim@meyering.net>
11098
11099         Work around an fchownat bug in glibc-2.4:
11100         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
11101         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
11102         in spite of the -P option.
11103         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
11104         New macros.
11105         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
11106         * modules/openat (Files): Add lib/fchownat.c.
11107         * lib/openat.c (fchownat): Don't define here.  Move to...
11108         * lib/fchownat.c: ...this new file.
11109
11110 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         Fix bug reported by Bruno Haible in
11113         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
11114         where quotearg.c didn't compile on Mac OS X 10.2 because it
11115         lacks <wchar.h> and wint_t.
11116         * lib/wctype_.h (__wctype_wint_t): New type.
11117         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
11118         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
11119         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
11120         Arg is now of type __wctype_wint_t, not wint_t.
11121         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
11122         substitute HAVE_WINT_T.
11123         * modules/wctype (Files): Add m4/wint_t.m4.
11124         (wctype.h): Substitute HAVE_WINT_T.
11125
11126 2006-12-23  Bruno Haible  <bruno@clisp.org>
11127
11128         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
11129
11130 2006-12-23  Bruno Haible  <bruno@clisp.org>
11131
11132         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
11133         S_ISLNK.
11134         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
11135         mingw.
11136
11137 2006-12-22  Bruno Haible  <bruno@clisp.org>
11138
11139         * lib/copy-file.c: Include acl.h.
11140         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
11141         Close the file descriptors only after being done with copy_acl.
11142         * modules/copy-file (Depends-on): Add acl.
11143
11144 2006-12-22  Bruno Haible  <bruno@clisp.org>
11145
11146         * gnulib-tool (SED): New variable.
11147         Use $SED instead of sed everywhere.
11148
11149 2006-12-22  Bruno Haible  <bruno@clisp.org>
11150
11151         * modules/no-c++: New file.
11152         * m4/no-c++.m4: New file.
11153         * MODULES.html.sh (Support for building libraries and executables):
11154         Add no-c++.
11155
11156 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
11157
11158         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11159         Include <limits.h>, and use its INT_MAX to rewrite the
11160         j loop so that it does not overflow 'int'.  Problem reported by
11161         Ralf Wildenhues in
11162         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
11163         Play it safe by shifting left by 1 rather than multiplying by 2,
11164         as GCC is less likely to optimize this away when the value
11165         is signed (when it assumes overflow leads to undefined behavior).
11166         Also, don't assume time_t uses two's complement.
11167
11168 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
11169
11170         * MODULES.html.sh: New module wctype.
11171         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
11172         * lib/fnmatch.c: Don't bother to include <wchar.h> before
11173         <wctype.h>, since the new wctype module should fix this.
11174         * lib/quotearg.c: Include <wctype.h> unconditionally, since
11175         the wctype module should arrange for it.
11176         * lib/regex_internal.h: Likewise.
11177         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
11178         since the wctype module should handle this now.
11179         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
11180         * modules/fnmatch (Depends-on): Add wctype.
11181         * modules/quotearg (Depends-on): Likewise.
11182         * modules/regex (Depends-on): Likewise.
11183
11184 2006-12-19  Bruno Haible  <bruno@clisp.org>
11185
11186         * lib/strdup.h [C++]: Wrap definitions in extern "C".
11187         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
11188
11189 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11190
11191         * modules/savewd (Depends-on): Fix dependency on fcntl.
11192
11193 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11194
11195         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
11196         conforms to C99, rather than relying on the user's environment
11197         setting of STDINT_H.
11198
11199 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11200         and Eric Blake  <ebb9@byu.net>
11201
11202         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
11203         This is more consistent with the other defines here.
11204         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
11205         Port to z/OS.  Problem reported by Paul Gilmartin.
11206         Change local vars to use gl_ prefix rather than ac_.
11207         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
11208         with other defines.
11209         * modules/double-slash-root: New module.
11210         * modules/dirname (Files): Remove m4/double-slash-root.m4.
11211         (Depends-on): Add double-slash-root.
11212         * MODULES.html.sh (File system functions): Mention new module.
11213
11214 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
11215
11216         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
11217         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
11218         This is for the benefit of gzip, which doesn't do i18n.
11219
11220 2006-12-12  Jim Meyering  <jim@meyering.net>
11221
11222         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
11223         Reported by Andreas Schwab <schwab@suse.de>.
11224
11225 2006-12-12  Bruno Haible  <bruno@clisp.org>
11226
11227         Merge these changes.
11228         2006-09-05  Bruno Haible  <bruno@clisp.org>
11229         * lib/iconvme.c (iconv_string): No need to save and restore errno when
11230         iconv_alloc succeeded.
11231         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
11232         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
11233         test for " && dest " at the end - dest is always != NULL there. Call
11234         iconv with 4xNULL arguments initially, to reset the state. Call iconv
11235         with 2xNULL arguments, also to flush the state storage. Handle the
11236         IRIX iconv behaviour. Realloc the final result, to throw away unused
11237         memory.
11238
11239 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
11242         and fchmodat unconditionally, since glibc 2.4 has them.
11243         Problem reported by Arkadiusz Miskiewicz.
11244
11245 2006-12-10  Bruno Haible  <bruno@clisp.org>
11246
11247         * gnulib-tool (func_import): Show the include files only for those
11248         modules that are copied and specified.
11249         Reported by Karl Berry.
11250
11251 2006-12-08  Jim Meyering  <jim@meyering.net>
11252
11253         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
11254         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
11255
11256         * build-aux/announce-gen: Add two new options, both optional:
11257         --bootstrap-tools=TOOL_LIST
11258               a comma-separated list of tools, e.g.,
11259               autoconf,automake,bison,gnulib
11260         --gnulib-snapshot-date=DATE
11261               if gnulib is in the bootstrap tool list,
11262               then report this as the snapshot date.
11263               If not specified, use the current date/time.
11264               If you specify a date here, be sure it's UTC.
11265
11266 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11267
11268         * tests/test-argp-2.sh: Fix test to match actual output.
11269         (func_compare): Fix sed script to be portable.
11270
11271 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
11272
11273         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
11274         workaround for this case.  It is not autoconfigured now; offhand
11275         it's hard to see how to autoconfigure it.
11276
11277 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
11278
11279         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
11280         a directory that is about to be chowned.  Such a directory's
11281         initial file permissions should permit the owner only and this
11282         should not be changed until after the chown, since the group and
11283         other bits would be incorrect if they granted permission before
11284         the chown.
11285
11286         Fix porting problem for iswctype reported by Georg Schwarz in:
11287         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
11288         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
11289         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
11290         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
11291         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11292
11293 2006-12-03  Jim Meyering  <jim@meyering.net>
11294
11295         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
11296         p->fts_statp may not yet be defined.
11297         (fts_read): Instead, set it in the caller, once p->fts_statp is
11298         sure to be defined, and corresponds to a top-level directory.
11299         This bug made du -x fail.  Here's the coreutils test case:
11300         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
11301         Reported by Mike Frysinger.
11302
11303 2006-12-01  Jim Meyering  <jim@meyering.net>
11304
11305         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
11306         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
11307         Reported by Simon Josefsson.
11308
11309 2006-11-30  Jim Meyering  <jim@meyering.net>
11310
11311         * m4/warning.m4: Use the all-permissive copyright notice
11312         recommended by RMS (rather than LGPL).
11313         * m4/vararrays.m4: Likewise.
11314         * m4/flexmember.m4: Likewise.
11315
11316 2006-11-29  Bruno Haible  <bruno@clisp.org>
11317
11318         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11319         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
11320         using +=.
11321         Reported by Simon Josefsson <simon@josefsson.org>.
11322
11323 2006-11-28  James Youngman <jay@gnu.org>
11324
11325         * README: Advise users that they might find the bug-gnulib@gnu.org
11326         and autotools-announce@gnu.org mailing lists useful.
11327
11328 2006-11-28  Bruno Haible  <bruno@clisp.org>
11329
11330         * m4/ptrdiff_max.m4: Remove file.
11331
11332 2006-11-21  Bruno Haible  <bruno@clisp.org>
11333
11334         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
11335         _AC_COMPUTE_INT.
11336         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11337         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
11338         _AC_COMPUTE_INT.
11339         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11340         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
11341         _AC_COMPUTE_INT.
11342         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11343
11344 2006-11-28  Jim Meyering  <jim@meyering.net>
11345
11346         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
11347         warning from "gcc -Wshadow" about shadowing the builtin.
11348
11349 2006-11-27  Bruno Haible  <bruno@clisp.org>
11350
11351         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
11352         _AC_COMPUTE_INT.
11353         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11354
11355 2006-11-27  Bruno Haible  <bruno@clisp.org>
11356             Paul Eggert  <eggert@cs.ucla.edu>
11357
11358         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
11359
11360 2006-11-26  Bruno Haible  <bruno@clisp.org>
11361
11362         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11363         noinst_LTLIBRARIES.
11364
11365 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11366             Bruno Haible  <bruno@clisp.org>
11367
11368         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
11369         if compiling with "gcc -ansi".
11370
11371 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11372
11373         Fix some incompatibilities with gcc -ansi -pedantic.
11374         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
11375         if compiling pedantically with GCC, unless it's C99 or later.
11376         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
11377         it mishandles gcc -ansi -pedantic as well.
11378         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
11379         if gcc -pedantic.
11380         * lib/regexec.c (check_node_accept_bytes): Don't use auto
11381         initializers for struct if -pedantic, unless it's C99 or later.
11382
11383 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
11384
11385         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
11386         Don't close an fd more than once. Identical atimes indicate
11387         success, not failure.
11388
11389 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
11390
11391         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
11392
11393 2006-11-23  Jim Meyering  <jim@meyering.net>
11394
11395         * build-aux/announce-gen: New file.  From coreutils.
11396
11397 2006-11-22  Jim Meyering  <jim@meyering.net>
11398
11399         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
11400         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
11401         (fts_read): Use a temporary to narrow the overused st_size member
11402         before using it in a switch statement.  Reported by Matthew Woehlke.
11403
11404         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
11405         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
11406
11407 2006-11-20  Bruno Haible  <bruno@clisp.org>
11408
11409         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
11410         changequote instead of pairs of brackets.
11411         Reported by Andreas Schwab <schwab@suse.de>.
11412
11413 2006-11-21  Jim Meyering  <jim@meyering.net>
11414
11415         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
11416         so as to remain compatible with older compilers.
11417         Patch from Michael Deutschmann.
11418
11419 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11420
11421         * MODULES.html.sh (File system functions): Add openat.
11422
11423         * lib/openat.h (rpl_fstatat): New macro, if
11424         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
11425         (fstatat): Define to rpl_fstatat under the same conditions,
11426         unless COMPILING_FSTATAT.
11427         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
11428         seems to have the bug.
11429         * lib/fstatat.c: New file.
11430         * modules/openat (Files): Add it.
11431
11432 2006-11-20  Bruno Haible  <bruno@clisp.org>
11433
11434         * Makefile: New file.
11435
11436 2006-11-20  Jim Meyering  <jim@meyering.net>
11437
11438         The beginnings of syntax-related checks for gnulib.
11439         * lib/Makefile: New file.
11440         * lib/t-idcache: New script.  Ensure that the two halves of
11441         idcache.c stay in sync.
11442
11443         * lib/idcache.c: Adjust comments in user- and group- portions to
11444         be more accurate, and to be consistent with one another.
11445
11446 2006-11-20  Jim Meyering  <jim@meyering.net>
11447
11448         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
11449         continue using the flexible array member (thus, this module performs
11450         half as many malloc calls), with the addition that...
11451         (getgroup, getuser): Consistently record a non-match via an empty
11452         "name" string, and map an empty string match to a NULL return value.
11453         * modules/idcache (Depends-on): Re-add flexmember.
11454
11455         * lib/idcache.c (getuser): Remove all uses of the register keyword.
11456         (getuidbyname, getgroup, getgidbyname): Likewise.
11457
11458         Use cleaner syntax: NULL rather than 0.
11459         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
11460
11461 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11462
11463         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
11464         It mishandled the case where the group was missing.
11465         Problem reported by Greg Schafer.
11466         * modules/idcache: Likewise.
11467
11468 2006-11-18  Jim Meyering  <jim@meyering.net>
11469
11470         * check-module (%exempt_header): Add exception for some
11471         conditionally-included headers.
11472
11473         * modules/i-ring (Depends-on): Add verify.
11474         (License): Change to LGPL.
11475
11476 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11477
11478         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
11479         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
11480         and inttostr.h.  Use snprintf rather than uinttostr, so that
11481         LGPLed code doesn't depend on GPLed.
11482
11483 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
11484
11485         * modules/inline (License): Change from GPL to LGPL.
11486
11487 2006-11-17  Jim Meyering  <jim@meyering.net>
11488
11489         * modules/d-type (License): Switch to LGPL.
11490
11491 2006-11-15  Bruno Haible  <bruno@clisp.org>
11492
11493         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
11494
11495 2006-11-15  Eric Blake  <ebb9@byu.net>
11496
11497         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
11498         the module dependency.
11499
11500 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11501             Bruno Haible  <bruno@clisp.org>
11502
11503         * gnulib-tool (func_create_testdir): Add license consistency check.
11504
11505 2006-11-15  Eric Blake  <ebb9@byu.net>
11506
11507         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
11508         random "(cached)" in configure output.
11509
11510 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11511
11512         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
11513         test for conforming inttypes.h is both announced and cached.
11514
11515         * MODULES.html.sh (seen_modules, seen_files): New variables.
11516         (func_module): Rewrite to use a few less gnulib-tool and sed
11517         invocations.  Avoid a couple of quadratic algorithms for ...
11518         (missed_modules, missed_files): ... these, with ...
11519         (func_append, func_tmpdir): ... these new functions, from
11520         gnulib-tool.  Analogously, install traps for cleanup.
11521
11522         * tests/test-gc.c (main): Remove unused variables.
11523         * tests/test-read-file.c: Include stdlib.h, for 'free'.
11524
11525 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
11526
11527         * modules/inttostr (License): Change to LGPL.
11528
11529 2006-11-14  Eric Blake  <ebb9@byu.net>
11530
11531         * modules/tempname (License): Change to LGPL.
11532
11533 2006-11-14  Eric Blake  <ebb9@byu.net>
11534
11535         * doc/functions.texi (Function Portability): *printf functions on
11536         Cygwin now understand all POSIX size specifiers.
11537
11538 2006-11-14  Bruno Haible  <bruno@clisp.org>
11539
11540         * modules/c-ctype (License): Change to LGPL.
11541
11542 2006-11-12  Bruno Haible  <bruno@clisp.org>
11543
11544         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11545         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
11546         for GNOME libraries, for which the include files are installed in
11547         subdirectories of $prefix/include.
11548
11549 2006-11-12  Bruno Haible  <bruno@clisp.org>
11550
11551         * m4/lib-link.m4: Require at least autoconf-2.54.
11552         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
11553         name to underscores for the --with option.
11554
11555 2006-11-13  Bruno Haible  <bruno@clisp.org>
11556
11557         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
11558         the tests directory.
11559         Reported by Ralf Wildenhues.
11560
11561 2006-11-13  Bruno Haible  <bruno@clisp.org>
11562
11563         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
11564         (func_emit_initmacro_end): Undo the override here.
11565         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
11566         Works around the famous automake error in coreutils.
11567
11568 2006-11-13  Eric Blake  <ebb9@byu.net>
11569
11570         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
11571         element, not its node.
11572
11573 2006-11-12  Bruno Haible  <bruno@clisp.org>
11574
11575         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
11576         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
11577
11578 2006-11-12  Bruno Haible  <bruno@clisp.org>
11579
11580         * gnulib-tool: New option --local-symlink.
11581         (func_usage): Document it.
11582         (lsymbolic): New variable.
11583         (func_import, func_create_testdir): If --symlink was not specified,
11584         test whether --local-symlink was specified and the file comes from
11585         the local_gnulib_dir.
11586
11587 2006-11-12  Bruno Haible  <bruno@clisp.org>
11588
11589         * gnulib-tool (func_ln): New function.
11590         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
11591
11592 2006-11-12  Bruno Haible  <bruno@clisp.org>
11593
11594         Finish support for source files in subdirectories.
11595         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
11596         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
11597         AUTOMAKE_OPTIONS.
11598         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
11599
11600 2006-11-12  Bruno Haible  <bruno@clisp.org>
11601
11602         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11603         EXTRA_lib_SOURCES augmentation.
11604         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
11605
11606 2006-11-12  Jim Meyering  <jim@meyering.net>
11607
11608         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
11609         file descriptors.  This also averts a failure on systems with
11610         native openat support when a traversed directory lacks "x" access.
11611         * lib/fts_.h: Include "i-ring.h"
11612         (struct FTS) [fts_fd_ring]: New member.
11613         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
11614         (FCHDIR): Add parentheses.
11615         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
11616         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
11617         When descending, rather than simply closing the previous
11618         fts_cwd_fd value, push that file descriptor onto the ring.
11619         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
11620         (fts_open): Initialize the new fd_ring member.
11621         (fts_close): Clear the ring.
11622         (fts_safe_changedir): When possible, use our new fd_ring to skip
11623         the diropen and fstat and dev/ino comparison that would normally
11624         accompany a virtual `chdir ("..")'.
11625
11626         * modules/fts (Depends-on): Add i-ring.
11627         * modules/i-ring: New module.
11628         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
11629         * m4/i-ring.m4: New file.
11630
11631 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11632
11633         * gnulib-tool (func_create_testdir): Fix replacement of
11634         `build-aux' in configure.ac.  Run autotools in gltests
11635         subdirectory.
11636         (func_create_testdir, func_create_megatestdir, test): There is
11637         no need for '--force' in most autotool invocations in a new
11638         tree.  Actually fail the whole test if any of the tools, or the
11639         configure or make stages fail.
11640
11641         Sync from Automake.
11642         * build-aux/gnupload: Revert last change.  Add pointer to upload
11643         instructions of the GNU Maintenance Instructions.
11644         Suggestion by Karl Berry.
11645
11646 2006-11-10  Jim Meyering  <jim@meyering.net>
11647
11648         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
11649
11650 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11651
11652         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
11653         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
11654         (bind_textdomain_codeset) [! ENABLE_NLS]:
11655         Evaluate all the arguments.  That way, callers get compatible behavior
11656         if the arguments have side effects.  Also, it avoids some GCC
11657         diagnostics in some cases; Joel E. Denny reported problems when Bison
11658         was configured with --enable-gcc-warnigs.
11659
11660 2006-11-10  Jim Meyering  <jim@meyering.net>
11661
11662         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
11663         relevant options in CFLAGS (like -O, -fno-inline) are taken into
11664         account.
11665
11666 2006-11-10  Jim Meyering  <jim@meyering.net>
11667
11668         * modules/inline: New file/module.
11669         * modules/xalloc (Files): Remove m4/inline.m4.
11670         (Depends-on): Add inline, instead.
11671         * modules/oset: Likewise.
11672         * modules/list: Likewise.
11673
11674 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11675
11676         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
11677         Problem reported by Matthew Woehlke.
11678
11679 2006-11-09  Bruno Haible  <bruno@clisp.org>
11680
11681         * lib/tempname.c (gen_tempname): Remove variant that invokes
11682         __gen_tempname.
11683         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
11684         __gen_tempname.
11685
11686 2006-11-08  Bruno Haible  <bruno@clisp.org>
11687
11688         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
11689         to 'yes' instead of 'cross-compiling'.
11690
11691 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         * lib/quotearg.h (quotearg_free): New decl.
11694         * lib/quotearg.c (quotearg_free): New function.
11695         (slot0, nslots, slotvec0, slotvec):
11696         Now file-scope so that quotearg_free can get at them.
11697
11698 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11699
11700         Sync from Automake.
11701         * build-aux/gnupload: Add missing 'gnu' to example URL.
11702         Report by Karl Berry.
11703
11704 2006-11-08  Bruno Haible  <bruno@clisp.org>
11705
11706         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
11707         Suggested by Paul Eggert.
11708
11709 2006-11-08  Jim Meyering  <jim@meyering.net>
11710
11711         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
11712         It's already included if !_LIBC.
11713         (fts_safe_changedir): Add a comment.
11714
11715 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11716
11717         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
11718         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
11719         Matthew Woehlke.
11720
11721         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
11722         definitions up, to avoid colliding with change below.
11723         (static_inline) [HAVE_INLINE]: New macro.
11724         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
11725         Provide extern decls when !HAVE_INLINE.  Do not define unless
11726         static_inline is defined, either by us or by xmalloc.c.  Use
11727         static_inline rather than static inline.
11728         (XCALLOC): Optimize sizeof(T) = 1 case.
11729         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
11730
11731 2006-11-07  Bruno Haible  <bruno@clisp.org>
11732
11733         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
11734         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
11735         AC_C_INLINE.
11736         * modules/xalloc (Files): Add m4/inline.m4.
11737
11738 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11739
11740         * README: Fix typo.
11741         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
11742         (Miscellanous Notes): ...from this.
11743
11744 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11745
11746         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
11747         Mention that offsetof should be used instead of sizeof.
11748         From Bruno Haible.
11749
11750 2006-11-07  Bruno Haible  <bruno@clisp.org>
11751
11752         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
11753
11754 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11755
11756         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11757         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
11758         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11759         (gl_tree_add_before, gl_tree_add_after):
11760         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
11761         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
11762         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11763         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
11764         (gl_linked_add_after, gl_linked_add_at): Likewise.
11765         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
11766         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11767         (gl_tree_add_before, gl_tree_add_after): Likewise.
11768         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
11769         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
11770         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
11771
11772 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11773
11774         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11775
11776 2006-11-06  Bruno Haible  <bruno@clisp.org>
11777
11778         * m4/inline.m4: New file.
11779         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11780         * modules/list (Files): Add m4/inline.m4.
11781         * modules/oset (Files): Likewise.
11782
11783 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11784
11785         * lib/idcache.c: Include <stddef.h>, for offsetof.
11786         (struct userid.name): Change from char * to a flexible array member.
11787         All uses changed.
11788         * modules/idcache (Depends-on): Add flexmember.
11789
11790         * MODULES.html.sh (Core language properties): New module flexmember.
11791         * modules/flexmember, m4/flexmember.m4: New files.
11792
11793         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11794         inline functions that are identical with the old xnmalloc_inline,
11795         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11796         that we can avoid some unnecessary integer multiplications and
11797         divisions in the common case where the element size is known at
11798         compile time.
11799         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11800         needed.
11801         (xnboundedmalloc): Remove.
11802         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11803         arguments, for consistency with rest of this header.
11804         (xcharalloc): Rewrite using XNMALLOC.
11805         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11806         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11807         versions have been moved to lib/xalloc.h and renamed to be the
11808         non-*_inline versions.
11809         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11810         and xnrealloc functions, since those functions are now inline and
11811         now call us.
11812         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11813         renaming described above.
11814         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11815         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11816         captures the dependency in AC_C_INLINE.
11817
11818         New module canonicalize-lgpl, proposed by Charles Wilson in
11819         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11820         with a few small changes afterwards.
11821         * MODULES.html.sh (File system functions): New module
11822         canonicalize-lgpl.
11823         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11824         and canonicalize_file_name.
11825         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11826         * modules/canonicalize-lgpl: New files.
11827
11828 2006-11-05  Bruno Haible  <bruno@clisp.org>
11829
11830         * gnulib-tool (func_import, func_create_testdir): Create directories
11831         also for files in subdirectories of lib/.
11832
11833 2006-11-05  Bruno Haible  <bruno@clisp.org>
11834
11835         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11836         ANSI C compliant.
11837
11838 2006-11-03  Bruno Haible  <bruno@clisp.org>
11839
11840         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11841         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11842         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11843         (xnboundedmalloc): New inline function.
11844         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11845         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11846         xmalloc.
11847         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11848         xmalloc.
11849         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11850         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11851         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11852         xmalloc.
11853         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11854         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11855         xmalloc.
11856         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11857         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11858         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11859         xmalloc.
11860         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11861         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11862         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11863         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11864         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11865         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11866         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11867
11868 2006-11-03  Bruno Haible  <bruno@clisp.org>
11869
11870         * lib/c-ctype.h [C++]: Define functions without name mangling.
11871         * lib/fwriteerror.h [C++]: Likewise.
11872         * lib/gcd.h [C++]: Likewise.
11873         * lib/linebreak.h [C++]: Likewise.
11874
11875 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11878         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11879         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11880         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11881         Check for functions and headers just once.
11882         Check for declaration of canonicalize_file_name.
11883         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11884
11885 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11886
11887         * gnulib-tool (func_import): Fix typo in actioncmd.
11888
11889 2006-11-02  Bruno Haible  <bruno@clisp.org>
11890
11891         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11892         newline sequence in the Makefile.am snippet as a space, like "make"
11893         does.
11894         Reported by Roger Persson <perrog@gmail.com>.
11895
11896 2006-11-01  Bruno Haible  <bruno@clisp.org>
11897
11898         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11899         already declared in <string.h>.
11900         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11901
11902 2006-11-01  Bruno Haible  <bruno@clisp.org>
11903
11904         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11905         * lib/strcase.h: Include <string.h>.
11906         (strcasecmp): Define to rpl_strcasecmp here.
11907
11908 2006-11-01  Bruno Haible  <bruno@clisp.org>
11909
11910         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11911
11912 2006-11-01  Eric Blake  <ebb9@byu.net>
11913
11914         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11915
11916         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11917
11918 2006-10-29  Bruno Haible  <bruno@clisp.org>
11919
11920         Make it compile in C++ mode.
11921         * lib/full-write.c (full_rw): Add a cast.
11922
11923 2006-11-01  Bruno Haible  <bruno@clisp.org>
11924
11925         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11926         be POSIX compliant.
11927         Reported by Roger Persson <perrog@gmail.com>.
11928
11929 2006-11-01  Eric Blake  <ebb9@byu.net>
11930
11931         * lib/getopt_.h: Fix comments.
11932
11933 2006-10-31  Eric Blake  <ebb9@byu.net>
11934
11935         * modules/tmpdir (Depends-on): Add sys_stat.
11936         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11937         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11938         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11939         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11940         tempname.
11941
11942 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11943
11944         Avoid some C++ diagnostics reported by Bruno Haible.
11945         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11946         xmalloc.
11947         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11948         (struct slotvec): Move to top level.
11949         (quotearg_n_options): Rewrite to avoid xmalloc.
11950         * lib/xalloc.h (xcharalloc): New function.
11951         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11952         [defined __cplusplus]: Add function template that provides result
11953         type propagation.  This part of the change is from Bruno Haible.
11954
11955 2006-10-29  Bruno Haible  <bruno@clisp.org>
11956
11957         Make it compile in C++ mode.
11958         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11959         * lib/strnlen1.c (strnlen1): Cast memchr result.
11960         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11961         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11962         (create_temp_dir): Rename local variable 'template'.
11963         (compile_csharp_using_sscli): Add cast.
11964         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11965         * lib/findprog.c (find_in_path): Likewise.
11966         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11967         * lib/wait-process.c (register_slave_subprocess): Likewise.
11968
11969 2006-10-22  Bruno Haible  <bruno@clisp.org>
11970
11971         * modules/tsearch: New file.
11972         * lib/tsearch.h: New file.
11973         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11974         * m4/tsearch.m4: New file.
11975         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11976
11977 2006-10-29  Eric Blake  <ebb9@byu.net>
11978
11979         * lib/arcfour.c: Assume config.h.
11980         * lib/arctwo.c: Likewise.
11981         * lib/base64.c: Likewise.
11982         * lib/check-version.c: Likewise.
11983         * lib/crc.c: Likewise.
11984         * lib/des.c: Likewise.
11985         * lib/gc-gnulib.c: Likewise.
11986         * lib/gc-libgcrypt.c: Likewise.
11987         * lib/gc-pbkdf2-sha1.c: Likewise.
11988         * lib/getaddrinfo.c: Likewise.
11989         * lib/getdelim.c: Likewise.
11990         * lib/getline.c: Likewise.
11991         * lib/hmac-md5.c: Likewise.
11992         * lib/hmac-sha1.c: Likewise.
11993         * lib/iconvme.c: Likewise.
11994         * lib/md2.c: Likewise.
11995         * lib/md4.c: Likewise.
11996         * lib/memxor.c: Likewise.
11997         * lib/read-file.c: Likewise.
11998         * lib/readline.c: Likewise.
11999         * lib/rijndael-alg-fst.c: Likewise.
12000         * lib/rijndael-api-fst.c: Likewise.
12001         * lib/xgetdomainname.c: Likewise.
12002
12003 2006-10-28  Eric Blake  <ebb9@byu.net>
12004
12005         * lib/xstrndup.c: Assume config.h.
12006
12007 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
12008
12009         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
12010         stat-macros.h is now for our own macros, whereas stat_h is for
12011         macros in the <sys/stat.h> name space.
12012         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
12013         (STAT_MACROS_H): Remove.
12014         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
12015         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
12016         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
12017         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
12018         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
12019         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
12020         Move these macros to ...
12021         * lib/stat_.h: here.  Don't include stat-macros.h.
12022         * lib/canonicalize.c: Don't include stat-macros.h.
12023         * lib/chown.c: Likewise.
12024         * lib/euidaccess.c: Likewise.
12025         * lib/file-type.c: Likewise.
12026         * lib/filemode.c: Likewise.
12027         * lib/glob.c: Likewise.
12028         * lib/isapipe.c: Likewise.
12029         * lib/lchown.c: Likewise.
12030         * lib/lstat.c: Likewise.
12031         * lib/mkdir-p.c: Likewise.
12032         * lib/rmdir.c: Likewise.
12033         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
12034         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
12035         unless mkdir isn't declared, to speed up 'configure'.
12036         Always create sys/stat.h, since it's unlikely any real sys/stat.h
12037         would define all the S_* symbols.
12038         * modules/canonicalize (Depends-on):
12039         Depend on sys_stat, not stat-macros.
12040         * modules/chown: Likewise.
12041         * modules/euidaccess: Likewise.
12042         * modules/filemode: Likewise.
12043         * modules/file-type: Likewise.
12044         * modules/glob: Likewise.
12045         * modules/isapipe: Likewise.
12046         * modules/lchown: Likewise.
12047         * modules/lstat: Likewise.
12048         * modules/mkancesdirs: Likewise.
12049         * modules/rmdir: Likewise.
12050         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
12051         * modules/modechange: Likewise.
12052         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
12053         (configure.ac): Remove gl_STAT_MACROS.
12054         * modules/sys_stat (Depends-on): Remove stat-macros.
12055
12056 2006-10-27  Bruno Haible  <bruno@clisp.org>
12057
12058         * m4/signed.m4: Remove file.
12059         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
12060         invocation.
12061         * modules/vasnprintf (Files): Remove m4/signed.m4.
12062
12063 2006-10-27  Bruno Haible  <bruno@clisp.org>
12064
12065         Update to GNU gettext 0.16.
12066         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
12067         m4/inttypes-h.m4, m4/signed.m4.
12068         * m4/gettext.m4: Update to GNU gettext 0.16.
12069         * m4/intl.m4: New file, from GNU gettext.
12070         * m4/intldir.m4: New file, from GNU gettext.
12071         * config/srclist.txt: Update
12072
12073 2006-10-27  Eric Blake  <ebb9@byu.net>
12074
12075         * MODULES.html.sh: Document tempname.
12076         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
12077         dependencies.
12078         (Files): Move lib/tempname.c...
12079         * modules/tempname: ...to this new module.
12080         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
12081         (gl_PREREQ_TEMPNAME): Move...
12082         * m4/tempname.m4: ...to this new file.
12083         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
12084         * modules/sys_stat (Depends-on): Add stat-macros.
12085         * lib/stat_.h (includes): Pick up stat macros.
12086         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
12087         if stat macros are broken.
12088         * lib/tempname.c (includes): No need to include "stat-macros.h".
12089         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
12090         (direxists, __path_search) [!_LIBC]: Don't compile these in
12091         gnulib; the tmpdir module covers that.
12092         * lib/tempname.h: New file.
12093
12094 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
12095
12096         * COPYING: Explain how gnulib-tool converts licence headers.
12097         Almost all wording by Eric Blake.
12098
12099 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
12100
12101         * lib/mbchar.h (is_basic_table): Make read-only.
12102         * lib/mbchar.c (is_basic_table): Likewise.
12103         Reported by John Darrington.
12104
12105 2006-10-25  Bruno Haible  <bruno@clisp.org>
12106
12107         * lib/progname.h (set_program_name): Undefine before defining.
12108
12109 2006-10-25  Bruno Haible  <bruno@clisp.org>
12110
12111         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
12112         false for non-gcc C++ compilers.
12113         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
12114
12115 2006-10-24  Bruno Haible  <bruno@clisp.org>
12116
12117         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
12118         iconv implementations like Irix iconv.
12119
12120 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12121
12122         * modules/vararrays: New file.
12123         * m4/vararrays.m4: New file, taken from diffutils.
12124         * MODULES.html.sh: New module vararrays.
12125
12126 2006-10-24  Karl Berry  <karl@gnu.org>
12127
12128         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
12129         Don't call GNU Unix.
12130
12131 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12132
12133         * users.txt: Add Libtool.
12134
12135         Sync from Libtool:
12136
12137         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12138
12139         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
12140         to gnulib's policy of including config.h unconditionally.
12141
12142 2006-10-24  Bruno Haible  <bruno@clisp.org>
12143
12144         * modules/wcwidth (Files): Add m4/wint_t.m4.
12145         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
12146         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
12147
12148 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12149
12150         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
12151         to pacify GCC with some -W flags enabled.  Problem reported by
12152         Bruno Haible.
12153
12154 2006-10-24  Jim Meyering  <jim@meyering.net>
12155
12156         * MODULES.html.sh: Remove uinttostr.  It's not a module.
12157         Reported by Karl Berry.
12158
12159 2006-10-23  Bruno Haible  <bruno@clisp.org>
12160
12161         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
12162
12163 2006-10-24  Bruno Haible  <bruno@clisp.org>
12164
12165         * lib/gl_list.h: Use C comment style, not C++ comment style.
12166
12167 2006-10-23  Eric Blake  <ebb9@byu.net>
12168
12169         * lib/getaddrinfo.c (includes): Add missing include.
12170
12171 2006-10-23  Bruno Haible  <bruno@clisp.org>
12172             Paul Eggert  <eggert@cs.ucla.edu>
12173
12174         Ability to rename obstack_free.
12175         * lib/obstack.h (__obstack_free): New macro. Declare instead of
12176         obstack_free.
12177         (obstack_free): Invoke the __obstack_free macro.
12178         * lib/obstack.c (obstack_free): Use __obstack_free macro.
12179
12180 2006-10-23  Bruno Haible  <bruno@clisp.org>
12181             Paul Eggert  <eggert@cs.ucla.edu>
12182
12183         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
12184         __argc, __argv from the declaration. (They are defined as macros on
12185         mingw.)
12186
12187 2006-10-22  Bruno Haible  <bruno@clisp.org>
12188
12189         * doc/gnulib-intro.texi: New file.
12190         * doc/gnulib.texi: Include it.
12191
12192 2006-10-21  Bruno Haible  <bruno@clisp.org>
12193
12194         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
12195         "Introduction", "Miscellanous Notes", "Particular Modules".
12196
12197 2006-10-21  Bruno Haible  <bruno@clisp.org>
12198
12199         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12200         Change mostlyclean-local rule to avoid sh syntax error from bash
12201         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
12202
12203 2006-10-23  Jim Meyering  <jim@meyering.net>
12204
12205         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
12206         in place of snprintf.
12207
12208         * modules/inttostr (Files): Add lib/uinttostr.c.
12209         * lib/uinttostr.c (inttostr): New file/function.
12210         * lib/inttostr.h (uinttostr): Declare.
12211         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
12212         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12213         Add uinttostr.
12214         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
12215
12216 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
12217
12218         * lib/canonicalize.c (ELOOP): Define if not already defined.
12219         Problem reported by Bruno Haible in
12220         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
12221
12222 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
12223
12224         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
12225         Problem reported by Perry Smith and Ville Laurikari.
12226
12227         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
12228         uses.
12229
12230 2006-10-19  Bruno Haible  <bruno@clisp.org>
12231
12232         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
12233         for mingw.
12234
12235 2006-10-19  Bruno Haible  <bruno@clisp.org>
12236
12237         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
12238         Needed for mingw.
12239
12240 2006-10-19  Bruno Haible  <bruno@clisp.org>
12241
12242         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
12243
12244 2006-10-19  Bruno Haible  <bruno@clisp.org>
12245
12246         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
12247         it.
12248
12249 2006-10-19  Bruno Haible  <bruno@clisp.org>
12250
12251         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
12252         invocation.
12253
12254 2006-10-19  Bruno Haible  <bruno@clisp.org>
12255
12256         * gnulib-tool (func_create_testdir): Don't include ftruncate and
12257         mountlist by default.
12258
12259 2006-10-16  Bruno Haible  <bruno@clisp.org>
12260
12261         * lib/c-strstr.c: Include c-strstr.h.
12262
12263 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12264
12265         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
12266         in a slash.
12267
12268 2006-10-18  Bruno Haible  <bruno@clisp.org>
12269
12270         * lib/lock.h [C++]: Wrap definitions in extern "C".
12271
12272 2006-10-18  Bruno Haible  <bruno@clisp.org>
12273
12274         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
12275         gl_LIBOBJS list.
12276
12277 2006-10-18  Bruno Haible  <bruno@clisp.org>
12278
12279         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
12280
12281 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
12282
12283         * lib/xstrtol.h: Include gettext.h.
12284         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
12285         Problem reported by Eric Blake.
12286         * modules/xstrtol (Depends-on): Add gettext-h.
12287
12288 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
12289
12290         * lib/strftime.c (advance): New macro.
12291         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
12292         incomplete type, so you can't add 0 to it.  Problem and patch
12293         reported by Eelco Dolstra for dietlibc.
12294
12295 2006-10-18  Jim Meyering  <jim@meyering.net>
12296
12297         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
12298         type for a local, and rename it: s/up/user_proc/.
12299
12300 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
12301
12302         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
12303         READ_UTMP_USER_PROCESS.
12304         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
12305
12306 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12307
12308         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
12309         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
12310
12311 2006-10-17  Eric Blake  <ebb9@byu.net>
12312
12313         * lib/sigprocmask.c (sigprocmask): Fix typo.
12314
12315         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
12316
12317         * modules/clean-temp (Makefile.am): Don't add to make output...
12318         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
12319         config.h.
12320
12321 2006-10-17  Bruno Haible  <bruno@clisp.org>
12322
12323         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
12324         differently if DEFAULT_TEXT_DOMAIN is set.
12325
12326 2006-10-16  Bruno Haible  <bruno@clisp.org>
12327
12328         * lib/clean-temp.c: Include fwriteerror.h.
12329
12330 2006-10-16  Bruno Haible  <bruno@clisp.org>
12331
12332         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
12333
12334 2006-10-16  Bruno Haible  <bruno@clisp.org>
12335
12336         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
12337         * lib/sigprocmask.h: Include <sys/types.h>.
12338         (sigset_t): Use the system's definition if present.
12339
12340 2006-10-17  Eric Blake  <ebb9@byu.net>
12341
12342         * lib/xvasprintf.c (includes): Assume config.h.
12343         * lib/xasprintf.c (includes): Likewise.
12344
12345 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12346
12347         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
12348         at least as wide as intmax_t.
12349
12350 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
12351
12352         (Imported from Automake.)
12353         * build-aux/gnupload: Update to version 1.1 of directive file.
12354
12355 2006-10-16  Eric Blake  <ebb9@byu.net>
12356
12357         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
12358         match Automake 1.10a.
12359
12360 2006-10-14  Bruno Haible  <bruno@clisp.org>
12361
12362         * modules/sigprocmask: New file.
12363         * lib/sigprocmask.h: New file.
12364         * lib/sigprocmask.c: New file.
12365         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
12366         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
12367         request sigprocmask.o.
12368         (gl_PREREQ_SIGPROCMASK): New macro.
12369         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
12370         (Depends-on): Add sigprocmask.
12371         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
12372         gt_SIGNALBLOCKING. Test for 'raise' only once.
12373         * lib/fatal-signal.c: Include sigprocmask.h.
12374         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
12375         unblock_fatal_signals): Define always.
12376         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12377         sigprocmask.
12378
12379 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12380
12381         Sync from Automake.
12382         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
12383         which incorrectly sets the mode of an existing destination
12384         directory.  In some cases the unpatched install-sh could do the
12385         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
12386         system.  We hope this is rare in practice, but it's clearly worth
12387         fixing.  Problem reported by Alex Unleashed in
12388         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
12389         Also, don't bother to check for -m bugs unless we're using -m;
12390         suggested by Stepan Kasal.
12391
12392 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12393
12394         Sync from Automake.
12395         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
12396         `-c' flag, so they appear at the same position as in %FASTDEP%
12397         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
12398         which ignores unknown options only after the first non-option.
12399         Bug report against M4 by Nelson H. F. Beebe.
12400
12401 2006-10-13  Jim Meyering  <jim@meyering.net>
12402
12403         Fix a bug in yesterday's change.
12404         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
12405         p->fts_statp->st_dev would be used uninitialized.
12406         Ensures that we always call fts_stat on the very first entry.
12407         Miklos Szeredi reported that find -xdev stopped working.
12408
12409 2006-10-12  Bruno Haible  <bruno@clisp.org>
12410
12411         * gnulib-tool (func_get_automake_snippet): Append an automatically
12412         computed EXTRA_DIST augmentation.
12413         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
12414         * modules/alloca-opt (Makefile.am): Likewise.
12415         * modules/allocsa (Makefile.am): Likewise.
12416         * modules/arcfour (Makefile.am): Likewise.
12417         * modules/arctwo (Makefile.am): Likewise.
12418         * modules/argmatch (Makefile.am): Likewise.
12419         * modules/argz (Makefile.am): Likewise.
12420         * modules/atexit (Makefile.am): Likewise.
12421         * modules/backupfile (Makefile.am): Likewise.
12422         * modules/byteswap (Makefile.am): Likewise.
12423         * modules/c-strtod (Makefile.am): Likewise.
12424         * modules/c-strtold (Makefile.am): Likewise.
12425         * modules/calloc (Makefile.am): Likewise.
12426         * modules/canon-host (Makefile.am): Likewise.
12427         * modules/canonicalize (Makefile.am): Likewise.
12428         * modules/chdir-long (Makefile.am): Likewise.
12429         * modules/chdir-safer (Makefile.am): Likewise.
12430         * modules/check-version (Makefile.am): Likewise.
12431         * modules/chown (Makefile.am): Likewise.
12432         * modules/cloexec (Makefile.am): Likewise.
12433         * modules/close-stream (Makefile.am): Likewise.
12434         * modules/closeout (Makefile.am): Likewise.
12435         * modules/crc (Makefile.am): Likewise.
12436         * modules/csharpexec (Makefile.am): Likewise.
12437         * modules/cycle-check (Makefile.am): Likewise.
12438         * modules/des (Makefile.am): Likewise.
12439         * modules/dev-ino (Makefile.am): Likewise.
12440         * modules/dirfd (Makefile.am): Likewise.
12441         * modules/dirname (Makefile.am): Likewise.
12442         * modules/dup2 (Makefile.am): Likewise.
12443         * modules/eealloc (Makefile.am): Likewise.
12444         * modules/error (Makefile.am): Likewise.
12445         * modules/euidaccess (Makefile.am): Likewise.
12446         * modules/exclude (Makefile.am): Likewise.
12447         * modules/exitfail (Makefile.am): Likewise.
12448         * modules/fcntl-safer (Makefile.am): Likewise.
12449         * modules/fcntl (Makefile.am): Likewise.
12450         * modules/file-type (Makefile.am): Likewise.
12451         * modules/fileblocks (Makefile.am): Likewise.
12452         * modules/filemode (Makefile.am): Likewise.
12453         * modules/filenamecat (Makefile.am): Likewise.
12454         * modules/fnmatch (Makefile.am): Likewise.
12455         * modules/fopen-safer (Makefile.am): Likewise.
12456         * modules/fpending (Makefile.am): Likewise.
12457         * modules/fprintftime (Makefile.am): Likewise.
12458         * modules/free (Makefile.am): Likewise.
12459         * modules/fsusage (Makefile.am): Likewise.
12460         * modules/ftruncate (Makefile.am): Likewise.
12461         * modules/fts (Makefile.am): Likewise.
12462         * modules/gc-arcfour (Makefile.am): Likewise.
12463         * modules/gc-des (Makefile.am): Likewise.
12464         * modules/gc-hmac-md5 (Makefile.am): Likewise.
12465         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
12466         * modules/gc-md4 (Makefile.am): Likewise.
12467         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12468         * modules/gc-sha1 (Makefile.am): Likewise.
12469         * modules/gc (Makefile.am): Likewise.
12470         * modules/getaddrinfo (Makefile.am): Likewise.
12471         * modules/getcwd (Makefile.am): Likewise.
12472         * modules/getdelim (Makefile.am): Likewise.
12473         * modules/getdomainname (Makefile.am): Likewise.
12474         * modules/getgroups (Makefile.am): Likewise.
12475         * modules/gethostname (Makefile.am): Likewise.
12476         * modules/gethrxtime (Makefile.am): Likewise.
12477         * modules/getline (Makefile.am): Likewise.
12478         * modules/getloadavg (Makefile.am): Likewise.
12479         * modules/getlogin_r (Makefile.am): Likewise.
12480         * modules/getndelim2 (Makefile.am): Likewise.
12481         * modules/getopt (Makefile.am): Likewise.
12482         * modules/getpagesize (Makefile.am): Likewise.
12483         * modules/getpass-gnu (Makefile.am): Likewise.
12484         * modules/getpass (Makefile.am): Likewise.
12485         * modules/getsubopt (Makefile.am): Likewise.
12486         * modules/gettime (Makefile.am): Likewise.
12487         * modules/gettimeofday (Makefile.am): Likewise.
12488         * modules/getugroups (Makefile.am): Likewise.
12489         * modules/getusershell (Makefile.am): Likewise.
12490         * modules/glob (Makefile.am): Likewise.
12491         * modules/group-member (Makefile.am): Likewise.
12492         * modules/hard-locale (Makefile.am): Likewise.
12493         * modules/hash (Makefile.am): Likewise.
12494         * modules/hmac-md5 (Makefile.am): Likewise.
12495         * modules/hmac-sha1 (Makefile.am): Likewise.
12496         * modules/human (Makefile.am): Likewise.
12497         * modules/idcache (Makefile.am): Likewise.
12498         * modules/imaxabs (Makefile.am): Likewise.
12499         * modules/imaxdiv (Makefile.am): Likewise.
12500         * modules/inet_ntop (Makefile.am): Likewise.
12501         * modules/inet_pton (Makefile.am): Likewise.
12502         * modules/intprops (Makefile.am): Likewise.
12503         * modules/inttostr (Makefile.am): Likewise.
12504         * modules/inttypes (Makefile.am): Likewise.
12505         * modules/isapipe (Makefile.am): Likewise.
12506         * modules/javaversion (Makefile.am): Likewise.
12507         * modules/lchmod (Makefile.am): Likewise.
12508         * modules/lchown (Makefile.am): Likewise.
12509         * modules/localcharset (Makefile.am): Likewise.
12510         * modules/long-options (Makefile.am): Likewise.
12511         * modules/lstat (Makefile.am): Likewise.
12512         * modules/malloc (Makefile.am): Likewise.
12513         * modules/mathl (Makefile.am): Likewise.
12514         * modules/mbchar (Makefile.am): Likewise.
12515         * modules/md2 (Makefile.am): Likewise.
12516         * modules/md4 (Makefile.am): Likewise.
12517         * modules/md5 (Makefile.am): Likewise.
12518         * modules/memcasecmp (Makefile.am): Likewise.
12519         * modules/memchr (Makefile.am): Likewise.
12520         * modules/memcmp (Makefile.am): Likewise.
12521         * modules/memcoll (Makefile.am): Likewise.
12522         * modules/memcpy (Makefile.am): Likewise.
12523         * modules/memmem (Makefile.am): Likewise.
12524         * modules/memmove (Makefile.am): Likewise.
12525         * modules/mempcpy (Makefile.am): Likewise.
12526         * modules/memrchr (Makefile.am): Likewise.
12527         * modules/memset (Makefile.am): Likewise.
12528         * modules/memxor (Makefile.am): Likewise.
12529         * modules/mkancesdirs (Makefile.am): Likewise.
12530         * modules/mkdir-p (Makefile.am): Likewise.
12531         * modules/mkdir (Makefile.am): Likewise.
12532         * modules/mkdtemp (Makefile.am): Likewise.
12533         * modules/mkstemp (Makefile.am): Likewise.
12534         * modules/mktime (Makefile.am): Likewise.
12535         * modules/modechange (Makefile.am): Likewise.
12536         * modules/mountlist (Makefile.am): Likewise.
12537         * modules/nanosleep (Makefile.am): Likewise.
12538         * modules/obstack (Makefile.am): Likewise.
12539         * modules/openat (Makefile.am): Likewise.
12540         * modules/pagealign_alloc (Makefile.am): Likewise.
12541         * modules/pathmax (Makefile.am): Likewise.
12542         * modules/physmem (Makefile.am): Likewise.
12543         * modules/poll (Makefile.am): Likewise.
12544         * modules/posixtm (Makefile.am): Likewise.
12545         * modules/posixver (Makefile.am): Likewise.
12546         * modules/putenv (Makefile.am): Likewise.
12547         * modules/quote (Makefile.am): Likewise.
12548         * modules/quotearg (Makefile.am): Likewise.
12549         * modules/raise (Makefile.am): Likewise.
12550         * modules/read-file (Makefile.am): Likewise.
12551         * modules/readline (Makefile.am): Likewise.
12552         * modules/readlink (Makefile.am): Likewise.
12553         * modules/readtokens (Makefile.am): Likewise.
12554         * modules/readutmp (Makefile.am): Likewise.
12555         * modules/realloc (Makefile.am): Likewise.
12556         * modules/regex (Makefile.am): Likewise.
12557         * modules/rename-dest-slash (Makefile.am): Likewise.
12558         * modules/rename (Makefile.am): Likewise.
12559         * modules/rijndael (Makefile.am): Likewise.
12560         * modules/rmdir (Makefile.am): Likewise.
12561         * modules/rpmatch (Makefile.am): Likewise.
12562         * modules/safe-read (Makefile.am): Likewise.
12563         * modules/safe-write (Makefile.am): Likewise.
12564         * modules/same-inode (Makefile.am): Likewise.
12565         * modules/same (Makefile.am): Likewise.
12566         * modules/save-cwd (Makefile.am): Likewise.
12567         * modules/savedir (Makefile.am): Likewise.
12568         * modules/setenv (Makefile.am): Likewise.
12569         * modules/settime (Makefile.am): Likewise.
12570         * modules/sha1 (Makefile.am): Likewise.
12571         * modules/sig2str (Makefile.am): Likewise.
12572         * modules/snprintf (Makefile.am): Likewise.
12573         * modules/stat-macros (Makefile.am): Likewise.
12574         * modules/stat-time (Makefile.am): Likewise.
12575         * modules/stdbool (Makefile.am): Likewise.
12576         * modules/stdint (Makefile.am): Likewise.
12577         * modules/stdlib-safer (Makefile.am): Likewise.
12578         * modules/stpcpy (Makefile.am): Likewise.
12579         * modules/stpncpy (Makefile.am): Likewise.
12580         * modules/strcase (Makefile.am): Likewise.
12581         * modules/strcasestr (Makefile.am): Likewise.
12582         * modules/strchrnul (Makefile.am): Likewise.
12583         * modules/strcspn (Makefile.am): Likewise.
12584         * modules/strdup (Makefile.am): Likewise.
12585         * modules/strerror (Makefile.am): Likewise.
12586         * modules/strftime (Makefile.am): Likewise.
12587         * modules/strndup (Makefile.am): Likewise.
12588         * modules/strnlen (Makefile.am): Likewise.
12589         * modules/strpbrk (Makefile.am): Likewise.
12590         * modules/strsep (Makefile.am): Likewise.
12591         * modules/strstr (Makefile.am): Likewise.
12592         * modules/strtod (Makefile.am): Likewise.
12593         * modules/strtoimax (Makefile.am): Likewise.
12594         * modules/strtok_r (Makefile.am): Likewise.
12595         * modules/strtol (Makefile.am): Likewise.
12596         * modules/strtoll (Makefile.am): Likewise.
12597         * modules/strtoul (Makefile.am): Likewise.
12598         * modules/strtoull (Makefile.am): Likewise.
12599         * modules/strtoumax (Makefile.am): Likewise.
12600         * modules/strverscmp (Makefile.am): Likewise.
12601         * modules/sys_socket (Makefile.am): Likewise.
12602         * modules/sys_stat (Makefile.am): Likewise.
12603         * modules/sysexits (Makefile.am): Likewise.
12604         * modules/time_r (Makefile.am): Likewise.
12605         * modules/timegm (Makefile.am): Likewise.
12606         * modules/timespec (Makefile.am): Likewise.
12607         * modules/tmpfile-safer (Makefile.am): Likewise.
12608         * modules/trim (Makefile.am): Likewise.
12609         * modules/unistd-safer (Makefile.am): Likewise.
12610         * modules/unlinkdir (Makefile.am): Likewise.
12611         * modules/unlocked-io (Makefile.am): Likewise.
12612         * modules/userspec (Makefile.am): Likewise.
12613         * modules/utime (Makefile.am): Likewise.
12614         * modules/utimecmp (Makefile.am): Likewise.
12615         * modules/utimens (Makefile.am): Likewise.
12616         * modules/vasnprintf (Makefile.am): Likewise.
12617         * modules/vasprintf (Makefile.am): Likewise.
12618         * modules/vsnprintf (Makefile.am): Likewise.
12619         * modules/xalloc (Makefile.am): Likewise.
12620         * modules/xgetcwd (Makefile.am): Likewise.
12621         * modules/xnanosleep (Makefile.am): Likewise.
12622         * modules/xreadlink (Makefile.am): Likewise.
12623         * modules/xstrtod (Makefile.am): Likewise.
12624         * modules/xstrtol (Makefile.am): Likewise.
12625         * modules/xstrtold (Makefile.am): Likewise.
12626         * modules/yesno (Makefile.am): Likewise.
12627         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
12628
12629 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12630
12631         * modules/error (Makefile.am): Distribute files through
12632         EXTRA_DIST, not lib_SOURCES.
12633
12634 2006-10-12  Eric Blake  <ebb9@byu.net>
12635
12636         * modules/error (Makefile.am): Distribute files in /lib.
12637         * modules/obstack (Makefile.am): Likewise.
12638
12639 2006-10-12  Bruno Haible  <bruno@clisp.org>
12640
12641         * modules/acl (Makefile.am): Distribute all files in lib/ through
12642         EXTRA_DIST.
12643         * modules/arcfour (Makefile.am): Likewise.
12644         * modules/arctwo (Makefile.am): Likewise.
12645         * modules/argmatch (Makefile.am): Likewise.
12646         * modules/argz (Makefile.am): Likewise.
12647         * modules/atexit (Makefile.am): Likewise.
12648         * modules/backupfile (Makefile.am): Likewise.
12649         * modules/c-strtod (Makefile.am): Likewise.
12650         * modules/c-strtold (Makefile.am): Likewise.
12651         * modules/calloc (Makefile.am): Likewise.
12652         * modules/canon-host (Makefile.am): Likewise.
12653         * modules/canonicalize (Makefile.am): Likewise.
12654         * modules/chdir-long (Makefile.am): Likewise.
12655         * modules/chdir-safer (Makefile.am): Likewise.
12656         * modules/check-version (Makefile.am): Likewise.
12657         * modules/chown (Makefile.am): Likewise.
12658         * modules/cloexec (Makefile.am): Likewise.
12659         * modules/close-stream (Makefile.am): Likewise.
12660         * modules/closeout (Makefile.am): Likewise.
12661         * modules/crc (Makefile.am): Likewise.
12662         * modules/cycle-check (Makefile.am): Likewise.
12663         * modules/des (Makefile.am): Likewise.
12664         * modules/dirfd (Makefile.am): Likewise.
12665         * modules/dirname (Makefile.am): Likewise.
12666         * modules/dup2 (Makefile.am): Likewise.
12667         * modules/euidaccess (Makefile.am): Likewise.
12668         * modules/exclude (Makefile.am): Likewise.
12669         * modules/exitfail (Makefile.am): Likewise.
12670         * modules/fcntl-safer (Makefile.am): Likewise.
12671         * modules/file-type (Makefile.am): Likewise.
12672         * modules/fileblocks (Makefile.am): Likewise.
12673         * modules/filemode (Makefile.am): Likewise.
12674         * modules/filenamecat (Makefile.am): Likewise.
12675         * modules/fnmatch (Makefile.am): Likewise.
12676         * modules/fopen-safer (Makefile.am): Likewise.
12677         * modules/fpending (Makefile.am): Likewise.
12678         * modules/fprintftime (Makefile.am): Likewise.
12679         * modules/free (Makefile.am): Likewise.
12680         * modules/fsusage (Makefile.am): Likewise.
12681         * modules/ftruncate (Makefile.am): Likewise.
12682         * modules/fts (Makefile.am): Likewise.
12683         * modules/gc (Makefile.am): Likewise.
12684         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12685         * modules/getaddrinfo (Makefile.am): Likewise.
12686         * modules/getcwd (Makefile.am): Likewise.
12687         * modules/getdelim (Makefile.am): Likewise.
12688         * modules/getdomainname (Makefile.am): Likewise.
12689         * modules/getgroups (Makefile.am): Likewise.
12690         * modules/gethostname (Makefile.am): Likewise.
12691         * modules/gethrxtime (Makefile.am): Likewise.
12692         * modules/getline (Makefile.am): Likewise.
12693         * modules/getloadavg (Makefile.am): Likewise.
12694         * modules/getlogin_r (Makefile.am): Likewise.
12695         * modules/getopt (Makefile.am): Likewise.
12696         * modules/getpass (Makefile.am): Likewise.
12697         * modules/getpass-gnu (Makefile.am): Likewise.
12698         * modules/getsubopt (Makefile.am): Likewise.
12699         * modules/gettime (Makefile.am): Likewise.
12700         * modules/gettimeofday (Makefile.am): Likewise.
12701         * modules/getugroups (Makefile.am): Likewise.
12702         * modules/getusershell (Makefile.am): Likewise.
12703         * modules/glob (Makefile.am): Likewise.
12704         * modules/group-member (Makefile.am): Likewise.
12705         * modules/hard-locale (Makefile.am): Likewise.
12706         * modules/hash (Makefile.am): Likewise.
12707         * modules/hmac-md5 (Makefile.am): Likewise.
12708         * modules/hmac-sha1 (Makefile.am): Likewise.
12709         * modules/human (Makefile.am): Likewise.
12710         * modules/idcache (Makefile.am): Likewise.
12711         * modules/imaxabs (Makefile.am): Likewise.
12712         * modules/imaxdiv (Makefile.am): Likewise.
12713         * modules/inet_ntop (Makefile.am): Likewise.
12714         * modules/inet_pton (Makefile.am): Likewise.
12715         * modules/inttostr (Makefile.am): Likewise.
12716         * modules/isapipe (Makefile.am): Likewise.
12717         * modules/lchown (Makefile.am): Likewise.
12718         * modules/long-options (Makefile.am): Likewise.
12719         * modules/lstat (Makefile.am): Likewise.
12720         * modules/malloc (Makefile.am): Likewise.
12721         * modules/mathl (Makefile.am): Likewise.
12722         * modules/mbchar (Makefile.am): Likewise.
12723         * modules/md2 (Makefile.am): Likewise.
12724         * modules/md4 (Makefile.am): Likewise.
12725         * modules/md5 (Makefile.am): Likewise.
12726         * modules/memcasecmp (Makefile.am): Likewise.
12727         * modules/memchr (Makefile.am): Likewise.
12728         * modules/memcmp (Makefile.am): Likewise.
12729         * modules/memcoll (Makefile.am): Likewise.
12730         * modules/memcpy (Makefile.am): Likewise.
12731         * modules/memmem (Makefile.am): Likewise.
12732         * modules/memmove (Makefile.am): Likewise.
12733         * modules/mempcpy (Makefile.am): Likewise.
12734         * modules/memrchr (Makefile.am): Likewise.
12735         * modules/memset (Makefile.am): Likewise.
12736         * modules/memxor (Makefile.am): Likewise.
12737         * modules/mkancesdirs (Makefile.am): Likewise.
12738         * modules/mkdir (Makefile.am): Likewise.
12739         * modules/mkdir-p (Makefile.am): Likewise.
12740         * modules/mkdtemp (Makefile.am): Likewise.
12741         * modules/mkstemp (Makefile.am): Likewise.
12742         * modules/mktime (Makefile.am): Likewise.
12743         * modules/modechange (Makefile.am): Likewise.
12744         * modules/mountlist (Makefile.am): Likewise.
12745         * modules/nanosleep (Makefile.am): Likewise.
12746         * modules/openat (Makefile.am): Likewise.
12747         * modules/pagealign_alloc (Makefile.am): Likewise.
12748         * modules/physmem (Makefile.am): Likewise.
12749         * modules/poll (Makefile.am): Likewise.
12750         * modules/posixtm (Makefile.am): Likewise.
12751         * modules/posixver (Makefile.am): Likewise.
12752         * modules/putenv (Makefile.am): Likewise.
12753         * modules/quote (Makefile.am): Likewise.
12754         * modules/quotearg (Makefile.am): Likewise.
12755         * modules/raise (Makefile.am): Likewise.
12756         * modules/read-file (Makefile.am): Likewise.
12757         * modules/readline (Makefile.am): Likewise.
12758         * modules/readlink (Makefile.am): Likewise.
12759         * modules/readtokens (Makefile.am): Likewise.
12760         * modules/readutmp (Makefile.am): Likewise.
12761         * modules/realloc (Makefile.am): Likewise.
12762         * modules/regex (Makefile.am): Likewise.
12763         * modules/rename (Makefile.am): Likewise.
12764         * modules/rename-dest-slash (Makefile.am): Likewise.
12765         * modules/rijndael (Makefile.am): Likewise.
12766         * modules/rmdir (Makefile.am): Likewise.
12767         * modules/rpmatch (Makefile.am): Likewise.
12768         * modules/safe-read (Makefile.am): Likewise.
12769         * modules/safe-write (Makefile.am): Likewise.
12770         * modules/same (Makefile.am): Likewise.
12771         * modules/save-cwd (Makefile.am): Likewise.
12772         * modules/savedir (Makefile.am): Likewise.
12773         * modules/setenv (Makefile.am): Likewise.
12774         * modules/settime (Makefile.am): Likewise.
12775         * modules/sha1 (Makefile.am): Likewise.
12776         * modules/sig2str (Makefile.am): Likewise.
12777         * modules/snprintf (Makefile.am): Likewise.
12778         * modules/stdlib-safer (Makefile.am): Likewise.
12779         * modules/stpcpy (Makefile.am): Likewise.
12780         * modules/stpncpy (Makefile.am): Likewise.
12781         * modules/strcase (Makefile.am): Likewise.
12782         * modules/strcasestr (Makefile.am): Likewise.
12783         * modules/strchrnul (Makefile.am): Likewise.
12784         * modules/strcspn (Makefile.am): Likewise.
12785         * modules/strdup (Makefile.am): Likewise.
12786         * modules/strerror (Makefile.am): Likewise.
12787         * modules/strftime (Makefile.am): Likewise.
12788         * modules/strndup (Makefile.am): Likewise.
12789         * modules/strnlen (Makefile.am): Likewise.
12790         * modules/strpbrk (Makefile.am): Likewise.
12791         * modules/strsep (Makefile.am): Likewise.
12792         * modules/strstr (Makefile.am): Likewise.
12793         * modules/strtod (Makefile.am): Likewise.
12794         * modules/strtoimax (Makefile.am): Likewise.
12795         * modules/strtok_r (Makefile.am): Likewise.
12796         * modules/strtol (Makefile.am): Likewise.
12797         * modules/strtoll (Makefile.am): Likewise.
12798         * modules/strtoul (Makefile.am): Likewise.
12799         * modules/strtoull (Makefile.am): Likewise.
12800         * modules/strtoumax (Makefile.am): Likewise.
12801         * modules/strverscmp (Makefile.am): Likewise.
12802         * modules/time_r (Makefile.am): Likewise.
12803         * modules/timegm (Makefile.am): Likewise.
12804         * modules/tmpfile-safer (Makefile.am): Likewise.
12805         * modules/unistd-safer (Makefile.am): Likewise.
12806         * modules/unlinkdir (Makefile.am): Likewise.
12807         * modules/userspec (Makefile.am): Likewise.
12808         * modules/utime (Makefile.am): Likewise.
12809         * modules/utimecmp (Makefile.am): Likewise.
12810         * modules/utimens (Makefile.am): Likewise.
12811         * modules/vasnprintf (Makefile.am): Likewise.
12812         * modules/vasprintf (Makefile.am): Likewise.
12813         * modules/vsnprintf (Makefile.am): Likewise.
12814         * modules/xalloc (Makefile.am): Likewise.
12815         * modules/xgetcwd (Makefile.am): Likewise.
12816         * modules/xnanosleep (Makefile.am): Likewise.
12817         * modules/xreadlink (Makefile.am): Likewise.
12818         * modules/xstrtod (Makefile.am): Likewise.
12819         * modules/xstrtol (Makefile.am): Likewise.
12820         * modules/xstrtold (Makefile.am): Likewise.
12821         * modules/yesno (Makefile.am): Likewise.
12822
12823 2006-10-12  Jim Meyering  <jim@meyering.net>
12824
12825         * m4/getloadavg.m4: Revert the change below.
12826
12827         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12828         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12829         fail with a symlink, which is what coreutils' ./bootstrap now
12830         creates by default.
12831
12832 2006-10-12  Bruno Haible  <bruno@clisp.org>
12833
12834         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12835         mingw.
12836         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12837         MSVC and mingw explicitly.
12838
12839 2006-10-11  Simon Josefsson  <jas@extundo.com>
12840             Bruno Haible  <bruno@clisp.org>
12841
12842         Add support for multiple gnulib-tool invocations in the scope of a
12843         single configure.ac file.
12844         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12845         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12846         with the same contents as the _LIBADD variable.
12847         (func_emit_initmacro_start, func_emit_initmacro_end,
12848         func_emit_initmacro_done): New functions.
12849         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12850         gl_LIBOBJS and gl_LTLIBOBJS.
12851
12852 2006-10-11  Bruno Haible  <bruno@clisp.org>
12853
12854         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12855         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12856         autoreconf. Instead, invoke autopoint explicitly but move back the
12857         *.m4 files from gnulib.
12858
12859 2006-10-11  Bruno Haible  <bruno@clisp.org>
12860
12861         * gnulib-tool (func_usage): Make module names after --create-testdir
12862         optional.
12863         (func_create_testdir): If no module was specified, use nearly all
12864         modules.
12865
12866 2006-10-12  Jim Meyering  <jim@meyering.net>
12867
12868         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12869         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12870         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12871         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12872         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12873         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12874         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12875         (fts_set_stat_required): New function.
12876         (fts_open): Defer the calls to fts_stat, if possible or requested.
12877         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12878         into fts_stat itself.
12879         (fts_read): Perform any required (deferred) fts_stat call.
12880         (fts_build): Likewise, for the directory we're about to open and read.
12881         In the readdir loop, carefully decide whether each entry will require
12882         an eventual call to fts_stat, using dirent.d_type info if available.
12883         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12884         a command line argument into this function.  Update all callers.
12885         Map a return value of FTS_DOT to FTS_D for a command line argument.
12886         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12887         Thanks to Miklos Szeredi for his tenacity and for the initial
12888         bug report about "find" failing on a FUSE-based file system.
12889
12890         * lib/fts.c (fts_open): Use consistent indentation.
12891
12892 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12893
12894         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12895         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12896         reported by Jim Meyering.  All uses of cache variables renamed
12897         to match Autoconf's.
12898         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12899         the other one.
12900
12901         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12902         Fix misspelling in diagnostic.
12903
12904 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12905
12906         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12907         defined.  Problem reported by Matthew Woehlke.
12908
12909         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12910         Add support for Tandem NonStop R series.
12911         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12912         Use new macro.
12913
12914         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12915         (has_trailing_slash): Omit size arg; all callers changed.
12916         Omit 'inline', since it doesn't help performance and we'd
12917         need to configure it.
12918         Don't count //, ///, etc. as having a trailing slash.
12919         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12920         (rpl_rename_dest_slash): On failure, use rename's errno rather
12921         than (in some cases) an incorrect or junk errno.
12922         Simplify code by removing need to compute length; this does
12923         cause it to make two passes instead of one over the file name,
12924         but it's worth it.
12925
12926         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12927         change, since Autoconf's version may no longer be appropriate now
12928         that we are using CVS Autoconf's version.  Add support for Tandem.
12929
12930 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12931             Bruno Haible  <bruno@clisp.org>
12932
12933         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12934         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12935         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12936         gl_AC_TYPE_LONG_LONG.
12937
12938         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12939         instead of HAVE_LONG_LONG.
12940         * lib/printf-args.c (printf_fetchargs): Likewise.
12941         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12942         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12943         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12944         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12945         gl_AC_TYPE_LONG_LONG.
12946
12947 2006-10-11  Bruno Haible  <bruno@clisp.org>
12948
12949         * m4/longlong.m4: Add comments.
12950         * m4/ulonglong.m4: Likewise.
12951
12952 2006-10-10  Bruno Haible  <bruno@clisp.org>
12953
12954         Make it possible to #define stpcpy, strdup to aliases.
12955         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12956         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12957
12958 2006-10-10  Bruno Haible  <bruno@clisp.org>
12959
12960         Make it possible to #define gcd to an alias.
12961         * lib/gcd.c: Include config.h.
12962
12963 2006-10-10  Bruno Haible  <bruno@clisp.org>
12964
12965         Make it possible to #define c_isascii to an alias.
12966         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12967         defined. Undefine the macros before defining them, to avoid gcc
12968         warnings.
12969         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12970         define NO_C_CTYPE_MACROS early.
12971
12972 2006-10-10  Bruno Haible  <bruno@clisp.org>
12973
12974         Make it possible to #define set_program_name to an alias.
12975         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12976         ENABLE_RELOCATABLE early.
12977
12978 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12981         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12982         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12983         More generally, don't assume that 64-bit signed int is available
12984         if unsigned int is, and vice versa.
12985         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12986         unsigned symbols, not on their signed counterparts.
12987         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12988         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12989         (UINT64_C, UINTMAX_C):
12990         Likewise.
12991         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12992         unsigned counterparts.
12993         (Have_long_long, Unsigned): New macros.
12994         (Int): Renamed from INT.
12995         (strtoimax): Use the new macros.
12996         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12997         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12998         * modules/inttypes (inttypes.h): Substitute
12999         HAVE_UNSIGNED_LONG_LONG_INT.
13000         * modules/stdint (stdint.h): Likewise.
13001         (Files): Add m4/ulonglong.m4.
13002
13003 2006-10-10  Bruno Haible  <bruno@clisp.org>
13004
13005         Fix a gcc -Wshadow warning.
13006         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
13007         to 'bucket'.
13008         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
13009         gl_linked_indexof_from_to): Likewise.
13010         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
13011         Likewise.
13012         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
13013         Likewise.
13014         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
13015         Reported by Eric Blake.
13016
13017 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
13018
13019         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
13020         for NetBSD.  Problem reported by Bruno Haible.
13021
13022 2006-10-09  Jim Meyering  <jim@meyering.net>
13023
13024         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
13025         Patch from Bruno Haible.
13026
13027 2006-10-09  Jim Meyering  <jim@meyering.net>
13028
13029         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
13030         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
13031         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
13032
13033 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
13034
13035         Don't include <config.h> twice; this doesn't work in some cases,
13036         e.g., when config.h has "#define intmax_t long long int" and
13037         we include <config.h>, <inttypes.h>, <config.h> in that order.
13038         Problem reported by Matthew Woehlke in:
13039         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
13040         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
13041         * lib/fts-cycle.c: Don't include config.h.
13042         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
13043         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
13044         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
13045         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
13046         inttypes.h.
13047         * lib/xstrtoumax.c: Likewise.
13048         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
13049         __strtol and the like, so that this module is more like its siblings.
13050         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
13051         Remove; no longer needed now that we assume gnulib inttypes.h.
13052
13053 2006-10-08  Bruno Haible  <bruno@clisp.org>
13054
13055         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
13056         option.
13057
13058 2006-10-07  Jim Meyering  <jim@meyering.net>
13059
13060         * modules/inttypes (inttypes.h): Revert what seems to have been
13061         an inadvertent part of today's change: use "|", not "/" in the
13062         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
13063
13064 2006-10-07  Bruno Haible  <bruno@clisp.org>
13065
13066         * modules/sublist: New file.
13067
13068 2006-10-07  Bruno Haible  <bruno@clisp.org>
13069
13070         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
13071         * modules/argz (argz.h): Likewise.
13072         * modules/arpa_inet (arpa/inet.h): Likewise.
13073         * modules/byteswap (byteswap.h): Likewise.
13074         * modules/configmake (configmake.h): Likewise.
13075         * modules/fcntl (fcntl.h): Likewise.
13076         * modules/fnmatch (fnmatch.h): Likewise.
13077         * modules/getopt (getopt.h): Likewise.
13078         * modules/glob (glob.h): Likewise.
13079         * modules/inttypes (inttypes.h): Likewise.
13080         * modules/netinet_in (netinet/in.h): Likewise.
13081         * modules/poll (poll.h): Likewise.
13082         * modules/stdbool (stdbool.h): Likewise.
13083         * modules/stdint (stdint.h): Likewise.
13084         * modules/sys_select (sys/select.h): Likewise.
13085         * modules/sys_socket (sys/socket.h): Likewise.
13086         * modules/sys_stat (sys/stat.h): Likewise.
13087         * modules/sysexits (sysexits.h): Likewise.
13088         * modules/unistd (unistd.h): Likewise.
13089         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13090         Add a "DO NOT EDIT" comment to the generated file.
13091         (func_import): Likewise for gnulib-comp.m4.
13092
13093 2006-10-07  Bruno Haible  <bruno@clisp.org>
13094
13095         * lib/gl_sublist.h: New file.
13096         * lib/gl_sublist.c: New file.
13097
13098 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13099
13100         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
13101         name (relative to the original working directory) and the file
13102         name component (relative to the temporary working directory).  All
13103         callers changed.
13104         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
13105         * lib/mkdir-p.c (make_dir_parents): Likewise.
13106         * lib/mkdir-p.h (make_dir_parents): Likewise.
13107
13108 2006-10-06  Eric Blake  <ebb9@byu.net>
13109
13110         Define several macros for use by the clean-temp module.
13111         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
13112         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
13113         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
13114
13115         * lib/clean-temp.h (close_stream_temp): New declaration.
13116         * lib/clean-temp.c (includes): Pull in headers according to what
13117         other modules are in use.
13118         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
13119
13120 2006-10-06  Bruno Haible  <bruno@clisp.org>
13121
13122         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
13123         instead of fopen, fwriteerror.
13124
13125 2006-10-06  Bruno Haible  <bruno@clisp.org>
13126
13127         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
13128         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
13129         int.
13130         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
13131         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
13132         Return an error indicator.
13133         Suggested by Eric Blake.
13134
13135 2006-10-06  Bruno Haible  <bruno@clisp.org>
13136
13137         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
13138         Reported by Eric Blake.
13139
13140 2006-10-06  Bruno Haible  <bruno@clisp.org>
13141
13142         * modules/closeout (Description): Mention stderr too.
13143
13144 2006-10-06  Bruno Haible  <bruno@clisp.org>
13145         and Paul Eggert  <eggert@cs.ucla.edu>
13146
13147         * lib/closeout.c (close_stdout): Also close stderr.
13148         * lib/closeout.h: Update comment.
13149
13150 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13151
13152         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
13153         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
13154         * lib/dirchownmod.c: Include lchown.h.
13155         * lib/lchown.c: Don't include files that lchown.h now includes.
13156         Don't declare chown, since lchown.h now does that.
13157         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
13158         (lchown): Define to rpl_chown if lchown is declared but
13159         does not exist.  Declare using a prototype if lchown is not
13160         declared.  Add a copyright notice.
13161         * lib/mkstemp.h: Include <unistd.h>.
13162         * lib/openat.c: Include lchown.h.
13163
13164         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
13165         we now test for that separately.
13166         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
13167         rather than O_NOFOLLOW, when testing whether it's possible to
13168         avoid a race condition reliably.
13169         * lib/savewd.c (savewd_chdir): Likewise.
13170
13171         Remove macros that are no longer needed now that stdint.h is
13172         reliable.
13173         * lib/fsusage.c (UINTMAX_MAX): Remove.
13174         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
13175         * lib/utimecmp.c (SIZE_MAX): Remove.
13176
13177         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
13178
13179         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
13180         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
13181         O_NOATIME works.
13182
13183 2006-10-05  Bruno Haible  <bruno@clisp.org>
13184
13185         * lib/gl_list.h (gl_sortedlist_search_from_to,
13186         gl_sortedlist_indexof_from_to): New declarations.
13187         (gl_list_implementation): New fields sortedlist_search_from_to,
13188         sortedlist_indexof_from_to.
13189         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
13190         inline functions.
13191         * lib/gl_list.c (gl_sortedlist_search_from_to,
13192         gl_sortedlist_indexof_from_to): New functions.
13193         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
13194         function.
13195         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
13196         (gl_array_sortedlist_search_from_to): New function.
13197         (gl_array_list_implementation): Update.
13198         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
13199         function.
13200         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
13201         (gl_carray_sortedlist_search_from_to): New function.
13202         (gl_carray_list_implementation): Update.
13203         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
13204         gl_linked_sortedlist_indexof_from_to): New functions.
13205         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
13206         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
13207         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
13208         gl_tree_sortedlist_indexof_from_to): New functions.
13209         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
13210         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
13211         Update.
13212         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
13213         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
13214         Update.
13215
13216 2006-10-05  Bruno Haible  <bruno@clisp.org>
13217
13218         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
13219         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
13220         (struct gl_list_implementation): Add fields search_from_to,
13221         indexof_from_to. Remove fields search, indexof.
13222         (gl_list_search): Use the search_from_to method.
13223         (gl_list_search_from, gl_list_search_from_to): New functions.
13224         (gl_list_indexof): Use the indexof_from_to method.
13225         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
13226         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
13227         (gl_list_search_from, gl_list_search_from_to): New functions.
13228         (gl_list_indexof): Use the indexof_from_to method.
13229         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
13230         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
13231         gl_array_indexof. Add start_index, end_index arguments.
13232         (gl_array_search_from_to): Renamed from gl_array_search. Add
13233         start_index, end_index arguments.
13234         (gl_array_remove, gl_array_list_implementation): Update.
13235         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
13236         gl_carray_indexof. Add start_index, end_index arguments.
13237         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
13238         start_index, end_index arguments.
13239         (gl_carray_remove, gl_carray_list_implementation): Update.
13240         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
13241         gl_linked_search. Add start_index, end_index arguments.
13242         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
13243         start_index, end_index arguments.
13244         (gl_linked_remove): Update.
13245         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
13246         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
13247         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
13248         field to 'size_t'.
13249         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
13250         gl_tree_search. Add start_index, end_index arguments.
13251         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
13252         start_index, end_index arguments.
13253         (gl_tree_remove): Update.
13254         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
13255         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
13256         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
13257         function.
13258         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
13259         gl_tree_search. Add start_index, end_index arguments.
13260         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
13261         start_index, end_index arguments.
13262         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
13263         Update.
13264         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
13265
13266 2006-10-05  Bruno Haible  <bruno@clisp.org>
13267
13268         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
13269
13270         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
13271         fwriteerror_temp): New declarations.
13272         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
13273         (descriptors): New variable.
13274         (cleanup): First, close the descriptors.
13275         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
13276         fclose_temp, fwriteerror_temp): New functions.
13277
13278 2006-10-04  Jim Meyering  <jim@meyering.net>
13279
13280         * lib/fts.c (fts_open): Tiny comment change.
13281
13282 2006-10-04  Bruno Haible  <bruno@clisp.org>
13283
13284         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
13285         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
13286         gl_LOCK_BODY.
13287         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
13288         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
13289         gl_LOCK_EARLY_BODY.
13290         (gl_LOCK): Require gl_LOCK_BODY.
13291
13292 2006-10-04  Bruno Haible  <bruno@clisp.org>
13293
13294         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
13295         (gl_oset_search_atleast): New declaration.
13296         (struct gl_oset_implementation): Add field 'search_atleast'.
13297         (gl_oset_search_atleast): New inline function.
13298         * lib/gl_oset.c (gl_oset_search_atleast): New function.
13299         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
13300         (gl_array_oset_implementation): Update.
13301         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
13302         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
13303         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
13304
13305 2006-10-04  Bruno Haible  <bruno@clisp.org>
13306
13307         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
13308
13309 2006-10-03  Bruno Haible  <bruno@clisp.org>
13310
13311         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
13312         from gl_avltreehash_list_implementation.
13313
13314 2006-10-03  Bruno Haible  <bruno@clisp.org>
13315
13316         * lib/gl_oset.c (gl_oset_add): Fix return type.
13317
13318 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
13319
13320         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
13321
13322 2006-10-02  Eric Blake  <ebb9@byu.net>
13323
13324         * modules/strnlen (Depends-on): Add extensions.
13325
13326 2006-10-02  Eric Blake  <ebb9@byu.net>
13327
13328         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
13329         definition in 2.60+.
13330
13331 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13332
13333         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
13334         checks.
13335
13336 2006-10-02  Bruno Haible  <bruno@clisp.org>
13337
13338         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
13339         to the AUTOMAKE_OPTIONS.
13340         Reported by Jim Meyering.
13341
13342 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13343
13344         Work around bug in Solaris 10 /proc file system:
13345         /proc/self/fd/NNN/.. isn't the parent directory of
13346         the directory whose file descriptor is NNN.  This needs to
13347         be worked around at run time, not compile time, since a
13348         program might be built on Solaris 8, where things work, and
13349         run on Solaris 10.
13350         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
13351         to use the following interface instead:
13352         (OPENAT_BUFFER_SIZE): New macro.
13353         (openat_proc_name): New function.
13354         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
13355         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
13356         Likewise.
13357         * lib/openat-proc.c: New file.
13358         * modules/openat (Files): Add lib/openat-proc.c.
13359         (Depends-on): Add same-inode, stdbool.
13360         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
13361
13362 2006-09-29  Bruno Haible  <bruno@clisp.org>
13363
13364         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
13365         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
13366         argument. Set stdout_closed before testing for ferror, not after.
13367         (fwriteerror, fwriteerror_no_ebadf): New functions.
13368
13369 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13370
13371         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
13372
13373 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
13374
13375         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
13376         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
13377
13378 2006-09-28  Jim Meyering  <jim@meyering.net>
13379
13380         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
13381         Include <unistd.h>.
13382
13383 2006-09-28  Bruno Haible  <bruno@clisp.org>
13384
13385         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
13386         * modules/linkedhash-list (Depends-on): Likewise.
13387         * modules/rbtreehash-list (Depends-on): Likewise.
13388
13389 2006-09-28  Bruno Haible  <bruno@clisp.org>
13390
13391         * lib/strndup.h: Simplify the redefinition of strndup.
13392         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
13393         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
13394
13395 2006-09-28  Bruno Haible  <bruno@clisp.org>
13396
13397         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
13398         * lib/gl_linkedhash_list.c: Likewise.
13399         * lib/gl_rbtreehash_list.c: Likewise.
13400
13401 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13402
13403         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
13404         getaddrinfo.
13405
13406         * lib/__fpending.h: Don't include <stdio_ext.h> unless
13407         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
13408         it causes <stdio_ext.h> to cause a compile-time error.
13409         Problem reported by Nelson H. F. Beebe.
13410         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
13411         of HAVE_DECL___PENDING.
13412
13413         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
13414         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
13415         declaration.
13416
13417 2006-09-27  Jim Meyering  <jim@meyering.net>
13418
13419         This file could end up with a definition for a function
13420         named __strndup, rather than rpl_strndup on a system with
13421         incomplete weak_alias support.
13422         * lib/strndup.c (strndup): Rename from __strndup.
13423         Remove #defines that used to map __strndup to strndup.
13424         Don't use K&R prototypes.
13425         Remove LIBC-related code, since this file is not sync'd with glibc.
13426         * lib/strndup.h: Revamp, accordingly.
13427         * m4/strndup.m4: Modernize.
13428
13429 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13430
13431         * modules/savewd (Depends-on): Add 'raise'.
13432         * lib/savewd.c: Include <signal.h>, for 'raise'.
13433
13434 2006-09-26  Jim Meyering  <jim@meyering.net>
13435
13436         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
13437         when we detect Darwin 8.7.0's acl_get_file bug.
13438         Rearrange to perform the new (below) run-test while $LIBS
13439         contains any acl-related library.  Set USE_ACL at the end.
13440         (gl_ACL_GET_FILE): New function.
13441
13442 2006-09-26  Eric Blake  <ebb9@byu.net>
13443
13444         * lib/verror.c: Include <config.h> unconditionally.
13445
13446 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
13447
13448         * modules/clock-time (Maintainer): Add self.
13449         * modules/getlogin_r (Depends-on): Add extensions.
13450
13451 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13452
13453         * modules/clock-time: New module.
13454         * modules/nanosleep (Depends-on): Add clock-time.
13455         * modules/gethrxtime (Depends-on): Likewise.
13456         * modules/gettime (Depends-on): Likewise.
13457         * modules/settime (Depends-on): Likewise.
13458
13459         * modules/fts-lgpl: Depend on openat.
13460         * modules/mkancesdirs: Depend on savewd.
13461         * modules/mkdir-p: Likewise.
13462
13463 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13464
13465         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
13466
13467         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
13468         `gl_have_arbitrary_file_name_length_limit' to
13469         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
13470         actually works between configure runs.
13471
13472 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13473             Bruno Haible  <bruno@clisp.org>
13474
13475         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
13476
13477 2006-09-25  Jim Meyering  <jim@meyering.net>
13478
13479         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
13480         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
13481
13482 2006-09-25  Eric Blake  <ebb9@byu.net>
13483
13484         * gnulib-tool (func_import, func_create_testdir): Fix typos in
13485         exec's in 2006-09-18 patch when shuffling fds.
13486
13487 2006-09-25  Bruno Haible  <bruno@clisp.org>
13488
13489         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
13490         Reported by Jim Meyering.
13491
13492 2006-09-24  Jim Meyering  <jim@meyering.net>
13493
13494         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
13495         compare a pointer against a literal "0".  That caused failures with
13496         at least HP-UX's hpcc.
13497
13498 2006-09-22  Simon Josefsson  <jas@extundo.com>
13499
13500         * modules/gc-sha1:
13501         * modules/gc-md4:
13502         * modules/gc-hmac-sha1:
13503         * modules/gc-hmac-md5:
13504         * modules/gc-des:
13505         * modules/gc-arcfour: Distribute more files.
13506
13507 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13508
13509         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
13510         (gl_linked_iterator_from_to): Initialize struct completely.
13511         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
13512         (gl_tree_iterator_from_to): Likewise
13513         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
13514         * lib/gl_array_list.c [lint] (gl_array_iterator)
13515         (gl_array_iterator_from_to): Likewise.
13516         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
13517         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
13518         (gl_carray_iterator_from_to): Likewise.
13519
13520         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
13521         * lib/md4.c (md4_process_block): Remove unused variable.
13522         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
13523         parentheses for clarity.
13524
13525 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13526
13527         * modules/bison-i18n (Depends-on): Add gettext.
13528
13529 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13530
13531         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
13532         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
13533         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
13534         also add missing comma that caused broken test.
13535         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
13536         stdlib.h, for `abort'.
13537         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
13538         variables.
13539         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
13540         include unistd.h if present, for `rmdir'.
13541         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
13542         variables.
13543         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
13544         in the process include standard headers for prototypes.
13545         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
13546         gets declared on GNU/Linux.
13547         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
13548         unistd.h, for `rmdir'.
13549         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
13550
13551         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
13552         always true.
13553         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
13554
13555         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
13556
13557 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13558
13559         * gnulib-tool (func_version): Create output all at once.  This
13560         may help avoid triggering unnecessary SIGPIPEs, and at any
13561         rate it doesn't hurt.
13562
13563 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13564             Bruno Haible  <bruno@clisp.org>
13565
13566         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
13567         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13568         * m4/signed.m4 (bh_C_SIGNED): Likewise.
13569
13570         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
13571         (gl_FUNC_VASPRINTF): Invoke it.
13572
13573 2006-09-22  Bruno Haible  <bruno@clisp.org>
13574
13575         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
13576         getloadavg.c as first argument.
13577
13578 2006-09-22  Bruno Haible  <bruno@clisp.org>
13579
13580         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
13581         at the beginning of the gl_INIT macro.
13582         * modules/getloadavg (configure.ac): Pass $gl_source_base to
13583         gl_GETLOADAVG.
13584
13585 2006-09-22  Bruno Haible  <bruno@clisp.org>
13586
13587         * gnulib-tool (func_create_megatestdir): Don't include the config-h
13588         module.
13589         Suggested by Ralf Wildenhues.
13590
13591 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13592
13593         Import this patch from libc:
13594
13595         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13596
13597         * lib/regex_internal.c (re_string_reconstruct): Handle
13598         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13599         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13600         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13601         re_string_context_at.
13602
13603         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
13604         now requires it.
13605         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
13606         gl_REGEX now does it for us.
13607         (gl_REGEX): Add test taken from
13608         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
13609
13610         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
13611         Check that large offsets work.  Modernize Autoconf usages.
13612         Prefer "yes" to mean a good thing rather than a bad.
13613         Don't put "#define mkstemp" in config.h, as this might interfere
13614         with standard system headers that "#define mkstemp mkstemp64".
13615
13616         * modules/mkstemp (Depends-on): Add extensions, so that
13617         mkstemp is visible on some platforms.
13618         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
13619         (Include): Change to "mkstemp.h" from <stdlib.h>.
13620         (Files): Add mkstemp.h.
13621
13622         * lib/mkstemp.h: New file, since some standard headers
13623         #define mkstemp.
13624         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
13625         Include "mkstemp.h".
13626         Make the _LIBC code resemble glibc original more,
13627         e.g., use K&R style.
13628         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
13629         (mkstemp): Remove, since mkstemp.h does this for us.
13630         * lib/stdlib--.h: Include mkstemp.h.
13631
13632         Import this patch from libc:
13633
13634         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13635
13636         * lib/tempname.c (__gen_tempname): Change attempts_min
13637         into a macro.  Use preprocessor to decide how to initialize
13638         attempts [Coverity CID 67].
13639
13640 2006-09-20  Bruno Haible  <bruno@clisp.org>
13641
13642         * lib/mkdtemp.c: Import from libc.
13643         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13644                 * sysdeps/posix/tempname.c (__gen_tempname): Change
13645                 attempts_min into a macro.  Use preprocessor to decide how to
13646                 initialize attempts [Coverity CID 67].
13647         2001-11-27  Paul Eggert  <eggert@twinsun.com>
13648                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
13649                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
13650
13651 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13652
13653         * gnulib-tool (func_exit): New function, to allow to pass the
13654         exit status portably through the trap.  Use everywhere.
13655         (--help, --version): Signal a write error.
13656         (trap): catch SIGPIPE, for write errors.
13657         Exit at the end of the trap, with the correct exit status.
13658
13659 2006-09-19  Karl Berry  <karl@gnu.org>
13660
13661         * doc/gnulib.texi: note about the license texinfo files.
13662
13663 2006-09-19  Eric Blake  <ebb9@byu.net>
13664
13665         * gnulib-tool: Avoid space-tab.
13666
13667 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13668
13669         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
13670         that prevented coreutils 6.1 from building.  Problem reported
13671         by Petter Reinholdtsen.
13672
13673 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13674
13675         * gnulib-tool (avoidlist): Fix typo that broke options like
13676         --avoid=lock that are used by coreutils bootstrap.
13677
13678 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
13679
13680         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
13681         more systematically.
13682
13683 2006-09-18  Jim Meyering  <jim@meyering.net>
13684
13685         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
13686
13687 2006-09-18  Bruno Haible  <bruno@clisp.org>
13688
13689         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
13690
13691 2006-09-18  Bruno Haible  <bruno@clisp.org>
13692
13693         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
13694         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
13695         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
13696         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
13697         * m4/gettext.m4: Require autoconf >= 2.52.
13698         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
13699         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
13700         of gl_cv_header_inttypes_h.
13701
13702 2006-09-18  Bruno Haible  <bruno@clisp.org>
13703
13704         * lib/javaversion.c: Include configmake.h.
13705
13706 2006-09-18  Bruno Haible  <bruno@clisp.org>
13707
13708         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
13709         avoid that the while loops be executed in a subshell.
13710
13711 2006-09-18  Bruno Haible  <bruno@clisp.org>
13712
13713         * MODULES.html.sh (func_module): Break long lines.
13714         Suggested by Bruce Korb <bkorb@gnu.org>.
13715
13716 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13717
13718         Speed up by a factor of 1.12.
13719         * gnulib-tool (nl): New variable.
13720         (func_import): Rewrite include directive extraction to only read each
13721         directive once.
13722
13723 2006-09-17  Bruno Haible  <bruno@clisp.org>
13724
13725         * modules/javaversion (Makefile.am): Remove DEFS setting.
13726         (Depends-on): Add configmake, for PKGDATADIR definition.
13727
13728 2006-09-17  Bruno Haible  <bruno@clisp.org>
13729
13730         * gnulib-tool (func_create_testdir): Rewrite all files at once.
13731
13732 2006-09-17  Bruno Haible  <bruno@clisp.org>
13733
13734         * gnulib-tool (func_append): New function, stolen from libtool.m4.
13735         (func_modules_transitive_closure, func_modules_add_dummy,
13736         func_modules_to_filelist, func_import, func_create_testdir,
13737         func_create_megatestdir, ...): Use it wherever possible.
13738         Suggested by Ralf Wildenhues.
13739
13740 2006-09-16  Karl Berry  <karl@gnu.org>
13741
13742         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
13743         to avoid sectioning errors.
13744         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
13745         [ifinfo]: blank line after @center-ed titles.
13746         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
13747         Spell FSF address consistently with others.
13748         (These changes approved by rms.)
13749
13750 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13751
13752         Speed up by a factor of 1.61.
13753         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
13754         already checked module names again.
13755
13756 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13757
13758         Speed up by a factor of 1.13.
13759         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
13760         for new_files, and the input to func_add_or_update.
13761
13762 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13763
13764         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
13765         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
13766
13767 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * modules/mkancesdirs (Depends-on): Add fcntl.
13770         * modules/savewd: New file.
13771         * MODULES.html.sh (File system functions): Add savewd.
13772
13773         * modules/configmake (Makefile.am): Add support for the
13774         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13775
13776 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13777
13778         * m4/savewd.m4: New file.
13779
13780 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13781
13782         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13783         (dirchownmod): New arg FD.  All callers changed.
13784         Use FD rather than opening the directory ourself, as opening is
13785         now the caller's responsibility.
13786         * lib/dirchownmod.h: Likewise.
13787         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13788         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13789         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13790         (test_dir): Remove.
13791         (mkancesdirs): Return length of prefix of FILE that has already
13792         been made, or -2 if there is a child doing the work.  Redo
13793         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13794         ".", and treat ".." specially since it might stray back into
13795         already-created areas.  Use a subprocess if necessary.  New arg
13796         WD; all users changed.  MAKE_DIR function should now return 1
13797         if it creates a directory that is not readable.  Return -2 if
13798         a child process is spun off.
13799         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13800         Adjust signature to match code.
13801         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13802         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13803         all users changed.
13804         * lib/savewd.c, lib/savewd.h: New files.
13805
13806 2006-09-15  Jim Meyering  <jim@meyering.net>
13807
13808         * modules/rename-dest-slash: New module.
13809         * MODULES.html.sh (posix_compat): Add it here.
13810
13811         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13812
13813 2006-09-15  Jim Meyering  <jim@meyering.net>
13814
13815         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13816         file.
13817
13818         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13819
13820 2006-09-15  Jim Meyering  <jim@meyering.net>
13821
13822         * lib/rename-dest-slash.c (has_trailing_slash): Use
13823         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13824         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13825         test before testing whether SRC is a directory.
13826         Suggestions from Bruno Haible.
13827
13828         Avoid a warning about an unused variable.
13829         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13830         into the #ifdef block where it's used.
13831
13832         * lib/rename-dest-slash.c: New file.
13833
13834 2006-09-14  Bruno Haible  <bruno@clisp.org>
13835
13836         * lib/allocsa.c: Include <config.h> unconditionally.
13837         * lib/asnprintf.c: Likewise.
13838         * lib/asprintf.c: Likewise.
13839         * lib/c-strcasecmp.c: Likewise.
13840         * lib/c-strcasestr.c: Likewise.
13841         * lib/c-strncasecmp.c: Likewise.
13842         * lib/c-strstr.c: Likewise.
13843         * lib/classpath.c: Likewise.
13844         * lib/clean-temp.c: Likewise.
13845         * lib/concatpath.c: Likewise.
13846         * lib/copy-file.c: Likewise.
13847         * lib/csharpcomp.c: Likewise.
13848         * lib/csharpexec.c: Likewise.
13849         * lib/execute.c: Likewise.
13850         * lib/fatal-signal.c: Likewise.
13851         * lib/findprog.c: Likewise.
13852         * lib/fwriteerror.c: Likewise.
13853         * lib/gl_array_list.c: Likewise.
13854         * lib/gl_array_oset.c: Likewise.
13855         * lib/gl_avltree_list.c: Likewise.
13856         * lib/gl_avltree_oset.c: Likewise.
13857         * lib/gl_avltreehash_list.c: Likewise.
13858         * lib/gl_carray_list.c: Likewise.
13859         * lib/gl_linked_list.c: Likewise.
13860         * lib/gl_linkedhash_list.c: Likewise.
13861         * lib/gl_list.c: Likewise.
13862         * lib/gl_oset.c: Likewise.
13863         * lib/gl_rbtree_list.c: Likewise.
13864         * lib/gl_rbtree_oset.c: Likewise.
13865         * lib/gl_rbtreehash_list.c: Likewise.
13866         * lib/imaxabs.c: Likewise.
13867         * lib/imaxdiv.c: Likewise.
13868         * lib/javacomp.c: Likewise.
13869         * lib/javaexec.c: Likewise.
13870         * lib/javaversion.c: Likewise.
13871         * lib/linebreak.c: Likewise.
13872         * lib/localcharset.c: Likewise.
13873         * lib/lock.c: Likewise.
13874         * lib/mbchar.c: Likewise.
13875         * lib/mbswidth.c: Likewise.
13876         * lib/mkdtemp.c: Likewise.
13877         * lib/pipe.c: Likewise.
13878         * lib/printf-args.c: Likewise.
13879         * lib/printf-parse.c: Likewise.
13880         * lib/progname.c: Likewise.
13881         * lib/progreloc.c: Likewise.
13882         * lib/readlink.c: Likewise.
13883         * lib/sh-quote.c: Likewise.
13884         * lib/stpcpy.c: Likewise.
13885         * lib/stpncpy.c: Likewise.
13886         * lib/strcasecmp.c: Likewise.
13887         * lib/strcasestr.c: Likewise.
13888         * lib/strcspn.c: Likewise.
13889         * lib/striconv.c: Likewise.
13890         * lib/strncasecmp.c: Likewise.
13891         * lib/strnlen1.c: Likewise.
13892         * lib/strstr.c: Likewise.
13893         * lib/strtok_r.c: Likewise.
13894         * lib/tls.c: Likewise.
13895         * lib/tmpdir.c: Likewise.
13896         * lib/unicodeio.c: Likewise.
13897         * lib/unsetenv.c: Likewise.
13898         * lib/vasnprintf.c: Likewise.
13899         * lib/vasprintf.c: Likewise.
13900         * lib/wait-process.c: Likewise.
13901         * lib/xallocsa.c: Likewise.
13902         * lib/xsetenv.c: Likewise.
13903         * lib/xstriconv.c: Likewise.
13904
13905 2006-09-13  Simon Josefsson  <jas@extundo.com>
13906
13907         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13908         that internally, suggested by Ralf Wildenhues
13909         <Ralf.Wildenhues@gmx.de>.
13910
13911 2006-09-13  Simon Josefsson  <jas@extundo.com>
13912
13913         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13914         @LIBOBJS@.
13915         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13916
13917 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13918
13919         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13920         longer worry about uses that don't define HAVE_CONFIG_H.
13921         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13922         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13923         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13924         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13925         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13926         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13927         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13928         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13929         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13930         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13931         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13932         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13933         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13934         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13935         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13936         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13937         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13938         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13939         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13940         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13941         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13942         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13943         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13944         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13945         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13946         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13947         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13948         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13949         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13950         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13951         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13952         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13953         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13954         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13955         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13956         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13957         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13958         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13959         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13960         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13961         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13962         Likewise.
13963
13964 2006-09-13  Eric Blake  <ebb9@byu.net>
13965
13966         * lib/getopt.c: Fix typo in last commit.
13967
13968 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13969
13970         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13971         dgettext.
13972
13973 2006-09-12  Jim Meyering  <jim@meyering.net>
13974
13975         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13976         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13977         Reported by Nelson H. F. Beebe.
13978
13979 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13980
13981         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13982         program_invocation_name and program_invocation_short_name are
13983         initialized.
13984         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13985         and program_invocation_short_name to argp.h, so they are visible
13986         to user programs.
13987         * lib/argp.h: Likewise
13988
13989 2006-09-10  Bruno Haible  <bruno@clisp.org>
13990
13991         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13992         m4/inttypes_h.m4, m4/uintmax_t.m4.
13993
13994 2006-09-10  Bruno Haible  <bruno@clisp.org>
13995
13996         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13997         gl_AC_TYPE_UINTMAX_T.
13998
13999 2006-09-10  Bruno Haible  <bruno@clisp.org>
14000
14001         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
14002
14003 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14004
14005         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
14006         convention.  Text proposed by Bruno Haible.
14007         (struct argp_option): Document the use of N_() wrappers.
14008
14009         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
14010         '\v', and translate the two parts separately, instead of feeding
14011         the whole string to gettext.  This allows to exclude
14012         '\v' from the strings visible to the translator by writing doc
14013         strings as N_("..") "\v" N_("..").
14014
14015 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
14016
14017         * config/srclist.txt: Undo latest change; the bug was fixed.
14018
14019 2006-09-09  Bruno Haible  <bruno@clisp.org>
14020
14021         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
14022         assignments if building a library without libtool.
14023         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
14024         in func_emit_lib_Makefile_am.
14025         (func_import): When building a static library libfoo.a, arrange to
14026         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
14027         (func_create_testdir): Likewise.
14028         * modules/gc (configure.ac, Makefile.am): If building statically,
14029         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
14030         * modules/iconvme (configure.ac, Makefile.am): Likewise.
14031         * modules/striconv (configure.ac, Makefile.am): Likewise.
14032         Based on a suggestion by Ralf Wildenhues.
14033
14034 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14035
14036         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
14037         Check for unistd.h too, since Autoconf doesn't assume POSIX.
14038         Also:
14039
14040         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14041         Add year_2050_test to catch glibc bug 2821
14042         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
14043
14044         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14045         Prefer #ifdef to #if.
14046
14047         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
14048         Return from 'main' instead of calling 'exit'.
14049
14050 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14051
14052         * lib/mktime.c (guess_time_tm): Fix bug where mktime
14053         returned the maximum time_t value rather than (time_t) -1.
14054         Problem originally reported by William Bardwell
14055         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
14056
14057         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
14058         Moved to here ...
14059         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
14060         ... from here.
14061
14062 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14063
14064         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
14065         2821 is fixed.
14066
14067 2006-09-08  Jim Meyering  <jim@meyering.net>
14068
14069         Don't make generated files read-only.  That would bother too many
14070         people.  However, do retain the ability to work when targets are
14071         read-only: remove the destination and temporary files before writing
14072         them (when generated via sed or echo), or by using the -f option for
14073         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
14074         * modules/alloca-opt, modules/argz, modules/arpa_inet:
14075         * modules/byteswap, modules/configmake, modules/fcntl:
14076         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
14077         * modules/localcharset, modules/netinet_in, modules/poll:
14078         * modules/stdbool, modules/stdint, modules/sys_select:
14079         * modules/sys_socket, modules/sys_stat, modules/sysexits:
14080
14081 2006-09-08  Jim Meyering  <jim@meyering.net>
14082
14083         Avoid new build failure on FreeBSD 6.0.
14084         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
14085         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
14086         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
14087
14088 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14089
14090         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
14091
14092 2006-09-07  Jim Meyering  <jim@meyering.net>
14093
14094         Fix global typo in last change: use chmod u-w, not chmod u-x.
14095         Spotted by Paul Eggert and Bruce Korb.
14096         * modules/alloca-opt, modules/argz, modules/arpa_inet:
14097         * modules/byteswap, modules/configmake, modules/fcntl:
14098         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
14099         * modules/localcharset, modules/netinet_in, modules/poll:
14100         * modules/stdbool, modules/stdint, modules/sys_select:
14101         * modules/sys_socket, modules/sys_stat, modules/sysexits:
14102
14103 2006-09-06  Jim Meyering  <jim@meyering.net>
14104
14105         Make generated files be read-only.
14106         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
14107         Ensure that each generated file is now read-only.
14108         * modules/argz: Likewise.
14109         * modules/arpa_inet: Likewise.
14110         * modules/byteswap: Likewise.
14111         * modules/configmake: Likewise.
14112         * modules/fcntl: Likewise.
14113         * modules/fnmatch: Likewise.
14114         * modules/getopt: Likewise.
14115         * modules/glob: Likewise.
14116         * modules/inttypes: Likewise.
14117         * modules/netinet_in: Likewise.
14118         * modules/poll: Likewise.
14119         * modules/stdbool: Likewise.
14120         * modules/stdint: Likewise.
14121         * modules/sys_select: Likewise.
14122         * modules/sys_socket: Likewise.
14123         * modules/sys_stat: Likewise.
14124         * modules/sysexits: Likewise.
14125         * modules/localcharset: Same as above, but continue using temporary
14126         file named "t-$@" (why different?) rather than the "$@-t" used
14127         everywhere else.
14128
14129         * modules/sysexits (Makefile.am): Replace literal occurrences
14130         of "sysexit.h" more readable, and more consistent, "$@".
14131
14132 2006-09-06  Bruno Haible  <bruno@clisp.org>
14133
14134         * modules/striconv: New file.
14135         * modules/xstriconv: New file.
14136         * MODULES.html.sh (Internationalization functions): Add striconv,
14137         xstriconv.
14138
14139 2006-09-06  Bruno Haible  <bruno@clisp.org>
14140
14141         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
14142         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
14143         not using libtool correctly.
14144
14145 2006-09-06  Bruno Haible  <bruno@clisp.org>
14146
14147         * lib/striconv.h: New file.
14148         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
14149         iconvstring.c.
14150         * lib/xstriconv.h: New file.
14151         * lib/xstriconv.c: New file.
14152
14153 2006-09-06  Bruno Haible  <bruno@clisp.org>
14154
14155         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14156         lib_..._LDFLAGS.
14157
14158 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14159
14160         * lib/argz_.h: Sync from Libtool.
14161
14162         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
14163                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14164
14165         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
14166
14167 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
14168
14169         * modules/trim: New file.
14170
14171 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
14172
14173         * lib/trim.h: New file.
14174         * lib/trim.c: New file.
14175
14176 2006-09-05  Bruno Haible  <bruno@clisp.org>
14177
14178         * MODULES.html.sh (String handling): Add trim.
14179
14180 2006-09-04  Karl Berry  <karl@gnu.org>
14181
14182         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
14183         until next release.
14184
14185 2006-09-03  Bruno Haible  <bruno@clisp.org>
14186
14187         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
14188         correctly.
14189
14190 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14191
14192         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
14193         not gl_GETLOADAVG.  Omit unneeded semicolons.
14194         Problems reported by Ralf Wildenhues in
14195         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
14196         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
14197         at the end, which is the usual gnulib style.
14198
14199         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
14200         of doing all the work ourselves.
14201         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
14202         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
14203
14204 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14205
14206         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
14207         Problem reported by Ralf Wildenhues in
14208         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
14209
14210         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
14211         HAVE_STRUCT_STATFS_F_FSTYPENAME.
14212
14213 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14214
14215         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
14216         yesterday's patch by changing test -n to test -z.
14217
14218 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14219
14220         * modules/getloadavg (Files): Add m4/getloadavg.m4.
14221         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
14222         the former is now obsolescent.
14223
14224         * modules/chdir-long (Depends-on): Add fcntl.
14225
14226 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
14229         obsolescent, and programs should use gnulib instead.
14230         * m4/getloadavg.m4: New file, with contents taken from Autoconf
14231         but with prefixes changed.
14232
14233 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14234
14235         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
14236         or stdbool.h, because they might not exist while configuring.
14237
14238         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
14239         Don't include unistd.h or limits.h; not needed, since chdir-long.h
14240         does that for us.
14241         (O_DIRECTORY): Remove.
14242
14243 2006-08-31  Eric Blake  <ebb9@byu.net>
14244
14245         * gnulib-tool: Don't let emacs change spaces to TAB.
14246
14247 2006-08-31  Bruno Haible  <bruno@clisp.org>
14248
14249         * gnulib-tool: When calling func_import more than once, do it in a
14250         subshell.
14251         Reported by Eric Blake <ebb9@byu.net>.
14252
14253 2006-08-31  Bruno Haible  <bruno@clisp.org>
14254
14255         * gnulib-tool (nl): Remove variable.
14256         (sed_transform_lib_file): Use more robust test for config-h module.
14257         (func_import): Fix typo in 2006-08-25 patch.
14258
14259 2006-08-31  Bruno Haible  <bruno@clisp.org>
14260
14261         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
14262         specified, augment Makefile.am variables instead of assigning them.
14263
14264 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14265
14266         Work around a bug in both the Linux and SunOS 64-bit kernels:
14267         nanosleep mishandles sleeps for longer than 2**31 seconds.
14268         Problem reported by Frank v Waveren in
14269         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
14270         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
14271         Check for nanosleep bug.
14272         (LIB_NANOSLEEP): Append clock_gettime library if needed.
14273
14274 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14275
14276         Work around a bug in both the Linux and SunOS 64-bit kernels:
14277         nanosleep mishandles sleeps for longer than 2**31 seconds.
14278         Problem reported by Frank v Waveren in
14279         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
14280         * lib/nanosleep.c (BILLION): New constant.
14281         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
14282         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
14283         implementation.
14284
14285 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14286
14287         * modules/nanosleep (Depends-on): Add gettime.
14288
14289 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14290         and Simon Josefsson  <jas@extundo.com>
14291         and Oskar Liljeblad  <oskar@osk.mine.nu>
14292
14293         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
14294         * gnulib-tool (func_import): New license type 'unmodifiable license
14295         text'.
14296         * modules/fdl: Use it.  Longer description.
14297         * module/gpl, module/lgpl: New files.
14298
14299 2006-08-30  Jim Meyering  <jim@meyering.net>
14300
14301         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
14302         shadowing the parameter.
14303
14304 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14305
14306         Sync from Libtool:
14307
14308         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14309
14310         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
14311         sharing with gnulib.  Report by Eric Blake.
14312
14313 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14314
14315         * modules/isapipe: New file.
14316         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
14317
14318 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14319
14320         * modules/configmake (Makefile.am): Add a comment, and omit
14321         the CONFIGMAKE_ prefix from generated macro names.  Suggested
14322         by Bruno Haible.
14323
14324 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14325
14326         * m4/isapipe.m4: New file.
14327
14328 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14329
14330         * lib/isapipe.c, lib/isapipe.h: New files.
14331
14332 2006-08-29  Jim Meyering  <jim@meyering.net>
14333
14334         * modules/configmake (Makefile.am): Make configmake.h depend on
14335         Makefile.  Otherwise, a stale configmake.h could hang around.
14336
14337 2006-08-29  Eric Blake  <ebb9@byu.net>
14338
14339         * lib/error.c (error_at_line, print_errno_message): Match libc, after
14340         resolution of upstream bug 3044.
14341
14342 2006-08-29  Bruno Haible  <bruno@clisp.org>
14343
14344         * modules/localcharset (Depends-on): Add configmake.
14345         (Makefile.am): Remove setting of LIBDIR through DEFS.
14346
14347 2006-08-29  Bruno Haible  <bruno@clisp.org>
14348
14349         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
14350         defined.
14351
14352 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14353
14354         * modules/fcntl: New file.
14355         * modules/chdir-safer (Depends-on): Add fcntl.
14356         * modules/fts: Likewise.
14357         * modules/mkdir-p: Likewise.
14358
14359         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
14360         This undoes the most recent change, since we're now addressing the
14361         problem in a different way.
14362
14363         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
14364         into output, since the output might be called Makefile.am even
14365         if $makefile_name is something different.
14366         (func_import): Use $makefile_am rather than
14367         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
14368         empty.
14369
14370         * modules/inttypes (Files): Add m4/inttypes-h.m4.
14371
14372 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14373
14374         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
14375         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
14376         recent change to stdint.m4, since we're now addressing the problem in a
14377         different way.
14378
14379 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14380
14381         * m4/fcntl_h.m4: New file.
14382
14383 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14384
14385         * lib/fcntl_.h: New file.
14386         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
14387         the fcntl module.
14388         * lib/dirchownmod.c: Likewise.
14389         * lib/fts.c: Likewise.
14390
14391         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
14392         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
14393         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
14394         just before including <inttypes.h>, to avoid circular inclusion.
14395
14396 2006-08-28  Jim Meyering  <jim@meyering.net>
14397
14398         * doc/visibility.texi: Actually read and correct the grammar of the
14399         sentence affected by yesterday's change.
14400
14401 2006-08-28  Eric Blake  <ebb9@byu.net>
14402
14403         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
14404         needs wrapper.
14405
14406 2006-08-28  Eric Blake  <ebb9@byu.net>
14407
14408         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
14409
14410 2006-08-28  Eric Blake  <ebb9@byu.net>
14411
14412         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
14413
14414 2006-08-28  Bruno Haible  <bruno@clisp.org>
14415
14416         * modules/c-strstr: New file, from GNU gettext.
14417         * MODULES.html.sh (String handling): Add c-strstr.
14418
14419 2006-08-28  Bruno Haible  <bruno@clisp.org>
14420
14421         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
14422         macros.
14423         Reported by Eric Blake.
14424
14425 2006-08-28  Bruno Haible  <bruno@clisp.org>
14426
14427         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
14428         (VASNPRINTF): Return a string of length > INT_MAX without failing.
14429         * lib/vasprintf.c: Include errno.h, limits.h.
14430         (EOVERFLOW): New fallback definition.
14431         (vasprintf): Test here whether the string length is > INT_MAX.
14432         * lib/vsnprintf.c: Include errno.h, limits.h.
14433         (EOVERFLOW): New fallback definition.
14434         (vsnprintf): Fix bug when generated string was too long for the buffer.
14435         Test here whether the string length is > INT_MAX.
14436
14437 2006-08-28  Bruno Haible  <bruno@clisp.org>
14438
14439         * lib/inttypes_.h (SCNX*): Remove definitions.
14440         Reported by Eric Blake.
14441
14442 2006-08-28  Bruno Haible  <bruno@clisp.org>
14443
14444         * lib/c-strstr.h: New file, from GNU gettext.
14445         * lib/c-strstr.c: New file, from GNU gettext.
14446
14447 2006-08-28  Bruno Haible  <bruno@clisp.org>
14448
14449         * gnulib-tool: Reorder some statements.
14450
14451 2006-08-28  Bruno Haible  <bruno@clisp.org>
14452
14453         * gnulib-tool: New option --makefile-name.
14454         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
14455         $makefile_name.
14456         (func_import): Write $makefile_name to the cache file, and read it from
14457         there unless explicitly specified. Use $makefile_name as file name
14458         instead of Makefile.am. Adjust the recommendations accordingly.
14459
14460 2006-08-28  Bruno Haible  <bruno@clisp.org>
14461
14462         * gnulib-tool (func_verify_module): Check against misapplying patch.
14463
14464 2006-08-28  Bruno Haible  <bruno@clisp.org>
14465
14466         * gnulib-tool (func_relativize, func_relconcat): New functions.
14467         Give an error if --local-dir is given with --update.
14468         Remove trailing slashes from $local_gnulib_dir.
14469         (func_import): Store the relativized $local_gnulib_dir in
14470         gnulib-cache.m4, and read it from there if not specified explicitly.
14471
14472 2006-08-28  Bruno Haible  <bruno@clisp.org>
14473
14474         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
14475         is the current directory. Respect also $local_gnulib_dir.
14476
14477 2006-08-28  Bruno Haible  <bruno@clisp.org>
14478             Simon Josefsson  <jas@extundo.com>
14479
14480         BeOS portability.
14481         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
14482
14483 2006-08-27  Jim Meyering  <jim@meyering.net>
14484
14485         * doc/visibility.texi: Remove duplicate word: "pointer".
14486
14487 2006-08-26  Bruno Haible  <bruno@clisp.org>
14488
14489         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
14490         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
14491         (Makefile.am): Create inttypes.h from inttypes_.h.
14492         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
14493
14494         * modules/imaxabs: New file.
14495
14496         * modules/imaxdiv: New file.
14497
14498 2006-08-26  Bruno Haible  <bruno@clisp.org>
14499
14500         * m4/inttypes.m4: New file.
14501         * m4/_inttypes_h.m4: Remove file.
14502         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
14503         PRI_MACROS_BROKEN.
14504         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
14505
14506         * m4/imaxabs.m4: New file.
14507
14508         * m4/imaxdiv.m4: New file.
14509
14510 2006-08-26  Bruno Haible  <bruno@clisp.org>
14511
14512         * lib/inttypes_.h: New file.
14513         * lib/inttypes.h: Remove file.
14514         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
14515
14516         * lib/imaxabs.c: New file.
14517
14518         * lib/imaxdiv.c: New file.
14519
14520 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14521
14522         New config-h module, so that "make" output needn't be cluttered
14523         by -DHAVE_CONFIG_H.
14524         * MODULES.html.sh (Support for building libraries and executables):
14525         Add config-h.
14526         * modules/config-h: New file.
14527         * gnulib-tool (nl, sed_transform_lib_file): New vars.
14528         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
14529         the config-h module is used.
14530
14531         New configmake module, so that "make" output needn't be cluttered
14532         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
14533         * MODULES.html.sh (Support for building libraries and executables):
14534         Add configmake.
14535         * modules/configmake: New file.
14536
14537 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14538
14539         * m4/config-h.m4: New file.
14540
14541 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         * config/srclist.txt: Add elisp-comp.
14544
14545 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14546
14547         * MODULES.html.sh (Support for building libraries and executables):
14548         Add elisp-comp.
14549         * build-aux/elisp-comp: New file.
14550         * modules/elisp-comp: New file.
14551
14552 2006-08-24  Bruno Haible  <bruno@clisp.org>
14553
14554         * gnulib-tool (func_create_testdir): Use non-default values of
14555         sourcebase and m4base.
14556
14557 2006-08-24  Bruno Haible  <bruno@clisp.org>
14558
14559         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
14560         HTML structure.
14561
14562 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14563
14564         * modules/openat (Depends-on): Add lchown.
14565
14566 2006-08-23  Bruno Haible  <bruno@clisp.org>
14567
14568         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
14569         of gl_LOCK_EARLY instead of gl_LOCK.
14570
14571 2006-08-23  Bruno Haible  <bruno@clisp.org>
14572
14573         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
14574         on OSF/1 to no.
14575         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
14576
14577 2006-08-23  Bruno Haible  <bruno@clisp.org>
14578
14579         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
14580         as unusable.
14581
14582         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
14583         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
14584         (gl_LOCK): New macro.
14585
14586 2006-08-22  Simon Josefsson  <jas@extundo.com>
14587
14588         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
14589         to md5 module.
14590
14591 2006-08-22  Simon Josefsson  <jas@extundo.com>
14592
14593         * MODULES.html.sh: Add "Support for maintaining and release
14594         projects".
14595
14596         * build-aux/gnupload: New file, from coreutils.
14597
14598 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14599
14600         Avoid the need for AC_LIBSOURCES in m4 macros.
14601         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
14602         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
14603         * modules/check-version (EXTRA_DIST): Add check-version.h.
14604         * modules/crc (EXTRA_DIST): Add crc.h.
14605         * modules/des (EXTRA_DIST): Add des.h.
14606         * modules/gc (EXTRA_DIST): Add gc.h.
14607         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
14608         * modules/getline (EXTRA_DIST): Add getline.h.
14609         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
14610         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
14611         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
14612         * modules/md2 (EXTRA_DIST): Add md2.h.
14613         * modules/md4 (EXTRA_DIST): Add md4.h.
14614         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
14615         * modules/read-file (EXTRA_DIST): Add read-file.h.
14616         * modules/readline (EXTRA_DIST): Add readline.h.
14617         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
14618         rijndael-api-fst.h.
14619
14620 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14621
14622         * m4/rijndael.m4 (gl_ARCFOUR):
14623         * m4/arctwo.m4 (gl_ARCTWO):
14624         * m4/check-version.m4 (gl_CHECK_VERSION):
14625         * m4/crc.m4 (gl_CRC):
14626         * m4/des.m4 (gl_DES):
14627         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
14628         * m4/gc.m4 (gl_GC):
14629         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
14630         * m4/getline.m4 (gl_FUNC_GETLINE):
14631         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
14632         * m4/hmac-md5.m4 (gl_HMAC_MD5):
14633         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
14634         * m4/md2.m4 (gl_MD2):
14635         * m4/md4.m4 (gl_MD4):
14636         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
14637         * m4/read-file.m4 (gl_FUNC_READ_FILE):
14638         * m4/readline.m4 (gl_FUNC_READLINE):
14639         * m4/rijndael.m4 (gl_RIJNDAEL):
14640         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14641         to get the necessary .h files and whatnot.
14642
14643 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14644
14645         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
14646         gnulib rather than the other way around.
14647         * config/srclistvars.sh (COREUTILS): Remove.
14648
14649 2006-08-22  Jim Meyering  <jim@meyering.net>
14650
14651         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
14652
14653         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
14654
14655 2006-08-22  Eric Blake  <ebb9@byu.net>
14656
14657         * modules/regexprops-generic: New file.
14658         * MODULES.html.sh (Support for building documentation): List it.
14659
14660 2006-08-22  Eric Blake  <ebb9@byu.net>
14661
14662         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
14663         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14664         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
14665         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
14666
14667 2006-08-22  Bruno Haible  <bruno@clisp.org>
14668
14669         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
14670         and lib_LTLIBRARIES like the other lib_* variables.
14671
14672 2006-08-22  Bruno Haible  <bruno@clisp.org>
14673
14674         * build-aux/x-to-1.in: New file, from GNU gettext.
14675
14676 2006-08-22  Bruno Haible  <bruno@clisp.org>
14677
14678         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
14679         <utmpx.h> exists.
14680
14681 2006-08-22  Bruno Haible  <bruno@clisp.org>
14682
14683         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
14684         <utmpx.h> exists.
14685
14686 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14687
14688         BeOS portability.
14689         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
14690         exist.
14691         Problem reported by Bruno Haible.
14692
14693 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14694
14695         Avoid the need for AC_LIBSOURCES in m4 macros.
14696         * modules/acl (EXTRA_DIST): Add acl.h.
14697         * modules/argmatch (Files): Add m4/argmatch.m4.
14698         (configure.ac): Add gl_ARGMATCH.
14699         (EXTRA_DIST): Renamed from lib_SOURCES, for
14700         consistency with the other modules.  Remove argmatch.c.
14701         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
14702         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
14703         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
14704         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
14705         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
14706         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
14707         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
14708         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
14709         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
14710         * modules/closeout (EXTRA_DIST): Add closeout.h.
14711         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
14712         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
14713         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
14714         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
14715         dirname.h; remove basename.c and stripslash.c.
14716         * modules/exclude (EXTRA_DIST): Add exclude.h.
14717         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
14718         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
14719         * modules/file-type (EXTRA_DIST): Add file-type.h.
14720         * modules/filemode (EXTRA_DIST): Add filemode.h.
14721         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
14722         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14723         * modules/fpending (EXTRA_DIST): Add __fpending.h.
14724         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
14725         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
14726         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
14727         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
14728         * modules/getdate (EXTRA_DIST): Add getdate.c.
14729         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
14730         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
14731         * modules/getpass (EXTRA_DIST): Add getpass.h.
14732         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
14733         * modules/group-member (EXTRA_DIST): Add group-member.h.
14734         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
14735         * modules/hash (EXTRA_DIST): Add hash.h.
14736         * modules/human (EXTRA_DIST): Add human.h.
14737         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
14738         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
14739         * modules/lchown (EXTRA_DIST): Add lchown.h.
14740         * modules/long-options (EXTRA_DIST): Add long-options.h.
14741         * modules/lstat (EXTRA_DIST): Add lstat.h.
14742         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
14743         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
14744         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
14745         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
14746         * modules/memxor (EXTRA_DIST): Add memxor.h.
14747         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
14748         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
14749         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
14750         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
14751         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
14752         * modules/physmem (EXTRA_DIST): Add physmem.h.
14753         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
14754         * modules/posixver (EXTRA_DIST): Add posixver.h.
14755         * modules/quote (EXTRA_DIST): Add quote.h.
14756         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
14757         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
14758         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
14759         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
14760         regex_internal.h regexec.c.
14761         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
14762         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
14763         * modules/same (EXTRA_DIST): Add same.h.
14764         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
14765         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
14766         * modules/savedir (EXTRA_DIST): Add savedir.h.
14767         * modules/sha1 (EXTRA_DIST): Add sha1.h.
14768         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
14769         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
14770         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
14771         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
14772         * modules/strdup (EXTRA_DIST): Add strdup.h.
14773         * modules/strftime (EXTRA_DIST): Add strftime.h.
14774         * modules/strndup (EXTRA_DIST): Add strndup.h.
14775         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14776         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14777         * modules/time_r (EXTRA_DIST): Add time_r.h.
14778         * modules/timespec (EXTRA_DIST): Add timespec.h.
14779         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14780         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14781         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14782         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14783         * modules/userspec (EXTRA_DIST): Add userspec.h.
14784         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14785         * modules/utimens (EXTRA_DIST): Add utimens.h.
14786         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14787         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14788         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14789         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14790         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14791         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14792         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14793         * modules/yesno (EXTRA_DIST): Add yesno.h.
14794
14795 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14796
14797         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14798
14799         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14800         * m4/dev-ino.m4, same-inode.m4: Remove.
14801
14802         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14803         * m4/acl.m4 (AC_FUNC_ACL):
14804         * m4/backupfile.m4 (gl_BACKUPFILE):
14805         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14806         * m4/canon-host.m4 (gl_CANON_HOST):
14807         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14808         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14809         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14810         * m4/cloexec.m4 (gl_CLOEXEC):
14811         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14812         * m4/closeout.m4 (gl_CLOSEOUT):
14813         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14814         * m4/dirname.m4 (gl_DIRNAME):
14815         * m4/exclude.m4 (gl_EXCLUDE):
14816         * m4/exitfail.m4 (gl_EXITFAIL):
14817         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14818         * m4/file-type.m4 (gl_FILE_TYPE):
14819         * m4/filemode.m4 (gl_FILEMODE):
14820         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14821         * m4/fpending.m4 (gl_FUNC_FPENDING):
14822         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14823         * m4/fts.m4 (gl_FUNC_FTS):
14824         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14825         * m4/getdate.m4 (gl_GETDATE):
14826         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14827         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14828         * m4/getpass.m4 (gl_FUNC_GETPASS):
14829         * m4/gettime.m4 (gl_GETTIME):
14830         * m4/getugroups.m4 (gl_GETUGROUPS):
14831         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14832         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14833         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14834         * m4/hash.m4 (gl_HASH):
14835         * m4/idcache.m4 (gl_IDCACHE):
14836         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14837         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14838         * m4/long-options.m4 (gl_LONG_OPTIONS):
14839         * m4/lstat.m4 (gl_FUNC_LSTAT):
14840         * m4/md5.m4 (gl_MD5):
14841         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14842         * m4/memcoll.m4 (gl_MEMCOLL):
14843         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14844         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14845         * m4/memxor.m4 (gl_MEMXOR):
14846         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14847         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14848         * m4/modechange.m4 (gl_MODECHANGE):
14849         * m4/mountlist.m4 (gl_MOUNTLIST):
14850         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14851         * m4/openat.m4 (gl_FUNC_OPENAT):
14852         * m4/pathmax.m4 (gl_PATHMAX):
14853         * m4/physmem.m4 (gl_PHYSMEM):
14854         * m4/posixtm.m4 (gl_POSIXTM):
14855         * m4/posixver.m4 (gl_POSIXVER):
14856         * m4/quote.m4 (gl_QUOTE):
14857         * m4/quotearg.m4 (gl_QUOTEARG):
14858         * m4/readtokens.m4 (gl_READTOKENS):
14859         * m4/readutmp.m4 (gl_READUTMP):
14860         * m4/regex.m4 (gl_REGEX):
14861         * m4/safe-read.m4 (gl_SAFE_READ):
14862         * m4/safe-write.m4 (gl_SAFE_WRITE):
14863         * m4/same.m4 (gl_SAME):
14864         * m4/save-cwd.m4 (gl_SAVE_CWD):
14865         * m4/savedir.m4 (gl_SAVEDIR):
14866         * m4/settime.m4 (gl_SETTIME):
14867         * m4/sha1.m4 (gl_SHA1):
14868         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14869         * m4/stat-macros.m4 (gl_STAT_MACROS):
14870         * m4/stat-time.m4 (gl_STAT_TIME):
14871         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14872         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14873         * m4/strdup.m4 (gl_FUNC_STRDUP):
14874         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14875         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14876         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14877         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14878         * m4/time_r.m4 (gl_TIME_R):
14879         * m4/timespec.m4 (gl_TIMESPEC):
14880         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14881         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14882         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14883         * m4/userspec.m4 (gl_USERSPEC):
14884         * m4/utimecmp.m4 (gl_UTIMECMP):
14885         * m4/utimens.m4 (gl_UTIMENS):
14886         * m4/xalloc.m4 (gl_XALLOC):
14887         * m4/xgetcwd.m4 (gl_XGETCWD):
14888         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14889         * m4/xreadlink.m4 (gl_XREADLINK):
14890         * m4/xstrtod.m4 (gl_XSTRTOD):
14891         * m4/yesno.m4 (gl_YESNO):
14892         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14893         to get the necessary .h files and whatnot.
14894
14895 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14896             Bruno Haible  <bruno@clisp.org>
14897
14898         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14899         /bin/sh understanding of '!' conditional negation.
14900
14901 2006-08-21  Jim Meyering  <jim@meyering.net>
14902
14903         * modules/openat (Depends-on): Really alphabetize.
14904
14905         * modules/acl (Depends-on): Add error and quote.
14906
14907         * check-module (find_included_lib_files): Add at-func.c to the
14908         ok-to-include-more-than-once white list.
14909
14910         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14911
14912 2006-08-21  Bruno Haible  <bruno@clisp.org>
14913
14914         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14915         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14916         Reported by Martin Lambers <marlam@marlam.de>.
14917
14918 2006-08-21  Bruno Haible  <bruno@clisp.org>
14919
14920         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14921         specify an installation location, don't emit a noinst_LIBRARIES or
14922         noinst_LTLIBRARIES assignment.
14923
14924 2006-08-21  Bruno Haible  <bruno@clisp.org>
14925
14926         BeOS portability.
14927         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14928         BeOS has mbrtowc() but no <wctype.h>.
14929
14930 2006-08-21  Bruno Haible  <bruno@clisp.org>
14931
14932         BeOS portability.
14933         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14934         exist.
14935
14936 2006-08-21  Bruno Haible  <bruno@clisp.org>
14937
14938         BeOS portability.
14939         * lib/mbchar.h: Include <wctype.h> only if it exists.
14940
14941 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14942
14943         Remove files that are no longer needed by their respective modules.
14944         * m4/obstack.m4: Remove.
14945         * m4/strerror_r.m4: Remove.
14946         * m4/uint32_t.m4: Remove.
14947         * m4/uintptr_t.m4: Remove.
14948         * m4/ullong_max.m4: Remove.
14949         * m4/xstrtoimax.m4: Remove.
14950         * m4/xstrtoumax.m4: Remove.
14951
14952         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14953         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14954         dependencies now capture this.
14955
14956         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14957         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14958         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14959         * m4/human.m4 (gl_HUMAN): Likewise.
14960         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14961         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14962
14963         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14964
14965         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14966         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14967         stdint.
14968         * m4/human.m4 (gl_HUMAN): Likewise.
14969         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14970         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14971         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14972         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14973         * m4/xstrtol (gl_XSTRTOL): Likewise.
14974
14975         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14976         AC_TYPE_LONG_LONG_INT.
14977         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14978         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14979         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14980         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14981
14982         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14983         on stdbool.
14984
14985         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14986         (gl_PREREQ_XSTRTOUL): Remove.
14987
14988         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14989
14990         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14991         mode.
14992
14993 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14994
14995         Add and change modules to make it easier for coreutils to use
14996         gnulib-tool.
14997         * modules/backupfile (Files): Remove m4/d-ino.m4.
14998         (Depends-on): Add d-ino.
14999         * modules/cycle-check (Depends-on): Add stdint.
15000         (lib_SOURCES): Add cycle-check.h.
15001         * modules/d-ino: New module.
15002         * modules/d-type: New module.
15003         * modules/error (Files): Remove m4/strerror_r.m4.
15004         * modules/filemode (Files): Add m4/st_dm_mode.m4.
15005         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
15006         m4/inttypes_h.m4, m4/uintmax_t.m4.
15007         (Depends-on): Add stdint.
15008         (lib_SOURCES): Add fsusage.h.
15009         * modules/getcwd (Files): Remove d-ino.m4.
15010         (Depends-on): Add d-ino.
15011         * modules/getndelim2 (Depends-on): Add stdint.
15012         * modules/glob (Files): Remove m4/d-type.m4.
15013         (Depends-on): Add d-type.
15014         * modules/host-os: New module.
15015         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
15016         m4/inttypes_h.m4, m4/uintmax_t.m4.
15017         * Depends-on: Add stdint.
15018         (lib_SOURCES): Add human.h.
15019         * modules/inttostr (Files): Remove m4/intmax_t.m4,
15020         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
15021         m4/uintmax_t.m4, m4/ulonglong.m4.
15022         (Depends-on): Add stdint.
15023         (EXTRA_DIST): Add inttostr.h.
15024         * modules/lchmod: New module.
15025         * modules/link-follow: New module.
15026         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
15027         (Depends-on): Add lchmod.
15028         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
15029         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
15030         (Depends-on): Add stdint.
15031         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
15032         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
15033         (Depends-on): Add stdint.
15034         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
15035         * modules/perl: New module.
15036         * modules/regex (Depends-on): Add stdint.
15037         * modules/rmdir-errno: New module.
15038         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
15039         m4/intmax_t.m4.
15040         (Depends-on): Add stdint.
15041         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
15042         m4/uintmax_t.m4.
15043         (Depends-on): Add stdint.
15044         * modules/unlink-busy: New module.
15045         * modules/utimecmp (Depends-on): Add stdint.
15046         * modules/uptime: New module.
15047         * modules/winsz-ioctl: New module.
15048         * modules/winsz-termios: New module.
15049         * modules/xnanosleep (Depends-on): Add nanosleep.
15050         * modules/ullong_max: Remove.
15051         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
15052         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
15053         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
15054         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
15055         (Depends-on): Add inttypes.
15056         (lib_SOURCES): Add xstrtol.h.
15057         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
15058         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
15059         * MODULES.html.sh: Move 'assert' into the assert section.
15060         Move 'dummy' into the linking section.
15061         Remove ullong_max.
15062         Add section for compatibility checks for POSIX:2001 functions,
15063         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
15064         winsz-ioctl, and winsz-termios into it.
15065         Add lchmod.
15066         Add top-level Misc section and put host-os, perl, and uptime
15067         into it.
15068
15069 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15070
15071         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
15072         now assume the stdint module.  Do not include inttypes.h.
15073         * lib/fsusage.h: Likewise.
15074         * lib/getndelim2.c: Likewise.
15075         * lib/human.h: Likewise.
15076         * lib/inttostr.h: Likewise.
15077         * lib/obstack.c: Likewise.
15078         * lib/regex_internal.h: Likewise.
15079         * lib/tempname.c: Likewise.
15080         * lib/utimecmp.c: Likewise.
15081         * lib/xstrtol.h: Likewise.
15082
15083         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
15084
15085         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
15086         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
15087         * lib/xtime.h: Likewise.
15088
15089 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15090
15091         * modules/openat (Files): Add lib/fchmodat.c.
15092         Fixes problem reported by Jay Youngman.
15093
15094 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15095
15096         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
15097         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
15098
15099 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
15100             Bruno Haible  <bruno@clisp.org>
15101
15102         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
15103         and is a script that invokes bison. Tighten the code. Add comments.
15104
15105 2006-08-18  Jim Meyering  <jim@meyering.net>
15106
15107         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
15108         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
15109         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
15110         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
15111
15112 2006-08-18  Bruno Haible  <bruno@clisp.org>
15113
15114         * modules/bison-i18n: New file.
15115         * MODULES.html.sh (Internationalization functions): Add it.
15116
15117 2006-08-18  Bruno Haible  <bruno@clisp.org>
15118
15119         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
15120         sys/statvfs.h. When getmntinfo was found, check its declaration and
15121         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
15122
15123 2006-08-18  Bruno Haible  <bruno@clisp.org>
15124
15125         * m4/bison-i18n.m4: New file, from bison.
15126
15127 2006-08-18  Bruno Haible  <bruno@clisp.org>
15128
15129         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
15130         (ME_DUMMY): Treat "kernfs" as a dummy.
15131         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
15132
15133 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15134
15135         Update from coreutils.
15136
15137         2006-08-15  Jim Meyering  <jim@meyering.net>
15138
15139         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
15140
15141         2006-01-17  Jim Meyering  <jim@meyering.net>
15142
15143         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
15144
15145         2006-01-11  Jim Meyering  <jim@meyering.net>
15146
15147         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
15148         Check for the lchmod function.
15149
15150 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15151
15152         Update from coreutils.
15153
15154         * lib/__fpending.h: Add copyright notice.
15155         * lib/fprintftime.h: Likewise.
15156         * lib/savedir.c: Use (C) in copyright notice.
15157         * lib/savedir.h: Likewise.
15158
15159         2006-08-15  Jim Meyering  <jim@meyering.net>
15160
15161         * lib/at-func.c: New file, with the logic of all emulated at-functions.
15162         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
15163         in support of the EXPECTED_ERRNO macro.
15164         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
15165         definitions.  Instead, define the appropriate symbols and include
15166         "at-func.c".
15167         * lib/mkdirat.c (mkdirat): Likewise.
15168         * lib/fchmodat.c (fchmodat): Likewise.
15169         (ENOSYS): Remove definition.
15170         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
15171         it.  Don't include "unistd--.h" -- it wasn't ever used.
15172
15173         2006-01-17  Jim Meyering  <jim@meyering.net>
15174
15175         Rewrite fts.c not to change the current working directory,
15176         by using openat, fstatat, fdopendir, etc..
15177
15178         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
15179         (HAVE_OPENAT_SUPPORT): Define.
15180         [_LIBC] (fchdir): Don't undef or define; no longer used.
15181         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
15182         Now, this `function' always succeeds, and consumes its file descriptor
15183         parameter -- so callers must not close such FDs.  Update callers.
15184         (diropen_fd, opendirat, cwd_advance_fd): New functions.
15185         (diropen): Add parameter, SP.  Adjust all callers.
15186         Implement using diropen_fd, rather than open.
15187         (fts_open): Initialize new member, fts_cwd_fd.
15188         Remove fts_rft-setting code.
15189         (fts_close): Close fts_cwd_fd, if necessary.
15190         (__opendir2): Define in terms of opendir or opendirat,
15191         depending on whether the FST_NOCHDIR flag is set.
15192         (fts_build): Since fts_safe_changedir consumes its FD, and since
15193         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
15194         and close the dup'd file descriptor upon failure.
15195         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
15196         (fts_safe_changedir): Tweak semantics to reflect that this function
15197         now calls cwd_advance_fd and hence consumes its FD argument.
15198         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
15199         [struct FTS] (fts_rft): Remove now-unused member.
15200         [struct FTS] (fts_cycle.state): Improve comment.
15201
15202         * lib/openat.c (openat_needs_fchdir): New function.
15203         * lib/openat.h (openat_needs_fchdir): Declare it.
15204
15205 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15206
15207         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
15208         Problem and fix reported by Pádraig Brady in
15209         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
15210
15211 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15212
15213         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
15214
15215 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15216
15217         * lib/memcoll.c (memcoll): Optimize for the common case where the
15218         arguments are bytewise equal.
15219
15220 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15221
15222         * doc/regexprops-generic.texi: Add a copyright notice.
15223
15224 2006-08-15  Bruno Haible  <bruno@clisp.org>
15225
15226         * modules/tmpdir (License): Change to LGPL.
15227
15228 2006-08-15  Bruno Haible  <bruno@clisp.org>
15229
15230         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
15231         module.
15232
15233 2006-08-14  Simon Josefsson  <jas@extundo.com>
15234
15235         * config/srclist.txt: Add gnupload.
15236
15237 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15238
15239         Change copyright notice from LGPL 2 to GPL 2, since that's the
15240         standard form used in the gnulib repository.
15241         * tests/test-lock.c: Likewise.
15242         * tests/test-stdint.c: Likewise.
15243         * tests/test-tls.c: Likewise.
15244
15245         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
15246         prelude-manager.  User shorter URLs for GNU projects, without '?'.
15247         Add copyright notice.
15248
15249         * check-module: Add copyright notice.  Output a copyright
15250         notice if "--version" is specified.
15251         * modules/COPYING: New file.
15252         * tests/test-getaddrinfo.c: Add copyright notice.
15253         * tests/test-verify.c: Likewise.
15254
15255 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15256
15257         Change copyright notice from LGPL 2 to GPL 2, since that's the
15258         standard form used in the gnulib repository.
15259         * lib/lock.c: LGPL -> GPL.
15260         * lib/lock.h: Likewise.
15261         * lib/strnlen1.c: Likewise.
15262         * lib/strnlen1.h: Likewise.
15263         * lib/tls.c: Likewise.
15264         * lib/tls.h: Likewise.
15265         * lib/tmpdir.c: Likewise.
15266
15267         * lib/TODO: Remove; this belongs only in coreutils.
15268
15269 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15270
15271         Add copyright notices to long-enough files that lack them, since
15272         otherwise the files aren't clearly free.  Use the same notice that
15273         getdate.texi already uses.
15274         * doc/alloca-opt.texi: Add copyright notice.
15275         * doc/alloca.texi: Likewise.
15276         * doc/ctime.texi: Likewise.
15277         * doc/functions.texi: Likewise.
15278         * doc/gcd.texi: Likewise.
15279         * doc/gnulib-tool.texi: Likewise.
15280         * doc/inet_ntoa.texi: Likewise.
15281         * doc/visibility.texi: Likewise.
15282
15283         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
15284         * doc/quote.texi: Add copyright notice.
15285
15286         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
15287         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
15288         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
15289         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
15290         is now obsolete, and give a pointer to the Sun list.
15291         Add copyright notice.
15292
15293 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15294
15295         * config/srclistvars.sh: Add copyright notice.
15296
15297 2006-08-14  Eric Blake  <ebb9@byu.net>
15298
15299         Import the following change from libc:
15300
15301         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
15302
15303         Upstream bug 2997.
15304         * lib/misc/error.c: Add space between program name and message if file
15305         name is missing.
15306
15307 2006-08-12  Karl Berry  <karl@gnu.org>
15308
15309         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
15310         remove, these originate in gnulib now.
15311
15312 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15313
15314         * doc/Makefile (standards.info standards.html standards.dvi):
15315         Also depend on make-stds.texi.
15316
15317 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15318
15319         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
15320         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
15321
15322         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
15323         in wchar_t.  Problem reported by Eric Blake.
15324
15325         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
15326         LEN is smaller than SIZE.  Suggested by Bruno Haible.
15327         Also, help the compiler to keep LEN in a register.
15328
15329 2006-08-11  Eric Blake  <ebb9@byu.net>
15330
15331         * users.txt: Sort.  Add tar.
15332
15333 2006-08-11  Bruno Haible  <bruno@clisp.org>
15334
15335         * users.txt: New file.
15336
15337 2006-08-11  Bruno Haible  <bruno@clisp.org>
15338
15339         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
15340         before <wchar.h>. Needed for OSF/1 and BSD/OS.
15341
15342 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15343
15344         * modules/snprintf (Depends-on): Remove minmax.
15345         (Maintainer): Add self and Bruno.
15346
15347 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15348
15349         * lib/.cppi-disable: Add snprintf.h, socket_.h.
15350         * lib/snprintf.c: Include <errno.h> and <limits.h>.
15351         (EOVERFLOW): Define if the system does not.
15352         Do not include "minmax.h"; it wasn't used.
15353         (snprintf): Don't assume size_t promotes to an unsigned type.
15354         Fix bug when generated string was too long for the buffer: the
15355         buffer's contents are supposed to be the initial prefix of the
15356         output.  Don't assume vasnprintf returns EOVERFLOW if the size
15357         exceeds INT_MAX; do the check ourselves.
15358
15359         Import the following changes from libc:
15360
15361         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
15362
15363         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
15364         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
15365         set wc to the byte which couldn't be converted.
15366         (re_string_reconstruct): Don't clear valid_raw_len before calling
15367         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
15368         tip_context using re_string_context_at.
15369
15370         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
15371
15372         * lib/posix/regex.h: g++ still cannot handled [restrict].
15373
15374         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
15375
15376         * lib/posix/regex.h: Remove special handling for VMS.
15377
15378 2006-08-10  Jim Meyering  <jim@meyering.net>
15379
15380         * modules/same-inode: New module.
15381         * modules/dev-ino: New module.
15382         * modules/cycle-check: Depend on these modules, rather than simply
15383         including their .h files.
15384         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
15385         required via m4/cycle-check.m4.
15386         * modules/same: Depend on new same-inode module, rather than
15387         including same-inode.h.
15388         * modules/chdir-safer: New file.
15389
15390         * modules/chown (Depends-on): Add stat-macros.
15391
15392 2006-08-10  Jim Meyering  <jim@meyering.net>
15393
15394         * m4/cycle-check.m4: New file.
15395         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
15396         * m4/dev-ino.m4, m4/same-inode.m4: New files.
15397
15398 2006-08-10  Eric Blake  <ebb9@byu.net>
15399
15400         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
15401         in from original proposal.
15402
15403 2006-08-10  Eric Blake  <ebb9@byu.net>
15404         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15405
15406         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
15407         namespace.
15408
15409 2006-08-10  Bruno Haible  <bruno@clisp.org>
15410
15411         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
15412         as well.
15413
15414 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15415
15416         Sync from coreutils.
15417
15418         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
15419
15420         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
15421         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
15422
15423 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15424
15425         * modules/restrict: Remove; no longer needed now that we assume
15426         Autoconf 2.59 or later.
15427         * MODULES.html.sh: Remove 'restrict'.
15428         * modules/argp (Depends-on): Remove 'restrict'.
15429         * modules/base64 (Depends-on): Likewise.
15430         * modules/gc (Depends-on): Likewise.
15431         * modules/getaddrinfo (Depends-on): Likewise.
15432         * modules/glob (Depends-on): Likewise.
15433         * modules/inet_ntop (Depends-on): Likewise.
15434         * modules/inet_pton (Depends-on): Likewise.
15435         * modules/memxor (Depends-on): Likewise.
15436         * modules/regex (Depends-on): Likewise.
15437         * modules/strtok_r (Depends-on): Likewise.
15438         * modules/time_r (Depends-on): Likewise.
15439
15440 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
15443         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
15444         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15445         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
15446         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
15447         * m4/memxor.m4 (gl_MEMXOR): Likewise.
15448         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
15449         gl_C_RESTRICT replaced by AC_C_RESTRICT.
15450
15451         Merge from coreutils.
15452         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
15453         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
15454         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15455         * m4/time_r.m4 (gl_TIME_R): Likewise.
15456
15457 2006-08-09  Karl Berry  <karl@gnu.org>
15458
15459         * config/srclist.txt: no more gettext-tools, per Bruno.
15460
15461 2006-08-08  Eric Blake  <ebb9@byu.net>
15462
15463         * modules/verror: New module.
15464         * MODULES.html.sh: Document it.
15465
15466 2006-08-08  Eric Blake  <ebb9@byu.net>
15467
15468         * lib/verror.h, lib/verror.c: New files.
15469
15470 2006-08-08  Eric Blake  <ebb9@byu.net>
15471
15472         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
15473         verror_at_line output complies with GNU Coding Standards even when
15474         file is NULL.
15475
15476 2006-08-07  Bruno Haible  <bruno@clisp.org>
15477
15478         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
15479         versions of AIX.
15480         Reported by Ralf Wildenhues.
15481
15482 2006-08-07  Bruno Haible  <bruno@clisp.org>
15483
15484         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
15485         in an AC_DEFUN. Needed so that the autoconf snippets can use
15486         AC_REQUIRE.
15487
15488 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15489
15490         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15491         Initialize pkgdata_DATA.
15492         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
15493         overriding it.
15494
15495 2006-08-06  Eric Blake  <ebb9@byu.net>
15496
15497         * lib/error.h: Fold in some upstream changes from glibc.
15498         * lib/error.c: Likewise.
15499
15500 2006-08-04  Bruno Haible  <bruno@clisp.org>
15501
15502         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15503         Make the mostlyclean-local rule depend on mostlyclean-generic.
15504         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
15505
15506 2006-07-31  Bruno Haible  <bruno@clisp.org>
15507
15508         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
15509         <stdlib.h>, <string.h>.
15510
15511 2006-07-30  Bruno Haible  <bruno@clisp.org>
15512
15513         * modules/readlink (License): Change to LGPL.
15514
15515 2006-07-30  Bruno Haible  <bruno@clisp.org>
15516
15517         * modules/javaversion (Makefile.am): Distribute javaversion.java and
15518         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
15519         set PKGDATADIR to point to it.
15520
15521 2006-07-30  Bruno Haible  <bruno@clisp.org>
15522
15523         * modules/csharpexec (configure.ac): Comment out macro invocation.
15524         * modules/javaexec (configure.ac): Likewise.
15525         * modules/javacomp-script (configure.ac): Likewise.
15526
15527         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
15528
15529 2006-07-30  Bruno Haible  <bruno@clisp.org>
15530
15531         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
15532         linked-list.
15533
15534 2006-07-30  Bruno Haible  <bruno@clisp.org>
15535
15536         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
15537
15538 2006-07-30  Bruno Haible  <bruno@clisp.org>
15539
15540         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15541         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
15542         get removed.
15543
15544 2006-07-29  Bruno Haible  <bruno@clisp.org>
15545
15546         Make it possible for gnulib-tool to work with locally modified or
15547         augmented gnulib repositories.
15548         * gnulib-tool (func_usage): Document --local-dir option.
15549         (local_gnulib_dir): New variable.
15550         Handle --local-dir option.
15551         (func_lookup_file): New function.
15552         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
15553         (func_get_description, func_get_filelist, func_get_description,
15554         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
15555         func_get_automake_snippet, func_get_include_directive,
15556         func_get_license, func_get_maintainer): Use func_lookup_file.
15557         (func_import, func_create_testdir): Use func_lookup_file.
15558
15559 2006-07-29  Bruno Haible  <bruno@clisp.org>
15560
15561         * modules/setenv (Depends-on): Add unistd.
15562
15563 2006-07-29  Bruno Haible  <bruno@clisp.org>
15564
15565         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
15566
15567 2006-07-29  Bruno Haible  <bruno@clisp.org>
15568
15569         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
15570
15571 2006-07-29  Bruno Haible  <bruno@clisp.org>
15572
15573         * gnulib-tool (import, update): If there is no Makefile.am, look at
15574         aclocal.m4, instead of bailing out.
15575
15576 2006-07-29  Bruno Haible  <bruno@clisp.org>
15577
15578         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
15579         Categorize the options by when they are useful.
15580
15581 2006-07-29  Bruno Haible  <bruno@clisp.org>
15582
15583         * gnulib-tool (func_usage): Document option --no-libtool.
15584         Handle option --no-libtool.
15585         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
15586         for changed semantics of $libtool variable.
15587         (func_import): Likewise. If libtool is not used, show this through
15588         an option --no-libtool.
15589         (func_create_testdir): Update.
15590
15591 2006-07-29  Bruno Haible  <bruno@clisp.org>
15592
15593         * gnulib-tool (func_import): Extend error message about missing
15594         --doc-base.
15595
15596 2006-07-29  Bruno Haible  <bruno@clisp.org>
15597
15598         * gnulib-tool (func_import): Don't create the $docbase directory if
15599         there is no file to store there.
15600
15601 2006-07-29  Bruno Haible  <bruno@clisp.org>
15602
15603         * gnulib-tool (autoconf_minversion): If a --dir option is given and
15604         relevant, look for configure.ac there, not in the current directory.
15605         Also use a simple search for AC_PREREQ, not "autoconf --trace".
15606
15607 2006-07-29  Bruno Haible  <bruno@clisp.org>
15608
15609         * gnulib-tool (SORT): New variable.
15610         (func_usage): Undocument --assume-autoconf option.
15611         Remove --assume-autoconf option handling.
15612         (autoconf_minversion): Determine from the contents of configure.ac.
15613         (func_import): Remove autoconf_minversion handling.
15614         Suggested by Eric Blake.
15615
15616 2006-07-29  Bruno Haible  <bruno@clisp.org>
15617
15618         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
15619
15620 2006-07-29  Bruno Haible  <bruno@clisp.org>
15621
15622         * config/srclist.txt (*setenv.[ch]): Remove rules.
15623
15624 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15625
15626         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
15627
15628 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15629
15630         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
15631         arpa/inet.h.
15632
15633 2006-07-28  Simon Josefsson  <jas@extundo.com>
15634
15635         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
15636         * modules/inet_pton (Depends-on): Likewise.
15637
15638 2006-07-28  Simon Josefsson  <jas@extundo.com>
15639
15640         * m4/netinet_in_h.m4: New file.
15641
15642 2006-07-28  Simon Josefsson  <jas@extundo.com>
15643
15644         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
15645         #include's.
15646
15647 2006-07-28  Simon Josefsson  <jas@extundo.com>
15648
15649         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
15650         #include's.
15651
15652 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15653
15654         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
15655         setgid on directories only if they set these bits.
15656         * lib/modechange.h: Remove obsolete comment about masks.
15657
15658 2006-07-28  Eric Blake  <ebb9@byu.net>
15659
15660         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
15661         macro expansion.
15662
15663 2006-07-28  Bruno Haible  <bruno@clisp.org>
15664
15665         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
15666
15667 2006-07-28  Bruno Haible  <bruno@clisp.org>
15668
15669         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
15670
15671 2006-07-28  Bruno Haible  <bruno@clisp.org>
15672
15673         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15674         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15675         Define fallbacks.
15676         Avoids link error on FreeBSD 4.x.
15677         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15678
15679         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
15680         encoding.
15681         * lib/mbswidth.c (iswcntrl): Likewise.
15682
15683 2006-07-27  Bruno Haible  <bruno@clisp.org>
15684
15685         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
15686         test.
15687
15688 2006-07-27  Bruno Haible  <bruno@clisp.org>
15689
15690         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
15691         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
15692         defined.
15693
15694 2006-07-26  Eric Blake  <ebb9@byu.net>
15695
15696         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
15697
15698 2006-07-26  Eric Blake  <ebb9@byu.net>
15699
15700         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
15701         like mingw that lack mkstemp.
15702         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
15703         avoid compilation warning on mingw.
15704
15705 2006-07-26  Bruno Haible  <bruno@clisp.org>
15706
15707         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
15708         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
15709         INT_FAST*_MIN, INTPTR_MIN.
15710
15711 2006-07-25  Bruno Haible  <bruno@clisp.org>
15712
15713         * modules/version-etc (Depends-on): Add stdarg.
15714
15715 2006-07-25  Bruno Haible  <bruno@clisp.org>
15716
15717         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
15718         complex commands.
15719
15720 2006-07-25  Bruno Haible  <bruno@clisp.org>
15721
15722         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
15723         defined in <stdarg.h> or config.h.
15724
15725 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15726
15727         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
15728         (gl_STDIO_SAFER): Remove.
15729
15730 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * MODULES.html.sh (File stream based Input/Output):
15733         Add fopen-safer, tmpfile-safer; remove stdio-safer.
15734         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
15735         * modules/fopen-safer, modules/tmpfile-safer: New files.
15736         * modules/stdio-safer: Remove.
15737
15738 2006-07-24  Bruno Haible  <bruno@clisp.org>
15739
15740         * modules/tmpdir: New file.
15741         * MODULES.html.sh (File system functions): Add it.
15742
15743 2006-07-24  Bruno Haible  <bruno@clisp.org>
15744
15745         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
15746         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
15747
15748 2006-07-24  Bruno Haible  <bruno@clisp.org>
15749
15750         * modules/clean-temp: New file.
15751
15752 2006-07-24  Bruno Haible  <bruno@clisp.org>
15753
15754         * m4/tmpdir.m4: New file, from GNU gettext.
15755
15756 2006-07-24  Bruno Haible  <bruno@clisp.org>
15757
15758         * lib/tmpdir.h: New file, from GNU gettext.
15759         * lib/tmpdir.c: New file, from GNU gettext.
15760
15761 2006-07-24  Bruno Haible  <bruno@clisp.org>
15762
15763         * lib/clean-temp.h: New file, from GNU gettext.
15764         * lib/clean-temp.c: New file, from GNU gettext.
15765
15766 2006-07-23  Eric Blake  <ebb9@byu.net>
15767
15768         * modules/stdio-safer (Files): Add tmpfile-safer.c.
15769         (Depends-on): Add binary-io.
15770
15771 2006-07-23  Eric Blake  <ebb9@byu.net>
15772
15773         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
15774
15775 2006-07-23  Eric Blake  <ebb9@byu.net>
15776
15777         * lib/tmpfile-safer.c: New file.
15778         * lib/stdio-safer.h (fopen_safer): Add prototype.
15779         * lib/stdio--.h (tmpfile): Make safer.
15780
15781 2006-07-23  Bruno Haible  <bruno@clisp.org>
15782
15783         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15784         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15785         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15786         gl_linked_remove_at): Use it.
15787
15788 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15789         and Simon Josefsson <jas@extundo.com>
15790
15791         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15792
15793         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15794
15795 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15796
15797         * modules/close-stream: New file.
15798         * modules/closeout (Description): Make it clear that it exits
15799         with a diagnostic on error.
15800         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15801         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15802
15803 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15804
15805         * m4/close-stream.m4: New file.
15806
15807 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15808
15809         * lib/close-stream.c, lib/close-stream.h: New files.
15810
15811 2006-07-22  Bruno Haible  <bruno@clisp.org>
15812
15813         Merge from GNU gettext 0.15.
15814
15815         2006-05-01  Bruno Haible  <bruno@clisp.org>
15816
15817                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15818
15819         2006-07-22  Bruno Haible  <bruno@clisp.org>
15820
15821                 * modules/javaversion: New file.
15822                 * MODULES.html.sh (Java): Add javaversion.
15823
15824         2006-03-12  Bruno Haible  <bruno@clisp.org>
15825
15826                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15827
15828         2005-12-04  Bruno Haible  <bruno@clisp.org>
15829
15830                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15831                 (untested).
15832
15833         2006-06-21  Bruno Haible  <bruno@clisp.org>
15834
15835                 Avoid warnings from recent versions of mcs.
15836                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15837                 -o, -L, -r any more. Use options documented since mcs-1.0
15838                 instead. Similarly for -g.
15839
15840         2005-12-04  Bruno Haible  <bruno@clisp.org>
15841
15842                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15843                 .resources, not .resource.
15844
15845         2005-07-09  Bruno Haible  <bruno@clisp.org>
15846
15847                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15848                 add a .dll suffix.
15849                 Reported by Mark Junker <mjscod@gmx.de>.
15850
15851         2006-07-22  Bruno Haible  <bruno@clisp.org>
15852
15853                 * modules/gettext: Upgrade to gettext-0.15.
15854                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15855                 m4/visibility.m4.
15856                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15857
15858 2006-07-22  Bruno Haible  <bruno@clisp.org>
15859
15860         Merge from GNU gettext 0.15.
15861
15862         2006-03-25  Bruno Haible  <bruno@clisp.org>
15863
15864                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15865
15866         2006-07-21  Bruno Haible  <bruno@clisp.org>
15867
15868                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15869                 "1.1".
15870
15871         2006-05-09  Bruno Haible  <bruno@clisp.org>
15872
15873                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15874                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15875                 for the conftestver execution.
15876
15877         2006-05-01  Bruno Haible  <bruno@clisp.org>
15878
15879                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15880                 optional target-version argument. Verify that the compiler
15881                 groks source of the specified source-version, or add -source
15882                 option as necessary. Verify that the compiler produces
15883                 bytecode in the specified target-version, or add -target and
15884                 -source options as necessary. Make the result of the test
15885                 available as variable CONF_JAVAC. Also log error output in
15886                 config.log.
15887
15888         2006-03-11  Bruno Haible  <bruno@clisp.org>
15889
15890                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15891
15892         2006-05-09  Bruno Haible  <bruno@clisp.org>
15893
15894                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15895                 CLASSPATH_SEPARATOR to a semicolon.
15896
15897         2006-03-12  Bruno Haible  <bruno@clisp.org>
15898
15899                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15900                 available as variable CONF_JAVA, for subsequent autoconf
15901                 tests. Also log error output in config.log.
15902
15903         2006-07-19  Bruno Haible  <bruno@clisp.org>
15904
15905                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15906                 that getline works on glibc2 systems. Needed to avoid trouble
15907                 in relocatable.c.
15908                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15909
15910         2005-12-04  Bruno Haible  <bruno@clisp.org>
15911
15912                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15913                 launcher (untested).
15914
15915         2005-12-04  Bruno Haible  <bruno@clisp.org>
15916
15917                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15918
15919         2006-07-22  Bruno Haible  <bruno@clisp.org>
15920
15921                 * gettext.m4: Update from GNU gettext-0.15.
15922                 * nls.m4: Likewise.
15923                 * po.m4: Likewise.
15924                 * inttypes-pri.m4: Likewise.
15925                 * inttypes-h.m4: Renamed from inttypes.m4.
15926                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15927
15928 2006-07-22  Bruno Haible  <bruno@clisp.org>
15929
15930         Merge from GNU gettext 0.15.
15931
15932         2005-07-05  Bruno Haible  <bruno@clisp.org>
15933
15934                 * printf-args.c (printf_fetchargs): Work around broken
15935                 definition of wint_t on mingw.
15936
15937         2005-02-12  Bruno Haible  <bruno@clisp.org>
15938
15939                 * xallocsa.h: Add extern "C" for C++.
15940
15941         2006-05-17  Bruno Haible  <bruno@clisp.org>
15942
15943                 Cygwin portability.
15944                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15945
15946         2006-04-30  Bruno Haible  <bruno@clisp.org>
15947
15948                 * progreloc.c: Include <mach-o/dyld.h> if available.
15949                 (find_executable): Use _NSGetExecutablePath when possible.
15950
15951         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15952
15953                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15954                 function.
15955
15956         2005-12-29  Bruno Haible  <bruno@clisp.org>
15957
15958                 * progreloc.c (set_program_name_and_installdir): Fix
15959                 compilation error.
15960
15961         2005-12-04  Bruno Haible  <bruno@clisp.org>
15962
15963                 Cygwin portability.
15964                 * progreloc.c: Include <windows.h> also on Cygwin.
15965                 (find_executable): Add support for Cygwin.
15966                 (set_program_name_and_installdir): Handle also platforms with
15967                 nonempty EXEEXT.
15968
15969         2006-07-11  Bruno Haible  <bruno@clisp.org>
15970
15971                 * javacomp.c: Fix a comment.
15972                 Reported by Jim Meyering.
15973
15974         2006-04-30  Bruno Haible  <bruno@clisp.org>
15975
15976                 * javacomp.h (compile_java_class): Add source_version,
15977                 target_version arguments.
15978                 * javacomp.c: Rewritten to choose only a compiler that
15979                 respects the specified source_version and target_version.
15980
15981         2006-06-27  Bruno Haible  <bruno@clisp.org>
15982
15983                 Assume correct S_ISDIR macro.
15984                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15985
15986         2006-07-22  Bruno Haible  <bruno@clisp.org>
15987
15988                 * javaversion.h: New file, from GNU gettext.
15989                 * javaversion.c: New file, from GNU gettext.
15990                 * javaversion.java: New file, from GNU gettext.
15991                 * javaversion.class: New file, from GNU gettext.
15992
15993         2006-05-17  Bruno Haible  <bruno@clisp.org>
15994
15995                 Cygwin portability.
15996                 * javaexec.c (execute_java_class): Test for jview program
15997                 also on Cygwin.
15998
15999         2006-04-09  Bruno Haible  <bruno@clisp.org>
16000
16001                 * fatal-signal.c: Don't include string.h.
16002                 (at_fatal_signal): Use a copying loop instead of memcpy.
16003
16004         2005-12-04  Bruno Haible  <bruno@clisp.org>
16005
16006                 * csharpexec.c: Add support for 'clix' launcher (untested).
16007                 (execute_csharp_using_sscli): New function.
16008                 (execute_csharp_program): Call it.
16009
16010         2006-06-21  Bruno Haible  <bruno@clisp.org>
16011
16012                 Avoid warnings from recent versions of mcs.
16013                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
16014                 -o, -L, -r any more. Use options documented since mcs-1.0
16015                 instead. Similarly for -g.
16016
16017         2005-07-09  Bruno Haible  <bruno@clisp.org>
16018
16019                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
16020                 add a .dll suffix.
16021                 Reported by Mark Junker <mjscod@gmx.de>.
16022
16023         2006-06-17  Bruno Haible  <bruno@clisp.org>
16024
16025                 * config.charset: Update for NetBSD 3.0.
16026
16027         2006-05-17  Bruno Haible  <bruno@clisp.org>
16028
16029                 Cygwin portability.
16030                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
16031
16032         2006-05-16  Bruno Haible  <bruno@clisp.org>
16033
16034                 * localcharset.c [CYGWIN]: Include <windows.h>.
16035                 (get_charset_aliases): For Cygwin, return the same CPxxx
16036                 aliases list as under WIN32.
16037                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
16038                 the environment variables. Fall back to GetACP().
16039
16040         2006-04-05  Bruno Haible  <bruno@clisp.org>
16041
16042                 * config.charset: Update Juan Manuel Guerrero's address.
16043
16044         2005-02-12  Bruno Haible  <bruno@clisp.org>
16045
16046                 * allocsa.h: Add extern "C" for C++.
16047
16048         2005-02-10  Bruno Haible  <bruno@clisp.org>
16049
16050                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
16051                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
16052
16053         2006-07-22  Bruno Haible  <bruno@clisp.org>
16054
16055                 * gettext.h: Update to GNU gettext-0.15.
16056
16057 2006-07-22  Bruno Haible  <bruno@clisp.org>
16058
16059         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
16060         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
16061         lib-prefix.m4, longdouble.m4, ssize_t.m4.
16062
16063 2006-07-21  Eric Blake  <ebb9@byu.net>
16064
16065         * modules/stdlib-safer: New file.
16066         * MODULES.html.sh (File stream based Input/Output): Add
16067         stdlib-safer.
16068
16069 2006-07-21  Eric Blake  <ebb9@byu.net>
16070
16071         * lib/stdlib-safer.h: New file from coreutils, required by
16072         stdlib--.h.
16073
16074 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
16075
16076         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
16077
16078 2006-07-20  Bruno Haible  <bruno@clisp.org>
16079
16080         * gnulib-tool: Recognize new option --assume-autoconf.
16081         (autoconf_minversion): New variable.
16082         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
16083
16084 2006-07-20  Bruno Haible  <bruno@clisp.org>
16085
16086         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
16087
16088 2006-07-19  Derek R. Price  <derek@ximbiot.com>
16089
16090         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
16091         Reindent and repaginate.
16092
16093 2006-07-19  Derek Price  <derek@ximbiot.com>
16094
16095         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
16096         Correct grammar.
16097
16098 2006-07-17  Bruno Haible  <bruno@clisp.org>
16099
16100         * modules/list: New file.
16101         * modules/array-list: New file.
16102         * modules/carray-list, modules/carray-list-tests: New files.
16103         * modules/linked-list, modules/linked-list-tests: New files.
16104         * modules/avltree-list, modules/avltree-list-tests: New files.
16105         * modules/rbtree-list, modules/rbtree-list-tests: New files.
16106         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
16107         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
16108         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
16109         * modules/oset: New file.
16110         * modules/array-oset: New file.
16111         * modules/avltree-oset, modules/avltree-oset-tests: New files.
16112         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
16113         * tests/test-carray_list.c: New file.
16114         * tests/test-linked_list.c: New file.
16115         * tests/test-avltree_list.c: New file.
16116         * tests/test-rbtree_list.c: New file.
16117         * tests/test-linkedhash_list.c: New file.
16118         * tests/test-avltreehash_list.c: New file.
16119         * tests/test-rbtreehash_list.c: New file.
16120         * tests/test-avltree_oset.c: New file.
16121         * tests/test-rbtree_oset.c: New file.
16122         * MODULES.html.sh (Container data structures): New section.
16123
16124 2006-07-17  Bruno Haible  <bruno@clisp.org>
16125
16126         * m4/gl_list.m4: New file.
16127
16128 2006-07-17  Bruno Haible  <bruno@clisp.org>
16129
16130         * lib/gl_list.h: New file.
16131         * lib/gl_list.c: New file.
16132         * lib/gl_array_list.h: New file.
16133         * lib/gl_array_list.c: New file.
16134         * lib/gl_carray_list.h: New file.
16135         * lib/gl_carray_list.c: New file.
16136         * lib/gl_linked_list.h: New file.
16137         * lib/gl_linked_list.c: New file.
16138         * lib/gl_anylinked_list1.h: New file.
16139         * lib/gl_anylinked_list2.h: New file.
16140         * lib/gl_avltree_list.h: New file.
16141         * lib/gl_avltree_list.c: New file.
16142         * lib/gl_anyavltree_list1.h: New file.
16143         * lib/gl_anyavltree_list2.h: New file.
16144         * lib/gl_rbtree_list.h: New file.
16145         * lib/gl_rbtree_list.c: New file.
16146         * lib/gl_anyrbtree_list1.h: New file.
16147         * lib/gl_anyrbtree_list2.h: New file.
16148         * lib/gl_anytree_list1.h: New file.
16149         * lib/gl_anytree_list2.h: New file.
16150         * lib/gl_linkedhash_list.h: New file.
16151         * lib/gl_linkedhash_list.c: New file.
16152         * lib/gl_anyhash_list1.h: New file.
16153         * lib/gl_anyhash_list2.h: New file.
16154         * lib/gl_avltreehash_list.h: New file.
16155         * lib/gl_avltreehash_list.c: New file.
16156         * lib/gl_rbtreehash_list.h: New file.
16157         * lib/gl_rbtreehash_list.c: New file.
16158         * lib/gl_anytreehash_list1.h: New file.
16159         * lib/gl_anytreehash_list2.h: New file.
16160
16161         * lib/gl_oset.h: New file.
16162         * lib/gl_oset.c: New file.
16163         * lib/gl_array_oset.h: New file.
16164         * lib/gl_array_oset.c: New file.
16165         * lib/gl_avltree_oset.h: New file.
16166         * lib/gl_avltree_oset.c: New file.
16167         * lib/gl_rbtree_oset.h: New file.
16168         * lib/gl_rbtree_oset.c: New file.
16169         * lib/gl_anytree_oset.h: New file.
16170
16171 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16172
16173         * m4/mkancesdirs.m4: New file.
16174         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
16175         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
16176         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
16177         it.
16178
16179 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16180
16181         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
16182         * lib/mkancesdirs.h: New files.
16183         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
16184         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
16185         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
16186         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
16187         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
16188         callers changed.  Revamp internals significantly, by not
16189         attempting to create directories that are temporarily more
16190         permissive than the final results.  Do not attempt to use
16191         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
16192         This removes some race conditions, fixes some bugs, and simplifies
16193         things.  Use new dirchownmod function to do owner and mode changes.
16194         * lib/mkdir-p.h: Likewise.
16195         * lib/modechange.c (octal_to_mode): New function.
16196         (struct mode_change): New member mentioned.
16197         (make_node_op_equals): New arg mentioned.  All callers changed.
16198         (mode_compile): Keep track of which mode bits the user has explicitly
16199         mentioned.
16200         (mode_adjust): New arg DIR, so that we implement the X op correctly.
16201         New arg PMODE_BITS, to keep track of which mode bits the user
16202         mentioned; it treats S_ISUID and S_ISGID speciall.
16203         All callers changed.
16204         * lib/modechange.h: Likewise.
16205
16206 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         * MODULES.html.sh: Add mkancestors.
16209         * modules/mkancesdirs: New module.
16210         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
16211         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
16212         The chdir-safer and afs files are now orphans; I'll remove them
16213         unless someone speaks up.
16214         Add lib/dirchownmod.c, lib/dirchownmod.h.
16215         (Depends-on): Remove alloca, chown, save-cwd, dirname.
16216         Add lchown, mkancesdirs.
16217         (Maintainer): Add self.
16218
16219 2006-07-15  Karl Berry  <karl@gnu.org>
16220
16221         * gnulib-tool: help message wording/arrangement.
16222
16223 2006-07-14  Simon Josefsson  <jas@extundo.com>
16224
16225         * doc/gnulib.texi (Libtool and Windows): New section.
16226
16227 2006-07-12  Simon Josefsson  <jas@extundo.com>
16228
16229         * modules/gendocs (License): Fix license, approved by Karl.
16230
16231 2006-07-12  Eric Blake  <ebb9@byu.net>
16232
16233         * MODULES.html.sh: Add gendocs.
16234
16235 2006-07-11  Eric Blake  <ebb9@byu.net>
16236
16237         * modules/fdl: New module, to install doc/fdl.texi.
16238         * MODULES.html.sh: Add new section for documentation modules.
16239         * gnulib-tool: Avoid space-tab.
16240         (--doc-base): New option, to manage files from doc.
16241
16242 2006-07-11  Eric Blake  <ebb9@byu.net>
16243
16244         * m4/absolute-header.m4: Fix comments to match recent change.
16245
16246 2006-07-11  Eric Blake  <ebb9@byu.net>
16247
16248         * gnulib-tool: List --doc-base before --tests-base.
16249
16250 2006-07-11  Derek R. Price  <derek@ximbiot.com>
16251
16252         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
16253
16254 2006-07-11  Bruno Haible  <bruno@clisp.org>
16255
16256         * README: Mention where to put documentation.
16257
16258 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16259
16260         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
16261
16262 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16263
16264         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
16265         to stdint.m4.
16266
16267 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16268
16269         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
16270         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
16271         "no/such/file/stdint.h" when there is no such file, so that
16272         the resulting C code can be parsed by dodgy compilers.
16273         Problems reported by Bob Proulx.
16274
16275 2006-07-10  Derek R. Price  <derek@ximbiot.com>
16276
16277         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
16278         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
16279         macros into the GNU _D_EXACT_NAMLEN.
16280         * lib/savedir.c:  Likewise.
16281         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
16282
16283 2006-07-10  Derek R. Price  <derek@ximbiot.com>
16284         and Paul Eggert  <eggert@cs.ucla.edu>
16285
16286         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
16287         * m4/savedir.m4:
16288         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
16289         macros into the GNU _D_EXACT_NAMLEN.
16290
16291 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16292
16293         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
16294         around the absolute name, to work around a problem with the HP-UX
16295         11.23 native C compiler, reported by Bob Proulx.
16296
16297 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16298
16299         * doc/maintain.texi, make-stds.texi: Sync from
16300         <http://savannah.gnu.org/projects/gnustandards>.
16301
16302 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16303
16304         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
16305
16306 2006-07-09  Jim Meyering  <jim@meyering.net>
16307
16308         * m4/glob.m4: Remove a doubled word in a comment.
16309
16310 2006-07-09  Jim Meyering  <jim@meyering.net>
16311
16312         * lib/argp-pv.c: Remove a doubled word in a comment.
16313         * lib/check-version.c (check_version): Likewise.
16314         * lib/javacomp.c (compile_java_class): Likewise.
16315
16316 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
16319         for the benefit of people using Autoconf 2.60.  If you want to
16320         support older Autoconf versions you can copy m4/onceonly_2_57.m4
16321         (or m4/onceonly.m4, if pre-2.57) manually.
16322
16323 2006-07-08  Jim Meyering  <jim@meyering.net>
16324
16325         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
16326         comment.
16327         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
16328         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
16329         comment.
16330
16331 2006-07-08  Jim Meyering  <jim@meyering.net>
16332
16333         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
16334
16335 2006-07-07  Simon Josefsson  <jas@extundo.com>
16336
16337         * tests/test-crc.c: Change expected crc value, the test vector
16338         were probably computed using the old broken crc.c?
16339
16340 2006-07-06  Simon Josefsson  <jas@extundo.com>
16341
16342         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
16343         now the canonical place for the M4 file).
16344
16345         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
16346         from the sys_socket dependency now.
16347
16348         * modules/inet_pton (Files): Ditto.
16349
16350         * modules/inet_ntop (Files): Ditto.
16351
16352 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16353
16354         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
16355         not gl_PREREQ_GETUSERSHELL.
16356
16357 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16358
16359         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
16360         with only one argument, for Autoconf 2.60.
16361         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
16362         expand to nothing, so add a shell command to avoid syntax error.
16363         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16364
16365 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16366
16367         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
16368
16369 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16370
16371         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
16372         no longer needed.  Check for isblank decl.
16373         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
16374         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
16375         of existence.
16376
16377 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16378
16379         * lib/getloadavg.c: Use __VMS, not VMS.
16380         * lib/getopt.c: Likewise.
16381         * lib/getpagesize.h: Likewise.
16382         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
16383         and probably does not work.
16384
16385 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16386
16387         * lib/.cppi-disable: Add wcwidth.
16388         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
16389         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
16390         (ISGRAPH): Remove.  All uses changed to isgraph.
16391         (FOLD) [!defined _LIBC]: Remove special case.
16392         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
16393         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
16394         HAVE_ISBLANK.
16395         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
16396         case.
16397
16398 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16399
16400         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
16401         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
16402         brackets.  Other minor changes to suppress some compiler
16403         warnings.
16404
16405 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16406         and Paul Eggert  <eggert@cs.ucla.edu>
16407
16408         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
16409         of invoking obsolescent AC_HEADER_DIRENT macro.
16410         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
16411         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
16412         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
16413         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
16414         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
16415         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16416         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
16417         * m4/readdir.m4: Remove; no longer needed.
16418
16419 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16420         and Paul Eggert  <eggert@cs.ucla.edu>
16421
16422         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
16423         Don't worry about this obsolete case any more.
16424         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
16425         directories.
16426         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
16427         worry about this obsolete case any more.
16428         * lib/fts.c: Likewise.
16429         * lib/getcwd.c: Likewise.
16430         * lib/glob.h: Likewise.
16431         * lib/savedir.c: Likewise.
16432
16433 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16434
16435         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
16436         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
16437         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
16438         needed.
16439         All uses removed.
16440         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16441         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16442         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
16443         needed.
16444         * m4/getdate.m4 (gl_GETDATE): Likewise.
16445         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16446         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16447         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16448         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16449         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16450         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16451         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
16452         needed.
16453
16454 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16455
16456         * lib/memcasecmp.c: Include <limits.h>.
16457         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
16458         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
16459         Don't assume isdigit succeeds only on '0' through '9'.
16460
16461 2006-07-05  Eric Blake  <ebb9@byu.net>
16462
16463         * modules/getaddrinfo (Depends-on): Add snprintf.
16464
16465 2006-07-05  Eric Blake  <ebb9@byu.net>
16466
16467         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
16468         to avoid 'header present but could not be compiled' on cygwin.
16469
16470 2006-07-05  Eric Blake  <ebb9@byu.net>
16471
16472         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
16473         missing from netdb.h.
16474         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
16475
16476 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16477
16478         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
16479         no longer needed.
16480         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
16481         * m4/getdate.m4 (gl_GETDATE): Likewise.
16482         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16483         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16484         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16485         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16486         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16487
16488 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16489
16490         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
16491         All uses of is_space replaced by isspace.
16492         * lib/exit.h: Don't talk about STDC_HEADERS.
16493         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
16494         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
16495         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
16496         replaced by isprint etc.
16497         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
16498         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16499         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
16500         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
16501         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
16502         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16503
16504 2006-07-05  Bruno Haible  <bruno@clisp.org>
16505
16506         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
16507         the function exists, before testing against AIX.
16508         Reported by Martin Lambers <marlam@marlam.de>.
16509
16510 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16511
16512         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
16513         From Mark D. Baushke.
16514
16515 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16516
16517         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
16518         to the absolute name, not just one, to bypass Sun C 5.8's
16519         "warning: #include of /usr/include/... may be non-portable".
16520
16521 2006-07-04  Eric Blake  <ebb9@byu.net>
16522
16523         * modules/dirname-tests: New test module.
16524         * tests/test-dirname.c: New file, replacing dirname.c
16525         TEST_DIRNAME section that was recently deleted.
16526
16527 2006-07-04  Bruno Haible  <bruno@clisp.org>
16528
16529         Assume ANSI C header files and <ctype.h> functions.
16530         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
16531         (mbsnwidth): Use isprint, iscntrl instead.
16532
16533 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16534
16535         Merge from coreutils.
16536         * MODULES.html.sh: Add xstrtold.
16537         * modules/xstrtold: New file.
16538         * modules/cycle-check (Files): Add lib/same-inode.h.
16539         * modules/dirname (Files): Add m4/double-slash-root.m4.
16540         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
16541         * modules/mkdir-p (Files): Add lib/same-inode.h.
16542         * modules/same (Files): Add lib/same-inode.h.
16543
16544 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16545
16546         * m4/absolute-header.m4: Renamed from full-header-path.m4.
16547         This is to keep the terminology clean; POSIX talks about
16548         "absolute pathnames", not "full pathnames", but the GNU
16549         Coding Standards say to use "path" for something else;
16550         so use "absolute" to keep both sides happy.
16551         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
16552         Set gl_absolute_header, not gl_full_header_path.
16553         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
16554         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
16555         All uses changed.
16556
16557         Merge from coreutils.
16558
16559         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16560
16561         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
16562         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
16563         want to require the building of c-strtod.o.
16564         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
16565         needs -lm directly.
16566         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
16567
16568         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16569
16570         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
16571         --as-needed option if available.  Problem reported by Albert Chin in
16572         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
16573         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
16574         cc merely issues a bunch of annoying warnings for --as-needed
16575         (this problem was reported by Bob Proulx).  Also, try linking with
16576         -lm to detect a bug in binutils 2.16 (this problem was reported
16577         by Ralf Wildenhues).
16578
16579         2006-06-18  Jim Meyering  <jim@meyering.net>
16580
16581         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
16582         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
16583         macro.
16584         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
16585         also check for glibc-2.4's abort-inducing bug.
16586
16587         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
16588         Low-probability clean-up should be to use rmdir to get rid of
16589         the just-created directory, not unlink.
16590
16591         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
16592         configure fail, and request a bug report to inform us about it.
16593         Add a comment that, barring reports to the contrary, in 2007 we'll
16594         assume ftruncate is universally available.
16595
16596         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16597
16598         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
16599
16600         2006-03-12  Jim Meyering  <jim@meyering.net>
16601
16602         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
16603         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
16604         * m4/same.m4 (gl_SAME): Likewise.
16605         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
16606
16607         2006-03-11  Eric Blake  <ebb9@byu.net>
16608
16609         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
16610         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
16611         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
16612         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
16613
16614 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16615
16616         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
16617         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
16618         reported by Mark D. Baushke, one in
16619         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
16620
16621         Merge from coreutils.
16622
16623         * lib/.cppi-disable: Add stdint_.h.
16624         * lib/.cvsignore: Add stdint.h.
16625
16626         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16627
16628         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
16629         both double and long double versions.
16630         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
16631         * lib/xstrtold.c: New file.
16632         * lib/xstrtod.h (xstrtold): New decl.
16633
16634         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16635
16636         * lib/filemode.c (setst): Remove.
16637         (strmode): Rewrite to avoid setst.  This makes the code shorter,
16638         (arguably) clearer, and the generated code is a bit smaller on my
16639         Debian GNU/Linux stable x86 host.
16640
16641         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16642
16643         * lib/filemode.c: Include "filemode.h" first, to test the interface.
16644         Assume that filemode.h includes sys/types.h and sys/stat.h.
16645         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
16646         (ftypelet): Reorder to put common cases first, for efficiency.
16647         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
16648         to do 'M'.
16649         (strmode): Renamed from mode_string, and now stores 12 bytes instead
16650         of 10, for compatibility with FreeBSD.  All callers changed.
16651         (filemodestring): Now stores 12 bytes instead of 10, and sets file
16652         types that can't be deduced solely from st_mode.  First arg is now a
16653         const pointer.
16654         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
16655         (strmode): Renamed from mode_string.
16656         (filemodestring): New decl.
16657         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
16658         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
16659         needed.
16660         (S_ISPORT, S_ISWHT): New macros, if not already defined.
16661
16662         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16663
16664         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
16665         fsusage.h now does that.  Include fsusage.h first, to test interface.
16666         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
16667         at most one method (the old code could have generated decls that
16668         didn't conform to C89, not that this was ever exercised).
16669         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
16670
16671         2006-03-19  Jim Meyering  <jim@meyering.net>
16672
16673         Work even in a chroot where d_ino values for entries in "/"
16674         don't match the stat.st_ino values for the same names.
16675         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
16676         number, iterate through all entries again, using lstat instead.
16677         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
16678         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
16679
16680         * lib/getcwd.c (__getcwd): Clarify a comment.
16681         Use memcpy in place of a call to strcpy.
16682
16683         2006-03-12  Jim Meyering  <jim@meyering.net>
16684
16685         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
16686         matches that of the current directory (which we're about to chdir ".."
16687         out of), then save the dev-ino of the parent, instead.
16688
16689         * lib/same-inode.h (SAME_INODE): New file/macro.
16690         * lib/chdir-safer.c (SAME_INODE): Remove definition.
16691         Include "same-inode.h", instead.
16692         * lib/same.c: Likewise.
16693         * lib/cycle-check.h: Include "same-inode.h".
16694         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
16695         * lib/cycle-check.c (SAME_INODE): Remove definition.
16696         * lib/root-dev-ino.h: Include "same-inode.h".
16697
16698         2006-03-11  Eric Blake  <ebb9@byu.net>
16699
16700         * lib/same.c (same_name): s/base_name/last_component/
16701         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
16702         * lib/filenamecat.c (file_name_concat): Likewise.
16703
16704         2006-03-11  Eric Blake  <ebb9@byu.net>,
16705                     Paul Eggert  <eggert@cs.ucla.edu>
16706
16707         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
16708         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
16709         drive prefix.
16710         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
16711         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
16712         (last_component): New method.
16713         * lib/dirname.c (dir_len): Determine when drive letters need a
16714         subsequent slash.  Preserve // when it is special.
16715         (dir_name): Don't append dot when drive letter is absolute.
16716         [TEST_DIRNAME]: Move into a full-blown gnulib test.
16717         * lib/basename.c (base_name): New semantics - malloc the result.
16718         Preserve // when it is special.  Preserve relative files that look
16719         like drive letters.
16720         (base_len): Preserve // when it is special.
16721         (last_component): New method, similar to old base_name semantics.
16722         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
16723         base_name.  Strip redundant slashes from ///.
16724
16725 2006-07-03  Jim Meyering  <jim@meyering.net>
16726
16727         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
16728         macro is used before the first cycle_check call.
16729
16730 2006-07-03  Eric Blake  <ebb9@byu.net>
16731
16732         * modules/dirname (Depends-on): Add xstrndup.
16733
16734 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16735
16736         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
16737         test cases, so that config.log is a bit easier to follow.
16738
16739 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16740
16741         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
16742         both are 64 bits, since this seems to be the tradition, and this
16743         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
16744         we ever run into a host that prefers long long to long in this
16745         case, we'll need another configure-time test.  Problem reported by
16746         Jim Meyering.
16747
16748 2006-07-02  Eric Blake  <ebb9@byu.net>
16749
16750         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
16751
16752 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16753
16754         * modules/inttypes (Depends-on): No longer depends on stdint.
16755         * modules/stdint (Description): Say more about assumptions.
16756         Say that the fast types might differ.  Say macros are used.
16757         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
16758         (Makefile.am): Revise list of substituted symbols to match
16759         new stdint.m4.
16760         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
16761         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
16762         * tests/test-stdint.c (verify_same_types)
16763         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
16764         the code conforms to C99/C89.
16765         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
16766         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
16767
16768 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16769
16770         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
16771         but fix a bug, by requiring at least 64 bits.
16772         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
16773         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
16774         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16775         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16776
16777         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16778         changes.  Make 2.59 a prerequisite.  Check and substitute for
16779         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16780         inttypes.h.  Do not use special include files; just use the
16781         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16782         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16783         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16784         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16785         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16786         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16787         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16788         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16789         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16790         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16791         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16792         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16793         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16794         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16795         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16796         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16797         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16798         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16799         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16800         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16801         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16802         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16803         not check for things that C99 does not require, e.g., int8_t.  If
16804         a test isn't needed unless <stdint.h> isn't working, and is
16805         unlikely to be needed for any other reason, then don't do it
16806         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16807         size_t, since we assume C89 freestanding at least.  Do not check
16808         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16809         the right thing even if the types are not defined.  Instead use:
16810         (gl_STDINT_TYPE_PROPERTIES): New macro.
16811         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16812         testing whether <sys/types.h> clashes, as Autoconf does this for
16813         us now.  All uses removed.
16814         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16815         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16816         (gl_CHECK_TYPE_SAME):
16817         Remove; no longer needed.
16818         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16819         exists, since we'll return 0 anyway in that case.
16820         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16821
16822 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16823
16824         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16825         possible collision with system files.
16826         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16827         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16828         WCHAR_MIN and WCHAR_MAX in this case.
16829         (<stddef.h>): Do not include; no longer needed.
16830         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16831         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16832         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16833         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16834         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16835         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16836         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16837         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16838         !defined(__c99))]: Include in this case too, since it's harmless
16839         now.
16840         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16841         dangerous to do so.
16842         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16843         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16844         (_STDINT_MIN, _STDINT_MAX): New macros.
16845         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16846         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16847         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16848         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16849         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16850         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16851         macros, not typedefs; this simplifies things quite a bit.
16852         Use long int for all types narrower than int64_t.
16853         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16854         Define in terms of long long int or int64_t or long int,
16855         not int64_t or int32_t.  This saves some compile-time testing.
16856         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16857         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16858         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16859         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16860         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16861         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16862         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16863         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16864         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16865         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16866         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16867         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16868         undef any previous version and define our own version, for
16869         simplicity and consistency with the new macros for types.
16870         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16871         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16872         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16873         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16874         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16875         @WINT_T_SUFFIX@ to keep things simple here.
16876         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16877         Simplify by assuming typical 8/16/32/64 host, since we're
16878         already doing that elsewhere anyway.
16879         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16880         and assume long long int is 64 bits if available.  This
16881         speeds up 'configure'.
16882
16883 2006-07-01  Eric Blake  <ebb9@byu.net>
16884
16885         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16886         Reported by Andreas Buening.
16887
16888 2006-07-01  Eric Blake  <ebb9@byu.net>
16889
16890         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16891
16892 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16893
16894         * lib/getaddrinfo.c: fixed typo
16895
16896 2006-06-29  Jim Meyering  <jim@meyering.net>
16897
16898         * modules/strftime (Maintainer): Add my name, since with the
16899         FPRINTFTIME changes strftime.c has forked from glibc.
16900
16901 2006-06-29  Eric Blake  <ebb9@byu.net>
16902
16903         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16904
16905 2006-06-29  Eric Blake  <ebb9@byu.net>
16906
16907         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16908
16909 2006-06-29  Eric Blake  <ebb9@byu.net>
16910
16911         * lib/stat_.h: New file.
16912
16913 2006-06-29  Eric Blake  <ebb9@byu.net>
16914
16915         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16916         unused static function.
16917
16918 2006-06-29  Eric Blake  <ebb9@byu.net>
16919
16920         * doc/functions.texi (Function Portability): Document missing lstat
16921         on mingw.
16922
16923 2006-06-29  Eric Blake  <ebb9@byu.net>
16924
16925         * MODULES.html.sh: Add sys_stat.
16926         * modules/sys_stat: New module.
16927         * modules/mkstemp (Depends-on): Add sys_stat.
16928
16929 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16930
16931         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16932
16933 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16934
16935         * m4/c-bs-a.m4: Removed.
16936
16937 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16938
16939         * lib/strftime.c: Assume strftime() exists.
16940
16941 2006-06-29  Derek Price  <derek@ximbiot.com>
16942
16943         * modules/c-bs-a: Removed - \a is C89.
16944         * MODULES.html.sh: Remove c-bs-a.
16945
16946 2006-06-29  Bruno Haible  <bruno@clisp.org>
16947
16948         * modules/wcwidth (License): Change to LGPL.
16949
16950 2006-06-28  Simon Josefsson  <jas@extundo.com>
16951
16952         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16953         on _WIN32.
16954
16955         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16956         getnameinfo.
16957
16958 2006-06-28  Simon Josefsson  <jas@extundo.com>
16959
16960         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16961
16962 2006-06-28  Simon Josefsson  <jas@extundo.com>
16963
16964         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16965         functions there.  It will succeed on Windows XP, but on Windows
16966         2000 and (presumably) earlier, it will fail, and use the internal
16967         re-implementation.
16968         (use_win32_p): New function.
16969         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16970         Support AI_NUMERICSERV to disable getservbyname.
16971         (getnameinfo): New function, only supports
16972         NI_NUMERICHOST|NI_NUMERICSERV for now.
16973
16974         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16975         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16976         getnameinfo.
16977
16978 2006-06-28  Eric Blake  <ebb9@byu.net>
16979
16980         * modules/wcwidth: New file.
16981         * modules/mbchar (Depends-on): Add wcwidth.
16982         * modules/mbswidth (Depends-on): Add wcwidth.
16983         * MODULES.html.sh: Add wcwidth.
16984
16985 2006-06-28  Eric Blake  <ebb9@byu.net>
16986
16987         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16988         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16989
16990 2006-06-28  Eric Blake  <ebb9@byu.net>
16991
16992         * lib/xvasprintf.h: Fix comments.
16993
16994 2006-06-28  Eric Blake  <ebb9@byu.net>
16995
16996         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16997         * lib/mbswidth.c (wcwidth): Move from here...
16998         * lib/wcwidth.h: ...to this new file.
16999
17000 2006-06-28  Derek R. Price  <derek@ximbiot.com>
17001
17002         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
17003
17004         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
17005         it's obsolete.
17006         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
17007
17008 2006-06-28  Derek R. Price  <derek@ximbiot.com>
17009
17010         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
17011         Autoconf 2.60 says this stuff was obsolete.
17012
17013 2006-06-28  Bruno Haible  <bruno@clisp.org>
17014
17015         * modules/wcwidth (Files): Add m4/wchar_t.m4.
17016
17017 2006-06-28  Bruno Haible  <bruno@clisp.org>
17018
17019         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
17020         gt_TYPE_WCHAR_T.
17021
17022 2006-06-28  Bruno Haible  <bruno@clisp.org>
17023
17024         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
17025         declaration for wcwidth.
17026         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
17027
17028 2006-06-28  Bruno Haible  <bruno@clisp.org>
17029
17030         * lib/mkdtemp.c [MINGW]: Include <io.h>.
17031         (mkdir): Define using _mkdir.
17032
17033 2006-06-28  Bruno Haible  <bruno@clisp.org>
17034
17035         * lib/getaddrinfo.h: Fix POSIX URL.
17036         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
17037         _WIN32.
17038         (use_win32_p): Make static.
17039         (getaddrinfo): Reject service name if it is empty or does not consist
17040         solely of decimal digits, or if its value is > 65535.
17041         (getnameinfo): Remove useless casts.
17042
17043 2006-06-27  Simon Josefsson  <jas@extundo.com>
17044
17045         * modules/sys_select: New file, suggested by Bruno Haible, Paul
17046         Eggert and Martin Lambers.
17047
17048 2006-06-27  Simon Josefsson  <jas@extundo.com>
17049
17050         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
17051         Eggert and Martin Lambers.
17052
17053 2006-06-27  Bruno Haible  <bruno@clisp.org>
17054
17055         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
17056         result to 0, not to empty.
17057         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
17058
17059 2006-06-27  Bruno Haible  <bruno@clisp.org>
17060
17061         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
17062
17063 2006-06-26  Simon Josefsson  <jas@extundo.com>
17064
17065         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
17066         present.
17067
17068 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
17069
17070         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
17071         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
17072         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
17073
17074 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
17075
17076         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
17077
17078 2006-06-26  Bruno Haible  <bruno@clisp.org>
17079
17080         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
17081
17082 2006-06-26  Bruno Haible  <bruno@clisp.org>
17083
17084         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
17085
17086 2006-06-26  Bruno Haible  <bruno@clisp.org>
17087
17088         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
17089         SGI C compiler in pre-C99 mode.
17090         Suggested by Mark D. Baushke and Larry Jones.
17091
17092 2006-06-26  Bruno Haible  <bruno@clisp.org>
17093
17094         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
17095         WCHAR_MAX.
17096         Reported by Mark D. Baushke and Larry Jones.
17097
17098 2006-06-26  Bruno Haible  <bruno@clisp.org>
17099
17100         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
17101         in pre-C99 mode.
17102         Suggested by Mark D. Baushke and Larry Jones.
17103
17104 2006-06-23  Simon Josefsson  <jas@extundo.com>
17105             Bruno Haible  <bruno@clisp.org>
17106
17107         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
17108         Emit mostlyclean-local rule.
17109         (func_emit_tests_Makefile_am): Likewise.
17110         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
17111
17112 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
17113
17114         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
17115
17116 2006-06-23  Bruno Haible  <bruno@clisp.org>
17117
17118         * tests/test-stdint.c: Update to match ISO C 99 Technical
17119         Corrigendum 1.
17120
17121 2006-06-23  Bruno Haible  <bruno@clisp.org>
17122
17123         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
17124
17125 2006-06-23  Bruno Haible  <bruno@clisp.org>
17126
17127         * lib/stdint_.h: Treat IRIX like OpenBSD.
17128
17129 2006-06-23  Bruno Haible  <bruno@clisp.org>
17130
17131         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
17132         ISO C 99 Technical Corrigendum 1.
17133
17134 2006-06-22  Simon Josefsson  <jas@extundo.com>
17135
17136         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
17137         MinGW.
17138
17139 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17140
17141         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
17142         needed.  Some compiler complained about some of them.  Problem reported
17143         by Larry Jones in
17144         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
17145
17146 2006-06-21  Simon Josefsson  <jas@extundo.com>
17147
17148         * tests/test-getaddrinfo.c: New file.
17149
17150         * modules/getaddrinfo-tests: New file.
17151
17152         * MODULES.html.sh: Add inet_pton.
17153
17154         * modules/inet_pton: New file.
17155
17156 2006-06-21  Simon Josefsson  <jas@extundo.com>
17157
17158         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
17159         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
17160         of using the (limited) gnulib implementation on Windows XP.
17161
17162         * m4/inet_pton.m4: New file.
17163
17164 2006-06-21  Simon Josefsson  <jas@extundo.com>
17165
17166         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
17167         variable.
17168
17169         * lib/socket_.h: Don't define WINVER.
17170
17171         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
17172         slightly modified to work in gnulib.
17173
17174 2006-06-21  Simon Josefsson  <jas@extundo.com>
17175
17176         * doc/gnulib.texi (Windows sockets): Add.
17177
17178 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
17179
17180         * lib/read-file.c (fread_file): Start with buffer allocation of
17181         0 bytes rather than 1 byte; this simplifies the code.
17182         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
17183         code to free buffer and save/restore errno.
17184         (internal_read_file): Remove unused local.
17185
17186 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
17187
17188         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
17189         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
17190         Problem reported by Denis Excoffier in
17191         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
17192
17193 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17194
17195         * modules/sys_socket, modules/socklen: Include sys/types since
17196         FreeBSD 4.x's sys/socket.h needs it.
17197
17198 2006-06-19  Simon Josefsson  <jas@extundo.com>
17199
17200         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
17201
17202 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
17203
17204         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
17205
17206 2006-06-19  Bruno Haible  <bruno@clisp.org>
17207
17208         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
17209         and FULL_PATH_INTTYPES_H in angle brackets.
17210         Reported by Mark D. Baushke <mdb@gnu.org>.
17211
17212 2006-06-17  Eric Blake  <ebb9@byu.net>
17213
17214         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
17215         errno.
17216
17217 2006-06-17  Bruno Haible  <bruno@clisp.org>
17218
17219         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
17220         <sys/inttypes.h>.
17221
17222 2006-06-17  Bruno Haible  <bruno@clisp.org>
17223
17224         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
17225         whether errno is declared. Assume <errno.h> declares errno.
17226
17227 2006-06-17  Bruno Haible  <bruno@clisp.org>
17228
17229         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
17230
17231 2006-06-17  Bruno Haible  <bruno@clisp.org>
17232
17233         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
17234         problem on Solaris 2.5.1.
17235
17236 2006-06-16  Eric Blake  <ebb9@byu.net>
17237
17238         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
17239         * lib/unicodeio.c [!defined errno]: Likewise.
17240         * lib/strtol.c [!defined errno]: Likewise.
17241         * lib/strtod.c [!defined errno]: Likewise.
17242
17243 2006-06-15  Eric Blake  <ebb9@byu.net>
17244
17245         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
17246
17247 2006-06-15  Eric Blake  <ebb9@byu.net>
17248
17249         * config/srclist.txt (ssize_t.m4): Lose sync.
17250
17251 2006-06-15  Bruno Haible  <bruno@clisp.org>
17252
17253         * modules/stdint (Files): Include m4/full-header-path.m4,
17254         m4/size_max.m4, m4/wchar_t.m4.
17255         (Makefile.am): Many more substitutions.
17256         * modules/stdint-tests: New file.
17257         * tests/test-stdint.c: New file.
17258
17259 2006-06-15  Bruno Haible  <bruno@clisp.org>
17260
17261         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
17262         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
17263         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
17264         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
17265         gl_CHECK_TYPE_SAME): New macros.
17266
17267 2006-06-15  Bruno Haible  <bruno@clisp.org>
17268
17269         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
17270
17271 2006-06-15  Bruno Haible  <bruno@clisp.org>
17272
17273         * lib/stdint_.h: Rewritten to be fully auto-configured.
17274         Fixes bug on HP-UX/IA64.
17275
17276 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
17277
17278         * lib/getdate.y (__attribute__): Don't define if already defined.
17279         Problem reported by Larry Jones.
17280         * lib/utimens.c (__attribute__): Likewise.
17281
17282 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
17283
17284         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
17285         reported by Andreas Schwab.
17286
17287 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17288             Bruno Haible  <bruno@clisp.org>
17289
17290         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
17291         check for the declaration of strnlen and a run test that exposes the
17292         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
17293         rpl_strndup.
17294
17295 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17296             Bruno Haible  <bruno@clisp.org>
17297
17298         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
17299
17300 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17301
17302         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
17303         compile test, for Tru64 4.0D.
17304
17305 2006-05-28  Karl Berry  <karl@gnu.org>
17306
17307         * config/srclist.txt (printf-args.c): lose sync.
17308
17309 2006-05-26  Martin Lambers  <marlam@marlam.de>
17310
17311         * lib/getpass.c: Updates the test for the native W32 API, and adds
17312         missing includes, thus fixing compilation warnings.
17313
17314 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17315
17316         * lib/exclude.c (exclude_fnmatch): New function.
17317         (excluded_file_name): Call exclude_fnmatch.
17318         * lib/exclude.h (excluded_file_name): New prototype
17319
17320 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
17321
17322         * lib/tempname.c (small_open, large_open): New macros.
17323         (__open, __open64) [!_LIBC]: Remove.
17324         (__gen_tempname): Use small_open and large_open instead of __open
17325         and __open64.  This fixes a portability bug on HP-UX 11.11i
17326         reported by Simon Wing-Tang in
17327         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
17328
17329 2006-05-24  Bruno Haible  <bruno@clisp.org>
17330
17331         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
17332         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
17333         Reported by Thorsten Maerz <torte@netztorte.de> via
17334         Aaron Stone <aaron@serendipity.cx>.
17335
17336 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17337
17338         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
17339         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
17340         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
17341         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
17342         not really conditional on the cache.
17343         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
17344
17345 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17346
17347         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
17348         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
17349         (my_usleep): Don't mishandle maximum value.
17350
17351 2006-05-19  Jim Meyering  <jim@meyering.net>
17352
17353         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
17354
17355 2006-05-17  Bruno Haible  <bruno@clisp.org>
17356
17357         Cygwin portability.
17358         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
17359
17360 2006-05-17  Bruno Haible  <bruno@clisp.org>
17361
17362         * lib/stdint_.h: Fix recognition of Cygwin.
17363
17364 2006-05-15  Bruno Haible  <bruno@clisp.org>
17365
17366         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
17367         on libtool patch by Ralf Wildenhues.
17368
17369 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17370
17371         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
17372         test for C99 conformance; (bool) 0.5 is an integer constant
17373         expression, but (bool) -0.5 is not.  Problem reported by Fedor
17374         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
17375
17376 2006-05-11  Simon Josefsson  <jas@extundo.com>
17377
17378         * m4/xvasprintf.m4: Fix obvious typo.
17379
17380 2006-05-11  Jim Meyering  <jim@meyering.net>
17381
17382         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
17383         James Lemley.
17384
17385 2006-05-10  Simon Josefsson  <jas@extundo.com>
17386
17387         * lib/md4.c: Typo fix, update copyright years.
17388         (K1, K2): Don't use L because it turn computations into 64-bit on
17389         64-bit platforms.
17390
17391 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
17392
17393         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
17394         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
17395         unwanted sign propagation, e.g., on hosts with 64-bit int.
17396         There still are some problems with reeelly weird theoretical hosts
17397         (e.g., 33-bit int) but it's not worth worrying about now.
17398         * lib/sha1.c (rol): Likewise.
17399         (K1, K2, K3, K4): Remove unnecessary L suffix.
17400
17401 2006-05-10  Bruno Haible  <bruno@clisp.org>
17402
17403         * lib/des.c: Cast to avoid warnings.
17404
17405 2006-05-09  Bruno Haible  <bruno@clisp.org>
17406
17407         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
17408         (Depends-on): Depend also on xsize, stdarg.
17409         (configure.ac): Add gl_XVASPRINTF.
17410
17411 2006-05-09  Bruno Haible  <bruno@clisp.org>
17412
17413         * m4/xvasprintf.m4: New file.
17414
17415 2006-05-09  Bruno Haible  <bruno@clisp.org>
17416
17417         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
17418         (EOVERFLOW): Define fallback value.
17419         (xstrcat): New function.
17420         (xvasprintf): Recognize the special case of a string concatenation.
17421
17422 2006-05-08  Eric Blake  <ebb9@byu.net>
17423
17424         * gnulib-tool (func_version): Base copyright year on CVS date.
17425         (func_emit_copyright_notice): New function.
17426         (func_emit_lib_Makefile_am): Use it.
17427         (func_emit_tests_Makefile_am): Likewise.
17428         (func_import): Likewise.
17429
17430 2006-05-08  Bruno Haible  <bruno@clisp.org>
17431
17432         * modules/stdarg: New file.
17433         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
17434
17435 2006-05-08  Bruno Haible  <bruno@clisp.org>
17436
17437         * m4/stdarg.m4: New file, from GNU gettext.
17438
17439 2006-05-08  Bruno Haible  <bruno@clisp.org>
17440
17441         * config/srclist.txt (build-aux/config.rpath): different from latest
17442         release.
17443
17444 2006-05-08  Bruno Haible  <bruno@clisp.org>
17445
17446         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
17447
17448 2006-05-05  Jim Meyering  <jim@meyering.net>
17449
17450         * m4/warning.m4: New file, derived from bison's file by the same name.
17451
17452 2006-05-03  Bruno Haible  <bruno@clisp.org>
17453
17454         * lib/stdint_.h: Shorter URL.
17455         * lib/inttypes.h: Likewise.
17456
17457 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17458
17459         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
17460
17461 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17462
17463         * lib/verify.h: Document the internals better.  Most of this change
17464         was written by Bruno Haible.
17465
17466 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17467
17468         * doc/verify.texi: New file, partly based on a proposal by
17469         Bruno Haible.
17470
17471 2006-05-02  Bruno Haible  <bruno@clisp.org>
17472
17473         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
17474         test from here...
17475         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
17476
17477 2006-04-29  Bruno Haible  <bruno@clisp.org>
17478
17479         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
17480         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
17481
17482 2006-04-29  Bruno Haible  <bruno@clisp.org>
17483
17484         * gnulib-tool: Make --update option actually work.
17485
17486 2006-04-29  Bruno Haible  <bruno@clisp.org>
17487
17488         * doc/gcd.texi: New file.
17489         * doc/gnulib.texi: Include it.
17490
17491 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17492
17493         * lib/getdate.y (get_date): When adding relative date, start with the
17494         initial time, not with the result of the first mktime call.
17495
17496 2006-04-25  Bruno Haible  <bruno@clisp.org>
17497
17498         * gnulib-tool (func_import): Output the include directives in three
17499         blocks, sorted separately.
17500         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17501
17502 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17503
17504         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
17505         to define main with arguments, for C++.  Reported by Eric Blake.
17506         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
17507         Prefer 'int main ()' to 'int main (void)', for C++.
17508         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
17509         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
17510         for 'main', for C99 and C++.
17511
17512 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17513
17514         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
17515         Don't assume that exit status -1 is valid.
17516         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17517         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
17518         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
17519         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
17520         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
17521         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
17522         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
17523         functions can be used without declaring them, or that you can
17524         exit with status -1.
17525         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
17526
17527 2006-04-24  Karl Berry  <karl@gnu.org>
17528
17529         * config/srclist.txt (longdouble.m4): sync lost.
17530
17531 2006-04-24  Eric Blake  <ebb9@byu.net>
17532
17533         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
17534
17535 2006-04-24  Bruno Haible  <bruno@clisp.org>
17536
17537         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
17538         poll() implementation in AIX.
17539         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17540
17541 2006-04-24  Bruno Haible  <bruno@clisp.org>
17542
17543         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
17544         assigned exactly once.
17545
17546 2006-04-23  Claudio Fontana  <claudio@gnu.org>
17547             Bruno Haible  <bruno@clisp.org>
17548
17549         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
17550         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
17551         for AM_CPPFLAGS.
17552
17553 2006-04-23  Bruno Haible  <bruno@clisp.org>
17554
17555         * modules/copy-file: Depend on unistd.
17556         * modules/execute: Likewise.
17557         * modules/fatal-signal: Likewise.
17558         * modules/findprog: Likewise.
17559         * modules/mkdtemp : Likewise.
17560         * modules/pipe: Likewise.
17561         * modules/wait-process: Likewise.
17562
17563 2006-04-23  Bruno Haible  <bruno@clisp.org>
17564
17565         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
17566         condition was already detected.
17567         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17568
17569 2006-04-23  Bruno Haible  <bruno@clisp.org>
17570
17571         * lib/copy-file.c: Include <unistd.h> unconditionally.
17572         * lib/execute.c: Likewise.
17573         * lib/fatal-signal.c: Likewise.
17574         * lib/findprog.c: Likewise.
17575         * lib/mkdtemp.c: Likewise.
17576         * lib/pipe.h: Likewise.
17577         * lib/pipe.c: Likewise.
17578         * lib/wait-process.h: Likewise.
17579
17580 2006-04-23  Bruno Haible  <bruno@clisp.org>
17581
17582         * gnulib-tool (func_usage): Fix --import description. Document
17583         --update.
17584         (func_import): Create temporary file in a temporary directory, if
17585         --dry-run is specified. Silence errors from 'grep' when there are no
17586         m4 files in $m4dir.
17587         (func_create_testdir): Silence errors from 'grep' when there are no
17588         m4 files in $m4dir.
17589         Reported by Karl Berry <karl@freefriends.org>.
17590
17591 2006-04-20  Bruno Haible  <bruno@clisp.org>
17592
17593         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
17594         one argument, so that the code will be portable to Autoconf 2.60.
17595         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
17596         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17597         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
17598
17599 2006-04-19  Derek Price  <derek@ximbiot.com>
17600             Eric Blake  <ebb9@byu.net>
17601
17602         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
17603         rather than "/full/path.h".  Update comment to match.  Shorten &
17604         generalize m4_translit call via AS_TR_CPP.
17605
17606 2006-04-19  Derek Price  <derek@ximbiot.com>
17607             Eric Blake  <ebb9@byu.net>
17608
17609         * lib/inttypes.h: Correct grammar in comment.
17610
17611 2006-04-18  Derek Price  <derek@ximbiot.com>
17612             Paul Eggert  <eggert@cs.ucla.edu>
17613
17614         * modules/inttypes: New file.
17615         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
17616
17617 2006-04-18  Derek Price  <derek@ximbiot.com>
17618             Paul Eggert  <eggert@cs.ucla.edu>
17619
17620         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
17621         New files.
17622
17623 2006-04-18  Derek Price  <derek@ximbiot.com>
17624             Paul Eggert  <eggert@cs.ucla.edu>
17625
17626         * lib/inttypes.h: New file.
17627         * lib/strtoimax.c: Assume <inttypes.h>.
17628
17629 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
17630
17631         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
17632         isn't mounted.  Problem reported by Kir Kolyshkin.
17633
17634 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17635
17636         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
17637         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
17638         Derek R. Price.
17639         * lib/regex.h (RE_DUP_MAX): Update comment to match current
17640         implementation.
17641
17642 2006-04-12  Eric Blake  <ebb9@byu.net>
17643
17644         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
17645         is now done automatically by the corresponding Autoconf macro.
17646
17647 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
17648
17649         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
17650         time_r.h.
17651
17652 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17653
17654         Merge regex changes from libc, removing some of our
17655         POSIX-conformance changes that were rejected and redoing them in a
17656         less-intrusive way.
17657
17658         * lib/regcomp.c (re_compile_internal, init_dfa):
17659         Length arg is now size_t, not Idx.  All uses changed.
17660         (peek_token): Forward decl now says internal_function.
17661         (__re_error_msgid, __re_error_msgid_idx):
17662         Now static rather than extern with attribute_hidden.
17663         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
17664         For some reason libc prefers K&R style defns for external functions.
17665         (regerror) [!defined _LIBC]: Likewise.
17666         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
17667         (seek_collating_symbol_entry, lookup_collation_sequence_value):
17668         (build_range_exp, build_collating_symbol):
17669         Use K&R-style defn.
17670         (re_compile_fastmap): Use '\0' to memset, not 0.
17671         (utf8_sb_map): Make the calculations more obvious.
17672         (init_dfa, parse_bracket_exp, build_charclass_op):
17673         Call calloc and cast result, as glibc does.
17674         (init_word_char, fetch_token, peek_token, peek_token_bracket):
17675         (build_range_exp, build_collating_symbol):
17676         Now internal functions.
17677
17678         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
17679
17680         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
17681         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
17682         Don't depend on VMS; depend on __VMS instead, for POSIX
17683         namespace cleanness.
17684         (regoff_t): Define to ssize_t, not long int.
17685
17686         Remove the REG_ macros named below.  Instead, make the old names
17687         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
17688         __USE_GNU_REGEX.
17689         (REG_BACKSLASH_ESCAPE_IN_LISTS):
17690         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
17691         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
17692         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
17693         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
17694         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
17695         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
17696         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
17697         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
17698         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
17699         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
17700         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
17701         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
17702         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
17703         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
17704         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
17705         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
17706         (REG_NREGS):
17707         Remove.  All uses replaced by the old RE_* names.
17708         (RE_BACKSLASH_ESCAPE_IN_LISTS):
17709         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
17710         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
17711         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
17712         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
17713         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
17714         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
17715         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
17716         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
17717         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
17718         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
17719         Don't bother having these macros be independent of each others'
17720         values, since they no longer exist in the POSIX name space.
17721
17722         Rename the following member names back to their old names,
17723         unless !__USE_GNU_REGEX.  All uses changed back.
17724         (buffer): Renamed from re_buffer.
17725         (allocated): Renamed from re_allocated.
17726         (used): Renamed from re_used.
17727         (syntax): Renamed from re_syntax.
17728         (fastmap): Renamed from re_fastmap.
17729         (translate): Renamed from re_translate.
17730         (can_be_null): Renamed from re_can_be_null.
17731         (regs_allocated): Renamed from re_regs_allocated.
17732         (fastmap_accurate): Renamed from re_fastmap_accurate.
17733         (no_sub): Renamed from re_no_sub.
17734         (not_bol): Renamed from re_not_bol.
17735         (not_eol): Renamed from re_not_eol.
17736         (newline_anchor): Renamed from re_newline_anchor.
17737         (num_regs): Renamed from rm_num_regs.
17738         (start): Renamed from rm_start.
17739         (end): Renamed from rm_end.
17740
17741         (free_state): Move up a bit.
17742
17743         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
17744         #define to be empty.
17745         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
17746         when that is what is intended.
17747         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
17748         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
17749         (MAX): New macro.
17750         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
17751         All uses changed back to re_malloc, etc.  It's now the caller's
17752         responsibility to check for overflow; all callers changed.
17753         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
17754         (re_x2nrealloc): Remove.
17755         (free_state): Remove decl.
17756
17757         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
17758         (re_set_registers, re_exec):
17759         Use K&R-style defn.
17760
17761         2006-01-31  Roland McGrath  <roland@redhat.com>
17762
17763         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
17764         Reported by Mike Frysinger <vapier@gentoo.org>.
17765
17766         2006-01-15  Andreas Jaeger  <aj@suse.de>
17767
17768         [BZ #1950]
17769         * lib/regex_internal.c (re_string_reconstruct): Adjust for
17770         build_wcs_upper_buffer change.
17771         (build_wcs_upper_buffer): Change return type.
17772
17773         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
17774
17775         * lib/regex_internal.h: Include <stdint.h> if available.
17776
17777         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17778
17779         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17780
17781         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17782
17783         * lib/regcomp.c: Adjust for changed secondary hash function.
17784
17785         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17786
17787         * lib/regex.h: Pretty printing.
17788         Clean up namespace a bit.
17789
17790         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17791
17792         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17793         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17794
17795         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17796                     Ulrich Drepper  <drepper@redhat.com>
17797
17798         [BZ #1302]
17799         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17800         changed.
17801         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17802
17803         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17804
17805         [BZ #281]
17806         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17807         * lib/regcomp.c: Remove unnecessary uses of
17808         unsigned RE_TRANSLATE_TYPE.
17809         * lib/regex_internal.h: Likewise.
17810         * lib/regex_internal.c: Likewise.
17811         * lib/regexec.c: Likewise.
17812         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17813
17814         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17815
17816         * lib/regexec.c (find_recover_state): Remove unnecessary
17817         initialization.
17818         (transit_state_bkref): Make DFA a const pointer.
17819         (get_subexp): Likewise.
17820         (check_arrival): Likewise.
17821         (update_cur_sifted_state): Likewise.
17822         (re_search_internal): Likewise.
17823         (prune_impossible_nodes): Likewise.
17824         (acquire_init_state_context): Likewise.
17825         (proceed_next_node): Likewise.
17826         (set_regs): Likewise.
17827         (free_fail_stack_return): Likewise.
17828         (check_arrival_expand_ecl): Mark DFA parameter as const.
17829         (check_arrival_expand_ecl_sub): Likewise.
17830         (check_subexp_limits): Likewise.
17831         (sub_epsilon_src_nodes):  Likewise.
17832         (add_epsilon_src_nodes):  Likewise.
17833         (merge_state_array): Likewise.
17834         (update_regs): Likewise.
17835         (build_trtable): Likewise.
17836         (sift_states_backward): Mark MCTX parameter as const.
17837         (build_sifted_states): Likewise.
17838         (update_cur_sifted_state): Likewise.
17839         (sift_states_mkref): Likewise.
17840         (check_arrival_expand_ecl): Mark eclosure as const.
17841         (check_dst_limits_calc_pos_1): Likewise.
17842         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17843         pointer.
17844
17845         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17846
17847         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17848         (transit_state_sb): Likewise.
17849         (transit_state_mb): Likewise.
17850         (sift_states_iter_mb): Likewise.
17851         (check_arrival_add_next_nodes): Likewise.
17852         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17853         [_LIBC] (re_search_2_stub): Use mempcpy.
17854
17855         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17856         mbrtowc for very simple UTF-8 case.
17857
17858         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17859         a pointer-to-const.
17860         (re_acquire_state_context): Likewise.
17861         * lib/regex_internal.h: Adjust prototypes.
17862
17863         * lib/regex.c: Prevent using C++ compilers.
17864
17865         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17866         (re_acquire_state_context): Likewise.
17867
17868 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17869
17870         * modules/regex (Depends-on): Add ssize_t.
17871
17872 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17873
17874         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17875         translation table.
17876
17877 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17878
17879         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17880
17881 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17882             Bruno Haible  <bruno@clisp.org>
17883
17884         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17885         <sys/types.h> and <inttypes.h>.
17886
17887 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17888
17889         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17890         `__error_t_defined', so argp.h will not typedef the former.
17891
17892 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17893
17894         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17895         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17896         glibc names.  Even if glibc is changed to conform to POSIX, the
17897         traditional names will be available anyway, since regex depends on
17898         the extensions module.  Also, fix a longstanding typo in the
17899         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17900         reported by Emanuele Giaquinta.  Also, change sense of cached
17901         variable, so that the message makes sense.
17902
17903 2006-03-24  Simon Josefsson  <jas@extundo.com>
17904
17905         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17906         including some doc fixes.
17907         (base64_encode_alloc): Fix +1 bug on allocation failures.
17908
17909 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17910
17911         * lib/base64.c (base64_encode): Do not read past end of array with
17912         unsanitized input on systems with CHAR_BIT > 8.
17913
17914 2006-03-24  Eric Blake  <ebb9@byu.net>
17915
17916         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17917
17918 2006-03-22  Karl Berry  <karl@gnu.org>
17919
17920         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17921         * config/srclistvars.sh (COREUTILS): new var.
17922
17923 2006-03-17  Jim Meyering  <jim@meyering.net>
17924
17925         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17926         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17927
17928 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17929
17930         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17931         no longer needs it.  Instead, check that regoff_t is as least
17932         as wide as ptrdiff_t.
17933
17934         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17935         so that our regex.h stays compatible with the installed regex.
17936         This is helpful for installers who configure --without-included-regex.
17937         Problem reported by Emanuele Giaquinta.
17938
17939 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17940
17941         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17942         Typedef to long int, not to off_, as POSIX will likely change
17943         in that direction.
17944
17945 2006-03-15  Eric Blake  <ebb9@byu.net>
17946
17947         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17948
17949 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17950
17951         * lib/argp-help.c (validate_uparams): Fix typo
17952         * lib/argp-parse.c (argp_default_options): Consistently begin help
17953         messages with a lowercase letter.
17954
17955 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17956
17957         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17958         overrun buffers and shouldn't be used (much as gets shouldn't be
17959         used).
17960         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17961
17962 2006-03-08  Simon Josefsson  <jas@extundo.com>
17963
17964         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17965         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17966
17967 2006-03-08  Simon Josefsson  <jas@extundo.com>
17968
17969         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17970         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17971
17972 2006-03-08  Simon Josefsson  <jas@extundo.com>
17973
17974         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17975         signal that configure disabled the device.
17976
17977 2006-03-08  Simon Josefsson  <jas@extundo.com>
17978
17979         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17980         languages.
17981
17982 2006-03-07  Simon Josefsson  <jas@extundo.com>
17983
17984         * modules/getopt (Depends-on): Add unistd.
17985
17986         * modules/unistd: New file.
17987
17988 2006-03-07  Simon Josefsson  <jas@extundo.com>
17989
17990         * modules/gc-random: New file.
17991
17992 2006-03-07  Simon Josefsson  <jas@extundo.com>
17993
17994         * m4/unistd_h.m4: New file.
17995
17996 2006-03-07  Simon Josefsson  <jas@extundo.com>
17997
17998         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17999         test to be side-effect free by storing the result in the cache
18000         variable gl_cv_lib_readline, and moving the assignment of
18001         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
18002         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18003
18004 2006-03-07  Simon Josefsson  <jas@extundo.com>
18005
18006         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
18007         error on missing devices (the functions will return an error).
18008
18009         * m4/gc.m4: Move random stuff to gc-random.m4
18010
18011 2006-03-07  Simon Josefsson  <jas@extundo.com>
18012
18013         * lib/unistd_.h: New file.
18014
18015 2006-03-07  Simon Josefsson  <jas@extundo.com>
18016
18017         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
18018
18019 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
18020
18021         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
18022         Problem reported by Juan Manuel Guerrero.
18023
18024 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
18025
18026         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
18027         the unistd module.
18028         * lib/getlogin_r.c: Likewise.
18029         * lib/getlogin_r.h: Likewise.
18030         * lib/glob.c: Likewise.
18031         * lib/pagealign_alloc.c: Likewise.
18032         * lib/unistd_.h: Remove; no longer needed.
18033
18034 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
18035
18036         * MODULES.html.sh (Support for systems lacking POSIX:2001):
18037         Add unistd.
18038         * modules/c-stack (Depends-on): Add unistd.
18039         * modules/getlogin_r: Likewise.
18040         * modules/glob: Likewise.
18041         * modules/pagealign_alloc: Likewise.
18042         * modules/unistd (Files): Remove lib/unistd_.h.
18043         (EXTRA_DIST): Remove.
18044         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
18045         need unistd_.h.
18046         (MOSTLYCLEANFILES): Remove unistd.h-t.
18047
18048 2006-03-03  Simon Josefsson  <jas@extundo.com>
18049
18050         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
18051
18052 2006-03-03  Simon Josefsson  <jas@extundo.com>
18053
18054         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
18055         libidn and bison.
18056
18057 2006-03-03  Simon Josefsson  <jas@extundo.com>
18058
18059         * build-aux/maint.mk: Add indent target.
18060
18061 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
18062
18063         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
18064         our replacement poll.h in any case, to avoid a differing
18065         declaration from a system header.  Seen on AIX.
18066
18067 2006-03-01  Simon Josefsson  <jas@extundo.com>
18068
18069         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
18070         <kasal@ucw.cz>.
18071
18072 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18073
18074         * modules/gettime (Depends-on): Add extensions module.
18075         * modules/nanosleep (Depends-on): Likewise.
18076         * modules/settime (Depends-on): Likewise.
18077
18078 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18079
18080         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
18081         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
18082         pedantically.
18083         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18084         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
18085
18086         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
18087         not "==".  Reported by Ralf Wildenhues.
18088
18089 2006-03-01  Karl Berry  <karl@gnu.org>
18090
18091         * doc/Copyright/request-*: new files, synced from gnuorg.
18092
18093 2006-03-01  Karl Berry  <karl@gnu.org>
18094
18095         * config/srclist.txt (Copyright/*): new entries.
18096
18097 2006-02-28  Simon Josefsson  <jas@extundo.com>
18098
18099         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
18100
18101 2006-02-27  Simon Josefsson  <jas@extundo.com>
18102
18103         * lib/base64.h: Indent #define's.  From Jim Meyering
18104         <jim@meyering.net>.
18105
18106 2006-02-27  Jim Meyering  <jim@meyering.net>
18107
18108         Revert the change of 2006-02-24, so these files can continue
18109         to be sync'd from gettext.
18110         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
18111         of `config.h'.
18112
18113 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
18114
18115         * modules/intprops: New file.
18116         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
18117         Add intprops.
18118         * modules/getloadavg (Files): Remove lib/intprops.h.
18119         (Depends-on): Add intprops.
18120         * modules/human: Likewise.
18121         * modules/inttostr: Likewise.
18122         * modules/openat: Likewise.
18123         * modules/sig2str: Likewise.
18124         * modules/userspec: Likewise.
18125         * modules/utimecmp: Likewise.
18126         * modules/xnanosleep: Likewise.
18127         * modules/xstrtol: Likewise.
18128
18129 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
18130
18131         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
18132         * modules/lock-tests (TESTS): Use $(EXEEXT).
18133         * modules/tls-tests: Likewise.
18134         * modules/argp-tests: Likewise.
18135         (check_PROGRAMS): New var, replacing...
18136         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
18137
18138 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18139
18140         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
18141         `config.h'.
18142
18143 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
18144
18145         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
18146
18147 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18148
18149         Sync from coreutils.
18150         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
18151         gl_CHDIR_SAFER.
18152
18153 2006-02-22  Jim Meyering  <jim@meyering.net>
18154
18155         Sync from coreutils.
18156         * m4/chdir-safer.m4: New file.
18157
18158 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
18159
18160         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
18161         AT_FDCWD exceeds INT_MAX.
18162         * lib/openat.h (AT_FDCWD): Likewise.
18163
18164 2006-02-17  Eric Blake  <address@hidden>
18165
18166         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
18167
18168 2006-02-16  Simon Josefsson  <jas@extundo.com>
18169
18170         * modules/getaddrinfo (Depends-on): Add sys_socket.
18171
18172 2006-02-15  Simon Josefsson  <jas@extundo.com>
18173
18174         * build-aux/maint.mk: Add dsyntax-check rule.
18175
18176 2006-02-15  Eric Blake  <ebb9@byu.net>
18177
18178         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
18179         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
18180         'present but cannot compile' warnings on cygwin.
18181         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
18182         use ws2tcpip.h if sys/socket.h works.
18183         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
18184         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
18185
18186 2006-02-14  Simon Josefsson  <jas@extundo.com>
18187
18188         * modules/maintainer-makefile (Files): Rename.
18189
18190         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
18191         and (the local) Makefile.cfg to maint-cfg.mk.
18192
18193         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
18194         to the latter.
18195
18196         * modules/maintainer-makefile: New module.
18197
18198         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
18199         severaly stripped to make it possible to build it up from scratch
18200         with reliable tests.
18201
18202         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
18203         fixes to permit overriding the default actions when configure and
18204         makefile are not available.
18205
18206 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18207
18208         Sync from coreutils.
18209         * modules/lstat (Depends-on): Don't depend on xalloc.
18210         (License): Change from GPL to LGPL, since this is now simply a
18211         replacement for a libc function.
18212
18213 2006-02-14  Jim Meyering  <jim@meyering.net>
18214
18215         Sync from coreutils.
18216
18217         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
18218         failure on deficient systems, and simplify gnulib lgpl dependencies.
18219         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
18220         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
18221
18222         * lib/xalloc-die.c: Remove unused definition of N_.
18223
18224 2006-02-14  Jim Meyering  <jim@meyering.net>
18225
18226         Sync from coreutils.
18227         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
18228         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
18229         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
18230         double-quote uses of that variable, to accommodate the rare case in
18231         which getmntent is available in none of the libraries checked.  This
18232         happens at least on FreeBSD 5.0.
18233
18234 2006-02-13  Simon Josefsson  <jas@extundo.com>
18235
18236         * gnulib-tool (Usage): Fix --import, from
18237         karl@freefriends.org (Karl Berry).
18238
18239 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
18240
18241         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
18242
18243 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
18244
18245         * lib/argp-namefrob.h: Restore changes accidentally lost during the
18246         "autoupdate" on 2005-12-12.
18247
18248 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
18249
18250         * modules/closeout (Depends-on): Remove atexit.
18251
18252 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
18253
18254         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
18255         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
18256
18257 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
18258
18259         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
18260         __EXTENSIONS__ if this causes compilation to fail.  Problem
18261         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
18262         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
18263
18264 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
18265
18266         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
18267         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
18268         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
18269         All uses changed.
18270
18271 2006-01-26  Simon Josefsson  <jas@extundo.com>
18272
18273         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
18274         prototype is visible on mingw32.
18275
18276         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
18277         for mingw32.
18278
18279         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
18280         mingw32).
18281
18282 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
18283
18284         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
18285         attempt to open for write; this always fails, at least on POSIX
18286         hosts.  This reinstates the 2006-01-09 change, which was
18287         inadvertently removed.
18288
18289 2006-01-26  Bruno Haible  <bruno@clisp.org>
18290
18291         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
18292         Reported by Paul Eggert.
18293
18294 2006-01-26  Bruno Haible  <bruno@clisp.org>
18295             Paul Eggert  <eggert@cs.ucla.edu>
18296
18297         * lib/stdbool_.h (_Bool)
18298         [(! (defined __cplusplus || defined __BEOS__)
18299           && !defined __GNUC__
18300           && !(defined __HP_cc || defined __xlc__
18301                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
18302                || defined __sgi))]:
18303         #define to signed char in these cases too; this simplifies
18304         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
18305         etc., separately) and makes it more conservative.
18306
18307 2006-01-25  Simon Josefsson  <jas@extundo.com>
18308
18309         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
18310         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
18311         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
18312
18313 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
18314
18315         * lib/argp-namefrob.h: Bugfix. Remove stray #
18316
18317 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
18318
18319         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
18320         so that we test the test.
18321         Check for yet another HP-UX cc bug involving *bool |= bool.
18322
18323 2006-01-25  Karl Berry  <karl@gnu.org>
18324
18325         * config/srclist.txt (vasnprintf.c): sync lost.
18326
18327 2006-01-25  Jim Meyering  <jim@meyering.net>
18328
18329         Sync from the stable (b5) branch of coreutils:
18330
18331         * lib/fts.c (fts_children): Don't let close() clobber errno from
18332         failed fchdir().
18333
18334         * lib/fts.c (fts_stat): When following a symlink-to-directory,
18335         don't necessarily interpret stat-fails+lstat-succeeds as indicating
18336         a dangling symlink.  That can also happen at least for ELOOP.
18337         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
18338         FYI, this bug predates the inclusion of fts.c in coreutils.
18339
18340         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
18341         in their own block, so pre-c99 compilers don't object.
18342
18343         Avoid the double-free (first in fts_read, second in fts_close) that
18344         would occur when an `active' directory is made inaccessible (e.g.,
18345         via chmod a-x) during a traversal.
18346         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18347         before returning.  Reproduce this failure by
18348         mkdir -p a/b; cd a; chmod a-x . b
18349         Reported by Stavros Passas.
18350
18351 2006-01-25  Jim Meyering  <jim@meyering.net>
18352
18353         * lib/fileblocks.c: Remove more useless parentheses.
18354         * lib/readutmp.h: Likewise.
18355
18356 2006-01-25  Bruno Haible  <bruno@clisp.org>
18357
18358         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
18359         warnings.
18360         Reported by Paul Eggert.
18361
18362 2006-01-25  Bruno Haible  <bruno@clisp.org>
18363
18364         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
18365         rid of a trap command. For Solaris sh.
18366         Reported by Mark D. Baushke <mdb@gnu.org>.
18367
18368 2006-01-24  Simon Josefsson  <jas@extundo.com>
18369
18370         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
18371         Bruno.
18372
18373 2006-01-24  Karl Berry  <karl@gnu.org>
18374
18375         * config/srclist.txt (argp-namefrob.h): sync lost.
18376
18377 2006-01-24  Jim Meyering  <jim@meyering.net>
18378
18379         * modules/openat (Files): Add lib/intprops.h.
18380         From Mark D. Baushke.
18381
18382 2006-01-24  Jim Meyering  <jim@meyering.net>
18383
18384         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
18385         Reported by Mark D. Baushke.
18386
18387 2006-01-24  Jim Meyering  <jim@meyering.net>
18388
18389         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
18390
18391 2006-01-24  Bruno Haible  <bruno@clisp.org>
18392
18393         * modules/strnlen (Maintainer): Change from glibc to all.
18394
18395 2006-01-24  Bruno Haible  <bruno@clisp.org>
18396
18397         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
18398         Patch by Paul Eggert.
18399
18400 2006-01-24  Bruno Haible  <bruno@clisp.org>
18401
18402         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
18403         already has it.
18404         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
18405         2005-11-26.
18406
18407         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
18408         'signed char' to avoid problems with the built-in _Bool type.
18409         Reported by Paul Eggert on 2005-11-26.
18410
18411 2006-01-24  Bruno Haible  <bruno@clisp.org>
18412
18413         * gnulib-tool (func_import): Avoid constructing complicated sed
18414         expressions inside backquote.
18415         Report and solution by Mark D. Baushke <mdb@gnu.org>.
18416
18417 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
18418
18419         These changes imported from libc.
18420         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
18421         test and two separate function calls.
18422         * lib/strndup.c (__strndup): Add libc_hidden_def.
18423
18424 2006-01-23  Simon Josefsson  <jas@extundo.com>
18425
18426         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
18427         Remove the test_*_SOURCES variable: automake infers it by default.
18428         * modules/tls-tests: Likewise.
18429
18430 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         Work around porting bugs reported by Dieter in
18433         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
18434         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
18435         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
18436         Include "getopt.h" first, to check interface.
18437         (getenv): Declare only if defined HAVE_DECL_GETENV &&
18438         !HAVE_DECL_GETENV.
18439         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
18440         (__strndup): Revert to K&R-style function dfns, the glibc style.
18441         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
18442         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
18443         Include strnlen.h first, to get prototype properly.
18444         (strnlen): Renamed from __strnlen.
18445         Remove weak alias.
18446
18447 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18448
18449         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
18450
18451 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18452
18453         * config/srclist.txt: Adjust to reflect glibc reorganization.
18454         This affects only comments.
18455
18456 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18457
18458          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
18459          Reported by Bruce Korb <bkorb@gnu.org>.
18460
18461 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18462
18463         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
18464         to pacify gcc -Wswitch-default.
18465
18466 2006-01-22  Bruno Haible  <bruno@clisp.org>
18467
18468         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
18469         temporary buffer for sprintf, take into account the precision also
18470         for 'd', 'i', 'u', 'o', 'x', 'X'.
18471
18472 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18473
18474         * modules/argp-tests: New module
18475         * tests/test-argp.c: New file
18476         * tests/test-argp-2.sh: New file
18477
18478 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18479
18480         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
18481         (__argp_base_name): Removed
18482         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
18483         typo.
18484         (__argp_base_name): Provide macro definition or extern declaration
18485         depending on the configuration
18486
18487 2006-01-20  Simon Josefsson  <jas@extundo.com>
18488
18489         * modules/inet_ntop (Depends-on): Depend on sys_socket.
18490
18491 2006-01-20  Simon Josefsson  <jas@extundo.com>
18492
18493         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
18494
18495 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18496
18497         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
18498         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
18499         Suggested by Bruno Haible.
18500
18501 2006-01-20  Karl Berry  <karl@gnu.org>
18502
18503         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
18504         until changes propagate, I guess.
18505
18506 2006-01-19  Simon Josefsson  <jas@extundo.com>
18507
18508         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
18509
18510 2006-01-19  Simon Josefsson  <jas@extundo.com>
18511
18512         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
18513
18514 2006-01-19  Simon Josefsson  <jas@extundo.com>
18515
18516         * gnulib-tool: Set check_PROGRAMS.
18517
18518         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18519         modules/des-tests, modules/gc-arcfour-tests,
18520         modules/gc-arctwo-tests, modules/gc-des-tests,
18521         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18522         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18523         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18524         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18525         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18526         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
18527         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
18528         test_*_SOURCES.
18529
18530 2006-01-18  Simon Josefsson  <jas@extundo.com>
18531
18532         * modules/socklen (Depends-on): Depend on sys_socket.
18533
18534 2006-01-18  Simon Josefsson  <jas@extundo.com>
18535
18536         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18537         modules/des-tests, modules/gc-arcfour-tests,
18538         modules/gc-arctwo-tests, modules/gc-des-tests,
18539         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18540         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18541         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18542         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18543         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18544         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
18545         $(EXEEXT) to automake TESTS variable, for mingw32.
18546
18547 2006-01-17  Simon Josefsson  <jas@extundo.com>
18548
18549         * modules/socklen (Include): Need sys/socket.h.
18550
18551 2006-01-17  Bruno Haible  <bruno@clisp.org>
18552
18553         * modules/ssize_t (Include): Add <sys/types.h>.
18554
18555 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
18556
18557         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
18558         it's not portable and it doesn't work with cross-compiles.
18559         Problem reported by Bruno Haible.  Fix missing-$ typo in
18560         'test "gl_cv_ignore_unused_libraries" ...' that prevented
18561         -zignore from being used with Sun's C compiler.
18562
18563 2006-01-12  Simon Josefsson  <jas@extundo.com>
18564
18565         * lib/base64.c: Fix warning, reported by Bruno Haible
18566         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
18567
18568 2006-01-12  Bruno Haible  <bruno@clisp.org>
18569
18570         * modules/ldd: New file.
18571         * build-aux/ldd.sh.in: New file.
18572         * MODULES.html.sh (Support for building libraries and executables): Add
18573         ldd.
18574
18575 2006-01-12  Bruno Haible  <bruno@clisp.org>
18576
18577         * m4/ldd.m4: New file.
18578
18579 2006-01-12  Bruno Haible  <bruno@clisp.org>
18580
18581         * gnulib-tool (func_import, func_create_testdir): Don't go into an
18582         endless loop while replacing $auxdir with build-aux.
18583
18584 2006-01-11  Simon Josefsson  <jas@extundo.com>
18585
18586         * lib/stdint_.h (SIZE_MAX): Add missing (.
18587
18588 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
18589
18590         Sync from coreutils.
18591         * lib/md5.c: Fix commentary typos.
18592         (alignof, UNALIGNED_P): No need for a GCC-specific version.
18593         * lib/md5.h (__attribute__): Remove; unused.
18594         * lib/sha1.c: Fix commentary to match md5 better.
18595         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
18596         so that we don't need to worry about alignment.  All uses changed.
18597         This merges the 2005-10-28 md5 change into sha1.
18598
18599 2006-01-11  Jim Meyering  <jim@meyering.net>
18600
18601         Sync from coreutils.
18602         * lib/md5.c (OP): Fix spacing.
18603
18604 2006-01-11  Bruno Haible  <bruno@clisp.org>
18605
18606         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18607         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
18608         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
18609
18610 2006-01-11  Bruno Haible  <bruno@clisp.org>
18611
18612         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18613         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
18614         the "early" section as well.
18615
18616 2006-01-11  Bruno Haible  <bruno@clisp.org>
18617
18618         Avoid "ar: no archive members specified" error on MacOS X.
18619         * gnulib-tool (func_modules_add_dummy): New function.
18620         (func_import, func_create_testdir): Invoke it.
18621
18622 2006-01-11  Bruno Haible  <bruno@clisp.org>
18623
18624         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
18625         with $auxdir in AC_CONFIG_FILES statements.
18626
18627 2006-01-11  Bruno Haible  <bruno@clisp.org>
18628
18629         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18630         Initialize also noinst_HEADERS to empty.
18631
18632 2006-01-11  Bruno Haible  <bruno@clisp.org>
18633
18634         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
18635         variables.
18636         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
18637         autoreconf.
18638
18639 2006-01-11  Bruno Haible  <bruno@clisp.org>
18640
18641         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
18642         overridable by the user.
18643         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18644
18645 2006-01-10  Simon Josefsson  <jas@extundo.com>
18646
18647         * modules/sys_socket: New file.
18648
18649 2006-01-10  Simon Josefsson  <jas@extundo.com>
18650
18651         * m4/sys_socket_h.m4: New file.
18652
18653 2006-01-10  Simon Josefsson  <jas@extundo.com>
18654
18655         * lib/socket_.h: New file.
18656
18657 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18658
18659         * modules/readutmp (Maintainer): Add myself.
18660
18661 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18662
18663         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
18664         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
18665         People who are still concerned with buggy memcmp implementations
18666         can invoke gl_FUNC_MEMCMP themselves.
18667
18668 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         * lib/regex_internal.h (BITSET_WORD_BITS):
18671         Work around a bug in 64-bit PGC (before version 6.1-2), where the
18672         preprocessor mishandles large unsigned values as if they were signed.
18673         Problem reported by Claudio Fontana in
18674         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
18675
18676 2006-01-10  Jim Meyering  <jim@meyering.net>
18677
18678         Avoid the double-free (first in fts_read, second in fts_close) that
18679         would occur when an `active' directory is made inaccessible (e.g.,
18680         via chmod a-x) during a traversal.
18681         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18682         before returning.  Reproduce this failure by
18683         mkdir -p a/b; cd a; chmod a-x . b
18684         Reported by Stavros Passas.
18685
18686         Sync from coreutils.
18687         * lib/sha1.c: Tweak grammar in a comment.
18688
18689 2006-01-10  Jim Meyering  <jim@meyering.net>
18690
18691         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
18692         Patch by Joerg Sonnenberger.
18693
18694 2006-01-10  Bruno Haible  <bruno@clisp.org>
18695
18696         * modules/readutmp: Depend on module free.
18697         * modules/strtok_r: Depend on module restrict.
18698
18699 2006-01-10  Bruno Haible  <bruno@clisp.org>
18700
18701         * modules/gettext (configure.ac): Add an invocation of
18702         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
18703
18704 2006-01-10  Bruno Haible  <bruno@clisp.org>
18705
18706         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
18707         Reported by Werner Lemberg <wl@gnu.org>.
18708
18709 2006-01-10  Bruno Haible  <bruno@clisp.org>
18710
18711         * lib/localcharset.c: Update from GNU gettext.
18712
18713 2006-01-10  Bruno Haible  <bruno@clisp.org>
18714
18715         * lib/argp.h (__const): Remove macro. Use const instead.
18716         * lib/argp-fmtstream.h (__const): Likewise.
18717         * lib/glob_.h (__const): Remove macro.
18718         * lib/glob-libc.h: Use const instead of __const.
18719
18720 2006-01-10  Bruno Haible  <bruno@clisp.org>
18721
18722         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
18723         variable.
18724         Needed to avoid an automake error regarding the 'gettext' module.
18725
18726 2006-01-09  Simon Josefsson  <jas@extundo.com>
18727
18728         * modules/inet_ntop (Depends-on): Add restrict.
18729
18730 2006-01-09  Simon Josefsson  <jas@extundo.com>
18731
18732         * modules/gc-rijndael-tests (License): Put under LGPL.
18733
18734         * modules/gc-des-tests (License): Likewise.
18735
18736         * modules/gc-arcfour-tests (License): Likewise.
18737
18738         * modules/gc-arctwo-tests (License): Likewise.
18739
18740         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
18741
18742         * modules/gc-hmac-sha1-tests (Files): Likewise.
18743
18744         * modules/gc-hmac-md5-tests (License): Likewise.
18745
18746         * modules/gc-sha1-tests (License): Likewise.
18747
18748         * modules/gc-md5-tests (License): Likewise.
18749
18750         * modules/gc-md4-tests (License): Likewise.
18751
18752         * modules/gc-md2-tests (License): Likewise.
18753
18754         * modules/gc-tests (License): Likewise.
18755
18756         * modules/des-tests (License): Likewise.
18757
18758         * modules/md4-tests (License): Likewise.
18759
18760         * modules/md2-tests (License): Likewise.
18761
18762 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18763
18764         Sync from coreutils:
18765
18766         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
18767         * modules/lib-ignore: New file.
18768         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
18769         chdir-safer.m4, lchmod.m4.
18770         * modules/openat: Add mkdirat.c, openat-priv.h.
18771
18772 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18773
18774         Sync from coreutils.
18775         * m4/lib-ignore.m4: New file.
18776         * m4/lchmod.m4: New file.
18777
18778 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18779
18780         Sync from coreutils.
18781         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18782         for write access: POSIX says that must fail.
18783         * lib/fts.c (diropen): Likewise.
18784         * lib/save-cwd.c (save_cwd): Likewise.
18785         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18786         well, for minor improvements on hosts that lack O_DIRECTORY.
18787         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18788         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18789         Fall back on chown if open failed with EACCES.
18790
18791         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18792         Report an error at compile-time if only a 1-second nominal clock
18793         resolution is found.
18794
18795         * lib/lchmod.h: New file.
18796         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18797         (make_dir_parents): Use lchown rather than chown, and
18798         lchmod rather than chmod.
18799
18800         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18801         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18802         "proc" reported by n0dalus.
18803
18804         * lib/mountlist.c: Include <limits.h>.
18805         (dev_from_mount_options)
18806         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18807         New function.  It no longer assumes "dev=" has the System V meaning
18808         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18809         (read_file_system_list)
18810         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18811         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18812         dev= in that case.
18813
18814         * lib/posixtm.h (PDS_PRE_2000): New macro.
18815         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18816         allow_century.  All usages changed.  Reject dates outside the range
18817         1969-1999 if PDS_PRE_2000 is used.
18818
18819 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18820
18821         Sync from coreutils.
18822         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18823         (Time of day items): Mention the possibility of leap seconds.
18824         Problem reported by Dr. David Alan Gilbert.
18825
18826 2006-01-09  Jim Meyering  <jim@meyering.net>
18827
18828         Sync from coreutils.
18829
18830         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18831
18832         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18833
18834         * lib/modechange.c (mode_compile): Reject an invalid mode string
18835         that starts with an octal digit.  From Andreas Gruenbacher.
18836
18837         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18838         and dup to open_safer and dup_safer, respectively.
18839         (openat_permissive): Fix typo in comment.
18840
18841         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18842         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18843         (_): Remove; no longer needed.
18844         (openat): Renamed from rpl_openat; no need for rpl_openat
18845         since openat.h renames openat for us.
18846         Replace most of the body with a call to openat_permissive,
18847         to avoid duplicate code.
18848         Port to (probably hypothetical) environments were mode_t is
18849         wider than int.
18850         (openat_permissive): Require mode arg, so that we can check
18851         types better.  Put it just after flags.  Change cwd failure
18852         indicator from pointer-to-bool to pointer-to-errno-value.
18853         All callers changed.
18854         Invoke openat_save_fail and/or openat_restore_fail if
18855         cwd_errno is null, so that openat can call us.
18856         (openat_permissive, fdopendir, fstatat, unlinkat):
18857         Simplify errno handling to avoid some duplicate code,
18858         as it's OK to set errno on success.
18859         * lib/openat.h: Revamp code so that function macros depend on
18860         __OPENAT_PREFIX only, not also on AT_FDCWD.
18861         (openat_ro): Remove.  Caller changed to use openat_permissive.
18862         (openat_permissive): Now a macro, if not a function.
18863         (openat_restore_fail, openat_save_fail): Now always functions,
18864         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18865
18866         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18867         and openat.c.
18868         * lib/mkdirat.c: Include openat-priv.h.
18869         Remove definitions of macros defined therein.
18870         * lib/openat.c: Likewise.
18871
18872         * lib/mkdirat.c (mkdirat): New file and function.
18873         * lib/openat.h (mkdirat): Declare.
18874
18875         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18876
18877         * lib/openat.h (openat_permissive): Declare.
18878         (openat_ro): Define.
18879
18880         * lib/openat.c (EXPECTED_ERRNO): New macro.
18881         (openat_permissive): New function -- used in remove.c rewrite.
18882         (all functions): Set errno just before returning, only if there
18883         was an actual failure.
18884         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18885
18886         Emulate openat-family functions using Linux's procfs, if possible.
18887         Idea and some code based on Ulrich Drepper's glibc changes.
18888
18889         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18890         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18891         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18892         before falling back on save_cwd and restore_cwd.
18893         (fdopendir, fstatat, unlinkat): Likewise.
18894
18895         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18896         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18897
18898         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18899         as second argument to va_arg.  Otherwise, some versions of gcc
18900         warn that `if this code is reached, the program will abort'.
18901
18902 2006-01-09  Jim Meyering  <jim@meyering.net>
18903
18904         Sync from coreutils.
18905         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18906         Require openat-priv.h.
18907
18908 2006-01-09  Bruno Haible  <bruno@clisp.org>
18909
18910         * modules/strnlen (Include): Use strnlen.h.
18911
18912 2006-01-09  Bruno Haible  <bruno@clisp.org>
18913
18914         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18915
18916 2006-01-09  Bruno Haible  <bruno@clisp.org>
18917
18918         * lib/sysexit_.h (EX_OK): New macro.
18919         Suggested by Martin Lambers <marlam@marlam.de>.
18920
18921 2006-01-09  Bruno Haible  <bruno@clisp.org>
18922
18923         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18924         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18925
18926 2006-01-09  Bruno Haible  <bruno@clisp.org>
18927
18928         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18929         numbers.
18930
18931 2006-01-09  Bruno Haible  <bruno@clisp.org>
18932
18933         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18934         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18935         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18936         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18937
18938 2006-01-09  Bruno Haible  <bruno@clisp.org>
18939
18940         * build-aux/javacomp.sh.in: New file, moved from lib/.
18941         * modules/javacomp-script (Files): Update.
18942         (configure.ac): Add AC_CONFIG_FILES invocation.
18943         (EXTRA_DIST): Remove variable.
18944
18945         * build-aux/javaexec.sh.in: New file, moved from lib/.
18946         * modules/javaexec (Files): Update.
18947         (configure.ac): Add AC_CONFIG_FILES invocation.
18948         (EXTRA_DIST): Remove javaexec.sh.in.
18949
18950         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18951         * modules/csharpcomp-script (Files): Update.
18952         (configure.ac): Add AC_CONFIG_FILES invocation.
18953         (EXTRA_DIST): Remove variable.
18954
18955         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18956         * modules/csharpexec (Files): Update.
18957         (configure.ac): Add AC_CONFIG_FILES invocation.
18958         (EXTRA_DIST): Remove csharpexec.sh.in.
18959
18960 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18961
18962         Sync from coreutils.
18963
18964         Add POSIX ACL support
18965         * lib/acl.h (copy_acl, set_acl): Add declarations.
18966         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18967         systems other than Linux.
18968         (chmod_or_fchmod): New function: use fchmod when possible,
18969         and chmod otherwise.
18970         (file_has_acl): Add a POSIX ACL implementation, with a
18971         Linux-specific subcase.
18972         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18973         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18974         acls are unsupported.
18975         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18976         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18977         are unsupported.
18978
18979 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18980
18981         Sync from coreutils.
18982         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18983
18984 2006-01-07  Bruno Haible  <bruno@clisp.org>
18985
18986         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18987         gl_EARLY.
18988
18989 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18990
18991         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18992         Problem reported for Mingw by Mark Junker.
18993
18994 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18995
18996         * README: Gnulib normally doesn't generate a tarball.
18997
18998 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
19001         long int, not int, for nanosecond counts, so that people who are
19002         used to POSIX struct timespec won't be surprised.  Reported by Jim
19003         Meyering.
19004
19005 2005-12-28  Bruno Haible  <bruno@clisp.org>
19006
19007         * build-aux/config.rpath: Update from GNU gettext.
19008
19009 2005-12-16  Jim Meyering  <jim@meyering.net>
19010
19011         * modules/fprintftime: New module.
19012         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
19013
19014 2005-12-16  Jim Meyering  <jim@meyering.net>
19015
19016         * m4/fprintftime.m4: New file.
19017
19018 2005-12-16  Jim Meyering  <jim@meyering.net>
19019
19020         * lib/fprintftime.c, lib/fprintftime.h: New files.
19021
19022 2005-12-15  Simon Josefsson  <jas@extundo.com>
19023
19024         * modules/socklen (configure.ac): Fix M4 macro name, to align with
19025         new m4/socklen.m4.
19026
19027 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19028
19029         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
19030         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
19031
19032 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19033
19034         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
19035         * lib/argp-help.c (fill_in_uparams): Check if the constructed
19036         struct uparams is valid. Fall back to the default values if it is
19037         not.
19038
19039 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19040
19041         * modules/argp (Files): Add argp-pin.c
19042         (Depends-on): dirname
19043         (lib_SOURCES): Add argp-pin.c
19044
19045 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19046
19047         * m4/argp.m4:  Check if program_invocation_name and
19048         program_invocation_short_name are declared and define appropriate
19049         macros if they are not.
19050
19051 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19052
19053         * lib/argp-help.c (__argp_base_name): New function
19054         (__argp_short_program_name): Rewrite using __argp_base_name
19055         * lib/argp-namefrob.h: Define program_invocation_name and
19056         program_invocation_short_name if requested
19057         (__argp_base_name): Add prototype
19058         * lib/argp-parse.c (argp_def): Use gettext wrappers
19059         (argp_default_parser): Use __argp_base_name
19060         * lib/argp-pin.c: New file. Defines program_invocation_name and
19061         program_invocation_short_name on systems that lack them.
19062
19063 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
19064
19065         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
19066         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
19067         porting problem reported by Georg Schwarz in
19068         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
19069
19070 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
19071
19072         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
19073         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
19074         porting problem reported by Georg Schwarz in
19075         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
19076
19077 2005-12-05  Bruno Haible  <bruno@clisp.org>
19078
19079         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
19080         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
19081         Reported by Mark Junker <mjscod@gmx.de>.
19082
19083 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
19084
19085         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
19086         Use implementation from Albert Chin, with some
19087         comments/corrections by Stepan Kasal and myself.
19088
19089 2005-12-02  Bruno Haible  <bruno@clisp.org>
19090
19091         * gnulib-tool (func_import): Accept GPLed build tool modules when
19092         --lgpl is given.
19093         * modules/csharpcomp-script: New file.
19094         * modules/csharpcomp: Depend on it.
19095         * modules/javacomp-script: New file.
19096         * modules/javacomp: Depend on it.
19097         Suggested by Simon Josefsson.
19098
19099 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
19100
19101         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
19102         statement, to work around an HP-UX 10.20 compiler bug reported by
19103         Peter O'Gorman.
19104
19105 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
19106
19107         * modules/savedir (Depends-on): Add openat.
19108
19109 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
19110
19111         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
19112         (uintmax_t) [defined uintmax_t]: Do not declare.
19113         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
19114         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
19115         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
19116         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
19117         sake of portability to weird hosts that C allows (though we don't
19118         know of any practical examples).
19119
19120         * lib/savedir.h (fdsavedir): New decl.
19121         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
19122         contains most of the former guts of savedir.
19123         (savedir): Use savedirstream.
19124         Include "openat.h".
19125
19126 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19127
19128         * modules/obstack (Files): Add m4/ulonglong.m4.
19129         Problem reported by Davide Angelocola.
19130
19131 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
19132
19133         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
19134         coreutils no longer futzes with rounding modes.
19135
19136 2005-11-14  Jim Meyering  <jim@meyering.net>
19137
19138         * lib/mkstemp-safer.c: Include <config.h>, required for possible
19139         replacement of mkstemp.
19140
19141 2005-11-10  Simon Josefsson  <jas@extundo.com>
19142
19143         * lib/readline.c: Remove EOL.
19144
19145 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19146
19147         * modules/gethrxtime (Depends-on): Add gettime.
19148
19149 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19150
19151         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
19152         or gettimeofday; no longer needed.
19153
19154 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19155
19156         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
19157         time business.
19158         (gethrxtime) [! (HAVE_NANOUPTIME
19159         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
19160         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
19161         our own approximation.
19162
19163 2005-11-08  Eric Blake  <ebb9@byu.net>
19164
19165         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
19166
19167 2005-11-08  Eric Blake  <ebb9@byu.net>
19168
19169         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
19170
19171 2005-11-04  Bruno Haible  <bruno@clisp.org>
19172
19173         * gnulib-tool: Implement --update mode.
19174
19175 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19176
19177         Fix porting problem reported by Theodoros V. Kalamatianos.
19178         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
19179         Don't assume that futimes failing means we must fail.
19180
19181 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19182
19183         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
19184         variables to suggest the intended function of the PATH_MAX check.
19185
19186 2005-10-30  Kean Johnston  <jkj@sco.com>
19187
19188         Trivial changes to support SCO systems.
19189         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
19190         as PATH_MAX.
19191         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
19192         where __ptr is null when no I/O is pending.
19193
19194 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19195
19196         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
19197         leave errno alone.  Problem reported by Dmitry V. Levin.
19198
19199 2005-10-28  Simon Josefsson  <jas@extundo.com>
19200
19201         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
19202         Test more.
19203
19204         * tests/test-gc-md2.c, tests/test-md2.c: New files.
19205
19206         * modules/md2, modules/md2-tests: New files.
19207
19208 2005-10-28  Simon Josefsson  <jas@extundo.com>
19209
19210         * m4/inet_ntop.m4: More tests.
19211
19212         * m4/gc-md2.m4, md2.m4: New file.
19213
19214 2005-10-28  Simon Josefsson  <jas@extundo.com>
19215
19216         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
19217         "restrict" keywords, as per POSIX.  Protect the function
19218         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
19219         Don't use K&R prototypes.  Check the sprintf return values.
19220         Re-define EAFNOSUPPORT if not present.  Indent.
19221
19222         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
19223         suggested by Bruno Haible <bruno@clisp.org>.
19224
19225         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
19226
19227         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
19228
19229         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
19230         libgcrypt).
19231
19232         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
19233
19234         * lib/md2.h, lib/md2.c: New files.
19235
19236 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
19237
19238         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
19239         errno alone.  Problem reported by Frederic Jolliton.
19240
19241 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
19242
19243         * modules/verify (License): Change from GPL to LGPL.  This is a
19244         tiny module and there are apparently near-equivalents that are
19245         under the BSD license.
19246
19247 2005-10-24  Simon Josefsson  <jas@extundo.com>
19248
19249         * modules/sha1: Relicense to LGPL.
19250
19251 2005-10-24  Simon Josefsson  <jas@extundo.com>
19252
19253         * lib/md4.h: Shrink buffer size, now that we changed the type.
19254
19255 2005-10-23  Simon Josefsson  <jas@extundo.com>
19256
19257         * gnulib-tool (func_import): Fix --tests-base.
19258
19259 2005-10-22  Simon Josefsson  <jas@extundo.com>
19260
19261         * modules/arcfour (Depends-on): Need stdint.
19262
19263 2005-10-22  Simon Josefsson  <jas@extundo.com>
19264
19265         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
19266         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
19267
19268 2005-10-22  Simon Josefsson  <jas@extundo.com>
19269
19270         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
19271         suggested by Bruno Haible <bruno@clisp.org>.
19272
19273 2005-10-22  Simon Josefsson  <jas@extundo.com>
19274
19275         * lib/crc.h: Include stddef.h, for size_t.
19276
19277 2005-10-22  Simon Josefsson  <jas@extundo.com>
19278
19279         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
19280         arcfour_context struct (simplify test vector testing in GNU
19281         Shishi).
19282
19283 2005-10-21  Simon Josefsson  <jas@extundo.com>
19284
19285         * modules/des, modules/des-tests: New files.
19286
19287         * modules/gc-des, modules/gc-des-tests: New files.
19288
19289         * tests/test-des.c, tests/test-gc-des.c: New file.
19290
19291 2005-10-21  Simon Josefsson  <jas@extundo.com>
19292
19293         * modules/arctwo, modules/arctwo-tests: New files.
19294
19295         * tests/test-arctwo.c: New file.
19296
19297         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
19298
19299         * tests/test-gc-arctwo.c: New file.
19300
19301 2005-10-21  Simon Josefsson  <jas@extundo.com>
19302
19303         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
19304         Bruno Haible <bruno@clisp.org>.
19305
19306         * m4/gc-des.m4: New file.
19307
19308 2005-10-21  Simon Josefsson  <jas@extundo.com>
19309
19310         * m4/arctwo.m4: New file.
19311
19312         * m4/gc-arctwo.m4: New file.
19313
19314 2005-10-21  Simon Josefsson  <jas@extundo.com>
19315
19316         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
19317         block.
19318
19319 2005-10-21  Simon Josefsson  <jas@extundo.com>
19320
19321         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
19322         <bruno@clisp.org>.
19323
19324         * lib/hmac-sha1.c (hmac_sha1): Likewise.
19325
19326         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
19327         Bruno Haible <bruno@clisp.org>.
19328
19329         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
19330         <bruno@clisp.org>.
19331
19332 2005-10-21  Simon Josefsson  <jas@extundo.com>
19333
19334         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
19335
19336 2005-10-21  Simon Josefsson  <jas@extundo.com>
19337
19338         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
19339
19340 2005-10-21  Simon Josefsson  <jas@extundo.com>
19341
19342         * lib/des.h, lib/des.c: New files.
19343
19344         * lib/gc-gnulib.c: Support DES.c
19345
19346 2005-10-21  Simon Josefsson  <jas@extundo.com>
19347
19348         * lib/arctwo.h, lib/arctwo.c: New files.
19349
19350         * lib/gc-gnulib.c: Support ARCTWO.
19351
19352 2005-10-21  Simon Josefsson  <jas@extundo.com>
19353
19354         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
19355         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19356
19357 2005-10-21  Simon Josefsson  <jas@extundo.com>
19358
19359         * gnulib-tool (func_import, func_create_testdir): Define automake
19360         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
19361         Makefile.am snippet),
19362         suggested by Bruno Haible <bruno@clisp.org>.
19363
19364         * modules/gc (Makefile.am): Use it.
19365
19366 2005-10-21  Bruno Haible  <bruno@clisp.org>
19367
19368         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
19369         patch.
19370
19371 2005-10-19  Simon Josefsson  <jas@extundo.com>
19372
19373         * tests/test-gc-rijndael.c: New file.
19374
19375         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
19376
19377 2005-10-19  Simon Josefsson  <jas@extundo.com>
19378
19379         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
19380         interface too.
19381
19382 2005-10-19  Simon Josefsson  <jas@extundo.com>
19383
19384         * tests/test-gc-arcfour.c: New file.
19385
19386         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
19387
19388 2005-10-19  Simon Josefsson  <jas@extundo.com>
19389
19390         * modules/gc-md4, modules/gc-md4-tests: New file.
19391
19392         * tests/test-gc-md4.c: New file.
19393
19394 2005-10-19  Simon Josefsson  <jas@extundo.com>
19395
19396         * m4/gc-md4.m4: New file.
19397
19398 2005-10-19  Simon Josefsson  <jas@extundo.com>
19399
19400         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
19401         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
19402         <kasal@ucw.cz>.
19403
19404 2005-10-19  Simon Josefsson  <jas@extundo.com>
19405
19406         * m4/gc-arcfour.m4: New file.
19407
19408         * m4/gc-rijndael.m4: New file.
19409
19410 2005-10-19  Simon Josefsson  <jas@extundo.com>
19411
19412         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
19413
19414 2005-10-19  Simon Josefsson  <jas@extundo.com>
19415
19416         * lib/gc-gnulib.c: Support ARCFOUR.
19417
19418 2005-10-19  Simon Josefsson  <jas@extundo.com>
19419
19420         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
19421         support.
19422
19423         * lib/gc.h: Add ECB enum type.
19424
19425         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
19426
19427 2005-10-18  Simon Josefsson  <jas@extundo.com>
19428
19429         * tests/test-md5.c: New file.
19430
19431         * modules/md5-tests: New file.
19432
19433 2005-10-18  Simon Josefsson  <jas@extundo.com>
19434
19435         * tests/test-md4.c: New file.
19436
19437         * modules/md4, modules/md4-tests: New files.
19438
19439 2005-10-18  Simon Josefsson  <jas@extundo.com>
19440
19441         * m4/md4.m4: New file.
19442
19443 2005-10-18  Simon Josefsson  <jas@extundo.com>
19444
19445         * lib/md4.h, lib/md4.c: New files, based on md5.?.
19446
19447 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
19448
19449         * gnulib-tool (func_create_testdir): Omit the second check whether
19450         BUILT_SOURCES in nonempty.
19451
19452 2005-10-17  Simon Josefsson  <jas@extundo.com>
19453
19454         * tests/test-rijndael.c: New file.
19455
19456 2005-10-17  Simon Josefsson  <jas@extundo.com>
19457
19458         * modules/sha1: Depend on stdint instead of md5.
19459
19460         * modules/md5: Depend on stdint, remove uint32_t.
19461
19462 2005-10-17  Simon Josefsson  <jas@extundo.com>
19463
19464         * modules/gc-sha1-tests: New file.
19465
19466         * tests/test-gc-sha1.c: New file.
19467
19468 2005-10-17  Simon Josefsson  <jas@extundo.com>
19469
19470         * m4/md5.m4: Remove call to uint32_t.m4.
19471
19472 2005-10-17  Simon Josefsson  <jas@extundo.com>
19473
19474         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
19475
19476         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
19477         md5.h.
19478
19479         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
19480
19481         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
19482
19483 2005-10-17  Simon Josefsson  <jas@extundo.com>
19484
19485         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
19486
19487 2005-10-17  Simon Josefsson  <jas@extundo.com>
19488
19489         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
19490
19491 2005-10-17  Simon Josefsson  <jas@extundo.com>
19492
19493         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
19494
19495         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
19496
19497 2005-10-17  Bruno Haible  <bruno@clisp.org>
19498
19499         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
19500         that it can also be used in a test.
19501
19502 2005-10-16  Bruno Haible  <bruno@clisp.org>
19503
19504         * gnulib-tool (func_emit_tests_Makefile_am): Also define
19505         TESTS_ENVIRONMENT, so that individual tests can augment it.
19506
19507         * gnulib-tool (func_create_testdir): Use an intermediate target for
19508         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
19509         macros, like $(ALLOCA_H), which cannot be passed through the command
19510         line.
19511
19512 2005-10-15  Simon Josefsson  <jas@extundo.com>
19513
19514         * modules/rijndael-tests: New file.
19515
19516         * modules/rijndael: New file.
19517
19518 2005-10-15  Simon Josefsson  <jas@extundo.com>
19519
19520         * m4/rijndael.m4: New file.
19521
19522 2005-10-15  Simon Josefsson  <jas@extundo.com>
19523
19524         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
19525
19526         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
19527
19528 2005-10-14  Simon Josefsson  <jas@extundo.com>
19529
19530         * tests/test-arcfour.c: New file.
19531
19532         * modules/arcfour, modules/arcfour-tests: New files.
19533
19534 2005-10-14  Simon Josefsson  <jas@extundo.com>
19535
19536         * m4/arcfour.m4: New file.
19537
19538 2005-10-14  Simon Josefsson  <jas@extundo.com>
19539
19540         * lib/arcfour.h, lib/arcfour.c: New files.
19541
19542 2005-10-14  Roland McGrath  <roland@redhat.com>
19543
19544         Import from libc.  [BZ #1331]
19545         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
19546         macro argument.
19547         Reported by Matej Vela <vela@debian.org>.
19548
19549 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19550
19551         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
19552         include <wchar.h>; no longer needed.
19553
19554 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19555
19556         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
19557
19558 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
19559         and  Ulrich Drepper  <drepper@redhat.com>
19560
19561         Import from libc.
19562         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
19563         instead of inline stream orientation test and two separate
19564         function calls.  Pay no attention to USE_IN_LIBIO.
19565
19566 2005-10-13  Simon Josefsson  <jas@extundo.com>
19567
19568         * modules/gc-hmac-md5-tests: New file.
19569
19570         * tests/test-gc-hmac-sha1.c: New file.
19571
19572         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
19573
19574         * modules/gc-hmac-md5-tests: New file.
19575
19576         * tests/test-gc-md5.c: New file.
19577
19578         * modules/gc-md5-tests: New file.
19579
19580 2005-10-13  Simon Josefsson  <jas@extundo.com>
19581
19582         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
19583         Move memory allocation outside of loop.
19584
19585 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
19586
19587         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
19588         intermediate directory is in a read-only file system.  Problem
19589         reported by Eric Blake.
19590
19591 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
19592
19593         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
19594
19595 2005-10-12  Simon Josefsson  <jas@extundo.com>
19596
19597         * tests/test-hmac-sha1.c: New file.
19598
19599         * modules/hmac-sha1-tests: New file.
19600
19601         * modules/hmac-sha1: New file.
19602
19603 2005-10-12  Simon Josefsson  <jas@extundo.com>
19604
19605         * modules/gc-sha1: New file.
19606
19607 2005-10-12  Simon Josefsson  <jas@extundo.com>
19608
19609         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
19610
19611         * tests/test-gc-pbkdf2-sha1.c: New file.
19612
19613 2005-10-12  Simon Josefsson  <jas@extundo.com>
19614
19615         * modules/gc-md5, modules/gc-hmac-md5: New files.
19616
19617         * modules/gc (Files): Remove md5, memxor and hmac files.
19618
19619 2005-10-12  Simon Josefsson  <jas@extundo.com>
19620
19621         * m4/gc-pbkdf2-sha1.m4: New file.
19622
19623         * m4/gc-hmac-sha1.m4: New file.
19624
19625         * m4/gc-sha1: New file.
19626
19627         * m4/hmac-sha1.m4: New file.
19628
19629 2005-10-12  Simon Josefsson  <jas@extundo.com>
19630
19631         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
19632
19633         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
19634
19635 2005-10-12  Simon Josefsson  <jas@extundo.com>
19636
19637         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
19638         suggested by Bruno Haible <bruno@clisp.org>.
19639
19640 2005-10-12  Simon Josefsson  <jas@extundo.com>
19641
19642         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
19643
19644 2005-10-12  Simon Josefsson  <jas@extundo.com>
19645
19646         * lib/gc-pbkdf2-sha1.c: New file.
19647
19648         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
19649
19650 2005-10-12  Simon Josefsson  <jas@extundo.com>
19651
19652         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
19653
19654         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
19655
19656 2005-10-12  Simon Josefsson  <jas@extundo.com>
19657
19658         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
19659         GC_USE_HMAC_MD5, respectively.
19660
19661         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
19662         (gc_md5): Fix typo.
19663
19664         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
19665
19666         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
19667
19668         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
19669
19670 2005-10-12  Bruno Haible  <bruno@clisp.org>
19671
19672         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
19673         Reported by Stepan Kasal <kasal@ucw.cz>.
19674
19675 2005-10-11  Simon Josefsson  <jas@extundo.com>
19676
19677         * tests/test-crc.c: New file.
19678
19679         * modules/crc, modules/crc-tests: New files.
19680
19681 2005-10-11  Simon Josefsson  <jas@extundo.com>
19682
19683         * m4/crc.m4: New file.
19684
19685 2005-10-11  Simon Josefsson  <jas@extundo.com>
19686
19687         * lib/gc.h: Add gc_hash and gc_hash_buffer.
19688
19689         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
19690
19691         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
19692
19693 2005-10-11  Simon Josefsson  <jas@extundo.com>
19694
19695         * lib/crc.h, lib/crc.c: New files.
19696
19697         * lib/gc.h (gc_hash_buffer): Add doc.
19698
19699 2005-10-11  Bruno Haible  <bruno@clisp.org>
19700
19701         * modules/c-strcasestr: New file.
19702         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
19703
19704 2005-10-11  Bruno Haible  <bruno@clisp.org>
19705
19706         * modules/c-strcase: New file.
19707         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
19708
19709 2005-10-11  Bruno Haible  <bruno@clisp.org>
19710
19711         * lib/strcasecmp.c: Include limits.h.
19712         (strcasecmp): Avoid integer overflow on exotic platforms.
19713         * lib/strncasecmp.c: Include limits.h.
19714         (strncasecmp): Avoid integer overflow on exotic platforms.
19715         Reported by Paul Eggert.
19716
19717 2005-10-11  Bruno Haible  <bruno@clisp.org>
19718
19719         * lib/c-strcasestr.h: New file, from GNU gettext.
19720         * lib/c-strcasestr.c: New file, from GNU gettext.
19721
19722 2005-10-11  Bruno Haible  <bruno@clisp.org>
19723
19724         * lib/c-strcase.h: New file, from GNU gettext.
19725         * lib/c-strcasecmp.c: New file, from GNU gettext.
19726         * lib/c-strncasecmp.c: New file, from GNU gettext.
19727
19728 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19729
19730         * modules/mempcpy (License): GPL -> LGPL.
19731         * modules/strchrnul (License): Likewise.
19732         * modules/sysexits (License): Likewise.
19733
19734 2005-10-08  Simon Josefsson  <jas@extundo.com>
19735
19736         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
19737
19738 2005-10-07  Simon Josefsson  <jas@extundo.com>
19739
19740         * m4/memxor.m4: Remove gl_C_RESTRICT call.
19741
19742 2005-10-06  Simon Josefsson  <jas@extundo.com>
19743
19744         * tests/test-hmac-md5.c: New file.
19745
19746         * modules/hmac-md5-tests: New file.
19747
19748         * modules/hmac-md5: New file.
19749
19750 2005-10-06  Simon Josefsson  <jas@extundo.com>
19751
19752         * m4/hmac-md5.m4: New file.
19753
19754         * m4/memxor.m4: Require gl_C_RESTRICT.
19755
19756 2005-10-06  Simon Josefsson  <jas@extundo.com>
19757
19758         * lib/memxor.c (memxor): Avoid casts and warnings.
19759
19760 2005-10-06  Simon Josefsson  <jas@extundo.com>
19761
19762         * lib/hmac-md5.c: New file.
19763
19764         * lib/hmac.h: New file.
19765
19766 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19767
19768         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
19769         promotes to int, not unsigned int, to catch the AIX 5.3
19770         compiler bug.
19771
19772 2005-10-05  Simon Josefsson  <jas@extundo.com>
19773
19774         * modules/memxor: New file.
19775
19776         * modules/iconv (Files): Move config.rpath to havelib, it is used
19777         there.
19778
19779         * modules/havelib (Files): Add config.rpath.
19780
19781 2005-10-05  Simon Josefsson  <jas@extundo.com>
19782
19783         * m4/memxor.m4: New file.
19784
19785 2005-10-05  Simon Josefsson  <jas@extundo.com>
19786
19787         * lib/memxor.c (memxor): Fix compiler error.
19788
19789         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19790         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19791
19792         * lib/memxor.h, lib/memxor.c: New files.
19793
19794         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19795         we assume all systems have it, suggested by Jim Meyering
19796         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19797         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19798         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19799         same reasons.
19800
19801 2005-10-05  Simon Josefsson  <jas@extundo.com>
19802
19803         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19804
19805 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19806
19807         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19808         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19809         needed, since the source code now assumes these .h files.
19810
19811 2005-10-05  Derek Price  <derek@ximbiot.com>
19812
19813         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19814
19815 2005-10-05  Bruno Haible  <bruno@clisp.org>
19816
19817         * modules/stdint (License): Change to LGPL.
19818
19819 2005-10-04  Simon Josefsson  <jas@extundo.com>
19820
19821         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19822         D. Baushke" <mdb@gnu.org>.
19823
19824 2005-10-04  Bruno Haible  <bruno@clisp.org>
19825
19826         * lib/verify.h (verify_true): Provide alternative definition for C++.
19827
19828 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19829
19830         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19831         (SSIZE_MAX): New macro, if not already defined.
19832         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19833         than 2 GiB.
19834
19835 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19836
19837         Sync from coreutils.
19838         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19839         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19840         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19841         ULLONG_MAX doesn't work with 2.7.2.1.
19842
19843 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19844
19845         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19846         From Ben Pfaff.
19847
19848         * modules/exclude (Depends-on): Depend on verify.
19849         * modules/strtoimax (Depends-on): Likewise.
19850         * modules/utimecmp (Depends-on): Likewise.
19851
19852 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19853
19854         * lib/exclude.c: Include verify.h.
19855         (verify): Remove.  All callers changed to use verify.h's version.
19856         * lib/strtoimax.c: Likewise.
19857         * lib/utimecmp.c: Likewis.e
19858
19859         Sync from coreutils.
19860         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19861         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19862         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19863         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19864         bother returning ENOSYS if settimeofday or stime fails; just let
19865         them return whatever errno they want to return.
19866         * lib/utimens.c: Include unistd.h, for dup2.
19867         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19868         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19869
19870 2005-10-02  Jim Meyering  <jim@meyering.net>
19871
19872         Sync from coreutils.
19873         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19874         from glibc-2.2.5 that fails for read-only files.
19875
19876 2005-10-02  Jim Meyering  <jim@meyering.net>
19877
19878         Sync from coreutils.
19879         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19880         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19881         `#if HAVE_CONFIG_H'.
19882         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19883         Remove AT_FDCWD test.
19884         Do not consume the fd unless successful.
19885         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19886         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19887         block, so that we don't even try to compile it if settimeofday is
19888         available.  This works around a compilation failure on OSF1 V5.1,
19889         due to stime requiring a `long int*' while tv_sec is `int'.
19890
19891 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19892
19893         Sync from coreutils.
19894         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19895         against `yes', rather than just testing for nonempty.
19896
19897 2005-10-01  Simon Josefsson  <jas@extundo.com>
19898
19899         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19900         and Darwin.
19901
19902         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19903         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19904         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19905         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19906         Check if struct addrinfo is declared.
19907
19908 2005-10-01  Simon Josefsson  <jas@extundo.com>
19909
19910         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19911         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19912         AI_* and EAI_* definitions.  Protect function declarations.
19913
19914 2005-10-01  Jim Meyering  <jim@meyering.net>
19915
19916         Sync from coreutils.
19917
19918         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19919         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19920         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19921         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19922         in the inet and nsl libraries.  Required on Solaris 5.7.
19923
19924 2005-10-01  Jim Meyering  <jim@meyering.net>
19925
19926         Sync from coreutils.
19927         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19928         in the inet and nsl libraries.  Required on Solaris 5.7.
19929
19930 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19931
19932         * lib/getdelim.c (getdelim): Remove unused variables.
19933
19934 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19935
19936         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19937         so that the code works even with ancient cpp.  Portability problem
19938         with GCC 2.7.2.1 reported by Thomas M.Ott.
19939
19940 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19941
19942         * modules/regex (Depends-on): Add strcase.
19943
19944         * modules/gethostname (Licence): Change from GPL to LGPL, since
19945         gethostname.c is a trivial implementation of a standard library
19946         function.
19947         * modules/poll (License): Change from GPL to LGPL, since it's
19948         derived from LGPL code.
19949
19950 2005-09-27  Jim Meyering  <jim@meyering.net>
19951
19952         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19953         HAVE_CONFIG_H.
19954
19955         * lib/intprops.h (signed_type_or_expr__): Define.
19956         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19957         for unsigned types.
19958
19959 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19960
19961         * lib/verify.h (verify_expr): Remove, replacing with:
19962         (verify_true): New macro that returns true instead of void.
19963         (verify_type__): Remove.
19964         (verify): Use verify_true rather than verify_type__.
19965
19966 2005-09-26  Bruno Haible  <bruno@clisp.org>
19967
19968         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19969         is necessary.
19970         (lib_SOURCES): Remove mbchar.c.
19971         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19972         (Files): Add m4/mbrtowc.m4.
19973         * modules/mbiter: Likewise.
19974         * modules/mbuiter: Likewise.
19975
19976 2005-09-26  Bruno Haible  <bruno@clisp.org>
19977
19978         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19979         compile mbchar.c if they are not both present.
19980         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19981         * m4/mbiter.m4 (gl_MBITER): Likewise.
19982         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19983         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19984         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19985
19986 2005-09-25  Jim Meyering  <jim@meyering.net>
19987
19988         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19989         also uses socklen_t.
19990
19991 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19992
19993         * lib/utimens.c (ENOSYS): Define if not already defined.
19994         (futimens): Support having a null PATH if the file descriptor
19995         is nonnegative.
19996
19997         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19998         Remove.
19999         (__attribute): Define to empty unless GCC 3.1 or later.
20000         This works around a core dump on OpenBSD 3.4, which has GCC
20001         2.95.3, which dumps core when given __attribute__(()).  It also
20002         simplifies other tests, since we really don't want to bother with
20003         worrying about which ancient version of GCC supported what.
20004         Original problem reported by Yoann Vandoorselaere, with part of
20005         the fix suggested by Derek Price.
20006
20007 2005-09-24  Jim Meyering  <jim@meyering.net>
20008
20009         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
20010         so we can once again use a positive bitfield width of 1 -- now we
20011         don't have to explain why we were using a bitfield width of 2.
20012
20013 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
20014
20015         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
20016         and similarly for the other external symbols.  Problem reported
20017         by James Gallager.
20018
20019         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
20020         bug reported by Jim Meyering.
20021
20022         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
20023         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
20024         not needed, since socklen is a prerequisite module.
20025
20026 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
20027
20028         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
20029         Problem reported by Eric Blake.
20030         (getaddrinfo): Initialize se so that it's not garbage.
20031         Redo internal storage allocation so that it doesn't make unportable
20032         assumptions about alignment.
20033         Fix a memory leak.
20034
20035         * lib/utimens.c (futimens): Use futimesat if available.
20036         Prefer it to futimes since it doesn't have the futimes bug.
20037
20038         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
20039         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
20040         Instead, declare a function that returns a pointer to an array,
20041         and use verify_type__ to declare the size of the array.
20042         Problem and germ of a solution reported by Bruno Haible.
20043         (verify_type__): Use 2, not 1, for bitfield size, to avoid
20044         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
20045
20046 2005-09-23  Jim Meyering  <jim@meyering.net>
20047
20048         Sync from coreutils.
20049         Correct build failure (socklen_t not defined) on at least
20050         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
20051         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
20052
20053 2005-09-23  Jim Meyering  <jim@meyering.net>
20054
20055         * modules/getaddrinfo (Depends-on): Add socklen.
20056
20057 2005-09-23  Bruno Haible  <bruno@clisp.org>
20058
20059         * tests/test-verify.c: New file.
20060
20061 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20062
20063         Sync from coreutils.
20064
20065         * modules/argmatch (Depends-on): Add verify.
20066         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
20067         unistd-safer.
20068         * modules/save-cwd (Depends-on): Likewise.
20069
20070         * modules/openat (Files): Add lib/openat-die.c.
20071         (Depends-on): Remove error, exitfail.
20072         Add dirname.
20073
20074         * modules/verify: New file.
20075         * MODULES.html.sh (Diagnostics <assert.h>): New section,
20076         with "verify" module.
20077
20078 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20079
20080         Sync from coreutils.
20081
20082         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
20083         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
20084         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
20085         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
20086         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
20087         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
20088         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
20089         Don't bother checking for string.h, stdlib.h, unistd.h.
20090         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
20091         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
20092         module's job.
20093         * m4/jm-macros.m4 (gl_MACROS): Likewise.
20094         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
20095
20096         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
20097         (gl_GETDATE): Use it.
20098
20099         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
20100
20101 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20102
20103         Sync from coreutils.
20104
20105         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
20106         stat-time.h.
20107         * lib/argmatch.h: Include verify.h
20108         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
20109         (ARGMATCH_ASSERT): Remove; unused.
20110         * lib/canonicalize.c: Assume STDC_HEADERS.
20111         * lib/exclude.c: Include "strcase.h".
20112         * lib/regex_internal.h [!defined _LIBC]: Likewise.
20113         * lib/getusershell.c: Include stdio--.h rather than stdio.h
20114         and stdio-safer.h.
20115         (getusershell): Call fopen, not fopen_safer.
20116         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
20117         Do not include unistd-safer.h.
20118         (save_cwd): Don't call fd_safer; no longer needed
20119         now that we include fcntl--.h.
20120
20121         * lib/getdate.y (relative_time): New type.
20122         (RELATIVE_TIME_0): New constant.
20123         (parser_control): Use relative_time instead of doing it ourselves.
20124         (%union): Add new relative_time rel member.
20125         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
20126         Now typeless.
20127         (relunit, relunit_snumber): Now of type rel.
20128         (zone, rel, relunit, get_date): Adjust to above changes.
20129
20130         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
20131         Do not include unistd-safer.h.
20132         (getloadavg): Don't call fd_safer; no longer needed
20133         now that we include fcntl--.h.
20134
20135         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
20136         (make_dir_parents): Treat ENOSYS like EEXIST.
20137
20138         Improve quality of diagnostics on restore_cwd failure.
20139         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
20140         (make_dir_parents): Last arg is now int * (for errno), not bool *.
20141         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
20142         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
20143         each time through the loop.  Do not diagnose restore_cwd failure;
20144         that is the caller's job (and perhaps the caller does not care).
20145
20146         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
20147         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
20148         If the file already exists but is not a directory, don't bother
20149         to try to make its parents.
20150         Close potential file descriptor leak if we can't chdir("/") (!).
20151         Don't always return true if chdir($PWD) fails; return true only
20152         if the requested action was done successfully (except for the
20153         chdir($PWD)).
20154         Don't log final directory unless we actually made it.
20155         Refactor to avoid duplicate code to fix up permissions.
20156         Don't attempt to fix up parent permissions if chdir($PWD) fails.
20157
20158         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
20159         to make it a bit faster and (I hope) clearer.
20160         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
20161         Fix bug in formats like %2N.
20162
20163         * lib/verify.h: New file.
20164
20165 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20166
20167         Sync from coreutils.
20168         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
20169
20170 2005-09-22  Jim Meyering  <jim@meyering.net>
20171
20172         Sync from coreutils.
20173
20174         * m4/lstat.m4 (gl_FUNC_LSTAT):
20175         Use AC_LIBSOURCES to require lstat.c and lstat.h.
20176         Remove obsolete comment.
20177         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
20178         * m4/xstrtod.m4: Likewise.
20179
20180         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
20181
20182 2005-09-22  Jim Meyering  <jim@meyering.net>
20183
20184         Sync from coreutils.
20185
20186         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
20187
20188         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
20189         the .tm_year member, since otherwise gcc-4.0 would now warn about
20190         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
20191
20192         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
20193         order to avoid an unsuppressible warning from gcc on 64-bit systems.
20194
20195         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
20196         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
20197         when run in a time zone for which daylight savings time is in effect
20198         for the starting date.
20199
20200         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
20201         stop us from restricting permissions of just-created absolute-named
20202         directories.
20203         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
20204         to restore initial working directory.
20205         * lib/mkdir-p.c (make_dir_parents): New parameter:
20206         different_working_dir, to tell caller if/when we change the working
20207         directory and are unable to return to the initial one.
20208         * lib/mkdir-p.h (make_dir_parents): Update prototype.
20209         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
20210         `return false'.  This fixes a bug introduced on 2004-07-30.
20211
20212         * lib/openat.c (fdopendir): Be sure to close the supplied
20213         file descriptor before returning.  This makes our replacement
20214         implementation a little closer to Solaris's, where fdopendir
20215         ties the file descriptor to the returned DIR* pointer.
20216         * lib/openat.c (unlinkat): New function.
20217         * lib/openat.h (unlinkat): Add prototype.
20218         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
20219         (openat_restore_fail): Rename from openat_restore_die.
20220         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
20221
20222         Provide an alternative to exiting immediately upon save_cwd or
20223         restore_cwd failure.  Now, an application can arrange e.g.,
20224         to perform a longjump in that case.
20225         * lib/openat.c: Include dirname.h.
20226         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
20227         (rpl_openat, fdopendir, fstatat): Call openat_save_die
20228         and openat_restore_die rather than calling error directly.
20229         Don't include "error.h" or "exitfail.h"; they're no longer needed.
20230
20231         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
20232         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
20233         define.
20234
20235         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
20236         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
20237                             int utc, int nanoseconds);
20238         Background:
20239         date should not have to allocate a megabyte of virtual memory to
20240         handle a format argument like +%1048575T.  When implemented with
20241         strftime, it must allocate such a buffer, use strftime to fill it
20242         in, print it, then free it.
20243         With fprintftime, it simply prints everything and exits.
20244         With no need for memory allocation, that's one fewer way to fail.
20245         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
20246         optional field width, not before, so we accept %9:z, not %:9z.
20247         (my_strftime): Be sure to use L_('x') for literals.
20248
20249         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
20250         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
20251         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
20252         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
20253         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
20254         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
20255         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
20256         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
20257         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
20258         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
20259         * lib/xgethostname.c, lib/xreadlink.c:
20260         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
20261
20262         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
20263         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
20264         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
20265         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
20266         and don't include <sys/file.h>).
20267
20268 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
20269
20270         Sync from coreutils.
20271
20272         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
20273         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
20274         [!LDAV_DONE]: Avoid unused variable warning.
20275
20276 2005-09-21  Bruno Haible  <bruno@clisp.org>
20277
20278         * lib/unicodeio.h (unicode_to_mb): New declaration.
20279
20280 2005-09-20  Derek Price  <derek@ximbiot.com>
20281
20282         * lib/getaddrinfo.c: Don't include <netdb.h> included from
20283         getaddrinfo.h.
20284
20285 2005-09-20  Bruno Haible  <bruno@clisp.org>
20286
20287         * gnulib-tool: Remove trailing slashes from the values specified for
20288         --source-base, --m4-base, --tests-base, --aux-dir.
20289         Suggested by Simon Josefsson <jas@extundo.com>.
20290
20291 2005-09-20  Bruno Haible  <bruno@clisp.org>
20292
20293         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
20294         func_modules_to_filelist, func_import, func_create_testdir): Make all
20295         sorting results locale-independent, so that gnulib-cache.m4 doesn't
20296         change when gnulib-tool is invoked in a different locale.
20297
20298 2005-09-19  Simon Josefsson  <jas@extundo.com>
20299
20300         * m4/socklen.m4: Fix typo.
20301
20302 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20303
20304         Use a consistent style for including <config.h>.
20305         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
20306         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
20307         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
20308         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
20309         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
20310         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
20311         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
20312         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
20313         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
20314         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
20315         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
20316         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
20317         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
20318         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
20319         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
20320         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
20321         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
20322         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
20323         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
20324         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
20325         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
20326         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
20327         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
20328         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
20329         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
20330         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
20331         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
20332         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
20333         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
20334         lib/xstrtoumax.c, lib/yesno.c:
20335         Standardize inclusion of config.h.
20336         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
20337         lib/inttostr.h:  Removed inclusion of config.h from header files.
20338         * lib/inttostr.c:  Adjusted in-tree users.
20339         * lib/timespec.h: Remove superfluous warning to include config.h.
20340         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
20341         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
20342         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
20343         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
20344         config.h with HAVE_CONFIG_H.
20345
20346 2005-09-19  Jim Meyering  <jim@meyering.net>
20347
20348         * modules/pathmax (License): Change to LGPL.
20349
20350 2005-09-19  Derek Price  <derek@ximbiot.com>
20351
20352         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
20353
20354 2005-09-19  Bruno Haible  <bruno@clisp.org>
20355
20356         * gnulib-tool (import): Provide default for --tests-base.
20357
20358 2005-09-19  Bruno Haible  <bruno@clisp.org>
20359
20360         * doc/quote.texi: New file, extracted from gnulib.texi.
20361         * doc/ctime.texi: New file, extracted from gnulib.texi.
20362         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
20363         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
20364         * doc/gnulib.texi: Include them.
20365
20366 2005-09-18  Bruno Haible  <bruno@clisp.org>
20367
20368         Portability fix.
20369         * gnulib-tool (func_readlink): New function.
20370         (func_ln_if_changed): Use it.
20371
20372 2005-09-18  Bruno Haible  <bruno@clisp.org>
20373
20374         * gnulib-tool: Support --with-tests also with --import.
20375         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
20376         (func_import): Use variables $testsbase and $inctests. Emit a
20377         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
20378         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
20379         SUBDIRS += $testsdir.
20380         (func_create_testdir): Update.
20381
20382 2005-09-18  Bruno Haible  <bruno@clisp.org>
20383
20384         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
20385         instead of $dry_run.
20386         (func_cp_if_changed, func_mv_if_changed): Remove functions.
20387         (func_ln_if_changed): Don't handle dry-run here.
20388         (func_import): In dry-run mode, detect more precisely which actions
20389         would be performed, and don't use "...ing" verbs.
20390
20391 2005-09-18  Bruno Haible  <bruno@clisp.org>
20392
20393         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
20394         (func_import): Use join on two temporary files instead of three nested
20395         loops, in order to determine which files are new or old.
20396
20397 2005-09-18  Bruno Haible  <bruno@clisp.org>
20398
20399         * gnulib-tool (func_import): Comment out code that spits out the
20400         new files with --dry-run.
20401
20402 2005-09-18  Bruno Haible  <bruno@clisp.org>
20403
20404         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
20405
20406 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20407
20408         * lib/stat-time.h: New file.
20409         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
20410         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
20411         in a different way.
20412         (timespec_cmp): New function.
20413         * lib/utimecmp.c: Include stat-time.h.
20414         (SYSCALL_RESOLUTION): Depend on whether various struct stat
20415         members exist, not on the obsolescent ST_MTIM_NSEC.
20416         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
20417
20418 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20419
20420         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
20421
20422 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20423
20424         * MODULES.html.sh (File system functions): Add stat-time.
20425         * modules/stat-time: New file.
20426         * modules/timespec (Files): Remove m4/st_mtim.m4; this
20427         is now done in a different way, by the stat-time module.
20428         * modules/utimecmp (Depends-on): Add stat-time.
20429
20430 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20431
20432         * m4/st_mtim.m4: Remove.  Superseded by...
20433         * m4/stat-time.m4: New file.
20434         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
20435         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
20436
20437 2005-09-15  Derek Price  <derek@ximbiot.com>
20438
20439         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
20440
20441 2005-09-15  Derek Price  <derek@ximbiot.com>
20442
20443         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
20444         * lib/regex_internal.c: Ditto, using this...
20445         (__GNUC_PREREQ): ...new macro.
20446         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
20447         using...
20448         (__GNUC_PREREQ): ...this new macro.
20449
20450         * lib/strstr.h: Include string.h. Define strstr as a macro here.
20451
20452 2005-09-15  Derek Price  <derek@ximbiot.com>
20453             Paul Eggert  <eggert@cs.ucla.edu>
20454
20455         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
20456         changes, consolidating in...
20457         * lib/regex_internal.h: ...this file.
20458
20459 2005-09-13  Jim Meyering  <jim@meyering.net>
20460
20461         * lib/canon-host.c: Filter through gnu indent and reword comments
20462         slightly.
20463         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
20464
20465 2005-09-13  Derek Price  <derek@ximbiot.com>
20466
20467         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
20468         failure.
20469         Reported by Jim Meyering  <jim@meyering.net>.
20470
20471 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20472
20473         * lib/base64.c: Typo.
20474         (base64_encode): Put b64str in initialized data section.
20475
20476 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
20477
20478         Merge glibc and coreutils changes into gnulib, plus a few
20479         extra fixes.
20480         * lib/md5.c: Use #error rather than a string.
20481         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
20482         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
20483         (__attribute__): Define to empty for non recent-GCC.
20484         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
20485         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
20486         Renamed from their non-__ counterparts, with new macros replacing
20487         them if not _LIBC.  Add __THROW attribute.
20488         (rol): Remove.
20489         (struct md5_ctx): Align buffer if using GCC.
20490         * lib/sha1.h (struct sha1_ctx): Likewise.
20491         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
20492         The old name was backwards.
20493         (NOTSWAP): Remove; not used.
20494         (rol): New macro, moved here from md5.h.
20495         (sha1_process_block): Remove a FIXME that doesn't make sense.
20496
20497 2005-09-12  Derek Price  <derek@ximbiot.com>
20498
20499         Return usable errors from canon-host.
20500         * lib/canon-host.h: New file.
20501         * lib/canon-host.c (canon_host): Wrap...
20502         (canon_host_r): ...this new function, which now relies exclusively on
20503         getaddrinfo.
20504         (ch_strerror): New function.
20505         (last_cherror): New global.
20506         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
20507         interface.
20508         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
20509         void *.
20510         (freeaddrinfo): Free ai->ai_canonname when set.
20511
20512 2005-09-12  Derek Price  <derek@ximbiot.com>
20513
20514         Make canon-host require getaddrinfo.
20515         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
20516         AC_LIBSOURCE canon-host.h.  Call...
20517         (gl_PREREQ_CANON_HOST): ...this new function, which requires
20518         gl_GETADDRINFO.
20519         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
20520
20521 2005-09-12  Derek Price  <derek@ximbiot.com>
20522
20523         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
20524         LGPL.
20525         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
20526
20527 2005-09-12  Derek Price  <derek@ximbiot.com>
20528
20529         * lib/gai_strerror.c: Include config.h when available.  Include
20530         getaddrinfo.h before other headers to test interface.
20531         Reported by Larry Jones <lawrence.jones@ugs.com>.
20532
20533 2005-09-12  Derek Price  <derek@ximbiot.com>
20534             Paul Eggert  <eggert@cs.ucla.edu>
20535
20536         * modules/glob (Files): Add glob-libc.h.
20537
20538 2005-09-12  Derek Price  <derek@ximbiot.com>
20539             Paul Eggert  <eggert@cs.ucla.edu>
20540
20541         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
20542         glob_.h, glob-libc.h.
20543         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
20544
20545 2005-09-12  Derek Price  <derek@ximbiot.com>
20546             Paul Eggert  <eggert@cs.ucla.edu>
20547
20548         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
20549         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
20550         protecting things that should be done only in gnulib contexts.
20551         * lib/glob_.h: New file, containing only the glob things needed for
20552         gnulib.
20553         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
20554         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
20555         (glob, globfree, glob_pattern_p): Now defined simply in terms of
20556         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
20557         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
20558         and to respect the namespace rules better.
20559
20560 2005-09-08  Simon Josefsson  <jas@extundo.com>
20561
20562         * modules/socklen: New file.
20563
20564 2005-09-08  Simon Josefsson  <jas@extundo.com>
20565
20566         * m4/socklen.m4: New file.
20567
20568 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20569
20570         * modules/utimens (Files): Add m4/utimbuf.m4, since
20571         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
20572         Reported by Sergey Poznyakoff.
20573
20574 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20575
20576         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
20577         definitions, since that's the preferred style in glibc.
20578         Fix a minor spacing issue, and update copyright notice to match
20579         glibc's.
20580
20581 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20582
20583         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
20584
20585 2005-09-06  Simon Josefsson  <jas@extundo.com>
20586
20587         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
20588         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
20589
20590 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20591
20592         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
20593         warning.
20594
20595 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20596
20597         * config/srclist.txt: Add glibc bug 1302.
20598
20599 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
20600
20601         Change bitset word type from unsigned int to unsigned long int,
20602         as this has better performance on typical 64-bit hosts.
20603         Port bitset code to hosts with unusual word sizes.
20604         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
20605         (build_collating_symbol):
20606         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
20607         argument is a bitset.  This is merely a style issue, but it makes
20608         it clearer that an entire array is expected.
20609         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
20610         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
20611         Port to the case where bitset_word is not the same as unsigned int.
20612         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20613         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
20614         Likewise.
20615         * lib/regexec.c (check_dst_limits_calc_pos_1,
20616         check_subexp_matching_top):
20617         (build_trtable, group_nodes_into_DFAstates):
20618         Likewise.
20619         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
20620         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
20621         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
20622         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
20623         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
20624         * lib/regcomp.c (optimize_subexps, lower_subexp):
20625         Work even if bitset_word has holes in its bitwise representation.
20626         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
20627         * lib/regexec.c (check_dst_limits_calc_pos_1,
20628         check_subexp_matching_top):
20629         Likewise.
20630         * lib/regex_internal.c (re_string_reconstruct):
20631         Don't assume UCHAR_MAX == 255.
20632         * lib/regex_internal.h (bitset_set_all): Likewise.
20633         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
20634         All uses changed.
20635         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
20636         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
20637         All uses changed.
20638         (BITSET_WORD_MAX): New macro.
20639         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
20640         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
20641         (bitset_empty, bitset_copy):
20642         Prefer sizeof (bitset) to multiplying it out ourselves.
20643         (bitset_not_merge): Remove; unused.
20644         (bitset_contain): Return bool, not unsigned int with one bit on.
20645         All callers changed.
20646         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
20647         alignment than re_node_set; do this by defining a new internal
20648         type struct dests_alloc and using it to allocate memory.
20649
20650 2005-09-05  Bruno Haible  <bruno@clisp.org>
20651
20652         * gnulib-tool (func_import): Fix comparison in handling of symbolic
20653         links.
20654
20655 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
20656
20657         * modules/size_max (Makefile.am): Add size_max.h
20658
20659 2005-09-04  Derek Price  <derek@ximbiot.com>
20660
20661         * gnulib-tool (func_import): Fix reversed $symbolic logic.
20662
20663 2005-09-03  Simon Josefsson  <jas@extundo.com>
20664
20665         * gnulib-tool: Fix typo.
20666
20667 2005-09-03  Simon Josefsson  <jas@extundo.com>
20668
20669         * config/srclist.txt: Add glibc bug 1293.
20670
20671 2005-09-03  Derek Price  <derek@ximbiot.com>
20672
20673         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
20674         From Larry Jones <lawrence.jones@ugs.com>.
20675
20676 2005-09-02  Simon Josefsson  <jas@extundo.com>
20677
20678         * modules/socklen: New file.
20679
20680 2005-09-02  Simon Josefsson  <jas@extundo.com>
20681
20682         * modules/havelib: New module.
20683
20684         * modules/gettext, modules/iconv, modules/lock, modules/readline:
20685         Use havelib.
20686
20687 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20688
20689         Check for arithmetic overflow when calculating sizes, to prevent
20690         some buffer-overflow issues.  These patches are conservative, in the
20691         sense that when I couldn't determine whether an overflow was possible,
20692         I inserted a run-time check.
20693         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
20694         macros.
20695         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
20696         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
20697         (re_xnrealloc, re_x2nrealloc): New inline functions.
20698         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
20699         parse_bracket_exp):
20700         (build_equiv_class, build_charclass): Check for arithmetic overflow
20701         in size expression calculations.
20702         * lib/regex_internal.c (re_string_realloc_buffers):
20703         (build_wcs_upper_buffer, re_node_set_add_intersect):
20704         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
20705         (re_dfa_add_node, register_state): Likewise.
20706         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
20707         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
20708         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
20709         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
20710
20711 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20712
20713         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20714         m4/ulonglong.m4.  Problem reported by Martin Lambers.
20715
20716 2005-09-02  Bruno Haible  <bruno@clisp.org>
20717
20718         Support for lib vs. lib64 distinction on biarch platforms.
20719         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
20720         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
20721         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
20722
20723 2005-09-02  Bruno Haible  <bruno@clisp.org>
20724
20725         * gnulib-tool (import): In the other first-use case, provide defaults
20726         as well.
20727
20728 2005-09-02  Bruno Haible  <bruno@clisp.org>
20729
20730         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
20731         patches not yet found in the latest gettext release.
20732
20733 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20734
20735         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
20736         to avoid a collision with bits/local_lim.h in glibc.
20737         All uses changed.  Problem reported by Dmitry V. Levin in
20738         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
20739
20740         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
20741         bugs in int versus size_t comparisons.
20742         (re_string_context_at): Fix bug where the code assumed that
20743         Idx is signed.
20744
20745         Use bool where appropriate.
20746         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
20747         All callers changed.
20748         (calc_eclosure_iter): Likewise, for ROOT arg.
20749         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
20750         (build_charclass_op): Likewise, for NON_MATCH arg.
20751         * lib/regex_internal.c (re_string_allocate, re_string_construct):
20752         (re_string_construct_common): Likewise, for ICASE arg.
20753         * lib/regexec.c (re_search_2_stub, re_search_stub):
20754         Likewise, for RET_LEN arg.
20755         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
20756         (set_regs): Likewise, for FL_BACKTRACK arg.
20757         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
20758         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
20759         (calc_eclosure_iter, parse_bracket_exp):
20760         Use bool for internal variables that are booleans.
20761         * lib/regexec.c (re_search_internal, check_matching,
20762         proceed_next_node):
20763         (set_regs, build_sifted_states, sift_states_bkref):
20764         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
20765         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20766         (find_collation_sequence_value):
20767         Likewise.
20768         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
20769         (re_node_set_compare):
20770         Return bool, not int. All callers changed.
20771         * lib/regexec.c (check_halt_node_context, check_dst_limits):
20772         (build_trtable, check_node_accept): Likewise.
20773         * lib/regex_internal.h: Include stdbool.h.
20774
20775         Fix bugs uncovered when converting to bool.
20776         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20777         failure instead of charging ahead blindly.
20778         * lib/regex_internal.c (register_state): Likewise.
20779         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20780         for freeing internal storage.
20781         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20782         bitset pieces used as boolean, to avoid undefined behavior
20783         on hosts that do int overflow checking.
20784
20785 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20786
20787         * config/srclist.txt: Add glibc bugs 1285-1287.
20788
20789 2005-09-01  Jim Meyering  <jim@meyering.net>
20790
20791         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20792         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20793         Require gl_STAT_MACROS, too.
20794
20795 2005-09-01  Bruno Haible  <bruno@clisp.org>
20796
20797         * gnulib-tool (import): In the first-use case, provide defaults.
20798
20799 2005-09-01  Bruno Haible  <bruno@clisp.org>
20800
20801         * gnulib-tool (func_import): Remove the .tmp files.
20802
20803 2005-09-01  Bruno Haible  <bruno@clisp.org>
20804
20805         * gnulib-tool (func_import): Fix handling of symbolic links.
20806
20807 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20808
20809         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20810         old glibc regex code mishandles strings longer than 2**31 bytes.
20811         This patch fixes this when the regex code is used in gnulib
20812         (i.e., outside glibc).
20813
20814         This patch should not affect the use of the regex code inside
20815         glibc.  No doubt this problem also needs to be handled for glibc
20816         as well, but the result will be an incompatible change to the
20817         glibc ABI, and the old ABI will have to be supported too.  That
20818         can be the the subject for another patch.
20819
20820         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20821         governing whether the rest of this patch is active.  By default,
20822         the macro is disabled and the patch has no effect.
20823         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20824         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20825         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20826         (re_match_2, re_set_registers): Use the new types.
20827         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20828         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20829         New macros.
20830         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20831         (re_string_context_at, bin_tree_t, re_dfastate_t):
20832         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20833         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20834         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20835         (re_string_char_size_at, re_string_wchar_at):
20836         (re_string_elem_size_at):
20837         Use the new types and macros to port to 64-bit hosts.
20838         Use unsigned types for internal values, so that the code
20839         mostly works even for arrays larger than SSIZE_MAX.
20840         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20841         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20842         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20843         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20844         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20845         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20846         (calc_inveclosure, parse_dup_op, build_range_exp):
20847         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20848         (fetch_number, create_token_tree, mark_opt_subexp):
20849         Likewise.
20850         * lib/regex_internal.c (re_string_construct_common,
20851         create_ci_newstate):
20852         (create_cd_newstate, re_string_allocate, re_string_construct):
20853         (re_string_realloc_buffers, build_wcs_upper_buffer):
20854         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20855         (re_string_reconstruct, re_string_peek_byte_case):
20856         (re_string_fetch_byte_case, re_string_context_at):
20857         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20858         (re_node_set_init_copy, re_node_set_add_intersect):
20859         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20860         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20861         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20862         (re_acquire_state, re_acquire_state_context, register_state):
20863         Likewise.
20864         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20865         search_cur_bkref_entry):
20866         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20867         (re_search_internal, re_search_2_stub, re_search_stub)
20868         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20869         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20870         (update_cur_sifted_state, check_dst_limits):
20871         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20872         (check_subexp_limits, sift_states_bkref, merge_state_array):
20873         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20874         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20875         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20876         (expand_bkref_cache, check_node_accept_bytes):
20877         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20878         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20879         (acquire_init_state_context, check_halt_node_context):
20880         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20881         (sift_states_backward, clean_state_log_if_needed):
20882         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20883         (find_recover_state, transit_state_sb, transit_state_mb):
20884         (transit_state_bkref, build_trtable, match_ctx_clean):
20885         Likewise.
20886         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20887         to work around an assumption that REG_MISSING is negative.
20888
20889         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20890         (seek_collating_symbol_entry) [defined _LIBC]:
20891         (lookup_collation_sequence_value) [defined _LIBC]:
20892         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20893         Use prototypes rather than old-style function definitions.
20894         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20895         (transit_state_sb) [0]:
20896         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20897
20898         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20899         rm_eo.
20900
20901         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20902         (optimize_subexps, lower_subexp):
20903         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20904         since the signed shift might overflow.  Use 1u<<31 instead.
20905         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20906         Likewise.
20907         * lib/regexec.c (check_dst_limits_calc_pos_1,
20908         check_subexp_matching_top): Likewise.
20909
20910         * lib/regcomp.c (optimize_subexps, lower_subexp):
20911         Use CHAR_BIT rather than 8, for clarity.
20912         * lib/regexec.c (check_dst_limits_calc_pos_1):
20913         (check_subexp_matching_top): Likewise.
20914         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20915         have to worry about portability issues when shifting it left.
20916         Remove no-longer-needed test for table_size > 0.
20917         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20918         in a word, as the resulting behavior is undefined.
20919         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20920         in one case, a <= should have been an <, and in another case the
20921         whole test was missing.
20922         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20923         the standard name CHAR_BIT.
20924         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20925         this is not true on one's complement and signed-magnitude hosts.
20926
20927         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20928         next_last_offset.
20929         (struct re_dfa_t): Remove unused member states_alloc.
20930         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20931
20932 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20933
20934         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20935         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20936         and large-file glibc and in 32-bit large-file Solaris.
20937
20938 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20939
20940         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20941         lengths fit in regoff_t; this isn't true if regoff_t is the same
20942         width as size_t.
20943         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20944         (= START + RANGE) instead of RANGE.  This avoids overflow
20945         problems when regoff_t is the same width as size_t.
20946         All callers changed.
20947         (re_search_2_stub): Check for overflow when adding the
20948         sizes of the two strings.
20949         (re_search_stub): Check for overflow when adding START
20950         to RANGE; if it occurs, substitute the extreme value.
20951
20952 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20953
20954         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20955
20956 2005-08-31  Jim Meyering  <jim@meyering.net>
20957
20958         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20959         a pointer-to-const.
20960         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20961         (register_state): Likewise.
20962         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20963         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20964         (group_nodes_into_DFAstates): Likewise.
20965
20966 2005-08-31  Jim Meyering  <jim@meyering.net>
20967
20968         * check-module: Add a FIXME comment.
20969
20970 2005-08-31  Eric Blake  <ebb9@byu.net>
20971
20972         * modules/unistd-safer (Files): Add unistd--.h.
20973         * modules/stdio-safer (Files): Add stdio--.h.
20974
20975 2005-08-31  Derek Price  <derek@ximbiot.com>
20976
20977         * lib/getdelim.c (getdelim): Return EOF on EOF.
20978         Reported by Larry Jones <lawrence.jones@ugs.com>.
20979
20980 2005-08-31  Bruno Haible  <bruno@clisp.org>
20981
20982         Avoid unnecessary diffs in the generated lib/Makefile.am.
20983         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20984         the generated files.
20985         (func_import): Don't set cmd.
20986
20987 2005-08-31  Bruno Haible  <bruno@clisp.org>
20988
20989         * lib/strstr.c: Include <stddef.h>, for NULL.
20990         * lib/strcasestr.c: Likewise.
20991         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20992
20993 2005-08-31  Bruno Haible  <bruno@clisp.org>
20994
20995         * gnulib-tool: New option --macro-prefix.
20996         (func_import): Use macro_prefix.
20997         (import): Handle option --macro-prefix.
20998
20999 2005-08-31  Bruno Haible  <bruno@clisp.org>
21000
21001         * gnulib-tool (import): Rename most ac_* variables to cached_*.
21002         Also use new variables cached_lgpl, cached_libtool.
21003
21004 2005-08-31  Bruno Haible  <bruno@clisp.org>
21005
21006         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
21007         always instantiating them.
21008
21009 2005-08-31  Bruno Haible  <bruno@clisp.org>
21010
21011         * gnulib-tool (func_import): Read the previous cached settings
21012         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
21013         earlier added by gnulib but are now dropped. Warn when a gnulib file
21014         overwrites a non-gnulib file.
21015
21016 2005-08-31  Bruno Haible  <bruno@clisp.org>
21017
21018         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
21019         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
21020         projects that don't keep autogenerated files in CVS. Put into
21021         actioncmd only the specified modules, not the transitive closure.
21022
21023 2005-08-31  Bruno Haible  <bruno@clisp.org>
21024
21025         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
21026         Create directories that shall be filled.
21027         (import): Don't look for gl_* macros in configure.ac. Recurse across
21028         all directories containing a gnulib-cache.m4 files, if meaningful.
21029
21030 2005-08-31  Bruno Haible  <bruno@clisp.org>
21031
21032         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
21033         (import): Set seen_libtool when we see gl_LIBTOOL.
21034
21035 2005-08-31  Bruno Haible  <bruno@clisp.org>
21036
21037         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
21038         declaration macro definitions from generated gnulib.m4.
21039
21040 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
21041
21042         * lib/iconvme.h: Add prototype for iconv_alloc.
21043
21044 2005-08-29  Simon Josefsson  <jas@extundo.com>
21045
21046         * lib/iconvme.c: Fix errno.
21047
21048 2005-08-29  Bruno Haible  <bruno@clisp.org>
21049
21050         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
21051         that it works when the directory contains spaces.
21052
21053 2005-08-29  Bruno Haible  <bruno@clisp.org>
21054
21055         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
21056
21057 2005-08-29  Bruno Haible  <bruno@clisp.org>
21058
21059         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
21060         Emit more advice.
21061
21062 2005-08-29  Bruno Haible  <bruno@clisp.org>
21063         and Stepan Kasal  <kasal@ucw.cz>
21064
21065         * check-module: If more parameters are given, check each of them
21066         separately; add more exceptions, as noted by Jim Meyering.
21067         (check_module): New procedure.
21068         (%exempt_header): Now contains all exceptions.
21069
21070 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
21071
21072         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
21073
21074 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
21075
21076         * lib/iconvme.c: Split iconv_string into iconv_alloc.
21077
21078 2005-08-28  Bruno Haible  <bruno@clisp.org>
21079
21080         * m4/gnulib-tool.m4: New file.
21081
21082 2005-08-27  Jim Meyering  <jim@meyering.net>
21083
21084         * modules/unistd-safer (Files): Add pipe-safer.c.
21085         * modules/fcntl-safer (Files): Add creat-safer.c.
21086
21087 2005-08-27  Jim Meyering  <jim@meyering.net>
21088
21089         * m4/stdlib-safer.m4: New file.  From coreutils.
21090         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
21091         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
21092         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
21093         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
21094         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
21095
21096 2005-08-27  Jim Meyering  <jim@meyering.net>
21097
21098         * lib/fopen-safer.c: Merge minor changes from coreutils.
21099         * lib/dup-safer.c: Likewise.
21100         * lib/fd-safer.c: Likewise.
21101
21102         Merge from coreutils.
21103         * lib/stdio--.h: New file.
21104         * lib/stdlib--.h: New file.
21105         * lib/mkstemp-safer.c: New file.
21106
21107         GNU tar needs these.
21108         * lib/pipe-safer.c: New file.
21109         * lib/creat-safer.c: New file.
21110         * lib/fcntl--.h (creat): Define to creat_safer.
21111         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
21112         * lib/unistd--.h (pipe): Define to pipe_safer.
21113         * lib/unistd-safer.h: Declare pipe_safer.
21114
21115 2005-08-26  Simon Josefsson  <jas@extundo.com>
21116
21117         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
21118         Haible <bruno@clisp.org>.
21119
21120 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
21121
21122         * lib/regex_internal.h: Remove all references to
21123         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
21124         or better.
21125         (bitset_not, bitset_merge, bitset_not_merge):
21126         (bitset_mask, re_string_allocate, re_string_construct):
21127         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
21128         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
21129         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
21130         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
21131         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21132         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21133         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
21134         (re_acquire_state_context):
21135         Remove unnecessary forward decls.
21136         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
21137         Put __attribute at function definition,
21138         now that the function decl has been removed.
21139         * lib/regex_internal.c (re_string_peek_byte_case):
21140         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
21141         Likewise.
21142
21143 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
21144
21145         * m4/regex.m4: Add AC_PREREQ(2.50).
21146         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
21147
21148 2005-08-25  Simon Josefsson  <jas@extundo.com>
21149
21150         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
21151         __fsetlocking.
21152
21153 2005-08-25  Simon Josefsson  <jas@extundo.com>
21154
21155         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
21156         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
21157         GLIBC specific code.
21158
21159 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21160
21161         Make regex safe for g++.  This fixes one real bug (an "err"
21162         that should have been "*err").  g++ problem reported by
21163         Sam Steingold.
21164         * lib/regex_internal.h (re_calloc): New macro, consistent with
21165         re_malloc etc.  All callers of calloc changed to use re_calloc.
21166         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
21167         not int.  All callers changed.
21168         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
21169         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
21170         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
21171         (find_recover_state): Change "err" to "*err"; this fixes what
21172         appears to be a real bug.
21173         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
21174         versus int.
21175
21176 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21177
21178         * modules/regex (Depends-on): Add malloc, since the code
21179         assumes that !malloc(0) means failure.
21180
21181 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21182
21183         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
21184
21185         alloca modernization/simplification for regex.
21186         * lib/regex.c: Remove portability cruft for alloca.  This no longer
21187         needs to be at the start of the file, and can be moved into
21188         regex_internal.h and simplified.
21189         * lib/regex_internal.h: Include <alloca.h>.
21190         (__libc_use_alloca) [!defined _LIBC]: New macro.
21191         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
21192         now works outside glibc.
21193
21194 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21195
21196         * config/srclist.txt: Add glibc bugs 1241, 1245.
21197
21198 2005-08-25  Jim Meyering  <jim@meyering.net>
21199
21200         * lib/open-safer.c: Include <config.h>.
21201         Otherwise, we'd lose LARGEFILE support in any file using
21202         e.g. "fcntl--.h"
21203
21204 2005-08-25  Bruno Haible  <bruno@clisp.org>
21205
21206         * m4/minmax.m4: Require autoconf 2.52.
21207         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
21208         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
21209         alternatives of translit over the alphabet.
21210         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
21211
21212 2005-08-24  Simon Josefsson  <jas@extundo.com>
21213
21214         * tests/test-getpass.c: New file.
21215
21216 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21217
21218         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
21219         for GNU regex features.
21220
21221 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21222
21223         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
21224         * lib/regex.h (regerror): Likewise.
21225
21226         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
21227         requires this.  (The code never needed it.)
21228
21229         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
21230         All uses of recently-renamed identifiers changed to use the new,
21231         POSIX-compliant names.  The code will build and run just fine
21232         without these changes, but it's better to eat our own dog food
21233         and use the standard-conforming names.
21234
21235         * lib/regex.h: Fix a multitude of POSIX name space violations.
21236         These changes have an effect only for programs that define
21237         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
21238         do not change anything for programs compiled in the normal way.
21239         Also, there is no effect on the ABI.
21240
21241         (_REGEX_SOURCE): New macro.
21242         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
21243         defined and _GNU_SOURCE is not; this fixes a name space violation.
21244
21245         Rename the following macros to obey POSIX requirements.
21246         The old names are still visible as macros if _REGEX_SOURCE is defined.
21247         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
21248         RE_BACKSLASH_ESCAPE_IN_LISTS.
21249         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
21250         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
21251         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
21252         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
21253         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
21254         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
21255         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
21256         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
21257         (REG_INTERVALS): renamed from RE_INTERVALS.
21258         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
21259         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
21260         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
21261         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
21262         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
21263         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
21264         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
21265         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
21266         RE_UNMATCHED_RIGHT_PAREN_ORD.
21267         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
21268         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
21269         (REG_DEBUG): renamed from RE_DEBUG.
21270         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
21271         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
21272         unusual, since we can't clash with the POSIX REG_ICASE.
21273         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
21274         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
21275         (REG_NO_SUB): renamed from RE_NO_SUB.
21276         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
21277         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
21278         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
21279         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
21280         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
21281         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
21282         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
21283         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
21284         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
21285         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
21286         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
21287         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
21288         RE_SYNTAX_POSIX_MINIMAL_BASIC.
21289         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
21290         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
21291         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
21292         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
21293         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
21294         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
21295         (REG_FIXED): Renamed from REGS_FIXED.
21296         (REG_NREGS): Renamed from RE_NREGS.
21297
21298         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
21299         of other REG_* macros, since POSIX says the user is allowed to
21300         #undef these macros selectively.
21301
21302         (reg_errcode_t): Update comment stating what other tables need
21303         to be consistent.
21304
21305         Rename the following enum values to obey POSIX requirements.
21306         The old names are still visible as macros.
21307         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
21308         is not defined, since GNU is supposed to be a superset of POSIX as
21309         much as possible, and since we want reg_errcode_t to be a signed
21310         type for implementation consistency.
21311         (_REG_NOERROR): Renamed from REG_NOERROR.
21312         (_REG_NOMATCH): Renamed from REG_NOMATCH.
21313         (_REG_BADPAT): Renamed from REG_BADPAT.
21314         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
21315         (_REG_ECTYPE): Renamed from REG_ECTYPE.
21316         (_REG_EESCAPE): Renamed from REG_EESCAPE.
21317         (_REG_ESUBREG): Renamed from REG_ESUBREG.
21318         (_REG_EBRACK): Renamed from REG_EBRACK.
21319         (_REG_EPAREN): Renamed from REG_EPAREN.
21320         (_REG_EBRACE): Renamed from REG_EBRACE.
21321         (_REG_BADBR): Renamed from REG_BADBR.
21322         (_REG_ERANGE): Renamed from REG_ERANGE.
21323         (_REG_ESPACE): Renamed from REG_ESPACE.
21324         (_REG_BADRPT): Renamed from REG_BADRPT.
21325         (_REG_EEND): Renamed from REG_EEND.
21326         (_REG_ESIZE): Renamed from REG_ESIZE.
21327         (_REG_ERPAREN): Renamed from REG_ERPAREN.
21328         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
21329         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
21330         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
21331         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
21332
21333         (_REG_RE_NAME, _REG_RM_NAME): New macros.
21334         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
21335         changed.  But support the old name if the new one is not defined
21336         and if _REGEX_SOURCE.
21337
21338         Change the following member names in struct re_pattern_buffer.
21339         The old names are still supported if !_REGEX_SOURCE.
21340         The new names are always supported, regardless of _REGEX_SOURCE.
21341         (re_buffer): Renamed from buffer.
21342         (re_allocated): Renamed from allocated.
21343         (re_used): Renamed from used.
21344         (re_syntax): Renamed from syntax.
21345         (re_fastmap): Renamed from fastmap.
21346         (re_translate): Renamed from translate.
21347         (re_can_be_null): Renamed from can_be_null.
21348         (re_regs_allocated): Renamed from regs_allocated.
21349         (re_fastmap_accurate): Renamed from fastmap_accurate.
21350         (re_no_sub): Renamed from no_sub.
21351         (re_not_bol): Renamed from not_bol.
21352         (re_not_eol): Renamed from not_eol.
21353         (re_newline_anchor): Renamed from newline_anchor.
21354
21355         Change the following member names in struct re_registers.
21356         The old names are still supported if !_REGEX_SOURCE.
21357         The new names are always supported, regardless of _REGEX_SOURCE.
21358         (rm_num_regs): Renamed from num_regs.
21359         (rm_start): Renamed from start.
21360         (rm_end): Renamed from end.
21361
21362         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
21363         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
21364         Prepend __ to parameter names.
21365
21366         Undo yesterday's changes.
21367
21368 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21369
21370         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
21371         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
21372         lib/regex.c.
21373
21374 2005-08-24  Jim Meyering  <jim@meyering.net>
21375
21376         Sync from coreutils.
21377         * m4/fcntl-safer.m4: New file.
21378
21379         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
21380         and object files for this module.
21381
21382 2005-08-24  Jim Meyering  <jim@meyering.net>
21383
21384         Sync from coreutils.
21385         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
21386
21387 2005-08-24  Jim Meyering  <jim@meyering.net>
21388
21389         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
21390         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
21391
21392 2005-08-24  Jim Meyering  <jim@meyering.net>
21393
21394         * modules/fcntl-safer: New module.
21395         * modules/fts (Depends-on): Add fcntl-safer.
21396         * MODULES.html.sh (File descriptor based Input/Output):
21397         Add fcntl-safer.
21398
21399 2005-08-24  Bruno Haible  <bruno@clisp.org>
21400
21401         Support for unit test modules.
21402         * modules/README: Mention tests modules.
21403         * modules/TEMPLATE-TESTS: New file.
21404         * gnulib-tool: New options --extract-tests-module, --with-tests and
21405         --tests-base (unused for the moment).
21406         (testsbase, inctests): New variables.
21407         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
21408         (func_verify_module): Exclude TEMPLATE-TESTS.
21409         (func_verify_nontests_module, func_verify_tests_module): New functions.
21410         (func_get_dependencies): Add implicit dependency for tests modules.
21411         (func_get_tests_module): New function.
21412         (func_modules_transitive_closure): When --with-tests was specified,
21413         include the unit tests as well, unless explicitly avoided.
21414         (func_emit_lib_Makefile_am): Ignore the tests modules here.
21415         (func_emit_tests_Makefile_am): New function.
21416         (func_create_testdir): When --with-tests was specified, emit a
21417         tests/ directory.
21418         * MODULES.html.sh (Future developments): Update.
21419
21420 2005-08-24  Bruno Haible  <bruno@clisp.org>
21421
21422         * modules/tls-tests: New file.
21423         * tests/test-tls.c: New file, from GNU gettext.
21424
21425 2005-08-24  Bruno Haible  <bruno@clisp.org>
21426
21427         * modules/lock-tests: New file.
21428         * tests/test-lock.c: New file, from GNU gettext.
21429
21430 2005-08-24  Bruno Haible  <bruno@clisp.org>
21431
21432         * lib/lock.h: Add multiple inclusion guard.
21433         * lib/tls.h: Add multiple inclusion guard.
21434
21435 2005-08-24  Bruno Haible  <bruno@clisp.org>
21436
21437         * gnulib-tool: Add support for the --aux-dir option to
21438         --create-testdir, --create-megatestdir, --test, --megatest.
21439         (func_create_testdir, func_create_megatestdir): Optionally emit a
21440         AC_CONFIG_AUX_DIR directive.
21441         (create-testdir, create-megatestdir, test, megatest): Provide a
21442         default value for $auxdir.
21443
21444 2005-08-24  Bruno Haible  <bruno@clisp.org>
21445
21446         * gnulib-tool (import): Use compound statement instead of subshell
21447         where possible.
21448
21449 2005-08-24  Bruno Haible  <bruno@clisp.org>
21450
21451         * gnulib-tool (import): Change --aux-dir default to "build-aux".
21452
21453 2005-08-24  Bruno Haible  <bruno@clisp.org>
21454
21455         * gnulib-tool (func_version): Update.
21456
21457 2005-08-24  Bruno Haible  <bruno@clisp.org>
21458
21459         * gnulib-tool (func_import, func_create_testdir,
21460         func_create_megatestdir): Quote all autoconf macro arguments.
21461
21462 2005-08-24  Bruno Haible  <bruno@clisp.org>
21463
21464         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
21465         option --force, because --force causes the aclocal.m4 of each
21466         subdirectory to be newer than the corresponding config.h.in.
21467
21468 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21469
21470         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
21471         All contents moved to gl_REGEX.
21472         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
21473         assume that it does.
21474
21475 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21476
21477         * lib/regex.h (REG_NOSYS)
21478         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
21479         Define, since POSIX requires it as of 2001.
21480         (_REG_ENOSYS)
21481         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
21482         New private symbol, used to keep the enum signed in all cases.
21483         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
21484         Youngman in
21485         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
21486
21487         * lib/regex_internal.c (re_string_skip_chars, register_state):
21488         (calc_state_hash):
21489         Remove forward decls; no longer needed now that we use prototypes.
21490         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
21491         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
21492         (clean_state_log_if_needed): Likewise.
21493
21494 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21495
21496         * config/srclist.txt: Add glibc bugs 1231-1233.
21497
21498 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21499
21500         Fix problems reported by Sam Steingold in
21501         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
21502         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
21503         assumed that reg_errcode_t is a signed type, which is not
21504         necessarily true if _XOPEN_SOURCE is not defined.
21505         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
21506         since some compilers warn about it otherwise.
21507
21508 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21509
21510         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
21511         (init_word_char, create_initial_state, duplicate_node_closure):
21512         (fetch_token, peek_token_bracket, build_range_exp):
21513         (build_collating_symbol): Remove forward decls; no longer needed
21514         now that we use prototypes.
21515
21516         * lib/regcomp.c:
21517         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
21518         (re_compile_fastmap_iter, regcomp, regerror, regfree):
21519         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
21520         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
21521         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
21522         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
21523         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
21524         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
21525         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
21526         (build_range_exp, build_collating_symbol, parse_bracket_exp):
21527         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
21528         (build_charclass, build_charclass_op, fetch_number, create_tree):
21529         (create_token_tree, mark_opt_subexp, duplicate_tree):
21530         Use prototypes rather than old-style definitions.
21531
21532         * lib/regex_internal.c:
21533         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
21534         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
21535         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21536         (re_string_reconstruct, re_string_peek_byte_case):
21537         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
21538         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21539         (re_node_set_init_copy, re_node_set_add_intersect):
21540         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21541         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21542         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21543         (re_acquire_state, re_acquire_state_context, register_state):
21544         (create_ci_newstate, create_cd_newstate, free_state):
21545         Likewise.
21546         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
21547         re_search_2):
21548         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
21549         (re_search_internal, prune_impossible_nodes):
21550         (acquire_init_state_context, check_matching, static):
21551         (check_halt_node_context, check_halt_state_context, proceed_next_node):
21552         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
21553         (update_regs, sift_states_backward, build_sifted_states):
21554         (clean_state_log_if_needed, merge_state_array):
21555         (update_cur_sifted_state, add_epsilon_src_nodes):
21556         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
21557         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
21558         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
21559         (find_recover_state, check_subexp_matching_top, transit_state_mb):
21560         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
21561         (check_arrival, check_arrival_add_next_nodes):
21562         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21563         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21564         (check_node_accept_bytes, check_node_accept, extend_buffers):
21565         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
21566         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
21567         (sift_ctx_init):
21568         Likewise.
21569
21570         * lib/regex_internal.h:
21571         (re_string_allocate, re_string_construct, re_string_reconstruct):
21572         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
21573         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
21574         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
21575         (re_string_context_at, re_string_peek_byte_case):
21576         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
21577         is defined, since we now use prototypes always.
21578
21579         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
21580         C89 or better.  All uses removed.
21581
21582 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21583
21584         * config/srclist.txt: Add glibc bugs 1220-1227.
21585
21586 2005-08-20  Jim Meyering  <jim@meyering.net>
21587
21588         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
21589         of unused local, dfa.
21590
21591 2005-08-20  Bruno Haible  <bruno@clisp.org>
21592
21593         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
21594
21595 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21596
21597         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
21598         (re_node_set_insert_last, re_dfa_add_node):
21599         Rename local variables to avoid GCC shadowing warnings.
21600
21601 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21602
21603         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
21604         [defined lint]: Suppress bogus uninitialized-variable warnings.
21605
21606         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
21607         and let the caller return REG_ESPACE if out of space.  This
21608         removes an uninitialied-variable warning with GCC 4.0.1, and also
21609         avoids taking the address of a local variable.  All callers
21610         changed.
21611
21612 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21613
21614         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
21615         $LIBCSRC/posix/regexec.c.
21616         Add glibc bug 1217 for regcomp.c.
21617
21618 2005-08-19  Jim Meyering  <jim@meyering.net>
21619
21620         * lib/regexec.c (proceed_next_node): Redo local variables to
21621         avoid GCC shadowing warnings.
21622
21623 2005-08-18  Bruno Haible  <bruno@clisp.org>
21624
21625         * lib/strstr.c (strstr): Fix return value in multibyte case.
21626         * lib/strcasestr.c (strcasestr): Likewise.
21627
21628 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21629
21630         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
21631
21632 2005-08-17  Jim Meyering  <jim@meyering.net>
21633
21634         Make the %s format (seconds since the epoch) work for a negative
21635         number and when used with a zero-padded field width, e.g. %015s.
21636
21637         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
21638         label so that it precedes the code to set `digits'.  Otherwise,
21639         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
21640         print `00-22'.  Now, it prints `-0022', as it should.
21641
21642 2005-08-17  Bruno Haible  <bruno@clisp.org>
21643
21644         * modules/strstr (Files): Add m4/mbrtowc.m4.
21645         (Depends-on): Add mbuiter.
21646
21647 2005-08-17  Bruno Haible  <bruno@clisp.org>
21648
21649         * modules/strcasestr: New file.
21650         * MODULES.html.sh (String handling, based on ANSI C 89): Add
21651         strcasestr.
21652
21653 2005-08-17  Bruno Haible  <bruno@clisp.org>
21654
21655         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
21656
21657 2005-08-17  Bruno Haible  <bruno@clisp.org>
21658
21659         * modules/mbuiter: New file.
21660         * MODULES.html.sh (Extended multibyte and wide character utilities):
21661         Add mbuiter.
21662
21663 2005-08-17  Bruno Haible  <bruno@clisp.org>
21664
21665         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
21666         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
21667
21668 2005-08-17  Bruno Haible  <bruno@clisp.org>
21669
21670         * m4/strcasestr.m4: New file.
21671
21672 2005-08-17  Bruno Haible  <bruno@clisp.org>
21673
21674         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
21675         * lib/strstr.c: Completely rewritten, with multibyte locale support.
21676
21677 2005-08-17  Bruno Haible  <bruno@clisp.org>
21678
21679         * lib/strcasestr.h: New file.
21680         * lib/strcasestr.c: New file.
21681
21682 2005-08-17  Bruno Haible  <bruno@clisp.org>
21683
21684         * lib/strcasecmp.c: Use mbuiter.h.
21685
21686 2005-08-17  Bruno Haible  <bruno@clisp.org>
21687
21688         * lib/mbuiter.h: New file.
21689
21690 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21691
21692         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
21693         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
21694         and gl_GETOPT are both invoked via different paths (as happens
21695         with GNU tar CVS because it uses both argp and getopt), the former
21696         wins.
21697
21698 2005-08-16  Bruno Haible  <bruno@clisp.org>
21699
21700         * modules/tls: New file.
21701         * MODULES.html.sh (Multithreading): Add tls.
21702
21703 2005-08-16  Bruno Haible  <bruno@clisp.org>
21704
21705         * modules/strnlen1: New file.
21706         * MODULES.html.sh (String handling): Add strnlen1.
21707
21708 2005-08-16  Bruno Haible  <bruno@clisp.org>
21709
21710         * modules/strcase (Files): Add m4/mbrtowc.m4.
21711         (Depends-on): Add strnlen1, mbchar.
21712
21713 2005-08-16  Bruno Haible  <bruno@clisp.org>
21714
21715         * modules/mbiter: New file.
21716         * MODULES.html.sh (Extended multibyte and wide character utilities):
21717         Add mbiter.
21718
21719 2005-08-16  Bruno Haible  <bruno@clisp.org>
21720
21721         * modules/mbfile: New file.
21722         * MODULES.html.sh (Extended multibyte and wide character utilities):
21723         Add mbfile.
21724
21725 2005-08-16  Bruno Haible  <bruno@clisp.org>
21726
21727         * modules/mbchar: New file.
21728         * MODULES.html.sh (Extended multibyte and wide character utilities):
21729         New section.
21730
21731 2005-08-16  Bruno Haible  <bruno@clisp.org>
21732
21733         * m4/tls.m4: New file, from GNU gettext.
21734
21735 2005-08-16  Bruno Haible  <bruno@clisp.org>
21736
21737         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
21738         always.
21739         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
21740
21741 2005-08-16  Bruno Haible  <bruno@clisp.org>
21742
21743         * m4/mbiter.m4: New file.
21744
21745 2005-08-16  Bruno Haible  <bruno@clisp.org>
21746
21747         * m4/mbfile.m4: New file.
21748
21749 2005-08-16  Bruno Haible  <bruno@clisp.org>
21750
21751         * m4/mbchar.m4: New file.
21752
21753 2005-08-16  Bruno Haible  <bruno@clisp.org>
21754
21755         * lib/tls.h: New file, from GNU gettext.
21756         * lib/tls.c: New file, from GNU gettext.
21757
21758 2005-08-16  Bruno Haible  <bruno@clisp.org>
21759
21760         * lib/strnlen1.h: New file.
21761         * lib/strnlen1.c: New file.
21762
21763 2005-08-16  Bruno Haible  <bruno@clisp.org>
21764
21765         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
21766         (mbi_init): Update.
21767         (mbi_avail, mbi_advance): Let the iteration end before the terminating
21768         NUL byte, not after it.
21769
21770 2005-08-16  Bruno Haible  <bruno@clisp.org>
21771
21772         * lib/strcase.h (strcasecmp): Add note in comments.
21773         * lib/strncasecmp.c: Use code from strcasecmp.c.
21774         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21775         (strcasecmp): Work correctly in multibyte locales.
21776
21777 2005-08-16  Bruno Haible  <bruno@clisp.org>
21778
21779         * lib/mbiter.h: New file.
21780
21781 2005-08-16  Bruno Haible  <bruno@clisp.org>
21782
21783         * lib/mbfile.h: New file.
21784
21785 2005-08-16  Bruno Haible  <bruno@clisp.org>
21786
21787         * lib/mbchar.h: New file.
21788         * lib/mbchar.c: New file.
21789
21790 2005-08-16  Bruno Haible  <bruno@clisp.org>
21791
21792         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21793         the valid ones. Makes the comparison operations transitive:
21794         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21795         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21796
21797 2005-08-15  Simon Josefsson  <jas@extundo.com>
21798
21799         * modules/ssize_t (License): Change to 'unlimited'.
21800
21801         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21802
21803 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21804
21805         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21806         Add comments for each pending glibc patch.
21807
21808 2005-08-15  Bruno Haible  <bruno@clisp.org>
21809
21810         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21811         __cplusplus is defined.
21812
21813 2005-08-14  Jim Meyering  <jim@meyering.net>
21814
21815         Sync from coreutils.
21816
21817         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21818         Use the hash-table-based cycle-detection code not just when
21819         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21820         Reported by James Youngman in
21821         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21822         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21823         FTS_TIGHT_CYCLE_CHECK.
21824         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21825         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21826         once again.
21827         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21828         * lib/fts.c (fd_safer): Remove decl.
21829         Include fcntl--.h rather than unistd-safer.h
21830         (fts_safe_changedir): Don't call fd_safer; no longer needed
21831         now that we include fcntl--.h.
21832
21833 2005-08-12  Simon Josefsson  <jas@extundo.com>
21834
21835         * modules/getndelim2: Use ssize_t module.
21836         * modules/getnline: Likewise.
21837         * modules/safe-read: Likewise.
21838         * modules/xreadlink: Likewise.
21839
21840         * modules/ssize_t: New file.
21841
21842 2005-08-12  Simon Josefsson  <jas@extundo.com>
21843
21844         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21845
21846 2005-08-12  Simon Josefsson  <jas@extundo.com>
21847
21848         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21849         ssize_t.
21850
21851 2005-08-12  Simon Josefsson  <jas@extundo.com>
21852
21853         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21854         readline, getdelim and check_version.
21855         (Support for systems lacking ISO C 99: Sizes of integer types):
21856         Add size_max.
21857
21858 2005-08-12  Bruno Haible  <bruno@clisp.org>
21859
21860         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21861
21862 2005-08-11  Simon Josefsson  <jas@extundo.com>
21863
21864         * modules/readline: New file.
21865
21866         * modules/strnlen (Files): Add strnlen.h.
21867
21868 2005-08-11  Simon Josefsson  <jas@extundo.com>
21869
21870         * m4/readline.m4: New file.
21871
21872 2005-08-11  Simon Josefsson  <jas@extundo.com>
21873
21874         * lib/readline.h, readline.c: New file.
21875
21876 2005-08-11  Simon Josefsson  <jas@extundo.com>
21877
21878         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21879         gl_AVOID.
21880
21881 2005-08-11  Bruno Haible  <bruno@clisp.org>
21882
21883         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21884
21885 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21886
21887         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21888
21889 2005-08-10  Simon Josefsson  <jas@extundo.com>
21890
21891         * tests/test-iconvme.c: New file.
21892
21893 2005-08-10  Simon Josefsson  <jas@extundo.com>
21894
21895         * m4/strnlen.m4: New file.
21896
21897         * m4/strndup.m4: Don't check for strnlen declaration, done in
21898         strnlen.m4.
21899
21900 2005-08-10  Simon Josefsson  <jas@extundo.com>
21901
21902         * lib/strndup.c: Use strnlen.h.
21903
21904         * lib/strnlen.h: New file.
21905
21906 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21907
21908         * README: Typos.
21909
21910 2005-08-02  Simon Josefsson  <jas@extundo.com>
21911
21912         * modules/readline: New file.
21913
21914 2005-08-02  Simon Josefsson  <jas@extundo.com>
21915
21916         * modules/getdelim: New file.
21917
21918         * modules/getline: Rewrite, don't use getndelim2.
21919
21920 2005-08-02  Simon Josefsson  <jas@extundo.com>
21921
21922         * m4/getline.m4: Separate out getdelim stuff into separate module.
21923
21924         * m4/getdelim.m4: New file.
21925
21926 2005-08-02  Simon Josefsson  <jas@extundo.com>
21927
21928         * lib/getline.h, getline.c: Rewrite.
21929
21930         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21931
21932 2005-07-31  Bruno Haible  <bruno@clisp.org>
21933
21934         * lib/lock.h (gl_lock_initializer): New macro.
21935         (gl_lock_define_initialized): Use it.
21936         (gl_rwlock_initializer): New macro.
21937         (gl_rwlock_define_initialized): Use it.
21938         (gl_recursive_lock_initializer): New macro.
21939         (gl_recursive_lock_define_initialized): Use it.
21940
21941 2005-07-30  Karl Berry  <karl@gnu.org>
21942
21943         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21944         Report from Ben Pfaff, regarding getopt.
21945
21946 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21947
21948         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21949         normal way.
21950         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21951         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21952         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21953         (gl_GETOPT): Use the new macros.  Most of the implementation
21954         is moved to the new macros.  This is for programs like Emacs
21955         that don't want all the functionality of gl_GETOPT.
21956
21957 2005-07-26  Bruno Haible  <bruno@clisp.org>
21958
21959         * m4/lock.m4: Update from GNU gettext.
21960
21961 2005-07-26  Bruno Haible  <bruno@clisp.org>
21962
21963         * lib/lock.h: Update from GNU gettext.
21964         * lib/lock.c: Update from GNU gettext.
21965
21966 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21967
21968         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21969         obsolescent AC_TRY_RUN.  Include the default includes files, for
21970         'exit'.
21971
21972 2005-07-24  Bruno Haible  <bruno@clisp.org>
21973
21974         * modules/visibility: New file.
21975         * MODULES.html.sh (Misc): Add visibility.
21976
21977 2005-07-24  Bruno Haible  <bruno@clisp.org>
21978
21979         * m4/visibility.m4: New file.
21980
21981 2005-07-24  Bruno Haible  <bruno@clisp.org>
21982
21983         * doc/visibility.texi: New file.
21984
21985 2005-07-22  Bruno Haible  <bruno@clisp.org>
21986
21987         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21988         $(ALLOCA_H), redundant through BUILT_SOURCES.
21989         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21990         redundant through BUILT_SOURCES.
21991         * modules/byteswap (Makefile.am): Remove explicit dependency on
21992         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21993         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21994         $(FNMATCH_H), redundant through BUILT_SOURCES.
21995         * modules/getopt (Makefile.am): Remove explicit dependency on
21996         $(GETOPT_H), redundant through BUILT_SOURCES.
21997         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21998         redundant through BUILT_SOURCES.
21999         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
22000         redundant through BUILT_SOURCES.
22001         * modules/stdbool (Makefile.am): Remove explicit dependency on
22002         $(STDBOOL_H), redundant through BUILT_SOURCES.
22003         * modules/stdint (Makefile.am): Remove explicit dependency on
22004         $(STDINT_H), redundant through BUILT_SOURCES.
22005         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
22006         Remove explicit dependency on $(SYSEXITS_H).
22007         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
22008
22009 2005-07-18  Simon Josefsson  <jas@extundo.com>
22010
22011         * lib/check-version.c (check_version): Accept identical versions too.
22012
22013 2005-07-18  Bruno Haible  <bruno@clisp.org>
22014
22015         * modules/lock: New file.
22016         * MODULES.html.sh (Multithreading): New section.
22017
22018 2005-07-18  Bruno Haible  <bruno@clisp.org>
22019
22020         * m4/lock.m4: New file, from GNU gettext.
22021
22022 2005-07-18  Bruno Haible  <bruno@clisp.org>
22023
22024         * lib/lock.h: New file, from GNU gettext.
22025         * lib/lock.c: New file, from GNU gettext.
22026
22027 2005-07-18  Bruno Haible  <bruno@clisp.org>
22028
22029         * lib/lock.h (gl_once_t): New type.
22030         (gl_once_define, gl_once): New macros.
22031         * lib/lock.c (fresh_once): New variable.
22032         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
22033         functions.
22034
22035 2005-07-16  Simon Josefsson  <jas@extundo.com>
22036
22037         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
22038         workaround, suggested by Bruno.
22039
22040 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
22041
22042         * modules/xalloc (Depends-on): Add xalloc-die.
22043         * modules/xvasprintf (Depends-on): Add xalloc-die.
22044
22045 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
22046
22047         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
22048         with a minor change.
22049
22050 2005-07-15  Bruno Haible  <bruno@clisp.org>
22051
22052         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
22053         When using lib/poll.c, define poll as rpl_poll.
22054
22055 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
22056
22057         * modules/argp (Depends-on): Remove unlocked-io.
22058
22059 2005-07-14  Derek Price  <derek@ximbiot.com>
22060
22061         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
22062         for glob symlink bug.
22063
22064 2005-07-14  Bruno Haible  <bruno@clisp.org>
22065
22066         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
22067         Instead, test for *_unlocked function declarations directly.
22068
22069 2005-07-11  Simon Josefsson  <jas@extundo.com>
22070
22071         * modules/size_max: New file.
22072
22073         * modules/xsize: Depend on size_max module for size_max.m4.
22074
22075 2005-07-11  Simon Josefsson  <jas@extundo.com>
22076
22077         * lib/size_max.h: New file.
22078
22079 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
22080
22081         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
22082         copyright symbol and the year.
22083         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
22084         (version_etc_va): Use parameterized copyright notice.
22085         Reword to conform to the current GNU coding standards.
22086
22087 2005-07-11  Karl Berry  <karl@gnu.org>
22088
22089         * doc/gnulib.texi (Quoting): new node.
22090         (Initial import): more info, from Patrice.
22091
22092 2005-07-11  Bruno Haible  <bruno@clisp.org>
22093
22094         * gnulib-tool (func_usage): Document option --avoid.
22095         (Command line options): Handle --avoid.
22096         (func_acceptable): New function.
22097         (func_modules_transitive_closure): Use it.
22098
22099 2005-07-11  Bruno Haible  <bruno@clisp.org>
22100
22101         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
22102         Reported by Jim Meyering.
22103
22104 2005-07-10  Bruno Haible  <bruno@clisp.org>
22105
22106         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
22107         Needed when size_t is smaller than 'unsigned int'.
22108         Reported by Paul Eggert.
22109
22110 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22111
22112         * modules/argp (Depends-on): Add unlocked-io
22113
22114 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22115
22116         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
22117         block of defines.
22118
22119 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
22120
22121         * config/srclist.txt: Comment out regcomp.c, since we have a porting
22122         fix now.
22123
22124 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
22125         and Paul Eggert  <eggert@cs.ucla.edu>
22126
22127         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
22128         in wint_t, not wchar_t.  Remove now-unnecessary cast.
22129
22130 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22131
22132         * modules/regex (Files): Add lib/regex_internal.c,
22133         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
22134         (Depends-on): Add extensions.
22135         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
22136
22137 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22138
22139         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
22140         pathconf.
22141         * m4/same.m4 (gl_SAME): Likewise.
22142         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
22143
22144         * m4/regex.m4: Adjust to new libc regex implementation.
22145         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
22146         all the .c and .h parts of (the new) regex.
22147         Quote the m4 stuff better.
22148         Check for RE_ICASE bug of old gnulib.
22149         Check for REG_STARTEND of recent libc.
22150         Rename local variables from jm_* to gl_*.
22151         Quote operand of "test -f".
22152         Say "recent enough" version of libc, not "version 2".
22153         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
22154         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
22155         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
22156         Remove check for btowc, isascii.
22157         Require AM_LANGINFO_CODESET.
22158
22159 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22160
22161         * lib/regex.c, regex.h: Sync from libc.
22162         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
22163         * lib/regexec.c:
22164         New files, synced from libc, except that regex_internal.h
22165         currently has a small porting fix.
22166
22167 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22168
22169         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
22170         regex_internal.c, regexec.c.
22171         Add regex_internal.h too, but as a comment, since the libc version
22172         is currently broken in gnulib mode.
22173
22174 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22175
22176         Support programs like Emacs that use gnulib but not gettext.
22177         * MODULES.html.sh (Internationalization functions): Add gettext-h.
22178         * modules/gettext-h: New file.
22179         * modules/gettext (Files): Remove lib/gettext.h.
22180         (Depends-on): Add gettext-h.
22181         (Makefile.am): Remove lib_SOURCES.
22182         * modules/argmatch, modules/c-stack, modules/closeout:
22183         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
22184         * modules/execute, modules/file-type, modules/getaddrinfo:
22185         * modules/getopt, modules/human, modules/javacomp:
22186         * modules/javaexec, modules/mkdir-p, modules/obstack:
22187         * modules/openat, modules/pagealign_alloc, modules/pipe:
22188         * modules/quotearg, modules/regex, modules/rpmatch:
22189         * modules/unicodeio, modules/userspec, modules/version-etc:
22190         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
22191         * modules/xsetenv:
22192         Depend on gettext-h, not gettext.
22193
22194 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22195
22196         * gnulib-tool (func_import): Add support for 'public domain' license.
22197         * modules/alloca, modules/atexit, modules/memmove:
22198         Now public domain, not GPL.
22199         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
22200         * modules/realloc, modules/strerror, modules/strtod:
22201         Now LGPL, not GPL.
22202
22203 2005-07-05  Bruno Haible  <bruno@clisp.org>
22204
22205         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
22206         autoconf CVS. Needed for mingw.
22207
22208 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22209
22210         Remove the dependency of the strftime module on the tzset module.
22211         * modules/strftime (Depends-on): Remove dependency on tzset.
22212
22213 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22214
22215         Remove the dependency of the strftime module on the tzset module.
22216         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
22217         gl_FUNC_TZSET_CLOBBER.
22218
22219 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22220
22221         Remove the dependency of the strftime module on the tzset module.
22222         * lib/strftime.c (my_strftime)
22223         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
22224         Copy the input structure, to work around some of the bug with
22225         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
22226         Solaris releases, you should also use the tzset module, but we won't
22227         require it as a dependency any more since we don't want LGPLed code
22228         to depend on GPLed code.
22229
22230 2005-07-02  Jim Meyering  <jim@meyering.net>
22231
22232         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
22233         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
22234         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
22235         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
22236
22237 2005-07-02  Jim Meyering  <jim@meyering.net>
22238
22239         * lib/backupfile.c (backup_args): Change a `0' to NULL.
22240
22241 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22242
22243         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
22244         declares only 'struct timespec;' (!).
22245
22246 2005-07-01  Jim Meyering  <jim@meyering.net>
22247
22248         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
22249         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
22250         * lib/save-cwd.c, tempname.c:
22251         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
22252         and don't include <sys/file.h>).
22253
22254 2005-06-29  Jim Meyering  <jim@meyering.net>
22255
22256         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
22257         type name.  Use the variable name instead.
22258         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
22259         Likewise.
22260
22261 2005-06-28  Simon Josefsson  <jas@extundo.com>
22262
22263         * modules/check-version (Files): Add check-version.m4.
22264
22265 2005-06-28  Simon Josefsson  <jas@extundo.com>
22266
22267         * m4/check-version.m4: New file, suggested by Jim Meyering
22268         <jim@meyering.net>.
22269
22270 2005-06-28  Simon Josefsson  <jas@extundo.com>
22271
22272         * lib/check-version.h, lib/check-version.c: New files.
22273
22274 2005-06-28  Simon Josefsson  <jas@extundo.com>
22275
22276         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
22277         collision with global variable.  Better indentation.  Don't
22278         increment buffer pointer beyond buffer end.  Based on comments
22279         from Paul Eggert <eggert@cs.ucla.edu>.
22280
22281         * lib/base64.h: Indent.
22282
22283 2005-06-28  Simon Josefsson  <jas@extundo.com>
22284
22285         * doc/gnulib.texi (Library version handling): New section.
22286
22287 2005-06-28  Jim Meyering  <jim@meyering.net>
22288
22289         * check-module (find_included_lib_files): Hard-code another
22290         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
22291         but modules/fts-lgpl (correctly) does not list those files.
22292
22293         * modules/canonicalize (Files): Add lib/pathmax.h.
22294
22295 2005-06-25  Simon Josefsson  <jas@extundo.com>
22296
22297         * modules/check-version: New file.
22298
22299 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
22300
22301         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
22302         initializer of struct addrinfo, as an indication that we don't
22303         care how many members the structure has.
22304
22305 2005-06-24  Derek Price  <derek@ximbiot.com>
22306         and Bruno Haible  <bruno@clisp.org>
22307
22308         Remove stat module & update lstat.
22309         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
22310         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22311         * m4/stat.m4: Remove this file.
22312
22313 2005-06-24  Derek Price  <derek@ximbiot.com>
22314         and Bruno Haible  <bruno@clisp.org>
22315
22316         Remove stat module & update lstat.
22317         * lib/stat.c: Remove this file...
22318         (slash_aware_lstat): ...moving this content and its support...
22319         * lib/lstat.c (rpl_lstat): ...into here.
22320         * lib/lstat.h: New file.
22321
22322 2005-06-24  Derek Price  <derek@ximbiot.com>
22323         and Bruno Haible  <bruno@clisp.org>
22324
22325         Remove stat module & update lstat.
22326         * config/srclist.txt (libc sources): Remove stat.
22327
22328 2005-06-24  Derek Price  <derek@ximbiot.com>
22329         and Bruno Haible  <bruno@clisp.org>
22330
22331         Remove stat module & update lstat.
22332         * MODULES.html.sh (stat): Remove.
22333         * MODULES.html: Regenerated.
22334         * modules/lstat (Description): Correct function name.
22335         (Files): Add "lstat.h".
22336         (Depends-on): Remove stat, add xalloc, stat-macros.
22337         * modules/stat: Remove this file.
22338         (Include): Add "lstat.h", remove <sys/stat.h>.
22339
22340 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22341
22342         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
22343         (ranged_convert): Don't save conversion in a temporary struct.
22344         This causes a warning with GCC 4.0.0, and anyway in the typical
22345         case it's not worth the extra 100 bytes or so of code.
22346         (ranged_convert, __mktime_internal): When calling a function via a
22347         pointer P, use P () rather than (*P) (), as we now assume C89 or
22348         better.
22349
22350 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22351
22352         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
22353         "who -r" failed to give output.  Problem reported by Tim Waugh.
22354
22355         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
22356         (xcalloc): Use it to avoid needless tests.
22357         Problem reported by Jim Meyering.
22358
22359 2005-06-20  Derek Price  <derek@ximbiot.com>
22360
22361         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
22362         unnecessary for Autoconfs > 2.59c.
22363
22364 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22365
22366         * lib/argp.h (__option_is_short): Check upper limit of
22367         __key. Isprint() requires its argument to have the value
22368         of an unsigned char or EOF.
22369
22370 2005-06-16  Jim Meyering  <jim@meyering.net>
22371
22372         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
22373         when either N or S is zero.
22374
22375 2005-06-16  Derek Price  <derek@ximbiot.com>
22376
22377         * m4/bison.m4: Declare YACC & YFLAGS precious.
22378
22379 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
22380
22381         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
22382         multibyte string or pattern, fall back on unibyte matching.
22383         Problem reported by James Youngman.
22384
22385 2005-06-08  Bruno Haible  <bruno@clisp.org>
22386
22387         * modules/csharpcomp: New file.
22388         * MODULES.html.sh (C#): Add csharpcomp.
22389
22390 2005-06-08  Bruno Haible  <bruno@clisp.org>
22391
22392         * m4/csharpcomp.m4: New file, from GNU gettext.
22393
22394 2005-06-08  Bruno Haible  <bruno@clisp.org>
22395
22396         * lib/csharpcomp.h: New file, from GNU gettext.
22397         * lib/csharpcomp.c: New file, from GNU gettext.
22398         * lib/csharpcomp.sh.in: New file, from GNU gettext.
22399
22400 2005-06-08  Bruno Haible  <bruno@clisp.org>
22401
22402         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
22403         warning on mingw.
22404
22405 2005-06-07  Derek Price  <derek@ximbiot.com>
22406
22407         Sync from CVS.
22408         * lib/glob_.h: Indent nested #ifdef.
22409
22410 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22411
22412         Sync from coreutils.
22413         Use "file name" when talking about file names, instead of "filename"
22414         or "path", as per the GNU coding standards.
22415         * lib/mkdir-p.c: Renamed from makepath.c.
22416         (make_dir_parents): Renamed from make_path.  All callers changed.
22417         * lib/mkdir-p.h: Likewise.  All includers changed.
22418         * lib/filenamecat.c: Renamed from path-concat.c.
22419         (file_name_concat): Renamed from path_concat.  All callers changed.
22420         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
22421         * lib/filenamecat.h: Likewise.  All includers changed.
22422         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
22423         in comments or local variable names.
22424         * lib/basename.c: Likewise.
22425         * lib/canonicalize.c, canonicalize.h: Likewise.
22426         * lib/dirname.c, dirname.h: Likewise.
22427         * lib/euidaccess.c: Likewise.
22428         * lib/exclude.c: Likewise
22429         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
22430         * lib/fsusage.c, fsuage.h: Likewise.
22431         * lib/fts.c, fts_.h: Likewise.
22432         * lib/getcwd.c: Likewise.
22433         * lib/getloadavg.c: Likewise.
22434         * lib/mkstemp.c: Likewise.
22435         * lib/mountlist.c, mountlist.h: Likewise.
22436         * lib/openat.c, openat.h: Likewise.
22437         * lib/readlink-stub.c: Likewise.
22438         * lib/readutmp.c, readutmp.h: Likewise.
22439         * lib/rename.c: Likewise.
22440         * lib/rmdir.c: Likewise.
22441         * lib/same.c: Likewise.
22442         * lib/savedir.c: Likewise.
22443         * lib/stripslash.c: Likewise.
22444         * lib/tempname.c: Likewise.
22445         * lib/xreadlink.c: Likewise.
22446         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
22447         All uses changed.
22448         * lib/exclude.h: Likewise.
22449
22450         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
22451         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22452         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
22453         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22454         * lib/pathmax.h: Include <limits.h> unconditionally, since other
22455         files have been getting away with it for years (MORE/BSD 4.3
22456         is extinct now).
22457         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
22458         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22459
22460         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
22461         Define to 256, not 255, as per modern POSIX.
22462
22463 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22464
22465         Sync from coreutils.
22466         Use "file name" when talking about file names, instead of "filename"
22467         or "path", as per the GNU coding standards.
22468         * MODULES.html.sh: mkdir-p renamed from makepath.
22469         filenamecat renamed from path-concat.
22470         * modules/filenamecat: Renamed from modules/path-concat.
22471         (Files): filenamecat.h and filenamecat.c renamed from
22472         path-concat.h and path-concat.c.
22473         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
22474         (Include): filenamecat.h, not path-concat.h.
22475         * modules/mkdir-p: Renamed from modules/makepath.
22476         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
22477         makepath.c.
22478         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
22479         (Include): mkdir-p.h, not makepath.h.
22480
22481 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22482
22483         Sync from coreutils.
22484         * m4/mkdir-p.m4: Renamed from makepath.m4.
22485         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
22486         Rename files from makepath.c to mkdir-p.c, and from
22487         makepath.h to mkdir-p.h.
22488         * m4/filenamecat.m4: Renamed from path-concat.m4.
22489         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
22490         Rename files from path-concat.c to filenamecat.c,
22491         and from path-concat.h to filenamecat.h.
22492         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
22493         "file name" in local variables or comments.
22494         * m4/rename.m4: Likewise.
22495
22496 2005-06-01  Bruno Haible  <bruno@clisp.org>
22497
22498         * modules/csharpexec: New file.
22499         * MODULES.html.sh (C#): New section.
22500
22501 2005-06-01  Bruno Haible  <bruno@clisp.org>
22502
22503         * m4/csharp.m4: New file, from GNU gettext.
22504         * m4/csharpexec.m4: New file, from GNU gettext.
22505
22506 2005-06-01  Bruno Haible  <bruno@clisp.org>
22507
22508         * lib/csharpexec.h: New file, from GNU gettext.
22509         * lib/csharpexec.c: New file, from GNU gettext.
22510         * lib/csharpexec.sh.in: New file, from GNU gettext.
22511
22512 2005-05-31  Derek Price  <derek@ximbiot.com>
22513             Paul Eggert  <eggert@cs.ucla.edu>
22514
22515         Sync from cvs.
22516         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22517
22518 2005-05-31  Derek Price  <derek@ximbiot.com>
22519             Paul Eggert  <eggert@cs.ucla.edu>
22520
22521         Sync from cvs.
22522         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22523
22524 2005-05-29  Derek Price  <derek@ximbiot.com>
22525
22526         * config/srclist.txt (glob_.h, glob.c): Add these files.
22527
22528 2005-05-29  Derek Price  <derek@ximbiot.com>
22529
22530         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
22531         * modules/glob: New file.
22532         * modules/getlogin_r: Add link to POSIX spec in description.
22533
22534 2005-05-29  Derek Price  <derek@ximbiot.com>
22535             Paul Eggert  <eggert@cs.ucla.edu>
22536
22537         * m4/glob.m4: New file.
22538
22539 2005-05-29  Derek Price  <derek@ximbiot.com>
22540             Paul Eggert  <eggert@cs.ucla.edu>
22541
22542         * lib/glob_.h, lib/glob.c: New files.
22543
22544 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22545
22546         * modules/fts (Files): Remove m4/inttypes-pri.m4.
22547         * modules/fts-lgpl (Depends-on): Remove gettext.
22548
22549 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22550
22551         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
22552         and don't require gt_INTTYPES_PRI.
22553
22554 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22555
22556         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
22557
22558         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
22559         the configuration hassle isn't worth it.
22560         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
22561         (LONGEST_MODIFIER, PRIuMAX): Remove.
22562
22563 2005-05-27  Bruno Haible  <bruno@clisp.org>
22564
22565         * lib/getlogin_r.h: Remove second include of <stddef.h>.
22566
22567 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
22568
22569         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
22570         _POSIX_PTHREAD_SEMANTICS for Solaris.
22571
22572 2005-05-25  Derek Price  <derek@ximbiot.com>
22573
22574         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
22575
22576 2005-05-25  Derek Price  <derek@ximbiot.com>
22577             Paul Eggert  <eggert@cs.ucla.edu>
22578
22579         * modules/getlogin_r, m4/getlogin_r.m4: New files.
22580         * lib/getlogin_r.c, getlogin_r.h: New files.
22581
22582 2005-05-25  Bruno Haible  <bruno@clisp.org>
22583             Derek Price  <derek@ximbiot.com>
22584
22585         * lib/getlogin_r.h: Simplify API documentation.
22586
22587 2005-05-23  Derek Price  <derek@ximbiot.com>
22588
22589         * modules/minmax (Files): Add m4/minmax.m4.
22590         (configure.ac): Add gl_MINMAX.
22591
22592 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22593
22594         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
22595         so that unistd-safer.h (GPL'ed code) need not be included.
22596
22597 2005-05-22  Bruno Haible  <bruno@clisp.org>
22598
22599         * m4/minmax.m4: New file.
22600         Based on a patch by Derek Price <derek@ximbiot.com>.
22601
22602 2005-05-22  Bruno Haible  <bruno@clisp.org>
22603
22604         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
22605         (INT64_MIN): Fix definition.
22606         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
22607
22608         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
22609         NEED_SIGNED_INT_TYPES.
22610
22611         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
22612         HAVE_SYSTEM_INTTYPES.
22613
22614 2005-05-22  Bruno Haible  <bruno@clisp.org>
22615
22616         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
22617         Also include <sys/param.h> if it defines MIN, MAX.
22618         Based on a patch by Derek Price <derek@ximbiot.com>.
22619
22620 2005-05-21  Jim Meyering  <jim@meyering.net>
22621
22622         * modules/fts (Files): Add m4/inttypes-pri.m4.
22623         (Depends-on): Add lstat and remove gettext.  Alphabetize.
22624
22625 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22626
22627         New fts module.
22628         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
22629         (setup_dir, free_dir): New functions.
22630         (enter_dir, leave_dir): Define trivial
22631         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
22632         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
22633         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
22634         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
22635         Move to fts-cycle.c.
22636         (fts_open): Use setup_dir.
22637         (fts_close): Use free_dir.
22638         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
22639         This adds a label and some gotos, but the alternatives were messier.
22640         Check for memory allocation failure when entering a dir.
22641         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
22642         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
22643         (FTS): New member fts_cycle, that is a union that contains the
22644         old active_dir_ht and cycle_state.  All uses changed to mention
22645         fts_cycle.ht and fts_cycle.state.
22646         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
22647         fts.c, with the following changes:
22648         (setup_dir, free_dir): New functions.
22649         (enter_dir): Now returns bool.  Return true if successful, false
22650         if memory exhausted.  All callers changed.
22651         Do not bother partly cleaning up on
22652         memory allocation failure; that is free_dir's job.
22653         However, free ad if hash_insert fails, to avoid memory leak.
22654         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
22655         fts->fts_options to see which union member to use.
22656
22657 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22658
22659         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
22660         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
22661
22662 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22663
22664         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
22665
22666 2005-05-20  Jim Meyering  <jim@meyering.net>
22667
22668         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
22669         Now a macro, to pacify GCC.
22670
22671 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22672
22673         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
22674         of -1.
22675
22676 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22677
22678         * lib/chown.c (rpl_chown): Return -1 on failure.
22679
22680 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22681
22682         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
22683         Don't check for stddef.h.
22684         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
22685         don't use its results.
22686         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
22687         since we include them unconditionally.  Don't require
22688         AM_STDBOOL_H, since stdbool is a prerequisite.
22689         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
22690         since we assume C89 or better.
22691         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
22692         as we don't use their results.
22693         Don't check for fchdir, memmove, memset, strrchr, as we use
22694         them unconditionally.
22695         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
22696         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
22697
22698 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22699
22700         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
22701         Include <stddef.h> unconditionally, since we assume C89 now.
22702         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
22703         * lib/fts.c: Include fts_.h first, to check interface.
22704         Do not include intprops.h; no longer needed.
22705         Include cycle-check.h and hash.h, since fts_.h no longer does.
22706         Remove unnecessary casts of closedir to void.
22707         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
22708         decide whether to decrement nlinks.
22709         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
22710         (FTS): Use struct hash_table * instead of Hash_table, so that
22711         we no longer need to include hash.h here.
22712
22713 2005-05-18  Jim Meyering  <jim@meyering.net>
22714
22715         * modules/dirfd (License): Change to LGPL.  Most of the code
22716         is already in the public domain.
22717
22718 2005-05-18  Jim Meyering  <jim@meyering.net>
22719
22720         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
22721         Reported by Yoann Vandoorselaere.
22722
22723 2005-05-17  Jim Meyering  <jim@meyering.net>
22724
22725         * m4/fts.m4: New file, from coreutils.
22726
22727 2005-05-17  Jim Meyering  <jim@meyering.net>
22728
22729         * lib/fts.c, lib/fts_.h: New files, from coreutils.
22730
22731 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22732
22733         Sync from coreutils.
22734         * m4/unlinkdir.m4: New file.
22735
22736 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22737
22738         Sync from coreutils.
22739         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
22740         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
22741         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
22742         White space changes only.
22743         * lib/makepath.c (make_path): Port to hosts where leading "//" is
22744         special.
22745         * lib/yesno.c: Include getline.h, not ctype.h.
22746         (yesno): Don't remove leading white space; POSIX doesn't allow it.
22747         Use getline to remove arbitrary restriction on response length.
22748
22749 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22750
22751         * config/srclist-update: Spell out "Street" in FSF postal
22752         mail address; this is the style the FSF seems to prefer.
22753
22754         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
22755         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
22756         this updates FSF postal mail address.
22757
22758         Sync from coreutils.
22759         * modules/unlinkdir: New file.
22760         * modules/yesno (Depends-on): Add getline.
22761         * MODULES.html.sh (File system functions): Add unlinkdir.
22762
22763 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22764
22765         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
22766         lib/strsep.h:
22767         Change the initial comment to refer to GPL, not LGPL.
22768         gnulib-tool will change it to LGPL as needed.
22769
22770         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
22771         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
22772         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
22773         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
22774         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22775         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22776         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22777         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22778         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22779         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22780         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22781         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22782         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22783         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22784         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22785         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22786         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22787         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22788         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22789         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22790         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22791         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22792         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22793         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22794         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22795         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22796         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22797         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22798         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22799         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22800         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22801         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22802         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22803         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22804         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22805         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22806         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22807         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22808         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22809         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22810         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22811         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22812         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22813         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22814         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22815         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22816         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22817         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22818         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22819         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22820         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22821         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22822         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22823         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22824         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22825         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22826         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22827         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22828         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22829         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22830         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22831         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22832         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22833         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22834         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22835         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22836         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22837         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22838         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22839         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22840         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22841         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22842         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22843         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22844         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22845         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22846         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22847         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22848         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22849         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22850         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22851         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22852         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22853         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22854         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22855         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22856         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22857         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22858         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22859         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22860         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22861         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22862         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22863         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22864         lib/yesno.c, lib/yesno.h:
22865         Update FSF postal mail address.
22866
22867 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22868
22869         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22870         tests/test-memmem.c, tests/test-stpncpy.c:
22871         Update FSF postal mail address.
22872
22873 2005-05-13  Bruno Haible  <bruno@clisp.org>
22874
22875         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22876         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22877         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22878         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22879         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22880         Add support for 64-bit integers in the MSVC compiler.
22881
22882 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22883
22884         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22885
22886 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22887
22888         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22889
22890 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22891
22892         * doc/getdate.texi (General date syntax): Don't say that date
22893         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22894         Problem reported by Nic Ferrier.
22895
22896 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22897
22898         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22899         specified in ai_socktype. Fix invalid ai_protocol
22900         check. ai_protocol is usually set to 0 or depending on
22901         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22902         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22903         ai_socktype / ai_protocol in the returned addrinfo structure.
22904
22905 2005-05-10  Simon Josefsson  <jas@extundo.com>
22906
22907         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22908         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22909
22910 2005-05-10  Karl Berry  <karl@gnu.org>
22911
22912         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22913         (from http://www.gnu.org/licenses).
22914         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22915         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22916         fdl.texi suffices.
22917
22918 2005-05-10  Karl Berry  <karl@gnu.org>
22919
22920         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22921         (COPYING.DOC): remove.
22922
22923         * config/srclist-update: new FSF address.
22924
22925 2005-05-10  Derek Price  <derek@ximbiot.com>
22926
22927         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22928         possible.
22929
22930 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22931             Bruno Haible  <bruno@clisp.org>
22932
22933         * modules/inet_ntop: New file.
22934         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22935         inet_ntop.
22936
22937 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22938             Bruno Haible  <bruno@clisp.org>
22939
22940         * m4/inet_ntop.m4: New file.
22941
22942 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22943             Bruno Haible  <bruno@clisp.org>
22944
22945         * lib/inet_ntop.h: New file.
22946         * lib/inet_ntop.c: New file, from glibc with modifications.
22947
22948 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22949
22950         * modules/time_r (License): Change to LGPL.
22951         * modules/extensions (License): Change to LGPL.  Actually,
22952         the license is more permissive than that, but currently gnulib-tool
22953         doesn't know how to handle more-permissive licenses.
22954
22955         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22956         Problem reported by Dave Love.
22957
22958 2005-05-08  Jim Meyering  <jim@meyering.net>
22959
22960         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22961         blank.
22962
22963 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22964
22965         * modules/argmatch (Depends-on): Add stdbool.
22966         * modules/backupfile (Depends-on): Likewise.
22967         * modules/chdir-long (Depends-on): Likewise.
22968         * modules/closeout (Depends-on): Likewise.
22969         * modules/cycle-check (Depends-on): Likewise.
22970         * modules/dirname (Depends-on): Likewise.
22971         * modules/fnmatch (Depends-on): Likewise.
22972         * modules/fsusage (Depends-on): Likewise.
22973         * modules/fwriteerror (Depends-on): Likewise.
22974         * modules/getcwd (Depends-on): Likewise.
22975         * modules/getloadavg (Depends-on): Likewise.
22976         * modules/hard-locale (Depends-on): Likewise.
22977         * modules/makepath (Depends-on): Likewise.
22978         * modules/mountlist (Depends-on): Likewise.
22979         * modules/nanosleep (Depends-on): Likewise.
22980         * modules/posixtm (Depends-on): Likewise.
22981         * modules/quotearg (Depends-on): Likewise.
22982         * modules/readtokens (Depends-on): Likewise.
22983         * modules/readtokens0 (Depends-on): Likewise.
22984         * modules/readutmp (Depends-on): Likewise.
22985         * modules/save-cwd (Depends-on): Likewise.
22986         * modules/strftime (Depends-on): Likewise.
22987         * modules/userspec (Depends-on): Likewise.
22988         * modules/utimecmp (Depends-on): Likewise.
22989         * modules/xgetcwd (Depends-on): Likewise.
22990         * modules/xnanosleep (Depends-on): Likewise.
22991         * modules/xstrtod (Depends-on): Likewise.
22992         * modules/yesno (Depends-on): Likewise.
22993
22994 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22995
22996         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22997         needless checks.
22998
22999 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
23000
23001         Merge from coreutils.  Among other things,
23002         add bulletproofing for cases where stdin, stdout, or stderr are closed.
23003         * lib/fd-safer.c: New file.
23004         * lib/fcntl-safer.h, open-safer.c: Remove.
23005         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
23006         * lib/dup-safer.c: Include unistd-safer.h first.
23007         Don't include errno.h.
23008         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
23009         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
23010         * lib/file-type.c: Rely on file-type.h change.
23011         * lib/getloadavg.c: Include unistd-safer.h.
23012         (getloadavg): Use safer open.
23013         * lib/getusershell.c: Include "stdio-safer.h".
23014         (getusershell): Use safer fopen.
23015         * lib/long-options.c (long_options): Use NULL rather than 0.
23016         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
23017         'free'.
23018         * lib/modechange.c: Likewise.
23019         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
23020         (MODE_DONE): New constant.
23021         (struct mode_change): Remove 'next' member.
23022         (make_node_op_equals): New function; like the old one of the
23023         same name, except it allocates an array.
23024         (mode_compile, mode_create_from_ref): Use it.
23025         (mode_compile): Allocate result as an array, not a linked list.
23026         Parse octal string ourself, so that we catch mistakes like "+0".
23027         (mode_adjust): Arg is an array, not a linked list.
23028         * lib/modechange.c: Include stat-macros.h, xalloc.h.
23029         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
23030         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
23031         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
23032         Remove.  This is now stat-macros.h's job.
23033         (talloc): Remove.  All callers replaced by xalloc, so that
23034         our invokers don't have to worry about reporting memory failures.
23035         (make_node_op_equals): Remove.
23036         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
23037         New constants.
23038         (struct mode_change): Moved here from modechange.h.
23039         (mode_append_entry): Remove.
23040         (mode_compile): Remove MASKED_OPS arg, since it encouraged
23041         apps to have incorrect behavior.  Use simpler algorithm for head
23042         and tail.  Don't futz with umask; that's now the job of mode_adjust.
23043         Detect more invalid usages rather than having somewhat-random behavior.
23044         Don't insert an "a=" action, as that leads to incorrect behavior.
23045         (mode_compile, mode_create_from_ref): Return NULL on error instead
23046         of an enum, since now there's only one way to have an error.  All
23047         callers changed.
23048         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
23049         at the correct time.  Simplify calculation of "+u" and its ilk.
23050         Don't mishandle "+X".
23051         (mode_free): Remove "register" and localize decls.
23052         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
23053         (struct mode_change): Move to modechange.c; callers don't
23054         need to see this stuff.
23055         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
23056         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
23057         (mode_change, mode_adjust): Reflect the new signatures noted above.
23058         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
23059         that might redefine system include files.
23060         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
23061         (my_usleep): Use NULL rather than (void *) 0.
23062         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
23063         Use siginterrupt to specify that system calls should be interrupted.
23064         (rpl_nanosleep): Move initialization of suspended closer to call of
23065         my_usleep.
23066         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
23067         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
23068         (desirable_utmp_entry): New function.
23069         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
23070         using x2nrealloc, to simplify logic.
23071         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
23072         size calculation.  Do not assume utmp file is a regular file.
23073         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
23074         (READ_UTMP_CHECK_PIDS): New constant.
23075         * lib/save-cwd.c: Include unistd-safer.h.
23076         (save_cwd): Use fd_safer.
23077         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
23078         [!_LIBC] Include "stat-macros.h" instead.
23079         * lib/unistd-safer.h (fd_safer): New decl.
23080
23081 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
23082
23083         * modules/getloadavg (Depends-on): Add unistd-safer.
23084         * modules/getusershell (Depends-on): Add stdio-safer.
23085         * modules/lstat (Depends-on): Remove xalloc.
23086         * modules/mkstemp (Depends-on): Add stat-macros.
23087         * modules/modechange (Depends-on): Remove xstrtol.
23088         Add stat-macros, xalloc.
23089         * modules/save-cwd (Depends-on): Add unistd-safer.
23090         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
23091         * modules/unistd-safer (Files): Add lib/fd-safer.c
23092         (Makefile.am): Remove lib_SOURCES.
23093
23094         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
23095         Remove fcntl-safer; unistd-safer supersedes it.
23096
23097 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
23098
23099         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
23100         AC_HEADER_STAT.
23101         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
23102         (gl_PREREQ_CHOWN): Remove.
23103         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
23104         it.  Don't require AC_HEADER_STAT.
23105         (gl_PREREQ_LSTAT): Remove.
23106         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
23107         Don't require AC_HEADER_STAT.
23108         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
23109         (gl_PREREQ_RMDIR): Remove.
23110         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
23111         mention stat-macros.h or AC_HEADER_STAT, since we'll make
23112         the stat-macros module a prerequisite.
23113         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
23114         * m4/filemode.m4 (gl_FILEMODE): Likewise.
23115         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
23116         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
23117         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
23118         variable names.
23119         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
23120         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
23121         variable prefixes.
23122         * m4/fcntl-safer.m4: Remove.
23123         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
23124         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
23125         Invoke gl_PREREQ_FD_SAFER.
23126         (gl_PREREQ_FD_SAFER): New macro.
23127         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
23128         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
23129         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
23130         Remove duplicate call to AC_LIBOBJ(readutmp).
23131         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
23132
23133         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
23134         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
23135
23136 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
23137
23138         * MODULES.html.sh (Misc): Add byteswap.
23139
23140 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23141
23142         * modules/getcwd (Depends-on): Add extensions.
23143         * modules/openat (Depends-on): Likewise.
23144
23145 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23146
23147         * modules/byteswap: New file.
23148
23149 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23150
23151         * m4/byteswap.m4: New file.
23152
23153 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23154
23155         * lib/byteswap_.h: New file.
23156
23157 2005-04-25  Karl Berry  <karl@gnu.org>
23158
23159         * m4/gettext.m4: Update from GNU gettext 0.14.4.
23160
23161 2005-04-25  Albert Chin  <china@thewrittenword.com>
23162
23163         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
23164         Toolkit C bug.
23165
23166 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
23167
23168         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
23169         (func_ln_if_changed) Remove forcibly for no error message
23170         in case file does not exist.
23171
23172 2005-04-19  Simon Josefsson  <jas@extundo.com>
23173
23174         * gnulib-tool (Options): Make --symlink mean --symbolic.
23175
23176 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
23177
23178         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
23179
23180 2005-04-16  Simon Josefsson  <jas@extundo.com>
23181
23182         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
23183
23184 2005-04-15  Simon Josefsson  <jas@extundo.com>
23185
23186         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
23187
23188 2005-04-15  Simon Josefsson  <jas@extundo.com>
23189
23190         * gnulib-tool: Rename --symlink to --symbolic.
23191
23192 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
23193
23194         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
23195         symbolic links to files instead of copying/moving.  Add --aux-dir,
23196         specifying directory relative --dir where auxiliary build tools
23197         are placed.
23198
23199 2005-04-14  Bruno Haible  <bruno@clisp.org>
23200
23201         * modules/allocsa (License): Change to LGPL.
23202         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23203
23204 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23205
23206         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
23207         that "UTC +1 second" continues to work.  Problem reported
23208         by Dmitry V. Levin.
23209         (relunit_snumber): New rule.
23210         (relunit): Use it.
23211
23212 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
23213
23214         * lib/getdate.y (universal_time_zone_table): New constant.
23215         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
23216         universal_time_zone_table.
23217         (lookup_zone): Prefer universal_time_zone_table to
23218         local_time_zone_table, so that "GMT" time stamps are allowed in
23219         London during the summer.  Problem reported by Ian Abbott.
23220
23221 2005-04-12  Jim Meyering  <jim@meyering.net>
23222
23223         * lib/human.c (humblock): Set *options even when returning due to
23224         xstrtoumax conversion failure.  Thanks to a used-uninitialized
23225         warning from gcc-4.
23226
23227 2005-04-09  Jim Meyering  <jim@meyering.net>
23228
23229         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
23230         -Wuninitialized: initialize tm0.tm_year.
23231
23232 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
23233
23234         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
23235         count, since there's no maximum.  All uses changed.
23236         Add member dsts_seen.
23237         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
23238         not being INT_MAX.
23239         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
23240         Use pc_rels_seen to decide whther a date is absolute.
23241
23242         * lib/getdate.y (number): Don't overwrite year.
23243         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
23244         check.
23245
23246 2005-04-02  Simon Josefsson  <jas@extundo.com>
23247
23248         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
23249         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
23250
23251 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
23252
23253         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
23254         where no absolute path name can be longer than PATH_MAX.
23255
23256 2005-03-27  Jim Meyering  <jim@meyering.net>
23257
23258         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
23259
23260 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
23261
23262         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
23263         "one's complement" -> "ones' complement" in comment, as per Knuth.
23264         "value of type" -> "type or expression" in comment.
23265         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
23266
23267 2005-03-26  Jim Meyering  <jim@meyering.net>
23268
23269         Comment nits.
23270         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
23271         Correct typos: s/or/of/.
23272
23273 2005-03-26  Jim Meyering  <jim@meyering.net>
23274
23275         * modules/check-include-files: Move to ../ and rename to...
23276         * check-module: ...this.
23277
23278 2005-03-25  Jim Meyering  <jim@meyering.net>
23279
23280         * modules/xvasprintf (Files): Add xalloc.h.
23281
23282 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
23283
23284         * modules/gettext (Files): config/config.rpath ->
23285         build-aux/config.rpath
23286         * modules/iconv (Files): Likewise.
23287         Problem reported by Oskar Liljeblad.
23288
23289 2005-03-23  Jim Meyering  <jim@meyering.net>
23290
23291         * modules/check-include-files: New script to check for
23292         missing dependencies, multiple includes, etc.
23293
23294         * modules/c-strtold (Depends-on): Add xalloc.
23295         * modules/c-strtod (Depends-on): Add xalloc.
23296         * modules/hash (Depends-on): Add xalloc.
23297         (Files): Remove lib/xalloc.h.
23298
23299         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
23300         * modules/userspec (Files): Add lib/inttostr.h.
23301
23302 2005-03-23  Jim Meyering  <jim@meyering.net>
23303
23304         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
23305
23306 2005-03-22  Jim Meyering  <jim@meyering.net>
23307
23308         * modules/stat-macros: New module.
23309         * modules/canonicalize, modules/euidaccess, modules/file-type,
23310         * modules/filemode, modules/lchown, modules/makepath,
23311         * modules/rmdir, modules/stat: Depend on new stat-macros module
23312         rather than listing lib/stat-macros.h manually.
23313         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
23314
23315 2005-03-22  Jim Meyering  <jim@meyering.net>
23316
23317         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
23318
23319 2005-03-22  Bruno Haible  <bruno@clisp.org>
23320
23321         * config/srclist.txt: Replace target directory 'config' with
23322         'build-aux'.
23323         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
23324         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
23325         ../build-aux/.
23326
23327 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
23328
23329         * modules/chdir-long (Depends-on): Add mempcpy.
23330
23331         * modules/acl, modules/backupfile, modules/c-strtod,
23332         modules/c-strtold, modules/canon-host, modules/canonicalize,
23333         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
23334         modules/exclude, modules/exitfail, modules/file-type,
23335         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
23336         modules/getdate, modules/getline, modules/getpagesize,
23337         modules/getpass, modules/getugroups, modules/group-member,
23338         modules/hard-locale, modules/hash, modules/human, modules/idcache,
23339         modules/inttostr, modules/long-options, modules/makepath,
23340         modules/md5, modules/memcasecmp, modules/memcoll,
23341         modules/modechange, modules/mountlist, modules/path-concat,
23342         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
23343         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
23344         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
23345         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
23346         modules/strftime, modules/strndup, modules/strverscmp,
23347         modules/timespec, modules/unlocked-io, modules/userspec,
23348         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
23349         modules/yesno:
23350         Remove lib_SOURCES line from Makefile.am section, as this is now
23351         done automatically by the corresponding Autoconf macro.
23352
23353 2005-03-21  Jim Meyering  <jim@meyering.net>
23354
23355         Changes imported from coreutils.
23356
23357         * lib/cycle-check.c: Don't include xalloc.h.
23358
23359         * lib/path-concat.c: Don't include assert.h.
23360         (path_concat): Remove assertion that would have triggered
23361         for ABASE starting with more than one slash.
23362         Reported by Andreas Schwab.
23363
23364         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
23365         properly when ABASE is an absolute file name.
23366         Correct the description of this function.
23367         Include <assert.h>.
23368         Add an assertion and a test driver.
23369         This fixes a bug introduced on 2004-07-02.
23370         Andreas Schwab reported the resulting failure of cp --parents:
23371         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
23372
23373 2005-03-21  Jim Meyering  <jim@meyering.net>
23374
23375         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
23376         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
23377
23378 2005-03-21  Jim Meyering  <jim@meyering.net>
23379         and  Paul Eggert  <eggert@cs.ucla.edu>
23380
23381         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
23382         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
23383         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
23384         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
23385         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
23386         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
23387         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
23388         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
23389         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
23390         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
23391         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
23392         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
23393         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
23394         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
23395         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
23396         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
23397         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
23398         for these modules.
23399
23400 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
23401
23402         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
23403         (which shouldn't happen), generate nothing instead of returning 0
23404         immediately, so that nstrftime (NULL, ...) doesn't return 0.
23405
23406 2005-03-16  Bruno Haible  <bruno@clisp.org>
23407
23408         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
23409         HAVE_LONGLONG_64BIT.
23410
23411 2005-03-16  Bruno Haible  <bruno@clisp.org>
23412
23413         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
23414         HAVE_LONGLONG_64BIT.
23415
23416 2005-03-16  Bruno Haible  <bruno@clisp.org>
23417
23418         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
23419         HAVE_LONGLONG_64BIT.
23420
23421 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23422
23423         * lib/strftime.c (my_strftime): Prepend space to format so that we can
23424         reliably distinguish strftime failure from empty output on POSIX
23425         hosts.
23426
23427 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23428
23429         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
23430         (iconv_string): Don't guess a size-zero buffer, as that might cause
23431         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
23432         result would be 'too large', where 'too large' is (heuristically)
23433         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
23434         overflow concerns.  This will prevent some unwanted malloc failures
23435         when the inputs are very large.
23436
23437 2005-03-15  Karl Berry  <karl@gnu.org>
23438
23439         * config/srclist.txt (config.rpath): from gettext.
23440         * config/config.rpath: update.
23441
23442 2005-03-15  Bruno Haible  <bruno@clisp.org>
23443
23444         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
23445         to 'negate'.
23446
23447         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
23448         variable.
23449
23450         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
23451         results.
23452
23453 2005-03-14  Simon Josefsson  <jas@extundo.com>
23454
23455         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
23456         <fx@gnu.org>.
23457
23458 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
23459
23460         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
23461         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
23462         intprops.h.
23463         * lib/strtol.c: Likewise.
23464
23465 2005-03-14  Jim Meyering  <jim@meyering.net>
23466
23467         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
23468         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
23469         to be nonzero so that we (and caller) can detect the difference
23470         between a valid zero-length expansion and an error return, even
23471         when the underlying strftime fails before writing anything into
23472         that location.
23473
23474 2005-03-14  Bruno Haible  <bruno@clisp.org>
23475
23476         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
23477         Update from GNU gettext 0.14.3.
23478
23479 2005-03-10  Jim Meyering  <jim@meyering.net>
23480
23481         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
23482
23483 2005-03-10  Jim Meyering  <jim@meyering.net>
23484
23485         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
23486         so that this module works on systems without fchdir.
23487
23488 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
23489
23490         Factor int-properties macros into a single file, except for
23491         glibc-related files.
23492         * lib/intprops.h: New file.
23493         * lib/getloadavg.c: Include it instead of limits.h.
23494         (INT_STRLEN_BOUND): Remove.
23495         * lib/human.c: Include intprops.h.
23496         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
23497         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
23498         302/1000.
23499         * lib/inttostr.h: Include intprops.h instead of limits.h.
23500         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
23501         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
23502         for consistency with intprops.h.
23503         (time_t_is_integer, twos_complement_arithmetic): Use them.
23504         * lib/sig2str.h: Include <signal.h>, intprops.h.
23505         (INT_STRLEN_BOUND): Remove.
23506         * lib/strftime.c (TYPE_SIGNED): Remove.
23507         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
23508         * lib/strtol.c: Adjust comments to match intprops.h.
23509         * lib/userspec.c: Include intprops.h.
23510         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
23511         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
23512         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
23513         instead of rolling our own expressions.
23514         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
23515
23516         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
23517         instead of int.
23518         (my_strftime): Do not mishandle years close to INT_MAX, by doing
23519         the right thing even if adding 1900 would overflow.  Similarly
23520         for tm_mon + 1 and tm_yday + 1.
23521         Make %Y always equivalent to %C%y, and similarly for %G and %g.
23522         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
23523         (DO_SIGNED_NUMBER): New macro.
23524         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
23525
23526 2005-03-07  Bruno Haible  <bruno@clisp.org>
23527
23528         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
23529
23530 2005-03-07  Bruno Haible  <bruno@clisp.org>
23531
23532         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
23533
23534 2005-03-04  Derek R. Price  <derek@ximbiot.com>
23535
23536         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
23537         (func_import): Only replace files via --import when they have actually
23538         changed.
23539
23540 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23541
23542         * m4/mmap-anon.m4: New file.
23543         * m4/pagealign_alloc.m4: New file.
23544
23545 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23546             Bruno Haible  <bruno@clisp.org>
23547
23548         * modules/pagealign_alloc: New file.
23549         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
23550
23551 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23552             Bruno Haible  <bruno@clisp.org>
23553
23554         * lib/pagealign_alloc.h: New file.
23555         * lib/pagealign_alloc.c: New file.
23556
23557 2005-03-03  Bruno Haible  <bruno@clisp.org>
23558
23559         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
23560         Use an all-permissive copyright notice, recommended by RMS.
23561
23562 2005-03-02  Bruno Haible  <bruno@clisp.org>
23563
23564         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
23565         of AIX, the replacement has to be done only after <string.h> is
23566         included, therefore not in config.h. stpncpy.h does the replacement,
23567         and stpncpy.c uses it.
23568
23569 2005-03-02  Bruno Haible  <bruno@clisp.org>
23570
23571         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
23572         stpncpy.c uses it.
23573
23574 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23575
23576         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
23577         The workaround isn't strictly needed for POSIX conformance, and
23578         it's too much of a pain to configure and maintain.  We'll ask
23579         people to fix their kernels instead.
23580         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
23581         (NANOSLEEP_BUG_WORKAROUND): Remove.
23582         (xnanosleep): Remove the workaround.
23583
23584 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23585
23586         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
23587         Reported by Derek Price.
23588         (Include): Add "timespec.h".
23589
23590         * modules/xnanosleep (Depends-on): Remove gethrxtime.
23591
23592 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23593
23594         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
23595         to detect nanosleep bug.
23596
23597 2005-03-01  Bruno Haible  <bruno@clisp.org>
23598
23599         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
23600
23601 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23602
23603         * modules/gethrxtime: New file.
23604         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
23605         (Depends-on): Add gethrxtime.
23606         (configure.ac): Add gl_XNANOSLEEP.
23607         (Makefile.am): Remove lib_SOURCES line.
23608
23609 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23610
23611         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
23612         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
23613
23614 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23615
23616         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
23617         * lib/timespec.h (gettime): Return void, since it always
23618         succeeds now.  All uses changed.
23619         * lib/gettime.c (gettime) Likewise.
23620         [HAVE_NANOTIME]: Prefer nanotime.
23621         Assume gettimeofday succeeds, as POSIX requires.
23622         Assime time () succeeds, since other code already does.
23623         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
23624         (timespec_subtract): Remove.
23625         (NANOSLEEP_BUG_WORKAROUND): New constant.
23626         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
23627         things considerably.  Use it only on GNU/Linux hosts, since the
23628         workaround shouldn't be needed elsewhere.
23629
23630 2005-02-24  Bruno Haible  <bruno@clisp.org>
23631
23632         * modules/gettext (Files): Add m4/glibc2.m4.
23633
23634 2005-02-24  Bruno Haible  <bruno@clisp.org>
23635
23636         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
23637         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
23638         * m4/progtest.m4:
23639         Update from GNU gettext 0.14.2.
23640         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
23641
23642 2005-02-24  Bruno Haible  <bruno@clisp.org>
23643
23644         * lib/localcharset.c: Update from GNU gettext 0.14.2.
23645         * lib/config.charset: Update from GNU gettext 0.14.2.
23646
23647 2005-02-24  Bruno Haible  <bruno@clisp.org>
23648
23649         * lib/gettext.h: Update from GNU gettext 0.14.2.
23650
23651 2005-02-23  Simon Josefsson  <jas@extundo.com>
23652
23653         * m4/iconvme.m4: New file.
23654
23655 2005-02-23  Jim Meyering  <jim@meyering.net>
23656
23657         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
23658         change.
23659         Thanks to Bruno Haible for catching it.
23660
23661 2005-02-22  Simon Josefsson  <jas@extundo.com>
23662
23663         * modules/iconvme: New file.
23664
23665         * MODULES.html.sh: Add iconvme.
23666
23667 2005-02-22  Simon Josefsson  <jas@extundo.com>
23668
23669         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
23670
23671 2005-02-22  Simon Josefsson  <jas@extundo.com>
23672
23673         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
23674
23675 2005-02-22  Jim Meyering  <jim@meyering.net>
23676
23677         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
23678         s/ifndef/ifdef/.
23679
23680 2005-02-20  Neil Conway  <neilc@samurai.com>
23681
23682         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
23683         returned by OSX/Darwin if the specified buffer is not large
23684         enough for the hostname.
23685
23686 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23687
23688         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
23689         pass it to _help, otherwise the latter coredumps trying to
23690         dereference state.root_argp.
23691
23692 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23693
23694         * modules/chdir-long (Depends-on): Add memrchr.
23695         * modules/memrchr (Files): Add lib/memrchr.h.
23696         (Include): "memrchr.h".
23697
23698 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23699
23700         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
23701
23702 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23703
23704         * lib/memrchr.h: New file.
23705         * lib/chdir-long.c: Include it.
23706         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
23707         Don't bother including stddef.h.
23708
23709 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23710
23711         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
23712         inclusion.
23713         Include <sys/types.h>, for dev_t.
23714         (ME_DUMMY, ME_REMOTE): Move from here....
23715         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
23716         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
23717         Dmitry V. Levin.
23718         Include mountlist.h first, to test the interface.
23719
23720 2005-01-29  Bruno Haible  <bruno@clisp.org>
23721
23722         * lib/progname.c (program_name): Initialize.
23723         Needed when linking statically on MacOS X.
23724
23725 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23726
23727         Sync from coreutils.
23728         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
23729         (Depends-on): Add c-strtod.
23730         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
23731
23732 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23733
23734         Sync from coreutils.
23735         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
23736
23737         Remove files that are specific to coreutils.
23738         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
23739
23740 2005-01-28  Bruno Haible  <bruno@clisp.org>
23741
23742         * modules/javacomp: New file.
23743         * MODULES.html.sh (Java): Add javacomp.
23744
23745 2005-01-28  Bruno Haible  <bruno@clisp.org>
23746
23747         * m4/javacomp.m4: New file, from GNU gettext.
23748
23749 2005-01-28  Bruno Haible  <bruno@clisp.org>
23750
23751         * lib/javacomp.sh.in: New file, from GNU gettext.
23752         * lib/javacomp.h: New file, from GNU gettext.
23753         * lib/javacomp.c: New file, from GNU gettext.
23754
23755 2005-01-26  Simon Josefsson  <jas@extundo.com>
23756
23757         * lib/gai_strerror.c: Use GPL in header.
23758
23759 2005-01-26  Bruno Haible  <bruno@clisp.org>
23760
23761         * modules/javaexec: New file.
23762         * MODULES.html.sh (Java): Add javaexec.
23763
23764 2005-01-26  Bruno Haible  <bruno@clisp.org>
23765
23766         * m4/javaexec.m4: New file, from GNU gettext.
23767
23768 2005-01-26  Bruno Haible  <bruno@clisp.org>
23769
23770         * lib/javaexec.sh.in: New file, from GNU gettext.
23771         * lib/javaexec.h: New file, from GNU gettext.
23772         * lib/javaexec.c: New file, from GNU gettext.
23773
23774 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23775
23776         * modules/lchown (Depends-on): Remove lchown.h
23777
23778 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23779
23780         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23781         must be defined if the header file was not found, in order
23782         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23783
23784 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23785
23786         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23787         initializers for struct pentry_state.
23788         (__argp_error): Check return value of __asprintf
23789         (__argp_failure): Translate error message
23790
23791         * lib/argp-parse.c: Removed braces around the expansion of N_()
23792
23793 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23794
23795         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23796         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23797         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23798         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23799         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23800         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23801         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23802         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23803         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23804         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23805         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23806         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23807         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23808         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23809         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23810         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23811         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23812         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23813         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23814         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23815         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23816         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23817         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23818         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23819         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23820         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23821         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23822         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23823         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23824         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23825         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23826         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23827         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23828         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23829         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23830         Use an all-permissive copyright notice, recommended by RMS.
23831
23832 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23833
23834         * modules/chdir-long (Depends-on): Remove mempcpy.
23835
23836 2005-01-21  Jim Meyering  <jim@meyering.net>
23837
23838         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23839         same value as for Solaris 9.
23840
23841         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23842         component length.  This included changing the parameter to be
23843         of type `char *' rather than `char const *'.
23844         * lib/chdir-long.h (chdir_long): Update prototype.
23845
23846         * lib/openat.c (fdopendir, fstatat): New functions.
23847         * lib/openat.h: Include headers required for use of DIR and struct
23848         stat.
23849         [AT_SYMLINK_NOFOLLOW]: Define.
23850         (fdopendir, fstatat): Add prototypes.
23851
23852 2005-01-21  Bruno Haible  <bruno@clisp.org>
23853
23854         * modules/classpath: New file.
23855         * MODULES.html.sh (Java): Add classpath.
23856
23857 2005-01-21  Bruno Haible  <bruno@clisp.org>
23858
23859         * lib/classpath.h: New file, from GNU gettext.
23860         * lib/classpath.c: New file, from GNU gettext.
23861
23862 2005-01-20  Simon Josefsson  <jas@extundo.com>
23863
23864         * modules/version-etc-fsf: New file.
23865
23866 2005-01-20  Simon Josefsson  <jas@extundo.com>
23867
23868         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23869         * lib/version-etc.c: Remove version_etc_copyright.
23870         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23871         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23872
23873 2005-01-20  Simon Josefsson  <jas@extundo.com>
23874
23875         * lib/base64.h (isbase64): Add.
23876
23877         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23878         using a unsigned prototype, don't inline.
23879         (base64_decode): Use it.
23880
23881 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23882
23883         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23884         it.
23885
23886 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23887
23888         * lib/save-cwd.c (save_cwd): Remove code to support the case
23889         where fchdir is missing or flaky.
23890
23891 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23892
23893         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23894
23895 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23896
23897         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23898         AC_LIBSOURCES now does this.
23899         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23900         with new ullong_max module.
23901
23902 2005-01-19  Bruno Haible  <bruno@clisp.org>
23903
23904         * modules/sh-quote: New file.
23905         * MODULES.html.sh (Executing programs): Add sh-quote.
23906
23907 2005-01-19  Bruno Haible  <bruno@clisp.org>
23908
23909         * lib/sh-quote.h: New file, from GNU gettext.
23910         * lib/sh-quote.c: New file, from GNU gettext.
23911
23912 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23913
23914         Merge from coreutils.
23915         * m4/ullong_max.m4: New file.
23916         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23917         (gl_MACROS): Assume localeconv exists.
23918
23919 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23920
23921         Merge changes from coreutils, as described below in several
23922         changelogs dated today.
23923
23924         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23925         (O_DIRECTORY): Remove; not needed here, since "." must be
23926         a directory.  All uses removed.
23927         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23928         universal on Suns, and we also need to test for IRIX.
23929         Revamp code to use 'if' rather than '#if'.
23930         Avoid unnecessary comparison of cwd->desc to 0.
23931
23932         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23933         for known valid error numbers rather than observed invalid ones.
23934
23935 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23936
23937         * modules/ullong_max: New file.
23938
23939         * modules/chdir-long, modules/openat: New files.
23940         * modules/save-cwd (Depends-on): Depend on chdir-long.
23941         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23942
23943 2005-01-18  Jim Meyering  <jim@meyering.net>
23944
23945         Merge from coreutils.
23946         * m4/chdir-long.m4, m4/openat.m4: New files.
23947         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23948         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23949         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23950         is sane and DOES follow symlinks.  Besides, testing 20 different
23951         systems found no broken chown implementations.
23952         Prompted by a change in rsync's copy of this macro.
23953         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23954
23955         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23956
23957         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23958         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23959         NULL-means-set-to-current-time semantics.
23960         Remove temporary file immediately, rather than waiting
23961         for configure's at-exit trap code to do it.
23962
23963 2005-01-18  Jim Meyering  <jim@meyering.net>
23964
23965         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23966
23967         * lib/utimens.c (futimens): Account for the fact that futimes
23968         can also fail with errno == ENOSYS or errno == ENOENT.
23969         Patch from Dmitry V. Levin.
23970
23971         Change the name of the robust chdir function from chdir to chdir_long.
23972         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23973         (restore_cwd): Use chdir_long, not chdir.
23974         * lib/chdir-long.c: Renamed from chdir.c.
23975         * lib/chdir-long.h: Renamed from chdir.h.
23976         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23977         Hurd.
23978
23979 2005-01-18  Bruno Haible  <bruno@clisp.org>
23980
23981         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23982         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23983         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23984         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23985         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23986         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23987         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23988         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23989         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23990         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23991         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23992         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23993         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23994         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23995         Use an all-permissive copyright notice, recommended by RMS.
23996
23997 2005-01-18  Bob Proulx  <bob@proulx.com>
23998
23999         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
24000         simplify offsetof() macro construct to avoid compile failure with
24001         native HP-UX 11.0 ANSI C compiler.
24002
24003 2005-01-17  Bruno Haible  <bruno@clisp.org>
24004
24005         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
24006         redundant because stpncpy.m4 takes care of it.
24007
24008 2005-01-17  Bruno Haible  <bruno@clisp.org>
24009
24010         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
24011
24012 2005-01-17  Bruno Haible  <bruno@clisp.org>
24013
24014         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
24015         used.
24016
24017 2005-01-17  Bruno Haible  <bruno@clisp.org>
24018
24019         * lib/fwriteerror.h (fwriteerror): Change specification to include
24020         fclose.
24021         * lib/fwriteerror.c: Include <stdbool.h>.
24022         (fwriteerror): At the end, close the file stream. Record whether
24023         stdout was already closed.
24024
24025 2005-01-17  Bruno Haible  <bruno@clisp.org>
24026
24027         * lib/execute.c (environ): Declare if needed.
24028         * lib/pipe.c (environ): Likewise.
24029         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
24030
24031 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24032
24033         * modules/argp: Depend on vsnprintf
24034
24035 2005-01-10  Jim Meyering  <jim@meyering.net>
24036
24037         * modules/closeout (Depends-on): Add atexit.
24038
24039 2005-01-06  Bruno Haible  <bruno@clisp.org>
24040
24041         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
24042
24043 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
24044
24045         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
24046         definitions to be after all include files, to avoid collisions.
24047         Problem reported by Bob Proulx.
24048
24049 2005-01-04  Jim Meyering  <jim@meyering.net>
24050
24051         Changes imported from coreutils.
24052         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
24053         as the mkstemp template, use a temporary directory and an
24054         8.3-friendly template to avoid trouble on systems like DJGPP.
24055         Reported by Juan M. Guerrero via Stepan Kasal.
24056         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
24057         close. Remove the temporary directory right away, rather than waiting
24058         for configure's at-exit trap code to do it.
24059         Suggestion from Stepan Kasal.
24060
24061 2005-01-01  Simon Josefsson  <jas@extundo.com>
24062
24063         * gnulib-tool: Print #include directives when --import'ing.
24064
24065 2004-12-28  Simon Josefsson  <jas@extundo.com>
24066
24067         * tests/test-base64.c: Include required header files.  Remove
24068         unused variables.
24069
24070 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
24071
24072         * modules/error (Depends-on): Remove gettext.
24073
24074 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
24075
24076         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
24077         not needed.  This removes a dependency on the gettext module.
24078         [defined _LIBC]: Do not include <libintl.h>; not needed.
24079
24080 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
24081
24082         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
24083         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
24084
24085 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
24086
24087         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
24088         HAVE_DECL_STRTOLD.
24089
24090 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24091
24092         * modules/getdate (Depends-on): Remove alloca-opt.
24093
24094 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24095
24096         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
24097
24098 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
24099
24100         * lib/argp-parse.c: Include <stddef.h>.
24101         (alignof, alignto): New macros.
24102         (parser_init): Don't assume that void * is aligned sufficiently
24103         for struct option.
24104
24105         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
24106         need to extend the stack.
24107         (YYINITDEPTH): New macro, so that the initial stack isn't overly
24108         large.
24109
24110 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24111
24112         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
24113
24114 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
24115
24116         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
24117         (2004-10-24) change.  Apparently this was a false alarm.
24118
24119         * modules/getdate: Depend on alloca-opt, not alloca.
24120
24121 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
24122
24123         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
24124         Remove now-obsolete comment about AIX.
24125         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
24126         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
24127         (YYMAXDEPTH): New macro.
24128
24129 2004-12-18  Simon Josefsson  <jas@extundo.com>
24130
24131         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
24132
24133 2004-12-18  Bruno Haible  <bruno@clisp.org>
24134
24135         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
24136
24137 2004-12-18  Bruno Haible  <bruno@clisp.org>
24138
24139         * lib/fatal-signal.c (fatal_signals): Make non-const.
24140         (init_fatal_signals): New function.
24141         (uninstall_handlers, install_handlers): Ignore signals that were set to
24142         SIG_IGN.
24143         (at_fatal_signal): Call init_fatal_signals.
24144         (init_fatal_signal_set): Likewise. Ignore signals that were set to
24145         SIG_IGN.
24146         Reported by Paul Eggert.
24147
24148 2004-12-18  Bruno Haible  <bruno@clisp.org>
24149
24150         * doc/alloca.texi: New file.
24151         * doc/alloca-opt.texi: New file.
24152
24153 2004-12-17  Jim Meyering  <jim@meyering.net>
24154
24155         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
24156         Otherwise, install-sh could exit with improper exit status when
24157         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
24158
24159 2004-12-16  Simon Josefsson  <jas@extundo.com>
24160
24161         * tests/test-base64.c: Add license.
24162
24163 2004-12-15  Stepan Kasal  <address@hidden>
24164
24165         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
24166
24167 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
24168
24169         * modules/getcwd (Files): Add m4/d-ino.m4.
24170         Suggested by Mark D. Baushke.
24171
24172 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
24173
24174         * lib/getdate.y (textint): New member "negative".
24175         (time_zone_hhmm): New function.
24176         Expect 14 shift-reduce conflicts, not 13.
24177         (o_colon_minutes): New rule.
24178         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
24179         (yylex): Set the "negative" member of signed numbers.
24180
24181 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
24182
24183         * doc/getdate.texi (Time of day items, Time zone items):
24184         Describe new formats +00:00, UTC+00:00.
24185
24186 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24187
24188         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
24189         spurious "-l"s.  Problem reported by Stepan Kasal.
24190
24191 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
24192
24193         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
24194         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
24195
24196 2004-12-04  Simon Josefsson  <jas@extundo.com>
24197
24198         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
24199         Vandoorselaere <yoann@prelude-ids.org>.
24200
24201 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24202
24203         Changes imported from coreutils.
24204         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
24205         exist.
24206         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
24207
24208 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24209
24210         Changes imported from coreutils.
24211         * lib/hard-locale.c: Assume <locale.h> exists.
24212         Include "strdup.h".
24213         (GLIBC_VERSION): New macro.
24214         (hard_locale): Assume setlocale exists.
24215         Rewrite to avoid #ifdef.
24216         Use strdup rather than malloc + strcpy.
24217         * lib/human.c: Assume <locale.h> exists.
24218         (human_readable): Assume localeconv exists.
24219
24220 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24221
24222         * modules/hard-locale (Depends-on): Add strdup.
24223
24224 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24225
24226         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
24227         convert T2, not T.  (Imported from libc.)
24228
24229 2004-11-30  Simon Josefsson  <jas@extundo.com>
24230
24231         * modules/restrict (License): Change to LGPL.
24232
24233 2004-11-30  Simon Josefsson  <jas@extundo.com>
24234
24235         * m4/restrict.m4: Add copyright and copying conditions.
24236
24237 2004-11-30  Simon Josefsson  <jas@extundo.com>
24238
24239         * m4/base64.m4: New file.
24240
24241 2004-11-30  Simon Josefsson  <jas@extundo.com>
24242
24243         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
24244         base64.
24245
24246         * tests/test-base64.c: New file.
24247
24248         * modules/base64: New file.
24249
24250 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
24251
24252         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
24253         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
24254
24255         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
24256
24257 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
24258
24259         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
24260         (__getcwd.c): Don't restore errno; glibc doesn't.
24261         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
24262         first, falling back to our code only if its results look suspicious.
24263         Ensure that the resulting buffer is only as large as necessary.
24264
24265         * lib/readutmp.c: Include readutmp.h first.
24266         Include <errno.h>, since readutmp.h no longer does that.
24267         * lib/readutmp.h: Don't include <errno.h>,
24268         <sys/param.h>, <time.h>; not needed to establish interface.
24269         (errno): Remove decl.
24270         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
24271         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
24272         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
24273
24274 2004-11-28  Simon Josefsson  <jas@extundo.com>
24275
24276         * lib/base64.h, base64.c: New file.
24277
24278 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
24279
24280         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
24281
24282 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
24285         (Depends-on): Remove pathmax, same.  Add mempcpy.
24286         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
24287         (Makefile.am): Append getcwd.h to lib_SOURCES.
24288         (Include): Add getcwd.h.
24289         (Maintainer): Change from Jim Meyering to "all, glibc",
24290         since getdate now uses intended-for-glibc code.
24291         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
24292         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
24293
24294 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24295
24296         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
24297         HP's ANSI C compiler.
24298         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
24299         Declaring int functions causes warnings on some modern systems and
24300         shouldn't be needed to compile on ancient ones.
24301         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
24302         defined.
24303
24304         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
24305         with the following changes.
24306         (__set_errno): Parenthesize properly.
24307         Include <stdbool.h>.
24308         (MIN, MAX, MATCHING_INO): New macros.
24309         (__getcwd): Define with prototype, not K&R form.
24310         Use heuristics to allocate default buffer on stack if possible.
24311         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
24312         behavior, and to avoid the PATH_MAX limit when computing
24313         ../../../../...
24314         Use MATCHING_INO to compare inode number to file.
24315         Check for arithmetic overflow in size calculations.
24316         Fix bug in reallocation of dot array that caused getcwd to fail
24317         on directories nested deeper than 75.
24318         Be more careful about saving errno on error.
24319         Do not use realloc; use only free+malloc, as this is a bit
24320         more flexible and avoids a needless copy operation.
24321         Do not inspect st_dev and st_ino for symbolic links; POSIX
24322         doesn't specify the latter.
24323         Check for closedir errors.
24324         Avoid needless casts.
24325         Use "#ifdef weak_alias" around weak_alias, to be like other
24326         glibc code.
24327         The following changes to getcwd.c have effect only when used in
24328         gnulib; they have no effect inside glibc proper.
24329         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
24330         as alloca isn't used.
24331         (alloca, __alloca): Likewise.
24332         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
24333         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24334         unconditionally, as gnulib assumes C89 or better.
24335         Do not include <sys/param.h>.
24336         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
24337         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
24338         better.
24339         (NULL) [!defined NULL]: Remove; we assume C89 or better.
24340         Include <dirent.h> in a way that is compatible with modern Autoconf.
24341         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
24342         New macros, if not already defined.
24343         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
24344         Use "_LIBC", not "defined _LIBC", for consistency.
24345         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
24346         a mempcpy module.
24347         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
24348         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
24349         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
24350         credit only to Jim Meyering and adjust the copyright dates.
24351         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
24352         <stdlib.h>, <unistd.h>, "pathmax.h".
24353         Instead, include "xgetcwd.h" (first) and "getcwd.h".
24354         (INITIAL_BUFFER_SIZE): Remove.
24355         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
24356
24357 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24358
24359         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
24360         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
24361         Use the _ONCE methods, for efficiency.
24362         Check for fcntl.h.  In test program, include <errno.h>
24363         and <fcntl.h> if available.  Remove old K&R cruft from
24364         test program.  Check for common errors in GNU/Linux,
24365         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
24366         don't do AC_LIBOBJ, as that's getcwd.m4's job.
24367         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
24368         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
24369         name accordingly.
24370         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
24371         accommodate new getcwd.c.
24372         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
24373         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
24374         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
24375         that's all we need now.
24376
24377 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24378
24379         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
24380         argp-parse.c depends on getopt internals, that means we should
24381         always use our getopt, to be on the safe side.
24382         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
24383         order not to spoil the result of an eventual previous invocation
24384         of gl_GETOPT_SUBSTITUTE.
24385
24386 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24387
24388         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
24389         redefinition warnings. To avoid them, include the defines
24390         in `#if !defined __need_getopt ... #endif'. The only place
24391         where __getopt_argv_const is used is in definitions
24392         of getopt_long and getopt_long_only below, which are as well
24393         protected by `#ifndef __need_getopt'.
24394         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
24395         __need_getopt after including <stdio.h> and <unistd.h> These
24396         headers might have defined it.
24397
24398 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24399
24400         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
24401
24402 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24403
24404         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
24405         (futimens): New function, which uses futimes if available.
24406         (futimens, utimens): Support timespec==NULL, with same semantics
24407         as utime and utimens.
24408         * lib/utimens.h (futimens): New decl.
24409
24410 2004-11-23  Jim Meyering  <jim@meyering.net>
24411
24412         * lib/getopt_.h: Remove trailing blanks.
24413
24414 2004-11-23  Jim Meyering  <jim@meyering.net>
24415
24416         * lib/__fpending.c: Add comment.
24417
24418 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
24419
24420         * modules/canonicalize (Depends-on): Add xreadlink.
24421         Problem reported by James Youngman.
24422
24423 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24424
24425         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
24426         New macros.
24427         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
24428         optopt): Use them instead of invoking ## directly; otherwise, the
24429         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
24430
24431 2004-11-19  Bruno Haible  <bruno@clisp.org>
24432
24433         * lib/strtok_r.c: Move comments from here...
24434         * lib/strtok_r.h: ... to here.
24435
24436 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24437
24438         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
24439         implementations that mishandle size_t overflow.
24440
24441 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24442
24443         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
24444         might fail.  Problem reported by Yoann Vandoorselaere.
24445         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
24446         implementations that mishandle size_t overflow.
24447
24448 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24449
24450         * modules/canon-host (Depends-on): Add strdup.
24451
24452 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24453
24454         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
24455
24456 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24457
24458         * lib/canon-host.c: Include "strdup.h".
24459         (canon_host): Use getaddrinfo if available, so that IPv6 works.
24460         Use strdup instead of malloc/strcpy to duplicate strings.
24461
24462         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
24463         (human_space_before_unit): New constant.
24464         * lib/human.c (human_readable): Support it.
24465
24466         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
24467         (xgetcwd): Set errno correctly when failing.
24468         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
24469         the failure is actually due to a PATH_MAX problem.
24470
24471         Further getopt changes to make it more likely that glibc will
24472         buy the changes back.
24473         * lib/getopt.c (POSIXLY_CORRECT): New constant.
24474         (getopt): Use it, so to preserve glibc semantic
24475         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
24476         when compiling for libc.
24477         * lib/getopt_.h (__getopt_argv_const): Bring it back.
24478         (getopt_long, getopt_long_only): Use it.
24479
24480         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24481         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
24482         (getopt): Argv is now char * const *, as per standard.
24483         (_getopt_internal_r, _getopt_internal): Argv is now char **,
24484         not char *__getopt_argv_const *.
24485         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24486         _getopt_long_only_r): Likewise.
24487         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
24488         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24489         _getopt_long_r, _getopt_long_only_r): Likewise.
24490         * lib/getopt_.h (__getopt_argv_const): Remove.
24491         (getopt): Argv is now char * const *, as per standard.
24492
24493         * lib/getdate.y (tORDINAL): New token.
24494         (day, relunit): Allow it for relative times.
24495         (relative_time_table): Use tORDINAL for ordinals.
24496
24497 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24498
24499         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
24500         Document that "second" isn't allowed as an ordinal number.
24501
24502 2004-11-16  Jim Meyering  <jim@meyering.net>
24503
24504         * modules/closeout (Depends-on): Add fpending.
24505
24506 2004-11-15  Jim Meyering  <jim@meyering.net>
24507
24508         * lib/closeout.c: Include "__fpending.h" once again.
24509         Include <stdbool.h>.
24510         (close_stdout): Don't fail just because stdout was closed initially,
24511         since some programs don't write to stdout in the normal course of
24512         operation (other than --version and --help), and we don't want this
24513         function to make e.g. `touch file >&-' fail.
24514         But do fail if it was closed and someone has tried to write to it.
24515         E.g., `printf foo >&-' must fail.
24516
24517 2004-11-13  Jim Meyering  <jim@meyering.net>
24518
24519         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
24520
24521 2004-11-12  Simon Josefsson  <jas@extundo.com>
24522
24523         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
24524         small doc fix is still pending.
24525
24526 2004-11-11  Simon Josefsson  <jas@extundo.com>
24527
24528         * modules/strtok_r: New file.
24529
24530         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24531         strtok_r.
24532
24533 2004-11-11  Simon Josefsson  <jas@extundo.com>
24534
24535         * m4/strtok_r.m4: New file.
24536
24537         * m4/getopt.m4: Replace opterr.
24538
24539 2004-11-11  Simon Josefsson  <jas@extundo.com>
24540
24541         * lib/strtok_r.h, strtok_r.c: New file.
24542
24543 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24544
24545         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
24546         of replacing opterr, getopt, etc.  This should handle the
24547         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
24548
24549 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24550
24551         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
24552         we can stop lying to compilers about the constness of argv when we
24553         are compiled outside glibc.
24554         (getopt, getopt_long, getopt_long_only): Use it.
24555         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24556         _getopt_internal, getopt): Likewise.
24557         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24558         _getopt_long_only_r): Likewise.
24559         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24560         _getopt_long_r, _getopt_long_only_r): Likewise.
24561
24562         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
24563         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
24564         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
24565         the other external symbols.
24566         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
24567         declaration, since the above renaming now works around collisions.
24568
24569 2004-11-11  Jim Meyering  <jim@meyering.net>
24570
24571         * lib/linebreak.c: Remove trailing blanks.
24572         * lib/alloca_.h: Likewise.
24573         * lib/acosl.c: Likewise.
24574         * lib/euidaccess.c: Likewise.
24575         * lib/allocsa.h: Likewise.
24576
24577 2004-11-10  Simon Josefsson  <jas@extundo.com>
24578
24579         * m4/getaddrinfo.m4: New file.
24580
24581 2004-11-10  Simon Josefsson  <jas@extundo.com>
24582
24583         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
24584
24585 2004-11-10  Simon Josefsson  <jas@extundo.com>
24586
24587         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24588         getaddrinfo.
24589
24590         * modules/getaddrinfo: New file.
24591
24592 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24593
24594         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
24595
24596 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24597
24598         * lib/mktime.c (SHR): New macro, which is a portable
24599         substitute for >> that should work even on Crays.
24600         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
24601         Problem reported by Mark D. Baushke in
24602         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
24603         * lib/getdate.y (SHR): Likewise.
24604         (tm_diff): Use it.
24605         * lib/strftime.c (SHR): Likewise.
24606         (tm_diff): Use it.
24607         * lib/quotearg.c (struct quoting_options): Use unsigned int for
24608         quote_these_too, so that right shifts are well defined.  All uses
24609         changed.
24610
24611 2004-11-10  Jim Meyering  <jim@meyering.net>
24612
24613         Ensure that no close failure goes unreported.
24614         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
24615         return early when it seems there's nothing to flush.
24616         Don't include __fpending.h.
24617
24618 2004-11-10  Jim Meyering  <jim@meyering.net>
24619
24620         * modules/closeout (Depends-on): Remove fpending.
24621
24622 2004-11-10  Jim Meyering  <jim@meyering.net>
24623
24624         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
24625
24626 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24627
24628         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
24629         gl_FUNC_STRFTIME.
24630         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
24631         and AC_REQUIRE when possible, to avoid duplicate checks.
24632         Check for <wchar.h>.
24633
24634 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24635
24636         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
24637
24638 2004-11-09  Bruno Haible  <bruno@clisp.org>
24639
24640         * m4/sockpfaf.m4: New file.
24641
24642 2004-11-05  Bruno Haible  <bruno@clisp.org>
24643
24644         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
24645         Reported by Mark D. Baushke <mdb@cvshome.org>.
24646
24647 2004-11-04  Bruno Haible  <bruno@clisp.org>
24648
24649         2004-09-11  Bruno Haible  <bruno@clisp.org>
24650                 * allocsa.valgrind: New file.
24651         2004-02-06  Bruno Haible  <bruno@clisp.org>
24652                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
24653                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
24654                 Reported by Christopher Seip <chris.seip@hp.com>.
24655
24656 2004-11-04  Bruno Haible  <bruno@clisp.org>
24657
24658         * modules/allocsa (Files): Add lib/allocsa.valgrind.
24659         (Makefile.am): Distribute it.
24660
24661 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24662
24663         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
24664         with errno == ERANGE if the buffer is too small.
24665         Problem reported by Mark D. Baushke.
24666
24667 2004-11-03  Albert Chin  <china@thewrittenword.com>
24668             Paul Eggert  <eggert@cs.ucla.edu>
24669
24670         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
24671         equivalent, substitute $ac_type for equivalent type rather than
24672         blindly using uint32_t *always* which won't work if uint32_t is not
24673         available.  Define _UINT32_T to work around typedef of uint32_t if
24674         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
24675         2.5.1.
24676
24677 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24678
24679         * m4/jm-macros.m4: Sync from coreutils.
24680         (gl_MACROS): Check for mbrlen, for pathchk.
24681         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
24682
24683 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24684
24685         * lib/xreadlink.c (MAXSIZE): New macro.
24686         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
24687         size does not exceed MAXSIZE.  Avoid cast.
24688         As suggested by Mark D. Baushke in
24689         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
24690         if readlink fails with buffer size just under MAXSIZE, try again
24691         with MAXSIZE.
24692
24693 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24694
24695         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
24696
24697 2004-11-02  Derek R. Price  <derek@ximbiot.com>
24698         and  Paul Eggert  <eggert@cs.ucla.edu>
24699
24700         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
24701         (get_date): Overparenthesize to avoid GCC warning.
24702
24703 2004-11-02  Bruno Haible  <bruno@clisp.org>
24704
24705         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
24706         returns void.
24707
24708 2004-11-02  Bruno Haible  <bruno@clisp.org>
24709
24710         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
24711         function returns void.
24712
24713 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24714
24715         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
24716         fflush_unlocked, flockfile, funlockfile, funlockfile,
24717         fputs_unlocked, putc_unlocked.
24718
24719 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24720
24721         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24722         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
24723         already declared.
24724
24725 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24726
24727         * modules/getdate (Files): Add doc/getdate.texi.
24728         (Depends-on): Add setenv, xalloc.
24729
24730 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24731
24732         * lib/getdate.y: Add support for TZ="foo" within a date string.
24733         Fix some bugs near time_t boundaries.  Reject dates with
24734         out-of-range components, e.g., "Sept 31".
24735         Include <stdlib.h>, "setenv.h", "xalloc.h".
24736         (ISDIGIT_LOCALE): Remove; unused.
24737         Note that the TZ and time functions used here are not reentrant.
24738         (mktime_ok, get_tz): New functions.
24739         (TZBUFSIZE): New constant.
24740         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
24741         This requires that we sometimes generate our own TZ="XXX..." setting.
24742
24743 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24744
24745         * doc/getdate.texi: New file, from coreutils with modifications for
24746         the new TZ parsing.
24747
24748 2004-10-27  Derek R. Price  <derek@ximbiot.com>
24749
24750         * lib/mktime.c (not_equal_tm): Remove redundant check.
24751
24752 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24753
24754         * modules/regex (lib_SOURCES): Add regex.c.
24755         Reported by James Youngman in
24756         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
24757
24758 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24759
24760         * lib/getdate.y: Use Bison 1.875 features, and some minor
24761         code cleanups.  This change does not affect semantics.
24762         Don't include <stdlib.h>; no longer needed.
24763         Don't include unlocked-io.h; only the "#if TEST" code uses
24764         stdio, and performance isn't crucial there.
24765         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
24766         Bison 1.875 features as described below.
24767         All uses of "PC." replaced by "pc->".
24768         (YYSTYPE): Add a forward declaration.
24769         (yylex, yyerror): Use full prototypes in forward decls.
24770         Use "%pure-parser" rather than obsolescent "%pure_parser".
24771         Use %parse-param and %lex-param instead of obsolescent
24772         YYPARSE_PARAM and YYLEX_PARAM.
24773         (meridian_table, month_and_day_table, time_units_table,
24774         relative_time_table, time_zone_table, military_table,
24775         lookup_zone, lookup_word, get_date):
24776         Use NULL instead of 0 where appropriate.
24777         (to_hour): Avoid abort (), to avoid a dependency on
24778         stdlib.h.
24779         (yyerror, yylex): Now accepts parser_control * arg.
24780         (main) [TEST]: Use '\0' rather than 0 for char.
24781
24782 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24783
24784         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24785
24786 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24787
24788         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24789         It's now the caller's responsibility to handle the case where
24790         !HAVE_GETPAGESIZE && !defined getpagesize.
24791
24792         * lib/mktime.c (leapyear): Arg is long int, not int.
24793
24794 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24795
24796         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24797
24798 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24799
24800         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24801         missing.  Problem reported by James Youngman.
24802
24803 2004-10-16  Simon Josefsson  <jas@extundo.com>
24804
24805         * gnulib-tool: Fix comments.  Fix parse problem.
24806         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24807
24808 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24809
24810         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24811         implementation of getopt_long.  Problem reported by Alexander Taler in:
24812         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24813
24814 2004-10-15  Bruno Haible  <bruno@clisp.org>
24815
24816         * gnulib-tool: Untabify. Initialize supplied_libname.
24817         (func_usage): More homogenous output.
24818         (func_modules_transitive_closure, func_modules_to_filelist,
24819         func_emit_lib_Makefile_am): New functions.
24820         (func_import): New function, extracted from big case statement. Use
24821         func_get_license, func_modules_transitive_closure,
24822         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24823         opt_lgpl. Don't use test -a, as it's not portable.
24824         (func_create_testdir): Use func_modules_transitive_closure,
24825         func_modules_to_filelist, func_emit_lib_Makefile_am.
24826
24827 2004-10-15  Bruno Haible  <bruno@clisp.org>
24828
24829         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24830
24831 2004-10-15  Bruno Haible  <bruno@clisp.org>
24832
24833         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24834         the portions belonging to each module.
24835         Suggested by Derek Robert Price <derek@ximbiot.com>.
24836
24837 2004-10-12  Simon Josefsson  <jas@extundo.com>
24838
24839         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24840         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24841         to real functions.
24842
24843 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24844
24845         * modules/vsnprintf: New file.
24846
24847 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24848
24849         * m4/vsnprintf.m4: New file.
24850
24851 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24852
24853         * lib/vsnprintf.h: New file.
24854         * lib/vsnprintf.c: New file.
24855
24856 2004-10-11  Bruno Haible  <bruno@clisp.org>
24857
24858         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24859         vsnprintf.
24860
24861 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24862
24863         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24864
24865 2004-10-07  Bruno Haible  <bruno@clisp.org>
24866
24867         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24868         fits into the provided buffer.
24869
24870 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24871
24872         * lib/diacrit.c, diacrit.h: Add GPL notice.
24873
24874         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24875         notice.
24876         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24877         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24878         This avoids a potential constant-folding bug.
24879
24880 2004-10-05  Bruno Haible  <bruno@clisp.org>
24881
24882         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24883         for the declaration of strsep.
24884
24885 2004-10-05  Bruno Haible  <bruno@clisp.org>
24886
24887         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24888
24889 2004-10-04  Simon Josefsson  <jas@extundo.com>
24890
24891         * modules/memmem: New file.
24892         * tests/test-memmem.c: New file.
24893         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24894
24895 2004-10-04  Simon Josefsson  <jas@extundo.com>
24896
24897         * m4/memmem.m4: New file.
24898
24899 2004-10-04  Simon Josefsson  <jas@extundo.com>
24900
24901         * lib/memmem.h: New file.
24902         * lib/memmem.c: New file, taken from glibc.
24903
24904 2004-10-04  Simon Josefsson  <jas@extundo.com>
24905
24906         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24907         '#ifdef USE_UNLOCKED_IO'.
24908
24909 2004-10-04  Simon Josefsson  <jas@extundo.com>
24910
24911         * config/srclist.txt: Add memmem from glibc.
24912
24913 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24914
24915         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24916
24917         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24918         modules/exclude, modules/getdate, modules/getline,
24919         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24920         modules/getusershell, modules/linebuffer, modules/md5,
24921         modules/mountlist, modules/posixtm, modules/readtokens,
24922         modules/readutmp, modules/regex, modules/sha1,
24923         modules/version-etc, modules/yesno:
24924         Remove dependency on unlocked-io.
24925
24926 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24927
24928         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24929
24930         * m4/unlocked-io.m4: Add copyright notice.
24931         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24932
24933 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24934
24935         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24936         * lib/xmalloc.c (xmemdup): Likewise.
24937         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24938         XFREE): Remove these long-obsolescent macros.
24939         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24940         * lib/xstrdup.c: Remove.
24941
24942         * lib/regex.c (re_comp): Cast gettext return value to char *,
24943         Problem reported by Martin Neitzel via Mark D. Baushke.
24944
24945 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24946
24947         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24948         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24949         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24950         regex.c, sha1.c, version-etc.c, yesno.c:
24951         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24952         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24953         the includer's responsibility.
24954
24955         Sync from coreutils.
24956
24957         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24958         points to the start of a string, as the C Standard says the
24959         resulting behavior is undefined.
24960
24961         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24962         simple -> simple_backups, numbered_existing ->
24963         numbered_existing_backups, numbered -> numbered_backups
24964         to avoid shadowing problems.  All uses changed.
24965         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24966         * lib/backupfile.c (check_extension, numbered_backup):
24967         Rename locals to avoid shadowing 'basename'.
24968         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24969         once.
24970
24971         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24972         * lib/.cvsignore: Add getopt.h.
24973
24974 2004-10-04  Bruno Haible  <bruno@clisp.org>
24975
24976         * modules/README: New file.
24977         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24978         not a module.
24979
24980 2004-10-02  Jim Meyering  <jim@meyering.net>
24981
24982         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24983
24984 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24985
24986         * modules/strsep: New file.
24987
24988 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24989
24990         * m4/strsep.m4: New file.
24991
24992 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24993
24994         * lib/strsep.h: New file.
24995         * lib/strsep.c: New file.
24996
24997 2004-10-01  Simon Josefsson  <jas@extundo.com>
24998
24999         * lib/snprintf.c (snprintf): Handle size==0.
25000
25001 2004-10-01  Simon Josefsson  <jas@extundo.com>
25002             Bruno Haible  <bruno@clisp.org>
25003
25004         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
25005         (snprintf): Declare 'args'.
25006
25007 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
25008
25009         * lib/snprintf.c: Remove comments as to why each header is needed.
25010
25011 2004-10-01  Bruno Haible  <bruno@clisp.org>
25012
25013         * MODULES.html.sh: Add strsep.
25014
25015 2004-09-30  Simon Josefsson  <jas@extundo.com>
25016
25017         * modules/snprintf: New file.
25018
25019 2004-09-30  Simon Josefsson  <jas@extundo.com>
25020
25021         * m4/snprintf.m4: New file.
25022
25023 2004-09-30  Simon Josefsson  <jas@extundo.com>
25024
25025         * lib/snprintf.h, lib/snprintf.c: New files.
25026
25027 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25028
25029         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
25030         (hol_entry_help): Never translate an empty string.
25031         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
25032         * lib/argp.h (OPTION_NO_TRANS): New option.
25033
25034 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
25035
25036         * modules/argp (Maintainer): Replace Simon Josefsson
25037         by Sergey Poznyakoff.
25038
25039 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
25040
25041         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
25042         changes merged back into glibc.
25043
25044 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
25045
25046         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
25047
25048 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
25049
25050         * lib/xvasprintf.c: Include xalloc.h.
25051         (xvasprintf): Use xalloc_die, not xmalloc_die.
25052
25053 2004-09-29  Bruno Haible  <bruno@clisp.org>
25054
25055         * modules/alloca-opt: New file, derived from modules/alloca.
25056         * modules/allocsa: Depend on alloca-opt instead of alloca.
25057         * modules/setenv: Likewise.
25058         * modules/vasnprintf: Likewise.
25059         * MODULES.html.sh: Add alloca-opt.
25060
25061 2004-09-28  Simon Josefsson  <jas@extundo.com>
25062
25063         * gnulib-tool: New parameter --lgpl, to asseert that modules are
25064         LGPL, and to replace license template from GPL to LGPL.
25065
25066 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
25067
25068         * modules/dummy: Change license to LGPL.
25069
25070 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
25071
25072         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
25073
25074 2004-09-24  Simon Josefsson  <jas@extundo.com>
25075
25076         * modules/minmax (License): Change from GPL to LGPL.
25077
25078 2004-09-23  Simon Josefsson  <jas@extundo.com>
25079
25080         * gnulib-tool (--import): Typo.
25081
25082 2004-09-23  Simon Josefsson  <jas@extundo.com>
25083
25084         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
25085
25086 2004-09-22  Bruno Haible  <bruno@clisp.org>
25087
25088         * modules/*: Add 'License' field.
25089         * gnulib-tool: Accept --extract-license option.
25090         (func_get_license): New function.
25091
25092 2004-09-21  Bruno Haible  <bruno@clisp.org>
25093
25094         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
25095         Reported by Simon Josefsson.
25096
25097 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
25098
25099         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
25100         gl_AC_TYPE_LONG_LONG.
25101
25102 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
25103
25104         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
25105
25106 2004-09-18  Simon Josefsson  <jas@extundo.com>
25107         and  Paul Eggert  <eggert@cs.ucla.edu>
25108
25109         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
25110         calls with autoreconf.  Define GL_LIB.
25111
25112 2004-09-14  Karl Berry  <karl@gnu.org>
25113
25114         * config/srclist.txt: unsync setenv.c, sigh.
25115
25116 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
25117
25118         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
25119         Problem reported by Bruno Haible in:
25120         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
25121
25122 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
25123
25124         * config/srclist.txt: Comment out argp-pvh.c.
25125
25126 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
25127
25128         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
25129         in case some system header has #define'd it.  Problem reported by
25130         Soeren D. Schulze in
25131         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
25132
25133 2004-09-09  Karl Berry  <karl@gnu.org>
25134
25135         * regex.[ch]: delete from the root.  These were supposed to be
25136                 synced with emacs cvs, but this has not happened for about
25137                 a year, and anyway nothing else uses emacs regex.[ch].
25138                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
25139                 lib/regex[.ch] is untouched.
25140
25141 2004-09-09  Bruno Haible  <bruno@clisp.org>
25142
25143         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
25144
25145 2004-09-09  Bruno Haible  <bruno@clisp.org>
25146
25147         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
25148         modifications.
25149         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
25150
25151 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
25152
25153         * modules/xvasprintf: New file.
25154         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
25155
25156 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
25157
25158         * lib/xvasprintf.h: New file.
25159         * lib/xvasprintf.c: New file.
25160         * lib/xasprintf.c: New file.
25161
25162 2004-09-08  Bruno Haible  <bruno@clisp.org>
25163
25164         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
25165
25166 2004-09-08  Bruno Haible  <bruno@clisp.org>
25167
25168         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
25169         length is > INT_MAX.
25170         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
25171         more.
25172
25173 2004-09-08  Bruno Haible  <bruno@clisp.org>
25174
25175         * lib/stdint_.h: New file, taken from GNU clisp.
25176
25177 2004-09-08  Bruno Haible  <bruno@clisp.org>
25178             Oskar Liljeblad  <oskar@osk.mine.nu>
25179
25180         * modules/stdint: New file.
25181         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
25182
25183 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25184
25185         Import from coreutils.
25186         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
25187         strings on unbounded length.  alloca's performance benefits aren't
25188         that important here.
25189         (V_STRDUP): Remove.
25190         (parse_with_separator): New function, with most of the internals
25191         of the old parse_user_spec.  Allow user to omit both user and group,
25192         for compatibility with FreeBSD.
25193         Clone only the user name, not the entire spec.
25194         Do not set *uid, *gid unless entirely successful.
25195         Avoid memory leak in some failing cases.
25196         Fix regression for USER.GROUP reported by Dmitry V. Levin in
25197         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
25198         (parse_user_spec): Rewrite to use parse_with_separator.
25199
25200 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25201
25202         * modules/userspec: Don't depend on alloca.
25203
25204 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25205
25206         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
25207
25208 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25209
25210         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
25211         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
25212         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
25213
25214 2004-08-16  Simon Josefsson  <jas@extundo.com>
25215
25216         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
25217         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
25218         Add --dry-run for --import.
25219         Let user provided command line parameters override configure.ac
25220         settings.
25221
25222 2004-08-12  Simon Josefsson  <jas@extundo.com>
25223
25224         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
25225         as discussed with Paul Eggert in threads rooted at
25226         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
25227         and
25228         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
25229         Before, the test was empty, and relied on ELIDE_CODE in source
25230         code.)
25231         (gl_PREREQ_GETOPT): New macro.
25232         (gl_GETOPT): Use them.
25233
25234 2004-08-12  Simon Josefsson  <jas@extundo.com>
25235
25236         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
25237         * lib/getopt_.h: Renamed from getopt.h.
25238
25239 2004-08-12  Simon Josefsson  <jas@extundo.com>
25240
25241         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
25242         Change default library name from libfoo to libgnu.
25243         Now, if you have a configure.ac that says:
25244                 gl_SOURCE_BASE(gl)
25245                 gl_M4_BASE(gl/m4)
25246                 gl_MODULES(error getopt etcetera)
25247                 gl_INIT
25248         you can import all you need by running:
25249                 ../gnulib/gnulib-tool --import
25250
25251         * modules/getopt (Files): Rename getopt.h to getopt_.h.
25252         (Makefile.am): Rewrite, use logic from argz.
25253         (Include): Use <getopt.h> instead of "getopt.h".
25254
25255 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25256
25257         * modules/argp (Files): Add m4/unlocked-io.m4.
25258         (Depends-on): Add extensions.
25259
25260 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25261
25262         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
25263         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
25264         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
25265         Check for program_invocation_name, program_invocation_short_name,
25266         flockfile, funlockfile, features.h, _getopt_long_only_r.
25267
25268 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25269
25270         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
25271         its complicated substitute.
25272         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
25273         and program_invocation_name.
25274         (__argp_basename) [!_LIBC]: Remove; the only use was
25275         replaced by its body.
25276         (__argp_short_program_name): Change condition from
25277         !defined __argp_short_program_name to
25278         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
25279         to match argp-namefrob.h.
25280         (__argp_failure): Don't assume strerror_r returns char *.
25281         * lib/argp-parse.c (N_): Define unconditionally.
25282         (argp_default_options): Fill out initializers with 0 to avoid
25283         gcc warnings.
25284
25285 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25286
25287         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
25288         getopt1.c.
25289
25290 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25291
25292         Merge from coreutils.
25293
25294         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
25295
25296         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
25297         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
25298
25299 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25300
25301         Merge from coreutils.
25302
25303         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
25304         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
25305         for Reliant Unix 5.43.
25306
25307         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
25308         (union fooround): Use uintmax_t, not long int.
25309         The rest is a merge from libc:
25310         [defined _LIBC]: Include <shlib-compat.h>.
25311         (_obstack) [defined _LIBC]: Remove after 2.3.4.
25312
25313         * lib/settime.c (settime): Recode to avoid warning with
25314         Sun Forte C 6U2.
25315
25316         * lib/strverscmp.c: Convert to UTF-8.
25317
25318 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25319
25320         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25321         m4/uintmax_t.m4.
25322
25323 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25324
25325         * modules/xalloc-die: New file.
25326         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
25327
25328         * modules/md5 (Files): Add m4/uint32_t.m4.
25329         * modules/sha1: Renamed from modules/sha.
25330         (Files):
25331         Rename lib/sha.h to lib/sha1.h.
25332         Rename lib/sha.c to lib/sha1.c.
25333         Rename m4/sha.m4 to m4/sha1.m4.
25334         (lib_SOURCES): Likewise.
25335         (configure.ac): Rename gl_SHA to gl_SHA1.
25336         (Include): sha.h -> sha1.h.
25337
25338 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25339
25340         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
25341         * m4/sha1.m4: Renamed from sha.m4.
25342         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
25343
25344 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25345
25346         * lib/obstack.h (obstack_empty_p):
25347         Don't assume that chunk->contents is suitably aligned.
25348         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
25349         Likewise. Problem reported by Benno in
25350         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
25351
25352         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
25353         readable.  This could be improved further but it'd take some work.
25354
25355 2004-08-08  Simon Josefsson  <jas@extundo.com>
25356
25357         * modules/xgethostname (Depends-on): Remove exit and error (not
25358         used).
25359
25360         * modules/getpass-gnu: Add getpass.h.
25361         (Depends-on): Add stdbool.
25362         * modules/getpass: Add getpass.h.
25363
25364 2004-08-08  Simon Josefsson  <jas@extundo.com>
25365
25366         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
25367         Check getpass declaration.
25368
25369 2004-08-08  Simon Josefsson  <jas@extundo.com>
25370
25371         * lib/xgethostname.c: Don't include error.h (not used).
25372
25373         * lib/getpass.h: Add.
25374         * lib/getpass.c: Include getpass.h first.
25375
25376 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
25377
25378         * lib/xalloc-die.c: New file.
25379         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
25380         All uses removed.
25381         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
25382         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
25383         xalloc-die.c.
25384         (_, N_, xalloc_die): Move to xalloc-die.c.
25385         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
25386         so that we needn't mess with xalloc_msg_memory_exhausted.
25387
25388         * lib/sha1.h: Renamed from sha.h.
25389         (SHA1_H): Renamed from _SHA_H.
25390         (sha1_ctx): Renamed from sha_ctx.
25391         (sha1_init_ctx): Renamed from sha_init_ctx.
25392         (sha1_process_block): Renamed from sha_process_block.
25393         (sha1_process_bytes): Renamed from sha_process_bytes.
25394         (sha1_finish_ctx): Renamed from sha_finish_ctx.
25395         (sha1_read_ctx): Renamed from sha_read_ctx.
25396         (sha1_stream): Renamed from sha_stream.
25397         (sha1_buffer): Renamed from sha_buffer.
25398         * lib/sha1.c: Likewise; renamed from sha.c.
25399         Do not include <sys/types.h>.
25400         Include <stddef.h> rather than <stdlib.h>.
25401
25402 2004-08-08  Bruno Haible  <bruno@clisp.org>
25403
25404         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
25405         FILESYSTEM_PREFIX_LEN.
25406         * lib/progreloc.c: Likewise.
25407         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
25408
25409 2004-08-06  Simon Josefsson  <jas@extundo.com>
25410
25411         * modules/progname (Depends-on): Don't depend on stdbool.
25412
25413 2004-08-06  Simon Josefsson  <jas@extundo.com>
25414
25415         * modules/getsubopt: New file.
25416         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25417         getsubopt.
25418
25419 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25420
25421         More merge from coreutils.
25422
25423         * m4/utimens.m4, m4/utimecmp.m4: New files.
25424         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
25425         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
25426         prereq.m4, sha.m4: Import changes from coreutils.
25427
25428 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25429
25430         More merge from coreutils.
25431         * modules/raise, modules/readtokens0, modules/utimens:
25432         * modules/utimecmp, module/xnanosleep: New files.
25433         * modules/strftime: Add lib/strftime.h.
25434         Change include from <time.h> to "strftime.h".
25435         * modules/yesno: Add lib/yesno.h.
25436         * modules/backupfile: Remove lib/addext.c.
25437         * modules/euidaccess: Add stat-macros.h.
25438         * modules/canonicalize, modules/euidaccess,
25439         modules/filemode, modules/lchown, modules/makepath,
25440         modules/rmdir, modules/stat: Likewise.
25441
25442 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25443
25444         Merge from tar.
25445         * lib/argp-help.c (make_hol, hol_append): Don't assume that
25446         SIZE_MAX is a valid preprocessor constant.
25447         (__argp_basename): Change from "#ifndef _LIBC"
25448         to "#ifndef __argp_short_program_name", so that
25449         we don't compile these functions for tar.
25450
25451         More merges from coreutils.
25452         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
25453         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
25454         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
25455         * lib/addext.c: Remove; no longer needed.
25456         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
25457         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
25458         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
25459         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
25460         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
25461         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
25462         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
25463         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
25464         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
25465         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
25466         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
25467         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
25468         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
25469         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
25470         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
25471         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
25472         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
25473         Import changes from coreutils.
25474
25475 2004-08-05  Simon Josefsson  <jas@extundo.com>
25476
25477         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
25478
25479 2004-08-05  Simon Josefsson  <jas@extundo.com>
25480
25481         * m4/getsubopt.m4: New file.
25482
25483 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25484
25485         Merge from coreutils.
25486
25487         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
25488         * m4/getcwd-path-max.m4: New files.
25489
25490         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
25491         FILESYSTEM_PREFIX_LEN ->
25492         FILE_SYSTEM_PREFIX_LEN.
25493         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
25494         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
25495         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
25496         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
25497
25498         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
25499         prerequisite modules now handle the DOS stuff.
25500         Don't check for unistd.h.
25501
25502 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25503
25504         Merge from coreutils.
25505
25506         * lib/.gdb-history: Remove; this doesn't belong here.
25507
25508         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
25509         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
25510         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
25511         * lib/getcwd.c: New files.
25512
25513         * lib/dirname.h: Include <stdbool.h>.
25514         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
25515         for consistency with POSIX terminology.  All uses changed.
25516         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
25517         (strip_trailing_slashes): Use bool for booleans.
25518         * lib/stripslash.c (strip_trailing_slashes): Likewise.
25519
25520         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
25521         sometimes returns a positive errno value even when it succeeds.
25522         (print_errno_message) [!LIBC]: Fall back on strerror if
25523         __strerror_r fails.
25524
25525         * lib/path-concat.c (mempcpy): Don't define if a system header defines
25526         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
25527         (longest_relative_suffix): New function.
25528         (path_concat): Use it.  Assume first argument is not NULL.
25529         Port to DOS.  Omit redundant separators.
25530         Report an error instead of returning NULL.
25531         Use mempcpy instead of memcpy.
25532         (xpath_concat): Remove: not declared or used.
25533
25534         * lib/same.h: Include <stdbool.h>
25535         (same_name): Return bool, not int.
25536         * lib/same.c (same_name): Likewise.
25537         (errno): Don't declare; we assume C89 or better now.
25538
25539         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
25540         if not already defined.
25541
25542         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
25543         * lib/dup-safer.c (errno): Likewise.
25544
25545 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25546
25547         Merge from coreutils.
25548         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
25549         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
25550         * modules/path-concat: Don't depend on strdup.
25551
25552 2004-08-03  Simon Josefsson  <jas@extundo.com>
25553
25554         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
25555         * lib/progname.h: Don't include stdbool.h.
25556
25557 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25558
25559         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
25560         * MODULES.html.sh (func_all_modules): Remove fatal.
25561
25562 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25563
25564         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
25565
25566 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25567
25568         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
25569         working.
25570
25571 2004-08-02  Simon Josefsson  <jas@extundo.com>
25572
25573         * lib/getsubopt.h: New file, with comments from Bruno Haible.
25574         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
25575         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
25576
25577 2004-08-01  Simon Josefsson  <jas@extundo.com>
25578
25579         * lib/xgetdomainname.c: Include stdlib.h, for free().
25580
25581 2004-07-19  Bruno Haible  <bruno@clisp.org>
25582
25583         * MODULES.html.sh (func_all_modules): Add dummy.
25584
25585 2004-07-16  Simon Josefsson  <jas@extundo.com>
25586
25587         * modules/dummy: New file.
25588
25589 2004-07-16  Simon Josefsson  <jas@extundo.com>
25590
25591         * lib/dummy.c: New file.
25592
25593 2004-07-16  Bruno Haible  <bruno@clisp.org>
25594
25595         * lib/backupfile.h: Add extern "C" for C++.
25596         * lib/closeout.h: Likewise.
25597         * lib/copy-file.h: Likewise.
25598         * lib/findprog.h: Likewise.
25599         * lib/full-write.h: Likewise.
25600         * lib/pathname.h: Likewise.
25601         * lib/progname.h: Likewise.
25602         * lib/stpcpy.h: Likewise.
25603         * lib/stpncpy.h: Likewise.
25604         * lib/strcase.h: Likewise.
25605         * lib/strstr.h: Likewise.
25606         * lib/xalloc.h: Likewise.
25607
25608         * lib/mbswidth.h: Add extern "C" for C++.
25609         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
25610
25611 2004-07-13  Robert Millan  <robertmh@gnu.org>
25612
25613         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
25614
25615 2004-07-09  Simon Josefsson  <jas@extundo.com>
25616
25617         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
25618         failed without this.)
25619
25620 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25621
25622         * modules/chown (Files): Add lib/fchown-stub.c, since
25623         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
25624
25625 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25626
25627         * lib/fchown-stub.c: New file.
25628
25629 2004-06-24  Jim Meyering  <jim@meyering.net>
25630
25631         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
25632
25633 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25634
25635         * modules/argz: Omit "#include".
25636
25637         * MODULES.html.sh (func_all_modules): Add calloc, to match
25638         2004-06-01 addition of calloc module.
25639
25640 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25641
25642         * m4/argz.m4: New file, which is autoupdated from libtool.
25643
25644 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25645
25646         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
25647         libtool.
25648
25649 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25650
25651         * config/srclist-update: Don't insist on "USA." before the
25652         close-comment, as libtool omits the period and puts the */ on a
25653         separate line.
25654         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
25655         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
25656
25657 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
25658
25659         * modules/argz: New file.
25660         * MODULES.html.sh (func_all_modules): Add argz.
25661
25662 2004-06-12  Jim Meyering  <jim@meyering.net>
25663         and  Paul Eggert  <eggert@cs.ucla.edu>
25664
25665         * modules/hash (Files): Add lib/xalloc.h.
25666         * modules/pipe (Depends-on): Add wait-process.
25667         * modules/stat (Depends-on): Add xalloc.
25668         * modules/userspec (Files): Add lib/userspec.h.
25669         * modules/xstrto
25670
25671         Upgrade from gettext-0.13.
25672         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
25673         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
25674         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
25675
25676 2004-06-10  Jim Meyering  <jim@meyering.net>
25677
25678         * lib/calloc.c: New file.
25679
25680 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25681
25682         * lib/getdate.y (yylex): Allow space between sign and number.
25683         Problem reported by Dan Jacobson.
25684
25685 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25686
25687         Merge from coreutils CVS.
25688
25689         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
25690         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
25691         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
25692         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
25693         xstrtol.m4: Fix copyright date and/or serial number.
25694
25695         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
25696         See if we need an fchown replacement.
25697         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
25698         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
25699         and use the replacement function if we detect either defect.
25700
25701         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
25702         gl_UTIMECMP.
25703
25704 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25705         and  Jim Meyering  <jim@meyering.net>
25706
25707         Merge from coreutils CVS.
25708
25709         * lib/stat-macros.h: New file, with contents from file-type.h
25710         and coreutils' system.h.
25711         * lib/file-type.c: Include "stat-macros.h".
25712         * lib/file-type.h (file_type): Move all macro definitions to new file,
25713         stat-macros.h.
25714
25715         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
25716         Wrap old code with this conditional.
25717         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
25718         function that does not dereference symlinks.
25719         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
25720
25721         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
25722         dependency problems.
25723         (xreadlink): Accept new arg SIZE, for efficiency.
25724         All decls and uses changed.
25725         * lib/xreadlink.h: Include <stddef.h>, for size_t.
25726
25727         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
25728         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
25729
25730         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
25731         sysexits.h.
25732
25733 2004-06-01  Jim Meyering  <jim@meyering.net>
25734
25735         * m4/calloc.m4: New file.
25736
25737 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
25738
25739         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
25740         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
25741         Also, fix a typo in a diagnostic.
25742
25743 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25744
25745         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
25746         or AC_FUNC_REALLOC.
25747
25748 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25749
25750         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
25751         macros to be defined.
25752         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
25753         the allocator returns NULL because the requested size is zero.
25754
25755 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25756
25757         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
25758         var.  Add comment explaining why libc still defines it.  This
25759         merges the following patch from glibc:
25760         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
25761
25762 2004-05-20  Andreas Schwab  <schwab@suse.de>
25763
25764         * m4/free.m4: Replace free if it not known to work, not the other
25765         way round.
25766
25767 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25768
25769         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
25770         present in glibc since revision 1.1 of this file.
25771         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
25772         obstack_alignment_mask, obstack_alloc, obstack_base,
25773         obstack_blank, obstack_blank_fast, obstack_chunk_size,
25774         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25775         obstack_grow0, obstack_init, obstack_int_grow,
25776         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25777         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25778         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25779         nonexistent functions.
25780
25781 2004-05-18  Karl Berry  <karl@gnu.org>
25782
25783         * config/srclist.txt: break link for vasnprintf.c.
25784
25785 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25786
25787         Port obstack to the AS/400, where pointers are 16 bytes wide and
25788         you cannot cast an integer to a valid pointer.  This patch is
25789         currently waiting to be integrated into glibc; see
25790         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25791
25792         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25793         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25794         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25795         (struct obstack): temp member is now a union of a pointer and
25796         an integer, instead of an integer.  All integer uses changed.
25797         This does not affect the physical layout of struct obstack,
25798         except on hosts (like the AS/400) where the size or alignment of
25799         void * is greater than that of ptrdiff_t.
25800         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25801         __STDC__)]: Store temporary in pointer member of union, not
25802         integer member.
25803         * lib/obstack.c: Include <stddef.h>, for offsetof.
25804         (struct fooalign): Remove; it doesn't need a name.
25805         (union fooround): Change double to long double, and add void *.
25806         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25807         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25808         not a macro.  Hence the values are always int; so remove all
25809         casts-to-int in uses.
25810
25811 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25812
25813         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25814         we can get this patch merged into glibc.
25815
25816 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25817             Paul Eggert  <eggert@cs.ucla.edu>
25818
25819         * m4/argp: Depend on alloca.
25820
25821 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25822             Paul Eggert  <eggert@cs.ucla.edu>
25823
25824         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25825         freecoding.
25826
25827 2004-05-17  Bruno Haible  <bruno@clisp.org>
25828
25829         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25830         precision that consists of a '.' followed by an empty digit string.
25831         Patch by Tor Lillqvist <tml@iki.fi>.
25832
25833 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25834
25835         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25836         for backward compatibility with older code.  We need our own
25837         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25838         it under some other name, and our alloca.h will define it.
25839
25840 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25841             Derek Price  <derek@ximbiot.com>
25842
25843         * lib/alloca.c: Include <alloca.h>, to get our interface.
25844         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25845         include <alloca.h> first.  Use C89 prototype for alloca; this
25846         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25847         Use #elif for simplicity, since we can assume C89 now.
25848         Don't try to source the system alloca.h since it will not be found
25849         and to prevent recursively including its replacement.
25850         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25851         * lib/regex.c: Likewise.
25852
25853 2004-05-16  Derek Price  <derek@ximbiot.com>
25854             Paul Eggert  <eggert@cs.ucla.edu>
25855
25856         getline cleanup.  This changes the getndelim2 API: both order of
25857         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25858         no delimiter).
25859
25860         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25861         interface does that.
25862         (getline): Always use getdelim, so that we don't have two
25863         copies of this code.
25864         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25865         if available.
25866         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25867         (GETNDELIM2_MAXIMUM): New macro.
25868         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25869         instead of the old practice of delim2==0.  All callers changed.
25870         Return -1 on overflow, instead of returning junk.
25871         Do not set *linesize unless allocation succeeds.
25872         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25873         that we include sys/types.h.
25874         * lib/getnline.h: Likewise.
25875         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25876         (getndelim2): Reorder arguments.
25877         * lib/getnline.c (getnline, getndelim):
25878         Don't discard the NMAX argument.
25879         (getnline): Invoke getndelim, to avoid code duplication.
25880         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25881         of (size_t) -1 by callers of the getnline family.
25882
25883 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25884
25885         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25886         Check for gettimeofday.
25887         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25888         Check for settimeofday, stime.
25889
25890 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25891
25892         * lib/nanosleep.c (suspended): Change its type from int to
25893         sig_atomic_t volatile.
25894         (first_call): Make it private to rpl_nanosleep, and have it
25895         be zero initially as that's a bit faster.
25896         (my_usleep): Round up fractional times instead of truncating them,
25897         as this is the usual meaning for 'sleep'.
25898
25899         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25900         doesn't work.
25901         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25902         (ENOSYS): Define if not defined.
25903         (settime): Fall back on stime if it exists and settimeofday fails.
25904         But don't bother with fallbacks if a method fails with errno == EPERM.
25905
25906 2004-05-11  Jim Meyering  <jim@meyering.net>
25907
25908         Prior to this change, the save_cwd caller required read access to the
25909         current directory on most systems (ones with the fchdir function).
25910
25911         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25912         fails, try write-only, and finally, resort to using xgetcwd.
25913
25914 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25915
25916         * lib/obstack.c, obstack.h: Import changes from libc.
25917
25918 2004-04-28  Bruno Haible  <bruno@clisp.org>
25919
25920         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25921         also implicitly appends .exe to executables.
25922         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25923         accepts Windows pathnames.
25924         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25925         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25926         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25927         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25928         Reported by Derek Robert Price <derek@ximbiot.com>.
25929
25930 2004-04-21  Karl Berry  <karl@gnu.org>
25931
25932         * config/srclist.txt (localcharset.c): break sync.
25933
25934 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25935
25936         * m4/host-os.m4: Add a copyright notice.
25937
25938 2004-04-20  Jim Meyering  <jim@meyering.net>
25939
25940         Change UTILS_ to gl_ in AC_DEFINE'd names.
25941         Change utils_- and jm_-prefixed variables, too.
25942         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25943         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25944         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25945
25946         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25947         Don't emit trailing blanks.
25948         Also rename jm_-prefixed variables to have gl_ prefix.
25949
25950         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25951         Also rename jm_-prefixed variables to have gl_ prefix.
25952
25953         * m4/jm-macros.m4: Reflect the renamings.
25954         * m4/prereq.m4: Likewise.
25955
25956 2004-04-20  Jim Meyering  <jim@meyering.net>
25957
25958         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25959         memory.
25960
25961 2004-04-20  Jim Meyering  <jim@meyering.net>
25962             Bruno Haible  <bruno@clisp.org>
25963
25964         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25965         memory when realloc fails.
25966
25967 2004-04-19  Jim Meyering  <jim@meyering.net>
25968
25969         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25970         now that readutmp.c may call `free (0)'.
25971
25972 2004-04-19  Bruno Haible  <bruno@clisp.org>
25973
25974         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25975         * m4/inttypes_h.m4: Likewise.
25976         * m4/stdint_h.m4: Likewise.
25977         * m4/intmax_t.m4: Likewise.
25978         * m4/uintmax_t.m4: Likewise.
25979
25980 2004-04-18  Jim Meyering  <jim@meyering.net>
25981
25982         * m4/prereq.m4: Don't forbid jm_ prefix.
25983
25984         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25985         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25986         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25987         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25988         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25989         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25990         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25991         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25992         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25993         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25994         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25995         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25996         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25997         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25998         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25999         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
26000         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
26001         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
26002         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
26003
26004 2004-04-18  Jim Meyering  <jim@meyering.net>
26005
26006         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
26007         failure, don't leak memory and do call END_UTMP_ENT.
26008
26009 2004-04-16  Jim Meyering  <jim@meyering.net>
26010
26011         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
26012         coreutils' stat program.
26013         (gl_PREREQ): Don't require jm_PREREQ_STAT.
26014
26015 2004-04-11  Paul Eggert  <eggert@twinsun.com>
26016
26017         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
26018         C89.
26019         (CHAR_BIT): Remove, since we assume C89.
26020         Include <stdint.h> if available, as per current Autoconf CVS advice.
26021
26022 2004-03-31  Jim Meyering  <jim@meyering.net>
26023
26024         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
26025         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
26026         * m4/xalloc.m4: Likewise.
26027
26028 2004-03-30  Paul Eggert  <eggert@twinsun.com>
26029
26030         Merge from coreutils.
26031
26032         * m4/inttostr.m4: New file.
26033         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
26034         Require AM_STDBOOL_H and gl_TIMESPEC instead.
26035         Require gl_CLOCK_TIME.
26036         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
26037
26038 2004-03-30  Paul Eggert  <eggert@twinsun.com>
26039
26040         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
26041         not bool, to be more consistent with Unix conventions.
26042         Suggested by Bruno Haible.
26043
26044         Merge from coreutils.
26045
26046         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
26047         * lib/umaxtostr.c: New files.
26048
26049         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
26050         the usual <time.h> dance.
26051         (get_date): Change signature to support fractional time stamps.
26052         All callers changed.
26053         * lib/getdate.y: Include "getdate.h" first, as we can now
26054         assume C89 and don't need to worry about 'const'.
26055         Similarly, include "unlocked-io.h" near start, not in middle.
26056         Include <limits.h>.
26057         (textint.value): Use long int rather than int.
26058         (textint.digits): Use size_t rather than int.
26059         (BILLION, LOG10_BILLION): New constants.
26060         (parser_control): New member rel_ns.  Members day_ordinal,
26061         time_zone, month, day, hour, minutes, rel_year, rel_month,
26062         rel_day, rel_hour, rel_minutes, rel_seconds
26063         are now long int, not int.  Member seconds is now struct timespec,
26064         not int.  New member timespec_seen.  Members dates_seen, days_seen,
26065         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
26066         not int.
26067         (%union.intval): Now long int, not int.
26068         New member timespec.
26069         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
26070         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
26071         (spec): Now is a timespec or an item list.
26072         (timespec, items): New nonterminals.
26073         (time, rel, relunit, number, get_date):
26074         Add support for fractional seconds.
26075         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
26076         (gmtime, localtime, mktime): Remove decls; not needed with C89.
26077         (to_hour): First arg is now long int, not int.
26078         (to_year): Returns long int, not int.
26079         Don't treat year -70 like 70.
26080         (tm_diff): Returns long int, not int.
26081         (lookup_word): Use bool instead of int when appropriate.
26082         (yylex): Use size_t for count, not int.
26083         Detect overflow when parsing large integer constants.
26084         Add support for fractions.
26085         (get_date): Make pointers 'const' if possible.
26086         Use more-portable code to detect integer overflow.
26087         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
26088         Don't use ctime; it's not reliable if the year has >4 digits.
26089
26090         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
26091         This is for compatibility with BSD.
26092
26093         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
26094         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
26095         From coreutils' system.h.
26096
26097         * lib/userspec.c: Don't include "posixver.h".
26098         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
26099         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
26100         compatible extension.  Simplify code by removing a boolean int
26101         that was always nonzero if a string was nonnull.
26102
26103 2004-03-30  Jim Meyering  <jim@meyering.net>
26104
26105         Merge from coreutils.
26106
26107         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
26108         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
26109         on some systems one must include <grp.h> before it.
26110         Reported by Christian Krackowizer.
26111
26112 2004-03-30  Jim Meyering  <jim@meyering.net>
26113
26114         Merge from coreutils.
26115
26116         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
26117
26118         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
26119         an empty input stream.
26120
26121         * lib/readtokens.c: Include <stdbool.h>.
26122         (readtoken): Use `size_t' rather than int/long.
26123         All callers adjusted.
26124         Use `bool' rather than `int' where appropriate.
26125         Use memset rather than an explicit loop.
26126         Use x2nrealloc rather than xrealloc.
26127         Allow the use of `\0' as a delimiter.
26128         (readtokens): Likewise.
26129         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
26130
26131 2004-03-30  Jim Meyering  <jim@meyering.net>
26132
26133         * m4/realloc.m4: Remove file, since now it does no more than
26134         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
26135         the `configure.ac' section of module/realloc.
26136         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
26137
26138 2004-03-30  Bruno Haible  <bruno@clisp.org>
26139
26140         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
26141         nonnull.
26142
26143 2004-03-29  Paul Eggert  <eggert@twinsun.com>
26144
26145         Merge changes to getloadavg.c from coreutils and Emacs.
26146
26147         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
26148         Define to an expression, not to the empty string.
26149         Include cloexec.h and xalloc.h.
26150         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
26151         Use set_cloexec_flag rather than rolling our own.
26152         * lib/cloexec.c, lib/cloexec.h: New files.
26153
26154 2004-03-29  Paul Eggert  <eggert@twinsun.com>
26155
26156         * m4/cloexec.m4: New file.
26157
26158 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26159
26160         * lib/getopt.h: Sync with libc CVS.
26161
26162 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26163             Bruno Haible  <bruno@clisp.org>
26164
26165         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
26166         mbswidth.
26167
26168 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26169             Bruno Haible  <bruno@clisp.org>
26170
26171         * lib/mbswidth.h: Include <wchar.h> only if
26172         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
26173         <wchar.h>.
26174         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
26175
26176 2004-03-09  Paul Eggert  <eggert@twinsun.com>
26177
26178         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
26179         Sync with libc CVS.
26180         * lib/getopt_int.h: New file, also synced from libc.
26181
26182 2004-03-09  Paul Eggert  <eggert@twinsun.com>
26183
26184         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
26185         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
26186         Bring back getopt.c, getopt.h, getopt1.c.
26187
26188 2004-03-07  Paul Eggert  <eggert@twinsun.com>
26189
26190         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
26191         All uses changed.  Check for sa_sigaction member; this fixes
26192         a bug first reported by Jason Andrade in
26193         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
26194
26195 2004-03-07  Paul Eggert  <eggert@twinsun.com>
26196
26197         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
26198         '#if' expressions.  Unlike the code it replaces, it does not
26199         depend on (defined _SC_PAGESIZE).  However, it does depend on
26200         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
26201         first reported by Jason Andrade in
26202         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
26203
26204 2004-02-25  Simon Josefsson  <jas@extundo.com>
26205
26206         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
26207
26208 2004-02-25  Simon Josefsson  <jas@extundo.com>
26209
26210         * lib/strdup.h: New file.
26211         * lib/strdup.c: Include it.
26212         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
26213         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
26214
26215 2004-02-23  Karl Berry  <karl@gnu.org>
26216
26217         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
26218         (from fencepost.gnu.org:/gd/gnuorg).
26219
26220 2004-02-23  Karl Berry  <karl@gnu.org>
26221
26222         * config/srclistvars.sh (GNUORG) [karl]: redefine.
26223         * config/srclist.txt: add maintain/standards documents.
26224
26225 2004-02-18  Bruno Haible  <bruno@clisp.org>
26226
26227         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
26228         Reported by Derek Robert Price <derek@ximbiot.com>.
26229
26230 2004-02-16  Karl Berry  <karl@gnu.org>
26231
26232         * config/mkinstalldirs, install-sh: update from automake.
26233
26234 2004-02-06  Karl Berry  <karl@gnu.org>
26235
26236         * m4/po.m4: update from gettext 0.14.1.
26237
26238 2004-02-06  Karl Berry  <karl@gnu.org>
26239
26240         * lib/config.charset: update from gettext 0.14.1.
26241
26242 2004-02-05  Paul Eggert  <eggert@twinsun.com>
26243
26244         Add comments and code, prompted by suggestions from Bruno Haible
26245         for sh-quote.
26246         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
26247         describing the enum quoting_style values.
26248         * lib/quotearg.c (quotearg_alloc): New function.
26249         (quotearg_buffer_restyled): Treat lone { and } as special.
26250         Treat = as special.  Work around bug with older shells
26251         that "see" a '\' that is really the 2nd byte of a multibyte char.
26252         Quote empty string with shell_quoting_style.
26253
26254 2004-02-03  Bruno Haible  <bruno@clisp.org>
26255
26256         * m4/pipe.m4: New file, from GNU gettext.
26257
26258 2004-02-03  Bruno Haible  <bruno@clisp.org>
26259
26260         * lib/pipe.h: New file, from GNU gettext.
26261         * lib/pipe.c: New file, from GNU gettext.
26262
26263 2004-01-27  Bruno Haible  <bruno@clisp.org>
26264
26265         * m4/execute.m4: New file, from GNU gettext.
26266
26267 2004-01-27  Bruno Haible  <bruno@clisp.org>
26268
26269         * lib/execute.h: New file, from GNU gettext.
26270         * lib/execute.c: New file, from GNU gettext.
26271         * lib/w32spawn.h: New file, from GNU gettext.
26272
26273 2004-01-24  Paul Eggert  <eggert@twinsun.com>
26274
26275         Merge from diffutils.
26276
26277         * lib/file-type.c (file_type): Add typed memory objects.
26278         * lib/file-type.h (S_TYPEISTMO): New macro.
26279
26280         * lib/c-stack.h (c_stack_action): Remove argv argument.
26281         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
26282         (die): Don't calculate message unless segv_action returns.
26283         (get_stack_location, min_address_from_argv, max_address_from_argv,
26284         volatile stack_base, volatile_stack_size): Remove.
26285         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
26286         that every segmentation violation is a stack overflow.  (Ouch!)
26287         See Debian bug 136249 (still outstanding) for more info about why
26288         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
26289
26290 2004-01-24  Paul Eggert  <eggert@twinsun.com>
26291
26292         Exit-status fix from coreutils.
26293
26294         Use exit_failure consistently in place of EXIT_FAILURE,
26295         so that program exit statuses are consistent on failure.
26296
26297         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
26298         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
26299         * lib/argmatch.h: Comment fix to match the above.
26300         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
26301         Now a macro referring to exit_failure, instead of a separate
26302         variable.  Include "exitfail.h" to get it.
26303         * lib/xstrtol.h: Include "exitfail.h".
26304         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
26305
26306         * lib/long-options.c (parse_long_options): Use prototype
26307         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
26308         for clarity.
26309
26310 2004-01-21  Jim Meyering  <jim@meyering.net>
26311
26312         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
26313         so as not to conflict with a different-sized __mktime_internal
26314         function in GNU libc.
26315         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
26316         Problem building statically-linked `ls' reported by Michael Brunnbauer.
26317
26318 2004-01-20  Karl Berry  <karl@gnu.org>
26319
26320         * config/config.guess: update from config.
26321
26322         * config/srclistvars.sh: GNUWWWLICENSES for karl.
26323
26324 2004-01-20  Bruno Haible  <bruno@clisp.org>
26325
26326         Safer stack allocation.
26327         * lib/setenv.c: Include allocsa.h.
26328         (alloca): Remove fallback definition.
26329         (freea): Remove macro.
26330         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
26331         instead of freea.
26332
26333 2004-01-20  Bruno Haible  <bruno@clisp.org>
26334
26335         * m4/eealloc.m4: New file, from GNU gettext.
26336
26337 2004-01-20  Bruno Haible  <bruno@clisp.org>
26338
26339         * m4/allocsa.m4: New file, from GNU gettext.
26340
26341 2004-01-20  Bruno Haible  <bruno@clisp.org>
26342
26343         * lib/xallocsa.h: New file, from GNU gettext.
26344         * lib/xallocsa.c: New file, from GNU gettext.
26345
26346 2004-01-20  Bruno Haible  <bruno@clisp.org>
26347
26348         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
26349
26350 2004-01-20  Bruno Haible  <bruno@clisp.org>
26351
26352         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
26353         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
26354         specially.
26355
26356 2004-01-20  Bruno Haible  <bruno@clisp.org>
26357
26358         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
26359         patch.
26360
26361 2004-01-20  Bruno Haible  <bruno@clisp.org>
26362
26363         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
26364
26365 2004-01-20  Bruno Haible  <bruno@clisp.org>
26366
26367         * lib/eealloc.h: New file.
26368
26369 2004-01-20  Bruno Haible  <bruno@clisp.org>
26370
26371         * lib/binary-io.h: Avoid warnings on Cygwin.
26372
26373 2004-01-20  Bruno Haible  <bruno@clisp.org>
26374
26375         * lib/allocsa.h: New file, from GNU gettext.
26376         * lib/allocsa.c: New file, from GNU gettext.
26377
26378 2004-01-18  Karl Berry  <karl@gnu.org>
26379
26380         * doc/gpl.texi, doc/lgpl.texi: new files.
26381
26382 2004-01-18  Karl Berry  <karl@gnu.org>
26383
26384         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
26385         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
26386
26387 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26388
26389         Merge from coreutils.
26390
26391         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
26392         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
26393         (gl_DEFAULT_POSIX2_VERSION): Move
26394         the documentation from 'configure' into 'config.hin',
26395         so that 'configure --help' isn't burdened by it and
26396         we don't have to worry about its formatting there.
26397         Reword the documentation so that it's more succinct
26398         and can be run together into a single paragraph.
26399         * m4/same.m4 (gl_SAME): Check for pathconf.
26400
26401 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26402
26403         Merge from coreutils.
26404
26405         * lib/posixver.c: Include posixver.h.
26406
26407         * lib/same.c: Include <stdbool.h>, <limits.h>.
26408         (_POSIX_NAME_MAX): Define if not defined.
26409         (MIN): New macro.
26410         (same_name): If file names are silently truncated, report
26411         that the file names are the same if they are the same after
26412         the silent truncation.
26413
26414         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
26415         conversion function.
26416         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
26417         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
26418         longer needed.
26419
26420 2004-01-15  Jim Meyering  <jim@meyering.net>
26421
26422         Merge from coreutils.
26423
26424         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
26425         if no library is required.
26426         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
26427         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
26428         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
26429         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
26430         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
26431         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
26432         value, $ac_cv_search_crypt, if it's "none required".
26433         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
26434         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
26435         not gl_FUNC_GETLOADAVG.
26436         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
26437         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
26438
26439 2004-01-15  Jim Meyering  <jim@meyering.net>
26440
26441         Merge from coreutils.
26442
26443         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
26444         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
26445         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
26446
26447         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
26448         optional configure-time default.
26449
26450         * lib/version-etc.c (version_etc_copyright): Update copyright date.
26451
26452         * lib/xreadlink.c (xreadlink): Correct outdated comment.
26453
26454 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
26455
26456         Merge from coreutils.
26457
26458         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
26459         value, $ac_cv_search_nanosleep, if it's "none required".
26460
26461 2004-01-14  Paul Eggert  <eggert@twinsun.com>
26462
26463         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
26464         with like-named macro in fnmatch.c.
26465         (EXT): Use an internal constant instead.
26466
26467         Merge fnmatch patches from glibc.
26468         * lib/fnmatch.c (mbsinit): Remove define.
26469         Add libc_hidden_ver (__fnmatch, fnmatch).
26470         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
26471         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
26472
26473 2004-01-14  Karl Berry  <karl@gnu.org>
26474
26475         * config/install-sh: update from automake.
26476
26477 2004-01-13  Karl Berry  <karl@gnu.org>
26478
26479         * config/install-sh: update from automake.
26480
26481 2004-01-09  Karl Berry  <karl@gnu.org>
26482
26483         * config/install-sh: update from automake.
26484
26485 2004-01-05  Karl Berry  <karl@gnu.org>
26486
26487         * config/config.{sub,guess}: update from config.
26488
26489 2003-12-31  Karl Berry  <karl@gnu.org>
26490
26491         * config/depcomp: update from automake.
26492
26493 2003-12-14  Karl Berry  <karl@gnu.org>
26494
26495         * lib/config.charset: update from gettext-runtime.
26496
26497 2003-12-03  Paul Eggert  <eggert@twinsun.com>
26498
26499         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
26500         Bug reported by Alfred M. Szmidt.
26501
26502 2003-12-03  Bruno Haible  <bruno@clisp.org>
26503
26504         * m4/gettext.m4: Upgrade from gettext-0.13.
26505         * m4/po.m4: Upgrade from gettext-0.13.
26506         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
26507         * m4/intmax.m4: New file, from gettext-0.13.
26508         * m4/printf-posix.m4: New file, from gettext-0.13.
26509
26510 2003-11-29  Karl Berry  <karl@gnu.org>
26511
26512         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
26513
26514 2003-11-25  Paul Eggert  <eggert@twinsun.com>
26515             Bruno Haible  <bruno@clisp.org>
26516
26517         * lib/printf-parse.h: Don't include sys/types.h.
26518         (ARG_NONE): New macro.
26519         (char_directive): Change type of *arg_index fields to size_t.
26520         * lib/printf-parse.c: Don't include sys/types.h.
26521         (SSIZE_MAX): Remove macro.
26522         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
26523         Remove unnecessary overflow check.
26524         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
26525         fields.
26526
26527 2003-11-25  Bruno Haible  <bruno@clisp.org>
26528
26529         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
26530
26531 2003-11-25  Bruno Haible  <bruno@clisp.org>
26532
26533         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
26534         gt_TYPE_SSIZE_T.
26535
26536 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26537
26538         * modules/alloca: Remove dependency on xalloc.
26539
26540 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26541
26542         * lib/alloca.c: Remove dependency on xalloc module.
26543         (xalloc_die): Remove.
26544         (memory_full) [!defined emacs]: New macro.
26545         [!defined emacs]: Don't include xalloc.h.
26546         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
26547         address arithmetic overflows.  Change datatypes a bit to avoid
26548         unnecessary casts.
26549
26550 2003-11-22  Jim Meyering  <jim@meyering.net>
26551
26552         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
26553         s/size/size_t/.
26554
26555 2003-11-21  Karl Berry  <karl@gnu.org>
26556
26557         * config/config.{sub,guess}: update from config.
26558
26559 2003-11-18  Karl Berry  <karl@gnu.org>
26560
26561         * config/config.{sub,guess}: update from config.
26562
26563         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
26564
26565 2003-11-17  Paul Eggert  <eggert@twinsun.com>
26566
26567         * README: Mention that S+T cannot overflow if S is the size of
26568         an existing object and T is sufficiently small.
26569
26570 2003-11-17  Jim Meyering  <jim@meyering.net>
26571
26572         On systems without utime and without a utimes function capable of
26573         dealing with a NULL struct utimbuf* argument, this utime replacement
26574         could -- in unusual circumstances -- leak a file descriptor.
26575         * lib/utime.c: Include <unistd.h> and <errno.h>.
26576         (utime_null): Be sure to close `fd' and to preserve errno.
26577         Reported by Geoff Collyer via Arnold Robbins.
26578
26579 2003-11-17  Bruno Haible  <bruno@clisp.org>
26580
26581         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
26582         (Depends-on): Add xsize.
26583
26584 2003-11-17  Bruno Haible  <bruno@clisp.org>
26585
26586         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
26587
26588 2003-11-17  Bruno Haible  <bruno@clisp.org>
26589
26590         * lib/vasnprintf.c (alloca): Remove fallback definition.
26591         (freea): Remove definition.
26592         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
26593         Reported by Paul Eggert.
26594
26595 2003-11-16  Paul Eggert  <eggert@twinsun.com>
26596             Bruno Haible  <bruno@clisp.org>
26597
26598         Protect against address arithmetic overflow.
26599         * lib/printf-args.h: Include stddef.h.
26600         (arguments): Change type of field 'count' to size_t.
26601         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
26602         'unsigned int' where appropriate.
26603         * lib/printf-parse.h: Include sys/types.h.
26604         (char_directive): Change type of *arg_index fields to ssize_t.
26605         (char_directives): Change type of fields 'count', max_*_length to
26606         size_t.
26607         * lib/printf-parse.c: Include sys/types.h and xsize.h.
26608         (SSIZE_MAX): Define fallback value.
26609         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
26610         instead of 'int' where appropriate. Check a_allocated, d_allocated
26611         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
26612         * lib/vasnprintf.c: Include xsize.h.
26613         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
26614         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
26615         overflow. Avoid wraparound when converting a width or precision from
26616         decimal to binary.
26617
26618 2003-11-16  Bruno Haible  <bruno@clisp.org>
26619
26620         Update from GNU gettext.
26621         * lib/printf-parse.c: Generalize to it can be compiled for wide
26622         strings.
26623         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
26624         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
26625         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
26626         SNPRINTF): New macros.
26627         Don't include <alloca.h> if the file is used inside libintl.
26628         (local_wcslen): New function, for Solaris 2.5.1.
26629         (VASNPRINTF): Use it instead of wcslen.
26630
26631 2003-11-16  Bruno Haible  <bruno@clisp.org>
26632
26633         * lib/xsize.h (xmax): New function.
26634         (xsum, xsum3, xsum4): Declare as "pure" functions.
26635
26636 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26637
26638         * modules/xalloc (Files): Undo latest change, since xalloc.h
26639         no longer needs SIZE_MAX or PTRDIFF_MAX.
26640
26641 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26642
26643         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
26644         gl_PTRDIFF_MAX.
26645
26646 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26647
26648         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
26649         "return", to pacify some unknown compiler.  Problem reported
26650         by Joerg Schilling.
26651
26652 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26653
26654         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
26655         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
26656         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
26657         heuristic is just as accurate as far as we know, and it removes a
26658         dependency on size_max.m4 and ptrdiff_max.m4.
26659
26660 2003-11-11  Bruno Haible  <bruno@clisp.org>
26661
26662         * modules/xsize (Files): Add m4/size_max.m4.
26663         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
26664
26665 2003-11-11  Bruno Haible  <bruno@clisp.org>
26666
26667         * m4/size_max.m4: New file.
26668         * m4/ptrdiff_max.m4: New file.
26669         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
26670         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
26671         (gl_XALLOC): Invoke it.
26672
26673 2003-11-11  Bruno Haible  <bruno@clisp.org>
26674
26675         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
26676         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
26677         defined.
26678
26679 2003-11-10  Paul Eggert  <eggert@twinsun.com>
26680
26681         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
26682         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
26683         rejected some allocations of exactly SIZE_MAX - 2 bytes.
26684         From Bruno Haible.
26685         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
26686         not (size_t) -1, since it's defined here.
26687
26688 2003-11-09  Karl Berry  <karl@gnu.org>
26689
26690         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
26691
26692 2003-11-06  Paul Eggert  <eggert@twinsun.com>
26693
26694         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
26695         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
26696         Reject sizes of exactly SIZE_MAX bytes.
26697         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
26698         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
26699
26700 2003-11-05  Bruno Haible  <bruno@clisp.org>
26701
26702         * lib/xsize.h: Include limits.h, to avoid a possible collision with
26703         SIZE_MAX defined in <limits.h> on Solaris.
26704
26705 2003-11-04  Jim Meyering  <jim@meyering.net>
26706
26707         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
26708         variable names, rather than @VAR@.
26709         * modules/poll: Likewise.
26710
26711 2003-11-04  Bruno Haible  <bruno@clisp.org>
26712
26713         * modules/xsize: New file.
26714         * modules/linebreak: Depend on xsize.
26715         * MODULES.html.sh (func_all_modules): Add xsize.
26716
26717 2003-11-04  Bruno Haible  <bruno@clisp.org>
26718
26719         * m4/xsize.m4: New file.
26720
26721 2003-11-04  Bruno Haible  <bruno@clisp.org>
26722
26723         * lib/xsize.h: New file.
26724         * lib/linebreak.c: Include xsize.h.
26725         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
26726         argument for overflow.
26727         Suggested by Paul Eggert.
26728
26729 2003-11-03  Karl Berry  <karl@gnu.org>
26730
26731         * config/config.{guess,sub}: update from config.
26732
26733 2003-11-03  Jim Meyering  <jim@meyering.net>
26734
26735         * modules/userspec (lib_SOURCES): Add userspec.h.
26736         (Include): Add "userspec.h".
26737         Improve description.
26738
26739 2003-11-03  Jim Meyering  <jim@meyering.net>
26740
26741         * lib/userspec.c: Include "userspec.h".
26742         * lib/userspec.h: New file.
26743
26744 2003-11-03  Bruno Haible  <bruno@clisp.org>
26745
26746         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
26747
26748 2003-11-03  Bruno Haible  <bruno@clisp.org>
26749
26750         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
26751         available, to avoid (extremely rare) race condition.
26752         Suggested by Paul Eggert.
26753
26754 2003-11-02  Karl Berry  <karl@gnu.org>
26755
26756         * config/srclist.txt (vasprintf.c): sync broken, sigh.
26757
26758 2003-10-31  Paul Eggert  <eggert@twinsun.com>
26759
26760         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
26761         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
26762         (read_filesystem_list): Set and use me_type_malloced.
26763         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
26764         whatever the type happens to be), for brevity and consistency.
26765         Check for size calculation overflow on Alphas running OSF/1.
26766
26767 2003-10-31  Jim Meyering  <jim@meyering.net>
26768
26769         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
26770
26771         * lib/linebuffer.c: Include <string.h> for declaration of memset.
26772
26773 2003-10-30  Paul Eggert  <eggert@twinsun.com>
26774             Bruno Haible  <bruno@clisp.org>
26775
26776         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26777         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26778
26779 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26780
26781         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26782         netbsd*-gnu*.  Suggested by Robert Millan.
26783
26784 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26785
26786         * modules/group-member: Depend on stdbool.
26787
26788 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26789
26790         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26791
26792 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26793
26794         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26795         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26796         after the 'gnu' in these cases.  This fixes some bugs in the
26797         previous change, and is based on suggestions by Robert Millan.
26798
26799 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26800
26801         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26802         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26803         no longer needed.
26804         * lib/quotearg.c (quotearg_n_options): Use it.
26805         * lib/group-member.c: Include <stdbool.h>.
26806         (free_group_info): Arg is now const *; don't free arg.
26807         (get_group_info): Now returns bool and accepts struct group_info *,
26808         rather than returning a malloc'ed struct group_info *.
26809         All uses changed.  Check for overflow in internal size calculation.
26810
26811         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26812         rather than xmalloc/xrealloc.
26813         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26814         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26815         conformance bug: the old code used a pointer after freeing the
26816         storage that it addressed.
26817         * lib/hash.c (hash_initialize): Simplify the code by using
26818         xalloc_oversized rather than doing it by hand.
26819         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26820         the buffer preserved.  Use free and xmalloc instead.
26821         * lib/quotearg.c (quotearg_n_options): Likewise.
26822         Use a simpler test for size overflow.  Don't use xalloc_oversized
26823         because unsigned int might be wider than size_t (!); this suggests
26824         that we should switch from unsigned int to size_t for slot numbers.
26825
26826 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26827
26828         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26829         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26830         NetBSD kernels.  Requested by Richard Stallman.
26831
26832 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26833
26834         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26835         to allocate the returned structure.  Do not allocate a subarray,
26836         as x2nrealloc will do that.
26837         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26838         instead of xnrealloc.
26839         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26840
26841 2003-10-27  Bruno Haible  <bruno@clisp.org>
26842
26843         * lib/stdbool_.h: Better support for BeOS.
26844
26845 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26846
26847         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26848         now uses inline.
26849
26850 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26851
26852         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26853         callers that want to do their own size-overflow checking.  Include
26854         <stdbool.h>, since xalloc_oversized returns bool.
26855         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26856         to use xalloc_oversized.
26857
26858         Add two functions x2realloc, x2nrealloc, for programs that grow
26859         arrays dynamically by doubling their sizes.
26860         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26861         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26862         New functions.
26863
26864         Port to C99 semantics for 'inline' of external functions.
26865         Bug reported by Bruno Haible.
26866         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26867         with the old contents of xnmalloc.
26868         (xnmalloc, xmalloc): Use it.
26869         (xnrealloc_inline): New static inline function,
26870         with the old contents of xnrealloc.
26871         (xnrealloc, xrealloc): Use it.
26872
26873         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26874         that.
26875
26876 2003-10-26  Karl Berry  <karl@gnu.org>
26877
26878         * config/srclist.txt (COPYING.DOC): no longer available from
26879         /gd/gnuorg; don't know where the ultimate source is.
26880
26881 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26882
26883         Fix several address-calculation bugs in the hash modules,
26884         plus some minor code cleanup.
26885
26886         * lib/hash.h: Include <stdbool.h>, for bool.
26887         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26888         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26889         hash_get_n_entries, hash_get_max_bucket_length,
26890         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26891         hash_rehash): Use size_t rather than unsigned.
26892         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26893         hash_get_n_buckets_used, hash_get_n_entries,
26894         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26895         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26896         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26897         Likewise.
26898         (SIZE_MAX): Define if not defined.
26899         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26900         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26901         hash_print):
26902         Use const * when possible.
26903         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26904         (check_tuning): Fix bug: if tuning parameters were very close to
26905         0 or 1, rounding errors could have caused subscript violations.
26906         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26907         (hash_initialize): Add 'fail:' label
26908         to free table and return NULL, and use it to simplify code.
26909         Use calloc rather than clearing the storage ourself.
26910         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26911         buffer size calculations.
26912         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26913         Include <stddef.h>, for size_t.
26914         * lib/hash-pjw.c (hash_pjw): Likewise.
26915         Switch to method described by Bruno Haible.
26916         Include <limits.h>, for CHAR_BIT.
26917         (SIZE_BITS): New macro.
26918
26919 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26920
26921         * m4/getline.m4 (AM_FUNC_GETLINE):
26922         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26923         hosts.  Problem reported by Derek Robert Price in
26924         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26925         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26926         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26927
26928 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26929
26930         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26931         ceiling the allocation at NMAX bytes rather than silently
26932         discarding input bytes before NMAX is reached.  This makes
26933         a difference only if NMAX exceeds SIZE_MAX / 2.
26934
26935         * lib/obstack.c: Merge from glibc.
26936         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26937         Add libc_hidden_def (_obstack_newchunk).
26938         (_obstack_free) [! defined _LIBC]: Remove.
26939         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26940         a clone of the function body.
26941         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26942         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26943
26944         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26945         glibc.
26946         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26947         arg to memcpy.
26948
26949         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26950         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26951         Don't use lvalue casts, as GCC plans to remove support for them
26952         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26953         was also present in the non-GCC version, indicating that this
26954         code had always been buggy and had never been widely used.
26955         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26956         Use the fast variant of each macro, rather than copying the
26957         definiens of the fast variant; that way, we'll be more likely to
26958         catch future bugs in the fast variants.
26959
26960 2003-10-20  Bruno Haible  <bruno@clisp.org>
26961
26962         * modules/wait-process: New file.
26963         * MODULES.html.sh (func_all_modules): Add wait-process.
26964
26965 2003-10-20  Bruno Haible  <bruno@clisp.org>
26966
26967         * m4/wait-process.m4: New file.
26968
26969 2003-10-20  Bruno Haible  <bruno@clisp.org>
26970
26971         * lib/wait-process.h: New file, from GNU gettext.
26972         * lib/wait-process.c: New file, from GNU gettext.
26973
26974 2003-10-19  Jim Meyering  <jim@meyering.net>
26975
26976         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26977         HPUX 10.20.
26978
26979 2003-10-18  Karl Berry  <karl@gnu.org>
26980
26981         * config/config.guess: update from config.
26982
26983 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26984
26985         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26986         (getgroups): First arg is int, not size_t.
26987         Don't let 'free' mangle errno.
26988
26989 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26990
26991         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26992
26993 2003-10-16  Karl Berry  <karl@gnu.org>
26994
26995         * config/config.{guess,sub}: update from config.
26996
26997 2003-10-16  Jim Meyering  <jim@meyering.net>
26998
26999         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
27000         memcpy.
27001
27002 2003-10-15  Paul Eggert  <eggert@twinsun.com>
27003
27004         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
27005         (SIZE_MAX): Remove.
27006         (new_exclude, add_exclude_file): Initial size no longer needs to
27007         be a power of 2.
27008         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
27009         our own address arithmetic overflow checking.
27010
27011         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
27012         (fnmatch): Do not alloca more than 2000 wide characters;
27013         instead, use malloc for large buffers.
27014         Check for address arithmetic overflow, and return -1
27015         with errno set to ENOMEM in that case.
27016         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
27017         (NEW_PATTERN): Do not alloca more than 8000 bytes;
27018         instead, return -1.  Check for address arithmetic overflow.
27019
27020 2003-10-14  Paul Eggert  <eggert@twinsun.com>
27021
27022         Handle invalid suffixes and overflow independently, so that
27023         callers can treat them independently as needed.  Fix some bugs in
27024         suffix handling, e.g., "100k@" was not diagnosed as an invalid
27025         suffix for a human-readable blocksize.  The major caller-visible
27026         change is the addition of a new
27027         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
27028         that both overflow and suffix chars were found.
27029
27030         * lib/human.c (humblock): Don't check separately for invalid suffix
27031         char; that is xstrtoumax's job (now that its bug is fixed).
27032         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
27033         INTMAX_MAX]: New macros.
27034         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
27035         TYPE_MAXIMUM): New macros.
27036         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
27037         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
27038         if overflow occurs, as it's what __strtol does and it's more useful
27039         in practice.
27040         (__xstrtol): If __strtol reports some error other than ERANGE,
27041         reflect it to the caller as LONGINT_INVALID.  If it reports
27042         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
27043         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
27044         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
27045         value.
27046         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
27047         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
27048         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
27049         [defined UINTMAX_MAX]: New macros.
27050
27051 2003-10-14  Bruno Haible  <bruno@clisp.org>
27052
27053         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
27054
27055 2003-10-14  Bruno Haible  <bruno@clisp.org>
27056
27057         * m4/sig_atomic_t: New file, from GNU gettext.
27058         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
27059
27060 2003-10-14  Bruno Haible  <bruno@clisp.org>
27061
27062         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
27063         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
27064         Also use volatile where needed.
27065
27066 2003-10-12  Paul Eggert  <eggert@twinsun.com>
27067
27068         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
27069         Change maintainer from Bruno Haible to 'all'.
27070
27071 2003-10-12  Paul Eggert  <eggert@twinsun.com>
27072
27073         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
27074
27075 2003-10-12  Paul Eggert  <eggert@twinsun.com>
27076
27077         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
27078         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
27079         and define in terms of the other primitives.
27080         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
27081         (SIZE_MAX): Define if not already defined.
27082         (array_size_overflow): New function.
27083         (xalloc_die): Abort instead of exiting if 'error' returns.
27084         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
27085         (xmalloc, xrealloc): Use them.
27086         (xcalloc): Check for address arithmetic overflow.
27087         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
27088         a bit faster than strcpy.
27089
27090 2003-10-10  Simon Josefsson  <jas@extundo.com>
27091
27092         * modules/argp (Depends-on): Add restrict and strcase.
27093
27094 2003-10-10  Simon Josefsson  <jas@extundo.com>
27095
27096         * m4/argp.m4: Add AC_C_INLINE.
27097
27098 2003-10-08  Paul Eggert  <eggert@twinsun.com>
27099
27100         Merge getpass from libc, plus a few fixes.
27101
27102         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
27103         Include <stdbool.h>.
27104         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
27105         __fsetlocking to empty.
27106         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
27107         do include <bits/libc-lock.h>.
27108         Do not include <fcntl.h>; not needed.
27109         [_LIBC]: Include <wchar.h>.
27110         (NOTCANCEL_MODE): New macro.
27111         (flockfile, funlockfile) [_LIBC]: New macros.
27112         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
27113         [!_LIBC]: New macros.
27114         (call_fclose): New function.
27115         (getpass): Use it.  Save tty stream separately; this simplifies the
27116         code and makes it more reliable if stdin happens to equal stdout.
27117         Invoke __fsetlocking on tty.
27118         Handle thread cancellation if needed.
27119         Namespace cleanup (use __tcgetattr, __getline).
27120         Use bool for Booleans.
27121         [USE_IN_LIBIO]: Handle wide streams.
27122         [!_LIBC]: Unconditionally do the fseek, since we don't know what
27123         stream might go where.
27124
27125         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
27126         doesn't have to include <stdio.h> before us.
27127         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
27128         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
27129         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
27130         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
27131         if not declared, so that we can use getpass.c code from libc without
27132         rewriting it.
27133         (flockfile, ftrylockfile, funlockfile): New macros.
27134
27135 2003-10-08  Paul Eggert  <eggert@twinsun.com>
27136
27137         * modules/getpass: Depend on stdbool.
27138
27139 2003-10-08  Paul Eggert  <eggert@twinsun.com>
27140
27141         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
27142
27143 2003-10-07  Karl Berry  <karl@gnu.org>
27144
27145         * config/config.{guess,sub}: update from config.
27146
27147 2003-10-06  Jim Meyering  <jim@meyering.net>
27148             Bruno Haible  <bruno@clisp.org>
27149
27150         This lets translators provide better translations for the
27151         "Written by ..." part of --version output.
27152         * lib/version-etc.h: Include stdarg.h.
27153         (version_etc_copyright): Declare as readonly.
27154         (version_etc): Make this function variadic with a NULL-terminated list
27155         of author name strings.
27156         (version_etc_va): New declaration.
27157         * lib/version-etc.c: Include stdarg.h, stdlib.h.
27158         (version_etc_copyright): Declare as readonly.
27159         (version_etc_va): New function. Provide a different translatable string
27160         for each possible number of authors < 10. Abbreviate when there are 10
27161         authors or more.
27162         (version_etc): Make this function variadic. Call version_etc_va.
27163         Suggestion from Gary V. Vaughan.
27164
27165         * lib/long-options.h (parse_long_options): Change prototype: the
27166         authors string is moved to the end and becomes variadic.
27167         * lib/long-options.c: Include stdarg.h.
27168         (parse_long_options): Make this function variadic, too.
27169         Call version_etc_va, not version_etc.
27170
27171 2003-10-06  Bruno Haible  <bruno@clisp.org>
27172
27173         * modules/version-etc-2: Remove file.
27174         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
27175
27176 2003-10-06  Bruno Haible  <bruno@clisp.org>
27177
27178         * modules/fatal-signal: New file.
27179         * MODULES.html.sh (func_all_modules): Add fatal-signal.
27180
27181 2003-10-06  Bruno Haible  <bruno@clisp.org>
27182
27183         * m4/fatal-signal.m4: New file.
27184         * m4/signalblocking.m4: New file, from GNU gettext.
27185
27186 2003-10-06  Bruno Haible  <bruno@clisp.org>
27187
27188         * lib/version-etc-2.h: Remove file.
27189         * lib/version-etc-2.c: Remove file.
27190
27191 2003-10-06  Bruno Haible  <bruno@clisp.org>
27192
27193         * lib/fatal-signal.h: New file, from GNU gettext.
27194         * lib/fatal-signal.c: New file, from GNU gettext.
27195
27196 2003-10-05  Paul Eggert  <eggert@twinsun.com>
27197
27198         * README: Rework advice for preventing empty .o files.
27199         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
27200         not <sys/types.h>.
27201
27202 2003-10-04  Karl Berry  <karl@gnu.org>
27203
27204         * lib/argp*: update from libc.
27205
27206 2003-10-04  Karl Berry  <karl@gnu.org>
27207
27208         * config/config.{guess,sub}: update from config.
27209
27210 2003-10-02  Bruno Haible  <bruno@clisp.org>
27211
27212         * modules/lchown (Include): Add lchown.h.
27213         * modules/time_r (Include): Use "..." syntax.
27214         * modules/xgetdomainname (Include): Add xgetdomainname.h.
27215
27216 2003-10-01  Simon Josefsson  <jas@extundo.com>
27217
27218         * MODULES.html.sh (func_all_modules): Move gethostname from section
27219         'based on' to section 'lacking' POSIX:2001.
27220
27221 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
27222
27223         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
27224         to output mode on the same stream.
27225
27226 2003-09-29  Paul Eggert  <eggert@twinsun.com>
27227
27228         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
27229         Fix arg typo in previous patch.
27230
27231 2003-09-28  Jim Meyering  <jim@meyering.net>
27232
27233         * lib/error.c: Correct cpp indentation.
27234
27235 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27236
27237         * modules/free: New file.
27238
27239 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27240
27241         * m4/free.m4: New file.
27242
27243 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27244
27245         * lib/minmax.h (MIN, MAX)
27246         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
27247         Omit the special code that used __typeof__, since we worry that
27248         it could be more trouble than it's worth.  See:
27249         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
27250         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
27251
27252         * lib/free.c: New file.
27253
27254 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
27255
27256         Trivial fixes to Makefile.am parts of module listings.
27257         * modules/strstr: Append strstr.h to lib_SOURCES.
27258         * modules/strcase: Likewise, for strcase.h.
27259
27260 2003-09-27  Karl Berry  <karl@gnu.org>
27261
27262         * config/mkinstalldirs: update from automake.
27263
27264 2003-09-26  Paul Eggert  <eggert@twinsun.com>
27265
27266         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
27267         (error_tail): Do not loop, reallocating temporary buffer, since
27268         the output cannot contain more wide characters than the input
27269         contains bytes, the size must be big enough already.  This avoids
27270         one potential size overflow calculation.  Check for size overflow
27271         when calculating temporary buffer size.  Free temporary buffer
27272         when done, if it was allocated with malloc; this plugs a memory
27273         leak.  Remove casts from void * to pointers, that are no longer
27274         needed now that we're assuming C89 or better.
27275
27276         Merge error changes from glibc.
27277
27278         * lib/error.c, error.h: Update copyright notice header to match glibc.
27279         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
27280         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
27281         Disable cancellation while printing error.
27282         * lib/error.h: Prepend __ to parameter names.
27283
27284 2003-09-26  Jim Meyering  <jim@meyering.net>
27285
27286         * lib/error.c (error_tail): Move some declarations
27287         into inner scope where the local variables are used.
27288
27289 2003-09-26  Bruno Haible  <bruno@clisp.org>
27290
27291         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
27292         stpncpy().
27293         Don't define stpncpy through config.h; it's now done through stpncpy.h.
27294
27295 2003-09-26  Bruno Haible  <bruno@clisp.org>
27296
27297         * lib/stpncpy.h (gnu_stpncpy): New declaration.
27298         (stpncpy): Define as alias for gnu_stpncpy.
27299         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
27300
27301 2003-09-25  Simon Josefsson  <jas@extundo.com>
27302
27303         * lib/xgetdomainname.h: New file.
27304         * lib/xgetdomainname.c: New file.
27305
27306 2003-09-25  Simon Josefsson  <jas@extundo.com>
27307             Bruno Haible  <bruno@clisp.org>
27308
27309         * modules/getdomainname: New file.
27310         * modules/xgetdomainname: New file.
27311         * MODULES.html.sh (func_all_modules): Add getdomainname,
27312         xgetdomainname.
27313
27314 2003-09-25  Simon Josefsson  <jas@extundo.com>
27315             Bruno Haible  <bruno@clisp.org>
27316
27317         * m4/getdomainname.m4: New file.
27318
27319 2003-09-25  Simon Josefsson  <jas@extundo.com>
27320             Bruno Haible  <bruno@clisp.org>
27321
27322         * lib/getdomainname.h: New file.
27323         * lib/getdomainname.c: New file.
27324
27325 2003-09-25  Karl Berry  <karl@gnu.org>
27326
27327         * lib/argp-fmtstream.c, argp-help.c: update from libc.
27328
27329 2003-09-25  Karl Berry  <karl@gnu.org>
27330
27331         * config/install-sh: update from automake.
27332
27333 2003-09-25  Bruno Haible  <bruno@clisp.org>
27334
27335         * modules/version-etc-2: New file, from modules/version-etc with
27336         modifications.
27337         * MODULES.html.sh (func_all_modules): Add version-etc-2.
27338
27339 2003-09-25  Bruno Haible  <bruno@clisp.org>
27340
27341         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
27342         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
27343
27344 2003-09-24  Simon Josefsson  <jas@extundo.com>
27345
27346         * modules/xgethostname: Add xgethostname.h.
27347
27348 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27349
27350         * lib/linebuffer.c (freebuffer): Don't free the argument, just
27351         the buffer associated with the argument.  Bug reported by
27352         Simon Josefsson.
27353
27354 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27355
27356         * README: Document assumptions that 'int' is at least 32 bits
27357         wide, that integer arithmetic is 2's complement without overflow,
27358         that there are no holes in integer values, that adding sizes of
27359         two nonoverlapping objects can't overflow, and that all-bits-zero
27360         yields scalar zero.  Fix spelling and capitalization typos.
27361
27362 2003-09-19  Karl Berry  <karl@gnu.org>
27363
27364         * lib/argp.h: update from libc.
27365
27366 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27367
27368         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
27369         to avoid spurious warnings like "AC_RUN_IFELSE was called before
27370         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
27371
27372 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27373
27374         * gnulib-tool: Use "test -h", not "test -L", for portability
27375         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
27376         (tags_regexp): Remove, since \| doesn't conform to POSIX.
27377         (sed_extract_prog): Issue s commands one-by-one, rather than
27378         using \| in one s command.
27379
27380 2003-09-16  Paul Eggert  <eggert@twinsun.com>
27381
27382         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
27383         input error, instead of returning NULL the next time we are called
27384         (and therefore losing track of errno).
27385
27386 2003-09-16  Bruno Haible  <bruno@clisp.org>
27387
27388         * gnulib-tool (func_create_testdir): Warn about duplicated
27389         dependencies.
27390
27391 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27392
27393         * modules/argmatch, modules/fatal, modules/obstack,
27394         modules/xalloc, modules/xgethostname: Sort dependencies by
27395         importance, not alphabetically.
27396
27397 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27398
27399         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
27400         fails, so that the caller gets the proper errno.
27401
27402         * lib/readutmp.c (read_utmp): Likewise.
27403         Check for fstat error.  Close stream and free storage
27404         when failing.
27405
27406 2003-09-14  Karl Berry  <karl@gnu.org>
27407
27408         * config/srclist.txt (strdup.c): disable for c89 changes.
27409
27410 2003-09-14  Jim Meyering  <jim@meyering.net>
27411
27412         * lib/getloadavg.c: Correct cpp indentation.
27413         * lib/strdup.c: Likewise.
27414         * lib/vasnprintf.c: Likewise.
27415
27416 2003-09-14  Bruno Haible  <bruno@clisp.org>
27417
27418         * modules/fwriteerror: New file.
27419         * MODULES.html.sh (func_all_modules): Add fwriteerror.
27420
27421 2003-09-14  Bruno Haible  <bruno@clisp.org>
27422
27423         * lib/fwriteerror.h: New file.
27424         * lib/fwriteerror.c: New file.
27425
27426 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27427
27428         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
27429         modules/xgethostname, modules/xalloc: Depend on exit.
27430
27431 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27432
27433         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
27434
27435         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
27436         and AC_MINIX, too, so that their extensions are available.
27437
27438         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
27439         This macro has been superseded by gl_BACKUPFILE.
27440
27441         More patches to assume C89 or better.
27442
27443         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
27444
27445         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
27446         unconditionally.
27447         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
27448         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
27449         Include <string.h>, <stdlib.h> unconditionally.
27450         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
27451         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
27452         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
27453         headers or for string.h.
27454         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
27455         or strtoul.
27456
27457         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
27458         headers.
27459         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
27460         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27461         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
27462         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
27463         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27464         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
27465         memcpy, memset.
27466         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
27467         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
27468         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
27469         strtol.
27470         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
27471         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
27472         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
27473         strtoul.
27474
27475 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27476
27477         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
27478         * lib/obstack.c [!defined _LIBC]: Likewise.
27479         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
27480         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
27481         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
27482
27483         More changes to assume C89 or better.
27484
27485         * lib/error.c (error_tail): Assume vprintf.
27486
27487         * lib/argmatch.c (getenv): Remove decl.
27488         * lib/progreloc.c (get_full_program_name): Define via prototype.
27489         * lib/setenv.c (clearenv): Likewise.
27490         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
27491         needed.
27492         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
27493         (malloc, memcpy): Remove decls.
27494         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
27495         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
27496         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27497         (memcpy): Remove macro.
27498         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
27499         (__P): Remove.  All uses removed.
27500         (PTR): Remove.  All uses changed to void *.
27501         (CHAR_BIT, NULL): Remove.
27502         (spaces, zeros, memset_space, memset_zero)
27503         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
27504         Remove.
27505         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
27506         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
27507         Define with prototype.
27508         Remove now-unnecessary prototype decl.
27509         (extra_args_spec): Assume ANSI C.  All uses changed.
27510         (extra_args_spec_iso): Remove.
27511         (my_strftime, emacs_strftimeu): Define via prototype.
27512         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
27513         unconditionally.
27514         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
27515         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
27516         (strtoul, strtol): Remove decls.
27517         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
27518         LONG_MAX): Remove.
27519         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27520         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
27521         (LOCALE_PARAM_PROTO): New macro.
27522         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
27523         (INTERNAL (strtol), strtol): Define with a prototype.
27524         (PARAMS): Remove.  All uses removed.
27525         * lib/tempname.c: Include <string.h> unconditionally.
27526         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
27527         * lib/xgethostname.c (main): Define with a prototype.
27528         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
27529         Include <stdlib.h> unconditionally.
27530         (calloc, malloc, realloc, free): Remove decls.
27531         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
27532         Include <stdlib.h> unconditionally.  Sort include file names.
27533         (strtod): Remove.
27534         (xstrtod): Define with a prototype.
27535         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
27536         (strtol, strtoul): Remove decls.
27537
27538 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27539
27540         More patches to assume C89 or better.
27541         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
27542         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
27543         string.h, memchr, STDC_HEADERS.
27544
27545 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27546
27547         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
27548         Include <stdlib.h>, <string.h> unconditionally.
27549         Remove now-unnecessary cast to char *.
27550         * lib/strnlen.c: Include <string.h> unconditionally.
27551         * lib/yesno.c (yesno): Define with a prototype.
27552
27553 2003-09-11  Bruno Haible  <bruno@clisp.org>
27554
27555         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
27556
27557 2003-09-10  Jim Meyering  <jim@meyering.net>
27558
27559         * lib/error.c: Correct indentation of cpp directives.
27560
27561 2003-09-10  Bruno Haible  <bruno@clisp.org>
27562
27563         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
27564         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
27565         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
27566         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
27567         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
27568         <stdlib.h> and <string.h> checks.
27569         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
27570         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
27571
27572 2003-09-10  Bruno Haible  <bruno@clisp.org>
27573
27574         * lib/strcspn.c: Include <string.h> unconditionally.
27575         * lib/strpbrk.c: Include <string.h> unconditionally.
27576         * lib/strstr.c: Include <string.h> unconditionally.
27577         * lib/unicodeio.c: Include <string.h> unconditionally.
27578         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
27579         * lib/unsetenv.c: Likewise.
27580         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
27581         * lib/yesno.c: Include <stdlib.h> unconditionally.
27582         (rpmatch): Add prototype.
27583
27584 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27585
27586         More patches to assume C89 or better.
27587         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
27588         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
27589         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
27590         or for string.h.
27591         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
27592         stdlib.h.
27593         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
27594         C headers.
27595         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
27596         string.h.
27597         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
27598         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
27599         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
27600         or for string.h.
27601         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
27602         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
27603         C headers.
27604         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
27605         memcpy.
27606         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
27607         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
27608         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
27609         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
27610         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
27611         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
27612         string.h, free.
27613         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
27614         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
27615         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
27616         C headers, or for string.h.
27617         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
27618         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
27619         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
27620         headers, memory.h, stdlib.h, string.h, strings.h.
27621         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
27622         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
27623         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
27624         strchr.
27625         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
27626         headers, memory.h, string.h.
27627         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
27628         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
27629         free.
27630         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
27631         headers.
27632         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
27633         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
27634         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
27635         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
27636         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
27637
27638 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27639
27640         More K&R removal.
27641
27642         * lib/acosl.c (main): Use a prototype.
27643         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
27644         tanl.c: Likewise.
27645
27646         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
27647
27648         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
27649         (getopt, etopt_long, getopt_long_only, _getopt_internal)
27650         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
27651         with a prototype.
27652         * lib/getopt.c (const): Remove macro.
27653         Include <string.h> unconditionally.
27654         (my_index): Remove; all uses changed to strchr.
27655         (strlen): Remove decl.
27656         (exchange): Remove forward decl; no longer needed.
27657         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
27658         Define with prototype.
27659         * lib/getopt1.c (const): Remove macro.
27660         (getopt_long, getopt_long_only, main): Define with prototype.
27661
27662         * lib/getugroups.c: Include <string.h> unconditionally.
27663
27664         * lib/getusershell.c: Include <stdlib.h> unconditionally.
27665         (getusershell, setusershell, endusershell, readname, main):
27666         Define with prototypes.
27667
27668         * lib/group-member.c: Include group-member.h first.
27669         Include <stdlib.h> unconditionally.
27670
27671         * lib/hard-locale.c: Include hard-locale.h first.
27672         Include <stdlib.h>, <string.h> unconditionally.
27673
27674         * lib/hash.c (free, malloc): Remove decls.
27675         Include <stdlib.h> unconditionally.
27676
27677         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
27678         (getenv): Do not declare.
27679
27680         * lib/idcache.c: Include <string.h> unconditionally.
27681
27682         * lib/long-options.c: Include long-options.h first, to test interface.
27683         Include <stdlib.h> unconditionally.
27684
27685         * lib/makepath.c: Include makepath.h first, to test interface.
27686         Include <stdlib.h> and <string.h> unconditionally.
27687
27688         * lib/linebuffer.c: Include <stdlib.h>.
27689         (free): Remove decl.
27690
27691         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
27692         stddef.h. rpl_malloc returns void *, not char *.
27693         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
27694         prototype.
27695
27696         * lib/md5.h: Include <limits.h> unconditionally.
27697         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
27698         (__P): Remove; all uses removed.
27699         * lib/md5.c: Include "md5.h" first.
27700         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
27701         md5_buffer, md5_process_bytes, md5_process_block):
27702         Define with prototypes.
27703         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
27704         * lib/sha.c: Include "sha.h" first.
27705         Include <stdlib.h>, <string.h> unconditionally.
27706
27707         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
27708         * lib/memcmp.c (__ptr_t): Likewise.
27709         * lib/memrchr.c (__ptr_t): Likewise.
27710         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
27711         Include <string.h> unconditionally.
27712         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
27713         * lib/memchr.c: Include <stdlib.h> unconditionally.
27714         * lib/memchr.c (LONG_MAX): Remove.
27715         * lib/memrchr.c (LONG_MAX): Likewise.
27716         * lib/memchr.c (__memchr): Define via a prototype.
27717         * lib/memrchr.c (__memrchr): Likewise.
27718         * lib/memcmp.c (__P): Remove, and remove all uses.
27719         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
27720         Remove forward decls; no longer needed.
27721         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
27722         Use types required by C89 in prototype.
27723
27724         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
27725         * lib/savedir.c: Likewise.
27726         * lib/mkdir.c (free): Remove decl.
27727         * lib/rmdir.c (rmdir): Define with a prototype.
27728         * lib/savedir.c: Include savedir.h first, to test interface.
27729
27730         * lib/mktime.c (STDC_HEADERS): Remove.
27731         Include <stdlib.h>, <string.h> unconditionally.
27732
27733         * lib/modechange.c: Include <stdlib.h> unconditionally.
27734         (malloc): Remove decl.
27735
27736         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
27737         (free): Remove decl.
27738
27739         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
27740         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
27741         (This type really should be intptr_t, but that's a C99ism.)
27742         (_obstack_memcpy): Remove: all uses changed to memcpy.
27743         Include <string.h> unconditionally.
27744         (struct obstack): Assume __STDC__ for types of members
27745         chunkfun, freefun, extra_arg.
27746         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
27747         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
27748         obstack_begin, obstack_specify_allocation,
27749         obstack_specify_allocation_with_arg, obstack_chunkfun,
27750         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
27751         Remove unprototyped decls and the macros that use them.
27752         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
27753         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
27754         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
27755         (defined __STDC__ && __STDC__)]:
27756         Remove nonprototyped code.
27757         Include <stdlib.h> unconditionally.
27758         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
27759         _obstack_allocated_p, _obstack_free, obstack_free,
27760         _obstack_memory_used, print_and_abort):
27761         Define using prototypes.
27762         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
27763         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
27764         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
27765         obstack_next_free, obstack_object_size, obstack_room) [0]:
27766         Remove unused, unprototyped code.
27767
27768         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
27769
27770         * lib/physmem.c (physmem_total, physmem_available, main): Define
27771         with prototypes.
27772
27773         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
27774         (main): Define with a prototype.
27775
27776         * lib/posixver.c (getenv): Remove decl.
27777
27778         * lib/putenv.c (malloc): Returns void *, not char *.
27779         Include <string.h> unconditionally.
27780         (strchr, memcpy, NULL): Do not define.
27781
27782         * lib/readtokens.c: Include readtokens.h first, to test interface.
27783         Include <stdlib.h>, <string.h> unconditionally.
27784         (init_tokenbuffer): Define with a prototype.
27785
27786         * lib/regex.c (PARAMS): Remove.  All uses removed.
27787         All uses of _RE_ARGS removed, too.
27788         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27789         unconditionally.
27790         (bzero): Assume memset exists.
27791         (memcmp, memcpy, NULL): Remove.
27792         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27793         char, or assignments to local vars of type signed char.
27794         (init_syntax_once, PREFIX(extract_number_and_incr),
27795         PREFIX(print_partial_compiled_pattern),
27796         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27797         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27798         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27799         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27800         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27801         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27802         wcs_compile_range, byte_compile_range, truncate_wchar,
27803         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27804         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27805         count_mbs_length, wcs_re_match_2_internal,
27806         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27807         PREFIX(alt_match_null_string_p),
27808         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27809         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27810         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27811         now-unnecessary declaration, if any.
27812         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27813         regcomp, regexec):
27814         Remove now-unnecessary casts among pointer types.
27815         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27816
27817         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27818         (free): Remove decl.
27819
27820         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27821
27822         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27823         (free): Remove decl.
27824
27825         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27826         * lib/xgetcwd.c: Likewise.
27827
27828         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27829         (free): Remove decl.
27830
27831         * lib/strchrnul.c (strchrnul): Define with a prototype.
27832         Fix bug: c_in was not converted to char before searching.
27833
27834         The following changes are not K&R related:
27835
27836         * lib/group-member.h: Include <sys/types.h>, so that this file is
27837         self-contained.
27838         * lib/makepath.h: Likewise.
27839
27840         * lib/getusershell.c (readname, default_index, line_size, readname):
27841         Use size_t, not int, for sizes.
27842         (readname): If the size overflows, report an error instead of
27843         looping forever.
27844
27845 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27846
27847         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27848         libc.
27849
27850 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27851
27852         * README: New section: portability guidelines.
27853
27854 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27855
27856         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27857         C89 spec.
27858
27859 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27860
27861         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27862
27863 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27864
27865         Assume C89 or better; remove K&R cruft.
27866         A few of these changes were first proposed by Derek Robert Price
27867         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27868
27869         * lib/addext.c: Include <string.h> unconditionally.
27870         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27871         Don't declare getenv or malloc.
27872
27873         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27874         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27875         (NULL): Remove.
27876         (find_stack_direction, alloca): Use prototypes.
27877
27878         * lib/atexit.c (atexit): Define using a prototype.
27879
27880         * lib/basename.c, dirname.c, stripslash.c:
27881         Include <string.h> unconditionally.
27882
27883         * lib/bcopy.c: Include <stddef.h>.
27884         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27885
27886         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27887
27888         * lib/error.h (error, error_at_line, error_print_progname)
27889         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27890         * lib/error.c: Include error.h first, to check interface.
27891         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27892         (VA_START): Remove; all uses changeed to va_start.
27893         (exit, strerror): Remove decls.
27894         (error_print_progname): Prototype uncondionally.
27895         Don't include <errno.h>; no longer needed.
27896         (private_strerror): Remove.
27897         (error_tail): Always define.
27898         (error, error_at_line): Assume C89 or better; always use prototypes.
27899         * lib/fatal.c: Include "fatal.h" first, to test interface.
27900         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27901         (VA_START): Remove; all uses changed to va_start.
27902         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27903         this case.
27904         (exit): Remove decl.
27905         (fatal): Prototype unconditionally.  Assume va_start works.
27906         Abort at end, to pacify gcc.
27907
27908         * lib/euidaccess.c (main): Define with a prototype.
27909
27910         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27911
27912         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27913
27914         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27915         prototypes.
27916         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27917         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27918         (getenv): Remove decl.
27919         (fnmatch): Define using a prototype.
27920         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27921         (FCT): Define using a prototype.
27922
27923         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27924
27925         * lib/gethostname.c: Include <stddef.h>.
27926         (gethostname): Define with prototype.  Length is size_t, not int.
27927
27928 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27929
27930         Assume C89 or better; remove K&R cruft.
27931         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27932         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27933         string.h, getenv, malloc.
27934         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27935         headers.
27936         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27937         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27938         do not check for strerror.
27939         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27940         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27941         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27942         do not check for doprnt or vprintf.
27943         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27944         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27945
27946 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27947
27948         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27949         getversion.c should have been removed then, but was accidentally
27950         preserved.
27951
27952         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27953         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27954
27955 2003-09-08  Karl Berry  <karl@gnu.org>
27956
27957         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27958                 config, forget about prep.
27959
27960         * config/depcomp, missing: update from automake.
27961
27962 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27963
27964         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27965         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27966
27967 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27968
27969         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27970         copy_tm_result.  Bug reported by Simon Josefsson in
27971         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27972
27973 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27974
27975         * m4/time_r.m4: New file.
27976         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27977         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27978         is. Check for timegm declaration.
27979         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27980         Do not check for gmtime_r.
27981         Replace mktime if __mktime_internal does not exist and if mktime
27982         hasn't been replaced already.
27983
27984 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27985
27986         * lib/time_r.c, lib/time_r.h: New files.
27987
27988         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27989         __localtime_r.
27990         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27991         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27992
27993         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27994         __gmtime_r.
27995         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27996         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27997         Include <time_r.h>.
27998
27999         * lib/timegm.c: Switch to glibc implementation, with the following
28000         changes:
28001         [defined HAVE_CONFIG_H]: Include <config.h>.
28002         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
28003         (__mktime_internal) [!defined _LIBC]: New decl.
28004         (__gmtime_r) [!defined _LIBC]: New macro and function.
28005         (timegm): Use a prototype, since gnulib assumes C89.
28006         Do not bother declaring tmp to be const, as it's not really usefu.
28007         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
28008         (timegm): Declare only if HAVE_DECL_TIMEGM.
28009
28010 2003-09-06  Paul Eggert  <eggert@twinsun.com>
28011
28012         * MODULES.html.sh (func_all_modules): Add time_r.
28013         * modules/time_r: New file.
28014         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
28015         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
28016
28017 2003-09-03  Paul Eggert  <eggert@twinsun.com>
28018
28019         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
28020         Bug reported by Lute Kamstra in
28021         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
28022
28023         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
28024         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
28025         course with correspondingly smaller numbers for tomorrow and
28026         yesterday.  From Tadayoshi Funaba.  Originally installed into
28027         sh-utils on 1999-08-07, but the patch got lost (I guess during the
28028         coreutils merge?).
28029
28030 2003-08-31  Simon Josefsson  <jas@extundo.com>
28031
28032         * modules/timegm: New file.
28033         * MODULES.html.sh (func_all_modules): Add timegm.
28034
28035 2003-08-31  Simon Josefsson  <jas@extundo.com>
28036
28037         * m4/timegm.m4: New file.
28038
28039 2003-08-31  Simon Josefsson  <jas@extundo.com>
28040
28041         * lib/timegm.h: New file.
28042         * lib/timegm.c: New file.  Based on
28043         wget-1.8.2/src/http.c:mktime_from_utc.
28044
28045 2003-08-31  Karl Berry  <karl@gnu.org>
28046
28047         * lib/argp.h: update from libc.
28048
28049 2003-08-28  Bruno Haible  <bruno@clisp.org>
28050
28051         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
28052         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
28053         followed by '#define fnmatch fnmatch_posix' gives an error.
28054
28055 2003-08-28  Bruno Haible  <bruno@clisp.org>
28056
28057         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
28058         warning on QNX, which defines O_BINARY to 000000.
28059
28060 2003-08-27  Jim Meyering  <jim@meyering.net>
28061
28062         * m4/mkstemp.m4: Require that the system mkstemp be able to create
28063         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
28064         would fail after 32.  Reported by Danny Levinson.  Details here:
28065         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
28066
28067 2003-08-24  Bruno Haible  <bruno@clisp.org>
28068
28069         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
28070         MSVC7 <stdio.h> is included later.
28071
28072 2003-08-22  Simon Josefsson  <jas@extundo.com>
28073
28074         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
28075
28076 2003-08-20  Karl Berry  <karl@gnu.org>
28077
28078         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
28079
28080 2003-08-20  Bruno Haible  <bruno@clisp.org>
28081
28082         * modules/progname: New file.
28083         * MODULES.html.sh (func_all_modules): Add progname.
28084
28085 2003-08-20  Bruno Haible  <bruno@clisp.org>
28086
28087         * lib/progname.h: New file, from GNU gettext.
28088         * lib/progname.c: New file, from GNU gettext.
28089         * lib/progreloc.c: New file, from GNU gettext.
28090
28091 2003-08-19  Jim Meyering  <jim@meyering.net>
28092
28093         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
28094         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
28095
28096 2003-08-19  Bruno Haible  <bruno@clisp.org>
28097
28098         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
28099         more.
28100
28101 2003-08-19  Bruno Haible  <bruno@clisp.org>
28102
28103         * lib/xstrdup.c: Assume <string.h> exists.
28104
28105 2003-08-18  Paul Eggert  <eggert@twinsun.com>
28106
28107         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
28108         in makefile rules.
28109
28110 2003-08-18  Jim Meyering  <jim@meyering.net>
28111
28112         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
28113         * m4/lib-ld.m4: Likewise.
28114
28115 2003-08-18  Jim Meyering  <jim@meyering.net>
28116
28117         * lib/setenv.h: Indent nested cpp directive.
28118         * lib/vasnprintf.c: Remove trailing blanks.
28119
28120 2003-08-17  Simon Josefsson  <jas@extundo.com>
28121
28122         * modules/xstrndup: New file.
28123         * MODULES.html.sh (func_all_modules): Add xstrndup.
28124
28125 2003-08-17  Simon Josefsson  <jas@extundo.com>
28126
28127         * modules/argp: Fix autoconf macro name. Add more dependencies.
28128
28129 2003-08-17  Simon Josefsson  <jas@extundo.com>
28130
28131         * m4/xstrndup.m4: New file.
28132
28133 2003-08-17  Simon Josefsson  <jas@extundo.com>
28134
28135         * m4/argp.m4: New file.
28136
28137 2003-08-17  Simon Josefsson  <jas@extundo.com>
28138             Bruno Haible  <bruno@clisp.org>
28139
28140         * lib/xstrndup.h: New file.
28141         * lib/xstrndup.c: New file.
28142
28143 2003-08-17  Bruno Haible  <bruno@clisp.org>
28144
28145         * modules/strndup (Files, Include): Add lib/strndup.h.
28146
28147 2003-08-17  Bruno Haible  <bruno@clisp.org>
28148
28149         * modules/euidaccess (Files): Add lib/euidaccess.h.
28150
28151 2003-08-17  Bruno Haible  <bruno@clisp.org>
28152
28153         * lib/strndup.h: New file.
28154
28155 2003-08-17  Bruno Haible  <bruno@clisp.org>
28156
28157         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
28158         like AC_GNU_SOURCE.
28159         * modules/extensions (configure.ac): Comment out the invocation of
28160         gl_USE_SYSTEM_EXTENSIONS.
28161
28162 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28163
28164         Merges from coreutils, etc.
28165         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
28166         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
28167         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
28168         fixing a typo.
28169         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
28170         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
28171
28172 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28173
28174         Document merge from coreutils.
28175         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
28176         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
28177         * modules/utime: Add m4/utimes-null.m4.
28178
28179 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28180
28181         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
28182         space, undoing this 2003-08-12 change:
28183         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
28184
28185 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28186
28187         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
28188         strtoul.c from libc, undoing this 2003-08-12 change:
28189         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
28190
28191 2003-08-16  Jim Meyering  <jim@meyering.net>
28192
28193         Merges from coreutils.
28194         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
28195         prefix.  Adjust cache variables similarly.  Create 500 rather than
28196         just 300 files, to exercise bug on Darwin6.5, too.
28197         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
28198         $missing_dir.
28199         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
28200         AM_SYS_POSIX_TERMIOS.
28201         Reported by mkc@mathdogs.com.
28202         Also change use of $am_cv_sys_posix_termios
28203         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
28204         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
28205         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
28206         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
28207         in /proc/mounts until it finds one with matching device number.  This
28208         is unnecessary when the FILE argument *is* a mount point.  No stat call
28209         is necessary in that case.  So, disable the statvfs-testing code on
28210         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
28211         as RedHat bug# 84846.
28212         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
28213         to 1MB, so as not to render systems with no stack size limit (e.g.,
28214         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
28215         Include <unistd.h>.  On some systems,
28216         it is required for the definition of _SC_PAGESIZE.
28217
28218 2003-08-16  Jim Meyering  <jim@meyering.net>
28219
28220         Merge from coreutils.
28221         * lib/xstrtoimax.c: #else #if -> #elif.
28222         * lib/xstrtoumax.c: Likewise.
28223
28224 2003-08-16  Jim Meyering  <jim@meyering.net>
28225
28226         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
28227         * m4/utimes.m4: Removed.
28228         * m4/utimes-null.m4: Renamed from utimes.m4.
28229
28230         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
28231         to 1MB, so as not to render systems with no stack size limit (e.g.,
28232         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
28233         Include <unistd.h>.  On some systems,
28234         it is required for the definition of _SC_PAGESIZE.
28235
28236 2003-08-16  Jim Meyering  <jim@meyering.net>
28237         and Paul Eggert  <eggert@cs.ucla.edu>
28238
28239         Merges from coreutils, etc.
28240
28241         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
28242         using the latest version from cvs.  This avoids problems with #line
28243         directives using a vendor (Sun) compiler.
28244         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
28245         Don't set GETGROUPS_LIB here; now it's
28246         done via getgroups.m4's wrapper function.
28247         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
28248         rather than just in sh-util/configure.in, so that the
28249         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
28250         same.
28251         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
28252         AC_FUNC_GETLOADAVG where to find getloadavg.c.
28253         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
28254         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
28255         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
28256         Remove code that is now done by the newly-required macros.
28257         Append $(EXEEXT) to DF_PROG.
28258         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
28259         Do not invoke or require the following here,
28260         since prereq.m4 or some gnulib .m4 now does this for us:
28261         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
28262         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
28263         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
28264         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
28265         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
28266         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
28267         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
28268         AC_FUNC_OBSTACK.
28269         Do not replace the following functions, as this is now the job
28270         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
28271         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
28272         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
28273         atexit getpass, strdup, getpagesize.
28274         Replace 'raise'.
28275         Do not check for the following functions, as this is now the job
28276         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
28277         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
28278         setregid.
28279         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
28280         Check for sys/sysctl.h.
28281         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
28282         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
28283         of checking for ssize_t ourselves.
28284
28285         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
28286         Require every macro that gnulib/modules/* suggests for us.
28287         (jm_PREREQ_ADDEXT): New macro.
28288         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
28289         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
28290
28291         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
28292         (gl_PHYSMEM): Use it.
28293         Also check for `table' function.
28294         Check for new headers and functions.
28295         Add check for sys/sysmp.h.
28296         With suggestions from Kaveh Ghazi.
28297         Ignore headers that are present but cannot be compiled.  This
28298         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
28299         C 5.4.
28300
28301 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28302
28303         Document merge from coreutils.
28304         * modules/userspec: Depend on posixver.
28305         * modules/strftime: Depend on tzset.
28306
28307 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28308
28309         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
28310         rather than tab, after '#' in shell-script copyright notices.
28311         Suggested by Bruno Haible.
28312
28313 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28314
28315         * config/srclist-update: Use three spaces, rather than tab, after '#'
28316         in shell-script copyright notices.  Suggested by Bruno Haible.
28317         Remove unnecessary parenthesization in regular expression.
28318
28319 2003-08-15  Jim Meyering  <jim@meyering.net>
28320
28321         Merge from coreutils.
28322         * lib/xgethostname.c: Include <stdlib.h>.
28323         (xghostname): Don't exit for anything other than memory-related
28324         failure; just return NULL.
28325         * lib/userspec.c: Include "posixver.h".
28326         (parse_user_spec): Accept `.' as a separator only
28327         in pre-POSIX-200112 mode.
28328         * lib/strtoimax.c: Use #elif rather than #else #if.
28329         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
28330         Remove function, now that we can rely on a working tzset function.
28331         [!_LIBC]: Ensure that the required autoconf test has been run.
28332         [!defined _NL_CURRENT && HAVE_STRFTIME]:
28333         Use underlying_strftime for %r.
28334         * lib/sha.c: Merge in some clean-up and optimization changes from
28335         glibc.
28336         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
28337         Ensure that it is a multiple of 64.
28338         Rearrange loop exit tests so as to avoid performing an
28339         additional fread after encountering an error or EOF.
28340         * lib/realloc.c: Update copyright date.
28341
28342 2003-08-15  Jim Meyering  <jim@meyering.net>
28343         and Paul Eggert  <eggert@twinsun.com>
28344
28345         Merge from coreutils.
28346         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
28347         member but strut utmpx does not.  Needed for AIX 4.3.3.
28348         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
28349
28350 2003-08-15  Jim Meyering  <jim@meyering.net>
28351         and Paul Eggert  <eggert@cs.ucla.edu>
28352
28353         Merges from coreutils, etc.
28354         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
28355         Require gl_FUNC_TZSET_CLOBBER.
28356         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
28357         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
28358         members.
28359
28360 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28361
28362         Help the merge from coreutils.
28363         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
28364         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
28365         * m4/tzset.m4: Use it too.
28366
28367 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28368
28369         * modules/tzset: New file.
28370
28371 2003-08-14  Jim Meyering  <jim@meyering.net>
28372
28373         Merges from coreutils.
28374         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
28375         variable names, rather than @FNMATCH_H@.
28376         * modules/alloca: Likewise for $(ALLOCA_H).
28377
28378         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
28379         the three copies of the literal target, `fnmatch.h'.
28380         * modules/alloca (alloca.h): Likewise.
28381
28382 2003-08-14  Jim Meyering  <jim@meyering.net>
28383
28384         Merge from coreutils.
28385         * m4/tzset.m4: New file.
28386         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
28387         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
28388         otherwise, AIX 5.1 systems would end up using the latter.
28389         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
28390         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
28391         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
28392         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
28393
28394 2003-08-14  Jim Meyering  <jim@meyering.net>
28395
28396         Merge from coreutils.
28397         * lib/obstack.h: Whitespace changes.
28398         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
28399         and xcalloc return values.
28400         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
28401         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
28402         hang on OSF/1 5.1 for DIR on both local and remote file systems.
28403         Reported by (and fix confirmed by) Nelson H. F. Beebe.
28404         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28405         error from mntctl.
28406         Use mntctl's return value to drive the entry-processing loop, since
28407         we can't rely on the value of the vmt_length member in the last
28408         entry.  On some systems doing so could result in exhausting
28409         virtual memory.  Based in part on a patch from Mike Jetzer.
28410
28411 2003-08-14  Jim Meyering  <jim@meyering.net>
28412         and Paul Eggert  <eggert@twinsun.com>
28413
28414         Merges from coreutils, plus other fixes.
28415         * lib/physmem.c: Merge in portability changes from gcc/libiberty
28416         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
28417         for credits and details.  Thanks to Kaveh Ghazi for helping
28418         to keep these files in sync.
28419         (ARRAY_SIZE): Define it.
28420         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
28421         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
28422         (memcasecmp): Don't assume size_t fits in unsigned int.
28423         Remove casts and duplicate code.
28424         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
28425         (memcpy): Remove definition.
28426         Merge in some clean-up and optimization changes from glibc.
28427         [BLOCKSIZE]: Move definition to top of file.
28428         Ensure that it is a multiple of 64.
28429         Rearrange loop exit tests so as to avoid performing an
28430         additional fread after encountering an error or EOF.
28431         * lib/md5.h (md5_uintptr): Define.
28432         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
28433         return to the initial working directory.  Preserve errno
28434         for caller.
28435         * lib/idcache.c: Include "xalloc.h".
28436         (xmalloc, xrealloc): Remove decls.
28437         (getuser): Remove casts no longer required in C89.
28438         * lib/human.c: Include stdio.h, for sprintf.
28439         * lib/group-member.c: Include "xalloc.h".
28440         (xmalloc, xrealloc): Remove decls.
28441         (get_group_info): Remove casts no longer required in C89.
28442         * lib/getusershell.c (readname): Remove casts no longer required in
28443         C89.
28444         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
28445         * lib/getline.c: Whitespace fix, from coreutils.
28446
28447 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28448
28449         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
28450         Check for isascii.
28451
28452         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28453         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28454         Undo previous (whitespace-only) change.
28455
28456 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28457
28458         * lib/exclude.c: Include <ctype.h>
28459         (IN_CTYPE_DOMAIN): New macro.
28460         (is_space): New fn.
28461         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
28462         and empty lines.
28463
28464         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28465         Undo previous (whitespace-only) change.
28466
28467 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28468
28469         * config/srclist-update: Change update back to the old behavior,
28470         leaving whitespace alone.  Use one 'sed' command rather than a
28471         pipeline.
28472         (fixlicense): Now a variable, not a function.
28473         (remove_trailing_blanks): Remove.
28474         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
28475         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28476         Undo previous (whitespace-only) change.
28477
28478 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28479
28480         Merge from coreutils.
28481         * modules/euidaccess: Add lib_SOURCES, include for new
28482         file euidaccess.h
28483
28484 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28485
28486         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28487         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28488         Normalize leading white space and remove trailing white space.
28489
28490         Merge from coreutils
28491         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
28492
28493         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
28494         0.12.1.  These files are now being upgraded automatically by
28495         ../config/srclist-update.
28496
28497 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28498
28499         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28500         Normalize leading white space and remove trailing white space.
28501         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
28502         notice, as per ../config/srclist-update.
28503
28504         Merge from coreutils.
28505         * lib/euidaccess.h: New file.
28506         * lib/euidaccess.c: Include it.
28507         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
28508         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
28509         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
28510
28511 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28512
28513         * config/srclist-update: Add copyright notice.
28514         (remove_id_lines, remove_trailing_blanks): New constants.
28515         (fixfile): Use them to normalize spacing a bit in copied files.
28516         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28517         Normalize leading white space and remove trailing white space.
28518
28519         * config/texinfo.tex: Sync with texinfo.
28520
28521         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
28522         strtoul.c from libc, to merge coreutils whitespace changes.
28523
28524         * config/srclist.txt: Get the following m4 files from gettext:
28525         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
28526         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
28527         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
28528         wint_t.m4.
28529
28530 2003-08-12  Karl Berry  <karl@gnu.org>
28531
28532         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
28533         been made.
28534
28535 2003-08-11  Paul Eggert  <eggert@twinsun.com>
28536
28537         * modules/gnu-source, m4/gnu-source.m4:
28538         Remove; we're assuming Autoconf 2.54 or later now.
28539         Suggested by Bruno Haible.
28540         * MODULES.html.sh (func_all_modules): Remove gnu-source.
28541
28542 2003-08-11  Bruno Haible  <bruno@clisp.org>
28543
28544         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
28545
28546 2003-08-11  Bruno Haible  <bruno@clisp.org>
28547
28548         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
28549         (vasnprintf): Use it instead of wcslen.
28550
28551 2003-08-11  Bruno Haible  <bruno@clisp.org>
28552
28553         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
28554         value to ensure that _Bool promotes to int. Use #define for _Bool when
28555         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
28556
28557 2003-08-10  Karl Berry  <karl@gnu.org>
28558
28559         * lib/regex.h: update from libc (whitespace fix).
28560
28561 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28562
28563         Merge some files from coreutils.  These changes were
28564         originally made by Jim Meyering.
28565         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
28566         many older Unixes require this.
28567         * lib/alloca.c (alloca): Remove cast to argument of free;
28568         no longer needed in C89.
28569         * lib/alloca_.h, regex.h: Fix white space to match
28570         what GNU indent does.
28571
28572 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28573
28574         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
28575         apparently Emacs's Unicode mode got confused before my 2003-08-05
28576         checkin.
28577
28578 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28579
28580         * m4/extensions.m4: New file.
28581         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
28582         Require gl_USE_SYSTEM_EXTENSIONS.
28583         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
28584         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
28585
28586 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28587
28588         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
28589         * modules/extensions, modules/gnu-source: New files.
28590         * modules/timespec, modules/unlocked-io: Depend on extensions.
28591
28592 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28593
28594         * modules/restrict: New file.
28595         * MODULES.html.sh (func_all_modules): Add restrict.
28596         * modules/regex: Depend on restrict.
28597
28598 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28599
28600         * m4/restrict.m4: New file.
28601         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
28602
28603 2003-08-07  Bruno Haible  <bruno@clisp.org>
28604
28605         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
28606         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
28607
28608 2003-08-07  Bruno Haible  <bruno@clisp.org>
28609
28610         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
28611         makes the module 'getndelim2' compatible with the module 'getline'.
28612
28613 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28614
28615         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
28616         byte with "\201" to avoid glitches when editing that source file
28617         with multi-gnome-terminal.
28618
28619 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28620
28621         * lib/bumpalloc.h: Remove.
28622
28623 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28624
28625         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
28626         * modules/bumpalloc: Remove.
28627
28628 2003-08-04  Paul Eggert  <eggert@twinsun.com>
28629
28630         * lib/getloadavg.c: Change copyright notice and spacing to conform to
28631         GNU coding style.
28632
28633         Merge from coreutils.
28634         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
28635         1. From glibc.
28636         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
28637         from Karl Berry, implemented by Jim Meyering.
28638         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
28639         from Dmitry V. Levin.
28640         Remove anachronistic cast of xrealloc.
28641         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
28642         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
28643         type. Otherwise, it wouldn't compile with at least /bin/cc on
28644         ymp-cray-unicos9.0.2.X.
28645         Combine two mostly-identical uses of alloca into one.
28646         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
28647
28648 2003-08-04  Dave Love  <d.love@dl.ac.uk>
28649
28650         [From Emacs.]
28651
28652         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
28653         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
28654         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
28655         obsolete NLIST_NAME_UNION.
28656         [__GNU__]: Undef BSD and FSCALE.
28657         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
28658
28659 2003-08-03  Paul Eggert  <eggert@twinsun.com>
28660
28661         * lib/stdbool_.h (_Bool): Make it signed char, instead of
28662         an enum type, so that it's guaranteed to promote to int.  See:
28663         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
28664
28665 2003-08-03  Karl Berry  <karl@gnu.org>
28666
28667         * config/depcomp: update from automake.
28668
28669 2003-07-31  Paul Eggert  <eggert@twinsun.com>
28670
28671         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
28672         (strerror): Don't assume that a printable int fits in 14 bytes.
28673
28674 2003-07-31  Bruno Haible  <bruno@clisp.org>
28675
28676         * modules/getpass-gnu: New file.
28677         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
28678
28679 2003-07-31  Bruno Haible  <bruno@clisp.org>
28680
28681         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
28682
28683 2003-07-24  Karl Berry  <karl@gnu.org>
28684
28685         * config/missing: update from automake.
28686
28687 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
28688             Bruno Haible  <bruno@clisp.org>
28689
28690         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
28691         * lib/getline.c (getline, getdelim): Likewise.
28692         Remove _GNU_SOURCE define; now it's defined in config.h through
28693         m4/getline.m4.
28694
28695 2003-07-23  Karl Berry  <karl@gnu.org>
28696
28697         * config/config.sub: update from prep.
28698
28699 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28700
28701         * modules/xalloc (Depends-on): Add exitfail.
28702         * modules/xmemcoll: Likewise.
28703
28704 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28705
28706         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
28707         over-parenthesization in macros.
28708
28709         Sync with coreutils.
28710
28711         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
28712         required by C99.
28713
28714         Use `exit_failure' for xalloc and xmemcoll instead of their own
28715         private exit-failure variables.
28716         * lib/xalloc.h (xalloc_exit_failure): Remove.
28717         * lib/xmalloc.c: Likewise.  Include exitfail.h.
28718         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
28719         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
28720         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
28721         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
28722
28723 2003-07-20  Jim Meyering  <jim@meyering.net>
28724
28725         * modules/closeout (Depends-on): Add exitfail.
28726         Suggestion from Bruno Haible.
28727
28728 2003-07-19  Karl Berry  <karl@gnu.org>
28729
28730         * config/config.sub: update from prep.
28731
28732 2003-07-18  Paul Eggert  <eggert@twinsun.com>
28733
28734         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
28735         Remove.
28736         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
28737         to test that it can stand by itself.  Include "exitfail.h".
28738         Clients should set exit_failure instead.
28739         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
28740
28741 2003-07-18  Bruno Haible  <bruno@clisp.org>
28742
28743         * modules/getndelim2: New file.
28744         * modules/getline: Share files with module getndelim2.
28745         * modules/getnline: Depend on getndelim2 instead of sharing files with
28746         it. Add getnline.c to lib_SOURCES.
28747         * MODULES.html.sh (func_all_modules): Add getndelim2.
28748
28749 2003-07-18  Bruno Haible  <bruno@clisp.org>
28750
28751         * m4/getndelim2.m4: New file.
28752         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
28753         invoke gl_PREREQ_GETNDELIM2.
28754         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
28755         gl_PREREQ_GETNDELIM2.
28756         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
28757         gl_GETNDELIM2.
28758
28759 2003-07-18  Bruno Haible  <bruno@clisp.org>
28760
28761         * lib/getndelim2.h: New file.
28762         * lib/getndelim2.c: Make into a module of its own. Include config.h,
28763         getndelim2.h.
28764         (getndelim2): Make non-static. Change return type to ssize_t.
28765         * lib/getline.h: Change argument names.
28766         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
28767         * lib/getnline.c: Include getndelim2.h.
28768
28769 2003-07-18  Andreas Schwab  <schwab@suse.de>
28770
28771         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
28772
28773 2003-07-17  Karl Berry  <karl@gnu.org>
28774
28775         * config/config.sub: update from prep.
28776
28777 2003-07-17  Bruno Haible  <bruno@clisp.org>
28778
28779         * modules/getnline: New file.
28780         * modules/getline: Add lib/getndelim2.c to source file list.
28781         * MODULES.html.sh (func_all_modules): Add getnline.
28782
28783 2003-07-17  Bruno Haible  <bruno@clisp.org>
28784
28785         * m4/getnline.m4: New file.
28786
28787 2003-07-17  Bruno Haible  <bruno@clisp.org>
28788
28789         * m4/Makefile.am.in: Remove file.
28790         * m4/Makefile.am: Remove file.
28791         * m4/Makefile.in: Remove file.
28792
28793 2003-07-17  Bruno Haible  <bruno@clisp.org>
28794
28795         * lib/getnline.h: New file.
28796         * lib/getnline.c: New file.
28797         * lib/getndelim2.c: New file, extracted from getline.c.
28798         (getndelim2): Renamed from getdelim2, with added nmax argument.
28799         * lib/getline.c: Include getndelim2.c.
28800         (getdelim2): Moved out to getndelim2.c.
28801         (getline, getdelim): Update.
28802
28803 2003-07-17  Bruno Haible  <bruno@clisp.org>
28804
28805         * lib/Makefile.am: Remove file.
28806         * lib/Makefile.in: Remove file.
28807
28808 2003-07-17  Bruno Haible  <bruno@clisp.org>
28809
28810         * configure.in: Remove file.
28811         * Makefile.in: Remove file.
28812
28813 2003-07-17  Bruno Haible  <bruno@clisp.org>
28814
28815         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28816
28817 2003-07-16  Karl Berry  <karl@gnu.org>
28818
28819         * config/srclist-update: was running fixlicense twice, which caused
28820                 texinfo.tex to be nullified for some reason.  Simplify,
28821                 $gplsrc is no longer needed as far as I can see?
28822
28823 2003-07-16  Jim Meyering  <jim@meyering.net>
28824
28825         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28826
28827 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28828
28829         * config/srclist.txt: Get the following files from gettext-runtime/intl
28830         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28831         ref-del.sin.  From Bruno Haible.
28832         * config/srclist-update (fixfile): Change grep pattern again, since the
28833         previous fix didn't work (there was another trailing $).  Use
28834         '[$]' to escape the $s.
28835
28836 2003-07-15  Karl Berry  <karl@gnu.org>
28837
28838         * lib/vasnprintf.c: update from gettext.
28839
28840 2003-07-15  Karl Berry  <karl@gnu.org>
28841
28842         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28843         gets expanded when surrounded by '$'.
28844
28845 2003-07-15  Jim Meyering  <jim@meyering.net>
28846
28847         * modules/save-cwd: Don't depend on error.  From Derek Price.
28848
28849 2003-07-15  Jim Meyering  <jim@meyering.net>
28850
28851         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28852
28853 2003-07-14  Simon Josefsson  <jas@extundo.com>
28854
28855         * modules/mempcpy: New file.
28856         * MODULES.html.sh (func_all_modules): Add mempcpy.
28857
28858 2003-07-14  Simon Josefsson  <jas@extundo.com>
28859
28860         * m4/mempcpy.m4: New file.
28861
28862 2003-07-14  Simon Josefsson  <jas@extundo.com>
28863
28864         * lib/mempcpy.h: New file.
28865         * lib/mempcpy.c: New file.
28866
28867 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28868
28869         * modules/getdate, modules/posixtm: Depend on mktime.
28870
28871 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28872
28873         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28874         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28875         unicodeio.c, unicodeio.h, unlocked-io.h:
28876         Switch from LGPL to GPL.
28877
28878 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28879
28880         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28881         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28882         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28883         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28884         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28885         updated automatically by ../config/srclist-update.  This changes
28886         their license from LPGL to GPL.
28887
28888 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28889
28890         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28891         assumed to refer to the root of the most recent stable gettext version.
28892         * config/srclistvars.sh: Add defaults for eggert.
28893         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28894         Match "This program" as well as "The program".  This is needed
28895         for gettext.
28896
28897 2003-07-14  Jim Meyering  <jim@meyering.net>
28898
28899         Don't emit diagnostics.  Let callers do that.
28900         * lib/save-cwd.c: Don't include "error.h".
28901         (save_cwd): Don't call error.  Ensure that errno is valid
28902         when returning nonzero.
28903
28904         * lib/save-cwd.h (restore_cwd): Update prototype.
28905         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28906         Simplify.  Don't call error upon failure.  Let callers do that.
28907         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28908         when auditing is enabled.  But don't bother updating the #if.
28909
28910 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28911
28912         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28913         it breaks C++ compilation.
28914         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28915
28916 2003-07-10  Simon Josefsson  <jas@extundo.com>
28917
28918         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28919
28920 2003-07-10  Jim Meyering  <jim@meyering.net>
28921
28922         * m4/clock_time.m4: Remove trailing blank.
28923         * m4/intmax_t.m4: Likewise.
28924
28925 2003-07-10  Jim Meyering  <jim@meyering.net>
28926
28927         * lib/vasnprintf.c: Remove trailing blanks.
28928         Make cpp indentation consistent.
28929
28930 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28931
28932         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28933         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28934         Switch from LGPL to GPL.
28935
28936 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28937
28938         * config/srclist.txt: Sort sublists.  Add
28939         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28940         that differ from gnulib for one reason or another; we'd like this list
28941         to be smaller but for now let's document what we have.
28942
28943 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28944
28945         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28946         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28947         and sweeter "eval x=$x".
28948         * config/srclist.txt: Get lib/argp* from glibc.
28949
28950 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28951
28952         * lib/mktime.c: Fix some boundary cases and remove need for floating
28953         point.
28954
28955         Issue a compile-time diagnostic if time_t is floating point, or if
28956         two's complement arithmetic is not in effect, or if arithmetic
28957         right shift does not propagate the sign.  These assumptions were
28958         all in the original code but they weren't checked.
28959
28960         (TIME_T_MIDPOINT, verify): New macros.
28961         (__isleap): Remove; it has integer overflow problems.
28962         (leapyear): New function, without those problems.
28963         (ydhms_tm_diff): Remove; splitting into two parts.
28964         (ydhms_diff): New function, containing the arithmetic part of
28965         the old ydhms_tm_diff function.  Issue a compile-time
28966         diagnostic if we are not using C99 integer division.
28967         Avoid casts when possible.
28968         (guess_time_tm): New function, containing the checking part of
28969         the old ydhms_tm_diff function.  Return the new value, rather than
28970         the difference between it and the old.  Accept a new argument T
28971         so that *T specifies the old value.  Check for overflow in the result.
28972
28973         (__mktime_internal): Use a time_t offset, not a long int offset.
28974         This undoes the 2003-06-04 change, which is no longer needed now
28975         that we have better overflow checking.
28976         (localtime_offset): Likewise.
28977
28978         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28979         and long are 64-bit but int is only 32-bit.
28980         (ydhms_diff): Use long int to store year1 and yday1.
28981         Issue a compile-time diagnostic if long int is not wide enough.
28982
28983         (__mktime_internal): Use long int to store adjusted year and yday.
28984         Use plain C rather than preprocessor commands, if that doesn't
28985         affect efficiency.
28986         Check for overflow (and try to repair) after each probe
28987         rather than checking only at the very end.  This avoids some bugs
28988         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28989         does not equal GMT offset at maximum time).
28990         Use integer to check for overflow rather than floating point; this
28991         is more portable to non-IEEE hosts, and is a tad faster.
28992         When we detect that we are oscillating between two values,
28993         don't check whether tm_isdst has the requested value, since
28994         we already know the answer.  When tm_isdst has the wrong value,
28995         use a different heuristic to find the right one, based on the
28996         extreme values actually observed in practice in tz2003a,
28997         rather than the (overly optimistic) "previous 3 calendar quarters".
28998
28999         (not_equal_tm, print_tm, check_result): Use "const T" rather than
29000         "T const" to accommodate glibc style.
29001         (check_result): Use less-confusing report format.  "long" -> "long int.
29002         (main): Likewise.
29003         Don't loop if the iteration overflows time_t.
29004         Allow a negative step in the iteration.
29005
29006 2003-07-06  Karl Berry  <karl@gnu.org>
29007
29008         * config/depcomp: update from automake.
29009         * config/config.sub: update from prep.
29010
29011 2003-07-03  Karl Berry  <karl@gnu.org>
29012
29013         * config/config.guess: update from prep.
29014
29015 2003-07-01  Paul Eggert  <eggert@twinsun.com>
29016
29017         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
29018         xreadlink.c now includes it unconditionally.
29019
29020 2003-07-01  Paul Eggert  <eggert@twinsun.com>
29021
29022         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
29023         having it depend on HAVE_SYS_TYPES_H.
29024
29025 2003-07-01  Bruno Haible  <bruno@clisp.org>
29026
29027         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
29028         <sys/types.h> should be sufficient.
29029         Reported by Paul Eggert.
29030
29031 2003-06-26  Karl Berry  <karl@gnu.org>
29032
29033         * config/depcomp: update from automake.
29034
29035 2003-06-26  Bruno Haible  <bruno@clisp.org>
29036
29037         * modules/human: Depend on module stdbool.
29038
29039 2003-06-25  Bruno Haible  <bruno@clisp.org>
29040
29041         * modules/readlink: New file.
29042         * modules/xreadlink: Depend on it.
29043         * MODULES.html.sh (func_all_modules): Add readlink.
29044
29045 2003-06-25  Bruno Haible  <bruno@clisp.org>
29046
29047         * m4/readlink.m4: New file.
29048
29049 2003-06-25  Bruno Haible  <bruno@clisp.org>
29050
29051         * lib/readlink.c: New file.
29052
29053 2003-06-22  Karl Berry  <karl@gnu.org>
29054
29055         * config/srclist.txt: update mkinstalldirs from automake.
29056         * config/mkinstalldirs: update.
29057
29058 2003-06-22  Bruno Haible  <bruno@clisp.org>
29059
29060         Portability to mingw32.
29061         * m4/ssize_t.m4: New file, from GNU gettext.
29062         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
29063         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
29064
29065 2003-06-22  Bruno Haible  <bruno@clisp.org>
29066
29067         * modules/safe-read: Add m4/ssize_t.m4.
29068         * modules/xreadlink: Add m4/ssize_t.m4.
29069
29070 2003-06-20  Bruno Haible  <bruno@clisp.org>
29071
29072         Assume C89, so PARAMS isn't needed.
29073         * lib/unicodeio.h (PARAMS): Remove.
29074         * lib/unicodeio.c: Don't use PARAMS.
29075
29076 2003-06-18  Karl Berry  <karl@gnu.org>
29077
29078         * config/config.{guess,sub}: update from prep.
29079
29080 2003-06-18  Jim Meyering  <jim@meyering.net>
29081
29082         Merge changes from coreutils.
29083         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
29084         Remove explicit declarations of xmalloc and realloc.
29085         Include xalloc.h.
29086         (read_utmp): Remove anachronistic cast of xmalloc.
29087
29088 2003-06-17  Paul Eggert  <eggert@twinsun.com>
29089
29090         Assume C89, so PARAMS isn't needed.
29091         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
29092         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
29093         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
29094         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
29095         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
29096         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
29097         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
29098         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
29099         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
29100         lib/xstrtod.h, lib/xstrtol.h: Likewise.
29101         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
29102         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
29103         no longer needed. Anyway, config.h should always be included before any
29104         other file.
29105
29106 2003-06-11  Simon Josefsson  <jas@extundo.com>
29107
29108         * modules/sysexits: New file.
29109         * MODULES.html.sh (func_all_modules): Add sysexits.
29110
29111 2003-06-11  Simon Josefsson  <jas@extundo.com>
29112
29113         * lib/sysexit_.h: New file.
29114
29115 2003-06-11  Derek Price  <derek@ximbiot.com>
29116
29117         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
29118         necessary.
29119
29120 2003-06-11  Bruno Haible  <bruno@clisp.org>
29121
29122         * m4/sysexits.m4: New file.
29123
29124 2003-06-10  Simon Josefsson  <jas@extundo.com>
29125
29126         * lib/argp.h: New file, from glibc.
29127         * lib/argp-ba.c: New file, from glibc.
29128         * lib/argp-eexst.c: New file, from glibc.
29129         * lib/argp-fmtstream.c: New file, from glibc.
29130         * lib/argp-fmtstream.h: New file, from glibc.
29131         * lib/argp-fs-xinl.c: New file, from glibc.
29132         * lib/argp-help.c: New file, from glibc.
29133         * lib/argp-namefrob.h: New file, from glibc.
29134         * lib/argp-parse.c: New file, from glibc.
29135         * lib/argp-pv.c: New file, from glibc.
29136         * lib/argp-pvh.c: New file, from glibc.
29137         * lib/argp-xinl.c: New file, from glibc.
29138
29139 2003-06-10  Simon Josefsson  <jas@extundo.com>
29140
29141         * modules/strchrnul: New file.
29142
29143 2003-06-10  Simon Josefsson  <jas@extundo.com>
29144
29145         * modules/argp: New file.
29146
29147 2003-06-10  Simon Josefsson  <jas@extundo.com>
29148
29149         * m4/strchrnul.m4: New file.
29150
29151 2003-06-10  Simon Josefsson  <jas@extundo.com>
29152
29153         * lib/strchrnul.h: New file.
29154         * lib/strchrnul.c: New file.
29155
29156 2003-06-10  Bruno Haible  <bruno@clisp.org>
29157
29158         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
29159
29160 2003-06-07  Karl Berry  <karl@gnu.org>
29161
29162         * config/config.{guess,sub}: update from prep.
29163
29164 2003-06-07  Jim Meyering  <jim@meyering.net>
29165
29166         * modules/strtod: Use $(...) notation, not @...@ for
29167         AC_REPLACE'd variables.
29168         * modules/localcharset: Likewise.
29169
29170 2003-06-07  Jim Meyering  <jim@meyering.net>
29171
29172         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
29173         in place of my name in the copyright comment.
29174         Remove definition and uses of __P.
29175
29176         From coreutils.
29177         * lib/stat.c: Don't declare xmalloc explicitly.
29178         Instead, include "xalloc.h".
29179         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
29180         xrealloc, and xcalloc return values.
29181         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
29182         Improve comment.
29183         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
29184
29185 2003-06-07  Bruno Haible  <bruno@clisp.org>
29186
29187         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
29188         avoid AC_CONFIG_LINKS.
29189         * modules/fnmatch (Makefile.am): Use explicit creation rule for
29190         fnmatch.h, to avoid AC_CONFIG_LINKS.
29191         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
29192
29193 2003-06-07  Bruno Haible  <bruno@clisp.org>
29194
29195         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
29196         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
29197         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
29198         directory.
29199         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
29200         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
29201         directory.
29202
29203 2003-06-06  Jim Meyering  <jim@meyering.net>
29204
29205         Merge from coreutils.
29206         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
29207         Consolidate declarations and initializations of *_base* locals.
29208
29209         Merge from coreutils.
29210         This avoids a core dump on systems without GNU putenv,
29211         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
29212         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
29213         (unsetenv): New static function, from GNU libc.
29214         (rpl_putenv): Use it.
29215
29216         * lib/modechange.c: Remove trailing blanks.
29217
29218         Merge from coreutils.
29219         * lib/fsusage.c: Remove declaration of statfs.
29220         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
29221
29222         * lib/posixtm.c: Include <stdbool.h> unconditionally.
29223
29224 2003-06-06  Jim Meyering  <jim@meyering.net>
29225
29226         * lib/stdbool_.h: Renamed from stdbool.h.in.
29227
29228 2003-06-06  Jim Meyering  <jim@meyering.net>
29229             Bruno Haible  <bruno@clisp.org>
29230
29231         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
29232         Adjust Makefile.am snippet not to redirect directly to target.
29233         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
29234
29235 2003-06-05  Paul Eggert  <eggert@twinsun.com>
29236
29237         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
29238         mismatch, look in future quarters as well as past.  This fixes a
29239         bug when processing fall-backwards gaps immediately after a long
29240         period of daylight-saving time.
29241
29242         * lib/mktime.c: Assume freestanding C89 or better.
29243         (HAVE_LIMITS_H): Remove.  Assume it's 1.
29244         (__P): Remove; not used.
29245         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
29246         (mktime, not_equal_tm, print_tm, check_result,
29247         main): Use prototypes.  Use const * where appropriate.
29248         (main): Fix typo in testing code that uncovered by above changes.
29249         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
29250
29251 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29252
29253         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
29254         locale.h, localeconv.  This merges changes from coreutils.
29255
29256         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
29257         It can be removed after the next Autoconf is released.
29258         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
29259         needed.
29260
29261 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29262
29263         * lib/mktime.c: Fix Debian bug 177940
29264         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
29265         (localtime_offset): Now long int, not time_t, because we want it
29266         to be guaranteed to be signed.  All uses changed.
29267         (__mktime_internal): If overflow would occur when adding offset,
29268         don't add it.
29269
29270         Merge 'human' changes from coreutils.  Rewrite to support
29271         locale-specific notations like thousands separators.
29272         * lib/human.c: Simplify authorship notice.
29273         Include human.h immediately after config.h.
29274         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
29275         <limits.h>: Do not include, since human.h does.
29276         (SIZE_MAX, UINTMAX_MAX): New macros.
29277         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
29278         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
29279         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
29280         (power_letter): Renamed from suffixes.
29281         (generate_suffix_backwards): Remove.
29282         (adjust_value): Now takes int style (because of human.h changes)
29283         and long double value (for greater precision on some platforms).
29284         (group_number): New function.
29285         (human_readable): Use it.  Use integer options, not enum.
29286         Put the options before the sizes in the arg list.
29287         Support all the new options.
29288         The old human_readable function has been removed;
29289         use inttostr.h instead.
29290         (human_readable, default_block_size, humblock):
29291         Use uintmax_t, not int, for block sizes.
29292         (human_readable_inexact, block_size_types): Remove.
29293         (block_size_opts): New constant.
29294         (human_options): Renamed from human_block_size, with new signature
29295         that allows block sizes up to UINTMAX_MAX.  All callers changed.
29296         * lib/human.h: Add copyright and authorship notice.
29297         Include <limits.h> and <stdbool.h> unconditionally.
29298         (PARAMS): Remove.  All uses removed.
29299         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
29300         (enum human_inexact_style): Remove tag; now a nameless enum.
29301         (human_floor, human_ceiling, human_round_to_even): Now have
29302         values 2, 0, 1 rather than -1, 1, 0.
29303         (human_group_digits, human_suppress_point_zero, human_autoscale,
29304         human_base_1024, human_SI, human_B): New constants.
29305         (human_readable_inexact, human_block_size): Remove.
29306         (human_readable): Size args are now uintmax_t, not int.
29307         (human_options): New decl.
29308
29309         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
29310         unnecessary now that we assume C89 or better.  This change
29311         imported from coreutils.
29312
29313         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29314         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
29315         in the 2003-05-30 sync from glibc.
29316
29317         .h files should stand alone, but we shouldn't include <sys/types.h>
29318         if we can get away with just <stddef.h>.
29319
29320         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
29321         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
29322         rather than <sys/types.h>, as we merely need size_t.
29323         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
29324         to get size_t.
29325         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
29326         Include <stdio.h>, to get FILE.
29327         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
29328         memcasecmp.h has included <stddef.h> and all we need is size_t.
29329         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
29330         our interface, instead of including <sys/types.h>
29331
29332 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29333
29334         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
29335         now, as glibc mktime is buggy on non-glibc systems.
29336
29337 2003-06-03  Karl Berry  <karl@gnu.org>
29338
29339         * config/config.sub: update from prep.
29340
29341 2003-06-02  Paul Eggert  <eggert@twinsun.com>
29342
29343         [from coreutils]
29344         Fix some minor time-related bugs with POSIX time arguments.
29345         Some valid time stamps were being rejected (notably -1, and
29346         time stamps before 1900 on 64-bit hosts).  And some invalid
29347         time stamps were being accepted, e.g. September 31.
29348
29349         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
29350         that we can return (time_t) -1 successfully.
29351         * lib/posixtm.c: Likewise.
29352         [HAVE_STDBOOL_H]: Include <stdbool.h>.
29353         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
29354         (t): Remove static var.
29355         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
29356         of static var.  All uses changed.
29357         (year): Do not reject years before 1900; they can occur with
29358         64-bit time_t.
29359         (posix_time_parse): Do not check for out-of-range components;
29360         that is now the caller's responsibility, since our checks were
29361         only approximations.
29362         (posixtime): Use mktime to check for out-of-range components,
29363         since it knows them exactly.
29364         If mktime returns (time_t) -1, check whether an error actually occurred
29365         by invoking localtime on -1.
29366         (main) [TEST_POSIXTIME]: Check for input data errors, and report
29367         posixtime failures better.
29368         Improve the test data (in comments only).
29369
29370 2003-06-02  Karl Berry  <karl@gnu.org>
29371
29372         * config/mkinstalldirs (version): new variable.
29373         (--version): new option.
29374         (usage): improve message.
29375
29376 2003-05-30  Karl Berry  <karl@gnu.org>
29377
29378         * lib/mktime.c: update from libc.
29379
29380 2003-05-30  Bruno Haible  <bruno@clisp.org>
29381
29382         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
29383         * config/config.rpath: Upgrade to gettext-0.12.1.
29384
29385 2003-05-30  Bruno Haible  <bruno@clisp.org>
29386
29387         * m4/gettext.m4: Upgrade to gettext-0.12.1.
29388         * m4/nls.m4: New file, from gettext-0.12.1.
29389         * m4/po.m4: New file, from gettext-0.12.1.
29390         * m4/progtest.m4: Upgrade to gettext-0.12.1.
29391
29392 2003-05-30  Bruno Haible  <bruno@clisp.org>
29393
29394         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
29395         * lib/localcharset.h: Likewise.
29396         * lib/localcharset.c: Likewise.
29397
29398 2003-05-29  Karl Berry  <karl@gnu.org>
29399
29400         * config/config.rpath: update from gettext.
29401
29402 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29403
29404         Assume the headers required for C89 freestanding compilers.
29405         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
29406         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
29407         * m4/human.m4 (gl_HUMAN): Likewise.
29408         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
29409         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
29410         * m4/userspec.m4 (gl_USERSPEC): Likewise.
29411         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
29412         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29413         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
29414
29415 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29416
29417         Assume the headers required for C89 freestanding compilers.
29418         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
29419         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
29420         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
29421         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
29422         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
29423         define, since <limits.h> is guaranteed to do that.
29424         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
29425         * lib/exclude.c: Include <stdbool.h> unconditionally.
29426         * lib/tempname.c: Include <stddef.h> unconditionally.
29427         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
29428         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
29429         <stddef.h> does that.
29430         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
29431         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
29432         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
29433         needed.
29434         * lib/xstrtol.c: Likewise.
29435         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
29436         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
29437
29438         * lib/addext.c (addext): Use assignment rather than cast, to avoid
29439         warnings on some platforms.
29440
29441         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29442         arbitrarily.
29443
29444 2003-05-26  Jim Meyering  <jim@meyering.net>
29445
29446         Merge in a change from coreutils:
29447         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
29448         that is guaranteed to be `no'.  Use `no_such_member' to indicate
29449         that condition, rather than `-1' which is slightly misleading.
29450         Change the name of the cache variable to have the gl_ prefix.
29451         Prompted by a patch from Richard Dawe for DJGPP.
29452
29453 2003-05-24  Karl Berry  <karl@gnu.org>
29454
29455         * config/config.guess: update from prep.
29456
29457 2003-05-22  Karl Berry  <karl@gnu.org>
29458
29459         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
29460
29461 2003-05-20  Karl Berry  <karl@gnu.org>
29462
29463         * config/config.guess: update from prep.
29464
29465 2003-05-18  Karl Berry  <karl@gnu.org>
29466
29467         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
29468         might actually be set by the user.
29469
29470         * config/depcomp, install-sh, mdate-sh: update from automake.
29471
29472 2003-05-17  Bruno Haible  <bruno@clisp.org>
29473
29474         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
29475         invalid expansion for AC_EGREP_CPP.
29476         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
29477         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
29478         Suggested by Akim Demaille <akim@epita.fr> in
29479         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
29480
29481 2003-05-12  Jim Meyering  <jim@meyering.net>
29482
29483         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
29484         the space-padded-by-default conversion specifiers, %e, %k, %l.
29485
29486 2003-05-12  Bruno Haible  <bruno@clisp.org>
29487
29488         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
29489         the string is longer than 4 KB.
29490
29491 2003-05-11  Karl Berry  <karl@gnu.org>
29492
29493         * config/config.{guess,sub}: update from prep.
29494
29495 2003-05-09  Bruno Haible  <bruno@clisp.org>
29496
29497         * modules/error: Add m4/strerror_r.m4 to file list.
29498
29499 2003-05-03  Bruno Haible  <bruno@clisp.org>
29500
29501         Upgrade to Unicode-4.0.
29502         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
29503         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
29504         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
29505         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
29506         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
29507         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
29508         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
29509         Change width of U+E0100..U+E01EF from 1 to 0.
29510
29511 2003-04-25  Jim Meyering  <jim@meyering.net>
29512
29513         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
29514         of type size_t, not int.
29515
29516 2003-04-25  Bruno Haible  <bruno@clisp.org>
29517
29518         * lib/copy-file.c: Include <stddef.h>, for size_t.
29519
29520 2003-04-21  Paul Eggert  <eggert@twinsun.com>
29521
29522         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
29523         code which expansion is under static control.  Patch imported from
29524         Akim Demaille's patch to Bison; see
29525         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
29526
29527 2003-04-14  Bruno Haible  <bruno@clisp.org>
29528
29529         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
29530
29531 2003-04-11  Jim Meyering  <jim@meyering.net>
29532
29533         Merge changes from Coreutils.
29534
29535         2003-03-22  Jim Meyering  <jim@meyering.net>
29536
29537         * lib/strftime.c (widen): Cast alloca return value to proper type.
29538
29539         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
29540
29541         From GNU libc.
29542         * lib/strftime.c (my_strftime): Handle very large width
29543         specifications for numeric values correctly.  Improve checks for
29544         overflow.
29545
29546         2003-01-19  Jim Meyering  <jim@meyering.net>
29547
29548         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
29549         definitions.
29550         (nl_get_alt_digit) [! defined my_strftime]: Define.
29551         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
29552         _nl_get_alt_digit and _nl_get_walt_digit.
29553
29554         * lib/strftime.c (my_strftime): Merge in locale-related changes from
29555         libc. These changes have no effect outside of _LIBC.
29556
29557 2003-04-10  Bruno Haible  <bruno@clisp.org>
29558
29559         * modules/findprog: New file.
29560         * MODULES.html.sh (func_all_modules): Add it.
29561
29562 2003-04-10  Bruno Haible  <bruno@clisp.org>
29563
29564         * m4/findprog.m4: New file.
29565         * m4/eaccess.m4: New file.
29566
29567 2003-04-10  Bruno Haible  <bruno@clisp.org>
29568
29569         * lib/findprog.h: New file, from GNU gettext.
29570         * lib/findprog.c: New file, from GNU gettext.
29571
29572 2003-04-05  Jim Meyering  <jim@meyering.net>
29573
29574         Merge changes from Coreutils.
29575
29576         * lib/exclude.h (PARAMS): Remove definition and uses.
29577         * lib/exclude.c: Remove uses of `PARAMS'.
29578
29579         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
29580         Add test-cases for DOS filenames. Declare program_name.
29581         (main): Set up program_name.  Patch by Rich Dawe.
29582
29583         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29584         error from mntctl.
29585         Use mntctl's return value to drive the entry-processing loop, since
29586         we can't rely on the value of the vmt_length member in the last
29587         entry.  On some systems doing so could result in exhausting
29588         virtual memory.  Based in part on a patch from Mike Jetzer.
29589
29590 2003-04-04  Bruno Haible  <bruno@clisp.org>
29591
29592         * modules/linebreak: New file.
29593         * MODULES.html.sh (func_all_modules): Add it.
29594
29595 2003-04-04  Bruno Haible  <bruno@clisp.org>
29596
29597         * m4/linebreak.m4: New file.
29598
29599 2003-04-04  Bruno Haible  <bruno@clisp.org>
29600
29601         * lib/linebreak.h: New file, from GNU gettext.
29602         * lib/linebreak.c: New file, from GNU gettext with slight
29603         modifications.
29604         * lib/lbrkprop.h: New file, from GNU gettext.
29605
29606 2003-04-03  Bruno Haible  <bruno@clisp.org>
29607
29608         * modules/utf8-ucs4: New file.
29609         * modules/utf16-ucs4: New file.
29610         * modules/ucs4-utf8: New file.
29611         * modules/ucs4-utf16: New file.
29612         * MODULES.html.sh (func_all_modules): Add them.
29613
29614 2003-04-03  Bruno Haible  <bruno@clisp.org>
29615
29616         * m4/utf-ucs4.m4: New file.
29617         * m4/ucs4-utf.m4: New file.
29618
29619 2003-04-03  Bruno Haible  <bruno@clisp.org>
29620
29621         * lib/utf8-ucs4.h: New file, from GNU gettext.
29622         * lib/utf16-ucs4.h: New file, from GNU gettext.
29623         * lib/ucs4-utf8.h: New file, from GNU gettext.
29624         * lib/ucs4-utf16.h: New file, from GNU gettext.
29625
29626 2003-04-02  Bruno Haible  <bruno@clisp.org>
29627
29628         * modules/binary-io: New file.
29629         * MODULES.html.sh (func_all_modules): Add it.
29630
29631 2003-04-02  Bruno Haible  <bruno@clisp.org>
29632
29633         * lib/binary-io.h: New file, from GNU gettext.
29634
29635 2003-04-01  Bruno Haible  <bruno@clisp.org>
29636
29637         * modules/pathname: New file.
29638         * MODULES.html.sh (func_all_modules): Add it.
29639
29640 2003-04-01  Bruno Haible  <bruno@clisp.org>
29641
29642         * lib/pathname.h: New file, from GNU gettext.
29643         * lib/concatpath.c: New file, from GNU gettext.
29644
29645 2003-03-30  Bruno Haible  <bruno@clisp.org>
29646
29647         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
29648
29649 2003-03-30  Bruno Haible  <bruno@clisp.org>
29650
29651         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
29652         function chown() doesn't exist.
29653
29654 2003-03-28  Bruno Haible  <bruno@clisp.org>
29655
29656         * modules/copy-file: New file.
29657         * MODULES.html.sh (func_all_modules): Add it.
29658
29659 2003-03-28  Bruno Haible  <bruno@clisp.org>
29660
29661         * m4/copy-file.m4: New file.
29662
29663 2003-03-28  Bruno Haible  <bruno@clisp.org>
29664
29665         * lib/copy-file.h: New file, from GNU gettext.
29666         * lib/copy-file.c: New file, from GNU gettext.
29667
29668 2003-03-18  Jim Meyering  <jim@meyering.net>
29669
29670         * lib/quote.c (quote_n): Fix typo in comment.
29671
29672 2003-03-18  Bruno Haible  <bruno@clisp.org>
29673
29674         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
29675         checking.
29676         * m4/onceonly_2_57.m4: Likewise.
29677
29678 2003-03-17  Bruno Haible  <bruno@clisp.org>
29679
29680         * m4/onceonly.m4: Require autoconf 2.54 or newer.
29681         (m4_quote): Remove macro.
29682         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
29683
29684 2003-03-14  Jim Meyering  <jim@meyering.net>
29685
29686         Merge changes from Coreutils.
29687         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
29688         to be const, in order to avoid warnings.
29689         (obstack_room): Likewise.
29690         (obstack_empty_p): Likewise.
29691
29692 2003-03-14  Bruno Haible  <bruno@clisp.org>
29693
29694         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
29695         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
29696
29697 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29698
29699         Merge changes from Bison.
29700         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
29701         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
29702         when compiling Bison 1.875's `bitset bset = obstack_alloc
29703         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
29704         * lib/hash.c: Include <stdbool.h> unconditionally.
29705
29706 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29707
29708         * m4/onceonly.m4 (m4_quote): New macro.
29709         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
29710         Quote AC_FOREACH variable-expansions properly.
29711
29712 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29713
29714         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
29715
29716 2003-03-09  Paul Eggert  <eggert@twinsun.com>
29717
29718         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
29719         Reported by Bruce Becker; see:
29720         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
29721
29722 2003-03-03  Paul Eggert  <eggert@twinsun.com>
29723             Bruno Haible  <bruno@clisp.org>
29724
29725         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
29726         Reported by John Hughes, see
29727         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
29728
29729 2003-02-20  Bruno Haible  <bruno@clisp.org>
29730
29731         * MODULES.html.sh (func_all_modules): Add poll.
29732
29733 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29734
29735         * modules/poll: New file.
29736
29737 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29738
29739         * lib/poll_.h: New file.
29740         * lib/poll.c: New file.
29741
29742 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29743
29744         * m4/poll.m4: New file.
29745
29746 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29747
29748         * modules/mathl: New file.
29749
29750 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29751
29752         * lib/mathl.h: New file.
29753         * lib/acosl.c: New file.
29754         * lib/asinl.c: New file.
29755         * lib/atanl.c: New file.
29756         * lib/ceill.c: New file.
29757         * lib/cosl.c: New file.
29758         * lib/expl.c: New file.
29759         * lib/floorl.c: New file.
29760         * lib/frexpl.c: New file.
29761         * lib/ldexpl.c: New file.
29762         * lib/logl.c: New file.
29763         * lib/sincosl.c: New file.
29764         * lib/sinl.c: New file.
29765         * lib/sqrtl.c: New file.
29766         * lib/tanl.c: New file.
29767         * lib/trigl.c: New file.
29768         * lib/trigl.h: New file.
29769
29770 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29771
29772         * m4/mathl.m4: New file.
29773
29774 2003-02-18  Bruno Haible  <bruno@clisp.org>
29775
29776         * MODULES.html.sh (func_all_modules): Add mathl.
29777
29778 2003-02-17  Bruno Haible  <bruno@clisp.org>
29779
29780         * modules/mkdtemp: New module.
29781         * MODULES.html.sh (func_all_modules): Add it.
29782
29783 2003-02-17  Bruno Haible  <bruno@clisp.org>
29784
29785         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29786
29787 2003-02-17  Bruno Haible  <bruno@clisp.org>
29788
29789         * lib/mkdtemp.h: New file, from GNU gettext.
29790         * lib/mkdtemp.c: New file, from GNU gettext.
29791
29792 2003-02-02  Jim Meyering  <jim@meyering.net>
29793
29794         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29795         e.g. glibc-2.2.93.
29796
29797 2003-01-31  Bruno Haible  <bruno@clisp.org>
29798
29799         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29800         'rpl_rename'.
29801         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29802         'rpl_strnlen'.
29803         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29804         'rpl_strtod'.
29805         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29806         'rpl_utime'.
29807
29808 2003-01-31  Bruno Haible  <bruno@clisp.org>
29809
29810         * lib/rename.c: #undef rename before defining rpl_rename.
29811         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29812
29813 2003-01-30  Bruno Haible  <bruno@clisp.org>
29814
29815         * modules/vasnprintf, modules/vasprintf: New modules.
29816         * MODULES.html.sh (func_all_modules): Add them.
29817
29818 2003-01-30  Bruno Haible  <bruno@clisp.org>
29819
29820         * m4/signed.m4: New file, from GNU gettext.
29821         * m4/longdouble.m4: New file, from GNU gettext.
29822         * m4/wchar_t.m4: New file, from GNU gettext.
29823         * m4/wint_t.m4: New file, from GNU gettext.
29824         * m4/vasnprintf.m4: New file.
29825         * m4/vasprintf.m4: New file.
29826
29827 2003-01-30  Bruno Haible  <bruno@clisp.org>
29828
29829         * lib/printf-args.h: New file, from GNU gettext.
29830         * lib/printf-args.c: New file, from GNU gettext.
29831         * lib/printf-parse.h: New file, from GNU gettext.
29832         * lib/printf-parse.c: New file, from GNU gettext.
29833         * lib/vasnprintf.h: New file, from GNU gettext.
29834         * lib/vasnprintf.c: New file, from GNU gettext.
29835         * lib/asnprintf.c: New file, from GNU gettext.
29836         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29837         * lib/vasprintf.c: New file, from GNU gettext.
29838         * lib/asprintf.c: New file, from GNU gettext.
29839
29840 2003-01-29  Bruno Haible  <bruno@clisp.org>
29841
29842         * modules/stpncpy: New module.
29843         * MODULES.html.sh (func_all_modules): Add it.
29844
29845 2003-01-29  Bruno Haible  <bruno@clisp.org>
29846
29847         * m4/stpncpy.m4: New file.
29848
29849 2003-01-29  Bruno Haible  <bruno@clisp.org>
29850
29851         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29852         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29853
29854 2003-01-28  Bruno Haible  <bruno@clisp.org>
29855
29856         * modules/c-ctype: New module.
29857         * MODULES.html.sh (func_all_modules): Add it.
29858
29859 2003-01-28  Bruno Haible  <bruno@clisp.org>
29860
29861         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29862         Paul Eggert.
29863         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29864         Paul Eggert.
29865
29866 2003-01-27  Bruno Haible  <bruno@clisp.org>
29867
29868         * modules/xsetenv: New module.
29869         * MODULES.html.sh (func_all_modules): Add it.
29870
29871 2003-01-27  Bruno Haible  <bruno@clisp.org>
29872
29873         * lib/xsetenv.h: New file, from GNU gettext.
29874         * lib/xsetenv.c: New file, from GNU gettext.
29875
29876 2003-01-23  Jim Meyering  <jim@meyering.net>
29877
29878         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29879         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29880
29881 2003-01-23  Bruno Haible  <bruno@clisp.org>
29882
29883         * modules/minmax: New module.
29884         * MODULES.html.sh (func_all_modules): Add it.
29885
29886 2003-01-23  Bruno Haible  <bruno@clisp.org>
29887
29888         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29889         Eggert.
29890
29891 2003-01-22  Bruno Haible  <bruno@clisp.org>
29892
29893         * modules/exit: New module.
29894         * MODULES.html.sh (func_all_modules): Add it.
29895
29896 2003-01-22  Bruno Haible  <bruno@clisp.org>
29897
29898         * lib/exit.h: New file, from GNU gettext.
29899
29900 2003-01-19  Bruno Haible  <bruno@clisp.org>
29901
29902         * gnulib-tool: Recognize option --extract-maintainer.
29903         (func_get_maintainer): New function.
29904         * modules/*: Add Maintainer entry.
29905
29906 2003-01-16  Jim Meyering  <jim@meyering.net>
29907
29908         * m4/regex.m4: The `regex' struct is both input and output.
29909         Initialize it before each use.  Patch by Tim Waugh.
29910
29911 2003-01-16  Bruno Haible  <bruno@clisp.org>
29912
29913         * MODULES.html.sh: Add a table of contents. Add the module name as
29914         leftmost column. Add hyperlinks.
29915
29916 2003-01-15  Bruno Haible  <bruno@clisp.org>
29917
29918         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29919
29920 2003-01-15  Bruno Haible  <bruno@clisp.org>
29921
29922         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29923         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29924         suffix.
29925
29926 2003-01-15  Bruno Haible  <bruno@clisp.org>
29927
29928         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29929
29930 2003-01-15  Bruno Haible  <bruno@clisp.org>
29931
29932         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29933         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29934
29935 2003-01-14  Jim Meyering  <jim@meyering.net>
29936
29937         * lib/same.c (same_name): Tweak a comment.
29938
29939 2003-01-14  Bruno Haible  <bruno@clisp.org>
29940
29941         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29942         when a string comparison is sufficient.
29943
29944 2003-01-14  Bruno Haible  <bruno@clisp.org>
29945
29946         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29947         'unsigned int'.
29948
29949 2003-01-14  Bruno Haible  <bruno@clisp.org>
29950
29951         * lib/hash-pjw.c: Add comment about low quality of this function.
29952
29953 2003-01-13  Bruno Haible  <bruno@clisp.org>
29954
29955         * modules/stpcpy: Distribute lib/stpcpy.h.
29956         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29957
29958 2003-01-13  Bruno Haible  <bruno@clisp.org>
29959
29960         * modules/*: Add a description.
29961         * modules/strpbrk: Fix Makefile.am snippet.
29962         * modules/strtoimax: Fix dependencies.
29963         * modules/strtoumax: Likewise.
29964
29965 2003-01-13  Bruno Haible  <bruno@clisp.org>
29966
29967         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29968         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29969         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29970
29971 2003-01-13  Bruno Haible  <bruno@clisp.org>
29972
29973         * gnulib-tool (func_create_testdir): Store config/* files in the main
29974         directory.
29975         * config.rpath: Move to ...
29976         * config/config.rpath: ... here.
29977         * modules/gettext: Contains config/config.rpath, not config.rpath.
29978         * modules/iconv: Likewise.
29979
29980 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29981
29982         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29983         to avoid collisions with libcurses and libreadline.
29984
29985         * m4/getstr.m4: Remove.
29986         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29987
29988 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29989
29990         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29991         to avoid collisions with libcurses and libreadline.
29992
29993         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29994         * lib/getstr.h, getstr.c: Remove.
29995         * lib/getline.c: Include "getline.h", to check interface.
29996         Move body of old getstr.c here: this defines MIN_CHUNK and
29997         declares getdelim2, which is renamed from getstr.
29998         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29999
30000         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
30001         All uses changed.
30002         * lib/linebuffer.h: Likewise.
30003         (readline): Remove backward-compatibility macro.
30004
30005 2003-01-12  Paul Eggert  <eggert@twinsun.com>
30006
30007         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
30008         to avoid collisions with libcurses and libreadline.
30009         * getstr: Remove.
30010         * MODULES.html.sh: Remove getstr.
30011         * modules/getline: Depend on unlocked-io, not getstr.
30012
30013 2003-01-12  Jim Meyering  <jim@meyering.net>
30014
30015         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
30016
30017 2003-01-10  Bruno Haible  <bruno@clisp.org>
30018
30019         * modules/alloca: Change Makefile.am requirements. Simplify Include
30020         requirements. Add lib/alloca_.h to file list.
30021
30022 2003-01-10  Bruno Haible  <bruno@clisp.org>
30023
30024         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
30025
30026 2003-01-10  Bruno Haible  <bruno@clisp.org>
30027
30028         * lib/alloca_.h: New file.
30029         * lib/getdate.y: Unconditionally include alloca.h.
30030         * lib/makepath.c: Likewise.
30031         * lib/setenv.c: Likewise.
30032         * lib/userspec.c: Likewise.
30033
30034 2003-01-09  Karl Berry  <karl@gnu.org>
30035
30036         * MODULES.html.sh: include `dirname $0` in PATH, to find
30037         gnulib-tool.
30038
30039 2003-01-09  Bruno Haible  <bruno@clisp.org>
30040
30041         * modules/stdbool: Change configure.ac, Makefile.am requirements.
30042         Simplify Include requirements. Add lib/stdbool.h.in to file list.
30043
30044 2003-01-09  Bruno Haible  <bruno@clisp.org>
30045
30046         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
30047
30048 2003-01-09  Bruno Haible  <bruno@clisp.org>
30049
30050         * lib/stdbool.h.in: New file.
30051
30052 2003-01-09  Bruno Haible  <bruno@clisp.org>
30053
30054         * gnulib-tool (func_all_modules): Ignore files ending in ~.
30055         * MODULES.html.sh: Likewise.
30056
30057 2003-01-08  Jim Meyering  <jim@meyering.net>
30058
30059         * lib/full-write.c: Undefine and define-away `const' after inclusion
30060         of errno.h, not before.  Suggestion from Bruno Haible.
30061
30062 2003-01-08  Bruno Haible  <bruno@clisp.org>
30063
30064         * modules/full-read: Depend on full-write.
30065
30066 2003-01-08  Bruno Haible  <bruno@clisp.org>
30067
30068         * lib/safe-read.c: Include specification header first, to ensure its
30069         selfcontainedness.
30070         * lib/full-write.c: Likewise.
30071
30072 2003-01-07  Jim Meyering  <jim@meyering.net>
30073
30074         * lib/full-write.c: Rework so that it may serve to define full_read,
30075         too.
30076         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
30077
30078 2003-01-07  Bruno Haible  <bruno@clisp.org>
30079
30080         * lib/strtoimax.c: Include <stdint.h> as an alternative to
30081         <inttypes.h>.
30082         * lib/xstrtol.h: Likewise.
30083         * lib/xstrtoimax.c: Likewise.
30084         * lib/xstrtoumax.c: Likewise.
30085         * lib/human.h: Likewise.
30086
30087         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
30088         on systems that have <inttypes.h> but not <stdint.h>.
30089
30090 2003-01-07  Bruno Haible  <bruno@clisp.org>
30091
30092         * MODULES.html.sh: Add copyright notice.
30093         (missed_files): Omit CVS directory entries.
30094         (func_module): Make it work with sed-3.02.
30095         * MODULES.txt: Remove file.
30096
30097 2003-01-06  Jim Meyering  <jim@meyering.net>
30098
30099         * lib/version-etc.c: Update year in translatable copyright string.
30100
30101 2003-01-03  Karl Berry  <karl@gnu.org>
30102
30103         * config/config.{guess,sub}: update from prep.
30104
30105 2003-01-02  Karl Berry  <karl@gnu.org>
30106
30107         * doc/COPYING.DOC: belatedly updated to 1.2.
30108
30109 2003-01-01  Karl Berry  <karl@gnu.org>
30110
30111         * gnulib-tool (func_verify_module): report module name $module in
30112         error message, not $1.
30113         * gnulib-tool (create-testdir): don't complain if destdir couldn't
30114         be created, only if it doesn't exist.
30115         * gnulib-tool (last_checkin_date): don't expand the $Date here.
30116
30117 2002-12-31  Paul Eggert  <eggert@twinsun.com>
30118
30119         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
30120
30121 2002-12-31  Paul Eggert  <eggert@twinsun.com>
30122
30123         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
30124         memcmp if strcoll doesn't work.
30125
30126 2002-12-31  Bruno Haible  <bruno@clisp.org>
30127
30128         * lib/utime.c (utime_null): No need to call ftruncate if the file was
30129         nonempty.
30130
30131 2002-12-31  Bruno Haible  <bruno@clisp.org>
30132
30133         * lib/memcoll.c (STRCOLL): New macro.
30134         (memcoll): Use it.
30135
30136 2002-12-31  Bruno Haible  <bruno@clisp.org>
30137
30138         * lib/localcharset.h: New file.
30139         * lib/localcharset.c: Include it.
30140         * lib/unicodeio.c: Likewise.
30141
30142 2002-12-31  Bruno Haible  <bruno@clisp.org>
30143
30144         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
30145         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
30146
30147 2002-12-31  Bruno Haible  <bruno@clisp.org>
30148
30149         * lib/getline.h: Include <stddef.h>, for size_t.
30150
30151         * lib/unicodeio.h: Include <stddef.h>, for size_t.
30152         * lib/unicodeio.c: Don't include <stddef.h>.
30153
30154 2002-12-31  Bruno Haible  <bruno@clisp.org>
30155
30156         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
30157         HAVE_TM_ZONE.
30158
30159 2002-12-24  Karl Berry  <karl@gnu.org>
30160
30161         * config/config.guess: update from prep.
30162
30163 2002-12-24  Bruno Haible  <bruno@clisp.org>
30164
30165         General infrasructure.
30166         * m4/README: Rewritten.
30167         * m4/onceonly.m4: New file.
30168         * m4/onceonly_2_57.m4: New file.
30169
30170         Module atexit.
30171         * m4/atexit.m4: New file.
30172
30173         Module strtod.
30174         * m4/strtod.m4: New file.
30175
30176         Module strtol.
30177         * m4/strtol.m4: New file.
30178
30179         Module strtoul.
30180         * m4/strtoul.m4: New file.
30181
30182         Module memchr.
30183         * m4/memchr.m4: New file.
30184
30185         Module memcmp.
30186         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
30187         (jm_FUNC_MEMCMP): Invoke it.
30188
30189         Module memcpy.
30190         * m4/memcpy.m4: New file.
30191
30192         Module memmove.
30193         * m4/memmove.m4: New file.
30194
30195         Module memset.
30196         * m4/memset.m4: New file.
30197
30198         Module strcspn.
30199         * m4/strcspn.m4: New file.
30200
30201         Module strpbrk.
30202         * m4/strpbrk.m4: New file.
30203
30204         Module strstr.
30205         * m4/strstr.m4: New file.
30206
30207         Module strerror.
30208         * m4/strerror.m4: New file.
30209
30210         Module mktime.
30211         * m4/mktime.m4: Renamed from jm-mktime.m4.
30212         (gl_PREREQ_MKTIME): New macro.
30213         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
30214
30215         Module malloc.
30216         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
30217         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
30218         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
30219
30220         Module realloc.
30221         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
30222         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
30223         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
30224
30225         Module strftime.
30226         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
30227         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
30228         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
30229         gl_TM_GMTOFF.
30230         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
30231
30232         Module xalloc.
30233         * m4/xalloc.m4: New file.
30234
30235         Module alloca.
30236         * m4/alloca.m4: New file.
30237
30238         Module putenv.
30239         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
30240         (jm_FUNC_PUTENV): Invoke it.
30241
30242         Module setenv.
30243         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
30244         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
30245         when invoked twice.
30246         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
30247         gt_FUNC_SETENV.
30248
30249         Module memrchr.
30250         * m4/memrchr.m4: New file.
30251
30252         Module stpcpy.
30253         * m4/stpcpy.m4: New file.
30254
30255         Module strcase.
30256         * m4/strcase.m4: New file.
30257
30258         Module strdup.
30259         * m4/strdup.m4: New file.
30260
30261         Module strnlen.
30262         * m4/strnlen.m4: New file.
30263
30264         Module strndup.
30265         * m4/strndup.m4: New file.
30266
30267         Module xstrtod.
30268         * m4/xstrtod.m4: New file.
30269
30270         Module xstrtol.
30271         * m4/xstrtol.m4: New file.
30272
30273         Module getdate.
30274         * m4/getdate.m4: New file.
30275
30276         Module unlocked-io.
30277         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
30278         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
30279         * m4/jm-glibc-io.m4n: Remove file.
30280
30281         Module long-options.
30282         * m4/long-options.m4: New file.
30283
30284         Module md5.
30285         * m4/md5.m4: New file.
30286
30287         Module sha.
30288         * m4/sha.m4: New file.
30289
30290         Module getstr.
30291         * m4/getstr.m4: New file.
30292
30293         Module getline.
30294         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
30295         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
30296         <sys/types.h>, for size_t. Use the function name gnu_getline, not
30297         simply getline. Infoke gl_PREREQ_GETLINE.
30298
30299         Module obstack.
30300         * m4/obstack.m4: New file.
30301
30302         Module hash.
30303         * m4/hash.m4: New file.
30304
30305         Module readtokens.
30306         * m4/readtokens.m4: New file.
30307
30308         Module strverscmp.
30309         * m4/strverscmp.m4: New file.
30310
30311         Module stdbool.
30312         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
30313         OSF/1.
30314
30315         Module strtoll.
30316         * m4/strtoll.m4: New file.
30317
30318         Module strtoull.
30319         * m4/strtoull.m4: New file.
30320
30321         Module strtoimax.
30322         * m4/strtoimax.m4: New file.
30323
30324         Module strtoumax.
30325         * m4/strtoumax.m4: New file.
30326
30327         Module xstrtoimax.
30328         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
30329         jm_AC_PREREQ_XSTRTOIMAX.
30330         Moved the strtol prerequisites to strtol.m4.
30331         Moved the strtoll prerequisites to strtoll.m4.
30332         Moved the strtoimax prerequisites to strtoimax.m4.
30333
30334         Module xstrtoumax.
30335         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
30336         jm_AC_PREREQ_XSTRTOUMAX.
30337         Moved the strtoul prerequisites to strtoul.m4.
30338         Moved the strtoull prerequisites to strtoull.m4.
30339         Moved the strtoumax prerequisites to strtoumax.m4.
30340
30341         Module chown.
30342         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
30343         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
30344
30345         Module dup2.
30346         * m4/dup2.m4: New file.
30347
30348         Module ftruncate.
30349         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
30350         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
30351
30352         Module getgroups.
30353         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
30354         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
30355
30356         Module gettimeofday.
30357         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
30358         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
30359         gl_PREREQ_GETTIMEOFDAY.
30360
30361         Module mkdir.
30362         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
30363         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
30364
30365         Module mkstemp.
30366         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
30367         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
30368         jm_AC_TYPE_UINTMAX_T.
30369         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
30370
30371         Module stat.
30372         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
30373         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
30374
30375         Module lstat.
30376         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
30377         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
30378
30379         Module timespec.
30380         * m4/timespec.m4 (gl_TIMESPEC): New macro.
30381         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
30382         * m4/st_mtim.m4: Indentation.
30383
30384         Module nanosleep.
30385         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
30386         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
30387         gl_PREREQ_NANOSLEEP.
30388
30389         Module regex.
30390         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
30391         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
30392         (gl_REGEX): New macro.
30393
30394         Module rename.
30395         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
30396         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
30397
30398         Module rmdir.
30399         * m4/rmdir.m4: New file.
30400
30401         Module utime.
30402         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
30403         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
30404         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
30405
30406         Module dirname.
30407         * m4/dirname.m4: New file.
30408
30409         Module getopt.
30410         * m4/getopt.m4: New file.
30411
30412         Module unistd-safer.
30413         * m4/unistd-safer.m4: New file.
30414
30415         Module fnmatch.
30416         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
30417         declaration.
30418         (gl_PREREQ_FNMATCH_EXTRA): New macro.
30419         (gl_FUNC_FNMATCH_POSIX): New macro.
30420         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
30421         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
30422         simply fnmatch.
30423
30424         Module exclude.
30425         * m4/exclude.m4: New file.
30426
30427         Module human.
30428         * m4/human.m4: New file.
30429
30430         Module acl.
30431         * m4/acl.m4: Nop.
30432
30433         Module backupfile.
30434         * m4/backupfile.m4: New file.
30435         * m4/d-ino.m4: Indentation.
30436
30437         Module fsusage.
30438         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
30439         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
30440         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
30441
30442         Module dirfd.
30443         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
30444         requirements.
30445
30446         Module euidaccess.
30447         * m4/euidaccess.m4: New file.
30448
30449         Module file-type.
30450         * m4/file-type.m4: New file.
30451
30452         Module fileblocks.
30453         * m4/fileblocks.m4: New file.
30454
30455         Module filemode.
30456         * m4/filemode.m4: New file.
30457
30458         Module isdir.
30459         * m4/isdir.m4: New file.
30460
30461         Module lchown.
30462         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
30463         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
30464
30465         Module makepath.
30466         * m4/makepath.m4: New file.
30467
30468         Module modechange.
30469         * m4/modechange.m4: New file.
30470
30471         Module mountlist.
30472         * m4/mountlist.m4: New file.
30473         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
30474         Indentation.
30475
30476         Module path-concat.
30477         * m4/path-concat.m4: New file.
30478
30479         Module pathmax.
30480         * m4/pathmax.m4: New file.
30481
30482         Module same.
30483         * m4/same.m4: New file.
30484
30485         Module save-cwd.
30486         * m4/save-cwd.m4: New file.
30487
30488         Module savedir.
30489         * m4/savedir.m4: New file.
30490
30491         Module xgetcwd.
30492         * m4/xgetcwd.m4: New file.
30493         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
30494
30495         Module xreadlink.
30496         * m4/xreadlink.m4: New file.
30497
30498         Module safe-read.
30499         * m4/safe-read.m4: New file.
30500
30501         Module safe-write.
30502         * m4/safe-write.m4: New file.
30503
30504         Module closeout.
30505         * m4/closeout.m4: New file.
30506
30507         Module stdio-safer.
30508         * m4/stdio-safer.m4: New file.
30509
30510         Module getpass.
30511         * m4/getpass.m4: New file.
30512
30513         Module getugroups.
30514         * m4/getugroups.m4: New file.
30515
30516         Module group-member.
30517         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
30518         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
30519
30520         Module idcache.
30521         * m4/idcache.m4: New file.
30522
30523         Module userspec.
30524         * m4/userspec.m4: New file.
30525
30526         Module gettime.
30527         * m4/clock_time.m4: New file.
30528         * m4/gettime.m4: New file.
30529
30530         Module settime.
30531         * m4/settime.m4: New file.
30532
30533         Module posixtm.
30534         * m4/posixtm.m4: New file.
30535
30536         Module gethostname.
30537         * m4/gethostname.m4: New file.
30538
30539         Module canon-host.
30540         * m4/canon-host.m4: New file.
30541
30542         Module gettext.
30543         * m4/codeset.m4: New file, from gettext-0.11.5.
30544         * m4/gettext.m4: New file, from gettext-0.11.5.
30545         * m4/glibc21.m4: New file, from gettext-0.11.5.
30546         * m4/iconv.m4: New file, from gettext-0.11.5.
30547         * m4/intdiv0.m4: New file, from gettext-0.11.5.
30548         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
30549         * m4/inttypes.m4: New file, from gettext-0.11.5.
30550         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
30551         * m4/isc-posix.m4: New file, from gettext-0.11.5.
30552         * m4/lcmessage.m4: New file, from gettext-0.11.5.
30553         * m4/lib-ld.m4: New file, from gettext-0.11.5.
30554         * m4/lib-link.m4: New file, from gettext-0.11.5.
30555         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
30556         * m4/progtest.m4: New file, from gettext-0.11.5.
30557         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
30558         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
30559         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
30560
30561         Module localcharset.
30562         * m4/localcharset.m4: New file.
30563
30564         Module hard-locale.
30565         * m4/hard-locale.m4: New file.
30566
30567         Module mbswidth.
30568         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
30569         onceonly macros.
30570         * m4/mbrtowc.m4: Add comment.
30571
30572         Module memcasecmp.
30573         * m4/memcasecmp.m4: New file.
30574
30575         Module memcoll.
30576         * m4/memcoll.m4: New file.
30577
30578         Module unicodeio.
30579         * m4/unicodeio.m4: New file.
30580
30581         Module rpmatch.
30582         * m4/rpmatch.m4: New file.
30583
30584         Module yesno.
30585         * m4/yesno.m4: New file.
30586
30587         Module exitfail.
30588         * m4/exitfail.m4: New file.
30589
30590         Module c-stack.
30591         * m4/c-stack.m4 (gl_C_STACK): New macro.
30592         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
30593
30594         Module error.
30595         * m4/error.m4 (gl_ERROR): New macro.
30596         (jm_PREREQ_ERROR): Use onceonly macros.
30597
30598         Module fatal.
30599         * m4/fatal.m4: New file.
30600
30601         Module getloadavg.
30602         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
30603         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
30604
30605         Module getpagesize.
30606         * m4/getpagesize.m4: New file.
30607
30608         Module getusershell.
30609         * m4/getusershell.m4: New file.
30610
30611         Module physmem.
30612         * m4/physmem.m4: New file.
30613
30614         Module posixver.
30615         * m4/posixver.m4: New file.
30616
30617         Module quotearg.
30618         * m4/quotearg.m4: New file.
30619
30620         Module quote.
30621         * m4/quote.m4: New file.
30622
30623         Module readutmp.
30624         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
30625
30626         Module sig2str.
30627         * m4/sig2str.m4: New file.
30628
30629         Other.
30630         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
30631         ulonglong.m4.
30632         * m4/intmax_t.m4: New file.
30633         * m4/d-type.m4: Indentation.
30634         * m4/jm-macros.m4: Update.
30635         * m4/prereq.m4 (jm_PREREQ): Update.
30636         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
30637         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
30638         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
30639         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
30640         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
30641         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
30642         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
30643         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
30644         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
30645         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
30646         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
30647         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
30648         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
30649         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
30650         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
30651         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
30652         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
30653         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
30654         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
30655
30656 2002-12-24  Bruno Haible  <bruno@clisp.org>
30657
30658         * MODULES.txt: Update according to m4/ changes.
30659
30660         Module gettext.
30661         * config.rpath: New file, from gettext-0.11.5.
30662
30663         * modules/*: New module descriptions.
30664         * gnulib-tool: New file.
30665         * MODULES.html.sh: New file.
30666
30667 2002-12-21  Karl Berry  <karl@gnu.org>
30668
30669         * doc/fdl.texi: update to version 1.2.
30670
30671 2002-12-19  Karl Berry  <karl@gnu.org>
30672
30673         * config/config.guess: update from prep.
30674
30675 2002-12-18  Bruno Haible  <bruno@clisp.org>
30676
30677         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
30678         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
30679
30680 2002-12-17  Bruno Haible  <bruno@clisp.org>
30681
30682         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
30683         stdlib.h, string.h.
30684
30685 2002-12-17  Bruno Haible  <bruno@clisp.org>
30686
30687         * lib/canon-host.c (strdup): Remove unused declaration.
30688
30689         * lib/fsusage.c: Include full_read.h.
30690         (get_fs_usage): Use full_read instead of safe_read.
30691
30692         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
30693
30694 2002-12-12  Karl Berry  <karl@gnu.org>
30695
30696         * config/config.guess: update from prep.
30697
30698 2002-12-11  Bruno Haible  <bruno@clisp.org>
30699
30700         * m4/setenv.m4: New file, from gettext-0.11.5.
30701
30702 2002-12-11  Bruno Haible  <bruno@clisp.org>
30703
30704         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
30705         not unsetenv().
30706         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
30707         modifications:
30708
30709         2002-12-11  Bruno Haible  <bruno@clisp.org>
30710
30711                 * setenv.c (alloca): Fall back to malloc.
30712                 (freea): New macro.
30713                 (setenv): Use freea() to free memory allocated with alloca().
30714
30715         2002-11-13  Bruno Haible  <bruno@clisp.org>
30716
30717                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
30718                 function declarations.
30719                 * unsetenv.c (unsetenv): Likewise.
30720
30721         2002-03-04  Bruno Haible  <bruno@clisp.org>
30722
30723                 Portability to AIX 4.3.3.
30724                 * unsetenv.c: New file, extracted from setenv.c.
30725                 * setenv.c: Move the unsetenv() function to unsetenv.c.
30726
30727         2001-12-20  Bruno Haible  <bruno@clisp.org>
30728
30729                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
30730                 use malloc instead. For SunOS 4.
30731
30732         2001-12-11  Bruno Haible  <bruno@clisp.org>
30733
30734                 * setenv.c: Declare alloca.
30735                 (compar_fn_t): New typedef.
30736                 (KNOWN_VALUE, STORE_VALUE): Use it.
30737
30738         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
30739         setenv.h.
30740
30741 2002-12-10  Paul Eggert  <eggert@twinsun.com>
30742
30743         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
30744         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
30745         Choose values that are less likely to collide with system fnmatch
30746         options.
30747         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
30748         defined (e.g., a pure POSIX system).
30749         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
30750         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
30751
30752 2002-12-06  Paul Eggert  <eggert@twinsun.com>
30753
30754         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
30755         a pain in practice to deal with generated m4 files.  This change
30756         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
30757
30758         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
30759         and jm-glibc-io.m4, as they are no longer a special case.
30760         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
30761         kludge and the auto-generation stuff.  Check only whether the
30762         functions are declared, not whether they exist, since older hosts
30763         that don't declare the functions can't use the optimization anyway.
30764
30765 2002-12-06  Jim Meyering  <jim@meyering.net>
30766
30767         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
30768
30769         Merge in changes from libc's misc/error.c, in preparation
30770         for the merge of gnulib's changes back into libc.
30771
30772         * lib/error.c (_): Define only if not already defined.
30773         Move definition to follow all #include directives.
30774         Include unlocked-io.h only if !_LIBC.
30775         [_LIBC]: Include <libio/libioP.h>.
30776         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30777         (fflush): Tweak definition to use INTUSE.
30778         (putc): Define.
30779
30780 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30781
30782         * lib/alloca.c [defined emacs]: Include "lisp.h".
30783         (xalloc_die) [defined emacs]: New macro.
30784         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30785         [! defined emacs]: Include <xalloc.h>.
30786         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30787         (pointer): Typedef to POINTER_TYPE *.
30788         (malloc): Remove decl; we now always use xmalloc.
30789         (alloca): Use old-style definition, since Emacs needs this.
30790         Check for arithmetic overflow when computing combined size.
30791
30792 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30793
30794         Do not generate unlocked-io.h automatically, since it's easier to
30795         maintain it by hand.
30796
30797         * lib/unlocked-io.h: New file, from GNU diffutils,
30798         but with proper copyright notice and attribution.
30799         * lib/gen-uio: Remove.
30800         * lib/Makefile.am: Add copyright notice.
30801         (libfetish_a_SOURCES): Add unlocked-io.h.
30802         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30803         (DISTCLEANFILES, io_functions): Remove macros.
30804         (EXTRA_DIST): Remove gen_uio.
30805         (unlocked-io.h): Remove rule.
30806
30807 2002-12-04  Jim Meyering  <jim@meyering.net>
30808
30809         Reflect the fact that stat.c and lstat.c are no longer generated.
30810         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30811         (DISTCLEANFILES): Likewise.
30812         (EXTRA_DIST): Likewise.
30813         (all_local): Don't depend on stat.c or lstat.c.
30814         (stat.c, lstat.c): Remove rules.
30815         (EXTRA_DIST): Remove xstat.in.
30816
30817         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30818         * lib/stat.c: New file.  Contents mostly from xstat.in.
30819         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30820         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30821
30822         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30823         too.
30824         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30825
30826 2002-12-03  Jim Meyering  <jim@meyering.net>
30827
30828         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30829         but not semantics, to minimize the differences between these two files.
30830         (safe_read): Change comment to mention SAFE_READ_ERROR.
30831
30832         * lib/safe-read.c (IS_EINTR): Define.
30833         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30834
30835 2002-12-02  Jim Meyering  <jim@meyering.net>
30836
30837         * lib/safe-read.c (EINTR): Define.
30838         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30839         (INT_MAX): Provide fallback.
30840         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30841
30842         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30843
30844 2002-12-02  Bruno Haible  <bruno@clisp.org>
30845
30846         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30847         Define, taken from safe-read.c.
30848         (INT_MAX): Provide fallback.
30849         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30850         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30851
30852         * lib/safe-read.c (EINTR): Remove definition.
30853         (safe_read): Don't use EINTR if it is absent.
30854
30855 2002-12-01  Jim Meyering  <jim@meyering.net>
30856
30857         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30858         zero.
30859         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30860
30861 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30862
30863         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30864         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30865         with `if (! (value < limit)) abort ();', for readability.
30866
30867 2002-11-26  Karl Berry  <karl@gnu.org>
30868
30869         * lib/strdup.c: copy from libc again, with jim's ok.
30870         * lib/.cppi-disable: re-add strdup.c
30871
30872 2002-11-25  Karl Berry  <karl@gnu.org>
30873
30874         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30875         instead of "strtol.c".
30876
30877 2002-11-25  Karl Berry  <karl@gnu.org>
30878
30879         * config/install-sh: update from automake for variable quoting, $0 in
30880         error msgs, etc.
30881
30882         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30883         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30884         entry.
30885
30886 2002-11-25  Jim Meyering  <jim@meyering.net>
30887
30888         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30889
30890 2002-11-24  Karl Berry  <karl@gnu.org>
30891
30892         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30893         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30894
30895 2002-11-24  Jim Meyering  <jim@meyering.net>
30896
30897         Update from coreutils:
30898
30899         * lib/mktime.c: Merge in changes from libc.
30900
30901         Avoid a link-time failure on some Linux systems.
30902         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30903         (otherwise).
30904         (__mon_yday): Declare with the STATIC attribute.
30905         (__mktime_internal): Likewise.
30906         Based on a report from Greg Schafer.
30907
30908 2002-11-23  Jim Meyering  <jim@meyering.net>
30909
30910         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30911         Use `unsigned', not `int', as type of index.
30912
30913         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30914
30915         * lib/fsusage.c: Remove unneeded parentheses around operands of
30916         `defined'.
30917
30918 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30919
30920         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30921         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30922         so that we can be included first.
30923         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30924         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30925         No need to include stddef.h or sys/types.h any more.
30926         Surround local include files with "", not "<>".
30927         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30928         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30929         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30930         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30931         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30932         (ISPRINT): Remove; no longer needed now that we assume C89.
30933
30934         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30935         Preserve errno.
30936
30937         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30938         quotearg_char): Use SIZE_MAX rather than
30939         (size_t) -1 when we are talking about "infinity".
30940
30941         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30942
30943 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30944
30945         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30946         hint that one should use `if (! x) abort ();' rather than `assert
30947         (x);', and anyway it's one less thing to worry about configuring.
30948         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30949         hash_rehash, hash_insert): Use abort rather than assert.
30950
30951 2002-11-22  Bruno Haible  <bruno@clisp.org>
30952
30953         * lib/safe-read.h: Assume C89. Add comments.
30954         (safe_read): Change return type to size_t.
30955         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30956         byte counts > SSIZE_MAX correctly.
30957         * lib/safe-write.h: New file.
30958         * lib/safe-write.c: New file.
30959         * lib/full-read.h: New file.
30960         * lib/full-read.c: New file.
30961         * lib/full-write.h: Assume C89. Add comments.
30962         * lib/full-write.c: Include safe-write.h.
30963         (full_write): Rewritten to use safe_write.
30964         Suggested by Jim Meyering and Paul Eggert.
30965
30966 2002-11-21  Jim Meyering  <jim@meyering.net>
30967
30968         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30969
30970         Merge in changes from the coreutils.
30971
30972         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30973         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30974         <stdint.h>.
30975         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30976         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30977         int.  Work more efficiently if X is the same width as uintmax_t.
30978         Do not compare X to -1, to avoid bogus compiler warning.
30979         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30980         Don't assume that f_frsize and f_bsize are the same type.
30981
30982         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30983         warning on FreeBSD.
30984
30985         * lib/makepath.c (make_path): Restore umask *before* creating the final
30986         component.
30987         (make_path): Minor reformatting.
30988
30989         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30990         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30991         HAVE_MALLOC/HAVE_REALLOC.
30992
30993         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30994         dummy ones.  At least on GNU/Linux systems, `auto' means something
30995         else.
30996         From Michael Stone.
30997
30998 2002-11-21  Bruno Haible  <bruno@clisp.org>
30999
31000         Remove case insensitive option matching.
31001         * lib/argmatch.h (argcasematch): Remove declaration.
31002         (ARGCASEMATCH): Remove macro.
31003         (__xargmatch_internal): Remove case_sensitive argument.
31004         (XARGMATCH): Update.
31005         (XARGCASEMATCH): Remove macro.
31006         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
31007         case_sensitive argument.
31008         (argcasematch): Remove function.
31009         (__xargmatch_internal): Remove case_sensitive argument.
31010         (main): Use XARGMATCH instead of XARGCASEMATCH.
31011
31012         * lib/xmalloc.c: Change compile-time error message. Add comment about
31013         required autoconf version.
31014
31015 2002-11-20  Paul Eggert  <eggert@twinsun.com>
31016
31017         Merge argmatch cleanups from Bison.  Assume C89.
31018
31019         * lib/argmatch.c: Include config.h here, not in argmatch.h.
31020         Include stdlib.h, for EXIT_FAILURE.
31021         Always include <string.h>, since we assume C89.
31022         (EXIT_FAILURE): Remove pre-C89 bug workaround.
31023         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
31024         Include <stddef.h> instead, since it's all we need for size_t.
31025         (PARAMS): Remove.  All uses removed.
31026         (ARRAY_CARDINALITY): Do not bother to #undef.
31027         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
31028         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
31029         Remove unnecessary parentheses.
31030         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
31031         Insert necessary parentheses.
31032         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
31033         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
31034
31035 2002-11-19  Bruno Haible  <bruno@clisp.org>
31036
31037         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
31038         * lib/mbswidth.h: Include <stddef.h>, for size_t.
31039
31040         * lib/mbswidth.h (PARAMS): Remove macro.
31041         (mbswidth, mbsnwidth): Use ANSI C function declarations.
31042         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
31043
31044         * lib/gcd.h (PARAMS): Remove macro.
31045         (gcd): Use ANSI C function declarations.
31046         * lib/gcd.c (gcd): Likewise.
31047
31048 2002-11-15  Bruno Haible  <bruno@clisp.org>
31049
31050         * lib/strcspn.c: Include <stddef.h>.
31051         (strcspn): Use ANSI C function declaration. Change return type to
31052         size_t. Use NULL.
31053         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
31054         (strpbrk): Use NULL.
31055         * lib/strpbrk.h (PARAMS): Remove macro.
31056         (strpbrk): Use ANSI C function declaration.
31057         * lib/strstr.c: Don't include <sys/types.h>.
31058         * lib/strstr.h (PARAMS): Remove macro.
31059         (strstr): Use ANSI C function declarations.
31060
31061 2002-11-14  Karl Berry  <karl@gnu.org>
31062
31063         * config/mkinstalldirs: `do' on separate line, instead of
31064         `for var; do'.
31065
31066 2002-11-06  Bruno Haible  <bruno@clisp.org>
31067
31068         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
31069         * lib/gcd.c (gcd): Likewise.
31070
31071 2002-11-05  Bruno Haible  <bruno@clisp.org>
31072
31073         * lib/gcd.h: New file, from gettext-0.11.5.
31074         * lib/gcd.c: New file, from gettext-0.11.5.
31075
31076 2002-11-05  Bruno Haible  <bruno@clisp.org>
31077
31078         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
31079         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
31080         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
31081         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
31082
31083         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
31084         <libintl.h>.
31085         * lib/makepath.c: Include gettext.h instead of <locale.h> and
31086         <libintl.h>.
31087
31088         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
31089         * lib/human.c: Include gettext.h instead of <libintl.h>.
31090         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
31091         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
31092         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
31093         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
31094         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
31095         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
31096         (textdomain): Remove definition.
31097         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
31098
31099         * lib/long-options.c: Remove include of <libintl.h> and definition of
31100         _.
31101         * lib/same.c: Remove include of <libintl.h> and definition of _.
31102
31103 2002-11-04  Owen Taylor  <otaylor@redhat.com>
31104
31105         * lib/config.charset: A few additions for Solaris.
31106
31107 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
31108
31109         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
31110         * lib/localcharset.c (locale_charset): Declare as extern "C".
31111
31112 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
31113
31114         * lib/config.charset: msdos in uk_UA uses CP1125.
31115
31116 2002-11-04  Bruno Haible  <bruno@clisp.org>
31117
31118         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
31119         * lib/strcase.h: New file, from GNU gettext-0.11.5.
31120         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
31121         * lib/strstr.h: New file, from GNU gettext-0.11.5.
31122         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
31123
31124 2002-11-04  Bruno Haible  <bruno@clisp.org>
31125
31126         * lib/localcharset.c (locale_charset): Don't return an empty string.
31127
31128 2002-11-04  Bruno Haible  <bruno@clisp.org>
31129
31130         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
31131         aliases.
31132
31133 2002-11-04  Bruno Haible  <bruno@clisp.org>
31134
31135         * lib/config.charset: Update for newest glibc. Add canonical names
31136         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
31137
31138 2002-11-04  Bruno Haible  <bruno@clisp.org>
31139
31140         * lib/config.charset: Add support for NetBSD.
31141
31142 2002-11-04  Bruno Haible  <bruno@clisp.org>
31143
31144         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
31145
31146 2002-11-01  Bruno Haible  <bruno@clisp.org>
31147
31148         * configure.in: Add AC_CONFIG_AUX_DIR call.
31149         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
31150         test/Makefile.
31151         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
31152
31153 2002-09-28  Karl Berry  <karl@gnu.org>
31154
31155         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
31156         installed automake until the next release, since changes have been
31157         made.
31158
31159 2002-09-25  Karl Berry  <karl@gnu.org>
31160
31161         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
31162         * lib/getopt*: copy from libc/posix.
31163         * lib/gettext.h: copy from gettext.
31164         * lib/.cppi-disable: add strdup.c, gettext.h.
31165
31166 2002-09-25  Karl Berry  <karl@gnu.org>
31167
31168         * config/srclist.txt: enable gettext.h check.
31169         * config/config.{guess,sub}: update from prep.
31170         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
31171                 from automake 1.6.3.
31172         See srclist*.
31173
31174 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
31175
31176         * regex.c (PATFETCH): Remove the translating fetch.
31177         (PATFETCH_RAW): Rename to PATFETCH.
31178         (set_image_of_range): New fun.
31179         (SET_RANGE_TABLE_WORK_AREA): Use it.
31180         (regex_compile): Don't translate the pattern chars so eagerly.
31181         Only do it when inserting an `exactn' bytecode or when handling
31182         a char-range.
31183         (mutually_exclusive_p): Avoid empty statement.
31184
31185 2002-07-06  Jim Meyering  <meyering@lucent.com>
31186
31187         * m4/README: Don't mention Makefile.am.in.
31188         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
31189
31190 2002-07-01  Jim Meyering  <meyering@lucent.com>
31191
31192         * lib/c-stack.c: Include sys/time.h.
31193         From Volker Borchert.
31194
31195 2002-06-26  Paul Eggert  <eggert@twinsun.com>
31196
31197         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
31198
31199 2002-06-26  Paul Eggert  <eggert@twinsun.com>
31200
31201         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
31202         New macro.  Use it uniformly instead of
31203         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
31204         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
31205         reported by Vin Shelton.
31206
31207 2002-06-22  Paul Eggert  <eggert@twinsun.com>
31208
31209         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
31210         Do not assume SA_SIGINFO behavior.
31211         Bug reported by Jim Meyering on NetBSD 1.5.2.
31212
31213 2002-06-22  Jim Meyering  <meyering@lucent.com>
31214
31215         * m4/c-stack.m4: New file, from diffutils-2.8.2.
31216         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
31217
31218         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
31219         now that configure.ac uses AC_GNU_SOURCE.
31220         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
31221         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
31222
31223         Update to latest tools.  Suggestions from Paul Eggert.
31224         * m4/stdbool.m4: New file, from diffutils-2.8.2.
31225         * m4/gnu-source.m4: Update from diffutils-2.8.2.
31226         * m4/fnmatch.m4: Likewise.
31227         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
31228         to AC_HEADER_STDBOOL
31229
31230 2002-06-22  Jim Meyering  <meyering@lucent.com>
31231
31232         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
31233         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
31234
31235 2002-06-22  Jim Meyering  <meyering@lucent.com>
31236
31237         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
31238
31239         * lib/exitfail.c, exitfail.h: Likewise.
31240         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
31241
31242         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
31243         of fnmatch.h.
31244         (EXTRA_DIST): Add fnmatch_loop.c.
31245         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
31246
31247         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
31248         * lib/fnmatch.c: Update from diffutils-2.8.2.
31249         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
31250         * lib/fnmatch.h: Remove file.
31251
31252 2002-06-21  Jim Meyering  <meyering@lucent.com>
31253
31254         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
31255         * m4/mbrtowc.m4: Likewise.
31256
31257         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
31258         * m4/mbswidth.m4: Reflect name change:
31259         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
31260         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
31261
31262         * m4/lib-link.m4: Update from gettext-0.11.2.
31263         * m4/gettext.m4: Likewise.
31264
31265         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
31266         From Alfred M. Szmidt.
31267
31268 2002-06-18  Paul Eggert  <eggert@twinsun.com>
31269
31270         * lib/file-type.h: Report an error if neither S_ISREG nor
31271         S_IFREG is defined, instead of using a test specific to glibc
31272         2.2.  This should be safe, since POSIX requires S_ISREG and
31273         Unix Version 7 had S_IFREG.  We don't need to check for
31274         <sys/types.h> since we don't use any symbols that it defines.
31275
31276 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
31277
31278         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
31279         $@-t, so that each temporary file name is unique and valid in the first
31280         8 characters, for operation under DOS.
31281
31282 2002-06-15  Paul Eggert  <eggert@twinsun.com>
31283
31284         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
31285
31286 2002-06-15  Jim Meyering  <meyering@lucent.com>
31287
31288         Work even with DJGPP 2.03, which lacks support for symlinks.
31289         From Richard Dawe.
31290         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
31291         is defined.
31292         * lib/lchown.c (S_ISLNK): Likewise.
31293
31294 2002-06-15  Jim Meyering  <meyering@lucent.com>
31295
31296         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
31297         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
31298         have been included before this file.
31299
31300 2002-06-14  Jim Meyering  <meyering@lucent.com>
31301
31302         * lib/file-type.h: Use the version from diffutils-2.8.2.
31303         * lib/file-type.c: Likewise.
31304
31305 2002-06-07  Jim Meyering  <meyering@lucent.com>
31306
31307         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
31308         They're needed at least for NetBSD 1.5.2.
31309         ($statxfs_includes): Include those same headers.
31310         ($statxfs_includes): Include sys/vfs.h if available.
31311         ($statxfs_includes): Likewise for sys/statvfs.h.
31312         Check for the following members in both structs statfs and statvfs:
31313         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
31314
31315 2002-06-01  Jim Meyering  <meyering@lucent.com>
31316
31317         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
31318         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
31319
31320 2002-05-28  Jim Meyering  <meyering@lucent.com>
31321
31322         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
31323         Reported by Volker Borchert.
31324
31325 2002-05-27  Jim Meyering  <meyering@lucent.com>
31326
31327         Fix a problem seen only on nonconforming systems whereby ls.c's
31328         use of localtime, and then of gettimeofday would cause trouble:
31329         the localtime call used to initialize rpl_gettimeofday's save
31330         mechanism would clobber ls's current local time information so
31331         that in any long listing the first file would always be listed
31332         with date 1970-01-01.  Analysis by Volker Borchert.
31333
31334         * lib/gettimeofday.c (localtime): Undefine.
31335         (rpl_localtime): New function.
31336
31337 2002-05-27  Jim Meyering  <meyering@lucent.com>
31338
31339         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
31340         localtime.
31341
31342         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
31343         use the replacement function; it wouldn't resolve at link time.
31344         Reported by Volker Borchert.
31345
31346 2002-05-22  Jim Meyering  <meyering@lucent.com>
31347
31348         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
31349         file-type.h.
31350         * lib/file-type.h: New file.
31351         * lib/file-type.c (file_type): New file/function.  Extracted from
31352         diffutils.
31353
31354 2002-04-30  Jim Meyering  <meyering@lucent.com>
31355
31356         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
31357
31358 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31359
31360         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
31361
31362 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31363
31364         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
31365         Do not check for alloca.h (no longer used) or stdbool.h (was never
31366         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
31367
31368 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31369
31370         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
31371
31372 2002-04-29  Jim Meyering  <meyering@lucent.com>
31373
31374         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
31375         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
31376         Use AC_FUNC_STRNLEN here instead.
31377
31378         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
31379         With autoconf-2.53a, it's part of AC_PROG_CC.
31380
31381 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31382
31383         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
31384         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
31385
31386 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31387
31388         * lib/sig2str.h, lib/sig2str.c: New files.
31389         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
31390
31391 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31392
31393         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
31394         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
31395         of 127, since 64 is the largest conceivable number for ancient
31396         nonstandard hosts.
31397         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
31398
31399 2002-04-28  Jim Meyering  <meyering@lucent.com>
31400
31401         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
31402
31403 2002-04-24  Jim Meyering  <meyering@lucent.com>
31404
31405         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
31406         (jm_PREREQ): Use it.
31407
31408         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
31409         mach/mach.h fcntl.h.
31410         Check for this function: setlocale.
31411
31412 2002-04-24  Jim Meyering  <meyering@lucent.com>
31413
31414         * lib/gettext.h: New file, from Gettext.
31415         * lib/Makefile.am (INCLUDES): Remove -I../intl.
31416         (libfetish_a_SOURCES): Add gettext.h.
31417
31418 2002-04-16  Jim Meyering  <meyering@lucent.com>
31419
31420         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
31421         ut_pid, ut_id, ut_exit.
31422
31423 2002-04-16  Jim Meyering  <meyering@lucent.com>
31424
31425         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
31426         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
31427         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
31428
31429 2002-04-12  Jim Meyering  <meyering@lucent.com>
31430
31431         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
31432         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
31433         existence of the getmntinfo function.  Needed for Darwin 5.3.
31434
31435         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
31436         This is necessary at least on Darwin 5.3.
31437
31438         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
31439         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
31440         strnlen.o in the library, and that makes some versions of ranlib
31441         object.
31442
31443 2002-04-12  Jim Meyering  <meyering@lucent.com>
31444
31445         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
31446
31447 2002-04-09  Jim Meyering  <meyering@lucent.com>
31448
31449         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
31450         to be more precise.  Rather than saying we're checking whether the
31451         function `works', say what we're testing.
31452         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
31453         Reported by Bruno Haible.
31454
31455 2002-03-10  Jim Meyering  <meyering@lucent.com>
31456
31457         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
31458         Suggestion from Santiago Vila.
31459
31460 2002-03-08  Jim Meyering  <meyering@lucent.com>
31461
31462         * lib/rename.c: Mention that this wrapper is needed also on
31463         mips-dec-ultrix4.4 systems.
31464
31465 2002-03-02  Jim Meyering  <meyering@lucent.com>
31466
31467         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
31468         not HAVE_CLOCK_SETTIME.
31469
31470 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31471
31472         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
31473         Check for clock_settime.
31474
31475 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31476
31477         * lib/nanosleep.h: Rename to....
31478         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
31479
31480         * lib/gettime.c: New file.
31481         * lib/settime.c: New file.
31482         * lib/stime.c: Remove.
31483
31484         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
31485         timespec.h.  Remove nanosleep.h.
31486
31487 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31488
31489         * m4/acl.m4: New file.
31490         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
31491         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
31492
31493 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31494
31495         * lib/acl.c, lib/acl.h: New files.
31496         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
31497
31498 2002-02-24  Jim Meyering  <meyering@lucent.com>
31499
31500         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
31501         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
31502         cause trouble.  Reported by Nelson Beebe.
31503
31504 2002-02-23  Paul Eggert  <eggert@twinsun.com>
31505
31506         * lib/path-concat.c (xpath_concat): Reorder code to pacify
31507         compilers that don't know that xalloc_die never returns.
31508
31509 2002-02-20  Jim Meyering  <meyering@lucent.com>
31510
31511         * lib/getdate.c: Regenerate using bison-1.33.
31512
31513 2002-02-17  Jim Meyering  <meyering@lucent.com>
31514
31515         * config/config.guess (main): Don't use `head -1'; it's no longer
31516         portable. Use `sed 1q' instead.
31517
31518 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
31519
31520         * m4/codeset.m4: Upgrade to gettext-0.11.
31521         * m4/gettext.m4: Upgrade to gettext-0.11.
31522         * m4/glibc21.m4: Upgrade to gettext-0.11.
31523         * m4/iconv.m4: Upgrade to gettext-0.11.
31524         * m4/isc-posix.m4: Upgrade to gettext-0.11.
31525         * m4/lcmessage.m4: Upgrade to gettext-0.11.
31526         * m4/lib-ld.m4: New file, from gettext-0.11.
31527         * m4/lib-link.m4: New file, from gettext-0.11.
31528         * m4/lib-prefix.m4: New file, from gettext-0.11.
31529         * m4/progtest.m4: Upgrade to gettext-0.11.
31530
31531 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31532
31533         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
31534         (jm_PREREQ): Use it.
31535
31536 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31537
31538         * lib/posixver.c, lib/posixver.h: New files.
31539         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31540
31541 2002-02-02  Paul Eggert  <eggert@twinsun.com>
31542             Bruno Haible  <bruno@clisp.org>
31543
31544         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
31545         (fwrite_success_callback): New declaration.
31546         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
31547         print_unicode_char. Call failure callback instead of error.
31548         (fwrite_success_callback): New function.
31549         (exit_failure_callback): New function.
31550         (fallback_failure_callback): New function.
31551         (print_unicode_char): Call unicode_to_mb.
31552
31553 2002-01-26  Jim Meyering  <meyering@lucent.com>
31554
31555         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
31556         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
31557
31558 2002-01-26  Jim Meyering  <meyering@lucent.com>
31559
31560         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
31561
31562 2002-01-22  Paul Eggert  <eggert@twinsun.com>
31563
31564         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
31565
31566 2002-01-22  Jim Meyering  <meyering@lucent.com>
31567
31568         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
31569         Otherwise, some versions of automake would omit the rule that makes
31570         Makefile from Makefile.in.
31571
31572 2002-01-21  Paul Eggert  <eggert@twinsun.com>
31573
31574         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
31575         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31576         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
31577         (memcoll): Set errno to zero if there is no error.
31578
31579         * lib/quotearg.c (quotearg_buffer_restyled):
31580         Fix bug with quoting buffers containing NUL when backslashing escapes.
31581         This bug was exposed by the other changes in this patch.
31582         (quotearg_n_options): New arg ARGSIZE.
31583         All callers changed.
31584         (quoting_options_from_style): New function.
31585         (quotearg_n_style): Use it.
31586         (quotearg_n_style_mem): New function.
31587
31588         * lib/quotearg.h (quotearg_n_style_mem): New function.
31589
31590 2002-01-19  Jim Meyering  <meyering@lucent.com>
31591
31592         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
31593         Remove useless quotes: DF_PROG="df".
31594         * m4/strnlen.m4: New file.
31595
31596 2002-01-16  Paul Eggert  <eggert@twinsun.com>
31597
31598         * lib/backupfile.c (ISDIGIT): Comment fix.
31599         * lib/getdate.y (ISDIGIT): Likewise.
31600         * lib/posixtm.c (ISDIGIT, year): Likewise.
31601         * lib/strverscmp.c (ISDIGIT): Likewise.
31602         * lib/userspec.c (ISDIGIT): Likewise.
31603
31604 2002-01-16  Jim Meyering  <meyering@lucent.com>
31605
31606         * lib/getdate.y: Add three semicolons, each just before a closing
31607         brace. Bison (as of version 1.31) no longer papers over that mistake.
31608
31609 2002-01-05  Jim Meyering  <meyering@lucent.com>
31610
31611         * lib/version-etc.c (version_etc_copyright): Update copyright year.
31612
31613 2001-12-19  Paul Eggert  <eggert@twinsun.com>
31614
31615         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
31616         not silently exit merely because the output buffer happens to
31617         have nothing pending.
31618
31619 2001-12-18  Paul Eggert  <eggert@twinsun.com>
31620
31621         See the big note in ../ChangeLog.
31622         * lib/human.c (suffixes): Prefer K to k for 1024.
31623         (generate_suffix_backwards): New function.
31624         (human_readable_inexact): Use it.
31625         * lib/xstrtol.c (__xstrtol): If there is no number but there
31626         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
31627         Accept 'K' as well as 'k'.
31628
31629 2001-12-15  Jim Meyering  <meyering@lucent.com>
31630
31631         * lib/regex.h (__restrict_arr): Update from libc.
31632
31633         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
31634         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
31635         (STREQ): Define.
31636
31637 2001-12-14  Jim Meyering  <meyering@lucent.com>
31638
31639         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
31640         Suggestion from Bruno Haible.
31641
31642 2001-12-10  Jim Meyering  <meyering@lucent.com>
31643
31644         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
31645         xrealloc, Instead, include "xalloc.h".
31646         (initbuffer): Don't cast xmalloc return value to char*.
31647         (readline): Reword comment.
31648         Don't cast xrealloc return value to char*
31649         Return NULL, not 0.
31650
31651 2001-12-09  Jim Meyering  <meyering@lucent.com>
31652
31653         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
31654         about `signed and unsigned type in conditional expression'.
31655         * lib/posixtm.c (posix_time_parse): Likewise.
31656
31657         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
31658
31659         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
31660         to avoid a pedantic warning.
31661
31662         * lib/getstr.c: Don't include assert.h.
31663         (getstr): Remove warning-evoking assertions.
31664         Return -1 if offset parameter is out of bounds.
31665         Change the type of a local from int to size_t.
31666
31667         * lib/strftime.c (my_strftime_localtime_r): Include this function
31668         definition in the `#if ! HAVE_TM_GMTOFF' block.
31669
31670         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
31671         Include xalloc.h instead.
31672
31673 2001-12-02  Jim Meyering  <meyering@lucent.com>
31674
31675         * lib/tempname.c: Don't declare getenv, thus reverting the change of
31676         2001-11-18.  It's no longer necessary, now that stdlib.h is always
31677         included.
31678
31679         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
31680         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
31681
31682 2001-11-30  Akim Demaille  <akim@epita.fr>
31683
31684         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
31685         before being defined.
31686
31687 2001-11-27  Paul Eggert  <eggert@twinsun.com>
31688
31689         * lib/quotearg.h (quotearg_n, quotearg_n_style):
31690         First arg is int, not unsigned.
31691         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
31692         (SIZE_MAX, UINT_MAX): New macros.
31693         (quotearg_n_options): Abort if N is negative.
31694         Avoid overflow check on hosts where size_t is 64 bits and int
31695         is 32 bits, as overflow is impossible there.
31696         Fix off-by-one typo that caused unnecessary reallocation.
31697
31698 2001-11-27  Jim Meyering  <meyering@lucent.com>
31699
31700         * lib/tempname.c: Merge with version from libc.
31701         * lib/regex.c: Likewise.
31702
31703         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
31704         systems for which STDC_HEADERS is 0, it was not included, resulting in
31705         a warning about an integer-to-pointer conversion problem with getenv.
31706         Reported by Volker Borchert.
31707
31708 2001-11-26  Jim Meyering  <meyering@lucent.com>
31709
31710         * lib/gtod.h: Remove file.
31711         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
31712         * lib/gettimeofday.c: Don't include gtod.h.
31713         (GTOD_init): Remove function.
31714         (rpl_gettimeofday): Do its job here instead, rather than aborting.
31715         Suggestion from Volker Borchert.
31716
31717 2001-11-23  Jim Meyering  <meyering@lucent.com>
31718
31719         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
31720         it.
31721         * lib/hash.c (struct hash_table): Define it here instead.
31722
31723 2001-11-22  Jim Meyering  <meyering@lucent.com>
31724
31725         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
31726
31727 2001-11-20  Jim Meyering  <meyering@lucent.com>
31728
31729         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
31730         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
31731
31732 2001-11-19  Jim Meyering  <meyering@lucent.com>
31733
31734         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
31735         directory.  Use "conftestXXXXXX" as the template.
31736         Suggestion from Paul Eggert.
31737
31738         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
31739         immediately, so the test doesn't mistakenly hit the max-open-files
31740         limit.
31741
31742 2001-11-18  Paul Eggert  <eggert@twinsun.com>
31743
31744         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
31745         (TEMPORARIES): New macro.
31746         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
31747         removes an artificial limitation (e.g. HP-UX 10.20, where
31748         TMP_MAX is 17576).
31749
31750 2001-11-18  Jim Meyering  <meyering@lucent.com>
31751
31752         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
31753
31754 2001-11-18  Jim Meyering  <meyering@lucent.com>
31755
31756         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
31757         on SunOS 4.
31758
31759         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
31760         files will be created before anything else.
31761
31762 2001-11-17  Paul Eggert  <eggert@twinsun.com>
31763
31764         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
31765         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
31766
31767 2001-11-17  Jim Meyering  <meyering@lucent.com>
31768
31769         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
31770         Prompted by a report from Bob Proulx.
31771
31772         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
31773         Instead, require UTILS_FUNC_MKSTEMP.
31774
31775 2001-11-17  Jim Meyering  <meyering@lucent.com>
31776
31777         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31778         Now, that's done as part of AC_FUNC_STRTOD.
31779
31780 2001-11-17  Jim Meyering  <meyering@lucent.com>
31781
31782         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31783         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31784         rather than group writable.  Patch by Juan F. Codagnone.
31785
31786         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31787         xrealloc, Instead, include "xalloc.h".
31788
31789         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31790         Remove explicit declarations of xmalloc, xrealloc,
31791         and xstrdup.  Instead, include "xalloc.h".
31792
31793         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31794         unlocked-io.h.
31795         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31796         Likewise.
31797         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31798
31799         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31800         Reported by Padraig Brady.
31801
31802         * lib/mkstemp.c: #undef mkstemp.
31803         Include config.h.
31804         (rpl_mkstemp): Rename from mkstemp.
31805         Protoize.
31806
31807 2001-11-16  Jim Meyering  <meyering@lucent.com>
31808
31809         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31810         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31811         determine the amount of total physical memory, use pstat_getstatic.
31812         HPUX-11 doesn't define _SC_PHYS_PAGES.
31813         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31814         If sysconf couldn't be used to determine the amount of available
31815         physical memory, use both pstat_getstatic and pstat_getdynamic.
31816         Based on a patch from Bob Proulx.
31817
31818 2001-11-10  Jim Meyering  <meyering@lucent.com>
31819
31820         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31821         (jm_PREREQ): Use it.
31822
31823 2001-11-09  Jim Meyering  <meyering@lucent.com>
31824
31825         * m4/jm-macros.m4: Require autoconf-2.52f.
31826         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31827         Use these AC_-prefixed names, not the AM_-prefixed ones.
31828
31829         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31830
31831 2001-11-05  Jim Meyering  <meyering@lucent.com>
31832
31833         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31834
31835 2001-11-04  Jim Meyering  <meyering@lucent.com>
31836
31837         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31838         $DEFS.
31839
31840 2001-11-03  Jim Meyering  <meyering@lucent.com>
31841
31842         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31843         of AC_DEFUN.
31844
31845         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31846         know the name of the variable in the macro definition.
31847
31848 2001-11-03  Jim Meyering  <meyering@lucent.com>
31849
31850         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31851         in argmatch_to_argument call.
31852
31853         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31854         argument.
31855
31856         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31857         e.g., a fault due to an attempt to free a NULL pointer.
31858
31859 2001-11-01  Jim Meyering  <meyering@lucent.com>
31860
31861         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31862         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31863
31864 2001-11-01  Jim Meyering  <meyering@lucent.com>
31865
31866         * lib/dirfd.c, lib/dirfd.h: New files.
31867         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31868
31869         * lib/hash.c (hash_print) [TESTING]: Clean up.
31870
31871 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31872
31873         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31874         to avoid a warning if -Wall.
31875
31876 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31877
31878         * README: New file
31879         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31880         (per RMS's instructions, this is now the canonical source)
31881         * lgpl/, gpl/: New directories.
31882
31883 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31884
31885         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31886
31887 2001-10-21  Jim Meyering  <meyering@lucent.com>
31888
31889         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31890         this code would end up calling gettext even in packages built
31891         with --disable-nls.
31892         * lib/getopt.c (_): Likewise.
31893         * lib/regex.c (_): Likewise.
31894
31895 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31896
31897         * m4/error.m4 (jm_PREREQ_ERROR):
31898         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31899         AC_FUNC_STRERROR_R does that.
31900         Check for strerror declaration.
31901
31902         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31903         are supposed to have them these days.
31904         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31905         Merge changes from latest Autoconf CVS.
31906         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31907         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31908         POSIX decided to standardize on the int flavor of strerror_r.
31909
31910 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31911
31912         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31913         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31914         Use strerror_r that is only a macro, even if it is not a function.
31915         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31916         (private_strerror): Use prototypes, not old-style function definition.
31917         (print_errno_message): New function.
31918         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31919         char*-flavored one.
31920         (error_tail, error, error_at_line): Use it.
31921
31922 2001-10-11  Jim Meyering  <meyering@lucent.com>
31923
31924         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31925         and quote_n (1, ... to avoid clobbering a buffer.
31926
31927 2001-10-05  Jim Meyering  <meyering@lucent.com>
31928
31929         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31930         hash-pjw.h.
31931         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31932         * lib/hash-pjw.h: New file.
31933
31934 2001-09-30  Jim Meyering  <meyering@lucent.com>
31935
31936         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31937         `struct fsstat' has the `f_fstypename' member.
31938         Use that to define FS_TYPE, which is now used to make
31939         the getfsstat link test tighter.
31940
31941 2001-09-30  Jim Meyering  <meyering@lucent.com>
31942
31943         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31944         Include <sys/ucred.h>, for Apple Darwin.
31945         Include sys/mount.h and sys/fs_types.h only if available.
31946         (FS_TYPE): Define.
31947         (read_filesystem_list): Use FS_TYPE.
31948
31949 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31950
31951         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31952         a boolean context.
31953
31954 2001-09-29  Jim Meyering  <meyering@lucent.com>
31955
31956         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31957         [one-argument getmntent function]): Include stdio.h before mntent.h.
31958         SunOS 4.1.x needs it for the declaration of `FILE'.
31959         Patch by Volker Borchert.
31960
31961         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31962         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31963         sys/fs_types.h, and make the link-test for getfsstat guard #include
31964         directives with appropriate #if HAVE_*_H tests so that we can
31965         detect getfsstat on Apple Darwin1.3.7 systems.
31966         Reported by Nelson Beebe.
31967         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31968
31969 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31970
31971         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31972         #defines strtoimax.  Also treat the other strto* functions
31973         like strtoimax.
31974
31975         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31976         Check for strtoul and strtoumax,
31977         as those declarations are made even in the signed case.
31978         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31979         Likewise, for strtol and strtoimax.
31980
31981 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31982
31983         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31984         #defines strtoimax.  Also treat the other strto* functions
31985         like strtoimax.
31986
31987         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31988         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31989         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31990
31991 2001-09-26  Jim Meyering  <meyering@lucent.com>
31992
31993         Most macros in unlocked-io.h had the wrong number of arguments.
31994         * lib/gen-uio: New script.
31995         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31996         * lib/unlocked-io.hin: Remove file.
31997         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31998         rather than trying to embed it here.
31999         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
32000         Reported by Padraig Brady.
32001
32002 2001-09-25  Volker Borchert  <bt@teknon.de>
32003
32004         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
32005         `result'.
32006
32007 2001-09-24  Jim Meyering  <meyering@lucent.com>
32008
32009         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
32010
32011 2001-09-23  Jim Meyering  <meyering@lucent.com>
32012
32013         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
32014         instead of the mere test for existence of mntent.h.  The latter
32015         would get a false-positive on AIX 3.4 systems.
32016         In the outer getmntent if-block, don't die if neither of the getmntent
32017         tests succeeds.  Instead, just fall through and continue with the
32018         remaining tests.
32019
32020 2001-09-23  Jim Meyering  <meyering@lucent.com>
32021
32022         * lib/mountlist.c: Remove useless parentheses in #if directives.
32023         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
32024         the deprecated MOUNTED symbol is no longer defined in mntent.h.
32025
32026 2001-09-22  Jim Meyering  <meyering@lucent.com>
32027
32028         * m4/gettext.m4: New file.  From gettext.
32029         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
32030         * m4/progtest.m4: Likewise
32031         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
32032         * m4/glibc21.m4: Likewise.
32033
32034         * m4/libintl.m4: Remove.  No longer used.
32035
32036 2001-09-22  Jim Meyering  <meyering@lucent.com>
32037
32038         * lib/localcharset.c: Update from latest gettext.
32039         * lib/config.charset: Likewise.
32040
32041 2001-09-20  Jim Meyering  <meyering@lucent.com>
32042
32043         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
32044         strtoimax.
32045         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
32046         strtoumax.
32047
32048 2001-09-20  Jim Meyering  <meyering@lucent.com>
32049
32050         * lib/xstrtol.c (strtoimax): Guard declaration with
32051         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
32052         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
32053         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
32054         (strtoumax): Likewise, for completeness (it wasn't necessary).
32055
32056 2001-09-17  Paul Eggert  <eggert@twinsun.com>
32057
32058         * lib/strtoimax.c (HAVE_LONG_LONG):
32059         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
32060         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
32061         to work around bug in IBM C compiler.
32062
32063 2001-09-17  Jim Meyering  <meyering@lucent.com>
32064
32065         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
32066         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
32067         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
32068         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
32069         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
32070         whenever the right hand side need not be expanded by the shell.
32071
32072 2001-09-16  Paul Eggert  <eggert@twinsun.com>
32073
32074         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
32075         library.  It's not correct, as some older glibcs are buggy.
32076         fnmatch wasn't fixed until glibc 2.2.
32077
32078         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
32079         special shell magic here.
32080
32081 2001-09-16  Jim Meyering  <meyering@lucent.com>
32082
32083         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
32084         * m4/jm-macros.m4: Require it.
32085
32086 2001-09-16  Jim Meyering  <meyering@lucent.com>
32087
32088         * lib/mkdir.c: New file.
32089
32090 2001-09-15  Jim Meyering  <meyering@lucent.com>
32091
32092         * m4/jm-macros.m4: Check for help2man.
32093
32094 2001-09-11  Jim Meyering  <meyering@lucent.com>
32095
32096         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
32097         The body, by Paul Eggert, was moved here from configure.in.
32098         * m4/jm-macros.m4: Require UTILS_HOST_OS.
32099
32100 2001-09-04  Paul Eggert  <eggert@twinsun.com>
32101
32102         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
32103         (jm_PREREQ): Use it.
32104
32105 2001-09-04  Paul Eggert  <eggert@twinsun.com>
32106
32107         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
32108         Use ssize_t, not int, to store result of readlink.
32109         Check for ssize_t overflow as well as size_t overflow,
32110         as POSIX says the result of readlink is implementation-defined
32111         when ssize_t overflows.
32112         Remove unnecessary cast to char*.
32113         Use free+malloc instead of realloc, as the storage doesn't need
32114         to be preserved and it's clearer and can be more efficient that way.
32115         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
32116         * lib/xreadlink.h (xreadlink): Update prototype.
32117
32118 2001-09-04  Paul Eggert  <eggert@twinsun.com>
32119
32120         * lib/xgetcwd.c: Revert some of the previous change; intead,
32121         fix the HAVE_GETCWD_NULL code to behave more like the
32122         !HAVE_GETCWD_NULL code used to.
32123
32124         Include "xalloc.h".
32125         (xgetcwd): Do not return NULL when memory is exhausted; instead,
32126         invoke xalloc_die.
32127
32128 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32129
32130         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
32131         sys/param.h, as pathmax.h includes them.
32132
32133 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32134
32135         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
32136         (jm_PREREQ_XGETCWD): New macro.
32137
32138         * m4/getcwd.m4: New file.
32139
32140 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32141
32142         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
32143         like the HAVE_GETCWD_NULL code.
32144         Include pathmax.h if not HAVE_GETCWD.
32145         Do not include xalloc.h.
32146         (INITIAL_BUFFER_SIZE): New symbol.
32147         Do not use xmalloc / xrealloc, since the caller is responsible for
32148         handling errors.  Preserve errno around `free' during failure.
32149         Do not overrun buffer when using getwd.
32150
32151 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32152
32153         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
32154         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
32155         getcwd (NULL, 0).
32156
32157 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32158
32159         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
32160         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
32161         spotted by Jim Meyering.
32162
32163 2001-09-03  Jim Meyering  <meyering@lucent.com>
32164
32165         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
32166         failure.
32167
32168 2001-09-02  Jim Meyering  <meyering@lucent.com>
32169
32170         * lib/error.c: Update from GNU libc.
32171
32172 2001-09-01  Jim Meyering  <meyering@lucent.com>
32173
32174         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
32175         Used by df.
32176
32177 2001-09-01  Jim Meyering  <meyering@lucent.com>
32178
32179         * lib/xreadlink.c: New file.
32180         * lib/xreadlink.h: New file.
32181         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
32182         xreadlink.h.
32183
32184         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
32185         doesn't conflict with sparc Solaris 7's definition in
32186         /usr/include/sys/int_types.h.
32187
32188         * lib/exclude.c: Use `""', not `<>' to #include non-system header
32189         files.
32190         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
32191         and strncasecmp as r-values.  Unixware didn't have declarations.
32192
32193 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32194
32195         * lib/xstrtol.h: Add copyright notice.
32196         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
32197         LONGINT_INVALID_SUFFIX_CHAR.
32198
32199 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32200
32201         * lib/xstrtol.c (strtoimax): New decl.
32202
32203 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32204
32205         * lib/xgetcwd.c: Don't include pathmax.h.
32206         Include stdlib.h and unistd.h if available.
32207         Include xalloc.h.
32208         (xmalloc, xstrdup, free): Remove decls.
32209         (xgetcwd): Don't assume sizes fit in unsigned.
32210         Check for overflow when computing sizes.
32211         Simplify reallocation code.
32212
32213 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32214
32215         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
32216         a directory's st_size can have an arbitrary value, so the old
32217         usage could waste an arbitrary amount of memory.  All uses
32218         changed.
32219         * lib/savedir.h: Update prototype.
32220
32221 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32222
32223         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
32224
32225         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
32226         old strtoimax.c.
32227
32228         Also, make the following further changes to make this file's
32229         configuration more similar to that of strtol.c:
32230         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
32231         (strtoumax, uintmax_t, strtoull, strtol): Remove.
32232         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
32233         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
32234         changed to signed values.
32235
32236         And make the following changes as well:
32237         Fix copyright notice, as 1999 was missing.
32238         (verify): New macro.
32239         (strtoimax): Check sizes at compile-time, not run-time.
32240         Prefer strtol to strtoll if both work.
32241         (main): Remove; it was not that useful and was a pain to maintain.
32242
32243         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
32244
32245 2001-08-31  Jim Meyering  <meyering@lucent.com>
32246
32247         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
32248         Use an initial, malloc'd, buffer of length 128 rather than
32249         a statically allocated one of length 1024.
32250
32251 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32252
32253         Simplify code, partly by assuming autoconf 2.52 semantics.
32254
32255         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
32256
32257         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
32258         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
32259         All uses removed.
32260         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
32261         Move AC_REQUIRE to next-to-top level, to avoid confusion.
32262         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
32263         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
32264         jm_AC_HEADER_INTTYPES_H.
32265         * m4/jm-macros.m4 (jm_MACROS): Likewise.
32266
32267         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
32268
32269         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
32270         Quote first arg of AC_DEFUN.
32271         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
32272         since they are needed to parse the include file even if we need
32273         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
32274         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
32275         but with opposite signedness.
32276
32277 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32278
32279         Merge 'exclude' changes from tar 1.13.22.
32280         This fixes one or two unlikely storage allocation overflow bugs,
32281         but doesn't change user-visible behavior otherwise.
32282
32283 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32284
32285         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
32286         (jm_PREREQ_EXCLUDE): New macro.
32287
32288 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32289
32290         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
32291         tm to be declared.
32292
32293 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32294
32295         * lib/hash.c: Remove '2001' from copyright notice.
32296
32297 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32298
32299         * lib/full-write.h: New file.
32300         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
32301         * lib/full-write.c: Correct credits, as cccp.c no longer
32302         exists and anyway it was so heavily changed from the old cccp
32303         code as to be unrecognizable.  Include full-write.h.
32304         (full_write) Return size_t, with short writes meaning failure.
32305         All callers changed.  This fixes a bug with large buffers
32306         on 64-bit hosts.
32307         * lib/utime.c: Include full-write.h.
32308
32309 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32310
32311         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
32312         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
32313         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
32314         Include if available.
32315         (<xalloc.h>): Include
32316         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
32317         (verify): New macro.  Use it to verify that EXCLUDE macros do not
32318         collide with FNM macros.
32319         (struct patopts): New struct.
32320         (struct exclude): Use it, as exclude patterns now come with options.
32321         (new_exclude): Support above changes.
32322         (new_exclude, add_exclude_file):
32323         Initial size must now be a power of two to simplify overflow checking.
32324         (free_exclude, fnmatch_no_wildcards): New function.
32325         (excluded_filename): No longer requires options arg, as the options
32326         are determined by add_exclude.  Now returns bool, not int.
32327         (excluded_filename, add_exclude):
32328         Add support for the fancy new exclusion options.
32329         (add_exclude, add_exclude_file): Now takes int options arg.
32330         Check for arithmetic overflow when computing sizes.
32331         (add_exclude_file): xrealloc might modify errno, so don't
32332         realloc until after errno might be used.
32333
32334         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
32335         New macros.
32336         (free_exclude): New decl.
32337         (add_exclude, add_exclude_file): Now takes int options arg.
32338         (excluded_filename): No longer requires options arg, as the options
32339         are determined by add_exclude.  Now returns bool, not int.
32340
32341 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32342
32343         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
32344
32345 2001-08-27  Jim Meyering  <meyering@lucent.com>
32346
32347         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
32348
32349         * lib/version-etc.c (N_): Remove definition.
32350         Revert most of last change.
32351         Instead, simply don't mark the `Copyright...' string for translation.
32352         Based on advice from Paul Eggert.
32353
32354         * lib/strtoxmax.c: Tweak comment.
32355
32356 2001-08-26  Jim Meyering  <meyering@lucent.com>
32357
32358         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
32359
32360         * m4/xstrtoimax.m4: New file.
32361         * m4/xstrtoumax.m4: Add comments explaining why we
32362         AC_REPLACE_FUNCS(strtol).
32363
32364 2001-08-26  Jim Meyering  <meyering@lucent.com>
32365
32366         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
32367         of copyright with `%s' so translators don't get an untranslated
32368         message in 2002.
32369         (COPYRIGHT_YEAR): Define.
32370         (version_etc): Use fprintf rather than fputs.
32371         Suggestion from Ulrich Drepper.
32372
32373         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
32374
32375         * lib/strtoll.c: New file, from GNU libc.
32376         * lib/xstrtoimax.c: New file.
32377
32378         * lib/xstrtol.h: Add xstrtoimax.
32379         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
32380         * lib/strtoimax.c: New file.  Likewise, but first define
32381         STRTOUXMAX_SIGNED.
32382
32383         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
32384         ...
32385         * lib/strtoxmax.c: ... then renamed to this.
32386
32387 2001-08-18  Paul Eggert  <eggert@twinsun.com>
32388
32389         * m4/inttypes.m4: Add AC_PREREQ(2.13).
32390         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
32391         (jm_AC_TYPE_INTMAX_T): New macro.
32392         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
32393
32394         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
32395
32396         * m4/longlong.m4: Renamed from ulonglong.m4.
32397         * m4/inttypes.m4: Renamed from inttypes_h.m4.
32398         * m4/uintmax_t.m4: Removed.
32399
32400 2001-08-13  Paul Eggert  <eggert@twinsun.com>
32401
32402         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
32403         Port to Solaris 8, where 'sed' requires a space after the 'r'
32404         command, and where sh dislikes "$/".  Clean up the spacing a bit.
32405         Redirect output to $tmp just once.
32406
32407 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
32408
32409         * lib/addext.c (<errno.h>): Include.
32410         (errno): Declare if not defined.
32411         (addext): Work correctly when pathconf returns -1 and leaves
32412         errno alone because there is no limit.  Also, work even if
32413         pathconf returns a value greater than SIZE_MAX.
32414
32415 2001-08-12  Jim Meyering  <meyering@lucent.com>
32416
32417         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
32418         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
32419         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
32420         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
32421         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
32422         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
32423         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
32424         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
32425         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
32426         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
32427         utime.m4, utimes.m4, xstrtoumax.m4:
32428         Quote the first argument in each use of AC_DEFUN.
32429
32430 2001-08-12  Jim Meyering  <meyering@lucent.com>
32431
32432         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
32433         Simply `return getcwd (NULL, 0);'.
32434         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
32435         Use 1300 as initial value for length, not PATH_MAX.
32436
32437         * lib/pathmax.h: Clean up cpp syntax.
32438
32439 2001-08-12  Jim Meyering  <meyering@lucent.com>
32440
32441         * lib/gettimeofday.c: New file.
32442         * lib/gtod.h: New file.
32443         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
32444
32445 2001-08-05  Jim Meyering  <meyering@lucent.com>
32446
32447         * m4/jm-macros.m4: Require autoconf-2.52.
32448
32449 2001-08-04  Jim Meyering  <meyering@lucent.com>
32450
32451         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
32452         stmt, to get in sync with glibc.
32453
32454 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32455
32456         The following changes are from gettext 0.10.39 as maintained by
32457         Bruno Haible.
32458
32459         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
32460         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
32461         with inverted sense.  All uses changed.
32462
32463         * lib/mbswidth.c: Don't include <limits.h>.
32464         Include <stdlib.h> and <string.h> unconditionally.
32465         (iswcntrl, mbsinit, ISCNTRL): New macros.
32466         (mbsnwidth): Use K&R style function declarations.
32467         Don't bother checking for MB_LEN_MAX == 1, since the compiler
32468         can optimize it when MB_CUR_MAX == 1.
32469         The width of control characters is zero, not 1.
32470
32471 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32472
32473         The following changes are from gettext 0.10.39 as maintained by
32474         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
32475
32476         * m4/codeset.m4: Upgrade to serial AM1.
32477         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
32478         all uses changed.  Quote first arg of AC_DEFUN.
32479         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
32480
32481         * m4/iconv.m4: Upgrade to serial AM2.
32482         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
32483         Add --with-libconv-prefix.
32484         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
32485         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
32486         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
32487         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
32488         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
32489
32490         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
32491         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
32492         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
32493         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
32494         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
32495         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
32496         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
32497         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
32498         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
32499
32500         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
32501         string.h any more.
32502
32503         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
32504         not the default value.
32505
32506         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
32507         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
32508         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
32509         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
32510         Also check for iswcntrl, used for wcwidth fallback.
32511         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
32512         to Autoconf 2.13.
32513
32514 2001-08-03  Jim Meyering  <meyering@lucent.com>
32515
32516         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
32517         as it was in the original.  Reported by Paul Eggert.
32518
32519 2001-07-16  Jim Meyering  <meyering@lucent.com>
32520
32521         * m4/gettimeofday.m4: New file.
32522         Prompted by a report from Bernhard Baehr.
32523
32524 2001-07-15  Jim Meyering  <meyering@lucent.com>
32525
32526         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
32527         stuff. Now it's in ../Makefile.cfg.
32528
32529 2001-07-15  Jim Meyering  <meyering@lucent.com>
32530
32531         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
32532         (BUILT_SOURCES): Add unlocked-io.h.
32533         (io_functions): Define.
32534         (unlocked-io.h): New rule.
32535         (DISTCLEANFILES): Add unlocked-io.h.
32536         (all-local): Depend on unlocked-io.h, to ensure it is created.
32537
32538         * lib/unlocked-io.hin: New file
32539
32540         * lib/regex.c: Update from glibc.
32541
32542 2001-07-05  Jim Meyering  <meyering@lucent.com>
32543
32544         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
32545         recommendation.
32546         (libfetish_a_SOURCES): Put all .h files here instead.
32547         Remove a thus-exposed (better checks in automake) duplicate and
32548         two unnecessary .h files.
32549
32550 2001-07-04  Jim Meyering  <meyering@lucent.com>
32551
32552         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
32553         that generates jm-glibc-io.m4 so that it doesn't trigger any make
32554         distcheck failure.
32555
32556 2001-07-02  Jim Meyering  <meyering@lucent.com>
32557
32558         The following changes were prompted by suggestions from Bruno Haible.
32559
32560         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
32561         is now generated.
32562         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
32563         definition of EXTRA_DIST.
32564         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
32565         ensure that the generated file is created/updated whenever the list
32566         of $(unlocked_functions) is changed.
32567         (jm-glibc-io.m4): New rule.
32568         (unlocked-io.h): New rule -- currently unused.
32569
32570 2001-06-24  Jim Meyering  <meyering@lucent.com>
32571
32572         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
32573         unmatched right bracket, rather than kludging it with an extra,
32574         falsely-matching quote in a comment.  Patch by Akim Demaille.
32575
32576 2001-06-11  Jim Meyering  <meyering@lucent.com>
32577
32578         * lib/regex.c: Update from GNU libc.
32579
32580 2001-05-27  Jim Meyering  <meyering@lucent.com>
32581
32582         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
32583         Check for ut_type in struct utmp.
32584
32585 2001-05-27  Jim Meyering  <meyering@lucent.com>
32586
32587         * lib/readutmp.h (UT_TYPE): Define.
32588
32589 2001-05-24  Jim Meyering  <meyering@lucent.com>
32590
32591         * lib/argmatch.c: Include "quote.h".
32592         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
32593         quote function.  Reported by Göran Uddeborg.
32594
32595 2001-05-22  Jim Meyering  <meyering@lucent.com>
32596
32597         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
32598         now that we use the package-supplied version unconditionally.
32599         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
32600
32601 2001-05-21  Jim Meyering  <meyering@lucent.com>
32602
32603         * m4/regex.m4: Change a couple backticks to single quotes to avoid
32604         shell syntax errors.
32605
32606 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32607
32608         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
32609
32610 2001-05-20  Paul Eggert  <eggert@twinsun.com>
32611
32612         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
32613         Don't bother to check library strftime, since
32614         we'll be using our own my_strftime function anyway.
32615         Define my_strftime instead of strftime.
32616
32617 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
32618
32619         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
32620         which is not yet declared.
32621
32622 2001-05-15  Jim Meyering  <meyering@lucent.com>
32623
32624         * m4/regex.m4: Use proper quoting so brackets appear in the test
32625         program.
32626         Reported by, and with help from, Bruno Haible.
32627
32628 2001-05-13  Jim Meyering  <meyering@lucent.com>
32629
32630         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
32631         undefined.
32632
32633 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32634
32635         dirname code cleanup.  base_name now behaves more compatibly
32636         with POSIX basename when given file names that have trailing
32637         slashes, and similarly for dir_name.  Add new primitives
32638         base_len and dir_len.  Put the directory-name-related decls
32639         into dirname.h.
32640
32641         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
32642         * lib/backupfile.c (base_name): Likewise.
32643         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
32644         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
32645         * lib/makepath.c (strip_trailing_slashes): Likewise.
32646         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
32647         ISSLASH): Likewise.
32648         * lib/rename.c (strip_trailing_slashes): Likewise.
32649         * lib/same.c (base_name): Likewise.
32650         * lib/stripslash.c (ISSLASH): Likewise.
32651
32652         * lib/addext.c: Include <dirname.h> after size_t is defined.
32653         * lib/backupfile.c: Likewise.
32654
32655         * lib/addext.c (addext): Use base_len to trim redundant
32656         trailing slashes instead of doing it ourselves.
32657         But do not trim the last slash if it is not redundant.
32658
32659         * lib/backupfile.c (find_backup_file_name,
32660         max_backup_version): Use base_len instead of rolling it ourselves.
32661         Handle the case of "" and (on DOS) "C:" correctly.
32662
32663         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
32664         needed. Include <string.h>, <dirname.h>.
32665         (base_name): Allow file names ending in slashes, other than names
32666         that are all slashes.  In this case, return the basename followed
32667         by the slashes.  This is more general, and can be used in places
32668         where the original base_name purposely had an assertion failure.
32669         (base_len): New function.
32670
32671         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
32672         Do not include <assert.h>; no longer needed.
32673         Include xalloc.h.
32674         (memrchr): Remove decl.
32675         (dir_name_r): Remove.
32676         (dir_len): Renamed from dirlen.  All callers changed.
32677         Rewrite in terms of base_name, for simplicity and consistency.
32678         (dir_name): Never return NULL.  All callers changed.
32679         Do not include <stdlib.h> in test program; no longer needed.
32680         return 0; is fine for test program.
32681
32682         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
32683         New macros.
32684         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
32685
32686         * lib/path-concat.c (path_concat): Use base_len to compute
32687         base length, not strlen; this means we cannot rely on memcpy
32688         to null-terminate.
32689
32690         * lib/same.c (STREQ): Remove.
32691         (same_name): Handle the case where the basename ends in trailing '/'.
32692
32693         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
32694         a slash was stripped.  Do not strip the last slash after a
32695         file system prefix.
32696
32697 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32698
32699         * lib/Makefile.am (libfetish_a_SOURCES):
32700         Add strftime.c, since we now compile it on all hosts.
32701
32702         * lib/strftime.c (my_strftime):
32703         Define to nstrftime if emacs, but only if my_strftime is not defined.
32704         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
32705         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
32706         Add one more extra argument: a nanoseconds value.
32707         All uses changed.
32708         (ns): New macro.
32709         (my_strftime function): Add %N format.
32710         (emacs_strftimeu): Renamed from emacs_strftime,
32711         with extra ut argument.
32712
32713 2001-05-09  Paul Eggert  <eggert@twinsun.com>
32714
32715         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
32716
32717 2001-04-21  Jim Meyering  <meyering@lucent.com>
32718
32719         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
32720         doesn't interfere.
32721
32722 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32723
32724         * m4/ftruncate.m4: Check for chsize.
32725         Link with ftruncate.o unconditionally if ftruncate is missing.
32726         This was required when cross-compiling to i586-mingw32msvc.
32727
32728 2001-04-08  Jim Meyering  <meyering@lucent.com>
32729
32730         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
32731         recomputed; that's necessary when the offset spans a DST transition.
32732         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
32733
32734 2001-04-02  Jim Meyering  <meyering@lucent.com>
32735
32736         * lib/regex.h, regex.c: Update from GNU libc.
32737
32738 2001-03-24  Jim Meyering  <meyering@lucent.com>
32739
32740         * m4/jm-macros.m4: Require autoconf-2.49d.
32741
32742 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
32743
32744         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
32745
32746 2001-03-19  Paul Eggert  <eggert@twinsun.com>
32747
32748         * lib/version-etc.c (version_etc_copyright): Update to 2001.
32749
32750 2001-03-17  Jim Meyering  <meyering@lucent.com>
32751
32752         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
32753         now that the version in autoconf is equivalent.
32754         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
32755
32756         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
32757         Suggestion from Akim Demaille.
32758
32759         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
32760         (jm_PREREQ_TEMPNAME): New function.
32761
32762 2001-03-16  Paul Eggert  <eggert@twinsun.com>
32763
32764         * lib/tempname.c (uint64_t): Define to uintmax_t if
32765         not defined, and if UINT64_MAX is not defined.
32766         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
32767         Reported by John David Anglin.
32768
32769 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
32770
32771         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
32772         resolve alias if codeset is empty.
32773         * lib/config.charset (BeOS): Use wildcard syntax.
32774
32775 2001-03-13  Jim Meyering  <meyering@lucent.com>
32776
32777         * lib/path-concat.c (path_concat)
32778         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32779         concatenating e.g., `C:' and `foo'.
32780         From Bruno Haible.
32781
32782 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32783
32784         * lib/localcharset.c (locale_charset): Don't use
32785         setlocale(LC_CTYPE,NULL). Don't return NULL.
32786         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32787
32788 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32789
32790         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32791         support for DOS/DJGPP.
32792
32793 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32794
32795         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32796         lacks mkstemp.  Compile our own tempname.c if we compile our own
32797         mkstemp.c, as mkstemp relies on tempname.
32798
32799 2001-03-01  Jim Meyering  <meyering@lucent.com>
32800
32801         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32802         AH_VERBATIM really does output its argument verbatim.
32803
32804 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32805
32806         * lib/Makefile.am (libfetish_a_SOURCES):
32807         Add dup-safer.c, fopen-safer.c.
32808         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32809
32810         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32811         * lib/unistd-safer.h: New files.
32812
32813 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32814
32815         The mkstemp replacement is taken from glibc 2.2.2, with some
32816         portability fixes for use outside glibc, as follows:
32817
32818         * lib/tempname.c (struct_stat64): New macro.
32819         (direxists, __gen_tempname): Use it.
32820         This avoids a portability problem with Solaris 8.
32821
32822         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32823         (<stddef.h>, <stdint.h>, <string.h>):
32824         Include only if STDC_HEADERS || _LIBC.
32825         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32826         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32827         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32828         (__set_errno): Define this macro if <errno.h> doesn't.
32829         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32830         Define these macros if <stdio.h> doesn't.
32831         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32832         Define these macros if <sys/stat.h>
32833         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32834         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32835         __xstat64): Define if not _LIBC.
32836         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32837         (__gen_tempname): Invoke gettimeofday only if
32838         HAVE_GETTIMEOFDAY || _LIBC;
32839         otherwise, fall back on plain "time".
32840         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32841
32842         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32843
32844         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32845
32846 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32847
32848         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32849
32850 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32851
32852         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32853         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32854         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32855         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32856
32857 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32858
32859         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32860         Remove workaround macros for hosts that have mbrtowc but not
32861         mbstate_t, as we now insist on proper declarations for both
32862         before using mbrtowc.
32863
32864 2001-02-17  Jim Meyering  <meyering@lucent.com>
32865
32866         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32867         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32868         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32869         UnixWare 7.1.1.
32870
32871         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32872         rather than AC_CACHE_VAL.
32873
32874 2001-02-17  Jim Meyering  <meyering@lucent.com>
32875
32876         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32877         around included file name.
32878
32879         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32880
32881         * lib/strftime.c: Update from GNU libc (the only changes were to
32882         comments).
32883
32884 2001-02-17  Jim Meyering  <meyering@lucent.com>
32885
32886         * lib/regex.c: Update from libc.
32887
32888 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32889
32890         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32891         clash.
32892
32893 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32894
32895         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32896         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32897         Reported by Mark Hounschell via Paul Eggert.
32898
32899 2001-02-07  Jim Meyering  <meyering@lucent.com>
32900
32901         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32902
32903 2001-02-05  Jim Meyering  <meyering@lucent.com>
32904
32905         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32906         it includes the patch required for `large file' support with at least
32907         HP-UX's 10.20 /bin/cc.
32908
32909 2001-02-03  Jim Meyering  <meyering@lucent.com>
32910
32911         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32912         AS_IF, now that it works once again (mysteriously).
32913         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32914
32915 2001-01-30  Jim Meyering  <meyering@lucent.com>
32916
32917         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32918         * m4/chown.m4: Rename conftestchown to conftest.chown.
32919         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32920         s/conftestdir2/conftest.d2/.
32921         * m4/utimes.m4: s/conftestdata/conftest.data/
32922         Inspired by Pavel Roskin's change in autoconf.
32923
32924 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32925
32926         * lib/config.charset: Update for FreeBSD 4.2.
32927
32928 2001-01-27  Jim Meyering  <meyering@lucent.com>
32929
32930         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32931         a use of AS_IF.
32932         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32933
32934 2001-01-26  Jim Meyering  <meyering@lucent.com>
32935
32936         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32937         quotearg.c includes it.
32938
32939 2001-01-26  Jim Meyering  <meyering@lucent.com>
32940
32941         * lib/quotearg.c: Include stddef.h.
32942         * lib/quote.c: Include stddef.h.
32943         Reported by Axel Kittenberger.
32944
32945         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32946         line in double quotes so that it evokes a better diagnostic.
32947         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32948         Reported by Axel Kittenberger.
32949
32950 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32951
32952         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32953         as if it was a `charset'.
32954
32955 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32956
32957         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32958         has const.
32959
32960 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32961
32962         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32963         to avoid a warning.  Add back 'const' to inptr.
32964
32965 2001-01-20  Jim Meyering  <meyering@lucent.com>
32966
32967         Be sure that headers are checked before used in code compiled
32968         for the type checks.
32969         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32970         In place of that, invoke jm_CHECK_ALL_TYPES.
32971         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32972         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32973         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32974         The check for ssize_t was mistakenly run before the test for unistd.h.
32975
32976         The configure-time check for stdbool.h was missing.
32977         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32978         (jm_PREREQ_HASH): New function.
32979
32980 2001-01-17  Jim Meyering  <meyering@lucent.com>
32981
32982         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32983         for autoconf-2.49c.
32984         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32985
32986 2001-01-16  Jim Meyering  <meyering@lucent.com>
32987
32988         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32989         From Bruno Haible.
32990
32991 2001-01-14  Jim Meyering  <meyering@lucent.com>
32992
32993         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32994         foo and bar.  Create conftestdir/ in the script, not in the C code.
32995         Remove directories in the script, not in the C code.
32996         Remove conftestdir{,2} before trying to create the directory.
32997         Make the entire configure script fail if the mkdir fails.
32998
32999 2001-01-14  Jim Meyering  <meyering@lucent.com>
33000
33001         * lib/rename.c: New file.  From Volker Borchert.
33002         Include stdlib.h, string.h or strings.h, and xalloc.h.
33003         Use strip_trailing_slashes rather than open-coding it.
33004
33005 2001-01-03  Paul Eggert  <eggert@twinsun.com>
33006
33007         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
33008
33009 2001-01-03  Jim Meyering  <meyering@lucent.com>
33010
33011         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
33012         of local `inptr' to avoid warning with some system declarations of
33013         iconv.
33014
33015 2001-01-02  Volker Borchert  <bt@teknon.de>
33016
33017         * m4/rename.m4: New file.
33018         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
33019
33020 2001-01-01  Jim Meyering  <meyering@lucent.com>
33021
33022         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
33023         even on systems with utmpx.h.  It's necessary for the declaration of
33024         utmp's ut_user member.  Reported by Andreas Jaeger.
33025
33026         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
33027         available. They are required for the declarations of getgrgid and
33028         getpwuid resp.
33029         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
33030         Reported by Andreas Jaeger.
33031
33032 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
33033
33034         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
33035         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
33036         so `make install' also works in VPATH builds.
33037
33038 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
33039
33040         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
33041         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
33042         can be used in subdirectories.
33043
33044 2000-12-29  Paul Eggert  <eggert@twinsun.com>
33045
33046         * lib/modechange.c: Do not assume that mode_t uses the
33047         traditional octal encoding.  E.g. "chmod 1 FOO" should set
33048         the other-execute bit of FOO even if S_IXOTH != 1.
33049
33050         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
33051         WOTH, XOTH, ALLM): New macros.
33052         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
33053          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
33054         Use them.
33055         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
33056         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
33057         (mode_compile):
33058         No need to use uintmax_t; unsigned long is long enough.
33059         Don't bother to get suffix since we don't use it.
33060
33061 2000-12-26  Jim Meyering  <meyering@lucent.com>
33062
33063         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
33064         better with autoheader.
33065
33066 2000-12-24  Jim Meyering  <meyering@lucent.com>
33067
33068         * lib/hash.c (is_prime): Return explicit boolean values.
33069         (hash_get_first): Return NULL to appease Irix5.6's 89.
33070         Reported by Nelson Beebe.
33071
33072 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
33073
33074         * lib/localcharset.c (locale_charset): Add support for Win32.
33075
33076 2000-12-18  Paul Eggert  <eggert@twinsun.com>
33077
33078         * lib/physmem.h, lib/physmem.c: New files.
33079
33080         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
33081         (noinst_HEADERS): Add physmem.h.
33082
33083         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
33084         't' for compatibility with Solaris 8 sort.
33085
33086 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
33087
33088         * lib/config.charset: Add support for BeOS.
33089
33090 2000-12-17  Jim Meyering  <meyering@lucent.com>
33091
33092         * m4/dos.m4 (jm_AC_DOS): New file and macro.
33093         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
33094
33095 2000-12-16  Jim Meyering  <meyering@lucent.com>
33096
33097         This bug had a serious impact on chown: `chown N:M FILE' (for integer
33098         N and M) would have treated it like `chown N:N FILE'.
33099
33100         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
33101
33102 2000-12-16  Jim Meyering  <meyering@lucent.com>
33103
33104         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
33105         SHELLS_FILE to a file name that's useful on djgpp systems.
33106         Include stdlib.h.
33107         (ADDITIONAL_DEFAULT_SHELLS): Define.
33108         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
33109         Based mostly on a patch from Prashant TR.
33110
33111 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
33112
33113         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
33114         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
33115         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
33116
33117 2000-12-08  Andreas Schwab  <schwab@suse.de>
33118
33119         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
33120         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
33121
33122 2000-12-07  Jim Meyering  <meyering@lucent.com>
33123
33124         * lib/stripslash.c (ISSLASH): Define.
33125         (strip_trailing_slashes): Use ISSLASH rather than comparing against
33126         `/'.
33127         From Prashant TR.
33128
33129         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
33130         (dir_name_r): Declare this function as static.
33131         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
33132         manifest itself on a name containing a mix of slashes and
33133         backslashes.
33134         Make this function work with names starting with a DOS-style
33135         drive letter and colon prefix.
33136         (dir_name): Append `.' if necessary.
33137         Based mostly on patches from Prashant TR and Eli Zaretskii.
33138
33139         * lib/dirname.h (dir_name_r): Remove prototype.
33140
33141 2000-12-06  Paul Eggert  <eggert@twinsun.com>
33142
33143         * m4/off_t-format.m4: Remove this file.
33144         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
33145
33146 2000-12-06  Jim Meyering  <meyering@lucent.com>
33147
33148         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
33149         replacement strtoull, we may well need the replacement strtoul, too.
33150         Check for declarations of strtoul and strtoull.
33151         Check for strtol.  Mainly as a cue to cause automake to include
33152         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
33153         Check for limits.h -- strtol.c needs it.
33154
33155 2000-12-05  Jim Meyering  <meyering@lucent.com>
33156
33157         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
33158
33159 2000-12-04  Jim Meyering  <meyering@lucent.com>
33160
33161         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
33162         Also include memory.h, stdlib.h, unistd.h if appropriate.
33163         Reported by Andreas Jaeger (conflicting declaration of malloc).
33164
33165 2000-12-02  Jim Meyering  <meyering@lucent.com>
33166
33167         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
33168         * m4/jm-macros.m4 (jm_MACROS): require it.
33169
33170 2000-12-02  Jim Meyering  <meyering@lucent.com>
33171
33172         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
33173
33174 2000-12-01  Paul Eggert  <eggert@twinsun.com>
33175
33176         * lib/memrchr.c: Include <config.h> before any system include file.
33177
33178 2000-11-30  Jim Meyering  <meyering@lucent.com>
33179
33180         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
33181
33182 2000-11-30  Jim Meyering  <meyering@lucent.com>
33183
33184         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
33185
33186 2000-11-29  Paul Eggert  <eggert@twinsun.com>
33187
33188         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
33189
33190 2000-11-26  Jim Meyering  <meyering@lucent.com>
33191
33192         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
33193
33194 2000-11-22  Paul Eggert  <eggert@twinsun.com>
33195
33196         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
33197         size of (size_t) -1; it's not portable.
33198
33199 2000-11-17  Jim Meyering  <meyering@lucent.com>
33200
33201         * lib/strstr.c: Update from GNU libc.
33202
33203 2000-11-17  Akim Demaille  <akim@epita.fr>
33204
33205         * lib/obstack.h: Formatting changes.
33206         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
33207         prevent type checking.
33208         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
33209         cast the value to (void *): assigning a `foo *' to a `void *'
33210         variable is valid.
33211         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
33212
33213 2000-11-16  Jim Meyering  <meyering@lucent.com>
33214
33215         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
33216
33217 2000-11-11  Jim Meyering  <meyering@lucent.com>
33218
33219         * lib/error.c: Add a couple #includes, merging from GNU libc version.
33220
33221 2000-11-10  Jim Meyering  <meyering@lucent.com>
33222
33223         * lib/obstack.h: Update from GNU libc.
33224         * lib/obstack.c: Likewise.
33225
33226 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
33227
33228         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
33229
33230 2000-11-06  Paul Eggert  <eggert@twinsun.com>
33231
33232         * lib/getusershell.c (setusershell): Use rewind rather than
33233         fseek/fseeko, to avoid configuration hassles with fseeko.
33234         Don't bother opening SHELLS_FILE if shellstream is NULL;
33235         it's not necessary.
33236
33237 2000-11-05  Jim Meyering  <meyering@lucent.com>
33238
33239         * lib/makepath.h (make_dir): Declare.
33240         * lib/makepath.c (make_dir): Remove `static' attribute.
33241         Tweak a comment.
33242
33243 2000-11-04  Jim Meyering  <meyering@lucent.com>
33244
33245         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
33246
33247 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
33248
33249         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
33250         last one in a bucket, advance to the next bucket.
33251
33252 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
33253
33254         * lib/fnmatch.c: Do not comment out all the code if we are using
33255         the GNU C library, because in some cases we are replacing buggy
33256         code in the GNU C library itself.
33257
33258 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
33259
33260         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
33261         (regex_compile): Catch bogus \(\1\).
33262
33263 2000-10-30  Paul Eggert  <eggert@twinsun.com>
33264
33265         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
33266         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
33267         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
33268
33269 2000-10-30  Paul Eggert  <eggert@twinsun.com>
33270
33271         * lib/error.h, getline.h, modechange.h:
33272         Remove "2000" from Copyright line, as the file hasn't been
33273         changed this year other than in the copyright notice.
33274
33275         * lib/xalloc.h: Add "2000" to Copyright line, as this file
33276         was changed this year.
33277
33278 2000-10-29  Jim Meyering  <meyering@lucent.com>
33279
33280         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
33281         renaming.
33282         * m4/ls-mntd-fs.m4: Likewise
33283
33284 2000-10-29  Jim Meyering  <meyering@lucent.com>
33285
33286         * lib/xstat.in: Fix grammar in comment.
33287
33288 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
33289
33290         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
33291         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
33292         doesn't define __restrict_arr.
33293
33294 2000-10-28  Jim Meyering  <meyering@lucent.com>
33295
33296         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
33297         (jm_PREREQ_MEMCHR): New function.
33298
33299 2000-10-28  Jim Meyering  <meyering@lucent.com>
33300
33301         * lib/memchr.c: Update from libc.
33302         Adjust for portability:
33303         [HAVE_STDLIB_H]: Include stdlib.h.
33304         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
33305         Undef __memchr, too.
33306         [!weak_alias]: Define __memchr to memchr.
33307
33308         * lib/regex.c: Update from libc.
33309         * lib/regex.h: Likewise.
33310         * lib/getopt1.c: Likewise.
33311         * lib/memcmp.c: Likewise.
33312
33313         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
33314         Avoid using fseek, when possible -- it's broken by design.
33315         Patch by Ulrich Drepper.
33316
33317 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
33318
33319         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
33320         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
33321         Giving in to popular pressure to shut up the compiler with casts.
33322
33323 2000-10-26  Jim Meyering  <meyering@lucent.com>
33324
33325         * lib/strftime.c: Update from libc.
33326
33327 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
33328
33329         * regex.c: More `unsigned char' -> `re_char' changes.
33330         Also change several `int' into `re_wchar_t'.
33331         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
33332         (PUSH_FAILURE_POINTER): Don't cast any more.
33333         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
33334         We want GCC to complain, since this piece of code makes
33335         re_match non-reentrant, which *should* be fixed.
33336         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
33337         (EXTEND_BUFFER): Use RETALLOC.
33338         (SET_LIST_BIT): Don't cast.
33339         (re_wchar_t): New type.
33340         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
33341         that those two functions will always properly return.
33342         (IMMEDIATE_QUIT_CHECK): Cast to void.
33343         (analyse_first): Use recursion rather than an explicit stack.
33344         (re_compile_fastmap): Can't fail anymore.
33345         (re_search_2): Don't check re_compile_fastmap for failure.
33346         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
33347         Now also sets the new value (passed in a new argument).
33348         (re_match_2_internal): Use it.
33349         Also, use a new var `reg' of type size_t when looping through regs
33350         rather than reuse the inappropriate `mcnt'.
33351
33352 2000-10-25  Jim Meyering  <meyering@lucent.com>
33353
33354         * lib/obstack.c: Update from libc.
33355
33356 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
33357
33358         * regex.c (regex_compile): Change the way of handling a range from
33359         a char less than 256 to a char not less than 256.
33360
33361 2000-10-24  Andrew Innes  <andrewi@gnu.org>
33362
33363         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
33364         NT-Emacs only.
33365         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
33366         so that re_search functions only quit when callers expect them to.
33367
33368 2000-10-23  Jim Meyering  <meyering@lucent.com>
33369
33370         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
33371         wrong.  That set_locale call must not have any side effects.
33372         From Paul Eggert.
33373
33374 2000-10-22  Jim Meyering  <meyering@lucent.com>
33375
33376         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
33377         [CYCLIC]: Remove now-unused definition.
33378
33379         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
33380         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
33381         Suggestion from Ulrich Drepper.
33382
33383 2000-10-21  Jim Meyering  <meyering@lucent.com>
33384
33385         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
33386         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
33387         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
33388
33389 2000-10-21  Jim Meyering  <meyering@lucent.com>
33390
33391         * lib/dirname.c (memrchr): Declare if necessary.
33392         (dir_name): Remove the restriction that there be no
33393         trailing slashes.  Now, this code skips past them, effectively
33394         ignoring them.
33395         [TEST_DIRNAME] (main): New unit tests.
33396
33397         * lib/memrchr.c: New file from GNU libc.
33398         Undef __memrchr, too.
33399         [!weak_alias]: Define __memrchr to memrchr.
33400         Guard weak_alias use with `#ifdef weak_alias'.
33401
33402 2000-10-21  Jim Meyering  <meyering@lucent.com>
33403
33404         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
33405         (dir_name): Use dir_name_r.
33406         * lib/dirname.h (dir_name_r): Declare it.
33407
33408 2000-10-17  Jim Meyering  <meyering@lucent.com>
33409
33410         * lib/quote.h (PARAMS): Define and use.
33411         Reported by Akim Demaille.
33412
33413         * lib/getopt.c: Update from libc.
33414
33415 2000-10-16  Jim Meyering  <meyering@lucent.com>
33416
33417         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
33418         setlocale.
33419         From Jan Fedak.
33420
33421 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
33422
33423         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
33424
33425 2000-09-25  Jim Meyering  <meyering@lucent.com>
33426
33427         * lib/md5.h (rol): Define (from GnuPG).
33428
33429         * lib/sha.c: Give credit (GnuPG) where due.
33430         (M): Use rol rather than open-coding it.
33431         Add a FIXME comment.
33432
33433 2000-09-21  Jim Meyering  <meyering@lucent.com>
33434
33435         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
33436         Reported by Michael Stone.
33437
33438 2000-09-20  Jim Meyering  <meyering@lucent.com>
33439
33440         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
33441         (noinst_HEADERS): Add sha.h.
33442         Based on code from Scott G. Miller and from GnuPG.
33443
33444 2000-09-18  Jim Meyering  <meyering@lucent.com>
33445
33446         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
33447         LIBS. Otherwise, everyone ends up linking with -lelf for some
33448         configurations.
33449         Reported by Mike Stone.
33450
33451 2000-09-15  Jim Meyering  <meyering@lucent.com>
33452
33453         * lib/regex.c: Update from libc.
33454
33455 2000-09-10  Jim Meyering  <meyering@lucent.com>
33456
33457         * lib/getopt.c (_getopt_internal): Update from glibc.
33458
33459 2000-09-09  Jim Meyering  <meyering@lucent.com>
33460
33461         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
33462         think it should be used as a general replacement for isascii.
33463         * lib/fnmatch.c: Likewise.
33464         * lib/mbswidth.c: Likewise
33465         * lib/regex.c: Likewise.
33466
33467         Don't use atoi.
33468         * lib/userspec.c: Include sys/param.h and limits.h.
33469         Include xstrtol.h.
33470         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
33471         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
33472         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
33473         UID, GID.  Check range.
33474
33475 2000-09-06  Jim Meyering  <meyering@lucent.com>
33476
33477         * lib/getopt.c (_getopt_internal): Update from glibc.
33478
33479 2000-08-30  Jim Meyering  <meyering@lucent.com>
33480
33481         * lib/strftime.c: Merge in changes from GNU libc.
33482
33483 2000-08-26  Jim Meyering  <meyering@lucent.com>
33484
33485         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
33486         * m4/fpending.m4: New file.
33487
33488 2000-08-26  Jim Meyering  <meyering@lucent.com>
33489
33490         * lib/closeout.c: Include "__fpending.h".
33491         (close_stdout_status): Return right away if there's nothing to flush.
33492
33493         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
33494         * lib/__fpending.c: New file.
33495         * lib/__fpending.h: New file.
33496
33497 2000-08-20  Jim Meyering  <meyering@lucent.com>
33498
33499         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
33500         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
33501         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
33502
33503 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
33504
33505         Improve fileutils installation on systems where running
33506         programs (like install) can't be unlinked.
33507         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
33508         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
33509
33510 2000-08-07  Paul Eggert  <eggert@twinsun.com>
33511
33512         Standardize on "memory exhausted" instead of "Memory exhausted"
33513         or "virtual memory exhausted".
33514         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
33515         "virtual memory exhausted".
33516         * lib/same.c (same_name): Invoke xalloc_die instead of printing
33517         our own message.
33518         * lib/userspec.c (parse_user_spec): Likewise.
33519         * lib/bumpalloc.h: comment fix
33520         * lib/same.c, userspec.c: Include xalloc.h.
33521
33522         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
33523         not char *const and pointing to a constant array.
33524         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
33525         (xrealloc): Comment fix.
33526
33527         * lib/userspec.c (parse_user_spec):
33528         Don't translate a message until just before returning,
33529         to avoid unnecessary translation.
33530
33531 2000-08-07  Jim Meyering  <meyering@lucent.com>
33532
33533         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
33534         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
33535         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
33536         getgroups.c, gethostname.c, getopt.h, group-member.c,
33537         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
33538         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
33539         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
33540         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
33541         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
33542         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
33543         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
33544         yesno.c: Back out Copyright date changes for each file with no change
33545         this year.  This eases coordination with other programs using the same
33546         source code modules.  From Paul Eggert.
33547
33548 2000-08-06  Paul Eggert  <eggert@twinsun.com>
33549
33550         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
33551         not char, for compatibility with glibc 2.1.3 strftime.c.
33552
33553 2000-08-03  Greg McGary  <greg@mcgary.org>
33554
33555         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
33556         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
33557         (EXTEND_BUFFER): Use them.
33558
33559 2000-08-01  Jim Meyering  <meyering@lucent.com>
33560
33561         * lib/dirname.c (ISSLASH): Define.
33562         (BACKSLASH_IS_PATH_SEPARATOR): Define.
33563         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
33564         both `\' and `/' may be use as path separators.
33565         Based on a patch from Prashant TR.
33566
33567 2000-07-31  Paul Eggert  <eggert@twinsun.com>
33568
33569         * lib/quotearg.c (quotearg_n_options): Don't make the initial
33570         slot vector a constant, since it might get modified.
33571
33572 2000-07-31  Jim Meyering  <meyering@lucent.com>
33573
33574         * lib/xmalloc.c: Use `virtual memory exhausted', not
33575         `Memory exhausted'.
33576         * lib/obstack.c (print_and_abort): Likewise.
33577
33578 2000-07-30  Paul Eggert  <eggert@twinsun.com>
33579
33580         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
33581         buffer, so that the caller can always quote one small
33582         component of a "memory exhausted" message in slot 0.
33583         From a suggestion by Jim Meyering.
33584
33585 2000-07-30  Jim Meyering  <meyering@lucent.com>
33586
33587         * lib/makepath.c (make_path): Quote the other instance, too.
33588
33589         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
33590         (STATIC_BUF_SIZE): Define.
33591         (quotearg_n_options): Use only statically allocated storage when
33592         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
33593         than STATIC_BUF_SIZE.
33594
33595 2000-07-29  Jim Meyering  <meyering@lucent.com>
33596
33597         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
33598         * lib/dirname.c (dir_name): Likewise.
33599
33600         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
33601         `/'.
33602
33603         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
33604         (dir_name): Assert that there are no trailing slashes.
33605
33606 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
33607
33608         * lib/mbswidth.h (mbswidth): Add a flags argument.
33609         (mbswidth): New declaration.
33610         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
33611         * lib/mbswidth.c (mbswidth): Add a flags argument.
33612         (mbsnwidth): New function.
33613
33614 2000-07-24  Jim Meyering  <meyering@lucent.com>
33615
33616         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
33617
33618 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33619
33620         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
33621
33622 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33623
33624         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
33625         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
33626         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
33627         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
33628         invoke multibyte primitives.
33629
33630 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33631
33632         * lib/quotearg.c:
33633         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
33634         so that mbstate_t is always defined.
33635
33636         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
33637         be 1 in at least one GCC installation, and this configuration
33638         error is likely to be common.  Ignoring MB_LEN_MAX hurts
33639         performance on hosts that have mbrtowc but have only unibyte
33640         locales, but I assume these hosts are rare.
33641
33642 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33643
33644         * lib/mbswidth.c (_XOPEN_SOURCE):
33645         Don't define; this causes problems on Solaris 7.
33646         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
33647
33648 2000-07-23  Jim Meyering  <meyering@lucent.com>
33649
33650         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
33651         too: getgrgid, getpwuid, getuid.
33652
33653 2000-07-23  Jim Meyering  <meyering@lucent.com>
33654
33655         * lib/basename.c (base_name): Add an assertion.
33656
33657 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
33658
33659         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
33660         shadow its mbsinit function.
33661
33662 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33663
33664         * lib/mbswidth.h: New file.
33665         * lib/mbswidth.c: New file.
33666         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
33667         (noinst_HEADERS): Add mbswidth.h.
33668
33669 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33670
33671         * lib/config.charset: Add support for FreeBSD. Improve support for
33672         HP-UX and IRIX 6.
33673
33674 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
33675
33676         * m4/mbswidth.m4: New file.
33677         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
33678
33679 2000-07-15  Jim Meyering  <meyering@lucent.com>
33680
33681         * lib/makepath.c: Include quote.h.
33682         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
33683         corresponding argument in a `quote (...)' call.
33684         Give better diagnostics.
33685
33686         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
33687         (noinst_HEADERS): Add quote.h.
33688
33689         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
33690         from tar's src/misc.c.
33691         * lib/quote.h: New file.  Prototypes for same.
33692
33693 2000-07-14  Paul Eggert  <eggert@twinsun.com>
33694
33695         From a suggestion by Bruno Haible.
33696         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
33697         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
33698         to decide whether to define the BeOS workaround macro;
33699         this adjusts to the change to AC_MBSTATE_T.
33700
33701 2000-07-14  Jim Meyering  <meyering@lucent.com>
33702
33703         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
33704         jm_AC_TYPE_UINTMAX_T.
33705
33706 2000-07-13  Paul Eggert  <eggert@twinsun.com>
33707
33708         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
33709
33710         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
33711         quotearg_buffer_restyled): Add support for
33712         clocale_quoting_style.  Undo previous change to
33713         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
33714         and "{RIGHT QUOTATION MARK}" msgids.
33715
33716 2000-07-10  Paul Eggert  <eggert@twinsun.com>
33717
33718         From a suggestion by Bruno Haible.
33719         * m4/mbstate_t.m4 (AC_MBSTATE_T):
33720         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
33721         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
33722         and mbstate_t, to a single-part test that simply defines mbstate_t.
33723         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
33724         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
33725
33726 2000-07-10  Jim Meyering  <meyering@lucent.com>
33727
33728         * m4/strerror_r.m4: Mirror the correction made in autoconf.
33729
33730         * m4/gnu-source.m4: Output to confdefs.h directly.
33731         Suggestion from Akim Demaille.
33732
33733 2000-07-09  Paul Eggert  <eggert@twinsun.com>
33734
33735         The old behavior of quoting `like this' doesn't look good with
33736         newer, ISO-style fonts.  See:
33737         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
33738
33739         Instead, quote "like this" by default.  Let the translator
33740         tailor the locale-specific quoting behavior by providing
33741         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
33742
33743         * lib/quotearg.c (N_): New macro.
33744         (gettext_default): New function.
33745         (quotearg_buffer_restyled): Use
33746         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
33747         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
33748
33749 2000-07-09  Jim Meyering  <meyering@lucent.com>
33750
33751         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
33752         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
33753
33754         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
33755         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
33756
33757 2000-07-09  Jim Meyering  <meyering@lucent.com>
33758
33759         * lib/Most files: Update copyright dates to include 2000.
33760
33761 2000-07-08  Jim Meyering  <meyering@lucent.com>
33762
33763         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
33764         if not defined.
33765         (xgethostname): Remove now-unnecessary #ifdef.
33766         Move declaration of `err' into loop where it's used.
33767
33768 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33769         and Bruno Haible  <haible@clisp.cons.org>
33770
33771         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
33772         only if the test for an object-type mbstate_t fails.  This
33773         prevents us from mistakenly reporting that mbstate_t is a
33774         system object type after we "#define mbstate_t int" to work
33775         around its lack.
33776
33777 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33778         and Bruno Haible  <haible@clisp.cons.org>
33779
33780         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33781
33782 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33783
33784         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33785         to strerror_r.
33786         Include <ctype.h> for use of isalpha.
33787
33788 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33789
33790         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33791         by allocating a larger buffer. Test the gethostname return value for
33792         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33793         returns an error and ENAMETOOLONG isn't defined.
33794
33795 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33796
33797         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33798         dimension.
33799
33800 2000-07-04  Jim Meyering  <meyering@lucent.com>
33801
33802         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33803         of the deprecated AC_CHECKING.
33804
33805 2000-07-04  Jim Meyering  <meyering@lucent.com>
33806
33807         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33808         Reported by Bruno Haible.
33809
33810 2000-07-04  Jim Meyering  <meyering@lucent.com>
33811
33812         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33813         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33814         lacks mbrtowc.
33815
33816 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33817
33818         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33819         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33820
33821 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33822         and Bruno Haible  <haible@clisp.cons.org>
33823
33824         * lib/quotearg.c (mbrtowc):
33825         Assign to *pwc, and return 1 only if result is nonzero.
33826         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33827
33828 2000-07-03  Jim Meyering  <meyering@lucent.com>
33829
33830         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33831
33832 2000-07-03  Jim Meyering  <meyering@lucent.com>
33833
33834         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33835         This is necessary to get a definition of e.g., UTMP_FILE on
33836         HP-UX 10.20.
33837         From Bob Proulx.
33838
33839 2000-07-02  Jim Meyering  <meyering@lucent.com>
33840
33841         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33842
33843         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33844         AC_LIBOBJ(function_name).
33845         * m4/chown.m4: Likewise.
33846         * m4/fnmatch.m4: Likewise.
33847         * m4/ftruncate.m4: Likewise.
33848         * m4/getgroups.m4: Likewise.
33849         * m4/getline.m4: Likewise.
33850         * m4/group-member.m4: Likewise.
33851         * m4/jm-macros.m4: Likewise.
33852         * m4/lstat.m4: Likewise.
33853         * m4/malloc.m4: Likewise.
33854         * m4/memcmp.m4: Likewise.
33855         * m4/nanosleep.m4: Likewise.
33856         * m4/putenv.m4: Likewise.
33857         * m4/realloc.m4: Likewise.
33858         * m4/regex.m4: Likewise.
33859         * m4/stat.m4: Likewise.
33860         * m4/strftime.m4: Likewise.
33861
33862 2000-07-02  Jim Meyering  <meyering@lucent.com>
33863
33864         * lib/quotearg.c (mbstate_t): Don't define here.
33865
33866 2000-07-02  Jim Meyering  <meyering@lucent.com>
33867
33868         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33869
33870 2000-07-01  Jim Meyering  <meyering@lucent.com>
33871
33872         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33873
33874 2000-07-01  Jim Meyering  <meyering@lucent.com>
33875
33876         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33877         problem.
33878
33879 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33880
33881         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33882         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33883
33884 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33885
33886         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33887         per change in ../m4/ls-mntd-fs.m4.
33888         (read_filesystem_list): Ignore symbolic links.
33889
33890 2000-06-29  Jim Meyering  <meyering@lucent.com>
33891
33892         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33893         for declaration of strcmp.
33894
33895         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33896
33897         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33898         Avoid warning by casting result to `char *' to remove `const'.
33899
33900 2000-06-28  Jim Meyering  <meyering@lucent.com>
33901
33902         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33903         included by quotearg.c, for which we perform this test.  From
33904         Bruno Haible.
33905
33906 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33907
33908         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33909         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33910         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33911
33912 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33913
33914         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33915
33916 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33917
33918         savedir now sets errno on failure and invokes xmalloc to get memory.
33919         Fix a couple of other minor bugs while we're at it.
33920
33921         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33922         (NAMLEN): Remove macro.
33923         (malloc, realloc): Remove decls.
33924         (stpcpy): Likewise.
33925         ("xalloc.h"): Include.
33926         (NAME_SIZE_DEFAULT): New macro.
33927         (savedir): Use xmalloc / xrealloc to allocate memory.
33928         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33929         Skip "" directory entries.
33930         Use strlen to calculate directory entry length, since the old method
33931         is rarely used these days and isn't worth supporting.
33932         Don't use a pointer after freeing it.
33933         Check for integer overflow when calculating allocation size.
33934         Use memcpy to copy entries, instead of stpcpy.
33935         Set errno properly when returning NULL.
33936         Check for readdir error.
33937
33938 2000-06-26  Jim Meyering  <meyering@lucent.com>
33939
33940         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33941
33942 2000-06-25  Jim Meyering  <meyering@lucent.com>
33943
33944         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33945         Linux header bug when _XOPEN_SOURCE is defined to 500.
33946
33947 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33948
33949         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33950         deficiency.
33951
33952 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33953
33954         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33955         Include xalloc.h.
33956         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33957
33958 2000-06-24  Jim Meyering  <meyering@lucent.com>
33959
33960         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33961         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33962         for which strerror does return char*, but which lacks a conveniently
33963         accessible declaration of the function.  If the compile-test says
33964         strerror_r doesn't work, then resort to a `run'-test that works on
33965         BeOS and segfaults on DEC Unix.
33966
33967 2000-06-24  Jim Meyering  <meyering@lucent.com>
33968
33969         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33970
33971 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33972
33973         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33974         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33975
33976 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33977
33978         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33979         (mbrtowc, mbstate_t): Define substitutes if
33980         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33981         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33982         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33983
33984 2000-06-23  Jim Meyering  <meyering@lucent.com>
33985
33986         * m4/afs.m4: Add missing AC_MSG_RESULT.
33987         Reported by Bruno Haible.
33988
33989         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33990         Suggestion from Bruno Haible.
33991
33992 2000-06-23  Jim Meyering  <meyering@lucent.com>
33993
33994         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33995
33996 2000-06-21  Jim Meyering  <meyering@lucent.com>
33997
33998         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33999
34000 2000-06-21  Jim Meyering  <meyering@lucent.com>
34001
34002         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
34003         (noinst_HEADERS): Add getstr.h.
34004
34005         * lib/getline.c (getstr): Move into a separate file.
34006         * lib/getstr.c (getstr): New file, extracted from getline.c, with
34007         the following changes: new parameter, delim2; both delim[12]
34008         parameters have type `int', not `char'.  The latter would lose
34009         with 8-bit delimiters.
34010         * lib/getstr.h: New file.
34011
34012 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
34013
34014         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
34015         than 1024, return a memory chunk of least possible size, instead
34016         of size PATH_MAX + 2. In the loop, increment the size proportionally.
34017         Use free/xmalloc instead of xrealloc to avoid copying for very long
34018         paths.
34019
34020 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
34021
34022         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
34023         the empty string.
34024
34025 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
34026
34027         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
34028         address, not strdup.  Include <stdlib.h> and don't declare free().
34029
34030 2000-06-19  Jim Meyering  <meyering@lucent.com>
34031
34032         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
34033
34034 2000-06-18  Jim Meyering  <meyering@lucent.com>
34035
34036         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
34037
34038         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
34039         `checking whether...' message to be consistent with that of the
34040         lstat test.
34041
34042 2000-06-18  Jim Meyering  <meyering@lucent.com>
34043
34044         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
34045         Besides, these days every porting target provides a mkdir function.
34046
34047         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
34048         needed. (this snippet comes from src/system.h).
34049
34050 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
34051
34052         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
34053
34054 2000-06-15  Paul Eggert  <eggert@twinsun.com>
34055
34056         * lib/human.c (adjust_value): New function.
34057         (human_readable_inexact): Apply rounding style even when
34058         printing approximate values.
34059
34060 2000-06-14  Paul Eggert  <eggert@twinsun.com>
34061
34062         * lib/human.c (human_readable_inexact): Allow an input block
34063         size that is not a multiple of the output block size, and vice versa.
34064         Reported by Piergiorgio Sartor.
34065
34066 2000-06-14  Paul Eggert  <eggert@twinsun.com>
34067
34068         * lib/getdate.y (get_date): Apply relative times after time
34069         zone indicator, not before.  Reported by Todd A. Jacobs.
34070
34071 2000-06-13  Jim Meyering  <meyering@lucent.com>
34072
34073         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
34074
34075         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
34076
34077 2000-06-12  Paul Eggert  <eggert@twinsun.com>
34078
34079         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
34080
34081 2000-06-12  Jim Meyering  <meyering@lucent.com>
34082
34083         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
34084         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
34085         optional argument.
34086         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
34087         the optional argument, `lib'.
34088
34089 2000-06-08  Jim Meyering  <meyering@lucent.com>
34090
34091         * m4/largefile.m4: Remove file (now that it's part of autoconf).
34092
34093 2000-06-04  Paul Eggert  <eggert@twinsun.com>
34094
34095         Rewrite largefile configuration so that we don't need to run
34096         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
34097         AC_CANONICAL_HOST in configure.in -- jmm]
34098
34099         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
34100         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
34101         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
34102         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
34103         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
34104         All uses changed.
34105         Instead of inspecting the output of getconf, try to compile the
34106         test program without and with the macro definition.
34107         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
34108         for getconf.  Instead, check for the needed flags by compiling
34109         test programs.
34110
34111 2000-06-04  Paul Eggert  <eggert@twinsun.com>
34112
34113         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
34114
34115 2000-06-04  Jim Meyering  <meyering@lucent.com>
34116
34117         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
34118         SunOS 4.1.4 for which gid_t is an unsigned type.
34119
34120 2000-06-03  Jim Meyering  <meyering@lucent.com>
34121
34122         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
34123         now that autoconf requires that.
34124
34125         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
34126         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
34127         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
34128
34129 2000-06-03  Jim Meyering  <meyering@lucent.com>
34130
34131         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
34132
34133 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
34134
34135         * m4/glibc21.m4: New file.
34136         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
34137
34138 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
34139
34140         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
34141         newer, don't install charset.alias.
34142         * lib/config.charset: Change the Linux/glibc rules so they become empty
34143         on glibc-2.1 or newer.
34144
34145 2000-06-02  Jim Meyering  <meyering@lucent.com>
34146
34147         * lib/mountlist.c: Back out last change.  Instead, do this...
34148         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
34149         me_dummy member using the same `ignore'-testing code.
34150         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
34151         fs_type strings.
34152         From Mark D. Roth.
34153
34154 2000-05-29  Jim Meyering  <meyering@lucent.com>
34155
34156         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
34157         mounts with the `ignore' attribute.  Based on a patch from
34158         Mark D. Roth.
34159
34160 2000-05-28  Jim Meyering  <meyering@lucent.com>
34161
34162         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
34163         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34164         * m4/stat.m4: Likewise.
34165         * m4/lstat.m4: Likewise.
34166         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
34167
34168         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
34169         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
34170
34171 2000-05-26  Jim Meyering  <meyering@lucent.com>
34172
34173         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
34174
34175 2000-05-24  Jim Meyering  <meyering@lucent.com>
34176
34177         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
34178         autoconf requires that.
34179         * m4/lib-check.m4: Likewise.
34180         * m4/jm-macros.m4: Likewise.
34181         * m4/strftime.m4: Likewise.
34182
34183         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
34184         AC_CHECK_DECLS, now that autoconf requires that.
34185
34186 2000-05-22  Jim Meyering  <meyering@lucent.com>
34187
34188         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34189         * m4/lstat.m4: Likewise.
34190
34191 2000-05-22  Jim Meyering  <meyering@lucent.com>
34192
34193         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
34194
34195 2000-05-20  Jim Meyering  <meyering@lucent.com>
34196
34197         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
34198         (jm_PREREQ): Use it.
34199
34200 2000-05-18  Jim Meyering  <meyering@lucent.com>
34201
34202         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
34203         back, too, since it may have been modified by allocate_entry.
34204         (hash_delete): Rewrite to use neither the assignment operator
34205         nor the comma operator in an if-expression.
34206
34207 2000-05-15  Paul Eggert  <eggert@twinsun.com>
34208
34209         * lib/closeout.c:
34210         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
34211         Remove; no longer needed.
34212         "quotearg.h": Add include.
34213         (file_name): Do not bother to explicitly initialize to NULL; it's less
34214         efficient on some hosts.
34215         (close_stdout_status): Remove test as to whether stdout was already
34216         closed; it breaks for the case "echo x | sort >&-".
34217         Quote file name colons.
34218         Do not assume that _("write error") lacks format strings.
34219
34220 2000-05-15  Jim Meyering  <meyering@lucent.com>
34221
34222         * lib/version-etc.c (version_etc_copyright): Update the copyright
34223         string used in all --version output.
34224
34225 2000-05-14  Jim Meyering  <meyering@lucent.com>
34226
34227         * lib/closeout.c (close_stdout_set_file_name): New function.
34228         (close_stdout_status): Use new file-scoped global.
34229         Return right away if fstat says the stdout file descriptor is invalid.
34230         * lib/closeout.h (close_stdout_set_file_name): Declare.
34231
34232 2000-05-10  Jim Meyering  <meyering@lucent.com>
34233
34234         * lib/closeout.c [default_exit_status]: New file-scoped variable.
34235         (close_stdout_set_status): New function.
34236         * lib/closeout.h (close_stdout_set_status): Declare.
34237
34238 2000-05-09  Jim Meyering  <meyering@lucent.com>
34239
34240         * m4/gettext.m4: Rename this...
34241         * m4/libintl.m4: ...to this.
34242
34243 2000-05-08  Jim Meyering  <meyering@lucent.com>
34244
34245         * lib/long-options.c: Don't include closeout.h.
34246         (parse_long_options): Don't call close_stdout for --version.
34247
34248 2000-05-06  Paul Eggert  <eggert@twinsun.com>
34249
34250         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
34251         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
34252         2.1.3 bug.  This avoids a clash when files like regex.c define
34253         _GNU_SOURCE.
34254
34255 2000-05-06  Jim Meyering  <meyering@lucent.com>
34256
34257         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
34258         (AC_REPLACE_FUNCS): Add strnlen.
34259
34260         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
34261         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
34262
34263         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
34264         AC_SEARCH_LIBS call for nanosleep.
34265         (LIB_NANOSLEEP): Set and AC_SUBST.
34266
34267 2000-05-06  Jim Meyering  <meyering@lucent.com>
34268
34269         * lib/strnlen.c: Undefine __strnlen and strnlen.
34270         [!weak_alias]: Define __strnlen to strnlen.
34271
34272         * lib/atexit.c: New file, from libiberty.
34273
34274 2000-05-06  Jim Meyering  <meyering@lucent.com>
34275
34276         * lib/closeout.c (close_stdout_status): Also check for errors on the
34277         stderr stream.
34278
34279 2000-05-05  Jim Meyering  <meyering@lucent.com>
34280
34281         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
34282         AC_SEARCH_LIBS call for clock_gettime.
34283         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
34284
34285         * m4/search-libs.m4: Update from autoconf.
34286
34287         su doesn't work on Solaris 2.6.
34288         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
34289         <shadow.h>.  Reported by Dragos Harabor.
34290
34291 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
34292
34293         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
34294         memcpy instead of xmalloc, xrealloc, path_concat.
34295         (locale_charset): Treat empty environment variables as absent.
34296         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
34297
34298 2000-05-04  Jim Meyering  <meyering@lucent.com>
34299
34300         * lib/getopt.c: Update from glibc.
34301         * lib/obstack.c: Likewise.
34302         * lib/obstack.h: Likewise.
34303         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
34304         file
34305
34306         * lib/regex.h: Likewise.
34307         * lib/strndup.c: Likewise.
34308         * lib/strnlen.c: New file, from glibc.
34309
34310 2000-05-03  Jim Meyering  <meyering@lucent.com>
34311
34312         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
34313
34314 2000-05-02  Paul Eggert  <eggert@twinsun.com>
34315
34316         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
34317         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
34318         compile-time test, rather than inspecting host and OS, to
34319         decide whether to define _LARGEFILE_SOURCE.
34320
34321 2000-05-01  Jim Meyering  <meyering@lucent.com>
34322
34323         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
34324
34325         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
34326         Based on a patch from Bruno Haible.
34327
34328 2000-05-01  Jim Meyering  <meyering@lucent.com>
34329
34330         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
34331
34332 2000-04-29  Jim Meyering  <meyering@lucent.com>
34333
34334         * lib/path-concat.c: Declare strdup only if it's not defined.
34335         * lib/canon-host.c: Likewise.
34336
34337 2000-04-28  Jim Meyering  <meyering@lucent.com>
34338
34339         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
34340         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
34341         is included first, then limits.h is included by locale.h by libintl.h.
34342         From John David Anglin.
34343
34344 2000-04-25  Jim Meyering  <meyering@lucent.com>
34345
34346         * lib/makepath.c (S_IRWXUGO): Define.
34347         (make_path): Always perform explicit chmod if MODE specifies any
34348         of the `special' permission bits.  Prompted by a bug report against
34349         install from Mate Wierdl and Joost van Baal.
34350
34351 2000-04-18  Jim Meyering  <meyering@lucent.com>
34352
34353         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
34354         (jm_PREREQ): Use it.
34355
34356 2000-04-18  Jim Meyering  <meyering@lucent.com>
34357
34358         * lib/README: New file.
34359
34360         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
34361         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
34362
34363 2000-04-17  Jim Meyering  <meyering@lucent.com>
34364
34365         Get it right :-)
34366         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
34367         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
34368         Suggestion from Akim Demaille.
34369
34370 2000-04-17  Jim Meyering  <meyering@lucent.com>
34371
34372         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
34373         the definition of it to rpl_strftime also defined-away the system's
34374         declaration.
34375
34376 2000-04-15  Jim Meyering  <meyering@lucent.com>
34377
34378         Use `C' to denote so-called `contiguous' files, the same way
34379         that tar does.
34380         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
34381         (ftypelet): Use S_ISCTG.
34382         From Michael Deutschmann.
34383
34384 2000-04-14  Jim Meyering  <meyering@lucent.com>
34385
34386         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
34387         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
34388         clobbered.
34389
34390 2000-04-14  Jim Meyering  <meyering@lucent.com>
34391
34392         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
34393
34394 2000-04-13  Jim Meyering  <meyering@lucent.com>
34395
34396         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
34397         AH_VERBATIM to insert required #ifndef into config.h.in.
34398         Suggestion from Akim Demaille.
34399
34400 2000-04-12  Jim Meyering  <meyering@lucent.com>
34401
34402         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
34403         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
34404         Christian Krackowizer.
34405
34406         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
34407         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
34408         (AC_SYS_LARGEFILE): Require.
34409         (AM_C_PROTOTYPES): Require.
34410
34411 2000-04-08  Jim Meyering  <meyering@lucent.com>
34412
34413         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
34414         names don't conflict.  Reported by Eli Zaretskii.
34415
34416 2000-04-07  Jim Meyering  <meyering@lucent.com>
34417
34418         * lib/putenv.c: Move inclusion of errno.h so it follows that of
34419         sys/types.h, to work around system header problems on AIX 3.2.5.
34420         From Bruno Haible.
34421
34422 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
34423
34424         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
34425         bug.  Deal with the different error behavior of Irix iconv.
34426
34427 2000-04-05  Paul Eggert  <eggert@twinsun.com>
34428
34429         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
34430         IRIX if the installer said otherwise.
34431
34432 2000-04-05  Jim Meyering  <meyering@lucent.com>
34433
34434         Portability tweaks required for ultrix4.3.
34435         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
34436         (jm_CHECK_DECLS): Add getutent to the list of functions.
34437         (_jm_DECL_HEADERS): Add utmpx.h.
34438         From John David Anglin.
34439
34440         * m4/strftime.m4: Back out the 2000-04-02 change.
34441         Instead of that change, simply undefine putenv in the test program.
34442
34443 2000-04-05  Jim Meyering  <meyering@lucent.com>
34444
34445         Portability tweaks required for ultrix4.3.
34446         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
34447         getutent.
34448         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
34449         * lib/canon-host.c: Declare strdup.
34450         * lib/path-concat.c: Likewise.
34451         From John David Anglin.
34452
34453 2000-04-04  Jim Meyering  <meyering@lucent.com>
34454
34455         Be more DOS 8.3-friendly.
34456         * lib/ref-add.sin: Renamed from ref-add.sed.in.
34457         * lib/ref-del.sin: Renamed from ref-del.sed.in.
34458         * lib/Makefile.am: Reflect renaming.
34459         Reported by Eli Zaretskii.
34460
34461         Use a temporary file name that won't clash with `charset.alias'
34462         in the DOS 8.3 name space.
34463         * lib/Makefile.am (charset_tmp): Define.
34464         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
34465         (uninstall-local): Likewise.
34466         Reported by Eli Zaretskii.
34467
34468 2000-04-03  Jim Meyering  <meyering@lucent.com>
34469
34470         * m4/gettext.m4: Fix typo in comment.
34471
34472         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
34473         textutils/configure.in).  Suggestion from Paul Eggert.
34474         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
34475
34476 2000-04-02  Paul Eggert  <eggert@twinsun.com>
34477
34478         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
34479         variable in the shell rather than using putenv, which isn't
34480         portable.  This avoids the configure-time inter-test dependency
34481         on the potentially-renamed putenv function.
34482
34483 2000-03-30  Paul Eggert  <eggert@twinsun.com>
34484
34485         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
34486         before checking struct stat.st_blksize, so that
34487         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
34488
34489 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34490
34491         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
34492         since strftime.c uses HAVE_STRFTIME to decide whether to use
34493         the underlying strftime.
34494
34495 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34496
34497         * lib/time/strftime.c (my_strftime): Make sure we call the system
34498         strftime, not ourselves, when invoking the underlying strftime.
34499
34500 2000-03-24  Jim Meyering  <meyering@lucent.com>
34501
34502         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
34503         (charset_alias): Define.
34504         (install-exec-local): Factor out common code.
34505         (uninstall-local): Split lines longer than 80.
34506         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
34507         (SUFFIXES): Define.
34508         (.sed.in.sed): New rule.  Don't redirect directly to $@.
34509         (CLEANFILES): Add ref-add.sed and ref-del.sed.
34510
34511 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
34512
34513         * lib/config.charset: Output a line containing "Packages using this
34514         file".
34515         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
34516         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
34517         ref-del.sed): New rules.
34518
34519 2000-03-17  Jim Meyering  <meyering@lucent.com>
34520
34521         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
34522         Otherwise, include <strings.h>
34523
34524 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
34525
34526         * lib/unicodeio.c (utf8_wctomb): New function.
34527         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
34528         format instead of in UCS-4 with platform dependent endianness.
34529
34530 2000-03-10  Jim Meyering  <meyering@lucent.com>
34531
34532         * m4/lib-check.m4: Look for getspnam in -lgen, too.
34533         From Marco Franzen.
34534
34535 2000-03-07  Paul Eggert  <eggert@twinsun.com>
34536
34537         * lib/savedir.c (savedir): Work even if directory size is
34538         negative; this can happen with some screwy NFS configurations.
34539
34540 2000-03-06  Jim Meyering  <meyering@lucent.com>
34541
34542         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
34543         if it's NULL (because we ran out of memory).  From Bruno Haible.
34544
34545 2000-03-05  Jim Meyering  <meyering@lucent.com>
34546
34547         * lib/localcharset.c ("path-concat.h"): Include.
34548         (get_charset_aliases): Use path_concat instead of ANSI string
34549         concatenation.
34550
34551         * lib/unicodeio.h (PARAMS): Define.
34552         Use it to guard prototype.
34553
34554 2000-03-04  Jim Meyering  <meyering@lucent.com>
34555
34556         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
34557         for lib/localcharset.c.
34558
34559 2000-03-04  Jim Meyering  <meyering@lucent.com>
34560
34561         * lib/Makefile.am (install-exec-local): Create $(libdir) before
34562         installing into it.
34563         (uninstall-local): Uncomment this rule so `make distcheck' works
34564         once again.
34565
34566         * lib/unicodeio.c (<errno.h>): Include it.
34567         (errno): Declare if not defined.
34568
34569         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
34570
34571         * lib/config.charset: New version, incorporating remarks from a linux
34572         i18n mailing list.  From Bruno Haible.
34573
34574 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
34575
34576         * m4/codeset.m4: New file.
34577         * m4/iconv.m4: New file.
34578         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
34579
34580 2000-03-03  Jim Meyering  <meyering@lucent.com>
34581
34582         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
34583
34584 2000-03-02  Jim Meyering  <meyering@lucent.com>
34585
34586         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
34587         the messages come out on separate lines.
34588
34589         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
34590         rather than jm_CHECK_DECLARATIONS.
34591         * m4/decl.m4: Remove now-unused file.
34592
34593         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
34594         geteuid.
34595
34596 2000-03-02  Jim Meyering  <meyering@lucent.com>
34597
34598         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
34599
34600 2000-03-01  Jim Meyering  <meyering@lucent.com>
34601
34602         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
34603         * lib/unicodeio.c: Likewise.
34604
34605 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
34606
34607         * lib/config.charset: New file.
34608         * lib/localcharset.c: New file.
34609         * lib/unicodeio.h, lib/unicodeio.c: New files.
34610         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
34611         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
34612         (noinst_HEADERS): Add unicodeio.h.
34613         (all-local, install-exec-local, charset.alias): New targets.
34614
34615 2000-02-28  Paul Eggert  <eggert@twinsun.com>
34616
34617         * lib/quotearg.c (ALERT_CHAR): New macro.
34618         (quotearg_buffer_restyled): Use it.
34619
34620 2000-02-27  Jim Meyering  <meyering@lucent.com>
34621
34622         * m4/check-decl.m4: Add getenv to the list.
34623
34624 2000-02-27  Jim Meyering  <meyering@lucent.com>
34625
34626         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
34627         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
34628
34629         * lib/backupfile.c: Guard inclusion of stdlib.h with
34630         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
34631         Declare malloc if needed.
34632
34633         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
34634         `#ifndef HAVE_DECL..'
34635         now that autoconf always defines the HAVE_DECL_ symbols.
34636         * lib/human.c: Likewise.
34637         * lib/same.c: Likewise.
34638         * lib/strtoumax.c: Likewise.
34639
34640         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
34641         declaration check was not run.
34642         * lib/hash.c: Likewise.
34643         * lib/human.c: Likewise.
34644         * lib/same.c: Likewise.
34645         * lib/strtoumax.c: Likewise.
34646
34647         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
34648         `.', then first look up the entire `.'-containing string as a login
34649         name.
34650
34651 2000-02-23  Jim Meyering  <meyering@lucent.com>
34652
34653         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
34654         in place of my hack.
34655
34656 2000-02-18  Paul Eggert  <eggert@twinsun.com>
34657
34658         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
34659         (textint): New typedef.
34660         (parser_control): Member year changed from int to textint.
34661         All uses changed.
34662         (YYSTYPE): Removed; replaced by %union with int and textint members.
34663         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
34664         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
34665         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
34666         (tSNUMBER, tUNUMBER): Now of type <textintval>.
34667         (date, number, to_year): Use width of number in digits, not its value,
34668         to determine whether it's a 2-digit year, or a 2-digit time.
34669         (yylex): Store number of digits of numeric tokens.
34670         Reported by John Kendall.
34671
34672         (parser_control): Changed from struct parser_control to typedef (for
34673         consistency).  All uses changed.
34674
34675         (tID): Removed; not used.
34676         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
34677
34678 2000-02-14  Paul Eggert  <eggert@twinsun.com>
34679
34680         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
34681         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
34682
34683 2000-02-12  Jim Meyering  <meyering@lucent.com>
34684
34685         * lib/userspec.c (ISDIGIT): Define it.
34686         (isdigit): Remove definition.
34687         (is_number): Use ISDIGIT, not isdigit.
34688         <libintl.h>: Include.
34689         (_ and N_): Define.
34690         (parse_user_spec): Mark translatable strings.
34691
34692 2000-02-10  Jim Meyering  <meyering@lucent.com>
34693
34694         With these changes, nanosleep.[ch] are finally enough like the other
34695         lib/* replacement files to compile on a few more losing systems.
34696
34697         * lib/nanosleep.h: Don't include config.h.
34698         Remove prototype from declaration of nanosleep.
34699         (PARAMS): Remove now-unneeded definition.
34700         * lib/nanosleep.c: #undef nanosleep.
34701         (rpl_nanosleep): Rename from nanosleep.
34702
34703 2000-02-10  Jim Meyering  <meyering@lucent.com>
34704
34705         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
34706         gnu_nanosleep to rpl_nanosleep.
34707
34708 2000-02-09  Jim Meyering  <meyering@lucent.com>
34709
34710         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
34711         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
34712
34713 2000-02-08  Akim Demaille  <akim@epita.fr>
34714
34715         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
34716         `[' and `]' and remove uses of `changequote'.
34717         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
34718         (AC_SYS_LARGEFILE): Likewise.
34719         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
34720         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
34721         of changequote.
34722         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
34723         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
34724         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
34725         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
34726
34727 2000-02-05  Jim Meyering  <meyering@lucent.com>
34728
34729         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
34730         Remove explicit use of AC_HEADER_TIME.  It is required by
34731         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
34732         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
34733         in autoconf whereby the expansion of the latter ended up preceding
34734         the expansion of its prerequisite, AC_HEADER_TIME.
34735         Reported by Volker Borchert.
34736
34737 2000-02-03  Jim Meyering  <meyering@lucent.com>
34738
34739         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
34740
34741 2000-02-03  Jim Meyering  <meyering@lucent.com>
34742
34743         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
34744         rather than with `#if HAVE_UTMPNAME'.
34745
34746 2000-02-02  Jim Meyering  <meyering@lucent.com>
34747
34748         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
34749         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
34750         Reported by Eli Zaretskii.
34751
34752 2000-02-01  Jim Meyering  <meyering@lucent.com>
34753
34754         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
34755
34756 2000-01-31  Jim Meyering  <meyering@lucent.com>
34757
34758         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
34759         functions.  Add the time.h and sys/time.h headers along with the
34760         AC_REQUIRE'ment of AC_HEADER_TIME.
34761
34762 2000-01-31  Jim Meyering  <meyering@lucent.com>
34763
34764         * lib/nanosleep.h (nanosleep): Guard declaration with
34765         `#if ! HAVE_DECL_NANOSLEEP'.
34766         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
34767         the declaration in that vendor's sys/timers.h.
34768         Reported by Christian Krackowizer.
34769
34770         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
34771         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
34772         (ISPRINT): Likewise.
34773         Reported by Tom Tromey.
34774
34775 2000-01-30  Jim Meyering  <meyering@lucent.com>
34776
34777         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34778
34779         * m4/prereq.m4 (utmp_includes): Define.
34780         Check for ut_user and ut_name members in both struct utmpx
34781         and struct utmp.
34782
34783 2000-01-30  Jim Meyering  <meyering@lucent.com>
34784
34785         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34786         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34787         header files where only utmpx.ut_user is declared.
34788
34789         * lib/readutmp.h (UT_USER): Define.
34790
34791 2000-01-29  Jim Meyering  <meyering@lucent.com>
34792
34793         * m4/lib-check.m4: New file containing library-related checks from
34794         fileutils and sh-utils (textutils had none).
34795
34796 2000-01-28  Jim Meyering  <meyering@lucent.com>
34797
34798         * m4/perl.m4: Change format of warning message to look more like that
34799         from the missing script.  Suggestion from François Pinard.
34800
34801 2000-01-25  Jim Meyering  <meyering@lucent.com>
34802
34803         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34804         well as time.h in the compile check.
34805         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34806         Fix typo in cross-compiling case: s/yes/no/.
34807
34808 2000-01-23  Jim Meyering  <meyering@lucent.com>
34809
34810         * m4/jm-macros.m4: Move df-related tests here from
34811         fileutils/configure.in
34812
34813         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34814         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34815
34816         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34817         s/space/ac_fsusage_space/.
34818         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34819
34820         * m4/ftruncate.m4: New file (derived from part of
34821         fileutils/configure.in).
34822         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34823         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34824
34825         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34826         AC_SUBST these here, rather than just in sh-util/configure.in, so
34827         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34828         all the same.
34829         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34830         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34831         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34832         (AC_SUBST(POW_LIBM)): Likewise.
34833         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34834
34835 2000-01-23  Jim Meyering  <meyering@lucent.com>
34836
34837         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34838         obstack.c.
34839
34840 2000-01-22  Jim Meyering  <meyering@lucent.com>
34841
34842         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34843
34844         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34845
34846         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34847         configure.in
34848         (AC_CHECK_HEADERS): Likewise for sh-utils.
34849         (AC_CHECK_HEADERS): Likewise for textutils.
34850         Merge the three lists of headers.
34851
34852         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34853         from fileutils' configure.in.
34854
34855         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34856         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34857         check-decl.m4.
34858
34859         * m4/check-decl.m4: Use #if rather than #ifdef.
34860         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34861         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34862         (_jm_DECL_HEADERS): Define new function.
34863         (jm_CHECK_DECLARATIONS): Require it.
34864
34865 2000-01-22  Jim Meyering  <meyering@lucent.com>
34866
34867         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34868         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34869         Required for some AIX systems.  Reported by Christian Krackowizer.
34870         [TESTING] (main): New function.
34871
34872         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34873         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34874         letters.
34875
34876         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34877         iswprint.
34878
34879         * lib/strverscmp.c (ISDIGIT): Define.
34880         (strverscmp): Use ISDIGIT, not isdigit.
34881
34882 2000-01-19  Jim Meyering  <meyering@lucent.com>
34883
34884         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34885         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34886         defines `struct timespec' in <sys/time.h>
34887
34888         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34889         Thanks to Akim for explaining.
34890
34891 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34892
34893         * lib/nanosleep.c (nanosleep):
34894         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34895         POSIX.1 doesn't require SA_INTERRUPT and some systems
34896         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34897         it's been part of POSIX.1 since day 1 (in 1988).
34898
34899 2000-01-17  Jim Meyering  <meyering@lucent.com>
34900
34901         * lib/interlock: Remove unused file.  Reported by François Pinard.
34902
34903 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34904
34905         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34906         alert, backslash, formfeed, and vertical tab unnecessarily in
34907         shell quoting style.
34908
34909 2000-01-16  Jim Meyering  <meyering@lucent.com>
34910
34911         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34912         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34913         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34914         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34915
34916 2000-01-16  Jim Meyering  <meyering@lucent.com>
34917
34918         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34919         because the latter didn't work.
34920
34921 2000-01-15  Jim Meyering  <meyering@lucent.com>
34922
34923         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34924         (AC_REPLACE_FUNCS): Add memcpy and memset.
34925         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34926         Add strpbrk.
34927         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34928
34929 2000-01-12  Jim Meyering  <meyering@lucent.com>
34930
34931         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34932         (jm_PREREQ): Use it.
34933         (jm_PREREQ_READUTMP): New macro.
34934         (jm_PREREQ): Use it.
34935
34936 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34937
34938         Quote multibyte characters correctly.
34939         * m4/c-bs-a.m4: New file.
34940         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34941         (jm_PREREQ): Use it.
34942
34943 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34944
34945         * m4/uintmax_t.m4: Port to autoconf 2.13.
34946
34947 2000-01-08  Jim Meyering  <meyering@ascend.com>
34948
34949         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34950         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34951
34952 2000-01-04  Jim Meyering  <meyering@ascend.com>
34953
34954         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34955         jm_STRUCT_DIRENT_D_TYPE.
34956         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34957         jm_STRUCT_DIRENT_D_INO.
34958         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34959         jm_STRUCT_UTIMBUF.
34960         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34961         renamings.
34962         * m4/utime.m4: Likewise.
34963
34964         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34965         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34966
34967 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34968
34969         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34970         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34971
34972 2000-01-02  Jim Meyering  <meyering@ascend.com>
34973
34974         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34975         remember if this is necessary.
34976
34977 1999-12-26  Jim Meyering  <meyering@ascend.com>
34978
34979         * m4/jm-macros.m4: Use it here.
34980         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34981
34982 1999-12-23  Jim Meyering  <meyering@ascend.com>
34983
34984         * m4/jm-macros.m4: Check for clock_gettime (moved from
34985         fileutils/configure.in)
34986         Check for gettimeofday.
34987
34988 1999-12-20  Jim Meyering  <meyering@ascend.com>
34989
34990         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34991         autoconf-2.14a-1999-12-20.
34992
34993 1999-12-19  Jim Meyering  <meyering@ascend.com>
34994
34995         * m4/lstat-slash.m4: New file.
34996         * m4/jm-macros.m4: Use the new macro:
34997         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34998
34999 1999-12-07  Jim Meyering  <meyering@ascend.com>
35000
35001         * m4/perl.m4: Require that File::Compare be available, too.
35002         Too many systems seem to lack it.
35003
35004         * m4/strftime.m4: Add checks for most of the cpp macros tested in
35005         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
35006
35007 1999-11-18  Paul Eggert  <eggert@twinsun.com>
35008
35009         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
35010         problem with the QNX 4.25 shell, which doesn't propagate exit
35011         status of failed commands inside shell assignments.
35012
35013 1999-11-17  Jim Meyering  <meyering@ascend.com>
35014
35015         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
35016
35017 1999-11-07  Jim Meyering  <meyering@ascend.com>
35018
35019         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
35020
35021 1999-11-06  Jim Meyering  <meyering@ascend.com>
35022
35023         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
35024         * m4/jm-macros.m4 (jm_MACROS): Use it here.
35025
35026 1999-11-05  Jim Meyering  <meyering@ascend.com>
35027
35028         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
35029         configure.in of textutils, fileutils, and sh-utils into this one
35030         (shared between those packages) file.
35031         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
35032         AC_STRUCT_ST_BLKSIZE.
35033
35034 1999-11-03  Jim Meyering  <meyering@ascend.com>
35035
35036         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
35037         of AC_CHECK_TYPE checks includes unistd.h.
35038         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
35039         Suggestion from Akim Demaille.
35040
35041 1999-10-30  Jim Meyering  <meyering@ascend.com>
35042
35043         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
35044         m4-quoted string.
35045         * m4/ls-mntd-fs.m4: Likewise.
35046         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
35047         * m4/jm-winsz1.m4: Likewise.
35048
35049         * m4/const.m4: Remove file, since the fix made it into the experimental
35050         version of autoconf.
35051         * m4/mktime.m4: Likewise.
35052
35053         * m4/check-type.m4: Remove file, now that the latest version of
35054         AC_CHECK_TYPE takes a third arg to specify additional #includes.
35055
35056         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
35057         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
35058         AC_CHECK_TYPE.
35059
35060 1999-10-04  Jim Meyering  <meyering@ascend.com>
35061
35062         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
35063
35064 1999-09-22  Paul Eggert  <eggert@twinsun.com>
35065
35066         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
35067         2.95.1 bug with HP-UX 10.20.
35068
35069 1999-09-17  Jim Meyering  <meyering@ascend.com>
35070
35071         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
35072         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
35073         due to missing strdup (against sh-utils-2.0).
35074
35075 1999-08-29  Jim Meyering  <meyering@ascend.com>
35076
35077         * m4/jm-macros.m4: Require jm_BISON.
35078         * m4/bison.m4: New file.
35079
35080 1999-08-17  Paul Eggert  <eggert@twinsun.com>
35081
35082         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
35083         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
35084
35085 1999-08-05  Jim Meyering  <meyering@ascend.com>
35086
35087         * m4/getline.m4: Rename test file from conftestdata to conftest.data
35088         to avoid conflicts with `conftest' on 8+3 filesystems.
35089         Suggestion from Eli Zaretskii.
35090
35091 1999-08-04  Jim Meyering  <meyering@ascend.com>
35092
35093         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
35094         fileutils and sh-utils (textutils's getline test was inadequate).
35095         (AM_FUNC_GETLINE): Run this test.
35096         (AC_CHECK_FUNCS): Check for getdelim.
35097         Reported by Bob Proulx.
35098
35099 1999-08-02  Jim Meyering  <meyering@ascend.com>
35100
35101         * m4/jm-macros.m4: Add a comment.
35102
35103 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35104
35105         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
35106         <inttypes.h> defines strtoumax as a macro (and not as a
35107         function).
35108
35109 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35110
35111         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
35112         that we can shift, multiply and divide unsigned long long
35113         values; Ultrix cc can't do it.
35114
35115 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35116
35117         * m4/mktime.m4: New file, which is a preview of what should appear
35118         in the next public autoconf release.
35119
35120 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35121
35122         * m4/lfs.m4: Remove this file.
35123         * m4/largefile.m4: New file.  It contains the old contents of
35124         lfs.m4, except that all names with prefix AC_LFS have been
35125         changed to use the prefix AC_SYS_LARGEFILE instead, to be
35126         compatible with future autoconf versions.  Also, some minor m4
35127         quoting problems have been fixed.
35128
35129 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35130
35131         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
35132         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
35133         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
35134         and simplify the shell code.
35135
35136 1999-08-01  Jim Meyering  <meyering@ascend.com>
35137
35138         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
35139         m4.
35140
35141 1999-07-20  Jim Meyering  <meyering@ascend.com>
35142
35143         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
35144
35145 1999-07-15  Jim Meyering  <meyering@ascend.com>
35146
35147         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
35148
35149 1999-05-22  Jim Meyering  <meyering@ascend.com>
35150
35151         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
35152
35153 1999-05-20  Jim Meyering  <meyering@ascend.com>
35154
35155         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
35156         Add a colon after each `then' in case $4 is empty.
35157
35158 1999-05-16  Jim Meyering  <meyering@ascend.com>
35159
35160         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
35161
35162 1999-05-10  Jim Meyering  <meyering@ascend.com>
35163
35164         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
35165
35166         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
35167         AC_FUNC_MKTIME.
35168
35169 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
35170
35171         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
35172
35173 1999-05-04  Paul Eggert  <eggert@twinsun.com>
35174
35175         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
35176         not CPPFLAGS, so that linking works correctly in IRIX.
35177
35178 1999-04-30  Paul Eggert  <eggert@twinsun.com>
35179
35180         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
35181
35182 1999-04-20  Paul Eggert  <eggert@twinsun.com>
35183
35184         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
35185         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
35186         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
35187         jm_AC_TYPE_UNSIGNED_LONG_LONG.
35188         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
35189
35190         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
35191
35192 1999-04-20  Jim Meyering  <meyering@ascend.com>
35193
35194         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
35195         AC_REPLACE xstroull if necessary.  From Paul Eggert.
35196         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
35197
35198 1999-04-18  Jim Meyering  <meyering@ascend.com>
35199
35200         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
35201         * m4/jm-macros.m4: Use it.
35202
35203 1999-04-06  Jim Meyering  <meyering@ascend.com>
35204
35205         * m4/strftime.m4: Remove test for %f.
35206
35207 1999-03-29  Jim Meyering  <meyering@ascend.com>
35208
35209         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
35210         superset of the AC_TYPE_* checks in the textutils, fileutils,
35211         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
35212         AC_TYPE_PID_T.
35213
35214 1999-03-28  Jim Meyering  <meyering@ascend.com>
35215
35216         * m4/jm-macros.m4: Define GNU_PACKAGE here.
35217         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
35218         replaced e.g., in the *.sh files of the sh-utils.
35219
35220 1999-03-20  Jim Meyering  <meyering@ascend.com>
35221
35222         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
35223         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
35224         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
35225
35226 1999-03-19  Jim Meyering  <meyering@ascend.com>
35227
35228         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
35229
35230 1999-03-12  Jim Meyering  <meyering@ascend.com>
35231
35232         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
35233
35234 1999-03-07  Jim Meyering  <meyering@ascend.com>
35235
35236         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
35237         declared.
35238
35239 1999-02-17  Jim Meyering  <meyering@ascend.com>
35240
35241         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
35242         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
35243
35244 1999-02-07  Jim Meyering  <meyering@ascend.com>
35245
35246         * m4/group-member.m4: New file -- extracted from sh-utils'
35247         configure.in.
35248
35249         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
35250         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
35251
35252 1999-02-06  Jim Meyering  <meyering@ascend.com>
35253
35254         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
35255         * m4/fnmatch.m4: Likewise.
35256         * m4/getgroups.m4: Likewise.
35257         * m4/lstat.m4: Likewise.
35258         * m4/malloc.m4: Likewise.
35259         * m4/putenv.m4: Likewise.
35260         * m4/realloc.m4: Likewise.
35261         * m4/regex.m4: Likewise.
35262         * m4/stat.m4: Likewise.
35263         * m4/strftime.m4: Likewise.
35264         Suggestion from Alain Magloire.
35265
35266         * m4/chown.m4: Use `.$ac_objext', not `.o'.
35267         * m4/fnmatch.m4: Likewise.
35268         * m4/getgroups.m4: Likewise.
35269         * m4/getline.m4: Likewise.
35270         * m4/lstat.m4: Likewise.
35271         * m4/malloc.m4: Likewise.
35272         * m4/memcmp.m4: Likewise.
35273         * m4/putenv.m4: Likewise.
35274         * m4/realloc.m4: Likewise.
35275         * m4/regex.m4: Likewise.
35276         * m4/stat.m4: Likewise.
35277         * m4/strftime.m4: Likewise.
35278         Suggestion from Alain Magloire.
35279
35280         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
35281         an argument.
35282
35283         * m4/regex.m4: Add a run-time Test for proper operation of
35284         re_compile_pattern.
35285
35286 1999-01-31  Jim Meyering  <meyering@ascend.com>
35287
35288         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
35289
35290 1999-01-30  Jim Meyering  <meyering@ascend.com>
35291
35292         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
35293
35294         * m4/jm-mktime.m4: Make this a wrapper around the official
35295         AM_FUNC_MKTIME rather than my private copy, now that the official one
35296         is up to date.
35297         * m4/mktime.m4: Remove file.
35298
35299         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
35300         * m4/uptime.m4: Likewise.
35301         * m4/uintmax_t.m4: Likewise.
35302
35303 1999-01-28  Jim Meyering  <meyering@ascend.com>
35304
35305         * m4/jm-macros.m4: Use jm_AFS.
35306         * m4/afs.m4: New file (from fileutils' configure.in).
35307
35308         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
35309         * m4/chown.m4: Likewise.
35310         * m4/d-ino.m4: Likewise.
35311         * m4/d-type.m4: Likewise.
35312         * m4/fnmatch.m4: Likewise.
35313         * m4/getgroups.m4: Likewise.
35314         * m4/gettext.m4: Likewise.
35315         * m4/jm-mktime.m4: Likewise.
35316         * m4/jm-winsz2.m4: Likewise.
35317         * m4/lcmessage.m4: Likewise.
35318         * m4/ls-mntd-fs.m4: Likewise.
35319         * m4/malloc.m4: Likewise.
35320         * m4/memcmp.m4: Likewise.
35321         * m4/putenv.m4: Likewise.
35322         * m4/realloc.m4: Likewise.
35323         * m4/st_mtim.m4: Likewise.
35324         * m4/strftime.m4: Likewise.
35325
35326 1999-01-16  Jim Meyering  <meyering@ascend.com>
35327
35328         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
35329         (ARGMATCH_DIE_DECL): Define.
35330
35331 1999-01-12  Jim Meyering  <meyering@ascend.com>
35332
35333         * m4/Makefile.am.in: Rewrite to avoid using fmt.
35334         Reported by Lars Hecking.
35335
35336 1999-01-10  Jim Meyering  <meyering@ascend.com>
35337
35338         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
35339         gross kludge.
35340         * m4/inttypes_h.m4: Likewise.
35341         * m4/lstat.m4: Likewise.
35342         * m4/malloc.m4: Likewise.
35343         * m4/readdir.m4: Likewise.
35344         * m4/realloc.m4: Likewise.
35345         * m4/st_dm_mode.m4: Likewise.
35346         * m4/stat.m4: Likewise.
35347         * m4/utimbuf.m4: Likewise.
35348         * m4/utimes.m4: Likewise.
35349
35350         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
35351         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
35352         comments in config.h.in are meaningful.
35353
35354         * m4/jm-macros.m4: Require autoconf-2.13 here.
35355
35356         * m4/regex.m4: By default, don't use the included regex.c on systems
35357         with glibc 2.  Suggestion from Uli Drepper.
35358
35359 1999-01-02  Jim Meyering  <meyering@ascend.com>
35360
35361         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
35362
35363 1998-12-18  Jim Meyering  <meyering@ascend.com>
35364
35365         * m4/Makefile.am.in (Makefile.am): Simplify rule.
35366         Based on a suggestion from Lars Hecking.
35367
35368 1998-11-16  Paul Eggert  <eggert@twinsun.com>
35369
35370         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
35371
35372 1998-11-16  Jim Meyering  <meyering@ascend.com>
35373
35374         * m4/lfs.m4: Double-quote the `uname...` expression.
35375
35376 1998-11-14  Jim Meyering  <meyering@ascend.com>
35377
35378         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
35379         * m4/stat.m4: Likewise.
35380
35381 1998-11-03  Jim Meyering  <meyering@ascend.com>
35382
35383         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
35384         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
35385
35386 1998-10-18  Jim Meyering  <meyering@ascend.com>
35387
35388         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
35389
35390 1998-10-17  Jim Meyering  <meyering@ascend.com>
35391
35392         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
35393         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
35394         calls for those previously hard-coded headers.  Instead, take a new
35395         parameter.
35396         (jm_CHECK_DECLARATIONS): Reflect interface change.
35397         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
35398         (jm_CHECK_DECL_LOCALTIME_R): New macro.
35399
35400         * m4/mktime.m4: Test for spring-forward gap before long-running test.
35401
35402 1998-10-14  Jim Meyering  <meyering@ascend.com>
35403
35404         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
35405         instead of "TZ=America/Vancouver".  From Paul Eggert.
35406
35407 1998-10-11  Jim Meyering  <meyering@ascend.com>
35408
35409         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
35410         This adds a test for a recently added compatibility fix for mktime.c.
35411         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
35412
35413 1998-09-27  Jim Meyering  <meyering@ascend.com>
35414
35415         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
35416
35417         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
35418         ../configure.in, including a change from Gordon Matzigkeit to allow
35419         cross-compiling for the Hurd.
35420
35421         * m4/glibc.m4: New file/macro to test for the GNU C Library
35422         versions 1 and 2.  From Gordon Matzigkeit.
35423         Indent.
35424
35425 1998-09-21  Jim Meyering  <meyering@ascend.com>
35426
35427         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
35428
35429 1998-08-18  Paul Eggert  <eggert@twinsun.com>
35430
35431         Port nanosecond-resolution times to UnixWare 2.1.2 and
35432         pedantic Solaris 2.6.
35433
35434         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
35435         AC_STRUCT_ST_MTIM.
35436         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
35437         Generate name of ns member, instead of just 1 or undef.
35438         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
35439
35440 1998-08-15  Jim Meyering  <meyering@ascend.com>
35441
35442         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
35443         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
35444         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
35445         instead of jm_TYPE_SSIZE_T.
35446
35447 1998-08-12  Jim Meyering  <meyering@ascend.com>
35448
35449         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
35450
35451 1998-08-02  Jim Meyering  <meyering@ascend.com>
35452
35453         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
35454         in acconfig.h manually.
35455
35456 1998-07-31  Paul Eggert  <eggert@twinsun.com>
35457
35458         * m4/st_mtim.m4: New file.
35459
35460 1998-07-28  Jim Meyering  <meyering@ascend.com>
35461
35462         * m4/utimes.m4: Undef stat.
35463
35464 1998-07-25  Jim Meyering  <meyering@ascend.com>
35465
35466         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
35467         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
35468
35469 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
35470
35471         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
35472         uid and gid actually remain unchanged.
35473
35474 1998-07-07  Jim Meyering  <meyering@ascend.com>
35475
35476         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
35477
35478 1998-07-04  Jim Meyering  <meyering@ascend.com>
35479
35480         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
35481         to prove that this macro can be used in packages without regex.c.
35482
35483 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
35484
35485         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
35486         is to be used.
35487
35488 1998-07-03  Jim Meyering  <meyering@ascend.com>
35489
35490         * m4/gettext.m4: Add -lintl if it's found to be necessary.
35491
35492         * m4/gettext.m4: New file -- from gettext-0.10.35.
35493         * m4/lcmessage.m4: Likewise.
35494         * m4/progtest.m4: Likewise.
35495
35496         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
35497         * m4/jm-macros.m4: Require the new macro.
35498
35499 1998-06-29  Jim Meyering  <meyering@ascend.com>
35500
35501         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
35502         for the definition of NGROUPS (used in a system header included
35503         by sys/mount.h).
35504
35505 1998-06-28  Jim Meyering  <meyering@ascend.com>
35506
35507         * m4/ls-mntd-fs.m4: New file.
35508         * m4/fstypename.m4: New file.
35509
35510         * m4/jm-macros.m4: Require the new macro.
35511         * m4/jm-glibc-io.m4: New file.
35512
35513 1998-05-19  Jim Meyering  <meyering@ascend.com>
35514
35515         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
35516         * m4/lchown.m4: New file.
35517
35518         * m4/Makefile.am.in: New file.
35519         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
35520
35521 1998-05-14  Jim Meyering  <meyering@ascend.com>
35522
35523         * m4/Makefile.am (EXTRA_DIST): Add them.
35524         * m4/jm-macros.m4: New file.
35525         * m4/utimbuf.m4: New file.
35526
35527 1998-05-12  Jim Meyering  <meyering@ascend.com>
35528
35529         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
35530
35531 1998-05-11  Jim Meyering  <meyering@ascend.com>
35532
35533         * m4/isc-posix.m4: New file.
35534
35535 1998-05-10  Jim Meyering  <meyering@ascend.com>
35536
35537         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
35538
35539 1998-05-09  Jim Meyering  <meyering@ascend.com>
35540
35541         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35542         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
35543         with automake.
35544
35545         * m4/ssize_t.m4: New file.
35546         * m4/mktime.m4: Remove file -- the new automake has this now.
35547
35548 1998-04-26  Jim Meyering  <meyering@ascend.com>
35549
35550         * m4/assert.m4: New file.
35551         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
35552
35553 1998-04-05  Jim Meyering  <meyering@ascend.com>
35554
35555         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
35556         (jm_PREREQ): Use it here.
35557
35558 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
35559
35560         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
35561         in acconfig.h.
35562
35563 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
35564
35565         * m4/prereq.m4: New file.
35566         * m4/error.m4: New file.
35567         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
35568
35569 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
35570
35571         * m4/getline.m4: Don't set am_cv_func_working_getline before the
35572         cache-check for the same variable -- that defeated the purpose of
35573         the test; the test program was never run.  This was a problem only
35574         on systems with losing getline functions -- HP-UX 10.20 is one.
35575         Reported by Bjorn Helgaas.
35576
35577 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
35578
35579         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
35580
35581 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
35582
35583         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
35584
35585         * m4/const.m4: New file.  Use an initializer in this declaration
35586         typedef int charset[2]; const charset x;
35587         Reported by Bob Glickstein.
35588
35589 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
35590
35591         * m4/chown.m4: Fix reversed types on -1 args to chown.
35592         From Kaveh Ghazi.
35593
35594 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
35595
35596         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
35597         Add lseek and memchr.
35598
35599         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
35600         T.E.Dickey <dickey@clark.net> said that some older preprocessors
35601         have a 20-character limit on names.
35602
35603 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
35604
35605         * m4/inttypes_h.m4: New file.
35606         * m4/uintmax_t.m4: New file.
35607         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
35608
35609 Copyright (C) 1997-2007 Free Software Foundation, Inc.
35610 Copying and distribution of this file, with or without modification,
35611 are permitted provided the copyright notice and this notice are preserved.