c5348926b95c1f943f210a3b1b899ce511fb9485
[pspp] / ChangeLog
1 2007-11-01  Jim Meyering  <meyering@redhat.com>
2
3         Treat an empty date string exactly like "0".
4         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
5         if the remaining date string (to be parsed) is empty, use "0".
6         Reported by Mischa Molhoek and discussed in this thread:
7         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
8
9 2007-10-31  Bruno Haible  <bruno@clisp.org>
10
11         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
12         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
13         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
14         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
15         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
16         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
17
18 2007-10-31  Bruno Haible  <bruno@clisp.org>
19
20         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
21         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
22         (AC_TYPE_LONG_LONG_INT): Use it.
23         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
24         it as well.
25         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
26         to m4/longlong.m4.
27         * modules/stdint (Files): Remove m4/ulonglong.m4.
28         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29         m4/ulonglong.m4.
30         * modules/strtoumax (Files): Likewise.
31
32 2007-10-30  Bruno Haible  <bruno@clisp.org>
33
34         * modules/xvasprintf-posix: New file.
35         Suggested by Eric Blake.
36
37 2007-10-30  Bruno Haible  <bruno@clisp.org>
38
39         * modules/xprintf-posix-tests: New file.
40         * tests/test-xprintf-posix.sh: New file.
41         * tests/test-xprintf-posix.c: New file.
42         * tests/test-xfprintf-posix.c: New file.
43
44         * modules/xprintf-posix: New file.
45
46 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47
48         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
49         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
50         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
51
52 2007-10-29  Bruno Haible  <bruno@clisp.org>
53
54         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
55         contain the special marker '_cv_'.
56         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
57         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
58         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
59         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
60         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
61         Reported by Ralf Wildenhues.
62
63 2007-10-29  Bruno Haible  <bruno@clisp.org>
64
65         * gnulib-tool (func_import): When --lgpl is not specified, set
66         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
67         GPLv3.
68         Reported by Simon Josefsson.
69
70 2007-10-28  Bruno Haible  <bruno@clisp.org>
71
72         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
73         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
74         HAVE_DECL_ISFINITE.
75         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
76         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
77         HAVE_DECL_ISFINITE.
78
79 2007-10-28  Bruno Haible  <bruno@clisp.org>
80
81         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
82         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
83
84 2007-10-28  Bruno Haible  <bruno@clisp.org>
85
86         Fix link errors with Sun C 5.0 on Solaris 10.
87         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
88         function is declared but not present in the compiler's libm.
89         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
90         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
91         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
92         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
93         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
94         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
95         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
96         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
97         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
98         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
99         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
100         HAVE_DECL_FLOORL.
101
102 2007-10-28  Bruno Haible  <bruno@clisp.org>
103
104         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
105         gl_FUNC_FLOORL. Cache the result.
106         (gl_FUNC_FLOORL): Use it.
107         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
108         gl_FUNC_CEILL. Cache the result.
109         (gl_FUNC_CEILL): Use it.
110
111         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
112         gl_FUNC_FLOOR. Cache the result.
113         (gl_FUNC_FLOOR): Use it.
114         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
115         gl_FUNC_CEIL. Cache the result.
116         (gl_FUNC_CEIL): Use it.
117
118         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
119         gl_FUNC_FLOORF. Cache the result.
120         (gl_FUNC_FLOORF): Use it.
121         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
122         gl_FUNC_CEILF. Cache the result.
123         (gl_FUNC_CEILF): Use it.
124
125 2007-10-28  Bruno Haible  <bruno@clisp.org>
126
127         * gnulib-tool: Allow specifying the LGPL version number through
128         --lgpl=2 or --lgpl=3.
129         (func_usage): Document --lgpl with argument.
130         Handle --lgpl=... arguments.
131         (func_import): Recognize also gl_LGPL calls with an argument. When
132         --lgpl=2 is used and the module's license is just LGPL, report an
133         error. Set sed_transform_lib_file according to the lgpl variable. In
134         the generated files, use --lgpl or gl_LGPL invocations with argument,
135         if necessary.
136         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
137         an LGPv2+ license.
138         * doc/gnulib-tool.texi (Modified imports): Update explanation of
139         gl_LGPL macro.
140
141 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
142             Bruno Haible  <bruno@clisp.org>
143
144         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
145         (u16_uctomb_aux): Likewise.
146         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
147         !HAVE_INLINE.
148         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
149
150 2007-10-28  Bruno Haible  <bruno@clisp.org>
151
152         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
153         Invoke AM_GETTEXT_OPTION if it exists.
154         * modules/vasprintf: Likewise.
155         * modules/verror: Likewise.
156         * modules/xprintf: Likewise.
157         * modules/xvasprintf: Likewise.
158
159 2007-10-27  Ben Pfaff  <blp@gnu.org>
160
161         * lib/math.in.h: Define isfinite macro and prototypes for
162         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
163         implementations.
164         * m4/math_h.m4: New substitutions for isfinite module.
165         * lib/isfinite.c: New file.
166         * m4/isfinite.m4: New file.
167         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
168         * modules/isfinite: New file.
169         * modules/isfinite-tests: New file.
170         * tests/tests-isfinite.c: New file.
171         * doc/functions/isfinite.texi: Mention isfinite module.
172         * MODULES.html.sh: Mention new module.
173
174 2007-10-27  Ben Pfaff  <blp@gnu.org>
175
176         Ralf Wildenhues reported that Tru64 4.0D declares the round
177         functions but does not have definitions.
178         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
179         cannot be found in any library, set the output variable to
180         "missing" instead of "".
181         * m4/round.m4: Also use our substitute if we cannot find round in
182         any library, even if it is declared.
183         * m4/roundf.m4: Likewise for roundf.
184         * m4/roundl.m4: Likewise for roundl.
185         * lib/math.in.h: Undefine roundf, round, roundl before defining
186         their replacements, to allow for hypothetical systems where these
187         may be defined as macros but not available in libraries.
188
189 2007-10-27  Bruno Haible  <bruno@clisp.org>
190
191         * doc/gnulib.texi: Invoke @firstparagraphindent.
192         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
193         changes in gnulib.
194         (Source changes): New section.
195
196 2007-10-26  Bruno Haible  <bruno@clisp.org>
197
198         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
199         borrowed from autoconf.
200
201 2007-10-26  Bruno Haible  <bruno@clisp.org>
202
203         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
204         strerror returned the empty string. Needed on HP-UX 11.00.
205
206 2007-10-24  Micah Cowan  <micah@cowan.name>
207
208         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
209         * build-aux/bootstrap: Remove support for now-unnecessary option,
210         --cvs-user, and envvars CVS_USER, CVS_RSH.
211
212 2007-10-24  Jim Meyering  <meyering@redhat.com>
213
214         Avoid diagnostics from sha1sum when there is no cached checksum.
215         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
216         if the po.s1 file hasn't been created yet.
217
218         * build-aux/bootstrap: Sync from coreutils:
219         2007-10-24  Jim Meyering  <meyering@redhat.com>
220         Get gnulib from the git repository, not from an obsolete cvs one.
221         * build-aux/bootstrap: Suggestion from Micah Cowan.
222         2007-10-04  Jim Meyering  <jim@meyering.net>
223         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
224         (update_po_files): Work also when there are no .po files in po/.
225
226 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
227
228         * README: Append ".git" to git and cg examples.
229         Problem reported by Benoit Sigoure.
230
231 2007-10-23  Micah Cowan  <micah@cowan.name>
232
233         * users.txt: Add wget.
234
235 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
236
237         Fix linking of some unistdio tests on FreeBSD.
238         * modules/unistdio/u16-vsnprintf-tests
239         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
240         * modules/unistdio/u16-vsprintf-tests
241         (test_u16_vsnprintf1_LDADD): Likewise.
242         * modules/unistdio/u32-vsnprintf-tests
243         (test_u32_vsnprintf1_LDADD): Likewise.
244         * modules/unistdio/u32-vsprintf-tests
245         (test_u32_vsprintf1_LDADD): Likewise.
246         * modules/unistdio/u8-vsnprintf-tests
247         (test_u8_vsnprintf1_LDADD): Likewise.
248         * modules/unistdio/u8-vsprintf-tests
249         (test_u8_vsprintf1_LDADD): Likewise.
250         * modules/unistdio/ulc-vsnprintf-tests
251         (test_ulc_vsnprintf1_LDADD): Likewise.
252         * modules/unistdio/ulc-vsprintf-tests
253         (test_ulc_vsprintf1_LDADD): Likewise.
254
255         Fix linking of some uniconv tests on FreeBSD.
256         * modules/uniconv/u16-conv-from-enc-tests
257         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
258         * modules/uniconv/u16-conv-to-enc-tests
259         (test_u16_conv_to_enc_LDADD): Likewise.
260         * modules/uniconv/u16-strconv-from-enc-tests
261         (test_u16_strconv_from_enc_LDADD): Likewise.
262         * modules/uniconv/u16-strconv-to-enc-tests
263         (test_u16_strconv_to_enc_LDADD): Likewise.
264         * modules/uniconv/u32-conv-from-enc-tests
265         (test_u32_conv_from_enc_LDADD): Likewise.
266         * modules/uniconv/u32-conv-to-enc-tests
267         (test_u32_conv_to_enc_LDADD): Likewise.
268         * modules/uniconv/u32-strconv-from-enc-tests
269         (test_u32_strconv_from_enc_LDADD): Likewise.
270         * modules/uniconv/u32-strconv-to-enc-tests
271         (test_u32_strconv_to_enc_LDADD): Likewise.
272         * modules/uniconv/u8-conv-from-enc-tests
273         (test_u8_conv_from_enc_LDADD): Likewise.
274         * modules/uniconv/u8-conv-to-enc-tests
275         (test_u8_conv_to_enc_LDADD): Likewise.
276         * modules/uniconv/u8-strconv-from-enc-tests
277         (test_u8_strconv_from_enc_LDADD): Likewise.
278         * modules/uniconv/u8-strconv-to-enc-tests
279         (test_u8_strconv_to_enc_LDADD): Likewise.
280
281 2007-10-22  Bruno Haible  <bruno@clisp.org>
282
283         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
284         size.
285
286 2007-10-22  Eric Blake  <ebb9@byu.net>
287
288         Tweak x*printf documentation.
289         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
290         variable name and comments.
291         Suggested by Bruno Haible.
292
293 2007-10-22  Bruno Haible  <bruno@clisp.org>
294
295         * lib/acl.c (copy_acl): Fix file name in comment.
296
297 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
298
299         Fix Tru64 problem with stdbool.h.
300         * lib/stdbool.in.h (false, true):
301         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
302         Don't declare as an enum in this situation; it runs afoul of Tru64.
303         Problem reported by Steven M. Schweda in
304         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
305
306 2007-10-22  Eric Blake  <ebb9@byu.net>
307
308         Also wrap vf?printf.
309         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
310         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
311         (xvprintf, xvfprintf): New functions.
312
313 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
314
315         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
316         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
317
318         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
319         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
320
321 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
322
323         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
324         by Bruno Haible.
325
326 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
327
328         * lib/getloadavg.c
329         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
330         Undef `sys' after including sys/table.h, for Tru64 4.0D.
331
332         * tests/test-i-ring.c: Work for C89.
333
334 2007-10-22  Bruno Haible  <bruno@clisp.org>
335
336         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
337         -1u, in preprocessor expression, so that we don't test for the bug
338         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
339         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
340
341 2007-10-22  Eric Blake  <ebb9@byu.net>
342
343         * tests/test-yesno.sh: Silence stderr during test.
344
345 2007-10-22  Simon Josefsson  <simon@josefsson.org>
346
347         * modules/crypto/gc-camellia: New file.
348
349         * m4/gc-camellia.m4: New file.
350
351         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
352
353         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
354
355 2007-10-22  Simon Josefsson  <simon@josefsson.org>
356
357         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
358         --help to stdout.  Reported by sms@antinode.org (Steven
359         M. Schweda).
360
361 2007-10-22  Simon Josefsson  <simon@josefsson.org>
362
363         * users.txt: Fix link to libksba.
364
365 2007-10-21  Ben Pfaff  <blp@gnu.org>
366
367         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
368         round.c roundf implementation that depends on floorf and ceilf to
369         be tested unconditionally.
370
371 2007-10-21  Ben Pfaff  <blp@gnu.org>
372
373         * m4/check-libm-func.m4: Removed.
374         * m4/check-math-lib.m4: New file.
375         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
376         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
377         definition and lack of AC_LIBOBJ([roundf]).
378         * m4/roundl.m4: Ditto, and similarly for roundl.
379         * modules/round: Reference new m4 file.
380         * modules/roundf: Ditto.
381         * modules/roundl: Ditto.
382         * tests/test-round2.c (main): Use ROUND instead of round.
383         Bug report from Bruno Haible.
384
385 2007-10-21  Bruno Haible  <bruno@clisp.org>
386
387         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
388         context.
389
390 2007-10-21  Bruno Haible  <bruno@clisp.org>
391
392         * tests/test-wcwidth.c (main): Allow negative result for some control
393         characters.
394
395         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
396         Needed on OSF/1 5.1.
397
398 2007-10-21  Bruno Haible  <bruno@clisp.org>
399
400         * tests/test-floorf1.c: Include isnanf.h.
401         (main): Use isnanf() instead of isnan().
402         * tests/test-ceilf1.c: Include isnanf.h.
403         (main): Use isnanf() instead of isnan().
404         * tests/test-truncf1.c: Include isnanf.h.
405         (main): Use isnanf() instead of isnan().
406         * tests/test-roundf1.c: Include isnanf.h.
407         (main): Use isnanf() instead of isnan().
408
409 2007-10-21  Eric Blake  <ebb9@byu.net>
410
411         * users.txt: Update URL for m4.
412
413 2007-10-21  Bruno Haible  <bruno@clisp.org>
414
415         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
416
417 2007-10-21  Bruno Haible  <bruno@clisp.org>
418
419         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
420         Git's management files if the CVS files are not present.
421
422 2007-10-20  Bruno Haible  <bruno@clisp.org>
423
424         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
425         gcc-3.4.x.
426
427 2007-10-20  Ben Pfaff  <blp@gnu.org>
428
429         * lib/math.in.h: Declare round, roundf, roundl if we are providing
430         implementations.
431         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
432         * lib/round.c: New file.
433         * lib/roundf.c: New file.
434         * lib/roundl.c: New file.
435         * m4/round.m4: New file.
436         * m4/roundf.m4: New file.
437         * m4/roundl.m4: New file.
438         * m4/check-libm-func-m4: New file.
439         * modules/math: Replace round, roundf, roundl related @VARS@ in
440         math.in.h.
441         * modules/round: New file.
442         * modules/round-tests: New file.
443         * modules/roundf: New file.
444         * modules/roundf-tests: New file.
445         * modules/roundl: New file.
446         * modules/roundl-tests: New file.
447         * tests/test-round1.c: New file.
448         * tests/test-round2.c: New file.
449         * tests/test-roundf1.c: New file.
450         * tests/test-roundf2.c: New file.
451         * tests/test-roundl.c: New file.
452         * doc/functions/round.texi: Mention round module.
453         * doc/functions/roundf.texi: Mention roundf module.
454         * doc/functions/roundl.texi: Mention roundl module.
455         * MODULES.html.sh: Mention new modules.
456         Thanks to Bruno Haible for suggestions.
457
458 2007-10-20  Jim Meyering  <meyering@redhat.com>
459
460         * lib/xprintf.c: Include <config.h> unconditionally.
461
462         Change xprintf's license to GPL.
463         * modules/xprintf (License): s/LGPL/GPL/, since this module
464         depends on modules (exit and exitfail) which are GPL.
465         Suggestion from Bruno Haible.
466
467         xprintf fixes.
468         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
469         Use a clearer diagnostic.
470         Patch from Bruno Haible.
471
472 2007-10-20  Bruno Haible  <bruno@clisp.org>
473
474         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
475         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
476         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
477
478 2007-10-20  Bruno Haible  <bruno@clisp.org>
479
480         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
481         precision in the comparison result > x - 1 or similar.
482         * tests/test-ceilf2.c (correct_result_p): Likewise.
483         * tests/test-truncf2.c (correct_result_p): Likewise.
484         * tests/test-trunc2.c (correct_result_p): Likewise.
485         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
486
487 2007-10-20  Bruno Haible  <bruno@clisp.org>
488
489         * modules/ceil: New file.
490         * m4/ceil.m4: New file.
491         * doc/functions/ceil.texi: Mention the 'ceil' module.
492
493 2007-10-20  Bruno Haible  <bruno@clisp.org>
494
495         * modules/floor: New file.
496         * m4/floor.m4: New file.
497         * doc/functions/floor.texi: Mention the 'floor' module.
498
499 2007-10-20  Bruno Haible  <bruno@clisp.org>
500
501         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
502         of %a.
503         * modules/floorf-tests (Depends-on): Likewise.
504         * modules/truncf-tests (Depends-on): Likewise.
505         * modules/trunc-tests (Depends-on): Likewise.
506         Reported by Ben Pfaff.
507
508 2007-10-19  Jim Meyering  <meyering@redhat.com>
509
510         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
511         Don't bother testing specific errno values.  Just test ferror.
512
513         New module: xprintf
514         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
515
516 2007-10-19  Bruno Haible  <bruno@clisp.org>
517
518         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
519         syntax.
520         * modules/javaexec (Makefile.am): Likewise.
521         * modules/relocatable-prog (Makefile.am): Likewise.
522         Suggested by Jim Meyering.
523
524 2007-10-18  Bruno Haible  <bruno@clisp.org>
525
526         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
527         Reported by Jim Meyering.
528
529 2007-10-18  Eric Blake  <ebb9@byu.net>
530
531         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
532
533 2007-10-18  Bruno Haible  <bruno@clisp.org>
534
535         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
536         the format string into writable memory. Needed in Fortify conditions.
537
538 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
539             Bruno Haible  <bruno@clisp.org>
540
541         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
542         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
543         * modules/trim (Depends-on): Add mbchar.
544         (configure.ac): Add gl_FUNC_MBRTOWC.
545         (Makefile.am): Augment lib_SOURCES.
546
547 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
548
549         Modify glob.c to use fstatat and dirfd, to simplify it.
550         Suggested by Eric Blake.
551         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
552         Don't include <stdbool.h>; not used.
553         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
554         (link_exists_p): Simplify implementation, since we can now assume
555         dirfd and fstatat.
556         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
557
558 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
559
560         * gnulib-tool (func_get_dependencies): Fix sed script to
561         match only tests.
562
563 2007-10-17  Bruno Haible  <bruno@clisp.org>
564
565         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
566         allow locale names without encoding suffix.
567         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
568         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
569
570 2007-10-16  Bruno Haible  <bruno@clisp.org>
571
572         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
573         * lib/getgroups.c (getgroups): Likewise.
574         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
575
576 2007-10-16  Bruno Haible  <bruno@clisp.org>
577
578         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
579         * modules/malloc-posix (License): Likewise.
580         * modules/realloc-posix (License): Likewise.
581         * modules/calloc-posix (License): Likewise.
582         * modules/intprops (License): Change from GPL to LGPL, with
583         Paul Eggert's approval.
584
585 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
586
587         Merge glibc changes into lib/glob.c.
588
589         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
590         2007-10-15 04:59:03 UTC.  Here are the changes:
591
592         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
593
594         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
595
596         * lib/glob.c: Add some branch prediction throughout.
597
598         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
599
600         [BZ #5103]
601         * lib/glob.c (glob): Recognize patterns starting \/.
602
603         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
604
605         [BZ #3996]
606         * lib/glob.c (attribute_hidden): Define if not defined.
607         (glob): Unescape dirname, filename or username when needed and not
608         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
609         is NULL.  Handle unescaped [ in pattern without closing ].
610         Don't pass GLOB_CHECK down to recursive glob for directories.
611         (__glob_pattern_type): New function.
612         (__glob_pattern_p): Implement using __glob_pattern_type.
613         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
614         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
615         Remove unreachable code.
616
617         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
618
619         * lib/glob.c (glob_in_dir): Add some comments and asserts to
620         explain why there are no leaks.
621
622         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
623
624         [BZ #3253]
625         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
626         time, rather allocate increasingly bigger arrays of pointers, if
627         possible with alloca, if too large with malloc.
628
629 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
630
631         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
632         Problem reported by H.Merijn Brand in
633         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
634         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
635         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
636
637 2007-10-15  Bruno Haible  <bruno@clisp.org>
638
639         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
640         with explicit rpl_ prefix.
641         * lib/fopen.c (fopen): Likewise.
642         * lib/freopen.c (freopen): Likewise.
643         * lib/iconv.c (iconv): Likewise.
644         * lib/iconv_close.c (iconv_close): Likewise.
645
646 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
647
648         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
649
650 2007-10-15  Bruno Haible  <bruno@clisp.org>
651
652         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
653         <stddef.h> instead of <stdlib.h> since we only need NULL.
654         Reported by Ben Pfaff <blp@cs.stanford.edu>.
655
656 2007-10-15  Bruno Haible  <bruno@clisp.org>
657
658         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
659         Replace paragraph talking about LIBOBJS.
660         Reported by Colin Watson <cjwatson@debian.org>.
661
662 2007-10-15  Bruno Haible  <bruno@clisp.org>
663
664         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
665         <stdlib.h> before using NULL.
666
667 2007-10-15  Simon Josefsson  <simon@josefsson.org>
668
669         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
670         Reported by Albert Chin <china@thewrittenword.com>.
671
672 2007-10-14  Bruno Haible  <bruno@clisp.org>
673
674         * modules/iconv_open-utf-tests: New file.
675         * tests/test-iconv-utf.c: New file.
676
677         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
678         * modules/iconv_open-utf: New file.
679         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
680         (iconv, iconv_close): New declarations.
681         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
682         be defined.
683         (iconv_open): Add special handling of conversion between UTF-8 and
684         UTF-{16,32}{BE,LE}.
685         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
686         * lib/iconv_close.c: New file.
687         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
688         gl_FUNC_ICONV_OPEN.
689         (gl_FUNC_ICONV_OPEN): Use it.
690         (gl_FUNC_ICONV_OPEN_UTF): New macro.
691         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
692         and REPLACE_ICONV_UTF.
693         * modules/iconv_open (Depends-on): Add c-strcase.
694         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
695         ICONV_CONST.
696         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
697
698 2007-10-13  Albert Chin  <china@thewrittenword.com>
699             Bruno Haible  <bruno@clisp.org>
700
701         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
702         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
703
704 2007-10-13  Bruno Haible  <bruno@clisp.org>
705
706         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
707         defined, use the ISO C99 inline semantics.
708         * lib/argp.h (ARGP_EI): Likewise.
709
710 2007-10-13  Bruno Haible  <bruno@clisp.org>
711
712         Handle 'inline' change in gcc 4.3.0.
713         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
714         argp_fmtstream_write, argp_fmtstream_set_lmargin,
715         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
716         argp_fmtstream_point): Disable 'extern' declaration if the function
717         definition is going to be provided inline.
718         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
719         semantics, not the ISO C99 inline semantics.
720         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
721         'extern' declaration if the function definition is going to be provided
722         inline.
723         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
724         the GNU C inline semantics, not the ISO C99 inline semantics. With
725         GCC 4.2, avoid a warning.
726
727 2007-10-13  Bruno Haible  <bruno@clisp.org>
728
729         * lib/freading.h (freading): Enable the use of __freading for
730         glibc >= 2.7.
731         * lib/freading.c (freading): Likewise.
732
733 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
734
735         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
736         "warning: C99 inline functions are not supported; using GNU89".
737
738 2007-10-12  Bruno Haible  <bruno@clisp.org>
739
740         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
741         of 2.
742         * tests/test-ceilf2.c: New file.
743         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
744
745         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
746         * modules/ceilf-tests: Update.
747
748 2007-10-12  Bruno Haible  <bruno@clisp.org>
749
750         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
751         of 2.
752         * tests/test-floorf2.c: New file.
753         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
754
755         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
756         * modules/floorf-tests: Update.
757
758 2007-10-12  Bruno Haible  <bruno@clisp.org>
759
760         * tests/test-trunc2.c: New file.
761         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
762
763         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
764         * modules/trunc-tests: Update.
765
766 2007-10-12  Bruno Haible  <bruno@clisp.org>
767
768         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
769         of 2.
770         * tests/test-truncf2.c: New file.
771         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
772
773         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
774         * modules/truncf-tests: Update.
775
776 2007-10-11  Eric Blake  <ebb9@byu.net>
777
778         Don't claim strerror is broken on Interix.
779         * doc/functions/strerror.texi (strerror): Known broken systems are
780         now Solaris 8, and not Interix.
781         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
782         Interix on cross-compile.
783         Reported by Martin Koeppe in
784         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
785
786 2007-10-11  Bruno Haible  <bruno@clisp.org>
787
788         * modules/i-ring-tests: New file.
789         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
790         instead of assert.
791
792 2007-10-11  Bruno Haible  <bruno@clisp.org>
793
794         * modules/filenamecat-tests: New file.
795         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
796         * lib/filenamecat.c: Remove test code.
797
798 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
799
800         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
801
802         * lib/strerror.c: Include <string.h> always, to test interface,
803         and to remove the need for the dummy.
804         Include intprops.h to compute width instead of doing it ourselves
805         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
806         (strerror): Define it to return NULL if there's no system strerror.
807         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
808         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
809         ancient pre-strerror Unix systems well any more.  Saying "unknown
810         system error" is enough.
811         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
812         simpler strerror.c implementation.
813         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
814         Simplify the tests to reflect the simpler strerror implementation.
815         * modules/strerror (Depends-on): Add intprops.
816
817 2007-10-09  Eric Blake  <ebb9@byu.net>
818
819         Silence test-fpending.
820         * modules/fpending-tests (Files): Add wrapper script.
821         * tests/test-fpending.sh: New file.
822
823 2007-10-09  Bruno Haible  <bruno@clisp.org>
824
825         * MODULES.html.sh (func_module): Don't create a hyperlink for
826         function names like 'printf_frexp'.
827         (Misc): Add crc, memxor.
828         (Characteristics of floating types): New section.
829         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
830         isnanf-nolibm, signbit, trunc, truncf, truncl.
831         (Enhancements for ISO C 99 functions): New subsection Input/output.
832         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
833         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
834         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
835         (Compatibility checks for POSIX:2001 functions): Add clock-time.
836         (Enhancements for POSIX:2001 functions): Add chdir-long.
837         (File system functions): Add areadlink, chdir-safer, read-file.
838         Remove cycle-check.
839         (File system as inode set): New section.
840         (Date and time): Add gethrxtime.
841         (Multithreading): Add openmp.
842         (Internationalization functions): Add localename.
843         (Unicode string functions): Add unistr/u*-mbsnlen.
844         (Support for maintaining and releasing projects): Add git-version-gen.
845         (Lone files): Remove directories.
846
847 2007-10-08  Ben Pfaff  <blp@gnu.org>
848
849         * lib/xmalloca.h: Fix typo in comment.
850
851 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
852
853         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
854         when avoiding problems with integer overflow.  Use a portable test
855         instead.
856
857 2007-10-08  Simon Josefsson  <simon@josefsson.org>
858
859         * modules/dummy (License): Change to LGPLv2+.
860         * modules/float (License): Likewise
861         * modules/realloc (License): Likewise
862         * modules/stdlib (License): Likewise
863
864 2007-10-07  Bruno Haible  <bruno@clisp.org>
865
866         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
867         * floor.c (TWO_MANT_DIG): Likewise.
868         * ceil.c (TWO_MANT_DIG): Likewise.
869         Reported by Ben Pfaff.
870
871 2007-10-07  Bruno Haible  <bruno@clisp.org>
872
873         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
874         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
875         * lib/frexp.c (FUNC): Likewise.
876         * lib/printf-frexp.h (printf_frexp): Likewise.
877         * lib/printf-frexpl.h (printf_frexpl): Likewise.
878         * lib/printf-frexp.c (FUNC): Likewise.
879         Suggested by Jim Meyering.
880
881 2007-10-07  Jim Meyering  <meyering@redhat.com>
882
883         Make xnanosleep's integer overflow test more robust.
884         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
885         so that gcc-4.3.0 doesn't optimize away this test for overflow.
886
887 2007-10-07  Bruno Haible  <bruno@clisp.org>
888
889         * NEWS: Mention the license change.
890
891         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
892         abbreviations in the modules files.
893
894         Change copyright notice from GPLv2+ to GPLv3+.
895         * README: Change copyright notice.
896         * MODULES.html.sh: Likewise.
897         * build-aux/bootstrap.conf: Likewise.
898         * build-aux/config.libpath: Likewise.
899         * build-aux/csharpcomp.sh.in: Likewise.
900         * build-aux/csharpexec.sh.in: Likewise.
901         * build-aux/install-reloc: Likewise.
902         * build-aux/javacomp.sh.in: Likewise.
903         * build-aux/javaexec.sh.in: Likewise.
904         * build-aux/ldd.sh.in: Likewise.
905         * build-aux/reloc-ldflags: Likewise.
906         * build-aux/relocatable.sh.in: Likewise.
907         * build-aux/x-to-1.in: Likewise.
908         * check-module: Likewise.
909         * config/srclistvars.sh: Likewise.
910         * gnulib-tool: Likewise.
911         * lib/acl-internal.h: Likewise.
912         * lib/acl.c: Likewise.
913         * lib/acl.h: Likewise.
914         * lib/acl_entries.c: Likewise.
915         * lib/areadlink-with-size.c: Likewise.
916         * lib/areadlink.c: Likewise.
917         * lib/areadlink.h: Likewise.
918         * lib/argmatch.c: Likewise.
919         * lib/argmatch.h: Likewise.
920         * lib/argp-ba.c: Likewise.
921         * lib/argp-eexst.c: Likewise.
922         * lib/argp-fmtstream.c: Likewise.
923         * lib/argp-fmtstream.h: Likewise.
924         * lib/argp-fs-xinl.c: Likewise.
925         * lib/argp-help.c: Likewise.
926         * lib/argp-namefrob.h: Likewise.
927         * lib/argp-parse.c: Likewise.
928         * lib/argp-pin.c: Likewise.
929         * lib/argp-pv.c: Likewise.
930         * lib/argp-pvh.c: Likewise.
931         * lib/argp-xinl.c: Likewise.
932         * lib/argp.h: Likewise.
933         * lib/at-func.c: Likewise.
934         * lib/atanl.c: Likewise.
935         * lib/backupfile.c: Likewise.
936         * lib/backupfile.h: Likewise.
937         * lib/basename.c: Likewise.
938         * lib/binary-io.h: Likewise.
939         * lib/byteswap.in.h: Likewise.
940         * lib/c-stack.c: Likewise.
941         * lib/c-stack.h: Likewise.
942         * lib/c-strcasestr.c: Likewise.
943         * lib/c-strcasestr.h: Likewise.
944         * lib/c-strstr.c: Likewise.
945         * lib/c-strstr.h: Likewise.
946         * lib/c-strtod.c: Likewise.
947         * lib/calloc.c: Likewise.
948         * lib/canon-host.c: Likewise.
949         * lib/canon-host.h: Likewise.
950         * lib/canonicalize-lgpl.c: Likewise.
951         * lib/canonicalize.c: Likewise.
952         * lib/canonicalize.h: Likewise.
953         * lib/ceil.c: Likewise.
954         * lib/ceilf.c: Likewise.
955         * lib/ceill.c: Likewise.
956         * lib/chdir-long.c: Likewise.
957         * lib/chdir-long.h: Likewise.
958         * lib/chdir-safer.c: Likewise.
959         * lib/chdir-safer.h: Likewise.
960         * lib/chown.c: Likewise.
961         * lib/classpath.c: Likewise.
962         * lib/classpath.h: Likewise.
963         * lib/clean-temp.c: Likewise.
964         * lib/clean-temp.h: Likewise.
965         * lib/cloexec.c: Likewise.
966         * lib/close-stream.c: Likewise.
967         * lib/closein.c: Likewise.
968         * lib/closein.h: Likewise.
969         * lib/closeout.c: Likewise.
970         * lib/closeout.h: Likewise.
971         * lib/concat-filename.c: Likewise.
972         * lib/copy-file.c: Likewise.
973         * lib/copy-file.h: Likewise.
974         * lib/count-one-bits.h: Likewise.
975         * lib/crc.c: Likewise.
976         * lib/crc.h: Likewise.
977         * lib/creat-safer.c: Likewise.
978         * lib/csharpcomp.c: Likewise.
979         * lib/csharpcomp.h: Likewise.
980         * lib/csharpexec.c: Likewise.
981         * lib/csharpexec.h: Likewise.
982         * lib/cycle-check.c: Likewise.
983         * lib/cycle-check.h: Likewise.
984         * lib/diacrit.c: Likewise.
985         * lib/diacrit.h: Likewise.
986         * lib/diffseq.h: Likewise.
987         * lib/dirchownmod.c: Likewise.
988         * lib/dirent.in.h: Likewise.
989         * lib/dirfd.c: Likewise.
990         * lib/dirfd.h: Likewise.
991         * lib/dirname.c: Likewise.
992         * lib/dirname.h: Likewise.
993         * lib/dummy.c: Likewise.
994         * lib/dup-safer.c: Likewise.
995         * lib/dup2.c: Likewise.
996         * lib/eealloc.h: Likewise.
997         * lib/error.c: Likewise.
998         * lib/error.h: Likewise.
999         * lib/euidaccess.c: Likewise.
1000         * lib/exclude.c: Likewise.
1001         * lib/exclude.h: Likewise.
1002         * lib/execute.c: Likewise.
1003         * lib/execute.h: Likewise.
1004         * lib/exitfail.c: Likewise.
1005         * lib/exitfail.h: Likewise.
1006         * lib/expl.c: Likewise.
1007         * lib/fatal-signal.c: Likewise.
1008         * lib/fatal-signal.h: Likewise.
1009         * lib/fbufmode.c: Likewise.
1010         * lib/fbufmode.h: Likewise.
1011         * lib/fchdir.c: Likewise.
1012         * lib/fchmodat.c: Likewise.
1013         * lib/fchownat.c: Likewise.
1014         * lib/fcntl--.h: Likewise.
1015         * lib/fcntl-safer.h: Likewise.
1016         * lib/fcntl.in.h: Likewise.
1017         * lib/fd-safer.c: Likewise.
1018         * lib/fflush.c: Likewise.
1019         * lib/file-has-acl.c: Likewise.
1020         * lib/file-set.c: Likewise.
1021         * lib/file-type.c: Likewise.
1022         * lib/file-type.h: Likewise.
1023         * lib/fileblocks.c: Likewise.
1024         * lib/filemode.c: Likewise.
1025         * lib/filemode.h: Likewise.
1026         * lib/filename.h: Likewise.
1027         * lib/filenamecat.c: Likewise.
1028         * lib/filenamecat.h: Likewise.
1029         * lib/findprog.c: Likewise.
1030         * lib/findprog.h: Likewise.
1031         * lib/float.in.h: Likewise.
1032         * lib/floor.c: Likewise.
1033         * lib/floorf.c: Likewise.
1034         * lib/floorl.c: Likewise.
1035         * lib/fopen-safer.c: Likewise.
1036         * lib/fopen.c: Likewise.
1037         * lib/fpending.c: Likewise.
1038         * lib/fpending.h: Likewise.
1039         * lib/fprintf.c: Likewise.
1040         * lib/fprintftime.h: Likewise.
1041         * lib/fpucw.h: Likewise.
1042         * lib/fpurge.c: Likewise.
1043         * lib/fpurge.h: Likewise.
1044         * lib/freadable.c: Likewise.
1045         * lib/freadable.h: Likewise.
1046         * lib/freadahead.c: Likewise.
1047         * lib/freadahead.h: Likewise.
1048         * lib/freading.c: Likewise.
1049         * lib/freading.h: Likewise.
1050         * lib/free.c: Likewise.
1051         * lib/freopen.c: Likewise.
1052         * lib/frexp.c: Likewise.
1053         * lib/frexpl.c: Likewise.
1054         * lib/fseek.c: Likewise.
1055         * lib/fseterr.c: Likewise.
1056         * lib/fseterr.h: Likewise.
1057         * lib/fstatat.c: Likewise.
1058         * lib/fstrcmp.c: Likewise.
1059         * lib/fstrcmp.h: Likewise.
1060         * lib/fsusage.c: Likewise.
1061         * lib/fsusage.h: Likewise.
1062         * lib/ftell.c: Likewise.
1063         * lib/ftello.c: Likewise.
1064         * lib/fts-cycle.c: Likewise.
1065         * lib/fts.c: Likewise.
1066         * lib/fts_.h: Likewise.
1067         * lib/full-read.c: Likewise.
1068         * lib/full-read.h: Likewise.
1069         * lib/full-write.c: Likewise.
1070         * lib/full-write.h: Likewise.
1071         * lib/fwritable.c: Likewise.
1072         * lib/fwritable.h: Likewise.
1073         * lib/fwriteerror.c: Likewise.
1074         * lib/fwriteerror.h: Likewise.
1075         * lib/fwriting.c: Likewise.
1076         * lib/fwriting.h: Likewise.
1077         * lib/gcd.c: Likewise.
1078         * lib/gcd.h: Likewise.
1079         * lib/getcwd.c: Likewise.
1080         * lib/getdate.h: Likewise.
1081         * lib/getdate.y: Likewise.
1082         * lib/getdomainname.c: Likewise.
1083         * lib/getdomainname.h: Likewise.
1084         * lib/getgroups.c: Likewise.
1085         * lib/gethostname.c: Likewise.
1086         * lib/gethrxtime.c: Likewise.
1087         * lib/gethrxtime.h: Likewise.
1088         * lib/getloadavg.c: Likewise.
1089         * lib/getndelim2.c: Likewise.
1090         * lib/getndelim2.h: Likewise.
1091         * lib/getnline.c: Likewise.
1092         * lib/getnline.h: Likewise.
1093         * lib/getopt.c: Likewise.
1094         * lib/getopt.in.h: Likewise.
1095         * lib/getopt1.c: Likewise.
1096         * lib/getopt_int.h: Likewise.
1097         * lib/getpagesize.h: Likewise.
1098         * lib/getsubopt.c: Likewise.
1099         * lib/gettime.c: Likewise.
1100         * lib/getugroups.c: Likewise.
1101         * lib/getugroups.h: Likewise.
1102         * lib/getusershell.c: Likewise.
1103         * lib/gl_anyavltree_list1.h: Likewise.
1104         * lib/gl_anyavltree_list2.h: Likewise.
1105         * lib/gl_anyhash_list1.h: Likewise.
1106         * lib/gl_anyhash_list2.h: Likewise.
1107         * lib/gl_anylinked_list1.h: Likewise.
1108         * lib/gl_anylinked_list2.h: Likewise.
1109         * lib/gl_anyrbtree_list1.h: Likewise.
1110         * lib/gl_anyrbtree_list2.h: Likewise.
1111         * lib/gl_anytree_list1.h: Likewise.
1112         * lib/gl_anytree_list2.h: Likewise.
1113         * lib/gl_anytree_oset.h: Likewise.
1114         * lib/gl_anytreehash_list1.h: Likewise.
1115         * lib/gl_anytreehash_list2.h: Likewise.
1116         * lib/gl_array_list.c: Likewise.
1117         * lib/gl_array_list.h: Likewise.
1118         * lib/gl_array_oset.c: Likewise.
1119         * lib/gl_array_oset.h: Likewise.
1120         * lib/gl_avltree_list.c: Likewise.
1121         * lib/gl_avltree_list.h: Likewise.
1122         * lib/gl_avltree_oset.c: Likewise.
1123         * lib/gl_avltree_oset.h: Likewise.
1124         * lib/gl_avltreehash_list.c: Likewise.
1125         * lib/gl_avltreehash_list.h: Likewise.
1126         * lib/gl_carray_list.c: Likewise.
1127         * lib/gl_carray_list.h: Likewise.
1128         * lib/gl_linked_list.c: Likewise.
1129         * lib/gl_linked_list.h: Likewise.
1130         * lib/gl_linkedhash_list.c: Likewise.
1131         * lib/gl_linkedhash_list.h: Likewise.
1132         * lib/gl_list.c: Likewise.
1133         * lib/gl_list.h: Likewise.
1134         * lib/gl_oset.c: Likewise.
1135         * lib/gl_oset.h: Likewise.
1136         * lib/gl_rbtree_list.c: Likewise.
1137         * lib/gl_rbtree_list.h: Likewise.
1138         * lib/gl_rbtree_oset.c: Likewise.
1139         * lib/gl_rbtree_oset.h: Likewise.
1140         * lib/gl_rbtreehash_list.c: Likewise.
1141         * lib/gl_rbtreehash_list.h: Likewise.
1142         * lib/gl_sublist.c: Likewise.
1143         * lib/gl_sublist.h: Likewise.
1144         * lib/group-member.c: Likewise.
1145         * lib/group-member.h: Likewise.
1146         * lib/hard-locale.c: Likewise.
1147         * lib/hard-locale.h: Likewise.
1148         * lib/hash-pjw.c: Likewise.
1149         * lib/hash-pjw.h: Likewise.
1150         * lib/hash-triple.c: Likewise.
1151         * lib/hash.c: Likewise.
1152         * lib/hash.h: Likewise.
1153         * lib/human.c: Likewise.
1154         * lib/human.h: Likewise.
1155         * lib/i-ring.c: Likewise.
1156         * lib/i-ring.h: Likewise.
1157         * lib/idcache.c: Likewise.
1158         * lib/imaxabs.c: Likewise.
1159         * lib/imaxdiv.c: Likewise.
1160         * lib/inet_pton.c: Likewise.
1161         * lib/inet_pton.h: Likewise.
1162         * lib/intprops.h: Likewise.
1163         * lib/inttostr.c: Likewise.
1164         * lib/inttostr.h: Likewise.
1165         * lib/inttypes.in.h: Likewise.
1166         * lib/isapipe.c: Likewise.
1167         * lib/isdir.c: Likewise.
1168         * lib/isnan.c: Likewise.
1169         * lib/isnan.h: Likewise.
1170         * lib/isnanf.c: Likewise.
1171         * lib/isnanf.h: Likewise.
1172         * lib/isnanl-nolibm.h: Likewise.
1173         * lib/isnanl.c: Likewise.
1174         * lib/isnanl.h: Likewise.
1175         * lib/javacomp.c: Likewise.
1176         * lib/javacomp.h: Likewise.
1177         * lib/javaexec.c: Likewise.
1178         * lib/javaexec.h: Likewise.
1179         * lib/javaversion.c: Likewise.
1180         * lib/javaversion.h: Likewise.
1181         * lib/javaversion.java: Likewise.
1182         * lib/lbrkprop.h: Likewise.
1183         * lib/lchmod.h: Likewise.
1184         * lib/lchown.c: Likewise.
1185         * lib/ldexpl.c: Likewise.
1186         * lib/linebreak.c: Likewise.
1187         * lib/linebreak.h: Likewise.
1188         * lib/linebuffer.c: Likewise.
1189         * lib/linebuffer.h: Likewise.
1190         * lib/locale.in.h: Likewise.
1191         * lib/logl.c: Likewise.
1192         * lib/long-options.c: Likewise.
1193         * lib/long-options.h: Likewise.
1194         * lib/lstat.c: Likewise.
1195         * lib/lstat.h: Likewise.
1196         * lib/math.in.h: Likewise.
1197         * lib/mbchar.c: Likewise.
1198         * lib/mbchar.h: Likewise.
1199         * lib/mbfile.h: Likewise.
1200         * lib/mbiter.h: Likewise.
1201         * lib/mbscasecmp.c: Likewise.
1202         * lib/mbscasestr.c: Likewise.
1203         * lib/mbschr.c: Likewise.
1204         * lib/mbscspn.c: Likewise.
1205         * lib/mbslen.c: Likewise.
1206         * lib/mbsncasecmp.c: Likewise.
1207         * lib/mbsnlen.c: Likewise.
1208         * lib/mbspbrk.c: Likewise.
1209         * lib/mbspcasecmp.c: Likewise.
1210         * lib/mbsrchr.c: Likewise.
1211         * lib/mbssep.c: Likewise.
1212         * lib/mbsspn.c: Likewise.
1213         * lib/mbsstr.c: Likewise.
1214         * lib/mbstok_r.c: Likewise.
1215         * lib/mbswidth.c: Likewise.
1216         * lib/mbswidth.h: Likewise.
1217         * lib/mbuiter.h: Likewise.
1218         * lib/memcasecmp.c: Likewise.
1219         * lib/memcasecmp.h: Likewise.
1220         * lib/memchr.c: Likewise.
1221         * lib/memcmp.c: Likewise.
1222         * lib/memcoll.c: Likewise.
1223         * lib/memcoll.h: Likewise.
1224         * lib/memcpy.c: Likewise.
1225         * lib/memrchr.c: Likewise.
1226         * lib/mkancesdirs.c: Likewise.
1227         * lib/mkdir-p.c: Likewise.
1228         * lib/mkdir-p.h: Likewise.
1229         * lib/mkdir.c: Likewise.
1230         * lib/mkdirat.c: Likewise.
1231         * lib/mkdtemp.c: Likewise.
1232         * lib/mkstemp-safer.c: Likewise.
1233         * lib/mkstemp.c: Likewise.
1234         * lib/modechange.c: Likewise.
1235         * lib/modechange.h: Likewise.
1236         * lib/mountlist.c: Likewise.
1237         * lib/mountlist.h: Likewise.
1238         * lib/mpsort.c: Likewise.
1239         * lib/nanosleep.c: Likewise.
1240         * lib/obstack.c: Likewise.
1241         * lib/obstack.h: Likewise.
1242         * lib/open-safer.c: Likewise.
1243         * lib/open.c: Likewise.
1244         * lib/openat-die.c: Likewise.
1245         * lib/openat-priv.h: Likewise.
1246         * lib/openat-proc.c: Likewise.
1247         * lib/openat.c: Likewise.
1248         * lib/openat.h: Likewise.
1249         * lib/pagealign_alloc.c: Likewise.
1250         * lib/pagealign_alloc.h: Likewise.
1251         * lib/physmem.c: Likewise.
1252         * lib/physmem.h: Likewise.
1253         * lib/pipe-safer.c: Likewise.
1254         * lib/pipe.c: Likewise.
1255         * lib/pipe.h: Likewise.
1256         * lib/posixtm.c: Likewise.
1257         * lib/posixtm.h: Likewise.
1258         * lib/posixver.c: Likewise.
1259         * lib/printf-frexp.c: Likewise.
1260         * lib/printf-frexp.h: Likewise.
1261         * lib/printf-frexpl.c: Likewise.
1262         * lib/printf-frexpl.h: Likewise.
1263         * lib/printf.c: Likewise.
1264         * lib/progname.c: Likewise.
1265         * lib/progname.h: Likewise.
1266         * lib/progreloc.c: Likewise.
1267         * lib/putenv.c: Likewise.
1268         * lib/quote.c: Likewise.
1269         * lib/quote.h: Likewise.
1270         * lib/quotearg.c: Likewise.
1271         * lib/quotearg.h: Likewise.
1272         * lib/raise.c: Likewise.
1273         * lib/readline.c: Likewise.
1274         * lib/readline.h: Likewise.
1275         * lib/readlink.c: Likewise.
1276         * lib/readtokens.c: Likewise.
1277         * lib/readtokens.h: Likewise.
1278         * lib/readtokens0.c: Likewise.
1279         * lib/readtokens0.h: Likewise.
1280         * lib/readutmp.c: Likewise.
1281         * lib/readutmp.h: Likewise.
1282         * lib/realloc.c: Likewise.
1283         * lib/relocwrapper.c: Likewise.
1284         * lib/rename-dest-slash.c: Likewise.
1285         * lib/rename.c: Likewise.
1286         * lib/rmdir.c: Likewise.
1287         * lib/rpmatch.c: Likewise.
1288         * lib/safe-read.c: Likewise.
1289         * lib/safe-read.h: Likewise.
1290         * lib/safe-write.c: Likewise.
1291         * lib/safe-write.h: Likewise.
1292         * lib/same-inode.h: Likewise.
1293         * lib/same.c: Likewise.
1294         * lib/same.h: Likewise.
1295         * lib/save-cwd.c: Likewise.
1296         * lib/save-cwd.h: Likewise.
1297         * lib/savedir.c: Likewise.
1298         * lib/savedir.h: Likewise.
1299         * lib/savewd.c: Likewise.
1300         * lib/savewd.h: Likewise.
1301         * lib/search.in.h: Likewise.
1302         * lib/setenv.c: Likewise.
1303         * lib/setenv.h: Likewise.
1304         * lib/settime.c: Likewise.
1305         * lib/sh-quote.c: Likewise.
1306         * lib/sh-quote.h: Likewise.
1307         * lib/sig2str.c: Likewise.
1308         * lib/sig2str.h: Likewise.
1309         * lib/signal.in.h: Likewise.
1310         * lib/signbitd.c: Likewise.
1311         * lib/signbitf.c: Likewise.
1312         * lib/signbitl.c: Likewise.
1313         * lib/sigprocmask.c: Likewise.
1314         * lib/sincosl.c: Likewise.
1315         * lib/sleep.c: Likewise.
1316         * lib/sprintf.c: Likewise.
1317         * lib/sqrtl.c: Likewise.
1318         * lib/stat-time.h: Likewise.
1319         * lib/stdio--.h: Likewise.
1320         * lib/stdio-safer.h: Likewise.
1321         * lib/stdlib--.h: Likewise.
1322         * lib/stdlib-safer.h: Likewise.
1323         * lib/stdlib.in.h: Likewise.
1324         * lib/stpcpy.c: Likewise.
1325         * lib/stpncpy.c: Likewise.
1326         * lib/strchrnul.c: Likewise.
1327         * lib/strcspn.c: Likewise.
1328         * lib/strerror.c: Likewise.
1329         * lib/strftime.c: Likewise.
1330         * lib/strftime.h: Likewise.
1331         * lib/striconveh.c: Likewise.
1332         * lib/striconveh.h: Likewise.
1333         * lib/striconveha.c: Likewise.
1334         * lib/striconveha.h: Likewise.
1335         * lib/stripslash.c: Likewise.
1336         * lib/strnlen1.c: Likewise.
1337         * lib/strnlen1.h: Likewise.
1338         * lib/strtod.c: Likewise.
1339         * lib/strtoimax.c: Likewise.
1340         * lib/strtok_r.c: Likewise.
1341         * lib/strtol.c: Likewise.
1342         * lib/strtoll.c: Likewise.
1343         * lib/strtoul.c: Likewise.
1344         * lib/strtoull.c: Likewise.
1345         * lib/sysexits.in.h: Likewise.
1346         * lib/tempname.c: Likewise.
1347         * lib/tempname.h: Likewise.
1348         * lib/timespec.h: Likewise.
1349         * lib/tls.c: Likewise.
1350         * lib/tls.h: Likewise.
1351         * lib/tmpdir.c: Likewise.
1352         * lib/tmpdir.h: Likewise.
1353         * lib/tmpfile-safer.c: Likewise.
1354         * lib/tmpfile.c: Likewise.
1355         * lib/trigl.c: Likewise.
1356         * lib/trigl.h: Likewise.
1357         * lib/trim.c: Likewise.
1358         * lib/trim.h: Likewise.
1359         * lib/trunc.c: Likewise.
1360         * lib/truncf.c: Likewise.
1361         * lib/truncl.c: Likewise.
1362         * lib/tsearch.c: Likewise.
1363         * lib/unicodeio.c: Likewise.
1364         * lib/unicodeio.h: Likewise.
1365         * lib/unistd--.h: Likewise.
1366         * lib/unistd-safer.h: Likewise.
1367         * lib/unistdio/ulc-fprintf.c: Likewise.
1368         * lib/unistdio/ulc-vfprintf.c: Likewise.
1369         * lib/unlinkdir.c: Likewise.
1370         * lib/unlinkdir.h: Likewise.
1371         * lib/unlocked-io.h: Likewise.
1372         * lib/unsetenv.c: Likewise.
1373         * lib/userspec.c: Likewise.
1374         * lib/utime.c: Likewise.
1375         * lib/utimecmp.c: Likewise.
1376         * lib/utimecmp.h: Likewise.
1377         * lib/utimens.c: Likewise.
1378         * lib/verify.h: Likewise.
1379         * lib/verror.c: Likewise.
1380         * lib/verror.h: Likewise.
1381         * lib/version-etc-fsf.c: Likewise.
1382         * lib/version-etc.c: Likewise.
1383         * lib/version-etc.h: Likewise.
1384         * lib/vfprintf.c: Likewise.
1385         * lib/vprintf.c: Likewise.
1386         * lib/vsprintf.c: Likewise.
1387         * lib/w32spawn.h: Likewise.
1388         * lib/wait-process.c: Likewise.
1389         * lib/wait-process.h: Likewise.
1390         * lib/wcwidth.c: Likewise.
1391         * lib/write-any-file.c: Likewise.
1392         * lib/xalloc-die.c: Likewise.
1393         * lib/xalloc.h: Likewise.
1394         * lib/xasprintf.c: Likewise.
1395         * lib/xgetcwd.c: Likewise.
1396         * lib/xgetcwd.h: Likewise.
1397         * lib/xgetdomainname.c: Likewise.
1398         * lib/xgetdomainname.h: Likewise.
1399         * lib/xgethostname.c: Likewise.
1400         * lib/xmalloc.c: Likewise.
1401         * lib/xmalloca.c: Likewise.
1402         * lib/xmalloca.h: Likewise.
1403         * lib/xmemcoll.c: Likewise.
1404         * lib/xnanosleep.c: Likewise.
1405         * lib/xreadlink.c: Likewise.
1406         * lib/xreadlink.h: Likewise.
1407         * lib/xsetenv.c: Likewise.
1408         * lib/xsetenv.h: Likewise.
1409         * lib/xstriconv.c: Likewise.
1410         * lib/xstriconv.h: Likewise.
1411         * lib/xstrndup.c: Likewise.
1412         * lib/xstrndup.h: Likewise.
1413         * lib/xstrtod.c: Likewise.
1414         * lib/xstrtod.h: Likewise.
1415         * lib/xstrtol-error.c: Likewise.
1416         * lib/xstrtol.c: Likewise.
1417         * lib/xstrtol.h: Likewise.
1418         * lib/xtime.h: Likewise.
1419         * lib/xvasprintf.c: Likewise.
1420         * lib/xvasprintf.h: Likewise.
1421         * lib/yesno.c: Likewise.
1422         * lib/yesno.h: Likewise.
1423         * posix-modules: Likewise.
1424         * tests/test-alloca-opt.c: Likewise.
1425         * tests/test-arcfour.c: Likewise.
1426         * tests/test-arctwo.c: Likewise.
1427         * tests/test-argmatch.c: Likewise.
1428         * tests/test-argp-2.sh: Likewise.
1429         * tests/test-argp.c: Likewise.
1430         * tests/test-arpa_inet.c: Likewise.
1431         * tests/test-array_list.c: Likewise.
1432         * tests/test-array_oset.c: Likewise.
1433         * tests/test-atexit.c: Likewise.
1434         * tests/test-avltree_list.c: Likewise.
1435         * tests/test-avltree_oset.c: Likewise.
1436         * tests/test-avltreehash_list.c: Likewise.
1437         * tests/test-base64.c: Likewise.
1438         * tests/test-binary-io.c: Likewise.
1439         * tests/test-byteswap.c: Likewise.
1440         * tests/test-c-ctype.c: Likewise.
1441         * tests/test-c-strcasecmp.c: Likewise.
1442         * tests/test-c-strcasestr.c: Likewise.
1443         * tests/test-c-strncasecmp.c: Likewise.
1444         * tests/test-c-strstr.c: Likewise.
1445         * tests/test-canonicalize-lgpl.c: Likewise.
1446         * tests/test-canonicalize.c: Likewise.
1447         * tests/test-carray_list.c: Likewise.
1448         * tests/test-ceilf.c: Likewise.
1449         * tests/test-ceill.c: Likewise.
1450         * tests/test-count-one-bits.c: Likewise.
1451         * tests/test-crc.c: Likewise.
1452         * tests/test-dirname.c: Likewise.
1453         * tests/test-fbufmode.c: Likewise.
1454         * tests/test-fcntl.c: Likewise.
1455         * tests/test-fflush.c: Likewise.
1456         * tests/test-floorf.c: Likewise.
1457         * tests/test-floorl.c: Likewise.
1458         * tests/test-fopen.c: Likewise.
1459         * tests/test-fprintf-posix.c: Likewise.
1460         * tests/test-fprintf-posix.h: Likewise.
1461         * tests/test-fpurge.c: Likewise.
1462         * tests/test-freadable.c: Likewise.
1463         * tests/test-freadahead.c: Likewise.
1464         * tests/test-freading.c: Likewise.
1465         * tests/test-freopen.c: Likewise.
1466         * tests/test-frexp.c: Likewise.
1467         * tests/test-frexpl.c: Likewise.
1468         * tests/test-fseek.c: Likewise.
1469         * tests/test-fseeko.c: Likewise.
1470         * tests/test-fseterr.c: Likewise.
1471         * tests/test-fstrcmp.c: Likewise.
1472         * tests/test-ftell.c: Likewise.
1473         * tests/test-ftello.c: Likewise.
1474         * tests/test-fwritable.c: Likewise.
1475         * tests/test-fwriting.c: Likewise.
1476         * tests/test-getaddrinfo.c: Likewise.
1477         * tests/test-getpass.c: Likewise.
1478         * tests/test-gettimeofday.c: Likewise.
1479         * tests/test-hmac-md5.c: Likewise.
1480         * tests/test-hmac-sha1.c: Likewise.
1481         * tests/test-iconv.c: Likewise.
1482         * tests/test-iconvme.c: Likewise.
1483         * tests/test-inttypes.c: Likewise.
1484         * tests/test-isnan.c: Likewise.
1485         * tests/test-isnanf.c: Likewise.
1486         * tests/test-isnanl-nolibm.c: Likewise.
1487         * tests/test-isnanl.c: Likewise.
1488         * tests/test-isnanl.h: Likewise.
1489         * tests/test-ldexpl.c: Likewise.
1490         * tests/test-linked_list.c: Likewise.
1491         * tests/test-linkedhash_list.c: Likewise.
1492         * tests/test-locale.c: Likewise.
1493         * tests/test-localename.c: Likewise.
1494         * tests/test-lock.c: Likewise.
1495         * tests/test-lseek.c: Likewise.
1496         * tests/test-malloca.c: Likewise.
1497         * tests/test-math.c: Likewise.
1498         * tests/test-mbscasecmp.c: Likewise.
1499         * tests/test-mbscasestr1.c: Likewise.
1500         * tests/test-mbscasestr2.c: Likewise.
1501         * tests/test-mbscasestr3.c: Likewise.
1502         * tests/test-mbscasestr4.c: Likewise.
1503         * tests/test-mbschr.c: Likewise.
1504         * tests/test-mbscspn.c: Likewise.
1505         * tests/test-mbsncasecmp.c: Likewise.
1506         * tests/test-mbspbrk.c: Likewise.
1507         * tests/test-mbspcasecmp.c: Likewise.
1508         * tests/test-mbsrchr.c: Likewise.
1509         * tests/test-mbsspn.c: Likewise.
1510         * tests/test-mbsstr1.c: Likewise.
1511         * tests/test-mbsstr2.c: Likewise.
1512         * tests/test-mbsstr3.c: Likewise.
1513         * tests/test-md5.c: Likewise.
1514         * tests/test-memmem.c: Likewise.
1515         * tests/test-netinet_in.c: Likewise.
1516         * tests/test-open.c: Likewise.
1517         * tests/test-printf-frexp.c: Likewise.
1518         * tests/test-printf-frexpl.c: Likewise.
1519         * tests/test-printf-posix.c: Likewise.
1520         * tests/test-printf-posix.h: Likewise.
1521         * tests/test-rbtree_list.c: Likewise.
1522         * tests/test-rbtree_oset.c: Likewise.
1523         * tests/test-rbtreehash_list.c: Likewise.
1524         * tests/test-read-file.c: Likewise.
1525         * tests/test-rijndael.c: Likewise.
1526         * tests/test-search.c: Likewise.
1527         * tests/test-signbit.c: Likewise.
1528         * tests/test-sleep.c: Likewise.
1529         * tests/test-snprintf-posix.c: Likewise.
1530         * tests/test-snprintf-posix.h: Likewise.
1531         * tests/test-snprintf.c: Likewise.
1532         * tests/test-sprintf-posix.c: Likewise.
1533         * tests/test-sprintf-posix.h: Likewise.
1534         * tests/test-stat-time.c: Likewise.
1535         * tests/test-stdbool.c: Likewise.
1536         * tests/test-stdint.c: Likewise.
1537         * tests/test-stdio.c: Likewise.
1538         * tests/test-stdlib.c: Likewise.
1539         * tests/test-stpncpy.c: Likewise.
1540         * tests/test-strcasestr.c: Likewise.
1541         * tests/test-striconv.c: Likewise.
1542         * tests/test-striconveh.c: Likewise.
1543         * tests/test-striconveha.c: Likewise.
1544         * tests/test-string.c: Likewise.
1545         * tests/test-sys_select.c: Likewise.
1546         * tests/test-sys_socket.c: Likewise.
1547         * tests/test-sys_stat.c: Likewise.
1548         * tests/test-sys_time.c: Likewise.
1549         * tests/test-sysexits.c: Likewise.
1550         * tests/test-time.c: Likewise.
1551         * tests/test-tls.c: Likewise.
1552         * tests/test-trunc.c: Likewise.
1553         * tests/test-truncf.c: Likewise.
1554         * tests/test-truncl.c: Likewise.
1555         * tests/test-unistd.c: Likewise.
1556         * tests/test-vasnprintf-posix.c: Likewise.
1557         * tests/test-vasnprintf-posix2.c: Likewise.
1558         * tests/test-vasnprintf.c: Likewise.
1559         * tests/test-vasprintf-posix.c: Likewise.
1560         * tests/test-vasprintf.c: Likewise.
1561         * tests/test-verify.c: Likewise.
1562         * tests/test-vfprintf-posix.c: Likewise.
1563         * tests/test-vprintf-posix.c: Likewise.
1564         * tests/test-vsnprintf-posix.c: Likewise.
1565         * tests/test-vsnprintf.c: Likewise.
1566         * tests/test-vsprintf-posix.c: Likewise.
1567         * tests/test-wchar.c: Likewise.
1568         * tests/test-wctype.c: Likewise.
1569         * tests/test-wcwidth.c: Likewise.
1570         * tests/test-xstrtol.c: Likewise.
1571         * tests/test-xvasprintf.c: Likewise.
1572         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1573         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1574         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1575         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1576         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1577         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1578         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1579         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1580         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1581         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1582         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1583         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1584         * tests/uniname/test-uninames.c: Likewise.
1585         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1586         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
1587         * tests/unistdio/test-u16-printf1.h: Likewise.
1588         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1589         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1590         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1591         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1592         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1593         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1594         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1595         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
1596         * tests/unistdio/test-u32-printf1.h: Likewise.
1597         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1598         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1599         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1600         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1601         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1602         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1603         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1604         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
1605         * tests/unistdio/test-u8-printf1.h: Likewise.
1606         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1607         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1608         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1609         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1610         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1611         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1612         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1613         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
1614         * tests/unistdio/test-ulc-printf1.h: Likewise.
1615         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1616         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1617         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1618         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1619         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1620         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1621         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1622         * tests/uniwidth/test-u16-width.c: Likewise.
1623         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1624         * tests/uniwidth/test-u32-width.c: Likewise.
1625         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1626         * tests/uniwidth/test-u8-width.c: Likewise.
1627         * tests/uniwidth/test-uc_width.c: Likewise.
1628         * config/srclist-update: Likewise.
1629         (fixlicense): Update to GPLv3+.
1630
1631         Change copyright notice from LGPLv2.1+ to LGPLv3+.
1632         * tests/test-tsearch.c: Change copyright notice.
1633
1634         Change copyright notice from LGPLv2.0+ to LGPLv3+.
1635         * lib/c-strcaseeq.h: Change copyright notice.
1636         * lib/streq.h: Likewise.
1637         * lib/uniconv.h: Likewise.
1638         * lib/uniconv/u-conv-from-enc.h: Likewise.
1639         * lib/uniconv/u-conv-to-enc.h: Likewise.
1640         * lib/uniconv/u-strconv-from-enc.h: Likewise.
1641         * lib/uniconv/u-strconv-to-enc.h: Likewise.
1642         * lib/uniconv/u16-conv-from-enc.c: Likewise.
1643         * lib/uniconv/u16-conv-to-enc.c: Likewise.
1644         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
1645         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
1646         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
1647         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
1648         * lib/uniconv/u32-conv-from-enc.c: Likewise.
1649         * lib/uniconv/u32-conv-to-enc.c: Likewise.
1650         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
1651         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
1652         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
1653         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
1654         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1655         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1656         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1657         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1658         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1659         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1660         * lib/uniname.h: Likewise.
1661         * lib/uniname/uniname.c: Likewise.
1662         * lib/unistdio.h: Likewise.
1663         * lib/unistdio/u-asnprintf.h: Likewise.
1664         * lib/unistdio/u-asprintf.h: Likewise.
1665         * lib/unistdio/u-printf-args.c: Likewise.
1666         * lib/unistdio/u-printf-args.h: Likewise.
1667         * lib/unistdio/u-printf-parse.h: Likewise.
1668         * lib/unistdio/u-snprintf.h: Likewise.
1669         * lib/unistdio/u-sprintf.h: Likewise.
1670         * lib/unistdio/u-vasprintf.h: Likewise.
1671         * lib/unistdio/u-vsnprintf.h: Likewise.
1672         * lib/unistdio/u-vsprintf.h: Likewise.
1673         * lib/unistdio/u16-asnprintf.c: Likewise.
1674         * lib/unistdio/u16-asprintf.c: Likewise.
1675         * lib/unistdio/u16-printf-parse.c: Likewise.
1676         * lib/unistdio/u16-snprintf.c: Likewise.
1677         * lib/unistdio/u16-sprintf.c: Likewise.
1678         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1679         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1680         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1681         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1682         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1683         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1684         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1685         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1686         * lib/unistdio/u16-vasnprintf.c: Likewise.
1687         * lib/unistdio/u16-vasprintf.c: Likewise.
1688         * lib/unistdio/u16-vsnprintf.c: Likewise.
1689         * lib/unistdio/u16-vsprintf.c: Likewise.
1690         * lib/unistdio/u32-asnprintf.c: Likewise.
1691         * lib/unistdio/u32-asprintf.c: Likewise.
1692         * lib/unistdio/u32-printf-parse.c: Likewise.
1693         * lib/unistdio/u32-snprintf.c: Likewise.
1694         * lib/unistdio/u32-sprintf.c: Likewise.
1695         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1696         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1697         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1698         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1699         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1700         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1701         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1702         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1703         * lib/unistdio/u32-vasnprintf.c: Likewise.
1704         * lib/unistdio/u32-vasprintf.c: Likewise.
1705         * lib/unistdio/u32-vsnprintf.c: Likewise.
1706         * lib/unistdio/u32-vsprintf.c: Likewise.
1707         * lib/unistdio/u8-asnprintf.c: Likewise.
1708         * lib/unistdio/u8-asprintf.c: Likewise.
1709         * lib/unistdio/u8-printf-parse.c: Likewise.
1710         * lib/unistdio/u8-snprintf.c: Likewise.
1711         * lib/unistdio/u8-sprintf.c: Likewise.
1712         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1713         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1714         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1715         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1716         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1717         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1718         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1719         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1720         * lib/unistdio/u8-vasnprintf.c: Likewise.
1721         * lib/unistdio/u8-vasprintf.c: Likewise.
1722         * lib/unistdio/u8-vsnprintf.c: Likewise.
1723         * lib/unistdio/u8-vsprintf.c: Likewise.
1724         * lib/unistdio/ulc-asnprintf.c: Likewise.
1725         * lib/unistdio/ulc-asprintf.c: Likewise.
1726         * lib/unistdio/ulc-printf-parse.c: Likewise.
1727         * lib/unistdio/ulc-snprintf.c: Likewise.
1728         * lib/unistdio/ulc-sprintf.c: Likewise.
1729         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1730         * lib/unistdio/ulc-vasprintf.c: Likewise.
1731         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1732         * lib/unistdio/ulc-vsprintf.c: Likewise.
1733         * lib/unistr.h: Likewise.
1734         * lib/unistr/u-cpy-alloc.h: Likewise.
1735         * lib/unistr/u-cpy.h: Likewise.
1736         * lib/unistr/u-endswith.h: Likewise.
1737         * lib/unistr/u-move.h: Likewise.
1738         * lib/unistr/u-set.h: Likewise.
1739         * lib/unistr/u-startswith.h: Likewise.
1740         * lib/unistr/u-stpcpy.h: Likewise.
1741         * lib/unistr/u-stpncpy.h: Likewise.
1742         * lib/unistr/u-strcat.h: Likewise.
1743         * lib/unistr/u-strcpy.h: Likewise.
1744         * lib/unistr/u-strcspn.h: Likewise.
1745         * lib/unistr/u-strdup.h: Likewise.
1746         * lib/unistr/u-strlen.h: Likewise.
1747         * lib/unistr/u-strncat.h: Likewise.
1748         * lib/unistr/u-strncpy.h: Likewise.
1749         * lib/unistr/u-strnlen.h: Likewise.
1750         * lib/unistr/u-strpbrk.h: Likewise.
1751         * lib/unistr/u-strspn.h: Likewise.
1752         * lib/unistr/u-strstr.h: Likewise.
1753         * lib/unistr/u-strtok.h: Likewise.
1754         * lib/unistr/u16-check.c: Likewise.
1755         * lib/unistr/u16-chr.c: Likewise.
1756         * lib/unistr/u16-cmp.c: Likewise.
1757         * lib/unistr/u16-cpy-alloc.c: Likewise.
1758         * lib/unistr/u16-cpy.c: Likewise.
1759         * lib/unistr/u16-endswith.c: Likewise.
1760         * lib/unistr/u16-mblen.c: Likewise.
1761         * lib/unistr/u16-mbsnlen.c: Likewise.
1762         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1763         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1764         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1765         * lib/unistr/u16-mbtouc.c: Likewise.
1766         * lib/unistr/u16-mbtoucr.c: Likewise.
1767         * lib/unistr/u16-move.c: Likewise.
1768         * lib/unistr/u16-next.c: Likewise.
1769         * lib/unistr/u16-prev.c: Likewise.
1770         * lib/unistr/u16-set.c: Likewise.
1771         * lib/unistr/u16-startswith.c: Likewise.
1772         * lib/unistr/u16-stpcpy.c: Likewise.
1773         * lib/unistr/u16-stpncpy.c: Likewise.
1774         * lib/unistr/u16-strcat.c: Likewise.
1775         * lib/unistr/u16-strchr.c: Likewise.
1776         * lib/unistr/u16-strcmp.c: Likewise.
1777         * lib/unistr/u16-strcpy.c: Likewise.
1778         * lib/unistr/u16-strcspn.c: Likewise.
1779         * lib/unistr/u16-strdup.c: Likewise.
1780         * lib/unistr/u16-strlen.c: Likewise.
1781         * lib/unistr/u16-strmblen.c: Likewise.
1782         * lib/unistr/u16-strmbtouc.c: Likewise.
1783         * lib/unistr/u16-strncat.c: Likewise.
1784         * lib/unistr/u16-strncmp.c: Likewise.
1785         * lib/unistr/u16-strncpy.c: Likewise.
1786         * lib/unistr/u16-strnlen.c: Likewise.
1787         * lib/unistr/u16-strpbrk.c: Likewise.
1788         * lib/unistr/u16-strrchr.c: Likewise.
1789         * lib/unistr/u16-strspn.c: Likewise.
1790         * lib/unistr/u16-strstr.c: Likewise.
1791         * lib/unistr/u16-strtok.c: Likewise.
1792         * lib/unistr/u16-to-u32.c: Likewise.
1793         * lib/unistr/u16-to-u8.c: Likewise.
1794         * lib/unistr/u16-uctomb-aux.c: Likewise.
1795         * lib/unistr/u16-uctomb.c: Likewise.
1796         * lib/unistr/u32-check.c: Likewise.
1797         * lib/unistr/u32-chr.c: Likewise.
1798         * lib/unistr/u32-cmp.c: Likewise.
1799         * lib/unistr/u32-cpy-alloc.c: Likewise.
1800         * lib/unistr/u32-cpy.c: Likewise.
1801         * lib/unistr/u32-endswith.c: Likewise.
1802         * lib/unistr/u32-mblen.c: Likewise.
1803         * lib/unistr/u32-mbsnlen.c: Likewise.
1804         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1805         * lib/unistr/u32-mbtouc.c: Likewise.
1806         * lib/unistr/u32-mbtoucr.c: Likewise.
1807         * lib/unistr/u32-move.c: Likewise.
1808         * lib/unistr/u32-next.c: Likewise.
1809         * lib/unistr/u32-prev.c: Likewise.
1810         * lib/unistr/u32-set.c: Likewise.
1811         * lib/unistr/u32-startswith.c: Likewise.
1812         * lib/unistr/u32-stpcpy.c: Likewise.
1813         * lib/unistr/u32-stpncpy.c: Likewise.
1814         * lib/unistr/u32-strcat.c: Likewise.
1815         * lib/unistr/u32-strchr.c: Likewise.
1816         * lib/unistr/u32-strcmp.c: Likewise.
1817         * lib/unistr/u32-strcpy.c: Likewise.
1818         * lib/unistr/u32-strcspn.c: Likewise.
1819         * lib/unistr/u32-strdup.c: Likewise.
1820         * lib/unistr/u32-strlen.c: Likewise.
1821         * lib/unistr/u32-strmblen.c: Likewise.
1822         * lib/unistr/u32-strmbtouc.c: Likewise.
1823         * lib/unistr/u32-strncat.c: Likewise.
1824         * lib/unistr/u32-strncmp.c: Likewise.
1825         * lib/unistr/u32-strncpy.c: Likewise.
1826         * lib/unistr/u32-strnlen.c: Likewise.
1827         * lib/unistr/u32-strpbrk.c: Likewise.
1828         * lib/unistr/u32-strrchr.c: Likewise.
1829         * lib/unistr/u32-strspn.c: Likewise.
1830         * lib/unistr/u32-strstr.c: Likewise.
1831         * lib/unistr/u32-strtok.c: Likewise.
1832         * lib/unistr/u32-to-u16.c: Likewise.
1833         * lib/unistr/u32-to-u8.c: Likewise.
1834         * lib/unistr/u32-uctomb.c: Likewise.
1835         * lib/unistr/u8-check.c: Likewise.
1836         * lib/unistr/u8-chr.c: Likewise.
1837         * lib/unistr/u8-cmp.c: Likewise.
1838         * lib/unistr/u8-cpy-alloc.c: Likewise.
1839         * lib/unistr/u8-cpy.c: Likewise.
1840         * lib/unistr/u8-endswith.c: Likewise.
1841         * lib/unistr/u8-mblen.c: Likewise.
1842         * lib/unistr/u8-mbsnlen.c: Likewise.
1843         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1844         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1845         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1846         * lib/unistr/u8-mbtouc.c: Likewise.
1847         * lib/unistr/u8-mbtoucr.c: Likewise.
1848         * lib/unistr/u8-move.c: Likewise.
1849         * lib/unistr/u8-next.c: Likewise.
1850         * lib/unistr/u8-prev.c: Likewise.
1851         * lib/unistr/u8-set.c: Likewise.
1852         * lib/unistr/u8-startswith.c: Likewise.
1853         * lib/unistr/u8-stpcpy.c: Likewise.
1854         * lib/unistr/u8-stpncpy.c: Likewise.
1855         * lib/unistr/u8-strcat.c: Likewise.
1856         * lib/unistr/u8-strchr.c: Likewise.
1857         * lib/unistr/u8-strcmp.c: Likewise.
1858         * lib/unistr/u8-strcpy.c: Likewise.
1859         * lib/unistr/u8-strcspn.c: Likewise.
1860         * lib/unistr/u8-strdup.c: Likewise.
1861         * lib/unistr/u8-strlen.c: Likewise.
1862         * lib/unistr/u8-strmblen.c: Likewise.
1863         * lib/unistr/u8-strmbtouc.c: Likewise.
1864         * lib/unistr/u8-strncat.c: Likewise.
1865         * lib/unistr/u8-strncmp.c: Likewise.
1866         * lib/unistr/u8-strncpy.c: Likewise.
1867         * lib/unistr/u8-strnlen.c: Likewise.
1868         * lib/unistr/u8-strpbrk.c: Likewise.
1869         * lib/unistr/u8-strrchr.c: Likewise.
1870         * lib/unistr/u8-strspn.c: Likewise.
1871         * lib/unistr/u8-strstr.c: Likewise.
1872         * lib/unistr/u8-strtok.c: Likewise.
1873         * lib/unistr/u8-to-u16.c: Likewise.
1874         * lib/unistr/u8-to-u32.c: Likewise.
1875         * lib/unistr/u8-uctomb-aux.c: Likewise.
1876         * lib/unistr/u8-uctomb.c: Likewise.
1877         * lib/unitypes.h: Likewise.
1878         * lib/uniwidth.h: Likewise.
1879         * lib/uniwidth/cjk.h: Likewise.
1880         * lib/uniwidth/u16-strwidth.c: Likewise.
1881         * lib/uniwidth/u16-width.c: Likewise.
1882         * lib/uniwidth/u32-strwidth.c: Likewise.
1883         * lib/uniwidth/u32-width.c: Likewise.
1884         * lib/uniwidth/u8-strwidth.c: Likewise.
1885         * lib/uniwidth/u8-width.c: Likewise.
1886         * lib/uniwidth/width.c: Likewise.
1887
1888 2007-10-07  Bruno Haible  <bruno@clisp.org>
1889
1890         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1891         The file is still under LGPL (see modules/inttypes).
1892
1893 2007-10-06  Bruno Haible  <bruno@clisp.org>
1894
1895         * modules/trunc (Dependencies): Add 'extensions'.
1896         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1897         Reported by Ben Pfaff <blp@gnu.org>.
1898
1899 2007-10-06  Bruno Haible  <bruno@clisp.org>
1900
1901         * modules/freopen-tests: New file.
1902         * tests/test-freopen.c: New file.
1903
1904         * modules/fopen-tests: New file.
1905         * tests/test-fopen.c: New file.
1906
1907         * modules/fopen: New file.
1908         * lib/fopen.c: New file.
1909         * m4/fopen.m4: New file.
1910         * modules/freopen: New file.
1911         * lib/freopen.c: New file.
1912         * m4/freopen.m4: New file.
1913         * lib/stdio.in.h (fopen, freopen): New declarations.
1914         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1915         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1916         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1917         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1918         * doc/functions/fopen.texi: Mention the 'fopen' module.
1919         * doc/functions/freopen.texi: Mention the 'freopen' module.
1920
1921 2007-10-06  Bruno Haible  <bruno@clisp.org>
1922
1923         * modules/open-tests: New file.
1924         * tests/test-open.c: New file.
1925
1926         * modules/open: New file.
1927         * lib/open.c: New file.
1928         * m4/open.m4: New file.
1929         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1930         lib/open.c does.
1931         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1932         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1933         macros.
1934         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1935         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1936         REPLACE_OPEN.
1937         * doc/functions/open.texi: Mention the 'open' module.
1938
1939 2007-10-04  Bruno Haible  <bruno@clisp.org>
1940
1941         * modules/ceill-tests: New file.
1942         * tests/test-ceill.c: New file.
1943
1944         * modules/ceill: New file.
1945         * lib/ceill.c: Replace entire file.
1946         * m4/ceill.m4: New file.
1947         * lib/math.in.h (ceill): Replace declaration.
1948         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1949         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1950         * doc/functions/ceill.texi: Mention the 'ceill' module.
1951         * modules/mathl (Files): Remove lib/ceill.c.
1952         (Depends-on): Add ceill.
1953
1954 2007-10-04  Bruno Haible  <bruno@clisp.org>
1955
1956         * modules/ceilf-tests: New file.
1957         * tests/test-ceilf.c: New file.
1958
1959         * modules/ceilf: New file.
1960         * lib/ceil.c: New file.
1961         * lib/ceilf.c: New file.
1962         * m4/ceilf.m4: New file.
1963         * lib/math.in.h (ceilf): New declaration.
1964         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1965         HAVE_DECL_CEILF.
1966         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1967         HAVE_DECL_CEILF.
1968         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1969
1970 2007-10-04  Bruno Haible  <bruno@clisp.org>
1971
1972         * modules/floorl-tests: New file.
1973         * tests/test-floorl.c: New file.
1974
1975         * modules/floorl: New file.
1976         * lib/floorl.c: Replace entire file.
1977         * m4/floorl.m4: New file.
1978         * lib/math.in.h (floorl): Replace declaration.
1979         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1980         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1981         * doc/functions/floorl.texi: Mention the 'floorl' module.
1982         * modules/mathl (Files): Remove lib/floorl.c.
1983         (Depends-on): Add floorl.
1984
1985 2007-10-04  Bruno Haible  <bruno@clisp.org>
1986
1987         * modules/floorf-tests: New file.
1988         * tests/test-floorf.c: New file.
1989
1990         * modules/floorf: New file.
1991         * lib/floor.c: New file.
1992         * lib/floorf.c: New file.
1993         * m4/floorf.m4: New file.
1994         * lib/math.in.h (floorf): New declaration.
1995         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1996         HAVE_DECL_FLOORF.
1997         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1998         HAVE_DECL_FLOORF.
1999         * doc/functions/floorf.texi: Mention the 'floorf' module.
2000
2001 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
2002             Bruno Haible  <bruno@clisp.org>
2003
2004         Advertise for the Git server instead of the CVS server.
2005         * doc/gnulib-intro.texi (Steady Development): Mention the Git
2006         repository instead of the CVS one.
2007         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
2008         about all VCS systems generically.
2009         * doc/gnulib.texi (Introduction): Capitalize `Git'.
2010
2011 2007-10-04  Bruno Haible  <bruno@clisp.org>
2012
2013         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
2014         means.
2015         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
2016
2017 2007-10-04  Bruno Haible  <bruno@clisp.org>
2018
2019         * modules/truncl-tests: New file.
2020         * tests/test-truncl.c: New file.
2021
2022         * modules/truncl: New file.
2023         * lib/truncl.c: New file.
2024         * m4/truncl.m4: New file.
2025         * lib/math.in.h (truncl): New declaration.
2026         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
2027         HAVE_DECL_TRUNCL.
2028         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
2029         HAVE_DECL_TRUNCL.
2030         * doc/functions/truncl.texi: Mention the 'truncl' module.
2031
2032 2007-10-04  Bruno Haible  <bruno@clisp.org>
2033
2034         * modules/truncf-tests: New file.
2035         * tests/test-truncf.c: New file.
2036
2037         * modules/truncf: New file.
2038         * lib/trunc.c: Make paramerizable through USE_* macros.
2039         * lib/truncf.c: New file.
2040         * m4/truncf.m4: New file.
2041         * lib/math.in.h (truncf): New declaration.
2042         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
2043         HAVE_DECL_TRUNCF.
2044         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
2045         HAVE_DECL_TRUNCF.
2046         * doc/functions/truncf.texi: Mention the 'truncf' module.
2047
2048 2007-10-03  Bruno Haible  <bruno@clisp.org>
2049
2050         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2051         augmentation also for tests modules.
2052         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
2053         * modules/atexit-tests (Makefile.am): Likewise.
2054         * modules/binary-io-tests (Makefile.am): Likewise.
2055         * modules/c-strcase-tests (Makefile.am): Likewise.
2056         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
2057         * modules/canonicalize-tests (Makefile.am): Likewise.
2058         * modules/closein-tests (Makefile.am): Likewise.
2059         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2060         * modules/freadahead-tests (Makefile.am): Likewise.
2061         * modules/fseek-tests (Makefile.am): Likewise.
2062         * modules/fseeko-tests (Makefile.am): Likewise.
2063         * modules/ftell-tests (Makefile.am): Likewise.
2064         * modules/ftello-tests (Makefile.am): Likewise.
2065         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
2066         * modules/isnanl-tests (Makefile.am): Likewise.
2067         * modules/lseek-tests (Makefile.am): Likewise.
2068         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2069         * modules/mbscasestr-tests (Makefile.am): Likewise.
2070         * modules/mbschr-tests (Makefile.am): Likewise.
2071         * modules/mbscspn-tests (Makefile.am): Likewise.
2072         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2073         * modules/mbspbrk-tests (Makefile.am): Likewise.
2074         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2075         * modules/mbsrchr-tests (Makefile.am): Likewise.
2076         * modules/mbsspn-tests (Makefile.am): Likewise.
2077         * modules/mbsstr-tests (Makefile.am): Likewise.
2078         * modules/printf-posix-tests (Makefile.am): Likewise.
2079         * modules/snprintf-posix-tests (Makefile.am): Likewise.
2080         * modules/sprintf-posix-tests (Makefile.am): Likewise.
2081         * modules/tsearch-tests (Makefile.am): Likewise.
2082         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2083         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2084         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2085         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2086         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2087         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2088         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2089         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2090         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
2091         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
2092         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2093         * modules/xstrtol-tests (Makefile.am): Likewise.
2094         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2095         * modules/yesno-tests (Makefile.am): Likewise.
2096
2097 2007-10-03  Bruno Haible  <bruno@clisp.org>
2098
2099         * modules/trunc-tests: New file.
2100         * tests/test-trunc.c: New file.
2101
2102         * modules/trunc: New file.
2103         * lib/trunc.c: New file.
2104         * m4/trunc.m4: New file.
2105         * lib/math.in.h (trunc): New declaration.
2106         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
2107         HAVE_DECL_TRUNC.
2108         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
2109         HAVE_DECL_TRUNC.
2110         * doc/functions/trunc.texi: Mention the 'trunc' module.
2111
2112 2007-10-03  Bruno Haible  <bruno@clisp.org>
2113
2114         * tests/test-fpending.c: New file, mostly copied
2115         from coreutils/lib/t-fpending.c.
2116         * modules/fpending-tests: New file.
2117
2118 2007-10-03  Bruno Haible  <bruno@clisp.org>
2119
2120         Port the stdio extensions to QNX (untested).
2121         * lib/fseterr.c (fseterr): Add support for QNX.
2122         * lib/fbufmode.c (fbufmode): Likewise.
2123         * lib/freadable.c (freadable): Likewise.
2124         * lib/fwritable.c (fwritable): Likewise.
2125         * lib/freading.c (freading): Likewise.
2126         * lib/fwriting.c (fwriting): Likewise.
2127         * lib/freadahead.c (freadahed): Likewise.
2128         * lib/fpurge.c (fpurge): Likewise.
2129         * lib/fseeko.c (rpl_fseeko): Likewise.
2130
2131 2007-10-03  Bruno Haible  <bruno@clisp.org>
2132             Jim Meyering  <jim@meyering.net>
2133             Eric Blake  <ebb9@byu.net>
2134
2135         * doc/relocatable.texi: Use @command instead of @program.
2136
2137 2007-10-02  Jim Meyering  <jim@meyering.net>
2138
2139         Perform one more "_.h" -> ".in.h" substitution.
2140         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
2141         instead of unistd_.h here, too.
2142
2143 2007-10-01  Bruno Haible  <bruno@clisp.org>
2144
2145         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
2146         Needed for the alloca-opt module.
2147
2148 2007-09-30  Bruno Haible  <bruno@clisp.org>
2149
2150         * lib/alloca.in.h: Renamed from lib/alloca_.h.
2151         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
2152         alloca_.h.
2153         * lib/argz.in.h: Renamed from lib/argz_.h.
2154         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
2155         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
2156         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
2157         byteswap_.h.
2158         * lib/dirent.in.h: Renamed from lib/dirent_.h.
2159         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
2160         dirent_.h.
2161         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
2162         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
2163         fcntl_.h.
2164         * lib/float.in.h: Renamed from lib/float_.h.
2165         * modules/float (Files, Makefile.am): Use float.in.h instead of
2166         float_.h.
2167         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
2168         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
2169         fnmatch_.h.
2170         * lib/getopt.in.h: Renamed from lib/getopt_.h.
2171         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
2172         getopt_.h.
2173         * lib/glob.in.h: Renamed from lib/glob_.h.
2174         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
2175         * lib/iconv.in.h: Renamed from lib/iconv_.h.
2176         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
2177         iconv_.h.
2178         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
2179         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
2180         inttypes_.h.
2181         * lib/locale.in.h: Renamed from lib/locale_.h.
2182         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
2183         locale_.h.
2184         * lib/math.in.h: Renamed from lib/math_.h.
2185         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
2186         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
2187         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
2188         of netinet_in_.h. Add dependency.
2189         * lib/poll.in.h: Renamed from lib/poll_.h.
2190         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
2191         * lib/search.in.h: Renamed from lib/search_.h.
2192         * modules/search (Files, Makefile.am): Use search.in.h instead of
2193         search_.h.
2194         * lib/signal.in.h: Renamed from lib/signal_.h.
2195         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
2196         _signal.h.
2197         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
2198         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
2199         stdbool_.h.
2200         * lib/stdint.in.h: Renamed from lib/stdint_.h.
2201         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
2202         stdint_.h.
2203         * lib/stdio.in.h: Renamed from lib/stdio_.h.
2204         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
2205         stdio_.h.
2206         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
2207         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
2208         stdlib_.h.
2209         * lib/string.in.h: Renamed from lib/string_.h.
2210         * modules/string (Files, Makefile.am): Use string.in.h instead of
2211         string_.h.
2212         * doc/gnulib-tool.texi (Initial import): Update.
2213         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
2214         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
2215         of sys_select_.h. Add dependency.
2216         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
2217         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
2218         of sys_socket_.h.
2219         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
2220         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
2221         sys_stat_.h.
2222         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
2223         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
2224         sys_time_.h.
2225         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
2226         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
2227         sysexits_.h.
2228         * lib/time.in.h: Renamed from lib/time_.h.
2229         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
2230         * lib/unistd.in.h: Renamed from lib/unistd_.h.
2231         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
2232         unistd_.h.
2233         * lib/wchar.in.h: Renamed from lib/wchar_.h.
2234         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
2235         wchar_.h.
2236         * lib/wctype.in.h: Renamed from lib/wctype_.h.
2237         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
2238         wctype_.h.
2239         * build-aux/bootstrap (slurp): Update.
2240         * lib/.cppi-disable: Update.
2241
2242 2007-09-30  Bruno Haible  <bruno@clisp.org>
2243
2244         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
2245         Needed on BeOS.
2246
2247 2007-09-30  Bruno Haible  <bruno@clisp.org>
2248
2249         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
2250
2251 2007-09-29  Bruno Haible  <bruno@clisp.org>
2252
2253         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
2254
2255 2007-09-29  Bruno Haible  <bruno@clisp.org>
2256
2257         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
2258         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
2259         * build-aux/install-reloc: Compile also areadlink.c.
2260         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
2261
2262 2007-09-29  Bruno Haible  <bruno@clisp.org>
2263
2264         * gnulib-tool (func_emit_initmacro_done): Indentation.
2265
2266 2007-09-29  Bruno Haible  <bruno@clisp.org>
2267
2268         * README: Add CVS checkout update instructions.
2269         Info from Bob Proulx <bob@proulx.com>.
2270
2271 2007-09-28  Eric Blake  <ebb9@byu.net>
2272
2273         Provide move-if-change.
2274         * build-aux/move-if-change: New file, based on best practice
2275         rather than any canonical upstream location.
2276
2277 2007-09-28  Jim Meyering  <jim@meyering.net>
2278
2279         Fix canonicalize loop-detection corner case.
2280         Do not attempt to stat the symlink values stored via seen_triple.
2281         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
2282         on linux-2.6.18, (but not 2.6.22).
2283         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
2284         triple_compare.  The former compares dev,ino,filename, while the latter
2285         would actually stat dirname(filename) when dev and ino were equal.
2286         * lib/hash-triple.c: Install <string.h>.
2287         (STREQ): Define.
2288         (triple_compare_ino_str): New function.
2289         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
2290
2291 2007-09-28  Eric Blake  <ebb9@byu.net>
2292
2293         Enforce that AC_REPLACE_FUNCS files exist.
2294         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
2295         override check for typos.
2296
2297         Fix test-closein on Solaris 10.
2298         * tests/test-closein.c (main): Don't assume stdin can be inherited
2299         closed on all systems.
2300         * tests/test-closein.sh: Likewise.
2301         Reported by Piotr Tarnowski.
2302
2303 2007-09-28  Jim Meyering  <jim@meyering.net>
2304
2305         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
2306
2307 2007-09-27  Jim Meyering  <jim@meyering.net>
2308
2309         canonicalize: Avoid a false-positive cycle failure.
2310         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
2311         Sort.  Remove cycle-check.
2312         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
2313         not cycle-check.h.
2314         (seen_triple): New function.
2315         (canonicalize_filename_mode): Use it instead of cycle-check.
2316         * tests/test-canonicalize.c: Add a test for this bug.
2317         * tests/test-canonicalize.sh: Set up and run the test.
2318
2319         New module, file-set, from coreutils.
2320         * modules/file-set: Define it.
2321         * lib/file-set.c, lib/file-set.h: Implement.
2322
2323         New module, hash-triple, from coreutils.
2324         * modules/hash-triple: Define it.
2325         * lib/hash-triple.c, lib/hash-triple.h: Implement.
2326
2327 2007-09-25  Eric Blake  <ebb9@byu.net>
2328
2329         Fix strerror on Interix.
2330         * lib/string_.h (strerror): Declare replacement.
2331         * doc/functions/strerror.texi (strerror): Document the Interix
2332         shortcoming.
2333         * modules/string (Makefile.am): Support new hooks.
2334         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
2335         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
2336         gl_FUNC_STRERROR_SEPARATE.
2337         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
2338         * lib/strerror.c (rpl_strerror): Provide replacement.
2339         * modules/strerror (Depends-on): Add string.
2340         (configure.ac): Detect use of module.
2341         * tests/test-strerror.c: New file.
2342         * modules/strerror-tests: New test module.
2343         * modules/argp (Depends-on): Add strerror.
2344         * modules/error (Depends-on): Likewise.
2345         Reported by Martin Koeppe.
2346
2347 2007-09-24  Bruno Haible  <bruno@clisp.org>
2348
2349         * README: Update git instructions.
2350
2351 2007-09-24  Eric Blake  <ebb9@byu.net>
2352
2353         Revert fpending breakage from 2007-09-08.
2354         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
2355         __fpending.c.
2356
2357 2007-09-24  Jim Meyering  <jim@meyering.net>
2358
2359         filenamecat.c: Add a test.
2360         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
2361         showing how the function works when DIR is the empty string.
2362
2363 2007-09-21  Simon Josefsson  <simon@josefsson.org>
2364
2365         * tests/test-canonicalize.sh: Turn on executable bit.
2366
2367 2007-09-19  Eric Blake  <ebb9@byu.net>
2368
2369         * README: Update CVS instructions.
2370
2371 2007-09-18  Bruno Haible  <bruno@clisp.org>
2372
2373         * modules/areadlink: New file.
2374         * lib/areadlink.h (areadlink): New declaration.
2375         * lib/areadlink.c: New file, based on lib/xreadlink.c.
2376
2377 2007-09-17  Jim Meyering  <jim@meyering.net>
2378
2379         * lib/savewd.c (ESTALE) [!defined]: Define.
2380         Reported to be required on Interix by Martin Koeppe.
2381
2382 2007-09-17  Bruno Haible  <bruno@clisp.org>
2383
2384         * gnulib-tool (func_version): Use $version.
2385
2386 2007-09-16  Bruno Haible  <bruno@clisp.org>
2387
2388         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
2389         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
2390         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
2391         Reported by Greg Schafer <gschafer@zip.com.au>.
2392
2393 2007-09-15  Bruno Haible  <bruno@clisp.org>
2394
2395         * gnulib-tool (sed): Try a little harder to make bash understand the
2396         alias.
2397         Reported by Bruce Korb <bruce.korb@gmail.com>.
2398
2399 2007-09-13  Eric Blake  <ebb9@byu.net>
2400
2401         * ChangeLog: Remove conflict markers.
2402
2403 2007-09-13  Simon Josefsson  <simon@josefsson.org>
2404
2405         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
2406         Reported by Bruno Haible <bruno@clisp.org>.
2407
2408 2007-09-12  Bruno Haible  <bruno@clisp.org>
2409
2410         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
2411         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
2412         is not defined.
2413
2414 2007-09-12  Eric Blake  <ebb9@byu.net>
2415
2416         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2417         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
2418         Autoconf definition.
2419         * modules/euidaccess (Depends-on): Add extensions, for
2420         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
2421         * modules/fnmatch (Depends-on): Likewise.
2422         * modules/getaddrinfo (Depends-on): Likewise.
2423         * modules/getdelim (Depends-on): Likewise.
2424         * modules/getline (Depends-on): Likewise.
2425         * modules/getsubopt (Depends-on): Likewise.
2426         * modules/gettext (Depends-on): Likewise.
2427         * modules/group-member (Depends-on): Likewise.
2428         * modules/mbchar (Depends-on): Likewise.
2429         * modules/memmem (Depends-on): Likewise.
2430         * modules/mempcpy (Depends-on): Likewise.
2431         * modules/memrchr (Depends-on): Likewise.
2432         * modules/pagealign_alloc (Depends-on): Likewise.
2433         * modules/readutmp (Depends-on): Likewise.
2434         * modules/stpcpy (Depends-on): Likewise.
2435         * modules/stpncpy (Depends-on): Likewise.
2436         * modules/strchrnul (Depends-on): Likewise.
2437         * modules/strndup (Depends-on): Likewise.
2438         * modules/strsep (Depends-on): Likewise.
2439         * modules/strverscmp (Depends-on): Likewise.
2440         * modules/vasprintf (Depends-on): Likewise.
2441         * modules/wcwidth (Depends-on): Likewise.
2442         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
2443         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
2444         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
2445         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
2446         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2447         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2448         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
2449         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2450         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
2451         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2452         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2453         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2454         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2455         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2456         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
2457         * m4/readutmp.m4 (gl_READUTMP): Likewise.
2458         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2459         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2460         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2461         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2462         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2463         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2464         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2465         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
2466         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
2467         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2468         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
2469         so that lock.m4 can be used in gettext without extensions module.
2470
2471 2007-09-11  Bruno Haible  <bruno@clisp.org>
2472
2473         * m4/isc-posix.m4: Remove file.
2474         Suggested by Eric Blake.
2475
2476 2007-09-11  Eric Blake  <ebb9@byu.net>
2477
2478         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
2479
2480 2007-09-10  Bruno Haible  <bruno@clisp.org>
2481
2482         * posix-modules: Fix typo in error message.
2483         Reported by Matt <mkraai@beckman.com>.
2484
2485 2007-09-09  Bruno Haible  <bruno@clisp.org>
2486
2487         * doc/functions/getdelim.texi: Update list of platforms lacking the
2488         function.
2489         * doc/functions/getline.texi: Likewise.
2490
2491 2007-09-09  Jim Meyering  <jim@meyering.net>
2492
2493         * lib/hash.c (hash_initialize): Detect calloc failure.
2494         Reported by Bruno Haible.
2495
2496 2007-09-09  Bruno Haible  <bruno@clisp.org>
2497
2498         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
2499         malloc or realloc fails.
2500
2501 2007-09-09  Bruno Haible  <bruno@clisp.org>
2502
2503         * modules/getcwd (Depends-on): Add malloc-posix.
2504         * modules/glob (Depends-on): Likewise.
2505         * modules/putenv (Depends-on): Likewise.
2506         * modules/strdup (Depends-on): Likewise.
2507         * modules/getdelim (Depends-on): Add realloc-posix.
2508         * modules/read-file (Depends-on): Likewise.
2509
2510 2007-09-09  Bruno Haible  <bruno@clisp.org>
2511
2512         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
2513         (gl_FUNC_MALLOC_POSIX): Require it.
2514         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
2515         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
2516         * modules/realloc (Files): Add m4/malloc.m4.
2517         * modules/calloc (Files): Likewise.
2518
2519 2007-09-09  Bruno Haible  <bruno@clisp.org>
2520
2521         * modules/malloc-posix: New file.
2522         * modules/malloc (Depends-on): Add malloc-posix.
2523         * lib/malloc.c: Include errno.h.
2524         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
2525         and a POSIX-compatible malloc into a single function. Set ENOMEM
2526         when returning NULL.
2527         * m4/malloc.m4: New file.
2528         * doc/functions/malloc.texi: Mention the malloc-posix module.
2529         * lib/stdlib_.h (malloc): New declaration.
2530         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2531         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
2532         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
2533         and HAVE_MALLOC_POSIX.
2534
2535 2007-09-09  Bruno Haible  <bruno@clisp.org>
2536
2537         * modules/realloc-posix: New file.
2538         * modules/realloc (Depends-on): Add realloc-posix.
2539         * lib/realloc.c: Include errno.h.
2540         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
2541         and a POSIX-compatible realloc into a single function. Set ENOMEM
2542         when returning NULL.
2543         * m4/realloc.m4: New file.
2544         * doc/functions/realloc.texi: Mention the realloc-posix module.
2545         * lib/stdlib_.h (realloc): New declaration.
2546         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2547         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
2548         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
2549         and HAVE_REALLOC_POSIX.
2550
2551 2007-09-09  Bruno Haible  <bruno@clisp.org>
2552
2553         * modules/calloc-posix: New file.
2554         * modules/calloc (Depends-on): Add calloc-posix.
2555         * lib/calloc.c: Include errno.h.
2556         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
2557         and a POSIX-compatible calloc into a single function. Set ENOMEM
2558         when returning NULL.
2559         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
2560         * doc/functions/calloc.texi: Mention the calloc-posix module.
2561         * lib/stdlib_.h (calloc): New declaration.
2562         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2563         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
2564         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
2565         and HAVE_CALLOC_POSIX.
2566
2567 2007-09-09  Bruno Haible  <bruno@clisp.org>
2568
2569         Allow for modules to show an arbitrary notice.
2570         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
2571         * gnulib-tool: New option --extract-notice.
2572         (func_usage): Document it.
2573         (sed_extract_prog): Update.
2574         (func_get_notice): New function.
2575         (func_modules_notice): New function.
2576         (func_import, func_create_testdir): Invoke it.
2577         Suggested by Jim Meyering.
2578
2579 2007-09-09  Bruno Haible  <bruno@clisp.org>
2580
2581         * gnulib-tool: New options --verbose, --quiet.
2582         (func_usage): Document them.
2583         (verbose): New variable.
2584         (func_execute_command): New function.
2585         (func_import): Don't show the module list and the file list if
2586         $verbose < 0.
2587         (func_create_testdir): Likewise. Use func_execute_command.
2588         (func_create_megatestdir): Use func_execute_command.
2589
2590 2007-09-08  Bruno Haible  <bruno@clisp.org>
2591
2592         * gnulib-tool (func_import): Prefer rsync over wget when available,
2593         for fetching the PO files.
2594
2595 2007-09-08  Bruno Haible  <bruno@clisp.org>
2596
2597         * posix-modules: New file. Portions copied from gnulib-tool.
2598         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
2599
2600 2007-09-08  Jim Meyering  <jim@meyering.net>
2601
2602         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
2603         * lib/fpending.h: Rename from __fpending.h.
2604         * lib/fpending.c: Rename from __fpending.c.
2605         Include "fpending.h", not "__fpending.h".
2606         * lib/__fpending.h, lib/__fpending.c: Remove files.
2607         * modules/fpending (Files): Reflect new file names.
2608         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2609
2610 2007-09-08  Bruno Haible  <bruno@clisp.org>
2611
2612         * m4/inttypes-h.m4: Remove stub file.
2613
2614 2007-09-07  Simon Josefsson  <simon@josefsson.org>
2615
2616         * doc/headers/stdint.texi: Discuss #include_next issue.
2617
2618 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2619
2620         * build-aux/bootstrap: Remove obsolete comment about wget --help.
2621
2622 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2623
2624         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
2625         in variable name.
2626
2627 2007-09-03  Jim Meyering  <jim@meyering.net>
2628
2629         New module: git-version-gen.
2630         * modules/git-version-gen: New file.
2631
2632         Import changes from coreutils for bootstrap script.
2633
2634         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
2635
2636         bootstrap: uses rsync to download the .po files
2637         * build-aux/bootstrap (po_download_command_format): New global.
2638         (download_po_files): Use rsync.
2639         (update_po_files): Don't remove .po files after download,
2640         so future rsync runs can take advantage of the copies.
2641
2642         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
2643
2644         Solve the unnecessary-.po-file-regeneration problem once and for all.
2645         * build-aux/bootstrap (download_po_files): New function, renamed from
2646         get_translations.  Now, downloads, but doesn't update LINGUAS.
2647         (update_po_files): New function.
2648
2649         bootstrap: Ignore more.
2650         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
2651         uniwidth to e.g., lib/.gitignore.
2652         (slurp): Handle the sys_stat_.h -> sys mapping, too.
2653
2654         * build-aux/bootstrap: New setting: vc_ignore.
2655         (insert_sorted_if_absent): Create $file if absent.
2656         Adapt to new, possibly empty, list: $vc_ignore.
2657
2658         bootstrap: generate more ignorable names
2659         * build-aux/bootstrap (slurp): When generating ignorable names,
2660         also map .sin to .sed, .gperf to .c, and .y to .c.
2661
2662 2007-09-03  Jim Meyering  <jim@meyering.net>
2663
2664         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2665         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2666
2667 2007-09-02  Bruno Haible  <bruno@clisp.org>
2668
2669         Fix mis-recognition of 'mcs' on QNX 6.
2670         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2671         output contains the string "Mono".
2672         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2673         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2674
2675 2007-09-01  Bruno Haible  <bruno@clisp.org>
2676
2677         Fix collision between uniwidth/* and linebreak modules.
2678         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2679         u32_width): Remove declarations.
2680         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2681         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2682         streq3, streq2, streq1, streq0): Remove functions.
2683         (STREQ): Remove macro.
2684         (is_cjk_encoding): Remove function.
2685         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2686         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2687         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2688         * NEWS: Document the change.
2689
2690 2007-09-01  Bruno Haible  <bruno@clisp.org>
2691
2692         * lib/streq.h: Add double-inclusion guard.
2693
2694 2007-09-01  Karl Berry  <karl@gnu.org>
2695
2696         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2697
2698 2007-08-28  Jim Meyering  <jim@meyering.net>
2699
2700         Rename mreadlink_with_size to areadlink_with_size.
2701         * NEWS: Document the change.
2702         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2703         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2704         * lib/mreadlink.h: Rename this to...
2705         * lib/areadlink.h: ...this.
2706         * modules/mreadlink-with-size: Rename this to...
2707         * modules/areadlink-with-size: ...this.
2708         * lib/canonicalize.c: Reflect the renaming.
2709         * modules/canonicalize: Likewise.
2710
2711 2007-08-26  Bruno Haible  <bruno@clisp.org>
2712
2713         * gnulib-tool (func_import): When deciding which files to remove,
2714         consider also dangling symbolic links.
2715         Reported by Eric Blake.
2716
2717 2007-08-26  Bruno Haible  <bruno@clisp.org>
2718
2719         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2720
2721 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2722
2723         * lib/readline.c: Don't include getline.h, the prototype is now
2724         found in stdio.h.
2725
2726 2007-08-23  Jim Meyering  <jim@meyering.net>
2727
2728         Getdelim touchup.
2729         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2730         around the funlockfile call, since funlockfile never sets errno.
2731         Don't set errno upon failed realloc.
2732
2733 2007-08-22  Eric Blake  <ebb9@byu.net>
2734
2735         Getline touchups.
2736         * lib/getdelim.c (getdelim): Revert regression that required *n to
2737         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2738         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2739         getdelim, rather than whether implementation is missing.
2740         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2741         * lib/stdio_.h (getline): Also declare if replacement is
2742         required.
2743         * doc/functions/getdelim.texi: New file.
2744         * doc/functions/getline.texi: Likewise.
2745         * doc/gnulib.texi (Function Substitutes): Add new files.
2746         Reported by Bruno Haible.
2747
2748 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2749
2750         * users.txt: Add Guile.
2751
2752 2007-08-22  Eric Blake  <ebb9@byu.net>
2753
2754         * tests/test-getdelim.c (main): Use remove, not unlink.
2755         * tests/test-getline.c (main): Likewise.
2756
2757         Move getline and getdelim into stdio.h, per POSIX 200x.
2758         * modules/getline (Files): Remove getline.h.
2759         (Depends-on): Add stdio.
2760         (configure.ac): Add module indicator.
2761         * modules/getdelim (Files): Remove getdelim.h.
2762         (Depends-on): Add stdio.
2763         (configure.ac): Add module indicator.
2764         * modules/stdio (Makefile.am): Work with new indicators.
2765         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2766         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2767         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2768         * lib/getdelim.h: Delete.
2769         * lib/getline.h: Delete.
2770         * lib/stdio_.h (getdelim, getline): Declare.
2771         * modules/getdelim-tests: New module.
2772         * modules/getline-tests: Likewise.
2773         * tests/test-getdelim.c: New file.
2774         * tests/test-getline.c: Likewise.
2775         * NEWS: Document the change.
2776         * lib/getline.c: Update choice of header.
2777         * lib/csharpcomp.c: Likewise.
2778         * lib/getpass.c: Likewise.
2779         * lib/javacomp.c: Likewise.
2780         * lib/javaversion.c: Likewise.
2781         * lib/yesno.c: Likewise.
2782         * lib/getdelim.c: Likewise.
2783         (getdelim): Set errno on failure, and avoid memory leak.
2784
2785 2007-08-19  Bruno Haible  <bruno@clisp.org>
2786
2787         * modules/closein (Depends-on): Add freadahead.
2788         * lib/closein.c: Include freadahead.h.
2789         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2790         is zero.
2791
2792 2007-08-19  Bruno Haible  <bruno@clisp.org>
2793
2794         * modules/freadahead-tests: New file.
2795         * tests/test-freadahead.sh: New file.
2796         * tests/test-freadahead.c: New file.
2797
2798         * modules/freadahead: New file.
2799         * lib/freadahead.h: New file.
2800         * lib/freadahead.c: New file.
2801         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2802         fbufmode, fpurge, freadable, fwritable.
2803
2804 2007-08-19  Eric Blake  <ebb9@byu.net>
2805
2806         Test yesno in combination with closein.
2807         * lib/yesno.c (yesno): Document use of stdin.
2808         * modules/yesno-tests (Files): New module.
2809         * tests/test-yesno.c (main): New file.
2810         * tests/test-yesno.sh: Likewise.
2811
2812 2007-08-19  Bruno Haible  <bruno@clisp.org>
2813
2814         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2815         * lib/fseeko.c (rpl_fseeko): Likewise.
2816         * lib/fseterr.c (fseterr): Likewise.
2817
2818 2007-08-19  Bruno Haible  <bruno@clisp.org>
2819
2820         * tests/test-lseek.c (main): Disable a test for BeOS.
2821         * doc/functions/lseek.texi: Document the BeOS bug.
2822
2823 2007-08-19  Bruno Haible  <bruno@clisp.org>
2824             Eric Blake  <ebb9@byu.net>
2825
2826         * lib/lseek.c: Include <sys/stat.h>.
2827         (rpl_lseek): Add workaround code also for Unix platforms.
2828         Needed for BeOS.
2829         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2830         * doc/functions/lseek.texi: Document BeOS definiency.
2831
2832 2007-08-18  Bruno Haible  <bruno@clisp.org>
2833
2834         * modules/fstrcmp-tests: New file.
2835         * tests/test-fstrcmp.c: New file.
2836
2837 2007-08-18  Bruno Haible  <bruno@clisp.org>
2838
2839         * modules/fstrcmp: New file, from GNU gettext with modifications.
2840         * lib/fstrcmp.h: New file, from GNU gettext.
2841         * lib/fstrcmp.c: New file, from GNU gettext.
2842         * MODULES.html.sh (String handling): Add fstrcmp.
2843
2844 2007-08-18  Bruno Haible  <bruno@clisp.org>
2845
2846         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2847         'bool'.
2848         (diag, compareseq): Remove const from the ctxt argument.
2849         (USE_HEURISTIC): Undefine at the end.
2850
2851 2007-08-18  Jim Meyering  <jim@meyering.net>
2852
2853         New file: lib/idcache.h
2854         * NEWS: Mention the addition.
2855         * modules/idcache (Files): Add lib/idcache.h
2856         * lib/idcache.c: Include "idcache.h".
2857         Don't include <sys/types.h>.
2858         Add a FIXME comment.
2859         Move file-scoped "static" declarations to the top.
2860         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2861
2862 2007-08-17  Bruno Haible  <bruno@clisp.org>
2863         and Paul Eggert  <eggert@cs.ucla.edu>
2864
2865         * MODULES.html.sh: Add diffseq.
2866         * modules/diffseq: New file.
2867         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2868         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2869
2870 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2871
2872         Import changes from coreutils for bootstrap script.
2873
2874         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2875
2876         * build-aux/bootstrap (slurp): Work even in environments where
2877         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2878         current code does not slurp files whose names start with ".", and
2879         this looks like it might be a troublesome area.
2880
2881         2007-07-11  Jim Meyering  <jim@meyering.net>
2882
2883         If there's a GPL vN copyright comment, require that N == 3.
2884
2885         2007-07-08  Jim Meyering  <jim@meyering.net>
2886
2887         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2888         * build-aux/bootstrap (mam_template): Move definition out of loop.
2889
2890         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2891
2892         * build-aux/bootstrap (symlink_to_dir): Rename function from
2893         symlink_to_gnulib.  Add a directory parameter.  Update all
2894         callers.
2895         (cp_mark_as_generated): Also check for -- and link to -- files in
2896         gl/.
2897
2898         2007-07-08  Jim Meyering  <jim@meyering.net>
2899
2900         Adapt to deeper hierarchy in gnulib.
2901         * build-aux/bootstrap (symlink_to_dir): If the destination
2902         directory doesn't exist, create it. This is required at least for
2903         "lib/uniwidth/cjk.h".
2904
2905         2007-05-15  Jim Meyering  <jim@meyering.net>
2906
2907         * build-aux/bootstrap: Now that generated Makefile.am files
2908         are no longer under version control, they must be created at
2909         bootstrap time.
2910
2911 2007-08-14  Ben Pfaff  <blp@gnu.org>
2912
2913         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2914
2915 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2916
2917         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2918         given the changes below.
2919         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2920         even on hosts that have padding bits beyond the supported 64.
2921
2922 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2923
2924         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2925         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2926         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2927         depends on it.
2928         (xstrtol_error): Remove.
2929         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2930         but with a different signature.
2931         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2932         * lib/xstrtol-error.c: Include exitfail.h.
2933         (xstrtol_fatal): New function, with a different signature from the
2934         old xstrtol_error, so that the caller need not worry about passing
2935         in an exit status, or about storage management of the option argument.
2936         (xstrtol_error): Now a static function.  Redo signature to
2937         implement xstrtol_fatal.  Output the correct number of hyphens in
2938         front of the option so that the caller need not worry about
2939         storage management.
2940         (N_): New macro.
2941         (_): Remove; not used now.
2942         * modules/xstrtol: Depend on getopt.
2943         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2944         of old STRTOL_FATAL_ERROR macro.
2945         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2946         of test program.
2947         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2948         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2949
2950 2007-08-08  Eric Blake  <ebb9@byu.net>
2951
2952         * lib/xstrtol-error.c: Add missing include.
2953
2954         Move xstrtol messages into gnulib domain, when --pobase is used.
2955         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2956         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2957         * modules/xstrtol (Files): Distribute new file.
2958         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2959         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2960         * tests/test-xstrtol.c: ...into new file.
2961         * tests/test-xstrtoul.c: Also test xstrtoul.
2962         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2963         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2964         * tests/test-xstrtol.sh: Drive the tests.
2965         * tests/test-xstrtoimax.sh: Likewise.
2966         * tests/test-xstrtoumax.sh: Likewise.
2967         * modules/xstrtol-tests: New module.
2968         * modules/xstrtoimax-tests: Likewise.
2969         * modules/xstrtoumax-tests: Likewise.
2970
2971 2007-08-08  Jim Meyering  <jim@meyering.net>
2972
2973         New function: mfile_name_concat.
2974         * lib/filenamecat.c (mfile_name_concat): New function, just like
2975         file_name_concat, but return NULL upon failure rather than exiting
2976         with a diagnostic.
2977         * lib/filenamecat.h: Declare it.
2978
2979 2007-08-07  Bruno Haible  <bruno@clisp.org>
2980
2981         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2982         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2983         warning from gcc.
2984         Reported by Eric Blake.
2985
2986 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2987
2988         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2989         * modules/crypto/arcfour (License): Likewise.
2990         * modules/crypto/des-tests (License): Likewise.
2991         * modules/crypto/gc-arctwo-tests (License): Likewise.
2992         * modules/crypto/gc-des-tests (License): Likewise.
2993         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2994         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2995         * modules/crypto/gc-md2-tests (License): Likewise.
2996         * modules/crypto/gc-md4-tests (License): Likewise.
2997         * modules/crypto/gc-md5-tests (License): Likewise.
2998         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2999         * modules/crypto/gc-rijndael-tests (License): Likewise.
3000         * modules/crypto/gc-sha1-tests (License): Likewise.
3001         * modules/crypto/gc-tests (License): Likewise.
3002         * modules/crypto/hmac-md5 (License): Likewise.
3003         * modules/crypto/hmac-sha1 (License): Likewise.
3004         * modules/crypto/md2-tests (License): Likewise.
3005         * modules/crypto/md4-tests (License): Likewise.
3006         * modules/crypto/md5 (License): Likewise.
3007         * modules/crypto/rijndael (License): Likewise.
3008         * modules/crypto/sha1 (License): Likewise.
3009         * modules/memxor (License): Likewise.
3010
3011 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
3012         and Bruno Haible  <bruno@clisp.org>
3013
3014         * NEWS: Describe interface changes to human, xstrtol.
3015         * lib/human.h: Include <xstrtol.h>.
3016         (human_options): Return enum strtol_error, not int.  Remove
3017         bool arg; take int * instead.
3018         * lib/human.c: Don't include "gettext.h".
3019         (_): Remove; no longer used.
3020         Don't include <xstrtol.h>, since human.h does it.
3021         (human_options): Adjust to abovementioned interface changes.
3022         Do not report error to stderr; that's now the caller's
3023         responsibility.
3024         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
3025         interface change.
3026         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
3027         Str, Argument_type_string.  All uses changed.  Put " argument"
3028         in diagnostics to make them clearer.  Change wording of suffix
3029         message for clarity.
3030         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
3031         Argument_type_string.
3032         (STRTOL_FATAL_WARN): Remove; no longer used.
3033         * modules/human (Depends-on): Remove gettext-h.
3034
3035 2007-08-06  Simon Josefsson  <simon@josefsson.org>
3036
3037         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
3038
3039 2007-07-31  Bruno Haible  <bruno@clisp.org>
3040
3041         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
3042         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
3043         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
3044
3045 2007-07-31  Bruno Haible  <bruno@clisp.org>
3046
3047         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
3048         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
3049
3050 2007-07-30  Bruno Haible  <bruno@clisp.org>
3051
3052         * modules/base64 (License): Use the synonymous term "LGPLv2+".
3053         * modules/c-ctype (License): Likewise.
3054         * modules/c-strcase (License): Likewise.
3055         * modules/check-version (License): Likewise.
3056         * modules/iconv (License): Likewise.
3057         * modules/iconv_open (License): Likewise.
3058         * modules/read-file (License): Likewise.
3059         * modules/striconv (License): Likewise.
3060         * modules/strverscmp (License): Likewise.
3061         * modules/vasprintf (License): Likewise.
3062         * modules/crypto/des (License): Likewise.
3063         * modules/crypto/gc (License): Likewise.
3064         * modules/crypto/gc-arcfour (License): Likewise.
3065         * modules/crypto/gc-arctwo (License): Likewise.
3066         * modules/crypto/gc-des (License): Likewise.
3067         * modules/crypto/gc-hmac-md5 (License): Likewise.
3068         * modules/crypto/gc-hmac-sha1 (License): Likewise.
3069         * modules/crypto/gc-md2 (License): Likewise.
3070         * modules/crypto/gc-md4 (License): Likewise.
3071         * modules/crypto/gc-md5 (License): Likewise.
3072         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
3073         * modules/crypto/gc-random (License): Likewise.
3074         * modules/crypto/gc-rijndael (License): Likewise.
3075         * modules/crypto/gc-sha1 (License): Likewise.
3076         * modules/crypto/md2 (License): Likewise.
3077         * modules/crypto/md4 (License): Likewise.
3078
3079 2007-07-30  Jim Meyering  <jim@meyering.net>
3080
3081         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
3082         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
3083         it has valid stat data.  This bug would cause du not to count the
3084         sizes of inaccessible directories.
3085         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
3086         in <http://bugzilla.redhat.com/250077>.
3087
3088 2007-07-25  Peter O'Gorman  <peter@pogma.com>
3089             Bruno Haible  <bruno@clisp.org>
3090
3091         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
3092         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
3093         #include_next, gives a diagnostic about it, but reports no error in
3094         the exit code.
3095         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
3096
3097 2007-07-24  Ben Pfaff  <blp@gnu.org>
3098
3099         Improve name: "count-one-bits" is better than "popcount".
3100         * MODULES.html.sh: Update name.
3101         * lib/popcount.h: Renamed lib/count-one-bits.h.
3102         (popcount): Renamed count_one_bits.
3103         (popcountl): Renamed count_one_bits_l.
3104         (popcountll): Renamed count_one_bits_ll.
3105         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
3106         * modules/popcount: Renamed module/count-one-bits.
3107         * modules/popcount-tests: Renamed module/count-one-bits-tests.
3108         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
3109
3110 2007-07-23  Ben Pfaff  <blp@gnu.org>
3111
3112         * lib/popcount.h (popcount32): Reduce size of constants, to allow
3113         better code generation, and add U to large constants to avoid
3114         warnings, in non-GCC case.
3115         Suggested by Bruno Haible.
3116
3117 2007-07-23  Ben Pfaff  <blp@gnu.org>
3118
3119         * lib/popcount.h: Use verify_true instead of if...abort.
3120         * modules/popcount: Depend on verify module.
3121         Suggested by Jim Meyering.
3122
3123 2007-07-23  Bruno Haible  <bruno@clisp.org>
3124
3125         * gnulib-tool (func_import): Create a .cvsignore file also when the
3126         directory is not yet in CVS but the toplevel directory is. When
3127         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
3128         Reported by Karl Berry.
3129
3130 2007-07-22  Ben Pfaff  <blp@gnu.org>
3131
3132         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
3133         case.
3134         Suggested by Eric Blake.
3135
3136 2007-07-22  Ben Pfaff  <blp@gnu.org>
3137
3138         New module: popcount.
3139         * MODULES.html.sh: Add popcount.
3140         * modules/popcount: New file.
3141         * modules/popcount-tests: New file.
3142         * tests/test-popcount.c: New file.
3143         * lib/popcount.h: New file.
3144         * m4/popcount.m4: New file.
3145
3146 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3147
3148         * build-aux/announce-gen: Update to GPLv3.
3149
3150         * build-aux/config.guess: Update from config.
3151
3152 2007-07-21  Bruno Haible  <bruno@clisp.org>
3153
3154         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
3155         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
3156
3157 2007-07-20  Jim Meyering  <jim@meyering.net>
3158
3159         * check-module: Diagnose a self-dependency.
3160
3161 2007-07-19  Bruno Haible  <bruno@clisp.org>
3162
3163         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
3164         empty.
3165         Reported by Eric Blake.
3166
3167 2007-07-18  Bruno Haible  <bruno@clisp.org>
3168
3169         * gnulib-tool: New options --po-base, --po-domain.
3170         (func_usage): Document them.
3171         (pobase, po_domain): New variables.
3172         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
3173         DEFAULT_TEXT_DOMAIN.
3174         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
3175         (func_import): Consider pobase and po_domain. Create a po/ directory.
3176         (func_create_testdir): Set pobase and po_domain to empty.
3177         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
3178         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
3179
3180 2007-07-18  Bruno Haible  <bruno@clisp.org>
3181
3182         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3183         EXTRA_DIST augmentation for files in build-aux/.
3184
3185 2007-07-16  Bruno Haible  <bruno@clisp.org>
3186
3187         * modules/lseek (License): Use the synonymous term "LGPLv2+".
3188         * modules/getdelim (License): Likewise.
3189
3190 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3191
3192         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
3193         * modules/d-type (License): Likewise.
3194         * modules/extensions (License): Likewise.
3195         * modules/fnmatch (License): Likewise.
3196         * modules/fseeko (License): Likewise.
3197         * modules/getaddrinfo (License): Likewise.
3198         * modules/getline (License): Likewise.
3199         * modules/getlogin_r (License): Likewise.
3200         * modules/getpass (License): Likewise.
3201         * modules/gettimeofday (License): Likewise.
3202         * modules/glob (License): Likewise.
3203         * modules/inet_ntop (License): Likewise.
3204         * modules/malloc (License): Likewise.
3205         * modules/malloca (License): Likewise.
3206         * modules/memmem (License): Likewise.
3207         * modules/mempcpy (License): Likewise.
3208         * modules/memset (License): Likewise.
3209         * modules/minmax (License): Likewise.
3210         * modules/mktime (License): Likewise.
3211         * modules/netinet_in (License): Likewise.
3212         * modules/pathmax (License): Likewise.
3213         * modules/poll (License): Likewise.
3214         * modules/regex (License): Likewise.
3215         * modules/snprintf (License): Likewise.
3216         * modules/stdbool (License): Likewise.
3217         * modules/stdint (License): Likewise.
3218         * modules/stdio (License): Likewise.
3219         * modules/strcase (License): Likewise.
3220         * modules/strcasestr (License): Likewise.
3221         * modules/strdup (License): Likewise.
3222         * modules/string (License): Likewise.
3223         * modules/strndup (License): Likewise.
3224         * modules/strnlen (License): Likewise.
3225         * modules/strpbrk (License): Likewise.
3226         * modules/strptime (License): Likewise.
3227         * modules/strsep (License): Likewise.
3228         * modules/sys_select (License): Likewise.
3229         * modules/sys_socket (License): Likewise.
3230         * modules/sys_stat (License): Likewise.
3231         * modules/sys_time (License): Likewise.
3232         * modules/time (License): Likewise.
3233         * modules/time_r (License): Likewise.
3234         * modules/timegm (License): Likewise.
3235         * modules/unistd (License): Likewise.
3236         * modules/vsnprintf (License): Likewise.
3237         * modules/wctype (License): Likewise.
3238
3239 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3240
3241         * modules/argz (License): LGPLv2+.
3242
3243 2007-07-15  Karl Berry  <karl@gnu.org>
3244
3245         * doc/gnulib.texi: revise node structure per new fdl.texi.
3246
3247 2007-07-14  Bruno Haible  <bruno@clisp.org>
3248
3249         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
3250         the output file.
3251         * lib/uniname/uninames.h: Regenerated.
3252
3253 2007-07-14  Karl Berry  <karl@gnu.org>
3254
3255         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
3256         omitting sectioning and index commands.
3257
3258 2007-07-13  Bruno Haible  <bruno@clisp.org>
3259
3260         New gnulib-tool option --more-symlinks.
3261         * gnulib-tool (func_usage): Document --more-symlinks.
3262         (do_copyrights): New variable.
3263         Recognize option --more-symlinks.
3264         (func_import): Don't add a copyright notice transform to
3265         sed_transform_lib_file if do_copyrights is empty.
3266
3267 2007-07-13  Bruno Haible  <bruno@clisp.org>
3268
3269         * lib/vasnprintf.c (decimal_point_char): Define also if
3270         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
3271         && !NEED_PRINTF_DIRECTIVE_A.
3272         Reported by Clemens Koller <clemens.koller@anagramm.de> via
3273         Gary V. Vaughan <gary@gnu.org>.
3274
3275 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
3276
3277         * lib/inttypes_.h: Undo previous change, since it was fixed
3278         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
3279
3280 2007-07-13  Bruno Haible  <bruno@clisp.org>
3281
3282         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
3283         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
3284
3285 2007-07-13  Jim Meyering  <jim@meyering.net>
3286
3287         df: Don't fail for Tru64's "file-on-file mount".
3288         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
3289         so we fall through and use statfs instead.  Details here:
3290         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
3291         Reported by Albert Chin.
3292
3293 2007-07-13  Bruno Haible  <bruno@clisp.org>
3294
3295         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
3296         * modules/configmake (License): Likewise.
3297         * modules/gettext (License): Likewise.
3298         * modules/gettext-h (License): Likewise.
3299         * modules/include_next (License): Likewise.
3300         * modules/link-warning (License): Likewise.
3301         * modules/localcharset (License): Likewise.
3302         * modules/localename (License): Likewise.
3303         * modules/lock (License): Likewise.
3304         * modules/relocatable-lib-lgpl (License): Likewise.
3305         * modules/size_max (License): Likewise.
3306         * modules/vasnprintf (License): Likewise.
3307         * modules/wchar (License): Likewise.
3308         * modules/xsize (License): Likewise.
3309
3310 2007-07-13  Bruno Haible  <bruno@clisp.org>
3311
3312         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
3313         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
3314
3315 2007-07-12  Bruno Haible  <bruno@clisp.org>
3316
3317         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
3318         in the modules files.
3319
3320 2007-07-11  Karl Berry  <karl@gnu.org>
3321
3322         * MODULES.html.sh (func_module): use
3323          sed -e '\|^'"${includefile}"'$|d'
3324          instead of /.../d, to avoid errors on $includefile's containing /.
3325
3326 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3327
3328         * gnulib-tool (func_import): Avoid duplication of --avoid
3329         statements
3330         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
3331         names to `_' in variable names.
3332
3333 2007-07-10  Eric Blake  <ebb9@byu.net>
3334
3335         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
3336         * NEWS: Document this change.
3337
3338 2007-07-08  Bruno Haible  <bruno@clisp.org>
3339
3340         Update to Unicode 5.0.
3341         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
3342         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
3343         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
3344         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
3345         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
3346         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
3347         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
3348         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
3349         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
3350         U+10A3F, U+1D242..U+1D244.
3351         (nonspacing_table_ind): Update.
3352         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
3353         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
3354
3355 2007-07-08  Bruno Haible  <bruno@clisp.org>
3356
3357         Update to Unicode 5.0.
3358         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
3359         code transform. Extend the name index field of unicode_name_to_code and
3360         unicode_code_to_name from 16 to 24 bits.
3361         * lib/uniname/uniname.c (unicode_character_name,
3362         unicode_name_character): Add the range 0x12xxx to the code transform.
3363         * lib/uniname/uninames.h: Regenerated.
3364         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
3365
3366 2007-07-07  Bruno Haible  <bruno@clisp.org>
3367
3368         * modules/wcwidth-tests: New file.
3369         * tests/test-wcwidth.c: New file.
3370
3371         Work around MacOS X wcwidth() bug.
3372         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
3373         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
3374         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
3375         original wcwidth in non-UTF-8 locales.
3376         * modules/wcwidth (Depends-on): Add localcharset, streq,
3377         uniwidth/width.
3378         * doc/functions/wcwidth.texi: Update.
3379
3380 2007-07-07  Bruno Haible  <bruno@clisp.org>
3381
3382         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
3383         (wcwidth): New declaration.
3384         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
3385         macros.
3386         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
3387         here. Prepare for creating <wchar.h> unconditionally.
3388         * modules/wchar (Depends-on): Add link-warning.
3389         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
3390         REPLACE_WCWIDTH, and GL_LINK_WARNING.
3391         * lib/wcwidth.h: Remove file.
3392         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
3393         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
3394         * modules/wcwidth (Files): Remove lib/wcwidth.h.
3395         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
3396         (Include): Replace wcwidth.h with <wchar.h>.
3397         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
3398         * lib/mbchar.h: Don't include wcwidth.h.
3399         * lib/mbswidth.c: Likewise.
3400         * NEWS: Mention the change.
3401
3402 2007-07-07  Bruno Haible  <bruno@clisp.org>
3403
3404         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
3405         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
3406         definition with an external declaration.
3407         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
3408         defined as a function. Remove AC_C_INLINE requirement.
3409         * modules/wcwidth (Files): Add lib/wcwidth.c.
3410         (Makefile.am): Remove redundant statement.
3411
3412 2007-07-07  Bruno Haible  <bruno@clisp.org>
3413
3414         * MODULES.html.sh (Unicode string functions): Add the new modules.
3415
3416         * tests/uniwidth/test-u32-strwidth.c: New file.
3417         * modules/uniwidth/u32-strwidth-tests: New file.
3418
3419         * lib/uniwidth/u32-strwidth.c: New file.
3420         * modules/uniwidth/u32-strwidth: New file.
3421
3422         * tests/uniwidth/test-u16-strwidth.c: New file.
3423         * modules/uniwidth/u16-strwidth-tests: New file.
3424
3425         * lib/uniwidth/u16-strwidth.c: New file.
3426         * modules/uniwidth/u16-strwidth: New file.
3427
3428         * tests/uniwidth/test-u8-strwidth.c: New file.
3429         * modules/uniwidth/u8-strwidth-tests: New file.
3430
3431         * lib/uniwidth/u8-strwidth.c: New file.
3432         * modules/uniwidth/u8-strwidth: New file.
3433
3434         * tests/uniwidth/test-u32-width.c: New file.
3435         * modules/uniwidth/u32-width-tests: New file.
3436
3437         * lib/uniwidth/u32-width.c: New file.
3438         * modules/uniwidth/u32-width: New file.
3439
3440         * tests/uniwidth/test-u16-width.c: New file.
3441         * modules/uniwidth/u16-width-tests: New file.
3442
3443         * lib/uniwidth/u16-width.c: New file.
3444         * modules/uniwidth/u16-width: New file.
3445
3446         * tests/uniwidth/test-u8-width.c: New file.
3447         * modules/uniwidth/u8-width-tests: New file.
3448
3449         * lib/uniwidth/u8-width.c: New file.
3450         * modules/uniwidth/u8-width: New file.
3451
3452         * tests/uniwidth/test-uc_width.c: New file.
3453         * modules/uniwidth/width-tests: New file.
3454
3455         * lib/uniwidth/width.c: New file, from GNU libiconv.
3456         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
3457         * modules/uniwidth/width: New file.
3458
3459         * lib/uniwidth.h: New file, from GNU libiconv.
3460         * modules/uniwidth/base: New file.
3461
3462 2007-07-07  Bruno Haible  <bruno@clisp.org>
3463
3464         * lib/uniname.h: New file, from GNU gettext.
3465         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
3466         * lib/uniname/uninames.h: New file, from GNU gettext.
3467         * lib/uniname/uniname.c: New file, from GNU gettext.
3468         * tests/uniname/test-uninames.sh: New file.
3469         * tests/uniname/test-uninames.c: New file, from GNU gettext.
3470         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
3471         * modules/uniname/base: New file.
3472         * modules/uniname/uniname: New file.
3473         * modules/uniname/uniname-tests: New file.
3474         * MODULES.html.sh (Unicode string functions): Add the new modules.
3475
3476 2007-07-06  Bruno Haible  <bruno@clisp.org>
3477
3478         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
3479
3480 2007-07-06  Bruno Haible  <bruno@clisp.org>
3481
3482         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
3483         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
3484         includes <cygwin/sys_time.h> which includes <sys/select.h> which
3485         include <sys/time.h>.
3486         Reported by Eric Blake.
3487
3488 2007-07-06  Eric Blake  <ebb9@byu.net>
3489
3490         Fix testing canonicalize on cygwin.
3491         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3492         Revert patch from 2007-06-19.
3493         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
3494         canonicalize module is also in use.
3495         * tests/test-canonicalize.c: New file.
3496         * tests/test-canonicalize.sh: Likewise.
3497         * modules/canonicalize-tests: Likewise.
3498
3499 2007-07-06  Jim Meyering  <jim@meyering.net>
3500
3501         * lib/getugroups.c (getugroups): Detect getgrent failure.
3502         Adjust comment to reflect reality: this function may return -1.
3503
3504 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3505
3506         * build-aux/bootstrap (TP_URL,get_translations): Update to use
3507         the new TP address.
3508         (usage): Fix typo
3509         (gnulib_mk): New variable.
3510
3511 2007-07-05  Jim Meyering  <jim@meyering.net>
3512
3513         Don't let endgrent clobber errno, no matter how improbable.
3514         * lib/getugroups.c (getugroups): Save and restore errno around
3515         endgrent call.
3516
3517         Close the group DB even when failing with 2^31 or more members.
3518         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
3519
3520 2007-07-04  Jim Meyering  <jim@meyering.net>
3521
3522         * lib/getugroups.h: New file.
3523         * lib/getugroups.c: Include "getugroups.h".
3524         Remove uses of "register" keyword.
3525         Move local variable, "cp", down into scope where used.
3526         Give "username" parameter the "const" attribute.
3527         * modules/getugroups (Files): Add lib/getugroups.h
3528
3529 2007-07-04  Karl Berry  <karl@gnu.org>
3530
3531         * MODULES.html.sh (func_all_modules): Complete rename of
3532         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
3533
3534 2007-07-02  Bruno Haible  <bruno@clisp.org>
3535
3536         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
3537         mode, when inttypes.h comes from gnulib.
3538         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3539
3540 2007-07-02  Simon Josefsson  <simon@josefsson.org>
3541
3542         * NEWS: Mention lgpl module name change.
3543
3544         * modules/lgpl-2.1: Renamed from lgpl.
3545
3546         * NEWS: Mention gpl module name change.
3547
3548         * modules/gpl-3.0: New file, based on gpl-2.0.
3549
3550         * modules/gpl-2.0: Renamed from gpl.
3551
3552         * modules/gpl: Fix filename, doc/gpl.texi is now found at
3553         doc/gpl-2.0.texi.
3554
3555 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3556
3557         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
3558         #define __STDC_LIMIT_MACROS temporarily while including
3559         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
3560         Problem reported by Joel E. Denny in
3561         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
3562
3563 2007-07-01  Bruno Haible  <bruno@clisp.org>
3564
3565         * lib/unistdio.h: New file.
3566         * lib/unistdio/u-asnprintf.h: New file.
3567         * lib/unistdio/u-asprintf.h: New file.
3568         * lib/unistdio/u-printf-args.c: New file.
3569         * lib/unistdio/u-printf-args.h: New file.
3570         * lib/unistdio/u-printf-parse.h: New file.
3571         * lib/unistdio/u-snprintf.h: New file.
3572         * lib/unistdio/u-sprintf.h: New file.
3573         * lib/unistdio/u-vasprintf.h: New file.
3574         * lib/unistdio/u-vsnprintf.h: New file.
3575         * lib/unistdio/u-vsprintf.h: New file.
3576         * lib/unistdio/ulc-asnprintf.c: New file.
3577         * lib/unistdio/ulc-asprintf.c: New file.
3578         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
3579         * lib/unistdio/ulc-printf-parse.c: New file.
3580         * lib/unistdio/ulc-snprintf.c: New file.
3581         * lib/unistdio/ulc-sprintf.c: New file.
3582         * lib/unistdio/ulc-vasnprintf.c: New file.
3583         * lib/unistdio/ulc-vasprintf.c: New file.
3584         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
3585         * lib/unistdio/ulc-vsnprintf.c: New file.
3586         * lib/unistdio/ulc-vsprintf.c: New file.
3587         * lib/unistdio/u8-asnprintf.c: New file.
3588         * lib/unistdio/u8-asprintf.c: New file.
3589         * lib/unistdio/u8-printf-parse.c: New file.
3590         * lib/unistdio/u8-snprintf.c: New file.
3591         * lib/unistdio/u8-sprintf.c: New file.
3592         * lib/unistdio/u8-vasnprintf.c: New file.
3593         * lib/unistdio/u8-vasprintf.c: New file.
3594         * lib/unistdio/u8-vsnprintf.c: New file.
3595         * lib/unistdio/u8-vsprintf.c: New file.
3596         * lib/unistdio/u8-u8-asnprintf.c: New file.
3597         * lib/unistdio/u8-u8-asprintf.c: New file.
3598         * lib/unistdio/u8-u8-snprintf.c: New file.
3599         * lib/unistdio/u8-u8-sprintf.c: New file.
3600         * lib/unistdio/u8-u8-vasnprintf.c: New file.
3601         * lib/unistdio/u8-u8-vasprintf.c: New file.
3602         * lib/unistdio/u8-u8-vsnprintf.c: New file.
3603         * lib/unistdio/u8-u8-vsprintf.c: New file.
3604         * lib/unistdio/u16-asnprintf.c: New file.
3605         * lib/unistdio/u16-asprintf.c: New file.
3606         * lib/unistdio/u16-printf-parse.c: New file.
3607         * lib/unistdio/u16-snprintf.c: New file.
3608         * lib/unistdio/u16-sprintf.c: New file.
3609         * lib/unistdio/u16-vasnprintf.c: New file.
3610         * lib/unistdio/u16-vasprintf.c: New file.
3611         * lib/unistdio/u16-vsnprintf.c: New file.
3612         * lib/unistdio/u16-vsprintf.c: New file.
3613         * lib/unistdio/u16-u16-asnprintf.c: New file.
3614         * lib/unistdio/u16-u16-asprintf.c: New file.
3615         * lib/unistdio/u16-u16-snprintf.c: New file.
3616         * lib/unistdio/u16-u16-sprintf.c: New file.
3617         * lib/unistdio/u16-u16-vasnprintf.c: New file.
3618         * lib/unistdio/u16-u16-vasprintf.c: New file.
3619         * lib/unistdio/u16-u16-vsnprintf.c: New file.
3620         * lib/unistdio/u16-u16-vsprintf.c: New file.
3621         * lib/unistdio/u32-asnprintf.c: New file.
3622         * lib/unistdio/u32-asprintf.c: New file.
3623         * lib/unistdio/u32-printf-parse.c: New file.
3624         * lib/unistdio/u32-snprintf.c: New file.
3625         * lib/unistdio/u32-sprintf.c: New file.
3626         * lib/unistdio/u32-vasnprintf.c: New file.
3627         * lib/unistdio/u32-vasprintf.c: New file.
3628         * lib/unistdio/u32-vsnprintf.c: New file.
3629         * lib/unistdio/u32-vsprintf.c: New file.
3630         * lib/unistdio/u32-u32-asnprintf.c: New file.
3631         * lib/unistdio/u32-u32-asprintf.c: New file.
3632         * lib/unistdio/u32-u32-snprintf.c: New file.
3633         * lib/unistdio/u32-u32-sprintf.c: New file.
3634         * lib/unistdio/u32-u32-vasnprintf.c: New file.
3635         * lib/unistdio/u32-u32-vasprintf.c: New file.
3636         * lib/unistdio/u32-u32-vsnprintf.c: New file.
3637         * lib/unistdio/u32-u32-vsprintf.c: New file.
3638         * tests/unistdio/test-ulc-asnprintf1.c: New file.
3639         * tests/unistdio/test-ulc-asnprintf1.h: New file.
3640         * tests/unistdio/test-ulc-printf1.h: New file.
3641         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
3642         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
3643         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
3644         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
3645         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
3646         * tests/unistdio/test-ulc-vasprintf1.c: New file.
3647         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
3648         * tests/unistdio/test-ulc-vsprintf1.c: New file.
3649         * tests/unistdio/test-u8-asnprintf1.c: New file.
3650         * tests/unistdio/test-u8-asnprintf1.h: New file.
3651         * tests/unistdio/test-u8-printf1.h: New file.
3652         * tests/unistdio/test-u8-vasnprintf1.c: New file.
3653         * tests/unistdio/test-u8-vasnprintf2.c: New file.
3654         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3655         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3656         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3657         * tests/unistdio/test-u8-vasprintf1.c: New file.
3658         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3659         * tests/unistdio/test-u8-vsprintf1.c: New file.
3660         * tests/unistdio/test-u16-asnprintf1.c: New file.
3661         * tests/unistdio/test-u16-asnprintf1.h: New file.
3662         * tests/unistdio/test-u16-printf1.h: New file.
3663         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3664         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3665         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3666         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3667         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3668         * tests/unistdio/test-u16-vasprintf1.c: New file.
3669         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3670         * tests/unistdio/test-u16-vsprintf1.c: New file.
3671         * tests/unistdio/test-u32-asnprintf1.c: New file.
3672         * tests/unistdio/test-u32-asnprintf1.h: New file.
3673         * tests/unistdio/test-u32-printf1.h: New file.
3674         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3675         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3676         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3677         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3678         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3679         * tests/unistdio/test-u32-vasprintf1.c: New file.
3680         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3681         * tests/unistdio/test-u32-vsprintf1.c: New file.
3682         * modules/unistdio/base: New file.
3683         * modules/unistdio/u-printf-args: New file.
3684         * modules/unistdio/ulc-asnprintf: New file.
3685         * modules/unistdio/ulc-asprintf: New file.
3686         * modules/unistdio/ulc-fprintf: New file.
3687         * modules/unistdio/ulc-printf-parse: New file.
3688         * modules/unistdio/ulc-snprintf: New file.
3689         * modules/unistdio/ulc-sprintf: New file.
3690         * modules/unistdio/ulc-vasnprintf: New file.
3691         * modules/unistdio/ulc-vasprintf: New file.
3692         * modules/unistdio/ulc-vfprintf: New file.
3693         * modules/unistdio/ulc-vsnprintf: New file.
3694         * modules/unistdio/ulc-vsprintf: New file.
3695         * modules/unistdio/u8-asnprintf: New file.
3696         * modules/unistdio/u8-asprintf: New file.
3697         * modules/unistdio/u8-printf-parse: New file.
3698         * modules/unistdio/u8-snprintf: New file.
3699         * modules/unistdio/u8-sprintf: New file.
3700         * modules/unistdio/u8-vasnprintf: New file.
3701         * modules/unistdio/u8-vasprintf: New file.
3702         * modules/unistdio/u8-vsnprintf: New file.
3703         * modules/unistdio/u8-vsprintf: New file.
3704         * modules/unistdio/u8-u8-asnprintf: New file.
3705         * modules/unistdio/u8-u8-asprintf: New file.
3706         * modules/unistdio/u8-u8-snprintf: New file.
3707         * modules/unistdio/u8-u8-sprintf: New file.
3708         * modules/unistdio/u8-u8-vasnprintf: New file.
3709         * modules/unistdio/u8-u8-vasprintf: New file.
3710         * modules/unistdio/u8-u8-vsnprintf: New file.
3711         * modules/unistdio/u8-u8-vsprintf: New file.
3712         * modules/unistdio/u16-asnprintf: New file.
3713         * modules/unistdio/u16-asprintf: New file.
3714         * modules/unistdio/u16-printf-parse: New file.
3715         * modules/unistdio/u16-snprintf: New file.
3716         * modules/unistdio/u16-sprintf: New file.
3717         * modules/unistdio/u16-vasnprintf: New file.
3718         * modules/unistdio/u16-vasprintf: New file.
3719         * modules/unistdio/u16-vsnprintf: New file.
3720         * modules/unistdio/u16-vsprintf: New file.
3721         * modules/unistdio/u16-u16-asnprintf: New file.
3722         * modules/unistdio/u16-u16-asprintf: New file.
3723         * modules/unistdio/u16-u16-snprintf: New file.
3724         * modules/unistdio/u16-u16-sprintf: New file.
3725         * modules/unistdio/u16-u16-vasnprintf: New file.
3726         * modules/unistdio/u16-u16-vasprintf: New file.
3727         * modules/unistdio/u16-u16-vsnprintf: New file.
3728         * modules/unistdio/u16-u16-vsprintf: New file.
3729         * modules/unistdio/u32-asnprintf: New file.
3730         * modules/unistdio/u32-asprintf: New file.
3731         * modules/unistdio/u32-printf-parse: New file.
3732         * modules/unistdio/u32-snprintf: New file.
3733         * modules/unistdio/u32-sprintf: New file.
3734         * modules/unistdio/u32-vasnprintf: New file.
3735         * modules/unistdio/u32-vasprintf: New file.
3736         * modules/unistdio/u32-vsnprintf: New file.
3737         * modules/unistdio/u32-vsprintf: New file.
3738         * modules/unistdio/u32-u32-asnprintf: New file.
3739         * modules/unistdio/u32-u32-asprintf: New file.
3740         * modules/unistdio/u32-u32-snprintf: New file.
3741         * modules/unistdio/u32-u32-sprintf: New file.
3742         * modules/unistdio/u32-u32-vasnprintf: New file.
3743         * modules/unistdio/u32-u32-vasprintf: New file.
3744         * modules/unistdio/u32-u32-vsnprintf: New file.
3745         * modules/unistdio/u32-u32-vsprintf: New file.
3746         * modules/unistdio/ulc-asnprintf-tests: New file.
3747         * modules/unistdio/ulc-vasnprintf-tests: New file.
3748         * modules/unistdio/ulc-vasprintf-tests: New file.
3749         * modules/unistdio/ulc-vsnprintf-tests: New file.
3750         * modules/unistdio/ulc-vsprintf-tests: New file.
3751         * modules/unistdio/u8-asnprintf-tests: New file.
3752         * modules/unistdio/u8-vasnprintf-tests: New file.
3753         * modules/unistdio/u8-vasprintf-tests: New file.
3754         * modules/unistdio/u8-vsnprintf-tests: New file.
3755         * modules/unistdio/u8-vsprintf-tests: New file.
3756         * modules/unistdio/u16-asnprintf-tests: New file.
3757         * modules/unistdio/u16-vasnprintf-tests: New file.
3758         * modules/unistdio/u16-vasprintf-tests: New file.
3759         * modules/unistdio/u16-vsnprintf-tests: New file.
3760         * modules/unistdio/u16-vsprintf-tests: New file.
3761         * modules/unistdio/u32-asnprintf-tests: New file.
3762         * modules/unistdio/u32-vasnprintf-tests: New file.
3763         * modules/unistdio/u32-vasprintf-tests: New file.
3764         * modules/unistdio/u32-vsnprintf-tests: New file.
3765         * modules/unistdio/u32-vsprintf-tests: New file.
3766         * MODULES.html.sh (Unicode string functions): Add the new modules.
3767
3768 2007-07-01  Bruno Haible  <bruno@clisp.org>
3769
3770         * lib/sprintf.c (sprintf): Limit the available length estimation,
3771         to avoid address wraparound.
3772         * lib/vsprintf.c (vsprintf): Likewise.
3773         * modules/sprintf-posix (Dependencies): Add stdint.
3774         * modules/vsprintf-posix (Dependencies): Likewise.
3775
3776 2007-07-01  Bruno Haible  <bruno@clisp.org>
3777
3778         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3779         Windows PATH as well. Conservative double-quoting. Comments.
3780
3781 2007-07-01  Bruno Haible  <bruno@clisp.org>
3782             Eric Blake  <ebb9@byu.net>
3783             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3784
3785         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3786         empty components in $PATH, denoting '.'.
3787
3788 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3789
3790         * gnulib-tool: Fix indentation.
3791         (func_create_megatestdir): Likewise.
3792         Report by Bruno Haible.
3793
3794 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3795
3796         Sync from Automake.
3797         * build-aux/gnupload: Fix shell portability issues with for loops.
3798         Report by Karl Berry.
3799
3800 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3801
3802         * build-aux/maint.mk (POURL): Use translationproject.org.
3803
3804 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3805             Bruno Haible  <bruno@clisp.org>
3806
3807         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3808         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3809         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3810         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3811         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3812
3813 2007-06-27  Bruno Haible  <bruno@clisp.org>
3814
3815         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3816         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3817
3818 2007-06-26  Karl Berry  <karl@gnu.org>
3819
3820         * MODULES.html.sh: remove xreadlink-with-size.
3821
3822 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3823
3824         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3825         method that I hope also handles the double-include problem noted
3826         by Bruno Haible in
3827         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3828
3829 2007-06-23  Bruno Haible  <bruno@clisp.org>
3830
3831         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3832         Don't let the 'mostlyclean' target fail if the last subdirectory could
3833         not be removed.
3834         Reported by Karl Berry.
3835
3836 2007-06-23  Bruno Haible  <bruno@clisp.org>
3837
3838         * gnulib-tool (echo): Add a speedier workaround for ksh.
3839         * tests/test-echo.sh: Likewise.
3840
3841 2007-06-23  Bruno Haible  <bruno@clisp.org>
3842
3843         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3844         * tests/test-echo.sh: Likewise.
3845
3846 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3847
3848         * gnulib-tool (IFS): Initialize early, so we don't set it to
3849         empty later.
3850         (self_abspathname): Rewrite algorithm to set it, reindent.
3851         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3852         (func_create_megatestdir): Merge some sed scripts.
3853
3854 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3855
3856         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3857         exposed by Sun Studio 11 cc on Solaris 8.
3858
3859 2007-06-22  Bruno Haible  <bruno@clisp.org>
3860
3861         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3862         backslashes.
3863         * tests/test-echo.sh: New file.
3864
3865 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3866
3867         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3868         simplify `sed_replace_build_aux' scripts, they are portable but
3869         echoing them with `echo' is not.
3870         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3871
3872 2007-06-21  Karl Berry  <karl@gnu.org>
3873
3874         * config/srclist.txt: guess we can't handle the licenses via
3875         srclist at the moment.
3876
3877 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3878
3879         * MODULES.html.sh: Add include_next.
3880         * modules/include_next: New file.
3881
3882 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3883
3884         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3885         INCLUDE_NEXT.
3886         (gl_CHECK_NEXT_HEADERS): New macro.
3887         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3888         the obsolescent gl_ABSOLUTE_HEADER.
3889         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3890         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3891         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3892         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3893         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3894         * m4/math_h.m4 (gl_MATH_H): Likewise.
3895         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3896         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3897         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3898         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3899         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3900         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3901         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3902         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3903         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3904         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3905         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3906         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3907         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3908         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3909         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3910         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3911         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3912         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3913         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3914         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3915         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3916         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3917         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3918         * lib/float_.h: Likewise.
3919         * lib/inttypes_.h: Likewise.
3920         * lib/math_.h: Likewise.
3921         * lib/search_.h: Likewise.
3922         * lib/signal_.h: Likewise.
3923         * lib/stdint_.h: Likewise.
3924         * lib/stdio_.h: Likewise.
3925         * lib/stdlib_.h: Likewise.
3926         * lib/string_.h: Likewise.
3927         * lib/sys_stat_.h: Likewise.
3928         * lib/sys_time_.h: Likewise.
3929         * lib/time_.h: Likewise.
3930         * lib/unistd_.h: Likewise.
3931         * lib/wchar_.h: Likewise.
3932         * lib/wctype_.h: Likewise.
3933         * lib/dirent_.h: Likewise.
3934         * lib/iconv_.h: Likewise.
3935         * lib/locale_.h: Likewise.
3936         * lib/netinet_in_.h: Likewise.
3937         * lib/sys_select_.h: Likewise.
3938         * lib/sys_socket_.h: Likewise.
3939         * lib/sysexits_.h: Likewise.
3940         * modules/fcntl (Depends-on): Depend on include_next, not
3941         absolute_header.
3942         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3943         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3944         * modules/fchdir: Likewise.
3945         * modules/float: Likewise.
3946         * modules/iconv_open: Likewise.
3947         * modules/inttypes: Likewise.
3948         * modules/locale: Likewise.
3949         * modules/math: Likewise.
3950         * modules/netinet_in: Likewise.
3951         * modules/search: Likewise.
3952         * modules/signal: Likewise.
3953         * modules/stdint: Likewise.
3954         * modules/stdio: Likewise.
3955         * modules/stdlib: Likewise.
3956         * modules/string: Likewise.
3957         * modules/sys_select: Likewise.
3958         * modules/sys_socket: Likewise.
3959         * modules/sys_stat: Likewise.
3960         * modules/sys_time: Likewise.
3961         * modules/sysexits: Likewise.
3962         * modules/time: Likewise.
3963         * modules/unistd: Likewise.
3964         * modules/wchar: Likewise.
3965         * modules/wctype: Likewise.
3966         * modules/sys_stat: Change maintainer to "all".
3967         * modules/unistd: Likewise.
3968
3969 2007-06-20  Karl Berry  <karl@gnu.org>
3970
3971         * config/srclist.txt: track www changes in license files.
3972
3973 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3974
3975         * build-aux/bootstrap: Remove stray dot.
3976         Make sure build_aux settings are honored when linking
3977         gnulib_extra_files.
3978
3979 2007-06-19  Eric Blake  <ebb9@byu.net>
3980
3981         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3982         Allow compilation on cygwin.
3983
3984 2007-06-19  Jim Meyering  <jim@meyering.net>
3985
3986         xreadlink-with-size: Remove module.  No longer used.
3987         Ex-callers now use xreadlink or mreadlink-with-size.
3988         * modules/xreadlink-with-size: Remove module.
3989         * lib/xreadlink-with-size.c: Remove file.
3990         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3991         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3992         just before the function definition *is* accurate.
3993
3994         Eliminate one way canonicalize_filename_mode could exit.
3995         * lib/canonicalize.c (canonicalize_filename_mode):
3996         Use mreadlink_with_size, not xreadlink_with_size.
3997
3998 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3999
4000         Detect porting problems to FreeBSD/arm, which has time_t wider than
4001         long int.  Original problem reported for GNU diff by Xin Li in
4002         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
4003         * modules/getdate (Depends-on): Add intprops, verify.
4004         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
4005         is an integer type no wider than long int.
4006
4007 2007-06-18  Jim Meyering  <jim@meyering.net>
4008
4009         New module: mreadlink-with-size.
4010         * MODULES.html.sh: Add mreadlink-with-size.
4011         * modules/mreadlink-with-size: New module
4012         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
4013         not xreadlink-with-size.
4014         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
4015
4016 2007-06-16  Bruno Haible  <bruno@clisp.org>
4017
4018         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
4019         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
4020         Reported by Gary V. Vaughan <gary@gnu.org>.
4021
4022 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
4023
4024         Revamp lchown so that it lives in unistd.h where it belongs.
4025         * lib/lchown.h: Remove.
4026         * lib/dirchownmod.c: Don't include lib/lchown.h.
4027         * lib/fchownat.c: Likewise.
4028         * lib/openat.c: Likewise.
4029         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
4030         does not follow symlinks.
4031         (EOPNOTSUPP): Define if not defined.
4032         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
4033         is defined to 0.
4034         (lchown): New decl.
4035         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
4036         Do not check for lchown decl.
4037         Set REPLACE_LCHOWN.
4038         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
4039         REPLACE_LCHOWN.
4040         * modules/chown: Make it clear it follows symlinks.
4041         * modules/lchown: Make it clear it doesn't follow symlinks.
4042         (Files): Remove lib/lchown.h
4043         (Depends-on): Add unistd.
4044         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
4045         (Include): Include <unistd.h>, not "lchown.h".
4046         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
4047         REPLACE_LCHOWN.
4048
4049 2007-06-15  Jim Meyering  <jim@meyering.net>
4050
4051         Change license (GPL to LGPL) of fsusage and dependents.
4052         * modules/fsusage (License): Change to LGPL.
4053         * modules/full-read (License): Likewise.
4054         * modules/full-write (License): Likewise.
4055         * modules/safe-read (License): Likewise.
4056         * modules/safe-write (License): Likewise.
4057
4058 2007-06-14  Ben Pfaff  <blp@gnu.org>
4059
4060         Missing part of allocsa -> malloca transition.
4061         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
4062         gl_MALLOCA.
4063
4064 2007-06-12  Bruno Haible  <bruno@clisp.org>
4065
4066         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
4067         to ia64, x86_64, i386.
4068         Reported by Eric Blake.
4069
4070 2007-06-12  Bruno Haible  <bruno@clisp.org>
4071
4072         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
4073         cross-compiling to x86_64.
4074
4075 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
4076
4077         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
4078         glitch reported by Ralf Wildenhues in
4079         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
4080
4081         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
4082         Vin Shelton.
4083
4084 2007-06-11  Bruno Haible  <bruno@clisp.org>
4085
4086         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
4087         replacement string.
4088         Reported by Eric Blake.
4089
4090 2007-06-10  Bruno Haible  <bruno@clisp.org>
4091
4092         Prepare vasnprintf code for use with Unicode strings.
4093         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
4094         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
4095         TYPE_U32_STRING.
4096         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
4097         a_u32_string variants.
4098         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
4099         * lib/printf-args.c: Don't include config.h and the specification
4100         header if PRINTF_FETCHARGS is already defined.
4101         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
4102         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
4103         TYPE_U16_STRING, TYPE_U32_STRING.
4104         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
4105         u16_directive, u16_directives, u32_directive, u32_directives): New
4106         types.
4107         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
4108         New declarations.
4109         * lib/printf-parse.c: Don't include config.h and the specification
4110         header if PRINTF_PARSE is already defined. Eliminate the set of
4111         parameters for WIDE_CHAR_VERSION; the user of this file must provide
4112         them now. Include c-ctype.h.
4113         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
4114         directive and CHAR_T_ONLY_ASCII.
4115         * lib/vasnprintf.c: Don't include config.h and the specification header
4116         if VASNPRINTF is already defined.
4117         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
4118         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
4119         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
4120         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
4121         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
4122         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
4123         code accordingly.
4124         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
4125         pad_ourselves also in this case, with the 'c' and 's' directives, and
4126         with a different notion of "width".
4127         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
4128
4129 2007-06-10  Bruno Haible  <bruno@clisp.org>
4130
4131         * modules/unistr/u32-mbsnlen: New file.
4132         * lib/unistr/u32-mbsnlen.c: New file.
4133
4134         * modules/unistr/u16-mbsnlen: New file.
4135         * lib/unistr/u16-mbsnlen.c: New file.
4136
4137         * modules/unistr/u8-mbsnlen: New file.
4138         * lib/unistr/u8-mbsnlen.c: New file.
4139
4140         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
4141         declarations.
4142
4143 2007-06-10  Bruno Haible  <bruno@clisp.org>
4144
4145         * lib/string_.h (mbsnlen): New declaration.
4146         * lib/mbsnlen.c: New file.
4147         * m4/mbsnlen.m4: New file.
4148         * modules/mbsnlen: New file.
4149         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
4150         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
4151         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
4152
4153 2007-06-10  Bruno Haible  <bruno@clisp.org>
4154
4155         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
4156
4157 2007-06-10  Bruno Haible  <bruno@clisp.org>
4158
4159         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
4160         * lib/mbuiter.h: Likewise.
4161
4162 2007-06-10  Bruno Haible  <bruno@clisp.org>
4163
4164         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
4165         declaration.
4166
4167 2007-06-10  Karl Berry  <karl@gnu.org>
4168
4169         * config/srclist.txt: remove gettext entries, Bruno prefers
4170         to update individually.
4171
4172 2007-06-10  Bruno Haible  <bruno@clisp.org>
4173
4174         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
4175         'maxlen'. Ensure only length + width bytes are allocated, not
4176         length + 1 + width.
4177
4178 2007-06-09  Bruno Haible  <bruno@clisp.org>
4179
4180         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
4181         (CHAR_T): Remove macro.
4182         (VASNPRINTF): Update.
4183
4184 2007-06-09  Bruno Haible  <bruno@clisp.org>
4185
4186         * MODULES.html.sh (Unicode string functions): Add the new modules.
4187
4188         * modules/uniconv/u32-conv-to-enc: New file.
4189         * lib/uniconv/u32-conv-to-enc.c: New file.
4190         * modules/uniconv/u32-conv-to-enc-tests: New file.
4191         * tests/uniconv/test-u32-conv-to-enc.c: New file.
4192
4193         * modules/uniconv/u16-conv-to-enc: New file.
4194         * lib/uniconv/u16-conv-to-enc.c: New file.
4195         * lib/uniconv/u-conv-to-enc.h: New file.
4196         * modules/uniconv/u16-conv-to-enc-tests: New file.
4197         * tests/uniconv/test-u16-conv-to-enc.c: New file.
4198
4199         * modules/uniconv/u8-conv-to-enc: New file.
4200         * lib/uniconv/u8-conv-to-enc.c: New file.
4201         * modules/uniconv/u8-conv-to-enc-tests: New file.
4202         * tests/uniconv/test-u8-conv-to-enc.c: New file.
4203
4204         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
4205         u32_conv_to_encoding): New declarations.
4206
4207 2007-06-09  Bruno Haible  <bruno@clisp.org>
4208
4209         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
4210
4211 2007-06-09  Bruno Haible  <bruno@clisp.org>
4212
4213         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
4214         * modules/malloca: Renamed from modules/allocsa, updated.
4215         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
4216         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
4217         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
4218         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
4219         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
4220         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
4221         * modules/xmalloca: Renamed from modules/xallocsa, updated.
4222         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
4223         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
4224         * modules/c-strcasestr (Depends-on): Update.
4225         * lib/c-strcasestr.c: Update.
4226         * modules/c-strstr (Depends-on): Update.
4227         * lib/c-strstr.c: Update.
4228         * modules/canonicalize-lgpl (Depends-on): Update.
4229         * lib/canonicalize-lgpl.c: Update.
4230         * modules/clean-temp (Depends-on): Update.
4231         * lib/clean-temp.c: Update.
4232         * modules/csharpcomp (Depends-on): Update.
4233         * lib/csharpcomp.c: Update.
4234         * modules/csharpexec (Depends-on): Update.
4235         * lib/csharpexec.c: Update.
4236         * modules/javacomp (Depends-on): Update.
4237         * lib/javacomp.c: Update.
4238         * modules/javaexec (Depends-on): Update.
4239         * lib/javaexec.c: Update.
4240         * modules/mbscasestr (Depends-on): Update.
4241         * lib/mbscasestr.c: Update.
4242         * modules/mbsstr (Depends-on): Update.
4243         * lib/mbsstr.c: Update.
4244         * modules/setenv (Depends-on): Update.
4245         * lib/setenv.c: Update.
4246         * modules/strcasestr (Depends-on): Update.
4247         * lib/strcasestr.c: Update.
4248         * modules/striconveha (Depends-on): Update.
4249         * lib/striconveha.c: Update.
4250         * modules/relocatable-prog-wrapper (Files): Update.
4251         * lib/relocwrapper.c: Update.
4252         * build-aux/install-reloc: Update.
4253         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
4254
4255 2007-06-08  Bruno Haible  <bruno@clisp.org>
4256
4257         Port to uClibc.
4258         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
4259         * lib/fpurge.c (fpurge): Likewise.
4260         * lib/freading.c (freading): Likewise.
4261         * lib/fseeko.c (rpl_fseeko): Likewise.
4262         * lib/fseterr.c (fseterr): Likewise.
4263         * lib/fwriting.c (fwriting): Likewise.
4264         * tests/test-fflush.c (main): Avoid a failure on uClibc.
4265
4266 2007-06-08  Bruno Haible  <bruno@clisp.org>
4267
4268         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
4269         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
4270         * modules/gettext (Files): Add m4/intlmacosx.m4.
4271
4272 2007-06-07  Bruno Haible  <bruno@clisp.org>
4273
4274         * modules/localename-tests: New file.
4275         * tests/test-localename.c: New file.
4276
4277         New module 'localename'.
4278         * lib/localename.h: New file.
4279         * lib/localename.c: New file, from GNU gettext.
4280         * m4/localename.m4: New file.
4281         * modules/localename: New file.
4282
4283 2007-06-07  Bruno Haible  <bruno@clisp.org>
4284
4285         Work around the lack of <wchar.h> on some builds of uClibc.
4286         * doc/headers/wchar.texi: Update.
4287         * lib/wchar_.h: Include <wchar.h> only if it exists.
4288         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
4289         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
4290         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
4291         doesn't exist.
4292         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
4293         * modules/mbfile (Depends-on): Add wchar.
4294         * modules/mbiter (Depends-on): Likewise.
4295         * modules/mbuiter (Depends-on): Likewise.
4296         Reported by Simon Josefsson.
4297
4298 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
4299
4300         Work around problem reported by Steven M. Schweda in
4301         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
4302         Tru64 5.1B with the Compaq compiler environment installed declares
4303         an 'isblank' function but does not define it in the C library.
4304         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
4305         * lib/regex_internal.h (isblank): Likewise.
4306         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
4307         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4308
4309 2007-06-05  Bruno Haible  <bruno@clisp.org>
4310
4311         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
4312         ia64.
4313         * modules/printf-safe: New file.
4314         * modules/fprintf-posix (Depends-on): Add printf-safe.
4315         * modules/printf-posix (Depends-on): Likewise.
4316         * modules/snprintf-posix (Depends-on): Likewise.
4317         * modules/sprintf-posix (Depends-on): Likewise.
4318         * modules/vasnprintf-posix (Depends-on): Likewise.
4319         * modules/vasprintf-posix (Depends-on): Likewise.
4320         * modules/vfprintf-posix (Depends-on): Likewise.
4321         * modules/vprintf-posix (Depends-on): Likewise.
4322         * modules/vsnprintf-posix (Depends-on): Likewise.
4323         * modules/vsprintf-posix (Depends-on): Likewise.
4324         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
4325         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
4326         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
4327         "no" on i386, x86_64, ia64.
4328         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
4329         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4330         on i386, x86_64, ia64.
4331         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
4332         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4333         on i386, x86_64, ia64.
4334         * tests/test-vasnprintf-posix.c: Include float.h.
4335         (LDBL80_WORDS): New macro.
4336         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4337         on i386, x86_64, ia64.
4338         * tests/test-vasprintf-posix.c: Include float.h.
4339         (LDBL80_WORDS): New macro.
4340         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4341         on i386, x86_64, ia64.
4342         * tests/test-snprintf-posix.c: Include float.h.
4343         * tests/test-sprintf-posix.c: Likewise.
4344         * tests/test-vsnprintf-posix.c: Likewise.
4345         * tests/test-vsprintf-posix.c: Likewise.
4346
4347 2007-06-05  Bruno Haible  <bruno@clisp.org>
4348
4349         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
4350         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
4351         non-IEEE numbers on i386, x86_64, ia64.
4352         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
4353         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
4354         * tests/test-isnanl.h: Include float.h.
4355         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
4356
4357 2007-06-05  Bruno Haible  <bruno@clisp.org>
4358
4359         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
4360         also the %a / %A. Handle the %a / %A code before this extra handling.
4361
4362 2007-06-05  Bruno Haible  <bruno@clisp.org>
4363
4364         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
4365         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
4366
4367 2007-06-05  Bruno Haible  <bruno@clisp.org>
4368
4369         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
4370         typo in variable name.
4371
4372 2007-06-05  Eric Blake  <ebb9@byu.net>
4373
4374         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
4375         Reported by Simon Josefsson.
4376
4377 2007-06-04  Bruno Haible  <bruno@clisp.org>
4378
4379         Avoid test failures on some PowerPC platforms.
4380         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
4381         Define differently for PowerPC.
4382         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
4383         Reported by Gary V. Vaughan <gary@gnu.org>.
4384
4385 2007-06-02  Bruno Haible  <bruno@clisp.org>
4386
4387         Fix test-stdint failure on FreeBSD/ia64.
4388         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
4389         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
4390         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
4391         * doc/headers/stdint.texi: Update.
4392
4393 2007-06-01  Bruno Haible  <bruno@clisp.org>
4394
4395         * tests/test-binary-io.c (main): Pass a third argument to open().
4396         Reported by Gary V. Vaughan <gary@gnu.org>.
4397
4398 2007-06-01  Bruno Haible  <bruno@clisp.org>
4399
4400         * doc/functions/frexpl.texi: Update for mingw.
4401
4402 2007-06-01  Bruno Haible  <bruno@clisp.org>
4403
4404         * tests/test-lseek.c (main): Disable test of errno for invalid third
4405         argument.
4406         * doc/functions/lseek.texi: Update.
4407         Reported by Gary V. Vaughan <gary@gnu.org>.
4408
4409 2007-05-28  Bruno Haible  <bruno@clisp.org>
4410
4411         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
4412
4413 2007-05-31  Eric Blake  <ebb9@byu.net>
4414
4415         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
4416         cross compiling.
4417
4418 2007-05-30  Eric Blake  <ebb9@byu.net>
4419         and Bruno Haible  <bruno@clisp.org>
4420
4421         Work around mingw test failures exposed by m4-1.4.9b.
4422         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
4423         * tests/test-unistd.c: Disable uid_t and git_t tests for the
4424         moment.
4425
4426 2007-05-30  Bruno Haible  <bruno@clisp.org>
4427
4428         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
4429         assuming that they are closed. Needed on HP-UX 11.
4430
4431 2007-05-29  Bruno Haible  <bruno@clisp.org>
4432
4433         Fix a problem with #include_next.
4434         * lib/dirent_.h: Split the double-inclusion guard.
4435         * lib/fcntl_.h: Likewise.
4436         * lib/float_.h: Likewise.
4437         * lib/iconv_.h: Likewise.
4438         * lib/inttypes_.h: Likewise.
4439         * lib/locale_.h: Likewise.
4440         * lib/math_.h: Likewise.
4441         * lib/netinet_in_.h: Likewise.
4442         * lib/search_.h: Likewise.
4443         * lib/signal_.h: Likewise.
4444         * lib/stdint_.h: Likewise.
4445         * lib/stdio_.h: Likewise.
4446         * lib/stdlib_.h: Likewise.
4447         * lib/string_.h: Likewise.
4448         * lib/sys_select_.h: Likewise.
4449         * lib/sys_socket_.h: Likewise.
4450         * lib/sys_stat_.h: Likewise.
4451         * lib/sys_time_.h: Likewise.
4452         * lib/sysexits_.h: Likewise.
4453         * lib/time_.h: Likewise.
4454         * lib/unistd_.h: Likewise.
4455         * lib/wchar_.h: Likewise.
4456         * lib/wctype_.h: Likewise.
4457
4458 2007-05-29  Bruno Haible  <bruno@clisp.org>
4459
4460         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
4461         for the moment.
4462
4463 2007-05-29  Bruno Haible  <bruno@clisp.org>
4464
4465         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
4466         invocation.
4467         Reported by Eric Blake.
4468
4469 2007-05-29  Bruno Haible  <bruno@clisp.org>
4470
4471         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
4472         compiling case.
4473
4474 2007-05-29  Eric Blake  <ebb9@byu.net>
4475             Bruno Haible  <bruno@clisp.org>
4476
4477         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
4478         cross compiles.
4479
4480 2007-05-28  Eric Blake  <ebb9@byu.net>
4481
4482         * modules/closein-tests (test_closein_LDADD): Support test on
4483         cygwin with libtool.
4484
4485 2007-05-28  Bruno Haible  <bruno@clisp.org>
4486
4487         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
4488         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4489         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4490         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4491         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4492         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4493         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4494         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4495         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4496
4497 2007-05-28  Eric Blake  <ebb9@byu.net>
4498
4499         Unconditionally include <config.h> in unit tests.
4500         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
4501         * tests/test-allocsa.c, tests/test-arcfour.c,
4502         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
4503         tests/test-array_list.c, tests/test-array_oset.c,
4504         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
4505         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
4506         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
4507         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
4508         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
4509         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
4510         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
4511         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
4512         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
4513         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
4514         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
4515         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
4516         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
4517         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
4518         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
4519         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
4520         test-md5.c, test-memmem.c, test-printf-posix.c,
4521         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
4522         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
4523         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
4524         test-strcasestr.c, test-striconv.c, test-striconveh.c,
4525         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
4526         test-vasnprintf-posix2.c, test-vasnprintf.c,
4527         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
4528         test-vfprintf-posix.c, test-vprintf-posix.c,
4529         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
4530         test-xvasprintf.c: Likewise.
4531
4532 2007-05-28  Bruno Haible  <bruno@clisp.org>
4533
4534         * gnulib-tool (func_import): Remember the --with-tests command-line
4535         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
4536         Reported by Eric Blake.
4537
4538 2007-05-28  Bruno Haible  <bruno@clisp.org>
4539
4540         * modules/ftell-tests: New file.
4541         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
4542         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
4543
4544         * lib/ftell.c: New file.
4545         * modules/ftell: New file.
4546         * m4/ftell.m4: New file.
4547         * doc/functions/ftell.texi: Update.
4548         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
4549         REPLACE_FTELL.
4550         * lib/stdio_.h (rpl_ftell): New declaration.
4551         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
4552         REPLACE_FTELL.
4553
4554 2007-05-28  Eric Blake  <ebb9@byu.net>
4555
4556         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
4557
4558 2007-05-28  Bruno Haible  <bruno@clisp.org>
4559
4560         * modules/fseek-tests: New file.
4561         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
4562         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
4563
4564         * lib/fseek.c: New file.
4565         * modules/fseek: New file.
4566         * m4/fseek.m4: New file.
4567         * doc/functions/fseek.texi: Update.
4568         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
4569         REPLACE_FSEEK.
4570         * lib/stdio_.h (rpl_fseek): New declaration.
4571         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
4572         REPLACE_FSEEK.
4573
4574 2007-05-28  Bruno Haible  <bruno@clisp.org>
4575
4576         * lib/stdio_.h (fflush): More comments.
4577
4578 2007-05-28  Bruno Haible  <bruno@clisp.org>
4579
4580         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
4581         runtime test.
4582
4583 2007-05-28  Eric Blake  <ebb9@byu.net>
4584
4585         Improve lseek module.
4586         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
4587         * lib/unistd_.h (lseek): Scale back link warning message.
4588         * tests/test-lseek.c: Beef up test.
4589         * tests/test-lseek.sh: Exercise more facets of lseek.
4590         Reported by Bruno Haible.
4591
4592 2007-05-28  Bruno Haible  <bruno@clisp.org>
4593
4594         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
4595         to define.
4596
4597 2007-05-27  Bruno Haible  <bruno@clisp.org>
4598
4599         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
4600
4601 2007-05-27  Bruno Haible  <bruno@clisp.org>
4602
4603         * modules/openmp: New file.
4604         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
4605         Noah Misch.
4606
4607 2007-05-26  Bruno Haible  <bruno@clisp.org>
4608
4609         * modules/chdir-long (Depends-on): Add fchdir.
4610         * modules/chdir-safer (Depends-on): Likewise.
4611         * modules/fts (Depends-on): Likewise.
4612         * modules/fts-lgpl (Depends-on): Likewise.
4613         * modules/openat (Depends-on): Likewise.
4614         * modules/savewd (Depends-on): Likewise.
4615
4616 2007-05-24  Eric Blake  <ebb9@byu.net>
4617
4618         Fix lseek on mingw.
4619         * modules/lseek: New module.
4620         * m4/lseek.m4: New file.
4621         * lib/lseek.c: New file.
4622         * modules/lseek-tests: New file.
4623         * tests/test-lseek.c: New file.
4624         * tests/test-lseek.sh: New file.
4625         * MODULES.html.sh: Document lseek module.
4626         * modules/fflush (Depends-on): Add lseek, fseeko.
4627         * modules/fseeko (Depends-on): Likewise.
4628         * modules/ftello (Depends-on): Likewise.
4629         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
4630         broken.
4631         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
4632         broken.
4633         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
4634         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
4635         * lib/ftello.c (rpl_ftello): Likewise.
4636         * tests/test-fseeko.c (main): Test this.
4637         * tests/test-fseeko.sh: Likewise.
4638         * tests/test-ftello.c (main): Likewise.
4639         * tests/test-ftello.sh: Likewise.
4640         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
4641         implies replacing fseek.
4642         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
4643         HAVE_FTELLO.
4644         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
4645         * modules/unistd (Makefile.am): Likewise.
4646         * lib/unistd_.h (lseek): Declare a replacement.
4647         * doc/functions/lseek.texi (lseek): Document this fix.
4648         * doc/functions/fseek.texi (fseek): Likewise.
4649         * doc/functions/ftell.texi (ftell): Likewise.
4650
4651 2007-05-24  Bruno Haible  <bruno@clisp.org>
4652
4653         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
4654         in the printed representation of a NaN.
4655         * tests/test-vasprintf-posix.c (test_function): Likewise.
4656         * tests/test-snprintf-posix.h (test_function): Likewise.
4657         * tests/test-sprintf-posix.h (test_function): Likewise.
4658         Reported by Eric Blake.
4659
4660 2007-05-23  Eric Blake  <ebb9@byu.net>
4661
4662         Fix fseeko/ftello on cygwin 1.5.24.
4663         * doc/functions/fseeko.texi (fseeko): Document the fix.
4664         * doc/functions/ftello.texi (ftello): Document the fix.
4665         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4666         * doc/functions/stdout.text (stdout): New file.
4667         * doc/functions/stderr.text (stderr): New file.
4668         * doc/gnulib.texi (Function Substitutes): Use new files.
4669         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4670         prior to 1.7.0.
4671         * tests/test-ftello.c (main): Likewise for ftello.
4672         * tests/test-fseeko.sh: New file.
4673         * tests/test-ftello.sh: New file.
4674         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4675         with seekable stdin.
4676         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4677         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4678         (gl_REPLACE_FSEEKO): New macro.
4679         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4680         * modules/fseeko (Files): Distribute fseeko.c.
4681         * modules/ftello (Files): Distribute ftello.c.
4682         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4683         mode.
4684         * lib/ftello.c (rpl_ftello): New file.
4685         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4686         fseeko, ftello.
4687         (gl_STDIN_LARGE_OFFSET): New macro.
4688         * modules/stdio (Makefile.am): Perform the replacement.
4689         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4690
4691 2007-05-23  Bruno Haible  <bruno@clisp.org>
4692
4693         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4694         GNULIB_POSIXCHECK is defined.
4695
4696 2007-05-21  Bruno Haible  <bruno@clisp.org>
4697
4698         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4699         Check also the output for NaN arguments. When cross-compiling, guess
4700         no on IRIX.
4701         * lib/vasnprintf.c: Update comments.
4702         * tests/test-vasnprintf-posix.c (strisnan): New function.
4703         (test_function): Use it.
4704         * tests/test-vasprintf-posix.c (strisnan): New function.
4705         (test_function): Use it.
4706         * tests/test-snprintf-posix.h (strisnan): New function.
4707         (test_function): Use it.
4708         * tests/test-sprintf-posix.h (strisnan): New function.
4709         (test_function): Use it.
4710         Reported by Eric Blake.
4711
4712 2007-05-20  Bruno Haible  <bruno@clisp.org>
4713
4714         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4715         numbers that fails on BeOS.
4716         * doc/functions/frexpl.texi: Update.
4717
4718 2007-05-20  Jim Meyering  <jim@meyering.net>
4719
4720         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4721         forced upon us by glibc-2.6.
4722
4723 2007-05-20  Bruno Haible  <bruno@clisp.org>
4724
4725         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4726         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4727         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4728         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4729         NEED_PRINTF_INFINITE.
4730         (is_infinitel): New function.
4731         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4732         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4733         gl_PREREQ_VASNPRINTF_INFINITE.
4734         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4735         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4736         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4737         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4738         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4739         gl_PREREQ_VASNPRINTF_INFINITE.
4740         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4741         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4742         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4743         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4744         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4745         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4746         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4747         * doc/functions/fprintf.texi: Update.
4748         * doc/functions/printf.texi: Update.
4749         * doc/functions/snprintf.texi: Update.
4750         * doc/functions/sprintf.texi: Update.
4751         * doc/functions/vfprintf.texi: Update.
4752         * doc/functions/vprintf.texi: Update.
4753         * doc/functions/vsnprintf.texi: Update.
4754         * doc/functions/vsprintf.texi: Update.
4755
4756 2007-05-20  Bruno Haible  <bruno@clisp.org>
4757
4758         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4759         was not found in libc.
4760         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4761
4762 2007-05-20  Bruno Haible  <bruno@clisp.org>
4763
4764         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4765         printed as "-nan" instead of "nan".
4766         * tests/test-vasprintf-posix.c (test_function): Likewise.
4767         * tests/test-snprintf-posix.h (test_function): Likewise.
4768         * tests/test-sprintf-posix.h (test_function): Likewise.
4769         Needed for HP-UX 11.
4770
4771 2007-05-20  Jim Meyering  <jim@meyering.net>
4772
4773         Fix buggy test for the fchownat-deref bug.
4774         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4775         symlink required for the run-test.  Without it, this test would
4776         always declare that fchownat doesn't work, and client code would
4777         unnecessarily use the replacement function with fixed libc.
4778         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4779         Reported by Greg Schafer.
4780
4781 2007-05-19  Bruno Haible  <bruno@clisp.org>
4782
4783         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4784         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4785         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4786         Needed for IRIX 6.5 and Solaris 2.5.1.
4787
4788 2007-05-19  Bruno Haible  <bruno@clisp.org>
4789
4790         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4791         (test_function): Skip tests involving -0.0 on platforms where
4792         -0.0 = 0.0.
4793         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4794         (test_function): Skip tests involving -0.0 on platforms where
4795         -0.0 = 0.0.
4796         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4797         (test_function): Skip tests involving -0.0 on platforms where
4798         -0.0 = 0.0.
4799         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4800         (test_function): Skip tests involving -0.0 on platforms where
4801         -0.0 = 0.0.
4802         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4803         tests.
4804         * tests/test-printf-posix.h (test_function): Likewise.
4805         * tests/test-printf-posix.output: Remove all -0.0 related results.
4806         Needed for IRIX 6.5.
4807
4808 2007-05-19  Bruno Haible  <bruno@clisp.org>
4809
4810         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4811         printed as "nan0x7fffffff" instead of "nan".
4812         * tests/test-vasprintf-posix.c (test_function): Likewise.
4813         * tests/test-snprintf-posix.h (test_function): Likewise.
4814         * tests/test-sprintf-posix.h (test_function): Likewise.
4815         * tests/test-fprintf-posix.h (NaN): Remove macro.
4816         (test_function): Remove all NaN related tests.
4817         * tests/test-printf-posix.h (NaN): Remove macro.
4818         (test_function): Remove all NaN related tests.
4819         * tests/test-printf-posix.output: Remove all NaN related results.
4820         Needed for IRIX 6.5.
4821
4822 2007-05-19  Bruno Haible  <bruno@clisp.org>
4823
4824         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4825         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4826
4827 2007-05-19  Bruno Haible  <bruno@clisp.org>
4828
4829         * lib/float_.h: New file.
4830         * m4/float_h.m4: New file.
4831         * modules/float: New file.
4832         * modules/isnanl (Dependencies): Add float.
4833         * modules/isnanl-nolibm (Dependencies): Likewise.
4834         * modules/mathl (Dependencies): Likewise.
4835         * modules/printf-frexpl (Dependencies): Likewise.
4836         * modules/signbit (Dependencies): Likewise.
4837         * modules/vasnprintf (Dependencies): Likewise.
4838         * doc/headers/float.texi: Update.
4839
4840 2007-05-19  Jim Meyering  <jim@meyering.net>
4841
4842         * lib/utimens.c (gl_futimens): Rename from futimens,
4843         now that glibc-2.6 declares futimens.
4844         * lib/utimens.h: Likewise.
4845
4846 2007-05-19  Bruno Haible  <bruno@clisp.org>
4847
4848         Avoid test failures on mingw.
4849         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4850         * tests/test-printf-posix.sh: Likewise.
4851         * tests/test-vfprintf-posix.sh: Likewise.
4852         * tests/test-vprintf-posix.sh: Likewise.
4853
4854 2007-05-19  Bruno Haible  <bruno@clisp.org>
4855
4856         Fix *printf result for NaN, Inf, -0.0 on mingw.
4857         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4858         * lib/vasnprintf.c: Include math.h and isnan.h.
4859         (is_infinite_or_zero): New function.
4860         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4861         values in the %f, %F, %e, %E, %g, %G directives.
4862         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4863         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4864         gl_PRINTF_INFINITE and test its result. Invoke
4865         gl_PREREQ_VASNPRINTF_INFINITE.
4866         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4867         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4868         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4869         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4870         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4871         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4872         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4873         * doc/functions/fprintf.texi: Update.
4874         * doc/functions/printf.texi: Update.
4875         * doc/functions/snprintf.texi: Update.
4876         * doc/functions/sprintf.texi: Update.
4877         * doc/functions/vfprintf.texi: Update.
4878         * doc/functions/vprintf.texi: Update.
4879         * doc/functions/vsnprintf.texi: Update.
4880         * doc/functions/vsprintf.texi: Update.
4881
4882 2007-05-19  Bruno Haible  <bruno@clisp.org>
4883
4884         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4885         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4886         Instead of multiplying with 10^k, set extra_zeroes to k.
4887         (scale10_round_long_double): Remove function.
4888
4889 2007-05-18  Bruno Haible  <bruno@clisp.org>
4890
4891         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4892         introduced on 2007-05-06.
4893
4894 2007-05-18  Bruno Haible  <bruno@clisp.org>
4895
4896         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4897         %g directives.
4898         * tests/test-vasprintf-posix.c (test_function): Likewise.
4899         * tests/test-snprintf-posix.h (test_function): Likewise.
4900         * tests/test-sprintf-posix.h (test_function): Likewise.
4901
4902 2007-05-18  Bruno Haible  <bruno@clisp.org>
4903
4904         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4905         (strmatch): New function.
4906         (test_function): Test the %f directive on numbers of various exponents.
4907         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4908         (strmatch): New function.
4909         (test_function): Test the %f directive on numbers of various exponents.
4910         * tests/test-snprintf-posix.h (strmatch): New function.
4911         (test_function): Test the %f directive on numbers of various exponents.
4912         * tests/test-sprintf-posix.h (strmatch): New function.
4913         (test_function): Test the %f directive on numbers of various exponents.
4914         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4915         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4916         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4917         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4918
4919 2007-05-18  Bruno Haible  <bruno@clisp.org>
4920
4921         Add support for 'long double' number output.
4922         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4923         * lib/vasnprintf.c: Include math.h and float+.h.
4924         (mp_limb_t): New type.
4925         (GMP_LIMB_BITS): New macro.
4926         (mp_twolimb_t): New type.
4927         (GMP_TWOLIMB_BITS): New macro.
4928         (mpn_t): New type.
4929         (multiply, divide, convert_to_decimal, decode_long_double,
4930         scale10_round_long_double, scale10_round_decimal_long_double,
4931         floorlog10l): New functions.
4932         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4933         for the %f, %F, %e, %E, %g, %G directives.
4934         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4935         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4936         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4937         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4938         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4939         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4940         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4941         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4942         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4943         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4944         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4945         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4946         * modules/snprintf-posix (Depends-on): Likewise.
4947         * modules/sprintf-posix (Depends-on): Likewise.
4948         * modules/vasnprintf-posix (Depends-on): Likewise.
4949         * modules/vasprintf-posix (Depends-on): Likewise.
4950         * modules/vfprintf-posix (Depends-on): Likewise.
4951         * modules/vsnprintf-posix (Depends-on): Likewise.
4952         * modules/vsprintf-posix (Depends-on): Likewise.
4953         * modules/vasnprintf (Files): Add lib/float+.h.
4954         * doc/functions/fprintf.texi: Update.
4955         * doc/functions/printf.texi: Update.
4956         * doc/functions/snprintf.texi: Update.
4957         * doc/functions/sprintf.texi: Update.
4958         * doc/functions/vfprintf.texi: Update.
4959         * doc/functions/vprintf.texi: Update.
4960         * doc/functions/vsnprintf.texi: Update.
4961         * doc/functions/vsprintf.texi: Update.
4962
4963 2007-05-18  Bruno Haible  <bruno@clisp.org>
4964
4965         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4966
4967 2007-05-18  Bruno Haible  <bruno@clisp.org>
4968
4969         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4970         for printing 64-bit integers. Needed for mingw.
4971
4972 2007-05-18  Bruno Haible  <bruno@clisp.org>
4973
4974         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4975         gl_FUNC_FREXPL_WORKS.
4976         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4977
4978 2007-05-18  Bruno Haible  <bruno@clisp.org>
4979
4980         * modules/frexpl-nolibm-tests: New file.
4981
4982         * modules/frexpl-nolibm: New file.
4983         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4984
4985 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4986
4987         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4988         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4989         GCC 4.2, which otherwise issues a lot of warnings.
4990         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4991         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4992         Likewise.
4993         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4994         * modules/iconv_open (iconv.h): Likewise.
4995         * modules/locale (locale.h): Likewise.
4996         * modules/netinet_in (netinet/in.h): Likewise.
4997         * modules/sys_select (sys_select.h): Likewise.
4998         * modules/sys_socket (sys/socket.h): Likewise.
4999         * modules/sys_stat (sys/stat.h): Likewise.
5000         * modules/sysexits (sysexits.h): Likewise.
5001         * modules/unistd (unistd.h): Likewise.
5002
5003 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5004
5005         * modules/closein-tests (Makefile.am): Distribute
5006         `test-closein.sh'.
5007
5008 2007-05-17  Bruno Haible  <bruno@clisp.org>
5009
5010         * tests/test-printf-posix.output: Renamed from
5011         tests/test-fprintf-posix.out.
5012         * modules/fprintf-posix-tests: Update.
5013         * modules/printf-posix-tests: Update.
5014         * modules/vfprintf-posix-tests: Update.
5015         * modules/vprintf-posix-tests: Update.
5016         * tests/test-fprintf-posix.sh: Update.
5017         * tests/test-printf-posix.sh: Update.
5018         * tests/test-vfprintf-posix.sh: Update.
5019         * tests/test-vprintf-posix.sh: Update.
5020         Reported by Ralf Wildenhues.
5021
5022 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
5023
5024         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
5025         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
5026         GCC 4.2, which otherwise issues a lot of warnings.
5027         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
5028         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
5029         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
5030         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
5031         it should no longer be needed.
5032         * lib/string_.h: Likewise.
5033         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
5034         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
5035         * modules/inttypes (inttypes.h): Likewise.
5036         * modules/math (math.h): Likewise.
5037         * modules/search (search.h): Likewise.
5038         * modules/signal (signal.h): Likewise.
5039         * modules/stdint (stdint.h): Likewise.
5040         * modules/stdio (stdio.h): Likewise.
5041         * modules/stdlib (stdlib.h): Likewise.
5042         * modules/string (string.h): Likewise.
5043         * modules/sys_time (sys/time.h): Likewise.
5044         * modules/time (time.h): Likewise.
5045         * modules/wchar (wchar.h): Likewise.
5046         * modules/wctype (wtype.h): Likewise.
5047
5048 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5049
5050         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
5051
5052 2007-05-13  Bruno Haible  <bruno@clisp.org>
5053
5054         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
5055         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5056         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
5057         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5058         (gl_PREREQ_STRTOK_R): Don't require it here.
5059
5060 2007-05-13  Bruno Haible  <bruno@clisp.org>
5061
5062         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
5063         when used in C++ mode.
5064
5065 2007-05-12  Bruno Haible  <bruno@clisp.org>
5066
5067         * lib/linebuffer.h: Tweak doc.
5068         * lib/linebuffer.c: Likewise.
5069
5070 2007-05-12  James Youngman  <jay@gnu.org>
5071
5072         * lib/linebuffer.c (readlinebuffer_delim): New function,
5073         like readlinebuffer, but use a caller-specified delimiter.
5074         (readlinebuffer): Just call readlinebuffer_delim with '\n'
5075         as the delimiter.
5076         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
5077
5078 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5079
5080         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
5081         * modules/openat (Files): Remove openat-die.c.
5082         (Depends-on): Add openat-die.
5083         * modules/openat-die: New module.
5084
5085 2007-05-06  Bruno Haible  <bruno@clisp.org>
5086
5087         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
5088         Update with info about Cygwin.
5089         * doc/functions/fprintf.texi: Update.
5090         * doc/functions/printf.texi: Update.
5091         * doc/functions/snprintf.texi: Update.
5092         * doc/functions/sprintf.texi: Update.
5093         * doc/functions/vfprintf.texi: Update.
5094         * doc/functions/vprintf.texi: Update.
5095         * doc/functions/vsnprintf.texi: Update.
5096         * doc/functions/vsprintf.texi: Update.
5097         Reported by Eric Blake.
5098
5099 2007-05-06  Bruno Haible  <bruno@clisp.org>
5100
5101         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
5102         padding ourselves for the floating-point directives.
5103         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
5104         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
5105         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5106         gl_PRINTF_FLAG_ZERO and test its result. Invoke
5107         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
5108         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5109         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
5110         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5111         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5112         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5113         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5114         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5115         * tests/test-snprintf-posix.h (test_function): Also check the width
5116         and some flags in the %f directive.
5117         * tests/test-sprintf-posix.h (test_function): Likewise.
5118         * tests/test-vasnprintf-posix.c (test_function): Likewise.
5119         * tests/test-vasprintf-posix.c (test_function): Likewise.
5120         * doc/functions/fprintf.texi: Update.
5121         * doc/functions/printf.texi: Update.
5122         * doc/functions/snprintf.texi: Update.
5123         * doc/functions/sprintf.texi: Update.
5124         * doc/functions/vfprintf.texi: Update.
5125         * doc/functions/vprintf.texi: Update.
5126         * doc/functions/vsnprintf.texi: Update.
5127         * doc/functions/vsprintf.texi: Update.
5128
5129 2007-05-06  Bruno Haible  <bruno@clisp.org>
5130
5131         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
5132         pass the ' flag character to sprintf or snprintf.
5133         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
5134         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
5135         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5136         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
5137         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
5138         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5139         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
5140         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5141         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5142         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5143         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5144         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5145         * tests/test-snprintf-posix.h (test_function): Also check the grouping
5146         flag.
5147         * tests/test-sprintf-posix.h (test_function): Likewise.
5148         * tests/test-vasnprintf-posix.c (test_function): Likewise.
5149         * tests/test-vasprintf-posix.c (test_function): Likewise.
5150         * doc/functions/fprintf.texi: Update.
5151         * doc/functions/printf.texi: Update.
5152         * doc/functions/snprintf.texi: Update.
5153         * doc/functions/sprintf.texi: Update.
5154         * doc/functions/vfprintf.texi: Update.
5155         * doc/functions/vprintf.texi: Update.
5156         * doc/functions/vsnprintf.texi: Update.
5157         * doc/functions/vsprintf.texi: Update.
5158
5159 2007-05-01  Bruno Haible  <bruno@clisp.org>
5160
5161         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
5162
5163 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5164
5165         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
5166         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
5167
5168 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5169
5170         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
5171         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
5172         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
5173
5174 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
5175
5176         * lib/argp-help.c (struct hol_entry): New member `ord'.
5177         (HOL_ENTRY_PTRCMP): Use ord for comparison
5178         (hol_sort): Initialize ord.
5179
5180 2007-05-01  Bruno Haible  <bruno@clisp.org>
5181
5182         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
5183         Reported by Eric Blake.
5184         * doc/gnulib.texi (Function Substitutes): Update.
5185
5186 2007-05-01  Bruno Haible  <bruno@clisp.org>
5187
5188         * doc/functions.texi: Remove file, now redundant through
5189         doc/functions/*.texi.
5190
5191 2007-05-01  Bruno Haible  <bruno@clisp.org>
5192
5193         * modules/argp (Depends-on): Add sleep.
5194
5195 2007-05-01  Bruno Haible  <bruno@clisp.org>
5196
5197         * modules/sleep-tests: New file.
5198         * tests/test-sleep.c: New file.
5199
5200         * modules/sleep: New file.
5201         * lib/sleep.c: New file.
5202         * m4/sleep.m4: New file.
5203         * lib/unistd_.h (sleep): New declaration.
5204         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
5205         HAVE_SLEEP.
5206         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
5207         * doc/functions/sleep.texi: Document the sleep module.
5208
5209 2007-05-01  Bruno Haible  <bruno@clisp.org>
5210
5211         * lib/sigprocmask.h: Remove file.
5212         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
5213         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
5214         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
5215         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
5216         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
5217         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
5218         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
5219         HAVE_SIGSET_T as a shell variable.
5220         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
5221         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
5222         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
5223         (Depends-on): Add signal. Remove verify.
5224         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
5225         (Include): Mention <signal.h> instead of sigprocmask.h.
5226         * NEWS: Mention the change.
5227         * lib/fatal-signal.c: Don't include sigprocmask.h.
5228
5229 2007-05-01  Bruno Haible  <bruno@clisp.org>
5230
5231         * modules/signal: New file.
5232         * lib/signal_.h: New file.
5233         * m4/signal_h.m4: New file.
5234
5235 2007-05-01  Bruno Haible  <bruno@clisp.org>
5236
5237         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
5238         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
5239         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
5240         HAVE_WCTYPE_CTMP_BUG into wctype.h.
5241
5242 2007-05-01  Bruno Haible  <bruno@clisp.org>
5243
5244         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
5245         configure time.
5246         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
5247         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
5248         * modules/sys_stat (Makefile.am): Substitute their values into
5249         sys/stat.h.
5250
5251 2007-05-01  Bruno Haible  <bruno@clisp.org>
5252
5253         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
5254         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
5255         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
5256
5257 2007-05-01  Bruno Haible  <bruno@clisp.org>
5258
5259         * doc/header/assert.texi: Undo last change: don't mention the gnulib
5260         'assert' module here.
5261
5262 2007-05-01  Bruno Haible  <bruno@clisp.org>
5263
5264         * doc/functions/*.texi: New files.
5265         * doc/functions/google-ranking.txt: New file.
5266         * doc/gnulib.texi (Function Substitutes): New chapter.
5267         (ctime, inet_ntoa): Remove sections.
5268         * doc/ctime.texi: Remove file.
5269         * doc/inet_ntoa.texi: Remove file.
5270         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
5271         dependencies.
5272         (%.info): New rule, specifying a --reference-limit.
5273
5274 2007-05-01  Bruno Haible  <bruno@clisp.org>
5275
5276         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
5277
5278 2007-05-01  Bruno Haible  <bruno@clisp.org>
5279
5280         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
5281         the portability of 'mkdir' to mingw systems.
5282
5283 2007-05-01  Bruno Haible  <bruno@clisp.org>
5284
5285         * doc/headers/google-ranking.txt: New file.
5286
5287 2007-04-30  Eric Blake  <ebb9@byu.net>
5288
5289         Prefer fseeko to fseek.
5290         * modules/getpass (Depends-on): Add fseeko.
5291         * lib/getpass.c (getpass): Use fseeko, not fseek.
5292
5293 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
5294
5295         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
5296         assumes the sorting is stable, while most qsort implementations
5297         are not.  Use argument addresses to ensure they never compare as
5298         equal.
5299
5300         * tests/test-argp-2.sh (usage-indent test): Fix output
5301         (func_compare): Restore diff options
5302         * tests/test-argp.c: Restore #include "progname.h"
5303
5304 2007-04-29  Bruno Haible  <bruno@clisp.org>
5305
5306         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
5307         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5308         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
5309         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5310         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
5311         (configure.ac): Define CHECK_SNPRINTF_POSIX.
5312         (TESTS, check_PROGRAMS): Add test-snprintf.
5313         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
5314         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
5315         (TESTS, check_PROGRAMS): Add test-vsnprintf.
5316         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
5317         assertions that fail on HP-UX, OSF/1, or IRIX.
5318         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
5319
5320 2007-04-29  Bruno Haible  <bruno@clisp.org>
5321
5322         * MODULES.html.sh (posix_functions): Remove 'contents'.
5323
5324 2007-04-29  Karl Berry  <karl@gnu.org>
5325
5326         * config/srclist.txt (gendocs_template_min): new entry.
5327
5328 2007-04-29  Bruno Haible  <bruno@clisp.org>
5329
5330         Work around fpurge bug on BSD systems.
5331         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
5332         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
5333         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
5334         fpurge to rpl_fpurge if the system already has this function.
5335         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
5336         the case where the system already has this function. Correct invariants
5337         on BSD systems.
5338         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
5339         BSD systems.
5340
5341 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5342
5343         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
5344         proposed by Sven Verdoolaege.
5345
5346         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
5347         options.
5348         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
5349         (usage and help tests): Update
5350
5351 2007-04-29  Bruno Haible  <bruno@clisp.org>
5352
5353         * tests/test-fflush.c (main): Use a file of size 17, not 10.
5354         Print more information in case of failure. Disable a test on BeOS.
5355
5356 2007-04-29  Bruno Haible  <bruno@clisp.org>
5357
5358         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
5359         This helps debugging on systems on which no gdb is available.
5360
5361 2007-04-29  Bruno Haible  <bruno@clisp.org>
5362
5363         * lib/freading.h: Improve comments.
5364         * lib/fwriting.h: Likewise.
5365         * tests/test-freading.c (main): Don't check freading immediately after
5366         repositioning. Needed for glibc.
5367
5368 2007-04-29  Bruno Haible  <bruno@clisp.org>
5369
5370         * lib/freading.c (freading): Trivial simplification.
5371
5372 2007-04-28  Bruno Haible  <bruno@clisp.org>
5373
5374         * tests/test-fwriting.c (main): Also test the interaction between
5375         fflush and fwriting.
5376         * modules/fwriting-tests (Depends-on): Add fflush.
5377
5378         * tests/test-freading.c (main): Also test the interaction between
5379         fflush and freading.
5380         * modules/freading-tests (Depends-on): Add fflush.
5381
5382 2007-04-28  Bruno Haible  <bruno@clisp.org>
5383
5384         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
5385         fseeko and ftello.
5386         Suggested by Eric Blake.
5387
5388 2007-04-28  Jim Meyering  <jim@meyering.net>
5389
5390         Avoid false-negative in gl_STDINT_H's C99 conformance test.
5391         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
5392         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
5393
5394 2007-04-27  Eric Blake  <ebb9@byu.net>
5395
5396         * doc/headers/assert.texi (assert.h): Document assert module use.
5397
5398 2007-04-27  Bruno Haible  <bruno@clisp.org>
5399
5400         * doc/headers/*.texi: New files.
5401         * doc/gnulib.texi (Header File Substitutes): New chapter.
5402         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
5403         dependencies.
5404         (standards.info ,standards.html, standards.dvi): Update dependencies.
5405         (mostlyclean, clean): New targets.
5406
5407 2007-04-27  Bruno Haible  <bruno@clisp.org>
5408
5409         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
5410         * modules/sysexits (Files, Makefile.am): Update.
5411
5412         * lib/sys_socket_.h: Renamed from lib/socket_.h.
5413         * modules/sys_socket (Files, Makefile.am): Update.
5414
5415         * lib/sys_stat_.h: Renamed from lib/stat_.h.
5416         * modules/sys_stat (Files, Makefile.am): Update.
5417
5418 2007-04-27  Eric Blake  <ebb9@byu.net>
5419
5420         * lib/freading.h: Improve comments.
5421         * lib/fwriting.h: Likewise.
5422         * lib/fflush.c: Likewise.
5423
5424         Fix closein for mingw.
5425         * modules/closein-tests: Add tests for closein.
5426         * tests/test-closein.c: New file.
5427         * tests/test-closein.sh: Likewise.
5428         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
5429         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
5430
5431 2007-04-27  Bruno Haible  <bruno@clisp.org>
5432
5433         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
5434         version is < 6.
5435         * lib/math_.h [__DECC]: Likewise.
5436         * lib/stdio_.h [__DECC]: Likewise.
5437         * lib/stdlib_.h [__DECC]: Likewise.
5438         * lib/string_.h [__DECC]: Likewise.
5439         * lib/time_.h [__DECC]: Likewise.
5440         * lib/wchar_.h [__DECC]: Likewise.
5441         * lib/wctype_.h [__DECC]: Likewise.
5442
5443 2007-04-27  Bruno Haible  <bruno@clisp.org>
5444
5445         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
5446
5447 2007-04-27  Bruno Haible  <bruno@clisp.org>
5448
5449         * lib/fflush.c: Add comments.
5450         * modules/fpurge-tests (Depends-on): Add fflush.
5451         * modules/freadable-tests (Depends-on): Likewise.
5452         * modules/fwritable-tests (Depends-on): Likewise.
5453
5454 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
5455
5456         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
5457         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
5458         Report by Bruno Haible <bruno@clisp.org>.
5459
5460 2007-04-26  Eric Blake  <ebb9@byu.net>
5461
5462         Fix fflush on mingw.
5463         * modules/fflush (Depends-on): Add freading.
5464         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
5465         but unread data.
5466
5467 2007-04-26  Eric Blake  <ebb9@byu.net>
5468         and Bruno Haible  <bruno@clisp.org>
5469
5470         Implement freading and fwriting.
5471         * lib/freading.c: New file.
5472         * lib/freading.h: Likewise.
5473         * m4/freading.m4: Likewise.
5474         * modules/freading: Likewise.
5475         * modules/freading-tests: Likewise.
5476         * tests/test-freading.c: Likewise.
5477         * lib/fwriting.c: New file.
5478         * lib/fwriting.h: Likewise.
5479         * m4/fwriting.m4: Likewise.
5480         * modules/fwriting: Likewise.
5481         * modules/fwriting-tests: Likewise.
5482         * tests/test-fwriting.c: Likewise.
5483         * MODULES.html.sh (File stream based Input/Output): Mention them.
5484
5485 2007-04-26  Bruno Haible  <bruno@clisp.org>
5486
5487         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
5488         'long' when we assume it.
5489         Suggested by Eric Blake.
5490
5491 2007-04-26  Bruno Haible  <bruno@clisp.org>
5492
5493         Ensure fseeko, ftello are declared on glibc systems.
5494         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
5495         * modules/fseeko (configure.ac-early): Likewise.
5496         * modules/ftello (configure.ac-early): Likewise.
5497         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
5498         AC_FUNC_FSEEKO for this.
5499         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
5500         (gl_CHECK_FSEEKO): Remove macro.
5501
5502 2007-04-26  Bruno Haible  <bruno@clisp.org>
5503
5504         * tests/test-fflush.c (main): Also check the ftell result after
5505         fflush and fseek/fseeko.
5506         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
5507         file descriptor position cache in the stream.
5508         * lib/fseeko.c (rpl_fseeko): Likewise.
5509
5510 2007-04-26  Bruno Haible  <bruno@clisp.org>
5511
5512         * modules/fflush-tests (Depends-on): Add fseeko.
5513
5514 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
5515             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5516
5517         * lib/argz_.h: ensure error_t definition is obtained in same
5518         mechanism system argz.h would have.
5519         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
5520         argz facilities are known bad.  Err on the side of caution if
5521         cross-compiling.
5522
5523 2007-04-25  Eric Blake  <ebb9@byu.net>
5524
5525         * lib/fpurge.c (includes): Use stdlib.h for free.
5526         * tests/test-fflush.c (main): Also test fflush-fseeko.
5527
5528 2007-04-25  Bruno Haible  <bruno@clisp.org>
5529
5530         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
5531         * lib/fseeko.c: New file.
5532         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
5533         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
5534         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
5535         gl_FUNC_FSEEKO.
5536         (gl_FUNC_FSEEKO): Invoke it.
5537         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
5538         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
5539         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
5540
5541 2007-04-25  Bruno Haible  <bruno@clisp.org>
5542
5543         * modules/fflush (Depends-on): Add ftello.
5544
5545 2007-04-25  Bruno Haible  <bruno@clisp.org>
5546
5547         * modules/ftello-tests: New file.
5548         * tests/test-ftello.c: New file.
5549
5550         * modules/ftello: New file.
5551         * m4/ftello.m4: New file.
5552         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
5553         HAVE_FTELLO.
5554         * lib/stdio_.h (ftello): New declaration.
5555         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
5556         HAVE_FTELLO.
5557
5558 2007-04-25  Bruno Haible  <bruno@clisp.org>
5559
5560         * modules/fseeko-tests: New file.
5561         * tests/test-fseeko.c: New file.
5562
5563         * modules/fseeko: New file.
5564         * m4/fseeko.m4: New file.
5565         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
5566         HAVE_FSEEKO.
5567         * lib/stdio_.h (fseeko): New declaration.
5568         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
5569         HAVE_FSEEKO.
5570
5571 2007-04-25  Bruno Haible  <bruno@clisp.org>
5572
5573         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
5574
5575 2007-04-25  Bruno Haible  <bruno@clisp.org>
5576
5577         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
5578         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
5579         * tests/test-unistd.c: Likewise.
5580         * tests/test-fcntl.c: Likewise.
5581
5582 2007-04-23  Eric Blake  <ebb9@byu.net>
5583
5584         * lib/fflush.c: Fix missing include.
5585         Reported by Bruno Haible.
5586
5587 2007-04-23  Bruno Haible  <bruno@clisp.org>
5588
5589         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
5590         Reported by Eric Blake.
5591
5592 2007-04-23  Bruno Haible  <bruno@clisp.org>
5593
5594         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
5595
5596 2007-04-23  Bruno Haible  <bruno@clisp.org>
5597
5598         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
5599
5600 2007-04-23  Bruno Haible  <bruno@clisp.org>
5601
5602         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
5603         Needed on HP-UX 11.
5604
5605 2007-04-16  Eric Blake  <ebb9@byu.net>
5606
5607         Make fflush rely on fpurge.
5608         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
5609         open coding all variants.
5610         * modules/fflush (Depends-on): Add fpurge and unistd.
5611         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
5612         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
5613
5614         Fix --with-tests compilation on cygwin.
5615         * modules/argmatch-tests (Makefile.am): List gnulib library first
5616         in LDADD.
5617         * modules/argp-tests (Makefile.am): Likewise.
5618         * modules/array-list-tests (Makefile.am): Likewise.
5619         * modules/array-oset-tests (Makefile.am): Likewise.
5620         * modules/avltree-list-tests (Makefile.am): Likewise.
5621         * modules/avltree-oset-tests (Makefile.am): Likewise.
5622         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5623         * modules/carray-list-tests (Makefile.am): Likewise.
5624         * modules/dirname-tests (Makefile.am): Likewise.
5625         * modules/frexp-tests (Makefile.am): Likewise.
5626         * modules/isnanl-tests (Makefile.am): Likewise.
5627         * modules/linked-list-tests (Makefile.am): Likewise.
5628         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5629         * modules/lock-tests (Makefile.am): Likewise.
5630         * modules/rbtree-list-tests (Makefile.am): Likewise.
5631         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5632         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5633         * modules/tls-tests (Makefile.am): Likewise.
5634         * modules/tsearch-tests (Makefile.am): Likewise.
5635         * modules/xvasprintf-tests (Makefile.am): Likewise.
5636
5637         Fix fpurge for cygwin.
5638         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
5639         value.
5640         * modules/fpurge-tests (Depends-on): Clean up trash.
5641
5642 2007-04-16  Simon Josefsson  <simon@josefsson.org>
5643
5644         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
5645
5646         * m4/autobuild.m4: Re-indent.
5647
5648 2007-04-13  Bruno Haible  <bruno@clisp.org>
5649
5650         * modules/fpurge-tests: New file.
5651         * tests/test-fpurge.c: New file.
5652
5653         * modules/fpurge: New file.
5654         * lib/fpurge.h: New file.
5655         * lib/fpurge.c: New file.
5656         * m4/fpurge.m4: New file.
5657
5658 2007-04-13  Bruno Haible  <bruno@clisp.org>
5659
5660         * modules/fbufmode-tests: New file.
5661         * tests/test-fbufmode.c: New file.
5662
5663         * modules/fbufmode: New file.
5664         * lib/fbufmode.h: New file.
5665         * lib/fbufmode.c: New file.
5666         * m4/fbufmode.m4: New file.
5667
5668 2007-04-13  Bruno Haible  <bruno@clisp.org>
5669
5670         * modules/fwritable-tests: New file.
5671         * tests/test-fwritable.c: New file.
5672
5673         * modules/fwritable: New file.
5674         * lib/fwritable.h: New file.
5675         * lib/fwritable.c: New file.
5676         * m4/fwritable.m4: New file.
5677
5678 2007-04-13  Bruno Haible  <bruno@clisp.org>
5679
5680         * modules/freadable-tests: New file.
5681         * tests/test-freadable.c: New file.
5682
5683         * modules/freadable: New file.
5684         * lib/freadable.h: New file.
5685         * lib/freadable.c: New file.
5686         * m4/freadable.m4: New file.
5687
5688 2007-04-13  Bruno Haible  <bruno@clisp.org>
5689
5690         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5691         MOSTLYCLEANFILES.
5692
5693 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5694
5695         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5696         gzip bootstrap.conf to avoid dragging in i18n machinery.
5697         (gnulib_tool_option): Use it.
5698
5699 2007-04-13  Bruno Haible  <bruno@clisp.org>
5700
5701         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5702         %F directives.
5703         * tests/test-vasprintf-posix.c (test_function): Likewise.
5704         * tests/test-snprintf-posix.h (test_function): Likewise.
5705         * tests/test-sprintf-posix.h (test_function): Likewise.
5706         * tests/test-fprintf-posix.h (test_function): Likewise.
5707         * tests/test-printf-posix.h (test_function): Likewise.
5708         * tests/test-fprintf-posix.out: Likewise.
5709
5710 2007-04-13  Bruno Haible  <bruno@clisp.org>
5711
5712         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5713         * modules/tls-tests (configure.ac): Likewise.
5714         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5715
5716 2007-04-13  Bruno Haible  <bruno@clisp.org>
5717
5718         * lib/tls.c (glthread_tls_get): Fix return type.
5719         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5720
5721 2007-04-12  Eric Blake  <ebb9@byu.net>
5722
5723         * modules/gettime (Depends-on): Remove gettime.
5724         Reported by Dmitry V. Levin.
5725
5726 2007-04-12  Bruno Haible  <bruno@clisp.org>
5727
5728         * modules/fflush (Include): Mention <stdio.h>.
5729         * modules/strtoimax (Include): Mention <inttypes.h>.
5730         * modules/strtoumax (Include): Likewise.
5731
5732 2007-04-12  Eric Blake  <ebb9@byu.net>
5733
5734         * .cvsignore: New file.
5735         * .gitignore: Likewise.
5736
5737 2007-04-12  Bruno Haible  <bruno@clisp.org>
5738
5739         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5740         not before, since $(LDADD) often contains libgnu.a.
5741         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5742         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5743         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5744         Needed on Cygwin.
5745
5746 2007-04-12  Eric Blake  <ebb9@byu.net>
5747
5748         Work around glibc's failure to flush stdin on fclose.
5749         * lib/closein.c (close_stdin): Flush stdin before closing.
5750
5751         Work around glibc's failure to reset seekable stdin on exit.
5752         * modules/closein: New module.
5753         * lib/closein.c: New file.
5754         * lib/closein.h: Likewise.
5755         * m4/closein.m4: Likewise.
5756         * MODULES.html.sh (File stream based Input/Output): Document it.
5757
5758 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5759
5760         * gnulib-tool: Rename generated 'autobuild' script to
5761         'do-autobuild' in --create-megatestdir output.
5762
5763         * doc/gnulib.texi (Build robot for gnulib): Fix.
5764
5765 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5766
5767         * modules/sysexits (Depends-on): Add absolute-header.
5768
5769 2007-04-12  Eric Blake  <ebb9@byu.net>
5770
5771         No need to preserve errno on success.
5772         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5773         Reported by Bruno Haible.
5774
5775 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5776
5777         * MODULES.html.sh (Support for maintaining and releasing
5778         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5779
5780 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5781
5782         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5783
5784 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5785
5786         * modules/autobuild: New module.
5787
5788         * m4/autobuild.m4: New file.
5789
5790 2007-04-11  Bruno Haible  <bruno@clisp.org>
5791
5792         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5793         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5794         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5795         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5796         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5797         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5798         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5799         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5800         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5801         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5802         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5803         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5804         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5805         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5806         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5807         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5808         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5809         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5810         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5811         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5812         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5813         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5814         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5815         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5816         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5817         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5818         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5819         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5820         Reported by Eric Blake.
5821
5822 2007-04-11  Bruno Haible  <bruno@clisp.org>
5823
5824         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5825
5826 2007-04-10  Bruno Haible  <bruno@clisp.org>
5827
5828         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5829         for NaN and Infinity. Needed on FreeBSD 6.1.
5830         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5831         regarding results for "%010a" of Infinity and NaN.
5832         * tests/test-vasprintf-posix.c (test_function): Likewise.
5833         * tests/test-snprintf-posix.h (test_function): Likewise.
5834         * tests/test-sprintf-posix.h (test_function): Likewise.
5835         * tests/test-fprintf-posix.h (test_function): Likewise.
5836         * tests/test-printf-posix.h (test_function): Likewise.
5837         * tests/test-fprintf-posix.out: Likewise.
5838
5839 2007-04-10  Bruno Haible  <bruno@clisp.org>
5840
5841         * modules/locale-tests: New file.
5842         * tests/test-locale.c: New file.
5843
5844         * modules/locale: New file.
5845         * lib/locale_.h: New file.
5846         * m4/locale_h.m4: New file.
5847
5848 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5849             Bruno Haible  <bruno@clisp.org>
5850
5851         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5852         be determined, test for availability of the copysignf, copysign,
5853         copysignl functions.
5854         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5855         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5856         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5857
5858 2007-04-09  Eric Blake  <ebb9@byu.net>
5859
5860         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5861         * modules/stdio (Makefile.am): Support fflush.
5862         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5863         * modules/fflush: New file.
5864         * lib/fflush.c: Likewise.
5865         * m4/fflush.m4: Likewise.
5866         * modules/fflush-tests: New test.
5867         * tests/test-fflush.c: Likewise.
5868         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5869
5870 2007-04-06  Bruno Haible  <bruno@clisp.org>
5871
5872         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5873         (VASNPRINTF): Use signbit for faster determination whether to print a
5874         minus sign.
5875         * modules/vasnprintf (Files): Remove lib/float+.h.
5876         * modules/fprintf-posix (Depends-on): Add signbit.
5877         * modules/snprintf-posix (Depends-on): Likewise.
5878         * modules/sprintf-posix (Depends-on): Likewise.
5879         * modules/vasnprintf-posix (Depends-on): Likewise.
5880         * modules/vasprintf-posix (Depends-on): Likewise.
5881         * modules/vfprintf-posix (Depends-on): Likewise.
5882         * modules/vsnprintf-posix (Depends-on): Likewise.
5883         * modules/vsprintf-posix (Depends-on): Likewise.
5884
5885 2007-04-06  Bruno Haible  <bruno@clisp.org>
5886
5887         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5888         * tests/test-frexpl.c (main): Likewise.
5889         * tests/test-ldexpl.c (main): Likewise.
5890         * modules/frexp-tests (Depends-on): Add signbit.
5891         * modules/frexpl-tests (Depdends-on): Likewise.
5892         * modules/ldexpl-tests (Depdends-on): Likewise.
5893
5894 2007-04-06  Bruno Haible  <bruno@clisp.org>
5895
5896         * modules/signbit-tests: New file.
5897         * tests/test-signbit.c: New file.
5898
5899         * modules/signbit: New file.
5900         * lib/signbitf.c: New file.
5901         * lib/signbitd.c: New file.
5902         * lib/signbitl.c: New file.
5903         * m4/signbit.m4: New file.
5904         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5905         (signbit): New macro.
5906         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5907         REPLACE_SIGNBIT.
5908         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5909         REPLACE_FREXPL into math.h.
5910
5911 2007-04-06  Bruno Haible  <bruno@clisp.org>
5912
5913         * modules/isnanf-nolibm-tests: New file.
5914         * tests/test-isnanf.c: New file.
5915
5916         * modules/isnanf-nolibm: New file.
5917         * lib/isnanf.h: New file.
5918         * lib/isnanf.c: New file.
5919         * lib/isnan.c: Consider the USE_FLOAT macro.
5920         * m4/isnanf.m4: New file.
5921
5922 2007-04-06  Bruno Haible  <bruno@clisp.org>
5923
5924         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5925         (Link): New section.
5926
5927         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5928
5929 2007-04-06  Bruno Haible  <bruno@clisp.org>
5930
5931         Assume the 'long double' type.
5932         * m4/longdouble.m4: Remove file.
5933         * config/srclist.txt: Don't mention longdouble.m4.
5934         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5935         * lib/float+.h: Likewise.
5936         * lib/frexp.c: Likewise.
5937         * lib/printf-args.h: Likewise.
5938         * lib/printf-args.c: Likewise.
5939         * lib/printf-frexp.c: Likewise.
5940         * lib/printf-parse.c: Likewise.
5941         * lib/vasnprintf.c: Likewise.
5942         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5943         * m4/intl.m4: Likewise.
5944         * m4/isnanl.m4: Likewise.
5945         * m4/printf.m4: Likewise.
5946         * m4/printf-frexpl.m4: Likewise.
5947         * m4/vasnprintf.m4: Likewise.
5948         * modules/allocsa (Files): Remove m4/longdouble.m4.
5949         * modules/gettext (Files): Likewise.
5950         * modules/relocatable-prog-wrapper (Files): Likewise.
5951         * modules/vasnprintf (Files): Likewise.
5952         * modules/isnanl (Files): Likewise.
5953         (Include): Simplify.
5954         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5955         (Include): Simplify.
5956         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5957         (Include): Simplify.
5958         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5959         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5960         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5961         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5962         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5963         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5964         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5965         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5966         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5967         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5968         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5969         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5970         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5971         * tests/test-isnanl.c: Likewise.
5972         * tests/test-snprintf-posix.h: Likewise.
5973         * tests/test-sprintf-posix.h: Likewise.
5974         * tests/test-vasnprintf-posix.c: Likewise.
5975         * tests/test-vasnprintf-posix2.c: Likewise.
5976         * tests/test-vasprintf-posix.c: Likewise.
5977
5978 2007-04-06  Bruno Haible  <bruno@clisp.org>
5979
5980         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5981         * lib/math_.h [__DECC]: Include the overridden include file through
5982         #include_next, outside the double-inclusion guard.
5983         * lib/stdio_.h [__DECC]: Likewise.
5984         * lib/stdlib_.h [__DECC]: Likewise.
5985         * lib/string_.h [__DECC]: Likewise.
5986         * lib/time_.h [__DECC]: Likewise.
5987         * lib/wchar_.h [__DECC]: Likewise.
5988         * lib/wctype_.h [__DECC]: Likewise.
5989         * lib/inttypes_.h [__DECC]: Likewise.
5990         Reported by Albert Chin <china@thewrittenword.com> in
5991         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5992
5993 2007-04-04  Eric Blake  <ebb9@byu.net>
5994
5995         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5996         1.5.x.
5997
5998 2007-04-04  Bruno Haible  <bruno@clisp.org>
5999
6000         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
6001         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
6002
6003 2007-04-04  Bruno Haible  <bruno@clisp.org>
6004
6005         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
6006         results for "%010a" of Infinity and NaN.
6007         * tests/test-vasprintf-posix.c (test_function): Likewise.
6008         * tests/test-snprintf-posix.h (test_function): Likewise.
6009         * tests/test-sprintf-posix.h (test_function): Likewise.
6010         * tests/test-fprintf-posix.h (test_function): Remove these tests.
6011         * tests/test-printf-posix.h (test_function): Likewise.
6012         * tests/test-fprintf-posix.out: Update.
6013         Needed for FreeBSD 6.1.
6014
6015 2007-04-04  Bruno Haible  <bruno@clisp.org>
6016
6017         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
6018         directly used by the gnulib modules nor by gnulib-tool.
6019
6020 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
6021
6022         * DEPENDENCIES: Give overall description of version dependency
6023         desirability.  Use more-typical names for apps.
6024         Add shell, coreutils, diffutils, grep, tar, gzip.
6025
6026 2007-04-04  Simon Josefsson  <simon@josefsson.org>
6027
6028         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
6029
6030 2007-04-04  Karl Berry  <karl@gnu.org>
6031
6032         * MODULES.html.sh (func_module): missing '.
6033
6034 2007-04-03  Bruno Haible  <bruno@clisp.org>
6035
6036         * modules/argmatch-tests (Makefile.am): New variable
6037         test_argmatch_LDADD.
6038         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
6039         * modules/array-list-tests (Makefile.am): New variable
6040         test_array_list_LDADD.
6041         * modules/array-oset-tests (Makefile.am): New variable
6042         test_array_oset_LDADD.
6043         * modules/avltree-list-tests (Makefile.am): New variable
6044         test_avltree_list_LDADD.
6045         * modules/avltree-oset-tests (Makefile.am): New variable
6046         test_avltree_oset_LDADD.
6047         * modules/avltreehash-list-tests (Makefile.am): New variable
6048         test_avltreehash_list_LDADD.
6049         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
6050         test_canonicalize_lgpl_LDADD.
6051         * modules/carray-list-tests (Makefile.am): New variable
6052         test_carray_list_LDADD.
6053         * modules/dirname-tests (Makefile.am): New variable
6054         test_dirname_LDADD.
6055         * modules/linked-list-tests (Makefile.am): New variable
6056         test_linked_list_LDADD.
6057         * modules/linkedhash-list-tests (Makefile.am): New variable
6058         test_linkedhash_list_LDADD.
6059         * modules/rbtree-list-tests (Makefile.am): New variable
6060         test_rbtree_list_LDADD.
6061         * modules/rbtree-oset-tests (Makefile.am): New variable
6062         test_rbtree_oset_LDADD.
6063         * modules/rbtreehash-list-tests (Makefile.am): New variable
6064         test_rbtreehash_list_LDADD.
6065         * modules/xvasprintf-tests (Makefile.am): New variable
6066         test_xvasprintf_LDADD.
6067         Reported by Eric Blake.
6068
6069 2007-04-03  Eric Blake  <ebb9@byu.net>
6070
6071         * DEPENDENCIES: Weaken m4 requirements.
6072
6073 2007-04-03  Bruno Haible  <bruno@clisp.org>
6074
6075         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
6076         * modules/isnanl-tests (configure.ac): Likewise.
6077
6078 2007-04-03  Ben Pfaff  <blp@gnu.org>
6079
6080         * modules/iconv_open: Add $(srcdir)/ to source directory
6081         references in Makefile fragments that call gperf, to fix VPATH
6082         builds.
6083
6084 2007-04-03  Bruno Haible  <bruno@clisp.org>
6085
6086         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
6087         * lib/ldexpl.c: Undo last change.
6088
6089 2007-04-03  Bruno Haible  <bruno@clisp.org>
6090
6091         * modules/printf-frexpl (Depends-on): Undo last change.
6092         (Files): Add m4/ldexpl.m4.
6093
6094 2007-04-03  Bruno Haible  <bruno@clisp.org>
6095
6096         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
6097         * modules/isnanl (Link): New section.
6098
6099         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
6100         * modules/frexp (Link): New section.
6101
6102         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
6103         * modules/frexpl (Link): New section.
6104
6105         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
6106         * modules/ldexpl (Link): New section.
6107
6108 2007-04-03  Bruno Haible  <bruno@clisp.org>
6109
6110         * modules/TEMPLATE-EXTENDED: New file.
6111         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
6112
6113 2007-04-03  Bruno Haible  <bruno@clisp.org>
6114
6115         * DEPENDENCIES: New file.
6116         Suggested by Simon Josefsson.
6117
6118 2007-04-03  Bruno Haible  <bruno@clisp.org>
6119
6120         * doc/gnulib.texi: Escape @.
6121
6122 2007-04-03  James Youngman  <jay@gnu.org>
6123         and Paul Eggert  <eggert@cs.ucla.edu>
6124
6125         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
6126         birthtime on all systems that have birthtime, not just those which
6127         use st_birthtimensec rather than st_birthtim.  Putting zero in
6128         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
6129         that the birth time is not available for files on an NFS mount.
6130
6131 2007-04-03  Simon Josefsson  <simon@josefsson.org>
6132
6133         * modules/memxor: Move back from crypto/, suggested by Bruno.
6134         * modules/crypto/hmac-sha1: Fix memxor dependency.
6135
6136         * modules/crypto/gc: Moved from ../.
6137
6138 2007-04-02  Eric Blake  <ebb9@byu.net>
6139
6140         * lib/ldexpl.c (includes): Avoid libm.
6141
6142         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
6143
6144 2007-04-02  Bruno Haible  <bruno@clisp.org>
6145
6146         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
6147         on IRIX.
6148
6149 2007-04-02  Bruno Haible  <bruno@clisp.org>
6150
6151         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
6152         x86 or x86_64 platforms running MacOS X.
6153         Reported by Ryan Schmidt <@ryandesign.com>.
6154
6155 2007-04-02  Bruno Haible  <bruno@clisp.org>
6156
6157         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
6158         i386.
6159
6160 2007-04-01  Simon Josefsson  <simon@josefsson.org>
6161
6162         * modules/crypto/arcfour: Moved from ../.
6163         * modules/crypto/arcfour-tests: Moved from ../.
6164         * modules/crypto/arctwo: Moved from ../.
6165         * modules/crypto/arctwo-tests: Moved from ../.
6166         * modules/crypto/des: Moved from ../.
6167         * modules/crypto/des-tests: Moved from ../.
6168         * modules/crypto/gc-arcfour: Moved from ../.
6169         * modules/crypto/gc-arcfour-tests: Moved from ../.
6170         * modules/crypto/gc-arctwo: Moved from ../.
6171         * modules/crypto/gc-arctwo-tests: Moved from ../.
6172         * modules/crypto/gc-des: Moved from ../.
6173         * modules/crypto/gc-des-tests: Moved from ../.
6174         * modules/crypto/gc-hmac-md5: Moved from ../.
6175         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
6176         * modules/crypto/gc-hmac-sha1: Moved from ../.
6177         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
6178         * modules/crypto/gc-md2: Moved from ../.
6179         * modules/crypto/gc-md2-tests: Moved from ../.
6180         * modules/crypto/gc-md4: Moved from ../.
6181         * modules/crypto/gc-md4-tests: Moved from ../.
6182         * modules/crypto/gc-md5: Moved from ../.
6183         * modules/crypto/gc-md5-tests: Moved from ../.
6184         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
6185         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
6186         * modules/crypto/gc-random: Moved from ../.
6187         * modules/crypto/gc-rijndael: Moved from ../.
6188         * modules/crypto/gc-rijndael-tests: Moved from ../.
6189         * modules/crypto/gc-sha1: Moved from ../.
6190         * modules/crypto/gc-sha1-tests: Moved from ../.
6191         * modules/crypto/gc-tests: Moved from ../.
6192         * modules/crypto/hmac-md5: Moved from ../.
6193         * modules/crypto/hmac-md5-tests: Moved from ../.
6194         * modules/crypto/hmac-sha1: Moved from ../.
6195         * modules/crypto/hmac-sha1-tests: Moved from ../.
6196         * modules/crypto/md2: Moved from ../.
6197         * modules/crypto/md2-tests: Moved from ../.
6198         * modules/crypto/md4: Moved from ../.
6199         * modules/crypto/md4-tests: Moved from ../.
6200         * modules/crypto/md5: Moved from ../.
6201         * modules/crypto/md5-tests: Moved from ../.
6202         * modules/crypto/memxor: Moved from ../.
6203         * modules/crypto/rijndael: Moved from ../.
6204         * modules/crypto/rijndael-tests: Moved from ../.
6205         * modules/crypto/sha1: Moved from ../.
6206
6207 2007-03-30  James Youngman  <jay@gnu.org>
6208
6209         * tests/test-stat-time.c (prepare_test): use chmod() rather than
6210         rename() to change the ctime of a file (because ctime is unaffected
6211         by rename on jfs2 on AIX 5.1).
6212         (main): Start by doing cleanup, in case a previous run failed leaving
6213         test files behind.
6214
6215 2007-03-31  Bruno Haible  <bruno@clisp.org>
6216
6217         Support old proprietary implementations of iconv.
6218         * modules/iconv_open: New file.
6219         * lib/iconv_.h: New file.
6220         * m4/iconv_h.m4: New file.
6221         * lib/iconv_open.c: New file.
6222         * lib/iconv_open-aix.gperf: New file.
6223         * lib/iconv_open-hpux.gperf: New file.
6224         * lib/iconv_open-irix.gperf: New file.
6225         * lib/iconv_open-osf.gperf: New file.
6226         * m4/iconv_open.m4: New file.
6227         * modules/linebreak (Depends-on): Add iconv_open.
6228         * modules/striconv (Depends-on): Likewise.
6229         * modules/striconveh (Depends-on): Likewise.
6230         * modules/unicodeio (Depends-on): Likewise.
6231         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
6232         (iconv_t)(-1).
6233         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
6234         conversion if cd is (iconv_t)(-1).
6235         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
6236         is not possible.
6237
6238 2007-03-31  Bruno Haible  <bruno@clisp.org>
6239
6240         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6241         work on Solaris either. Protect also second use of "autodetect_jp".
6242
6243 2007-03-31  Bruno Haible  <bruno@clisp.org>
6244
6245         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
6246         the function is not present.
6247
6248 2007-03-31  Bruno Haible  <bruno@clisp.org>
6249
6250         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
6251         the function is not present.
6252
6253 2007-03-31  Bruno Haible  <bruno@clisp.org>
6254
6255         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
6256         a bug in HP-UX iconv_open().
6257
6258 2007-03-31  Bruno Haible  <bruno@clisp.org>
6259
6260         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
6261         (Mathematics <math.h>): New section, add fpieee.
6262         (Input/output <stdio.h>): Add fseterr.
6263         (Mathematics <math.h>): New section, add printf-frexp.
6264         (Container data structures): Add sublist.
6265         (Core language properties): Add fpucw, inline.
6266         (Functions for greatest-width integer types <inttypes.h>): Add
6267         imaxabs, imaxdiv, inttypes.
6268         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
6269         isnanl-nolibm, ldexp.
6270         (Mathematics <math.h>): New section, add printf-frexpl.
6271         (Support for systems lacking POSIX:2001): Add fprintf-posix,
6272         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
6273         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
6274         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
6275         (Unicode string functions): Add unistr/u*-mbtoucr.
6276         (Java): Add javacomp-script, javaexec-script.
6277         (C#): Add csharpcomp-script, csharpexec-script.
6278         (Support for building libraries and executables): Add havelib,
6279         relocatable-*.
6280         (Support for maintaining and releasing projects): Renamed from
6281         'Support for maintaining and release projects'. Add announce-gen.
6282
6283 2007-03-31  Bruno Haible  <bruno@clisp.org>
6284
6285         * README: Talk primarily about git.
6286         (git and CVS): Renamed from CVS.
6287         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
6288         gnulib is available through git.
6289         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
6290
6291 2007-03-30  Bruno Haible  <bruno@clisp.org>
6292
6293         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
6294         * lib/poll_.h: Likewise.
6295         * lib/stat_.h: Likewise.
6296         * lib/sys_time_.h: Likewise.
6297         * lib/sysexit_.h: Likewise.
6298         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
6299         * lib/stdbool_.h: Likewise.
6300         * lib/byteswap_.h: Add double-inclusion guard.
6301
6302 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
6303
6304         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
6305
6306 2007-03-30  Karl Berry  <karl@gnu.org>
6307
6308         * config/srclist-update: double space after USA in the license
6309         substitution, since that's how it's usually (?) written.
6310
6311 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6312
6313         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
6314         reported by Bruno Haible.
6315
6316 2007-03-29  Bruno Haible  <bruno@clisp.org>
6317
6318         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
6319         a bug in AIX iconv().
6320
6321 2007-03-29  Bruno Haible  <bruno@clisp.org>
6322
6323         * modules/ldexpl-tests: New file.
6324         * tests/test-ldexpl.c: New file.
6325
6326 2007-03-29  Bruno Haible  <bruno@clisp.org>
6327
6328         * lib/ldexpl.c: Include fpucw.h.
6329         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
6330         multiplication.
6331         * modules/ldexpl (Depends-on): Add fpucw.
6332
6333 2007-03-29  Bruno Haible  <bruno@clisp.org>
6334
6335         * modules/ldexpl: New file.
6336         * m4/ldexpl.m4: New file.
6337         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
6338         set.
6339         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
6340         REPLACE_LDEXPL.
6341         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
6342         REPLACE_LDEXPL.
6343         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6344         gl_FUNC_LDEXPL_WORKS.
6345         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
6346         * modules/mathl (Files): Remove lib/ldexpl.c.
6347         (Depends-on): Add ldexpl.
6348
6349 2007-03-29  Bruno Haible  <bruno@clisp.org>
6350
6351         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
6352
6353 2007-03-29  Bruno Haible  <bruno@clisp.org>
6354
6355         * tests/test-striconveh.c (main): Don't assume that a direct conversion
6356         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
6357         and possibly also HP-UX.
6358         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6359         work on AIX, IRIX, HP-UX, OSF/1.
6360         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
6361         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
6362         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
6363         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
6364         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
6365         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
6366
6367 2007-03-29  Bruno Haible  <bruno@clisp.org>
6368
6369         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
6370
6371 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6372
6373         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
6374         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
6375
6376 2007-03-29  Eric Blake  <ebb9@byu.net>
6377
6378         * lib/acl-internal.h: Remove redundant include.
6379         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
6380         Cygwin when a file is locked.
6381
6382 2007-03-29  Bruno Haible  <bruno@clisp.org>
6383
6384         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
6385         file.
6386         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
6387
6388 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6389
6390         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
6391         try to remove a parent directory if the child couldn't be removed
6392         (except for the first rmdir, which could fail because the child
6393         doesn't exist).  Problem reported by Jeff Blaine in
6394         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
6395
6396 2007-03-28  Bruno Haible  <bruno@clisp.org>
6397
6398         * lib/striconveh.c (utf8conv_carefully): New function.
6399         (mem_cd_iconveh_internal): Invoke it.
6400
6401 2007-03-28  Bruno Haible  <bruno@clisp.org>
6402
6403         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
6404         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
6405         input.
6406         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
6407         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
6408         unistr/u8-uctomb.
6409
6410 2007-03-28  Bruno Haible  <bruno@clisp.org>
6411
6412         * modules/unistr/u8-mbtoucr: New file.
6413         * lib/unistr/u8-mbtoucr.c: New file.
6414         * modules/unistr/u16-mbtoucr: New file.
6415         * lib/unistr/u16-mbtoucr.c: New file.
6416         * modules/unistr/u16-mbtoucr: New file.
6417         * lib/unistr/u16-mbtoucr.c: New file.
6418         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
6419
6420 2007-03-27  Simon Josefsson  <simon@josefsson.org>
6421             Bruno Haible  <bruno@clisp.org>
6422
6423         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
6424         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
6425         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
6426
6427         * m4/stdio_h.m4: Add stubs for vasprintf too.
6428
6429         * modules/stdio: Support vasprintf in sed command.
6430
6431         * modules/vasprintf: Depend on stdio for prototypes.  Remove
6432         vasprintf.h.  Add stdio module indicator.
6433
6434         * lib/stdio_.h: Declare asprintf and vasprintf, based on
6435         vasprintf.h.
6436
6437         * lib/vasprintf.h: File removed.
6438
6439         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
6440         * lib/vasprintf.c: Ditto.
6441         * lib/xvasprintf.c: Ditto.
6442         * tests/test-vasprintf-posix.c: Ditto.
6443         * tests/test-vasprintf.c: Ditto.
6444
6445 2007-03-27  Bruno Haible  <bruno@clisp.org>
6446
6447         Make vasnprintf multithread-safe.
6448         * lib/vasnprintf.c (decimal_point_char): New function.
6449         (VASNPRINTF): Use it.
6450         Suggested by Simon Josefsson.
6451
6452 2007-03-27  Eric Blake  <ebb9@byu.net>
6453
6454         Support sub-second birthtime on cygwin.
6455         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
6456         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
6457         (get_stat_birthtime): Also work with st_birthtim.
6458
6459 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
6460
6461         * lib/stat-time.h (USE_BIRTHTIME): Remove.
6462         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
6463         (get_stat_birthtime_ns): Do not try to use "spare" fields.
6464         (get_stat_birthtime_ns): Simplify compile-time tests.
6465         (get_stat_birthtime): Change the API to look like
6466         get_stat_mtime etc., except return a negative tv_nsec on error.
6467         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
6468         Don't check for "spare" fields.
6469         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
6470         or for struct stat.st_birthtime, as these tests aren't used.
6471         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
6472
6473 2007-03-27  Bruno Haible  <bruno@clisp.org>
6474
6475         * lib/stat-time.h: Include <sys/stat.h>.
6476
6477 2007-03-27  James Youngman  <jay@gnu.org>
6478
6479         * lib/stat-time.h (get_stat_birthtime): New function for
6480           retrieving st_birthtime as provided by UFS2 (hence *BSD).
6481         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
6482           and its variants.
6483         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
6484         * modules/stat-time-test: New file.
6485         * tests/test-stat-time.c: New test, devised by Bruno Haible.
6486
6487 2007-03-26  Bruno Haible  <bruno@clisp.org>
6488
6489         Better support of signalling NaNs.
6490         * lib/atanl.c: Include isnanl.h.
6491         (atanl): Perform test for NaN at the beginning of the function and
6492         through a call to isnanl.
6493         * lib/cosl.c: Include isnanl.h.
6494         (cosl): Perform test for NaN at the beginning of the function and
6495         through a call to isnanl.
6496         * lib/ldexpl.c: Include isnanl.h.
6497         (ldexpl): Perform test for NaN through a call to isnanl.
6498         * lib/logl.c: Include isnanl.h.
6499         (logl): Perform test for NaN at the beginning of the function and
6500         through a call to isnanl.
6501         * lib/sinl.c: Include isnanl.h.
6502         (sinl): Perform test for NaN at the beginning of the function and
6503         through a call to isnanl.
6504         * lib/sqrtl.c: Include isnanl.h.
6505         (sqrtl): Perform test for NaN at the beginning of the function and
6506         through a call to isnanl.
6507         * lib/tanl.c: Include isnanl.h.
6508         (tanl): Perform test for NaN at the beginning of the function and
6509         through a call to isnanl.
6510         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
6511         * modules/mathl (Depends-on): Add isnanl.
6512
6513 2007-03-26  Eric Blake  <ebb9@byu.net>
6514
6515         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
6516         regression in logic sense of previous patch.
6517
6518 2007-03-26  Bruno Haible  <bruno@clisp.org>
6519
6520         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
6521         unportable shell command "if ! ...".
6522         Reported by Ralf Wildenhues.
6523
6524 2007-03-25  Bruno Haible  <bruno@clisp.org>
6525
6526         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
6527         <sysexits.h> file, and only add EX_CONFIG.
6528         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
6529         absolute file name and whether it is sufficient. Substitute also
6530         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
6531         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
6532         ABSOLUTE_SYSEXITS_H into sysexits.h.
6533
6534 2007-03-25  Bruno Haible  <bruno@clisp.org>
6535
6536         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
6537         hints is NULL.
6538
6539 2007-03-25  Bruno Haible  <bruno@clisp.org>
6540
6541         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
6542         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
6543
6544 2007-03-25  Bruno Haible  <bruno@clisp.org>
6545
6546         * lib/vasnprintf.c: Include langinfo.h.
6547         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
6548         multithread-safe.
6549         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
6550         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
6551         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6552         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6553         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6554         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6555         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6556         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
6557         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6558         Reported by Simon Josefsson.
6559
6560 2007-03-25  Bruno Haible  <bruno@clisp.org>
6561
6562         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
6563         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
6564         * modules/vasnprintf (Depends-on): Add stdint.
6565
6566 2007-03-25  Bruno Haible  <bruno@clisp.org>
6567
6568         * modules/fpieee: New file.
6569         * m4/fpieee.m4: New file.
6570         * modules/isnan-nolibm (Depends-on): Add fpieee.
6571         * modules/isnanl-nolibm (Depends-on): Add fpieee.
6572         * modules/isnanl (Depends-on): Add fpieee.
6573
6574 2007-03-25  Bruno Haible  <bruno@clisp.org>
6575
6576         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
6577
6578 2007-03-25  Bruno Haible  <bruno@clisp.org>
6579
6580         Avoid test failures on IRIX 6.5.
6581         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
6582         (main): Use it.
6583         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
6584         macros.
6585         (main): Use them.
6586
6587 2007-03-25  Bruno Haible  <bruno@clisp.org>
6588
6589         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
6590         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
6591         exists but doesn't work.
6592         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
6593         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
6594         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
6595         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
6596
6597 2007-03-25  Bruno Haible  <bruno@clisp.org>
6598
6599         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
6600         returns inf. Needed on IRIX 6.5.
6601
6602 2007-03-25  Bruno Haible  <bruno@clisp.org>
6603
6604         * tests/test-frexpl.c: Include isnanl-nolibm.h.
6605         (main): Use isnanl instead of x != x idiom.
6606         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
6607
6608         * tests/test-frexp.c: Include isnan.h.
6609         (main): Use isnan instead of x != x idiom.
6610         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
6611
6612 2007-03-25  Bruno Haible  <bruno@clisp.org>
6613
6614         * tests/test-frexp.c (NaN): New function/macro.
6615         (main): Use it instead of 0.0 / 0.0.
6616         * tests/test-isnan.c (NaN): New function/macro.
6617         (main): Use it instead of 0.0 / 0.0.
6618         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
6619         (test_function): Use it instead of 0.0 / 0.0.
6620         * tests/test-vasprintf-posix.c (NaN): New function/macro.
6621         (test_function): Use it instead of 0.0 / 0.0.
6622         * tests/test-snprintf-posix.h (NaN): New function/macro.
6623         (test_function): Use it instead of 0.0 / 0.0.
6624         * tests/test-sprintf-posix.h (NaN): New function/macro.
6625         (test_function): Use it instead of 0.0 / 0.0.
6626         * tests/test-fprintf-posix.h (NaN): New function/macro.
6627         (test_function): Use it instead of 0.0 / 0.0.
6628         * tests/test-printf-posix.h (NaN): New function/macro.
6629         (test_function): Use it instead of 0.0 / 0.0.
6630
6631         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
6632
6633 2007-03-25  Bruno Haible  <bruno@clisp.org>
6634
6635         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
6636
6637 2007-03-25  Bruno Haible  <bruno@clisp.org>
6638
6639         * lib/regexec.c (merge_state_with_log): Make static.
6640
6641 2007-03-25  Bruno Haible  <bruno@clisp.org>
6642
6643         * lib/trigl.c (kernel_rem_pio2): Make static.
6644
6645 2007-03-25  Bruno Haible  <bruno@clisp.org>
6646
6647         * lib/sincosl.c (sincosl_table): Make static.
6648
6649 2007-03-25  Bruno Haible  <bruno@clisp.org>
6650
6651         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
6652         if the compiler does not support C99.
6653
6654 2007-03-25  Bruno Haible  <bruno@clisp.org>
6655
6656         * modules/time (Makefile.am): Ensure all rule action lines start with a
6657         tab.
6658
6659 2007-03-24  Bruno Haible  <bruno@clisp.org>
6660
6661         * modules/tsearch-tests: New file.
6662         * tests/test-tsearch.sh: New file.
6663         * tests/test-tsearch.c: New file, mostly copied from glibc.
6664
6665         * modules/search-tests: New file.
6666         * tests/test-search.c: New file.
6667
6668         * modules/search: New file.
6669         * lib/search_.h: New file, incorporating lib/tsearch.h.
6670         * m4/search_h.m4: New file.
6671         * lib/tsearch.h: Remove file.
6672         * lib/tsearch.c: Include search.h instead of tsearch.h.
6673         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6674         HAVE_TSEARCH.
6675         * modules/tsearch (Files): Remove lib/tsearch.h.
6676         (Depends-on): Add search.
6677         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6678         (Include): Change tsearch.h into search.h.
6679
6680 2007-03-24  Bruno Haible  <bruno@clisp.org>
6681
6682         * modules/fpucw: New file.
6683         * lib/fpucw.h: New file.
6684         * lib/frexp.c: Include fpucw.h.
6685         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6686         (FUNC): Use them.
6687         * lib/printf-frexp.c: Include fpucw.h.
6688         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6689         (FUNC): Use them.
6690         * lib/vasnprintf.c: Include fpucw.h.
6691         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6692         'long double' calculations.
6693         * tests/test-frexpl.c: Include fpucw.h.
6694         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6695         * tests/test-printf-frexpl.c: Include fpucw.h.
6696         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6697         * modules/frexpl (Depends-on): Add fpucw.
6698         * modules/printf-frexpl (Depends-on): Likewise.
6699         * modules/fprintf-posix (Depends-on): Likewise.
6700         * modules/snprintf-posix (Depends-on): Likewise.
6701         * modules/sprintf-posix (Depends-on): Likewise.
6702         * modules/vasnprintf-posix (Depends-on): Likewise.
6703         * modules/vasprintf-posix (Depends-on): Likewise.
6704         * modules/vfprintf-posix (Depends-on): Likewise.
6705         * modules/vsnprintf-posix (Depends-on): Likewise.
6706         * modules/vsprintf-posix (Depends-on): Likewise.
6707         * modules/frexpl-tests (Depends-on): Likewise.
6708         * modules/printf-frexpl-tests (Depends-on): Likewise.
6709
6710 2007-03-24  Bruno Haible  <bruno@clisp.org>
6711
6712         * lib/float+.h: New file.
6713         * lib/isnan.c: Include float+.h.
6714         (SIZE): New macro.
6715         (FUNC): Compare only SIZE bytes of the value.
6716         * lib/vasnprintf.c: Include float+.h.
6717         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6718         SIZEOF_LDBL or SIZEOF_DBL bytes.
6719         * modules/isnan-nolibm (Files): Add lib/float+.h.
6720         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6721         * modules/isnanl (Files): Add lib/float+.h.
6722         * modules/vasnprintf (Files): Add lib/float+.h.
6723
6724 2007-03-24  Bruno Haible  <bruno@clisp.org>
6725
6726         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6727         include isnanl-nolibm.h.
6728
6729 2007-03-24  Bruno Haible  <bruno@clisp.org>
6730
6731         * tests/test-read-file.c (main): Don't produce spurious output for
6732         expected situations. Make the test fail if it encountered unexpected
6733         results.
6734
6735 2007-03-24  Bruno Haible  <bruno@clisp.org>
6736
6737         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6738         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6739
6740 2007-03-24  Bruno Haible  <bruno@clisp.org>
6741
6742         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6743
6744 2007-03-24  Bruno Haible  <bruno@clisp.org>
6745
6746         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6747         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6748
6749         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6750         * modules/utf8-ucs4: Turn into a symbolic link to module
6751         unistr/u8-mbtouc.
6752
6753         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6754         utf8-ucs4-unsafe.
6755         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6756         unistr/u8-mbtouc-unsafe.
6757
6758         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6759         * modules/utf16-ucs4: Turn into a symbolic link to module
6760         unistr/u16-mbtouc.
6761
6762         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6763         utf16-ucs4-unsafe.
6764         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6765         unistr/u16-mbtouc-unsafe.
6766
6767         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6768         * modules/ucs4-utf8: Turn into a symbolic link to module
6769         unistr/u8-ubtomb.
6770
6771         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6772         * modules/ucs4-utf16: Turn into a symbolic link to module
6773         unistr/u16-ubtomb.
6774
6775 2007-03-24  Bruno Haible  <bruno@clisp.org>
6776
6777         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6778         Enable the function only if HAVE_INLINE.
6779         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6780         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6781         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6782         Enable the function only if HAVE_INLINE.
6783         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6784         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6785         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6786         Enable the function only if HAVE_INLINE.
6787         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6788         Enable the function only if HAVE_INLINE.
6789         * modules/utf8-ucs4: Update.
6790         * modules/utf8-ucs4-unsafe: Update.
6791         * modules/utf16-ucs4: Update.
6792         * modules/utf16-ucs4-unsafe: Update.
6793         * modules/ucs4-utf8: Update.
6794         * modules/ucs4-utf16: Update.
6795
6796 2007-03-24  Bruno Haible  <bruno@clisp.org>
6797
6798         * lib/utf8-ucs4.h: Remove file.
6799         * lib/utf8-ucs4-unsafe.h: Remove file.
6800         * lib/utf16-ucs4.h: Remove file.
6801         * lib/utf16-ucs4-unsafe.h: Remove file.
6802         * lib/ucs4-utf8.h: Remove file.
6803         * lib/ucs4-utf16.h: Remove file.
6804         * lib/unistr.h: Include their previous contents.
6805         * m4/utf-ucs4.m4: Remove file.
6806         * m4/ucs4-utf.m4: Remove file.
6807         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6808         (Depends-on): Add unistr/base.
6809         (configure.ac): Remove gl_UTF_UCS4.
6810         (Makefile.am): Update.
6811         (Include): Change to unistr.h.
6812         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6813         (Depends-on): Add unistr/base.
6814         (configure.ac): Remove gl_UTF_UCS4.
6815         (Makefile.am): Update.
6816         (Include): Change to unistr.h.
6817         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6818         (Depends-on): Add unistr/base.
6819         (configure.ac): Remove gl_UTF_UCS4.
6820         (Makefile.am): Update.
6821         (Include): Change to unistr.h.
6822         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6823         (Depends-on): Add unistr/base.
6824         (configure.ac): Remove gl_UTF_UCS4.
6825         (Makefile.am): Update.
6826         (Include): Change to unistr.h.
6827         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6828         (Depends-on): Add unistr/base.
6829         (configure.ac): Remove gl_UCS4_UTF.
6830         (Makefile.am): Update.
6831         (Include): Change to unistr.h.
6832         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6833         (Depends-on): Add unistr/base.
6834         (configure.ac): Remove gl_UCS4_UTF.
6835         (Makefile.am): Update.
6836         (Include): Change to unistr.h.
6837         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6838         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6839         utf8-ucs4-unsafe.h.
6840         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6841         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6842         utf16-ucs4-unsafe.h.
6843         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6844         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6845         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6846         * lib/unistr/u8-strchr.c: Likewise.
6847         * lib/unistr/u8-strrchr.c: Likewise.
6848         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6849         * lib/unistr/u16-strchr.c: Likewise.
6850         * lib/unistr/u16-strrchr.c: Likewise.
6851         * lib/striconveh.c: Update.
6852         * lib/linebreak.c: Update.
6853
6854 2007-03-24  Bruno Haible  <bruno@clisp.org>
6855
6856         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6857         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6858
6859 2007-03-22  Bruno Haible  <bruno@clisp.org>
6860
6861         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6862
6863 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6864
6865         * MODULES.html.sh (File system functions): New module write-any-file.
6866         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6867         * m4/write-any-file.m4: New files.
6868
6869 2007-03-23  Eric Blake  <ebb9@byu.net>
6870
6871         * gnulib-tool: Rearrange space-tab sequences, since some editors
6872         like to eat them.
6873
6874 2007-03-23  Eric Blake  <ebb9@byu.net>
6875
6876         * lib/version-etc.c (version_etc_va): Update license wording to
6877         be more concise.  Recommended by Richard Stallman.
6878
6879 2007-03-22  Bruno Haible  <bruno@clisp.org>
6880
6881         * lib/poll.c (MSG_PEEK): New fallback definition.
6882
6883 2007-03-22  Bruno Haible  <bruno@clisp.org>
6884
6885         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6886         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6887         (main): Update.
6888         Fixes a compilation error on BeOS.
6889
6890 2007-03-22  Bruno Haible  <bruno@clisp.org>
6891
6892         * modules/frexpl-tests: New file.
6893         * tests/test-frexpl.c: New file.
6894
6895         * modules/frexpl: New file.
6896         * m4/frexpl.m4: New file.
6897         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6898         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6899         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6900         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6901         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6902         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6903
6904 2007-03-22  Bruno Haible  <bruno@clisp.org>
6905
6906         * lib/frexpl.c: Share code with lib/frexp.c.
6907         * modules/mathl (Files): Add lib/frexp.c.
6908         (Depends-on): Add isnanl-nolibm.
6909
6910 2007-03-22  Bruno Haible  <bruno@clisp.org>
6911
6912         * modules/printf-frexp (Files): Add m4/frexp.m4.
6913         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6914         only if the found frexp function actually works.
6915
6916 2007-03-22  Bruno Haible  <bruno@clisp.org>
6917
6918         * lib/frexp.c: Remove older implementation that uses divisions.
6919
6920 2007-03-21  Bruno Haible  <bruno@clisp.org>
6921
6922         * modules/frexp-tests: New file.
6923         * tests/test-frexp.c: New file.
6924
6925         * modules/frexp: New file.
6926         * lib/frexp.c: New file.
6927         * m4/frexp.m4: New file.
6928         * lib/math_.h (frexp): New declaration.
6929         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6930         REPLACE_FREXP.
6931         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6932
6933 2007-03-21  Bruno Haible  <bruno@clisp.org>
6934
6935         * modules/isnanl-tests: New file.
6936         * tests/test-isnanl.c: New file.
6937
6938         * modules/isnanl: New file.
6939         * lib/isnanl.h: New file.
6940         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6941         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6942         gl_FUNC_ISNANL_WORKS.
6943         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6944         New macros.
6945
6946 2007-03-21  Bruno Haible  <bruno@clisp.org>
6947
6948         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6949         lib/isnanl.h.
6950         (Include): Update.
6951         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6952         * lib/vasnprintf.c: Update.
6953         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6954         tests/test-isnanl.h, remove tests/test-isnanl.c.
6955         (Makefile.am): Update.
6956         * tests/test-isnanl-nolibm.c: New file.
6957         * tests/test-isnanl.h: New file.
6958         * tests/test-isnanl.c: Remove file.
6959
6960 2007-03-21  Jim Meyering  <jim@meyering.net>
6961
6962         When trying to open ".", treat ESTALE like EACCES.
6963         * lib/savewd.c (savewd_save): Resort to forking not just upon
6964         failure with EACCES, but also when errno is ESTALE.
6965
6966 2007-03-20  Bruno Haible  <bruno@clisp.org>
6967
6968         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6969         Needed on AIX 5.1. Reported by Matthew Woehlke.
6970
6971 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6972
6973         Suggestions by Bruno Haible:
6974         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6975         our own.
6976         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6977         * modules/acl (Depends-on): Add gettext.
6978
6979 2007-03-19  Bruno Haible  <bruno@clisp.org>
6980
6981         * modules/iconvme: Remove file.
6982         * lib/iconvme.h: Remove file.
6983         * lib/iconvme.c: Remove file.
6984         * m4/iconvme.m4: Remove file.
6985
6986 2007-03-19  Bruno Haible  <bruno@clisp.org>
6987
6988         * doc/relocatable-maint.texi: Break long shell script line.
6989         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6990
6991 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6992
6993         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6994         handle file_has_acl.
6995         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6996         * lib/acl.c: Move header inclusions and related macro defns into
6997         lib/acl-internal.h.
6998         (S_ISLNK): Remove defn, since that's now done for us.
6999         (file_has_acl): Move to lib/file-has-acl.c.
7000         Call acl_trivial if available.  This is the crucial part of the fix.
7001         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
7002         shared within the library.  Rewrite a bit, partly to make it compatible
7003         with the GNU coding style.
7004         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
7005         Remove unnecessary double-quotes.
7006         Don't test for acl_to_text; the build will catch that.
7007         Replace acl_entries if it doesn't exist and it is needed.
7008         Check for -lsec and acl_trivial (as used on Solaris 10).
7009         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
7010         lib/file-has-acl.c.
7011         (Depends-on): Add sys_stat, for S_ISLNK.
7012
7013 2007-03-19  Ben Pfaff  <blp@gnu.org>
7014
7015         * doc/gnulib.texi: Fix typos.
7016         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
7017
7018 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
7019
7020         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
7021         If size is zero here, buf must be zero.
7022
7023 2007-03-19  Simon Josefsson  <simon@josefsson.org>
7024
7025         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
7026         <bruno@clisp.org>.
7027
7028 2007-03-18  Bruno Haible  <bruno@clisp.org>
7029
7030         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
7031         Suggested by Eric Blake.
7032
7033 2007-03-18  Ben Pfaff  <blp@gnu.org>
7034
7035         * doc/relocatable.texi: Recommend using as prefix a directory
7036         that does not exist and will never be created.  Based on
7037         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
7038         and others.
7039
7040 2007-03-17  Bruno Haible  <bruno@clisp.org>
7041
7042         * lib/fchownat.c: Include lchown.h.
7043
7044 2007-03-17  Bruno Haible  <bruno@clisp.org>
7045
7046         Fix endless loop when the given allocated size was > INT_MAX.
7047         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
7048         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
7049         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
7050         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
7051         * lib/sprintf.c (sprintf): Likewise.
7052
7053 2007-03-17  Bruno Haible  <bruno@clisp.org>
7054
7055         * tests/test-argp-2.sh (func_compare): Output a context diff.
7056
7057 2007-03-17  Bruno Haible  <bruno@clisp.org>
7058
7059         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
7060         locale's decimal-point character.
7061
7062 2007-03-17  Bruno Haible  <bruno@clisp.org>
7063
7064         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
7065         before comparing it. Needed because on some platforms (e.g. x86) a
7066         'long double' occupies less bytes than sizeof (long double).
7067
7068 2007-03-17  Bruno Haible  <bruno@clisp.org>
7069
7070         * tests/test-crc.c (main): Make printf statements 64-bit clean.
7071         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
7072         * tests/test-getaddrinfo.c (simple): Likewise.
7073         * tests/test-read-file.c (main): Likewise.
7074
7075 2007-03-17  Bruno Haible  <bruno@clisp.org>
7076
7077         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
7078
7079 2007-03-17  Bruno Haible  <bruno@clisp.org>
7080
7081         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
7082         unused variable.
7083
7084 2007-03-17  Bruno Haible  <bruno@clisp.org>
7085
7086         * tests/test-c-strcasecmp.c: Include c-strcase.h.
7087         * tests/test-c-strncasecmp.c: Likewise.
7088
7089 2007-03-17  Bruno Haible  <bruno@clisp.org>
7090
7091         * modules/stdlib (Depends-on): Add unistd.
7092         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
7093         Needed for MacOS X 10.3.
7094
7095 2007-03-17  Bruno Haible  <bruno@clisp.org>
7096
7097         * lib/unistr/u-strdup.h: Include <stdlib.h>.
7098
7099 2007-03-17  Bruno Haible  <bruno@clisp.org>
7100
7101         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
7102
7103 2007-03-17  Bruno Haible  <bruno@clisp.org>
7104
7105         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
7106         to reflect files copied from gnulib (with or without modifications).
7107         Suggested by Jim Meyering.
7108
7109 2007-03-17  Eric Blake  <ebb9@byu.net>
7110
7111         * NEWS: Document stdlib change from 2007-02-18.
7112
7113 2007-03-17  Jim Meyering  <jim@meyering.net>
7114
7115         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
7116         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
7117         someone uses a name containing shell meta-characters.
7118         Reported by Alfred M. Szmidt.
7119
7120         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
7121
7122 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
7123
7124         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
7125         and copy gettext configuration files only if configure.ac contains
7126         a use of AM_GNU_GETTEXT_VERSION.
7127
7128 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
7129
7130         * build-aux/bootstrap (gnulib_name): New variable.
7131         (gnulib_tool_options): Use it.
7132
7133 2007-03-13  Simon Josefsson  <simon@josefsson.org>
7134
7135         * tests/test-des.c: Use new namespace.
7136
7137 2007-03-15  Bruno Haible  <bruno@clisp.org>
7138
7139         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
7140         Reported by James Youngman <jay@gnu.org>.
7141
7142 2007-03-15  Bruno Haible  <bruno@clisp.org>
7143
7144         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
7145         declared prototype. Needed with cc on OSF/1 5.1.
7146
7147 2007-03-15  Bruno Haible  <bruno@clisp.org>
7148
7149         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
7150         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
7151         (struct gl_list_implementation): Add dispose_fn argument to the
7152         'create_empty', 'create' methods.
7153         (struct gl_list_impl_base): Add field 'dispose_fn'.
7154         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
7155         argument.
7156         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
7157         dispose_fn argument.
7158         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
7159         dispose_fn on the dropped values.
7160         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
7161         dispose_fn argument.
7162         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
7163         dropped values.
7164         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
7165         (gl_tree_remove_node): Call dispose_fn on the dropped value.
7166         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
7167         (gl_tree_remove_node): Call dispose_fn on the dropped value.
7168         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
7169         argument.
7170         (gl_tree_list_free): Call dispose_fn on the dropped values.
7171         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
7172         the dropped values.
7173         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
7174         Add dispose_fn argument.
7175         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
7176         Call dispose_fn on the dropped values.
7177         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
7178         Add dispose_fn argument.
7179         (gl_sublist_create): Initialize the 'dispose_fn' field.
7180         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
7181         * tests/test-array_list.c (main): Update.
7182         * tests/test-carray_list.c (main): Update.
7183         * tests/test-avltree_list.c (main): Update.
7184         * tests/test-rbtree_list.c (main): Update.
7185         * tests/test-avltreehash_list.c (main): Update.
7186         * tests/test-rbtreehash_list.c (main): Update.
7187         * tests/test-linked_list.c (main): Update.
7188         * tests/test-linkedhash_list.c (main): Update.
7189         * tests/test-array_oset.c (main): Update.
7190
7191 2007-03-15  Bruno Haible  <bruno@clisp.org>
7192
7193         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
7194         (gl_oset_create_empty): Add dispose_fn argument.
7195         (struct gl_oset_implementation): Add dispose_fn argument to
7196         'create_empty' method.
7197         (struct gl_oset_impl_base): Add dispose_fn field.
7198         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
7199         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
7200         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
7201         values.
7202         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
7203         (gl_tree_oset_free): Call dispose_fn on the dropped values.
7204         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7205         dropped value.
7206         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7207         dropped value.
7208         * tests/test-array_oset.c (main): Update.
7209         * tests/test-avltree_oset.c (main): Update.
7210         * tests/test-rbtree_oset.c (main): Update.
7211         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
7212
7213 2007-03-13  Bruno Haible  <bruno@clisp.org>
7214
7215         * tests/test-stdbool.c (i): Update after last patch.
7216
7217 2007-03-12  Bruno Haible  <bruno@clisp.org>
7218
7219         * lib/quotearg.c: Include <wctype.h> early, before the definition of
7220         the iswprint macro. Needed on Solaris 2.5.1.
7221
7222 2007-03-12  Bruno Haible  <bruno@clisp.org>
7223
7224         * tests/test-printf-frexp.c (main): Declare x as volatile.
7225
7226 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7227
7228         * doc/gnulib.texi (Build robot for gnulib): New section.
7229
7230 2007-03-12  Jim Meyering  <jim@meyering.net>
7231
7232         * build-aux/bootstrap: New file.
7233         * build-aux/bootstrap.conf: New file, from coreutils.
7234
7235 2007-03-11  Bruno Haible  <bruno@clisp.org>
7236
7237         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
7238
7239 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7240
7241         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
7242         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
7243         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
7244
7245 2007-03-11  Bruno Haible  <bruno@clisp.org>
7246
7247         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
7248         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
7249
7250 2007-03-11  Bruno Haible  <bruno@clisp.org>
7251
7252         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
7253         formula. Needed for SunPRO C 5.0.
7254
7255 2007-03-11  Bruno Haible  <bruno@clisp.org>
7256
7257         * modules/long-options (Depends-on): Add getopt.
7258
7259 2007-03-11  Bruno Haible  <bruno@clisp.org>
7260
7261         * modules/modechange (Depends-on): Add stdbool.
7262
7263 2007-03-11  Bruno Haible  <bruno@clisp.org>
7264
7265         * modules/i-ring (Depends-on): Add stdbool.
7266
7267 2007-03-11  Bruno Haible  <bruno@clisp.org>
7268
7269         * modules/gc-des (Depends-on): Add stdbool.
7270
7271 2007-03-11  Bruno Haible  <bruno@clisp.org>
7272
7273         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
7274
7275 2007-03-11  Bruno Haible  <bruno@clisp.org>
7276
7277         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
7278
7279 2007-03-11  Bruno Haible  <bruno@clisp.org>
7280
7281         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
7282
7283 2007-03-11  Bruno Haible  <bruno@clisp.org>
7284
7285         * lib/vasnprintf.c (sprintf): Undefine.
7286
7287 2007-03-11  Bruno Haible  <bruno@clisp.org>
7288
7289         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
7290         initializers in SunPRO C and Compaq C compilers.
7291
7292 2007-03-11  Bruno Haible  <bruno@clisp.org>
7293
7294         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
7295         decrementing code ANSI C compliant.
7296
7297 2007-03-11  Bruno Haible  <bruno@clisp.org>
7298
7299         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
7300         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
7301
7302 2007-03-11  Bruno Haible  <bruno@clisp.org>
7303
7304         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
7305         <stdbool.h> substitute doesn't pass.
7306
7307 2007-03-11  Bruno Haible  <bruno@clisp.org>
7308
7309         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
7310
7311 2007-03-11  Bruno Haible  <bruno@clisp.org>
7312
7313         * gnulib-tool (func_create_megatestdir): Create also an autobuild
7314         script, for submission to autobuild.josefsson.org.
7315
7316 2007-03-10  Bruno Haible  <bruno@clisp.org>
7317
7318         * modules/canonicalize-lgpl-tests: New file.
7319         * tests/test-canonicalize-lgpl.sh: New file.
7320         * tests/test-canonicalize-lgpl.c: New file.
7321
7322         * modules/c-strcase-tests: New file.
7323         * tests/test-c-strcase.sh: New file.
7324         * tests/test-c-strcasecmp.c: New file.
7325         * tests/test-c-strncasecmp.c: New file.
7326
7327         * modules/atexit-tests: New file.
7328         * tests/test-atexit.sh: New file.
7329         * tests/test-atexit.c: New file.
7330
7331 2007-03-10  Bruno Haible  <bruno@clisp.org>
7332
7333         * tests/test-binary-io.sh: Use temporary filenames that are not so
7334         likely to clash with those of other tests (in a parallel make).
7335         * tests/test-binary-io.c: Likewise.
7336
7337 2007-03-10  Bruno Haible  <bruno@clisp.org>
7338
7339         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
7340         fallback; use #error instead.
7341         Suggested by Simon Josefsson.
7342
7343 2007-03-10  Bruno Haible  <bruno@clisp.org>
7344
7345         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
7346         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
7347         first and the last.
7348
7349 2007-03-10  Bruno Haible  <bruno@clisp.org>
7350
7351         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
7352
7353 2007-03-10  Bruno Haible  <bruno@clisp.org>
7354
7355         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
7356         "make distcheck".
7357         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
7358         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
7359         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
7360
7361 2007-03-10  Bruno Haible  <bruno@clisp.org>
7362
7363         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
7364         variable.
7365         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
7366         variable.
7367
7368 2007-03-09  Eric Blake  <ebb9@byu.net>
7369         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
7370
7371         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
7372         types are not being provided by gnulib.
7373         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
7374         types are supported.
7375
7376 2007-03-10  Bruno Haible  <bruno@clisp.org>
7377
7378         * lib/stdio_.h (__attribute__): New macro.
7379         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
7380         vsprintf): Specify __attribute__ __format__ for GCC.
7381         Suggested by Eric Blake.
7382
7383 2007-03-09  Bruno Haible  <bruno@clisp.org>
7384
7385         * modules/printf-posix-tests: New file.
7386         * tests/test-printf-posix.sh: New file.
7387         * tests/test-printf-posix.c: New file.
7388
7389         * modules/printf-posix: New file.
7390         * lib/printf.c: New file.
7391         * m4/printf-posix-rpl.m4: New file.
7392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
7393         REPLACE_PRINTF.
7394         * lib/stdio_.h (printf): New declaration.
7395         (format, __format__, ____printf____, ____scanf____, ____strftime____,
7396         ____strfmon____): New macros.
7397         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
7398         REPLACE_PRINTF.
7399
7400 2007-03-09  Bruno Haible  <bruno@clisp.org>
7401
7402         * tests/test-vasnprintf-posix2.sh: New file.
7403         * tests/test-vasnprintf-posix2.c: New file.
7404         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
7405         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
7406         (Makefile.am): Activate test-vasnprintf-posix2.sh.
7407
7408         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
7409         a locale dependent decimal point, rather than always '.'.
7410
7411 2007-03-09  Eric Blake  <ebb9@byu.net>
7412
7413         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
7414         spite of platforms like Tandem/NSK that define it to -1.
7415
7416 2007-03-08  Bruno Haible  <bruno@clisp.org>
7417
7418         * modules/vprintf-posix-tests: New file.
7419         * tests/test-vprintf-posix.sh: New file.
7420         * tests/test-vprintf-posix.c: New file.
7421         * tests/test-printf-posix.h: New file.
7422
7423         * modules/vprintf-posix: New file.
7424         * lib/vprintf.c: New file.
7425         * m4/vprintf-posix.m4: New file.
7426         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
7427         REPLACE_VPRINTF.
7428         * lib/stdio_.h (vprintf): New declaration.
7429         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
7430         REPLACE_VPRINTF.
7431
7432 2007-03-08  Bruno Haible  <bruno@clisp.org>
7433
7434         * modules/fprintf-posix-tests: New file.
7435         * tests/test-fprintf-posix.sh: New file.
7436         * tests/test-fprintf-posix.c: New file.
7437
7438         * modules/fprintf-posix: New file.
7439         * lib/fprintf.c: New file.
7440         * m4/fprintf-posix.m4: New file.
7441         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7442         REPLACE_FPRINTF.
7443         * lib/stdio_.h (fprintf): New declaration.
7444         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
7445         REPLACE_FPRINTF.
7446
7447 2007-03-08  Bruno Haible  <bruno@clisp.org>
7448
7449         * modules/vfprintf-posix-tests: New file.
7450         * tests/test-vfprintf-posix.sh: New file.
7451         * tests/test-vfprintf-posix.c: New file.
7452         * tests/test-fprintf-posix.h: New file.
7453         * tests/test-fprintf-posix.out: New file.
7454
7455         * modules/vfprintf-posix: New file.
7456         * lib/vfprintf.c: New file.
7457         * m4/vfprintf-posix.m4: New file.
7458         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
7459         REPLACE_VFPRINTF.
7460         * lib/stdio_.h (vfprintf): New declaration.
7461         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
7462         REPLACE_VFPRINTF.
7463
7464 2007-03-08  Bruno Haible  <bruno@clisp.org>
7465
7466         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
7467
7468 2007-03-08  Bruno Haible  <bruno@clisp.org>
7469
7470         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
7471         instead of 'expr' invocations.
7472         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7473         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7474         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7475         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7476         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7477         Suggested by Paul Eggert.
7478
7479 2007-03-08  Bruno Haible  <bruno@clisp.org>
7480
7481         * modules/fseterr-tests: New file.
7482         * tests/test-fseterr.c: New file.
7483
7484         * modules/fseterr: New file.
7485         * lib/fseterr.h: New file.
7486         * lib/fseterr.c: New file.
7487
7488 2007-03-08  Bruno Haible  <bruno@clisp.org>
7489
7490         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
7491         * lib/getopt_.h: Likewise.
7492         * lib/mbswidth.h: Likewise.
7493         * lib/setenv.h: Likewise.
7494         * lib/vasnprintf.h: Likewise.
7495         * lib/vasprintf.h: Likewise.
7496         * lib/verror.h: Likewise.
7497         * lib/xsetenv.h: Likewise.
7498         * lib/xvasprintf.h: Likewise.
7499
7500 2007-03-08  Jim Meyering  <jim@meyering.net>
7501
7502         * users.txt: Add parted.
7503
7504         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
7505
7506 2007-03-07  Bruno Haible  <bruno@clisp.org>
7507
7508         * m4/printf.m4: Make the shell script snippets copy&pastable.
7509
7510 2007-03-02  Bruno Haible  <bruno@clisp.org>
7511
7512         * lib/netinet_in_.h: New file.
7513         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
7514         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
7515         * modules/netinet_in (Files): Add lib/netinet_in_.h.
7516         (Depends-on): Add absolute-header.
7517         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
7518         into netinet/in.h.
7519
7520 2007-03-03  Bruno Haible  <bruno@clisp.org>
7521
7522         * lib/sys_select_.h: New file.
7523         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
7524         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
7525         * modules/sys_select (Files): Add lib/sys_select_.h.
7526         (Depends-on): Add absolute-header.
7527         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
7528         into sys/select.h.
7529
7530 2007-03-02  Bruno Haible  <bruno@clisp.org>
7531
7532         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
7533         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
7534         values.
7535         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
7536         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
7537         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
7538         * modules/sys_socket (Depends-on): Add absolute-header.
7539         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
7540         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
7541         (Include): Remove requirement of inclusion of <sys/types.h>.
7542
7543 2007-03-02  Bruno Haible  <bruno@clisp.org>
7544
7545         * lib/byteswap_.h (bswap_32): Fix formula.
7546
7547 2007-03-06  Bruno Haible  <bruno@clisp.org>
7548
7549         * modules/sprintf-posix-tests: New file.
7550         * tests/test-sprintf-posix.c: New file.
7551
7552         * modules/sprintf-posix: New file.
7553         * lib/sprintf.c: New file.
7554         * m4/sprintf-posix.m4: New file.
7555         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
7556         REPLACE_SPRINTF.
7557         * lib/stdio_.h (sprintf): New declaration.
7558         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
7559         REPLACE_SPRINTF.
7560
7561 2007-03-06  Bruno Haible  <bruno@clisp.org>
7562
7563         * modules/vsprintf-posix-tests: New file.
7564         * tests/test-vsprintf-posix.c: New file.
7565         * tests/test-sprintf-posix.h: New file.
7566
7567         * modules/vsprintf-posix: New file.
7568         * lib/vsprintf.c: New file.
7569         * m4/vsprintf-posix.m4: New file.
7570         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
7571         REPLACE_VSPRINTF.
7572         * lib/stdio_.h (vsprintf): New declaration.
7573         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
7574         REPLACE_VSPRINTF.
7575
7576 2007-03-06  Bruno Haible  <bruno@clisp.org>
7577
7578         * modules/vsnprintf (Depend-on): Remove minmax.
7579
7580 2007-03-06  Bruno Haible  <bruno@clisp.org>
7581
7582         * modules/snprintf-posix-tests: New file.
7583         * tests/test-snprintf-posix.c: New file.
7584
7585         * modules/snprintf-posix: New file.
7586         * m4/snprintf-posix.m4: New file.
7587         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
7588         gl_FUNC_SNPRINTF.
7589         (gl_FUNC_SNPRINTF): Invoke it.
7590         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
7591         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
7592         is set.
7593         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
7594
7595 2007-03-06  Bruno Haible  <bruno@clisp.org>
7596
7597         * modules/vsnprintf-posix-tests: New file.
7598         * tests/test-vsnprintf-posix.c: New file.
7599         * tests/test-snprintf-posix.h: New file.
7600
7601         * modules/vsnprintf-posix: New file.
7602         * m4/vsnprintf-posix.m4: New file.
7603         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
7604         gl_FUNC_VSNPRINTF.
7605         (gl_FUNC_VSNPRINTF): Invoke it.
7606         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
7607         * lib/stdio_.h (vsnprintf): Define as a replacement if
7608         REPLACE_VSNPRINTF is set.
7609         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
7610
7611 2007-03-06  Bruno Haible  <bruno@clisp.org>
7612
7613         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
7614         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
7615
7616 2007-03-06  Bruno Haible  <bruno@clisp.org>
7617
7618         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
7619         (asinl): Declare also if HAVE_DECL_ASINL is set.
7620         (atanl): Declare also if HAVE_DECL_ATANL is set.
7621         (ceill): Declare also if HAVE_DECL_CEILL is set.
7622         (cosl): Declare also if HAVE_DECL_COSL is set.
7623         (expl): Declare also if HAVE_DECL_EXPL is set.
7624         (floorl): Declare also if HAVE_DECL_FLOORL is set.
7625         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
7626         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
7627         (logl): Declare also if HAVE_DECL_LOGL is set.
7628         (sinl): Declare also if HAVE_DECL_SINL is set.
7629         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
7630         (tanl): Declare also if HAVE_DECL_TANL is set.
7631         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
7632         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
7633         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
7634         declaration of frexpl, ldexpl.
7635         * modules/printf-frexpl (Depends-on): Add math.
7636         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
7637
7638 2007-03-05  Bruno Haible  <bruno@clisp.org>
7639
7640         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
7641         frexpl and ldexpl are declared.
7642         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
7643
7644 2007-03-05  Bruno Haible  <bruno@clisp.org>
7645
7646         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
7647         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
7648
7649 2007-03-05  Bruno Haible  <bruno@clisp.org>
7650
7651         * lib/stdio_.h: Include <stddef.h>.
7652
7653 2007-03-05  Bruno Haible  <bruno@clisp.org>
7654
7655         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7656
7657 2007-03-05  Bruno Haible  <bruno@clisp.org>
7658
7659         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7660         NetBSD 4, from Ralf Wildenhues.
7661
7662 2007-03-04  Bruno Haible  <bruno@clisp.org>
7663
7664         * lib/vasprintf.h: Update #if logic for the case when the functions
7665         exist but are overridden.
7666
7667 2007-03-04  Bruno Haible  <bruno@clisp.org>
7668
7669         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7670         implementations: glibc-2.4 and MacOS X 10.3.
7671         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7672         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7673         * tests/test-vasprintf-posix.c (test_function): Likewise.
7674
7675 2007-03-04  Bruno Haible  <bruno@clisp.org>
7676
7677         * modules/vasprintf-posix-tests: New file.
7678         * tests/test-vasprintf-posix.c: New file.
7679
7680         * modules/vasprintf-posix: New file.
7681         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7682         defined.
7683         * m4/vasprintf-posix.m4: New file.
7684         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7685         gl_FUNC_VASPRINTF.
7686         (gl_FUNC_VASPRINTF): Invoke it.
7687         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7688         here.
7689         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7690
7691 2007-03-04  Bruno Haible  <bruno@clisp.org>
7692
7693         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7694         REPLACE_GETTIMEOFDAY.
7695         * modules/sys_time (Makefile.am): Likewise.
7696         * m4/sys_time_h.m4: Likewise.
7697         * m4/gettimeofday.m4: Likewise.
7698
7699 2007-03-04  Bruno Haible  <bruno@clisp.org>
7700
7701         * modules/vasnprintf-posix-tests: New file.
7702         * tests/test-vasnprintf-posix.c: New file.
7703
7704         * modules/vasnprintf-posix: New file.
7705         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7706         printf-frexpl.h.
7707         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7708         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7709         REPLACE_VASNPRINTF is defined.
7710         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7711         gl_FUNC_VASNPRINTF.
7712         (gl_FUNC_VASNPRINTF): Invoke it.
7713         * m4/vasnprintf-posix.m4: New file.
7714         * m4/printf.m4: New file.
7715
7716 2007-03-04  Bruno Haible  <bruno@clisp.org>
7717
7718         Compile progreloc.c only if --enable-relocatable is specified.
7719         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7720         if --enable-relocatable was specified.
7721         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7722         lib_SOURCES.
7723
7724 2007-03-04  Jim Meyering  <jim@meyering.net>
7725
7726         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7727         Use it consistently, rather than enumerating errno constants.
7728
7729 2007-03-04  Bruno Haible  <bruno@clisp.org>
7730
7731         * modules/xvasprintf-tests: New file.
7732         * tests/test-xvasprintf.c: New file.
7733
7734         * modules/vasprintf-tests: New file.
7735         * tests/test-vasprintf.c: New file.
7736
7737         * modules/vasnprintf-tests: New file.
7738         * tests/test-vasnprintf.c: New file.
7739
7740         * modules/vsnprintf-tests: New file.
7741         * tests/test-vsnprintf.c: New file.
7742
7743         * modules/snprintf-tests: New file.
7744         * tests/test-snprintf.c: New file.
7745
7746 2007-03-04  Bruno Haible  <bruno@clisp.org>
7747
7748         Compile relocatable.c only if --enable-relocatable is specified.
7749         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7750         gl_RELOCATABLE_LIBRARY.
7751         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7752         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7753         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7754         gl_RELOCATABLE_LIBRARY.
7755         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7756         (Makefile.am): Remove lib_SOURCES.
7757         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7758         gl_RELOCATABLE_LIBRARY.
7759         (Makefile.am): Remove lib_SOURCES.
7760         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7761         always.
7762         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7763         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7764
7765 2007-03-04  Bruno Haible  <bruno@clisp.org>
7766
7767         * modules/argmatch-tests: New file.
7768         * tests/test-argmatch.c: New file.
7769
7770         * tests/test-allocsa.c (main): Halve the number of loop runs.
7771
7772         * modules/alloca-opt-tests: New file.
7773         * tests/test-alloca-opt.c: New file.
7774
7775 2007-03-04  Jim Meyering  <jim@meyering.net>
7776
7777         Work around difference between Linux ACLs and Solaris 10 ZFS.
7778         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7779         for EINVAL.
7780
7781 2007-03-03  Bruno Haible  <bruno@clisp.org>
7782
7783         * modules/relocatable-prog (Depends-on): Add back progreloc's
7784         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7785
7786 2007-03-03  Bruno Haible  <bruno@clisp.org>
7787
7788         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7789         * modules/relocatable-lib: New file.
7790
7791 2007-03-03  Bruno Haible  <bruno@clisp.org>
7792
7793         * modules/relocatable-prog: Renamed from modules/relocatable.
7794         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7795
7796 2007-03-03  Bruno Haible  <bruno@clisp.org>
7797
7798         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7799         m4/relocatable-lib.m4.
7800         (Depends-on): Remove 'relocatable'.
7801         (configure.ac): Add gl_RELOCATABLE_NOP.
7802
7803 2007-03-03  Bruno Haible  <bruno@clisp.org>
7804
7805         * modules/relocatable-prog-wrapper: New file.
7806         * modules/relocatable (Depends-on): Add it. Remove all other
7807         dependencies except progname.
7808         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7809
7810         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7811         (gl_FUNC_STRERROR): Nop.
7812         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7813
7814         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7815         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7816
7817         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7818         (gl_FUNC_READLINK): Update.
7819
7820         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7821
7822 2007-03-03  Bruno Haible  <bruno@clisp.org>
7823
7824         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7825         * modules/xreadlink (Depends-on): Add unistd.
7826         * modules/xreadlink-with-size (Depends-on): Likewise.
7827
7828 2007-03-03  Bruno Haible  <bruno@clisp.org>
7829
7830         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7831         extracted from gt_FUNC_SETENV.
7832         (gt_FUNC_SETENV): Remove macro.
7833         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7834         remove gt_FUNC_SETENV.
7835
7836 2007-03-03  Bruno Haible  <bruno@clisp.org>
7837
7838         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7839         ENABLE_RELOCATABLE here.
7840         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7841
7842 2007-03-03  Bruno Haible  <bruno@clisp.org>
7843
7844         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7845         * tests/test-rbtreehash_list.c: Include progname.h.
7846         (main): Call set_program_name.
7847
7848         * modules/rbtree-oset-tests (Depends-on): Add progname.
7849         * tests/test-rbtree_oset.c: Include progname.h.
7850         (main): Call set_program_name.
7851
7852         * modules/rbtree-list-tests (Depends-on): Add progname.
7853         * tests/test-rbtree_list.c: Include progname.h.
7854         (main): Call set_program_name.
7855
7856         * modules/linked-list-tests (Depends-on): Add progname.
7857         * tests/test-linked_list.c: Include progname.h.
7858         (main): Call set_program_name.
7859
7860 2007-03-03  Bruno Haible  <bruno@clisp.org>
7861
7862         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7863         All uses of __restrict changed to _Restrict_.
7864         * lib/glob_.h (__restrict): Remove macro.
7865
7866 2007-03-02  Bruno Haible  <bruno@clisp.org>
7867
7868         * modules/gettext (configure.ac): Require gettext infrastructure
7869         from version 0.16.1.
7870
7871 2007-03-02  Bruno Haible  <bruno@clisp.org>
7872
7873         * modules/linkedhash-list-tests (Depends-on): Add progname.
7874         * tests/test-linkedhash_list.c: Include progname.h.
7875         (main): Call set_program_name.
7876
7877         * modules/carray-list-tests (Depends-on): Add progname.
7878         * tests/test-carray_list.c: Include progname.h.
7879         (main): Call set_program_name.
7880
7881         * modules/avltreehash-list-tests (Depends-on): Add progname.
7882         * tests/test-avltreehash_list.c: Include progname.h.
7883         (main): Call set_program_name.
7884
7885         * modules/avltree-oset-tests (Depends-on): Add progname.
7886         * tests/test-avltree_oset.c: Include progname.h.
7887         (main): Call set_program_name.
7888
7889         * modules/avltree-list-tests (Depends-on): Add progname.
7890         * tests/test-avltree_list.c: Include progname.h.
7891         (main): Call set_program_name.
7892
7893         * modules/array-oset-tests (Depends-on): Add progname.
7894         * tests/test-array_oset.c: Include progname.h.
7895         (main): Call set_program_name.
7896
7897         * modules/array-list-tests (Depends-on): Add progname.
7898         * tests/test-array_list.c: Include progname.h.
7899         (main): Call set_program_name.
7900
7901         * modules/argp-tests (Depends-on): Add progname.
7902         * tests/test-argp.c: Include argp.h first. Include progname.h.
7903         (main): Call set_program_name.
7904
7905 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7906
7907         * doc/gnulib-tool.texi (Initial import): Reword description of
7908         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7909         limited effect even if defined after the first system include.
7910
7911 2007-03-01  Bruno Haible  <bruno@clisp.org>
7912
7913         * build-aux/config.libpath: Update to libtool-1.5.22.
7914         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7915
7916 2007-03-01  Bruno Haible  <bruno@clisp.org>
7917
7918         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7919         foo_CFLAGS.
7920         Reported by Ralf Wildenhues.
7921
7922 2007-03-01  Bruno Haible  <bruno@clisp.org>
7923
7924         * build-aux/install-reloc: Remove object files left over by some
7925         compilers.
7926         Reported by Ralf Wildenhues.
7927
7928 2007-03-01  Bruno Haible  <bruno@clisp.org>
7929
7930         * build-aux/install-reloc: Break long lines.
7931
7932 2007-03-01  Bruno Haible  <bruno@clisp.org>
7933
7934         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7935         Reported by Ralf Wildenhues.
7936
7937 2007-03-01  Bruno Haible  <bruno@clisp.org>
7938
7939         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7940         include ordering constraints.
7941
7942 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7943
7944         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7945         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7946         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7947         as another example.
7948         * lib/time_.h: Fix misspelling.
7949         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7950         Require gl_HEADER_TIME_H_DEFAULTS.
7951         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7952         * m4/time_r.m4 (gl_TIME_R): Likewise.
7953         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7954
7955 2007-03-01  Bruno Haible  <bruno@clisp.org>
7956
7957         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7958         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7959
7960 2007-03-01  Jim Meyering  <jim@meyering.net>
7961
7962         * modules/xreadlink (Maintainer): Add my name.
7963         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7964
7965 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7966             Bruno Haible  <bruno@clisp.org>
7967
7968         * build-aux/install-reloc: Compile also c-ctype.c.
7969         * build-aux/relocatable.sh.in: New file.
7970         * doc/relocatable.texi: New file.
7971         * doc/relocatable-maint.texi: New file.
7972         * doc/gnulib.texi: Include relocatable-maint.texi.
7973         * lib/progreloc.c: Include unistd.h unconditionally.
7974         * lib/relocwrapper.c: Include unistd.h unconditionally.
7975         Include c-ctype.h.
7976         (add_dotbin): Use c_tolower.
7977         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7978         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7979         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7980         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7981         to m4/relocatable-lib.m4.
7982         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7983         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7984         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7985         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7986         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7987         * modules/relocatable: New file.
7988         * modules/relocatable-lib: New file.
7989         * modules/relocatable-script: New file.
7990
7991 2007-02-28  Bruno Haible  <bruno@clisp.org>
7992
7993         Import --enable-relocatable infrastructure.
7994         * build-aux/config.libpath: New file, from GNU gettext.
7995         * build-aux/install-reloc: New file, from GNU gettext.
7996         * build-aux/reloc-ldflags: New file, from GNU gettext.
7997         * lib/relocatable.h: New file, from GNU gettext.
7998         * lib/relocatable.c: New file, from GNU gettext.
7999         * lib/relocwrapper.c: New file, from GNU gettext.
8000         * m4/relocatable.m4: New file, from GNU gettext.
8001
8002 2007-02-28  Bruno Haible  <bruno@clisp.org>
8003
8004         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
8005
8006         * modules/xreadlink: New file, from GNU gettext with modifications.
8007         * lib/xreadlink.c: New file, from GNU gettext.
8008         * lib/xreadlink.h: Add comments.
8009         (xreadlink): New declaration.
8010
8011         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
8012         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
8013         lib/xreadlink-with-size.c.
8014         (configure.ac): Remove gl_XREADLINK invocation.
8015         (Makefile.am): Augment lib_SOURCES.
8016         * m4/xreadlink.m4: Remove file.
8017         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
8018         (xreadlink_with_size): Renamed from xreadink.
8019         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
8020         * modules/canonicalize (Depends-on): Replace xreadlink with
8021         xreadlink-with-size.
8022         * lib/canonicalize.c (canonicalize_filename_mode): Update.
8023
8024 2007-02-25  Jim Meyering  <jim@meyering.net>
8025
8026         * build-aux/announce-gen: When complaining about excess arguments,
8027         list them.
8028
8029 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
8030
8031         * README: Document signed integer overflow situation more
8032         accurately.
8033
8034 2007-02-25  Bruno Haible  <bruno@clisp.org>
8035
8036         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
8037         'a' or 'A' conversion.
8038
8039 2007-02-25  Bruno Haible  <bruno@clisp.org>
8040
8041         * modules/filename: Renamed from modules/pathname.
8042         (Files): Replace lib/pathname.h with lib/filename.h. Replace
8043         lib/concatpath.c with lib/concat-filename.c.
8044         (Makefile.am): Update.
8045         (Include): Replace pathname.h with filename.h.
8046         * lib/filename.h: Renamed from lib/pathname.h.
8047         (concatenated_filename): Renamed from concatenated_pathname.
8048         * lib/concat-filename.c: Renamed from lib/concatpath.c.
8049         (concatenated_filename): Renamed from concatenated_pathname.
8050         * lib/findprog.c: Include filename.h instead of pathname.h.
8051         (find_in_path): Update.
8052         * lib/javacomp.c: Include filename.h instead of pathname.h.
8053         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
8054         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
8055         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
8056         is_oldgcj_14_13_usable, is_javac_usable): Update.
8057         * lib/javaexec.c: Include filename.h instead of pathname.h.
8058         (execute_java_class): Update.
8059         * modules/findprog: Update.
8060         * modules/javacomp: Update.
8061         * modules/javaexec: Update.
8062         * MODULES.html.sh (File system functions): Add 'filename', remove
8063         'pathname'.
8064
8065 2007-02-25  Bruno Haible  <bruno@clisp.org>
8066
8067         * modules/printf-frexpl-tests: New file.
8068         * tests/test-printf-frexpl.c: New file.
8069
8070         * modules/printf-frexpl: New file.
8071         * lib/printf-frexpl.h: New file.
8072         * lib/printf-frexpl.c: New file.
8073         * m4/printf-frexpl.m4: New file.
8074
8075 2007-02-25  Bruno Haible  <bruno@clisp.org>
8076
8077         * modules/printf-frexp-tests: New file.
8078         * tests/test-printf-frexp.c: New file.
8079
8080         * modules/printf-frexp: New file.
8081         * lib/printf-frexp.h: New file.
8082         * lib/printf-frexp.c: New file.
8083         * m4/printf-frexp.m4: New file.
8084
8085 2007-02-25  Bruno Haible  <bruno@clisp.org>
8086
8087         Assume automake >= 1.10 for the tests.
8088         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
8089         * modules/arctwo-tests: Likewise.
8090         * modules/argp-tests: Likewise.
8091         * modules/avltree-list-tests: Likewise.
8092         * modules/avltree-oset-tests: Likewise.
8093         * modules/avltreehash-list-tests: Likewise.
8094         * modules/carray-list-tests: Likewise.
8095         * modules/crc-tests: Likewise.
8096         * modules/des-tests: Likewise.
8097         * modules/gc-arcfour-tests: Likewise.
8098         * modules/gc-arctwo-tests: Likewise.
8099         * modules/gc-des-tests: Likewise.
8100         * modules/gc-hmac-md5-tests: Likewise.
8101         * modules/gc-hmac-sha1-tests: Likewise.
8102         * modules/gc-md2-tests: Likewise.
8103         * modules/gc-md4-tests: Likewise.
8104         * modules/gc-md5-tests: Likewise.
8105         * modules/gc-pbkdf2-sha1-tests: Likewise.
8106         * modules/gc-rijndael-tests: Likewise.
8107         * modules/gc-sha1-tests: Likewise.
8108         * modules/gc-tests: Likewise.
8109         * modules/getaddrinfo-tests: Likewise.
8110         * modules/hmac-md5-tests: Likewise.
8111         * modules/hmac-sha1-tests: Likewise.
8112         * modules/linked-list-tests: Likewise.
8113         * modules/linkedhash-list-tests: Likewise.
8114         * modules/lock-tests: Likewise.
8115         * modules/md2-tests: Likewise.
8116         * modules/md4-tests: Likewise.
8117         * modules/md5-tests: Likewise.
8118         * modules/rbtree-list-tests: Likewise.
8119         * modules/rbtree-oset-tests: Likewise.
8120         * modules/rbtreehash-list-tests: Likewise.
8121         * modules/read-file-tests: Likewise.
8122         * modules/rijndael-tests: Likewise.
8123         * modules/stdint-tests: Likewise.
8124         * modules/tls-tests: Likewise.
8125
8126 2007-02-24  Bruno Haible  <bruno@clisp.org>
8127
8128         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
8129         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
8130         function; instead check whether isnan with a double argument links.
8131         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
8132         function; instead check whether isnan with a 'long double' argument
8133         links.
8134         Reported by Eric Blake <ebb9@byu.net>.
8135
8136 2007-02-24  Bruno Haible  <bruno@clisp.org>
8137
8138         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
8139         defined.
8140         * lib/isnanl.c: Remove all code. Just include isnan.c.
8141         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
8142
8143 2007-02-25  Jim Meyering  <jim@meyering.net>
8144
8145         Avoid conflicting types for 'unsetenv' on FreeBSD.
8146         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
8147         conflicting with FreeBSD's (5.0 and 6.1) function declaration
8148         in stdlib.h.
8149
8150 2007-02-24  Bruno Haible  <bruno@clisp.org>
8151
8152         * modules/isnanl-nolibm-tests: New file.
8153         * tests/test-isnanl.c: New file.
8154
8155         * modules/isnanl-nolibm: New file.
8156         * lib/isnanl.h: New file.
8157         * lib/isnanl.c: New file.
8158         * m4/isnanl.m4: New file.
8159
8160 2007-02-24  Bruno Haible  <bruno@clisp.org>
8161
8162         * modules/isnan-nolibm-tests: New file.
8163         * tests/test-isnan.c: New file.
8164
8165         * modules/isnan-nolibm: New file.
8166         * lib/isnan.h: New file.
8167         * lib/isnan.c: New file.
8168         * m4/isnan.m4: New file.
8169
8170 2007-02-24  Bruno Haible  <bruno@clisp.org>
8171
8172         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
8173         assume that an exponent fits in 20 bits.
8174
8175 2007-02-24  Jim Meyering  <jim@meyering.net>
8176
8177         * m4/regex.m4: Update the description of the configure-time option,
8178         --without-included-regex, to state accurately what the defaults are,
8179         and perhaps to give people an idea why using this option is risky.
8180
8181 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8182
8183         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
8184         loops on small arguments.  This attempts to avoid the problem
8185         Bruno Haible reported for AIX 4.3.2 in
8186         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
8187
8188 2007-02-23  Bruno Haible  <bruno@clisp.org>
8189
8190         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
8191         Needed for help2man.
8192
8193 2007-02-23  Karl Berry  <karl@gnu.org>
8194
8195         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
8196         exists, foo.h should be cvs-ignored, not committed.
8197
8198 2007-02-23  Eric Blake  <ebb9@byu.net>
8199
8200         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
8201         * lib/stat-time.h (includes): Likewise.
8202         * lib/utimecmp.c (includes): Likewise.
8203         * lib/utimens.h (includes): Likewise.
8204         * lib/getdate.y (includes): Also include "timespec.h" for use
8205         internal to the module.
8206         * modules/utimens (Depends-on): Revert yesterday's patch.
8207         * modules/nanosleep (Depends-on): Add missing dependency.
8208
8209 2007-02-22  Bruno Haible  <bruno@clisp.org>
8210
8211         * lib/glob.c: Don't include getlogin_r.h.
8212
8213 2007-02-22  Jim Meyering  <jim@meyering.net>
8214
8215         * modules/utimens (Depends-on): Add timespec, required for
8216         utimens.h's inclusion of timespec.h.
8217
8218 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
8219
8220         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
8221         long unreadable paths in GNU/Linux.  Problem reported by Andreas
8222         Schwab in
8223         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
8224         I'll try to think of a better way to fix the Solaris problem.
8225
8226         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
8227         like glibc; on Solaris 10, it fails with errno == EINVAL.
8228         POSIX says the behavior is unspecified if the first argument is NULL,
8229         so play it safe and never pass NULL to the system getcwd.
8230
8231 2007-02-21  Jim Meyering  <jim@meyering.net>
8232
8233         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
8234         of gettimeofday.  It would conflict with the one now always
8235         provided via sys_time_.h.  Reported by Matthew Woehlke, as
8236         an IRIX 6.5 build failure.
8237
8238 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8239
8240         Minor fixups to port to Solaris 10 with Sun C 5.8.
8241         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
8242         * modules/getcwd (Depends-on): Add dirfd.
8243         * lib/putenv.c (putenv): #undef it.
8244         (rpl_putenv): New decl.
8245         (malloc, free): Include <stdlib.h> rather than prototyping separately.
8246
8247 2007-02-20  Bruno Haible  <bruno@clisp.org>
8248
8249         * modules/stdio-tests: New file.
8250         * tests/test-stdio.c: New file.
8251
8252         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
8253         (Depends-on): Add stdio.
8254         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8255         (Include): Use <stdio.h> instead of vsnprintf.h.
8256         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8257         HAVE_DECL_VSNPRINTF.
8258         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
8259
8260         * modules/snprintf (Files): Remove lib/snprintf.h.
8261         (Depends-on): Add stdio.
8262         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8263         (Include): Use <stdio.h> instead of snprintf.h.
8264         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8265         HAVE_DECL_SNPRINTF.
8266         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
8267         * lib/getaddrinfo.c: Likewise.
8268
8269         * modules/stdio: New file.
8270         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
8271         * lib/snprintf.h: Remove file.
8272         * lib/vsnprintf.h: Remove file.
8273         * lib/.cppi-disable: Remove snprintf.h.
8274         * m4/stdio_h.m4: New file.
8275         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
8276
8277 2007-02-20  Jim Meyering  <jim@meyering.net>
8278
8279         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
8280         used by e.g., mingw.  From Bruno Haible.
8281
8282 2007-02-19  Bruno Haible  <bruno@clisp.org>
8283
8284         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
8285         warnings.
8286         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8287
8288 2007-02-19  Bruno Haible  <bruno@clisp.org>
8289
8290         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
8291         from mingw users.
8292
8293 2007-02-19  Bruno Haible  <bruno@clisp.org>
8294
8295         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
8296         warnings.
8297         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
8298
8299 2007-02-19  Jim Meyering  <jim@meyering.net>
8300
8301         Don't use FD after a successful "fdopendir (fd)".
8302         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
8303         Reset it by calling dirfd on the just-obtained DIR*.
8304
8305         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
8306         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
8307
8308 2007-02-18  Bruno Haible  <bruno@clisp.org>
8309
8310         * lib/readlink.c: Include <unistd.h>.
8311         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
8312         HAVE_READLINK.
8313         * modules/readlink (Depends-on): Add unistd.
8314         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8315         (Include): Add <unistd.h>.
8316
8317         * lib/getlogin_r.h: Remove file.
8318         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
8319         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
8320         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
8321         HAVE_DECL_GETLOGIN_R.
8322         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
8323         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8324         (Include): Use <unistd.h> instead of getlogin_r.h.
8325
8326         * lib/getcwd.h: Remove file.
8327         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
8328         * lib/xgetcwd.c: Likewise.
8329         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
8330         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
8331         * modules/getcwd (Files): Remove lib/getcwd.h.
8332         (Depends-on): Add unistd.
8333         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8334         (Include): Use <unistd.h> instad of getcwd.h.
8335
8336         * lib/ftruncate.c: Include <unistd.h> first.
8337         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
8338         Set HAVE_FTRUNCATE.
8339         * modules/ftruncate (Depends-on): Add unistd.
8340         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8341
8342         * lib/fchdir.c: Include <unistd.h> first.
8343         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
8344         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
8345         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
8346         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8347         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
8348
8349         * lib/dup2.c: Include <unistd.h> first.
8350         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
8351         HAVE_DUP2.
8352         * modules/dup2 (Depends-on): Add unistd.
8353         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8354
8355         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
8356         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
8357         REPLACE_CHOWN. Don't define chown as a macro here.
8358         * modules/chown (Depends-on): Add unistd.
8359         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8360
8361         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
8362         Add definition for GL_LINK_WARNING.
8363         (chown, dup2): New declarations.
8364         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
8365         link warning.
8366         (ftruncate): New declaration.
8367         (getcwd): New declaration, taken from old getcwd.h.
8368         (getlogin_r): New declaration, taken from old getlogin_r.h.
8369         (readlink): New declaration.
8370         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
8371         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
8372         (gl_PREREQ_UNISTD): Remove macro.
8373         (gl_UNISTD_MODULE_INDICATOR): New macro.
8374         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
8375         many new variables. Don't set UNISTD_H.
8376         * modules/unistd (Description): Change.
8377         (Depends-on): Add link-warning.
8378         (configure.ac): Update.
8379         (Makefile.am): Create unistd.h always. Substitute many new variables
8380         into it.
8381
8382 2007-02-18  Bruno Haible  <bruno@clisp.org>
8383
8384         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
8385         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
8386         HAVE_GETSUBOPT.
8387         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
8388         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
8389         * lib/getsubopt.h: Remove file.
8390         * modules/getsubopt (Files): Remove lib/getsubopt.h.
8391         (Depends-on): Add stdlib.
8392         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8393         (Includes): Use <stdlib.h> instead of getsubopt.h.
8394         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
8395         Set HAVE_GETSUBOPT.
8396         * lib/getsubopt.c: Don't include getsubopt.h.
8397
8398 2007-02-18  Bruno Haible  <bruno@clisp.org>
8399
8400         * modules/fchdir (Depends-on): Add dup2.
8401
8402 2007-02-18  Bruno Haible  <bruno@clisp.org>
8403
8404         * lib/stdlib_.h: Handle glibc's special invocation convention
8405         specially.
8406
8407 2007-02-18  Bruno Haible  <bruno@clisp.org>
8408
8409         * modules/stdlib-tests: New file.
8410         * tests/test-stdlib.c: New file.
8411
8412         * modules/mkstemp (Files): Remove lib/mkstemp.h.
8413         (Depends-on): Add stdlib.
8414         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8415         (Includes): Use <stdlib.h> instead of mkstemp.h.
8416         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8417         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
8418         * lib/mkstemp.c: Don't include mkstemp.h.
8419         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
8420         * lib/stdlib--.h: Don't include mkstemp.h.
8421
8422         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
8423         (Depends-on): Add stdlib.
8424         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8425         (Includes): Use <stdlib.h> instead of mkdtemp.h.
8426         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8427         HAVE_MKDTEMP.
8428         * lib/mkdtemp.c: Don't include mkdtemp.h.
8429         * lib/clean-temp.c: Don't include mkdtemp.h.
8430
8431         * modules/exit (Files): Remove lib/exit.h.
8432         (Depends-on): Add stdlib.
8433         (Makefile.am): Remove lib_SOURCES.
8434         (Include): Use <stdlib.h> instead of exit.h.
8435         * lib/argmatch.c: Don't include exit.h.
8436         * lib/execute.c: Likewise.
8437         * lib/pagealign_alloc.c: Likewise.
8438         * lib/pipe.c: Likewise.
8439         * lib/wait-process.c: Likewise.
8440         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
8441         * lib/exitfail.c: Likewise.
8442         * lib/savewd.c: Likewise.
8443         * lib/xsetenv.c: Likewise.
8444
8445         * modules/stdlib: New file.
8446         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
8447         and extra comments about mkstemp().
8448         * lib/exit.h: Remove file.
8449         * lib/mkdtemp.h: Remove file.
8450         * lib/mkstemp.h: Remove file.
8451         * m4/stdlib_h.m4: New file.
8452         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
8453
8454 2007-02-18  Bruno Haible  <bruno@clisp.org>
8455
8456         * modules/math-tests: New file.
8457         * tests/test-math.c: New file.
8458
8459         * modules/math: New file.
8460         * modules/mathl (Files): Remove lib/mathl.h.
8461         (Depends-on): Add math.
8462         (Makefile.am): Don't mention mathl.h.
8463         (Include): Use <math.h> instead of mathl.h.
8464         * lib/math_.h: New file.
8465         * lib/mathl.h: Remove file.
8466         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
8467         mathl.h.
8468         * lib/asinl.c: Likewise.
8469         * lib/atanl.c: Likewise.
8470         * lib/ceill.c: Likewise.
8471         * lib/cosl.c: Likewise.
8472         * lib/expl.c: Likewise.
8473         * lib/floorl.c: Likewise.
8474         * lib/frexpl.c: Likewise.
8475         * lib/ldexpl.c: Likewise.
8476         * lib/logl.c: Likewise.
8477         * lib/sincosl.c: Likewise.
8478         * lib/sinl.c: Likewise.
8479         * lib/sqrtl.c: Likewise.
8480         * lib/tanl.c: Likewise.
8481         * lib/trigl.c: Likewise.
8482         * m4/math_h.m4: New file.
8483         * MODULES.html.sh (Mathematics): Add math.
8484
8485 2007-02-17  Bruno Haible  <bruno@clisp.org>
8486
8487         * modules/wctype-tests: New file.
8488         * tests/test-wctype.c: New file.
8489
8490         * modules/wchar-tests: New file.
8491         * tests/test-wchar.c: New file.
8492
8493         * modules/unistd-tests: New file.
8494         * tests/test-unistd.c: New file.
8495
8496         * modules/time-tests: New file.
8497         * tests/test-time.c: New file.
8498
8499         * modules/sysexits-tests: New file.
8500         * tests/test-sysexits.c: New file.
8501
8502         * modules/sys_time-tests: New file.
8503         * tests/test-sys_time.c: New file.
8504
8505         * modules/sys_stat-tests: New file.
8506         * tests/test-sys_stat.c: New file.
8507
8508         * modules/sys_socket-tests: New file.
8509         * tests/test-sys_socket.c: New file.
8510
8511         * modules/sys_select-tests: New file.
8512         * tests/test-sys_select.c: New file.
8513
8514         * modules/string-tests: New file.
8515         * tests/test-string.c: New file.
8516
8517         * modules/stdbool-tests: New file.
8518         * tests/test-stdbool.c: New file.
8519
8520         * modules/netinet_in-tests: New file.
8521         * tests/test-netinet_in.c: New file.
8522
8523         * modules/inttypes-tests: New file.
8524         * tests/test-inttypes.c: New file.
8525
8526         * modules/fcntl-tests: New file.
8527         * tests/test-fcntl.c: New file.
8528
8529         * modules/byteswap-tests: New file.
8530         * tests/test-byteswap.c: New file.
8531
8532         * modules/arpa_inet-tests: New file.
8533         * tests/test-arpa_inet.c: New file.
8534
8535 2007-02-17  Bruno Haible  <bruno@clisp.org>
8536
8537         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
8538         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
8539         if the corresponding module is not enabled. Emit link warnings if
8540         the function is used nevertheless.
8541         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
8542         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
8543         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
8544         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
8545         * modules/inttypes (Depends-on): Add link-warning.
8546         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8547         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
8548         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
8549         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
8550         * modules/imaxdiv (configure.ac): Likewise.
8551         * modules/strtoimax (configure.ac): Likewise.
8552         * modules/strtoumax (configure.ac): Likewise.
8553
8554 2007-02-17  Bruno Haible  <bruno@clisp.org>
8555
8556         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
8557         gl_STRING_MODULE_INDICATOR_DEFAULTS.
8558         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
8559         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
8560
8561 2007-02-17  Bruno Haible  <bruno@clisp.org>
8562
8563         * modules/link-warning: New file.
8564         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
8565         * lib/string_.h (GL_LINK_WARNING): Remove definition.
8566         * modules/string (Depends-on): Add link-warning.
8567         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8568         string.h.
8569         * MODULES.html.sh (Support for building libraries and executables): Add
8570         link-warning.
8571
8572 2007-02-17  Bruno Haible  <bruno@clisp.org>
8573
8574         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
8575         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
8576         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
8577         long lines.
8578
8579 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
8580             Bruno Haible  <bruno@clisp.org>
8581
8582         * modules/tmpfile: New file.
8583         * lib/tmpfile.c: New file.
8584         * m4/tmpfile.m4: New file.
8585         * MODULES.html.sh (func_all_modules): New section "Input/output".
8586
8587 2007-02-15  Bruno Haible  <bruno@clisp.org>
8588
8589         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
8590         (supports_delete_on_close): New function.
8591         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
8592
8593 2007-02-14  Bruno Haible  <bruno@clisp.org>
8594
8595         * modules/mbspcasecmp-tests: New file.
8596         * tests/test-mbspcasecmp.sh: New file.
8597         * tests/test-mbspcasecmp.c: New file.
8598
8599         New module mbspcasecmp.
8600         * modules/mbspcasecmp: New file.
8601         * lib/mbspcasecmp.c: New file.
8602         * lib/string_.h (strncasecmp): Change warning message.
8603         (mbspcasecmp): New declaration.
8604         * m4/mbspcasecmp.m4: New file.
8605         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8606         GNULIB_MBSPCASECMP.
8607         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
8608         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
8609
8610 2007-02-14  Bruno Haible  <bruno@clisp.org>
8611
8612         * modules/mbsncasecmp-tests: New file.
8613         * tests/test-mbsncasecmp.sh: New file.
8614         * tests/test-mbsncasecmp.c: New file.
8615
8616         New module mbsncasecmp.
8617         * modules/mbsncasecmp: New file.
8618         * lib/mbsncasecmp.c: New file.
8619         * lib/string_.h (mbsncasecmp): New declaration.
8620         * m4/mbsncasecmp.m4: New file.
8621         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8622         GNULIB_MBSNCASECMP.
8623         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
8624         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
8625
8626 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8627
8628         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
8629         Verify that it doesn't overlap with our flags.
8630         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
8631         do not have the desired effect in multibyte locales; instead, use
8632         mbscasecmp.
8633         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
8634         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
8635         we don't require GNU fnmatch ourselves (if our users require it, they
8636         should do so explicitly).
8637
8638         Fix regex code so it doesn't rely on strcasecmp.
8639         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
8640         Otherwise, include gnulib's langinfo.h.
8641         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
8642         undesirable behavior in non-C locales.  Instead, rely on localecharset.
8643         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
8644         * modules/regex (FILES): Remove m4/codeset.m4.
8645         (Depends-on): Add localcharset.  Remove strcase.
8646
8647 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8648
8649         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
8650         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
8651
8652 2007-02-13  Bruno Haible  <bruno@clisp.org>
8653
8654         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8655         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8656
8657 2007-02-12  Bruno Haible  <bruno@clisp.org>
8658
8659         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8660         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8661         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8662         time warning rather than a link error.
8663
8664 2007-02-12  Bruno Haible  <bruno@clisp.org>
8665
8666         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8667         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8668         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8669
8670 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8671
8672         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8673         args, not 2.
8674
8675 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8676
8677         New module 'time', so that apps can include <time.h> as per
8678         POSIX and GNU instead of separate include files like time_r.h
8679         and timegm.h.  This implementation tries out a simpler approach
8680         for replacing decls in standard include files (as compared to
8681         the string module), somewhat as an experiment.
8682
8683         * config/srclist.txt: Comment out mktime.c for now.
8684         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8685         since it doesn't apply any more.  Use generic wording instead.
8686         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8687         'time'.
8688         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8689         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8690         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8691         Don't include <sys/types.h>; no longer needed since we assume C89.
8692         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8693         * lib/strftime.c: Likewise.
8694         * lib/time_r.c: Likewise.
8695         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8696         * lib/nanosleep.c: Include <time.h> first, to check interface.
8697         * lib/strptime.c: Likewise.
8698         * lib/time_r.c: Likewise.
8699         * lib/timegm.c: Likewise.
8700         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8701         needed.
8702         * lib/timegm.c: Don't include timegm.h; no longer needed.
8703         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8704         time.h now handles any problems in that area.
8705         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8706         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8707         that time.h defines struct timespec.
8708         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8709         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8710         handles that.
8711         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8712         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8713         needed.  Set REPLACE_LOCALTIME.
8714         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8715         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8716         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8717         nanosleep; time_h.m4 now does that.  Don't require
8718         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8719         module handles this now.
8720         * modules/getdate (Depends-on): Remove timespec.  Add time.
8721         * modules/nanosleep (Depends-on): Likewise.
8722         * modules/stat-time (Depends-on): Likewise.
8723         * modules/nanosleep (Include): Include time.h, not timespec.h.
8724         * modules/strptime (Files): Remove lib/strptime.h.
8725         (Depends-on): Add extensions, time.
8726         (Include): Include time.h, not strptime.h.
8727         * modules/time_r (Files): Remove lib/time_r.h.
8728         (Depends-on): Add time.
8729         (Include): Include time.h, not time_r.h.
8730         * modules/timegm: Likewise.
8731         * modules/timespec (Description): Now does timespec-related decls
8732         of our own, instead of struct timespec itself.
8733         (Depends-on): Add time; remove extensions.
8734         (Maintainer): Add self.
8735         * modules/utimecmp (Depends-on): Add time; remove timespec.
8736         * modules/utimens (Depends-on): Likewise.
8737         * modules/xnanosleep (Depends-on): Likewise.
8738
8739 2007-02-11  Bruno Haible  <bruno@clisp.org>
8740
8741         * lib/c-strstr.c: Include allocsa.h.
8742         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8743         * lib/c-strcasestr.c: Include allocsa.h.
8744         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8745         * lib/strcasestr.c: Include allocsa.h.
8746         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8747         * lib/mbsstr.c: Include allocsa.h.
8748         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8749         allocsa/freesa instead of malloc/free.
8750         * lib/mbscasestr.c: Include allocsa.h.
8751         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8752         allocsa/freesa instead of malloc/free.
8753         * modules/c-strstr (Depends-on): Add allocsa.
8754         * modules/c-strcasestr (Depends-on): Likewise.
8755         * modules/strcasestr (Depends-on): Likewise.
8756         * modules/mbsstr (Depends-on): Likewise.
8757         * modules/mbscasestr (Depends-on): Likewise.
8758
8759 2007-02-11  Bruno Haible  <bruno@clisp.org>
8760
8761         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8762
8763         * modules/mbsspn-tests: New file.
8764         * tests/test-mbsspn.sh: New file.
8765         * tests/test-mbsspn.c: New file.
8766
8767 2007-02-11  Bruno Haible  <bruno@clisp.org>
8768
8769         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8770
8771         * modules/mbspbrk-tests: New file.
8772         * tests/test-mbspbrk.sh: New file.
8773         * tests/test-mbspbrk.c: New file.
8774
8775 2007-02-11  Bruno Haible  <bruno@clisp.org>
8776
8777         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8778         unneeded cast.
8779
8780         * modules/mbscspn-tests: New file.
8781         * tests/test-mbscspn.sh: New file.
8782         * tests/test-mbscspn.c: New file.
8783
8784 2007-02-11  Bruno Haible  <bruno@clisp.org>
8785
8786         * modules/mbscasecmp-tests: New file.
8787         * tests/test-mbscasecmp.sh: New file.
8788         * tests/test-mbscasecmp.c: New file.
8789
8790 2007-02-11  Bruno Haible  <bruno@clisp.org>
8791
8792         Ensure O(n) worst-case complexity of mbscasestr.
8793         * lib/mbscasestr.c: Include stdbool.h.
8794         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8795         functions.
8796         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8797         the bookkeeping indicates that it's worth it.
8798         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8799
8800         * modules/mbscasestr-tests: New file.
8801         * tests/test-mbscasestr1.c: New file.
8802         * tests/test-mbscasestr2.sh: New file.
8803         * tests/test-mbscasestr2.c: New file.
8804         * tests/test-mbscasestr3.sh: New file.
8805         * tests/test-mbscasestr3.c: New file.
8806         * tests/test-mbscasestr4.sh: New file.
8807         * tests/test-mbscasestr4.c: New file.
8808         * m4/locale-tr.m4: New file.
8809
8810 2007-02-11  Bruno Haible  <bruno@clisp.org>
8811
8812         Ensure O(n) worst-case complexity of mbsstr.
8813         * lib/mbsstr.c: Include stdbool.h.
8814         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8815         functions.
8816         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8817         bookkeeping indicates that it's worth it.
8818         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8819
8820         * modules/mbsstr-tests: New file.
8821         * tests/test-mbsstr1.c: New file.
8822         * tests/test-mbsstr2.sh: New file.
8823         * tests/test-mbsstr2.c: New file.
8824         * tests/test-mbsstr3.sh: New file.
8825         * tests/test-mbsstr3.c: New file.
8826         * m4/locale-fr.m4: New file.
8827
8828 2007-02-11  Bruno Haible  <bruno@clisp.org>
8829
8830         * lib/mbsrchr.c (mbsrchr): Fix bug.
8831
8832         * modules/mbsrchr-tests: New file.
8833         * tests/test-mbsrchr.sh: New file.
8834         * tests/test-mbsrchr.c: New file.
8835
8836 2007-02-11  Bruno Haible  <bruno@clisp.org>
8837
8838         * lib/mbschr.c (mbschr): Fix bug.
8839
8840         * modules/mbschr-tests: New file.
8841         * tests/test-mbschr.sh: New file.
8842         * tests/test-mbschr.c: New file.
8843         * m4/locale-zh.m4: New file.
8844
8845 2007-02-11  Bruno Haible  <bruno@clisp.org>
8846
8847         Support for copying multibyte string iterators.
8848         * lib/mbiter.h: Include <string.h>.
8849         (mbiter_multi_copy): New function.
8850         (mbi_copy): New macro.
8851         * lib/mbuiter.h: Include <string.h>.
8852         (mbuiter_multi_copy): New function.
8853         (mbui_copy): New macro.
8854
8855 2007-02-11  Bruno Haible  <bruno@clisp.org>
8856
8857         New module mbslen.
8858         * modules/mbslen: New file.
8859         * lib/mbslen.c: New file.
8860         * lib/string_.h (mbslen): New declaration.
8861         * m4/mbslen.m4: New file.
8862         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8863         GNULIB_MBSLEN.
8864         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8865         * MODULES.html.sh (Internationalization functions): Add mbslen.
8866
8867 2007-02-11  Bruno Haible  <bruno@clisp.org>
8868
8869         Ensure O(n) worst-case complexity of strcasestr substitute.
8870         * lib/strcasestr.c: Include stdbool.h.
8871         (knuth_morris_pratt): New function.
8872         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8873         bookkeeping indicates that it's worth it.
8874         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8875
8876         * modules/strcasestr-tests: New file.
8877         * tests/test-strcasestr.c: New file.
8878
8879 2007-02-11  Bruno Haible  <bruno@clisp.org>
8880
8881         Ensure O(n) worst-case complexity of c_strcasestr.
8882         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8883         (knuth_morris_pratt): New function.
8884         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8885         the bookkeeping indicates that it's worth it.
8886         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8887
8888         * modules/c-strcasestr-tests: New file.
8889         * tests/test-c-strcasestr.c: New file.
8890
8891 2007-02-11  Bruno Haible  <bruno@clisp.org>
8892
8893         Ensure O(n) worst-case complexity of c_strstr.
8894         * lib/c-strstr.c: Include stdbool.h, string.h.
8895         (knuth_morris_pratt): New function.
8896         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8897         bookkeeping indicates that it's worth it.
8898         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8899
8900         * lib/c-strstr.c: Complete rewrite for maintainability.
8901
8902         * modules/c-strstr-tests: New file.
8903         * tests/test-c-strstr.c: New file.
8904
8905 2007-02-11  Bruno Haible  <bruno@clisp.org>
8906
8907         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8908         5.2.1 and earlier, whereby \055 was treated just like the range
8909         delimiter '-'.
8910         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8911
8912 2007-02-08  Bruno Haible  <bruno@clisp.org>
8913
8914         * modules/regex (Depends-on): Add stdbool.
8915         Reported by Dalibor Topic <robilad@kaffe.org>.
8916
8917 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8918
8919         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8920         Prefer returning from main to exiting from it.
8921         Remove unnecessary parens after sizeof.
8922
8923 2007-02-05  Bruno Haible  <bruno@clisp.org>
8924
8925         New module mbssep.
8926         * modules/mbssep: New file.
8927         * lib/mbssep.c: New file.
8928         * lib/string_.h (strsep): Add a conditional link warning.
8929         (mbssep): New declaration.
8930         * m4/mbssep.m4: New file.
8931         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8932         GNULIB_MBSSEP.
8933         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8934         * MODULES.html.sh (Internationalization functions): Add mbssep.
8935
8936 2007-02-05  Bruno Haible  <bruno@clisp.org>
8937
8938         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8939         Optimize search in case of 1 delimiter.
8940
8941 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8942
8943         * lib/acl.h: Include sys/types.h before sys/acl.h.
8944
8945 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8946
8947         Merge upstream fix for glibc bugzilla #3957:
8948
8949         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8950
8951         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8952         bit for RE_HAT_LISTS_NOT_NEWLINE.
8953         (build_charclass_op): Remove bogus comment.
8954
8955 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8956
8957         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8958
8959 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8960
8961         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8962         * lib/memmem.c [!defined _LIBC]: Include config.h.
8963
8964 2007-02-04  Bruno Haible  <bruno@clisp.org>
8965
8966         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8967         warning message.
8968
8969 2007-02-04  Bruno Haible  <bruno@clisp.org>
8970
8971         New module mbstok_r.
8972         * modules/mbstok_r: New file.
8973         * lib/mbstok_r.c: New file.
8974         * lib/string_.h (strtok_r): Change argument names to match the
8975         comments. Add a conditional link warning.
8976         (mbstok_r): New declaration.
8977         * m4/mbstok_r.m4: New file.
8978         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8979         GNULIB_MBSTOK_R.
8980         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8981         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8982
8983 2007-02-04  Bruno Haible  <bruno@clisp.org>
8984
8985         New module mbsspn.
8986         * modules/mbsspn: New file.
8987         * lib/mbsspn.c: New file.
8988         * lib/string_.h (strspn): Add a conditional link warning.
8989         (mbsspn): New declaration.
8990         * m4/mbsspn.m4: New file.
8991         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8992         GNULIB_MBSSPN.
8993         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8994         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8995
8996 2007-02-04  Bruno Haible  <bruno@clisp.org>
8997
8998         New module mbspbrk.
8999         * modules/mbspbrk: New file.
9000         * lib/mbspbrk.c: New file.
9001         * lib/string_.h (strpbrk): Add a conditional link warning.
9002         (mbspbrk): New declaration.
9003         * m4/mbspbrk.m4: New file.
9004         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9005         GNULIB_MBSPBRK.
9006         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
9007         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
9008
9009 2007-02-04  Bruno Haible  <bruno@clisp.org>
9010
9011         New module mbscspn.
9012         * modules/mbscspn: New file.
9013         * lib/mbscspn.c: New file.
9014         * lib/string_.h (strcspn): Add a conditional link warning.
9015         (mbscspn): New declaration.
9016         * m4/mbscspn.m4: New file.
9017         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9018         GNULIB_MBSCSPN.
9019         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
9020         * MODULES.html.sh (Internationalization functions): Add mbscspn.
9021
9022 2007-02-04  Bruno Haible  <bruno@clisp.org>
9023
9024         New module mbscasestr, reduced goal of strcasestr.
9025         * modules/mbscasestr: New file.
9026         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
9027         (mbscasestr): Renamed from strcasestr.
9028         * lib/strcasestr.c: Don't include mbuiter.h.
9029         (strcasestr): Remove support for multibyte locales.
9030         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
9031         Change the conditional link warning.
9032         (mbscasestr): New declaration.
9033         * m4/mbscasestr.m4: New file.
9034         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
9035         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
9036         REPLACE_STRCASESTR.
9037         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
9038         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9039         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
9040         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
9041         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
9042         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
9043         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
9044         (Depends-on): Remove mbuiter.
9045         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
9046
9047 2007-02-04  Bruno Haible  <bruno@clisp.org>
9048
9049         Simplify handling of strncasecmp.
9050         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
9051         the conditional link warning.
9052         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9053         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
9054         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
9055         * modules/strcase (configure.ac): Don't invoke
9056         gl_STRING_MODULE_INDICATOR.
9057         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
9058
9059 2007-02-04  Bruno Haible  <bruno@clisp.org>
9060
9061         New module mbscasecmp, reduced goal of strcasecmp.
9062         * modules/mbscasecmp: New file.
9063         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
9064         (mbscasecmp): Renamed from strcasecmp.
9065         * lib/strcasecmp.c: Don't include mbuiter.h.
9066         (strcasecmp): Remove support for multibyte locales.
9067         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
9068         Change the conditional link warning.
9069         (mbscasecmp): New declaration.
9070         * m4/mbscasecmp.m4: New file.
9071         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
9072         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
9073         REPLACE_STRCASECMP.
9074         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
9075         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9076         GNULIB_MBSCASECMP.
9077         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
9078         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
9079         * modules/strcase (Files): Remove m4/mbrtowc.m4.
9080         (Depends-on): Remove mbuiter.
9081         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
9082
9083 2007-02-04  Bruno Haible  <bruno@clisp.org>
9084
9085         New module mbsstr. Remove module strstr.
9086         * modules/mbsstr: New file.
9087         * modules/strstr: Remove file.
9088         * lib/mbsstr.c: Renamed from lib/strstr.c.
9089         (mbsstr): Renamed from strstr.
9090         * lib/string_.h (strstr): Remove declaration. Change the conditional
9091         link warning.
9092         (mbsstr): New declaration.
9093         * m4/mbsstr.m4: New file.
9094         * m4/strstr.m4: Remove file.
9095         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
9096         REPLACE_STRSTR.
9097         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
9098         Don't initialize GNULIB_STRSTR.
9099         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
9100         substitute GNULIB_STRSTR and REPLACE_STRSTR.
9101         * MODULES.html.sh (Internationalization functions): Add mbsstr.
9102         (Support for systems lacking ANSI C 89): Remove strstr.
9103
9104 2007-02-04  Bruno Haible  <bruno@clisp.org>
9105
9106         New module mbsrchr.
9107         * modules/mbsrchr: New file.
9108         * lib/mbsrchr.c: New file.
9109         * lib/string_.h (strrchr): Add a conditional link warning.
9110         (mbsrchr): New declaration.
9111         * m4/mbsrchr.m4: New file.
9112         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9113         GNULIB_MBSRCHR.
9114         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
9115         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
9116
9117 2007-02-04  Bruno Haible  <bruno@clisp.org>
9118
9119         New module mbschr.
9120         * modules/mbschr: New file.
9121         * lib/mbschr.c: New file.
9122         * lib/string_.h (strchr): Add a conditional link warning.
9123         (mbschr): New declaration.
9124         * m4/mbschr.m4: New file.
9125         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9126         GNULIB_MBSCHR.
9127         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
9128         * MODULES.html.sh (Internationalization functions): Add mbschr.
9129
9130 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
9131
9132         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
9133
9134         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
9135
9136 2007-02-04  Bruno Haible  <bruno@clisp.org>
9137
9138         New module description section 'configure.ac-early'.
9139         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
9140         (func_get_autoconf_early_snippet): New function.
9141         (func_import, func_create_testdir): Use it. Remove special cases for
9142         modules 'extensions' and 'lock'.
9143         * modules/extensions (configure.ac-early): Require
9144         gl_USE_SYSTEM_EXTENSIONS.
9145         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
9146
9147 2007-02-04  Bruno Haible  <bruno@clisp.org>
9148
9149         Make use of gcj-4.3's -fsource and -ftarget option.
9150         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
9151         and if so try the options -fsource and -ftarget.
9152         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
9153         source_version, ftarget_option, target_version arguments.
9154         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
9155         (is_envjavac_oldgcj_14_14_usable): Renamed from
9156         is_envjavac_gcj_14_14_usable.
9157         (is_envjavac_oldgcj_14_13_usable): Renamed from
9158         is_envjavac_gcj_14_13_usable.
9159         (is_gcj_present): Update.
9160         (is_gcj_43, is_gcj43_usable): New functions.
9161         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
9162         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
9163         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
9164         try the options -fsource and -ftarget.
9165
9166 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
9167
9168         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
9169         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
9170         larger value.
9171
9172 2007-02-03  Jim Meyering  <jim@meyering.net>
9173
9174         Give tools a better chance to allocate space for very large buffers.
9175         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
9176
9177         Make pwd and readlink work also when run with an unreadable parent dir
9178         on systems with openat support.
9179         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
9180         provided getcwd function, even when we have openat support.
9181         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
9182
9183 2007-02-02  Bruno Haible  <bruno@clisp.org>
9184
9185         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
9186         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
9187         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
9188         portability problems if one of these functions is only used on specific
9189         platforms.
9190         Reported by Paul Eggert.
9191
9192 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
9193
9194         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
9195         is causing more trouble than it's curing.
9196         * lib/regex_internal.h (__mempcpy): Remove.
9197         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
9198         (and make the code a tad smaller to boot).
9199         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
9200
9201 2007-02-02  Jim Meyering  <jim@meyering.net>
9202
9203         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
9204         section, not in the Makefile.am: one.
9205
9206 2007-02-02  Eric Blake  <ebb9@byu.net>
9207
9208         * lib/strchrnul.c: Always include config.h first.
9209
9210         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
9211         gnulib strstr is not necessary here.
9212
9213 2007-02-02  Simon Josefsson  <simon@josefsson.org>
9214
9215         * m4/socklen.m4: Fix typo.
9216
9217 2007-02-02  Eric Blake  <ebb9@byu.net>
9218
9219         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
9220         * modules/netinet_in (Makefile.am): Likewise.
9221
9222 2007-02-01  Bruno Haible  <bruno@clisp.org>
9223
9224         * lib/string_.h (GL_LINK_WARNING): New macro.
9225         (strcasecmp, strstr, strcasestr): If provided by the system,
9226         conditionally define as a macro that leads to a warning instead of to
9227         an error.
9228         (strncasecmp): Conditionally define as a macro that leads to a warning.
9229
9230 2007-02-01  Karl Berry  <karl@gnu.org>
9231
9232         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
9233
9234 2007-02-01  Bruno Haible  <bruno@clisp.org>
9235
9236         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
9237         renamings.
9238
9239 2007-02-01  Eric Blake  <ebb9@byu.net>
9240
9241         * modules/regex (Depends-on): Revert dependence on mempcpy.
9242         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
9243         module's definition of mempcpy.
9244         Reported by Paul Eggert.
9245
9246 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
9247
9248         * lib/string_.h: If the gnulib module XYZ is not present, undefine
9249         the symbol XYZ before redefining it.  This fixes a problem with
9250         programs that don't use XYZ, when compiled on systems that define
9251         XYZ to something else.
9252
9253 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
9254
9255         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
9256         occurs when "mkdir -m foo" creates a setgid directory that is (1)
9257         writeable to group or other and (2) is intended to have a special
9258         mode bit that is set or cleared.  In such a case, the directory
9259         should be neither group- nor other-writeable until the special
9260         mode bits are right.
9261
9262 2007-01-31  Eric Blake  <ebb9@byu.net>
9263
9264         * modules/mountlist (Depends-on): Add strstr.
9265
9266         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
9267         bug.
9268         * modules/string (Makefile.am): Remove redundant replacement.
9269         * modules/regex (Depends-on): Add mempcpy.
9270
9271 2007-01-31  Bruno Haible  <bruno@clisp.org>
9272
9273         New module description field 'Link'.
9274         * gnulib-tool (func_usage): Document --extract-link-directive.
9275         (sed_extract_prog): Recognize 'Link' directive.
9276         (func_get_link_directive): New function.
9277         (func_import): Show summary of link directives.
9278         Handle --extract-link-directive option.
9279         * modules/acl (Link): New section.
9280         * modules/clock-time (Link): New section.
9281         * modules/euidaccess (Link): New section.
9282         * modules/gettext (Link): New section.
9283         * modules/iconv (Link): New section.
9284         * modules/lock (Link): New section.
9285         * modules/nanosleep (Link): New section.
9286         * modules/readline (Link): New section.
9287
9288 2007-01-27  Bruno Haible  <bruno@clisp.org>
9289
9290         Enforce the use of gnulib modules for unportable <string.h> functions.
9291         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
9292         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
9293         (gl_HEADER_STRING_H_BODY): Require it.
9294         * lib/string_.h: If the gnulib module XYZ is not present, redefine
9295         the symbol XYZ to one that gives a link error.
9296         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
9297         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
9298         * modules/mempcpy (configure.ac): Likewise.
9299         * modules/memrchr (configure.ac): Likewise.
9300         * modules/stpcpy (configure.ac): Likewise.
9301         * modules/stpncpy (configure.ac): Likewise.
9302         * modules/strcase (configure.ac): Likewise.
9303         * modules/strcasestr (configure.ac): Likewise.
9304         * modules/strchrnul (configure.ac): Likewise.
9305         * modules/strdup (configure.ac): Likewise.
9306         * modules/strndup (configure.ac): Likewise.
9307         * modules/strnlen (configure.ac): Likewise.
9308         * modules/strpbrk (configure.ac): Likewise.
9309         * modules/strsep (configure.ac): Likewise.
9310         * modules/strstr (configure.ac): Likewise.
9311         * modules/strtok_r (configure.ac): Likewise.
9312
9313 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
9314
9315         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
9316
9317 2007-01-30  Jim Meyering  <jim@meyering.net>
9318
9319         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
9320
9321 2007-01-29  Bruno Haible  <bruno@clisp.org>
9322
9323         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
9324         * lib/execute.c: Likewise.
9325         * lib/pipe.c: Likewise.
9326         * lib/printf-args.h: Likewise.
9327         * lib/printf-args.c: Likewise.
9328         * lib/printf-parse.c: Likewise.
9329         * lib/vasnprintf.c: Likewise.
9330
9331 2007-01-29  Eric Blake  <ebb9@byu.net>
9332
9333         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
9334         declaration.
9335
9336 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
9337
9338         * lib/strptime.h (strptime): Use 'restrict' for args where
9339         POSIX requires this.
9340         * lib/strptime.c (strptime): Likewise.
9341         Change license notice from LGPL to GPL, since gnulib-tool will
9342         change this as needed.
9343         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
9344         defined.
9345         Include "strptime.h" first, to check interface.
9346         Do not #undef _LIBC and _NL_CURRENT.
9347         Do not include <stdlib.h>; no longer needed.
9348         Include "time_r.h" and declare ptime_locale_status
9349         only if _LIBC is not defined.
9350         (__P): Remove unused macro.
9351         (match_string): Bring back glibc version, but use it only if _LIBC
9352         is defined.
9353         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
9354         Remove unnecessary assertion and abort() call.
9355         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
9356         * m4/strptime.m4: Fix serial number comment.
9357         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
9358         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
9359         (Depends-on): Add time_r.
9360
9361 2007-01-29  Bruno Haible  <bruno@clisp.org>
9362
9363         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9364         strptime.
9365         * modules/strptime (Depends-on): Add stdbool.
9366         * lib/strptime.h: Include <time.h> always. Add comments.
9367
9368 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9369
9370         * modules/strptime: New file.
9371         * lib/strptime.h: New file.
9372         * lib/strptime.c: New file.
9373         * m4/strptime.m4: New file.
9374
9375 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
9376
9377         * MODULES.html.sh: New module mpsort.
9378         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
9379
9380         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
9381         a circularity problem with HP-UX ia64 reported by Bob Proulx in
9382         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
9383         All uses changed.
9384         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
9385         All uses changed.
9386         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
9387         to _Restrict_.
9388         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
9389         the parameter matches the prototype.
9390
9391 2007-01-28  Jim Meyering  <jim@meyering.net>
9392
9393         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
9394         sys/time.h here, reverting that part of the previous patch:
9395         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
9396
9397 2007-01-28  Bruno Haible  <bruno@clisp.org>
9398
9399         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
9400         value of $(SYS_TIME_H).
9401         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
9402         remove it conditionally, too. [added by Jim Meyering]
9403         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
9404         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9405         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
9406         GETTIMEOFDAY_REPLACEMENT to 1.
9407
9408 2007-01-28  Bruno Haible  <bruno@clisp.org>
9409
9410         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
9411         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
9412         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
9413         Set UNISTD_H instead of UNISTD_H2.
9414         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
9415
9416 2007-01-28  Bruno Haible  <bruno@clisp.org>
9417
9418         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
9419         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
9420
9421 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9422
9423         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
9424         (func_create_testdir): Ensure C locale for `grep' and `tr'
9425         character ranges.
9426         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
9427         ACLOCAL_AMFLAGS parsing state machine.
9428
9429 2007-01-27  Bruno Haible  <bruno@clisp.org>
9430
9431         * modules/unistr/base: Update.
9432
9433 2007-01-27  Bruno Haible  <bruno@clisp.org>
9434
9435         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
9436         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
9437         * modules/unistr/u32-mbtouc-unsafe: Renamed from
9438         modules/unistr/u32-mbtouc.
9439         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
9440         * lib/unistr.h: Update.
9441         * lib/linebreak.c: Update.
9442         * modules/unistr/u32-mbtouc: Renamed from
9443         modules/unistr/u32-mbtouc-safe.
9444         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
9445         * lib/unistr.h: Update.
9446         * lib/unistr/u32-to-u8.c: Update.
9447         * lib/unistr/u32-to-u16.c: Update.
9448
9449 2007-01-27  Bruno Haible  <bruno@clisp.org>
9450
9451         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
9452         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
9453         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
9454         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
9455         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
9456         * modules/unistr/u16-mbtouc-unsafe: Renamed from
9457         modules/unistr/u16-mbtouc.
9458         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
9459         * lib/unistr.h: Update.
9460         * lib/linebreak.c: Update.
9461         * modules/linebreak: Update.
9462         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
9463         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
9464         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
9465         * modules/unistr/u16-mbtouc: Renamed from
9466         modules/unistr/u16-mbtouc-safe.
9467         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
9468         * lib/unistr.h: Update.
9469         * lib/unistr/u16-to-u8.c: Update.
9470         * modules/unistr/u16-to-u8: Update.
9471         * lib/unistr/u16-to-u32.c: Update.
9472         * modules/unistr/u16-to-u32: Update.
9473
9474 2007-01-27  Bruno Haible  <bruno@clisp.org>
9475
9476         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
9477         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
9478         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
9479         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
9480         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
9481         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9482         modules/unistr/u8-mbtouc.
9483         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
9484         * lib/unistr.h: Update.
9485         * lib/striconveh.c: Update.
9486         * modules/striconveh: Update.
9487         * lib/linebreak.c: Update.
9488         * modules/linebreak: Update.
9489         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
9490         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
9491         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
9492         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
9493         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
9494         * lib/unistr.h: Update.
9495         * lib/striconveh.c: Update.
9496         * modules/striconveh: Update.
9497         * lib/unistr/u8-to-u16.c: Update.
9498         * modules/unistr/u8-to-u16: Update.
9499         * lib/unistr/u8-to-u32.c: Update.
9500         * modules/unistr/u8-to-u32: Update.
9501
9502 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9503
9504         Sync from Libtool.
9505         * lib/argz.c: Do not include strings.h nor memory.h, include
9506         string.h unconditionally.  Patch by Simon Josefsson.
9507
9508 2007-01-27  Bruno Haible  <bruno@clisp.org>
9509
9510         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
9511         from gl_HEADER_STRING_H_BODY.
9512         (gl_HEADER_STRING_H_BODY): Require it.
9513         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
9514         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9515         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9516         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9517         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9518         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
9519         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9520         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9521         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
9522         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9523         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9524         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
9525         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9526         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9527         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9528
9529 2007-01-27  Bruno Haible  <bruno@clisp.org>
9530
9531         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
9532         check_PROGRAMS into noinst_PROGRAMS.
9533         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
9534         check_PROGRAMS in this case.
9535         (func_import): Set for_test to false.
9536         (func_create_testdir): Set for_test to true.
9537
9538 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9539             Bruno Haible  <bruno@clisp.org>
9540
9541         * modules/strcasestr (Files): Remove lib/strcasestr.h.
9542         (Depends-on): Add string.
9543         (Includes): Use <string.h> instead of strcasestr.h.
9544         * modules/string (Makefile.am): Also substitute the value of
9545         REPLACE_STRCASESTR.
9546         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
9547         assume strcasestr is declared in <string.h> not <strings.h>. Also
9548         set REPLACE_STRCASESTR.
9549         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
9550         REPLACE_STRCASESTR.
9551         * lib/strcasestr.h: Remove file.
9552         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
9553         * lib/string_.h (strcasestr): New declaration.
9554
9555 2007-01-27  Bruno Haible  <bruno@clisp.org>
9556
9557         * lib/string_.h: Use 'extern'.
9558
9559 2007-01-27  Jim Meyering  <jim@meyering.net>
9560
9561         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
9562         of set-but-not-used local, "q".
9563
9564         * lib/mempcpy.c: Include <config.h> before <string.h>.
9565         This fixes a compilation error on HP-UX, due to the system's
9566         "restrict"-using mempcpy prototype.
9567
9568 2007-01-26  Bruno Haible  <bruno@clisp.org>
9569
9570         Small optimization.
9571         * lib/javacomp.c: Include c-strstr.h.
9572          (is_envjavac_gcj): Use c_strstr instead of strstr.
9573         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
9574
9575 2007-01-26  Bruno Haible  <bruno@clisp.org>
9576
9577         * MODULES.html.sh (Unicode string functions): Add the new modules.
9578
9579         * modules/uniconv/u32-strconv-to-locale: New file.
9580         * lib/uniconv/u32-strconv-to-locale.c: New file.
9581
9582         * modules/uniconv/u16-strconv-to-locale: New file.
9583         * lib/uniconv/u16-strconv-to-locale.c: New file.
9584
9585         * modules/uniconv/u8-strconv-to-locale: New file.
9586         * lib/uniconv/u8-strconv-to-locale.c: New file.
9587
9588         * modules/uniconv/u32-strconv-from-locale: New file.
9589         * lib/uniconv/u32-strconv-from-locale.c: New file.
9590
9591         * modules/uniconv/u16-strconv-from-locale: New file.
9592         * lib/uniconv/u16-strconv-from-locale.c: New file.
9593
9594         * modules/uniconv/u8-strconv-from-locale: New file.
9595         * lib/uniconv/u8-strconv-from-locale.c: New file.
9596
9597         * modules/uniconv/u32-strconv-to-enc: New file.
9598         * lib/uniconv/u32-strconv-to-enc.c: New file.
9599         * modules/uniconv/u32-strconv-to-enc-tests: New file.
9600         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
9601
9602         * modules/uniconv/u16-strconv-to-enc: New file.
9603         * lib/uniconv/u16-strconv-to-enc.c: New file.
9604         * lib/uniconv/u-strconv-to-enc.h: New file.
9605         * modules/uniconv/u16-strconv-to-enc-tests: New file.
9606         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
9607
9608         * modules/uniconv/u8-strconv-to-enc: New file.
9609         * lib/uniconv/u8-strconv-to-enc.c: New file.
9610         * modules/uniconv/u8-strconv-to-enc-tests: New file.
9611         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
9612
9613         * modules/uniconv/u32-strconv-from-enc: New file.
9614         * lib/uniconv/u32-strconv-from-enc.c: New file.
9615         * modules/uniconv/u32-strconv-from-enc-tests: New file.
9616         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
9617
9618         * modules/uniconv/u16-strconv-from-enc: New file.
9619         * lib/uniconv/u16-strconv-from-enc.c: New file.
9620         * modules/uniconv/u16-strconv-from-enc-tests: New file.
9621         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
9622
9623         * modules/uniconv/u8-strconv-from-enc: New file.
9624         * lib/uniconv/u8-strconv-from-enc.c: New file.
9625         * lib/uniconv/u-strconv-from-enc.h: New file.
9626         * modules/uniconv/u8-strconv-from-enc-tests: New file.
9627         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
9628
9629         * modules/uniconv/u32-conv-from-enc: New file.
9630         * lib/uniconv/u32-conv-from-enc.c: New file.
9631         * modules/uniconv/u32-conv-from-enc-tests: New file.
9632         * tests/uniconv/test-u32-conv-from-enc.c: New file.
9633
9634         * modules/uniconv/u16-conv-from-enc: New file.
9635         * lib/uniconv/u16-conv-from-enc.c: New file.
9636         * lib/uniconv/u-conv-from-enc.h: New file.
9637         * modules/uniconv/u16-conv-from-enc-tests: New file.
9638         * tests/uniconv/test-u16-conv-from-enc.c: New file.
9639
9640         * modules/uniconv/u8-conv-from-enc: New file.
9641         * lib/uniconv/u8-conv-from-enc.c: New file.
9642         * modules/uniconv/u8-conv-from-enc-tests: New file.
9643         * tests/uniconv/test-u8-conv-from-enc.c: New file.
9644
9645         * modules/uniconv/base: New file.
9646         * lib/uniconv.h: New file.
9647
9648 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9649
9650         * doc/gnulib-tool.texi (Initial import): Update to match current
9651         behavior with strdup module.
9652         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
9653         * lib/memmem.h: Remove; all uses removed.  This is now done
9654         by <string.h>.
9655         * lib/mempcpy.h: Likewise.
9656         * lib/memrchr.h: Likewise.
9657         * lib/stpcpy.h: Likewise.
9658         * lib/stpncpy.h: Likewise.
9659         * lib/strcase.h: Likewise.
9660         * lib/strchrnul.h: Likewise.
9661         * lib/strdup.h: Likewise.
9662         * lib/strndup.h: Likewise.
9663         * lib/strnlen.h: Likewise.
9664         * lib/strpbrk.h: Likewise.
9665         * lib/strsep.h: Likewise.
9666         * lib/strstr.h: Likewise.
9667         * lib/strtok_r.h: Likewise.
9668         * lib/string_.h: New file.
9669         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9670         Rely on <string.h> instead.
9671         * lib/canon-host.c: Likewise.
9672         * lib/chdir-long.c: Likewise.
9673         * lib/concatpath.c: Likewise.
9674         * lib/exclude.c: Likewise.
9675         * lib/fchdir.c: Likewise.
9676         * lib/getaddrinfo.c: Likewise.
9677         * lib/getcwd.c: Likewise.
9678         * lib/getsubopt.c: Likewise.
9679         * lib/glob.c: Likewise.
9680         * lib/hard-locale.c: Likewise.
9681         * lib/iconvme.c: Likewise.
9682         * lib/javacomp.c: Likewise.
9683         * lib/mempcpy.c: Likewise.
9684         * lib/memrchr.c: Likewise.
9685         * lib/regex_internal.h: Likewise.
9686         * lib/stpncpy.c: Likewise.
9687         * lib/strcasecmp.c: Likewise.
9688         * lib/strchrnul.c: Likewise.
9689         * lib/strdup.c: Likewise.
9690         * lib/striconv.c: Likewise.
9691         * lib/striconveh.c: Likewise.
9692         * lib/striconveha.c: Likewise.
9693         * lib/strncasecmp.c: Likewise.
9694         * lib/strndup.c: Likewise.
9695         * lib/strnlen.c: Likewise.
9696         * lib/strsep.c: Likewise.
9697         * lib/strstr.c: Likewise.
9698         * lib/strtok_r.c: Likewise.
9699         * lib/userspec.c: Likewise.
9700         * lib/w32spawn.h: Likewise.
9701         * lib/xstrndup.c: Likewise.
9702         * lib/mountlist.c (strstr): Remove decl.
9703         * m4/string_h.m4: New file.
9704         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9705         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9706         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9707         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9708         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9709         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9710         Set REPLACE_STRCASECMP if necessary.
9711         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9712         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9713         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9714         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9715         HAVE_DECL_STRDUP if necessary.
9716         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9717         since gl_FUNC_STRNDUP does that now.
9718         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9719         Check for decl here...
9720         (gl_PREREQ_STRNLEN): ... not here.
9721         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9722         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9723         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9724         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9725         necessary.
9726         * modules/string: New file.
9727         * modules/memmem (Files): Remove special-purpose include file.
9728         (Depends-on): Add string.
9729         (Include): Include <string.h>, not the removed file.
9730         * modules/mempcpy: Likewise.
9731         * modules/memrchr: Likewise.
9732         * modules/stpcpy: Likewise.
9733         * modules/stpncpy: Likewise.
9734         * modules/strcase: Likewise.
9735         * modules/strchrnul: Likewise.
9736         * modules/strdup: Likewise.
9737         * modules/strndup: Likewise.
9738         * modules/strnlen: Likewise.
9739         * modules/strpbrk: Likewise.
9740         * modules/strsep: Likewise.
9741         * modules/strstr: Likewise.
9742         * modules/strtok_r: Likewise.
9743         * tests/test-dirname.c: Don't include "strdup.h", since
9744         <string.h> now suffices.
9745         * tests/test-memmem.c: Don't include "memmem.h", since
9746         <string.h> now suffices.
9747
9748 2007-01-25  Bruno Haible  <bruno@clisp.org>
9749
9750         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9751         *resultp is 0.
9752
9753         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9754         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9755         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9756         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9757
9758         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9759         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9760         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9761         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9762         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9763         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9764
9765 2007-01-24  Bruno Haible  <bruno@clisp.org>
9766
9767         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9768         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9769         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9770         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9771         gl_FUNC_FTS_CORE.
9772         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9773         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9774         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9775         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9776         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9777         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9778         gl_FUNC_FCHOWNAT.
9779         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9780         gl_FUNC_STRFTIME.
9781         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9782         Reported by Ralf Wildenhues.
9783
9784 2007-01-24  Bruno Haible  <bruno@clisp.org>
9785
9786         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9787         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9788         gl_GETADDRINFO.
9789         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9790         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9791         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9792
9793 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9794
9795         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9796         Don't use 'exit'; just return from 'main'.
9797         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9798
9799         * lib/fnmatch_.h: Readjust white space and comments to match
9800         glibc, to avoid spurious diffs.
9801
9802 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9803
9804         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9805         2004-12-01 change by Jakub Jelinek, since this code won't compile
9806         if !LIBC.  Problem reported by Bob Proulx.
9807
9808 2007-01-23  Bruno Haible  <bruno@clisp.org>
9809
9810         * lib/striconveh.c: Include c-strcaseeq.h.
9811         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9812         * modules/striconveh (Depends-on): Add c-strcaseeq.
9813
9814 2007-01-23  Bruno Haible  <bruno@clisp.org>
9815
9816         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9817
9818         * modules/c-strcaseeq: New file.
9819         * lib/c-strcaseeq.h: New file.
9820
9821         * modules/streq: New file.
9822         * lib/streq.h: New file.
9823
9824 2007-01-23  Bruno Haible  <bruno@clisp.org>
9825
9826         * modules/striconveha-tests: New file.
9827         * tests/test-striconveha.c: New file.
9828
9829         * lib/striconveha.h: Include <stdbool.h>.
9830         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9831         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9832         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9833         (mem_iconveha): New function.
9834         (str_iconveha_notranslit): Renamed from str_iconveha.
9835         (str_iconveha): New function.
9836         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9837         c-strcase.
9838
9839 2007-01-23  Bruno Haible  <bruno@clisp.org>
9840
9841         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9842         encodings without forgiving before trying any encoding with handler.
9843         (str_iconveha): Try all encodings without forgiving before trying any
9844         encoding with handler.
9845
9846 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9847
9848         Import the following changes from libc.
9849
9850         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9851
9852         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9853
9854         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9855
9856         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9857         normal_bracket label.
9858
9859         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9860
9861         [BZ #361]
9862         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9863         to normal_bracket after fetching the next character.
9864
9865 2007-01-22  Bruno Haible  <bruno@clisp.org>
9866
9867         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9868         argument.
9869         * lib/striconveh.c (iconv_carefully_1): New function.
9870         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9871         argument.
9872         (str_cd_iconveh): Update.
9873         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9874         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9875         * tests/test-striconveh.c (MAGIC): New macro.
9876         (new_offsets): New function.
9877         (main): Test call with and without offsets.
9878
9879 2007-01-22  Bruno Haible  <bruno@clisp.org>
9880
9881         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9882         * modules/sys_select (Makefile.am): Likewise.
9883         * modules/sys_socket (Makefile.am): Likewise.
9884         * modules/sys_time (Makefile.am): Likewise.
9885
9886 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9887
9888         * modules/gettimeofday (License): Change from GPL to LGPL, since
9889         gettimeofday is a library function.
9890
9891 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9892
9893         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9894
9895 2007-01-21  Bruno Haible  <bruno@clisp.org>
9896
9897         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9898
9899 2007-01-21  Bruno Haible  <bruno@clisp.org>
9900
9901         * modules/striconveha: New file.
9902         * lib/striconveha.h: New file.
9903         * lib/striconveha.c: New file.
9904         * MODULES.html.sh (Internationalization functions): Add striconveha.
9905         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9906         string.
9907         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9908
9909 2007-01-21  Bruno Haible  <bruno@clisp.org>
9910
9911         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9912         * lib/striconveh.c (str_iconveh): Likewise.
9913
9914 2007-01-21  Bruno Haible  <bruno@clisp.org>
9915
9916         * lib/striconveh.h (mem_iconveh): New declaration.
9917         * lib/striconveh.c (mem_iconveh): New function.
9918         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9919
9920 2007-01-21  Bruno Haible  <bruno@clisp.org>
9921
9922         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9923
9924         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9925         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9926         original result buffer.
9927         (str_cd_iconveh): Update.
9928         * tests/test-striconveh.c (main): Update.
9929
9930         * lib/striconv.h (mem_cd_iconv): Change specification.
9931         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9932         result buffer.
9933         (str_cd_iconv): Update.
9934         * tests/test-striconv.c (main): Update.
9935
9936 2007-01-21  Bruno Haible  <bruno@clisp.org>
9937
9938         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9939
9940 2007-01-20  Jim Meyering  <jim@meyering.net>
9941
9942         * lib/userspec.c (parse_with_separator): If a user or group string
9943         starts with "+", skip the corresponding name-to-ID look-up, since
9944         such a look-up must fail: user and group names may not include "+".
9945
9946 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9947
9948         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9949         since we now assume the sys_time module.
9950         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9951         check for sys/time.h; no longer needed.
9952         * modules/poll (Depends-on): Depend on sys_time.
9953
9954 2007-01-18  Bruno Haible  <bruno@clisp.org>
9955
9956         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9957         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9958
9959         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9960         gettimeofday.
9961
9962         * tests/test-gettimeofday.c: Include <time.h>.
9963         (dummy): Remove variable.
9964
9965         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9966         gl_HEADER_SYS_TIME_H.
9967         (gl_HEADER_SYS_TIME_H): New macro.
9968
9969         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9970         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9971         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9972         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9973         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9974         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9975         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9976         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9977         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9978         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9979         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9980
9981         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9982         last change; it caused a compilation error when cross-compiling to
9983         Cygwin.
9984
9985 2007-01-18  Jim Meyering  <jim@meyering.net>
9986
9987         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9988         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9989         than the race-prone "test -d sys || mkdir sys".
9990         (configure.ac): Use AC_PROG_MKDIR_P.
9991         * modules/sys_select: Likewise.
9992         * modules/sys_socket: Likewise.
9993         * modules/sys_time: Likewise.
9994
9995 2007-01-18  Eric Blake  <ebb9@byu.net>
9996
9997         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9998         replace gettimeofday.
9999         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
10000         name, to avoid infinite recursion.
10001
10002 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
10003
10004         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
10005         module sys_time.
10006         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
10007         assume timespec.h defines struct timeval.
10008         * lib/settime.c: Likewise.
10009         * lib/utimens.c: Likewise.
10010         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
10011         since we now assume the gettimeofday module.
10012         * lib/tempname.c (__gen_tempname): Likewise.
10013         * lib/gettimeofday.h: Remove.
10014         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
10015         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
10016         Include <time.h>, for 'time()'.
10017         (localtime_buffer_addr): Also use this workaround if
10018         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
10019         to simplify the uses.  All uses changed.
10020         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
10021         that #undef is inside {}, and 'const' follows type name consistently.
10022         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
10023         (gettimeofday): Do not use the maximum possible value for
10024         tv->tv_usec, since that might break usages other than ls.c.
10025         Instead, we'll leave ls.c alone.  This undoes today's patch
10026         by Bruno.  Add a compile-time warning for 1s-clock resolution;
10027         we've never observed the problem but might as well keep the
10028         canary.
10029         * lib/nanosleep.c: Include timespec.h first, for interface check.
10030         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
10031         now assume the sys_time module.
10032         * lib/tempname.c: Likewise.
10033         * lib/timespec.h: Likewise.
10034         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
10035         needed.
10036         * lib/strftime.c: Likewise.
10037         * lib/timespec.h: Likewise.
10038         * lib/posixtm.c: Include posixtm.h first, for interface check.
10039         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
10040         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
10041         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
10042         * lib/sys_time_.h: New file.
10043         * lib/timespec.h (struct timespec): Use long int, not long.
10044         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
10045         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
10046         Remove obsolescent call to AC_HEADER_TIME.
10047         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
10048         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10049         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
10050         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
10051         Likewise.
10052         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
10053         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
10054         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
10055         into the sys_time module.  Check for gettimeofday just once.
10056         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
10057         for gettimeofday signature to just check the signature.  Merely
10058         compile it, since linking doesn't test signature.  Improve test for
10059         whether gettimeofday.o is actually needed.
10060         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
10061         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
10062         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
10063         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10064         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
10065         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
10066         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
10067         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
10068         than worrying about sys/time.h.
10069         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
10070         Don't bother worrying about TIME_WITH_SYS_TIME.
10071         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
10072         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
10073         * m4/sys_time_h.m4: New file.
10074         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
10075         Don't include sys/time.h.  Return from main rather than exiting.
10076         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
10077         all uses changed.
10078         * modules/gethrxtime (Depends-on): Add sys_time.
10079         * modules/gettime (Depends-on): Likewise.
10080         * modules/gettimeofday (Depends-on): Likewise.
10081         * modules/nanosleep (Depends-on): Likewise.
10082         * modules/settime (Depends-on): Likewise.
10083         * modules/tempname (Depends-on): Likewise.
10084         * modules/utimens (Depends-on): Likewise.
10085         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
10086         (Include:) Change back to <sys/time.h>.
10087         (Maintainer:) Add self.
10088         * modules/sys_time: New file.
10089         * modules/tempname (Depends-on): Add gettimeofday.
10090         * tests/test-gettimeofday.c: Include <sys/time.h>
10091         rather than gettimeofday.h.
10092
10093 2007-01-17  Bruno Haible  <bruno@clisp.org>
10094
10095         * gnulib-tool (func_get_license): Revert last patch. Instead, let
10096         the license default to GPL.
10097         (func_create_testdir): Don't complain if a module is LGPL and its
10098         tests module depends on GPLed modules.
10099
10100 2007-01-17  Bruno Haible  <bruno@clisp.org>
10101
10102         * lib/gettimeofday.c (gettimeofday): Add code for the case
10103         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
10104         maximum possible value for tv->tv_usec, rather than the minimum one.
10105
10106 2005-10-08  Martin Lambers  <marlam@marlam.de>
10107 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10108 2007-01-16  Bruno Haible  <bruno@clisp.org>
10109
10110         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
10111         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
10112         gl_FUNC_GETTIMEOFDAY.
10113         (Include): Add gettimeofday.h.
10114         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
10115         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
10116         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
10117         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
10118         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
10119         * lib/gettimeofday.h: New file.
10120         * lib/gettimeofday.c: Include <sys/timeb.h>.
10121         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
10122         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10123         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
10124         fall back on time().
10125
10126         * tests/test-gettimeofday.c: New file.
10127         * modules/gettimeofday-tests: New file.
10128
10129 2007-01-16  Eric Blake  <ebb9@byu.net>
10130
10131         * modules/fnmatch (Depends-on): Depend on wchar.
10132         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
10133         * m4/fnmatch.m4: Likewise.
10134         * modules/mbchar (Makefile.am): Assume <wchar.h>.
10135         * m4/mbchar.m4: Likewise.
10136         * modules/mbswidth (Depends-on): Depend on wchar.
10137         * lib/mbswidth.c: Assume <wchar.h>.
10138         * m4/mbswidth.m4: Likewise.
10139         * modules/quotearg (Depends-on): Depend on wchar.
10140         * lib/quotearg.c: Assume <wchar.h>.
10141         * m4/quotearg.m4: Likewise.
10142         * modules/regex (Depends-on): Depend on wchar.
10143         * lib/regex_internal.h: Assume <wchar.h>.
10144         * m4/regex.m4: Likewise.
10145         * modules/stdint (Depends-on): Depend on wchar.
10146         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
10147         * m4/stdint.m4: Likewise.
10148         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
10149         * modules/strftime (Depends-on): Depend on wchar.
10150         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
10151         * modules/strtol (Depends-on): Depend on wchar.
10152         * lib/strtol.c: Assume <wchar.h>.
10153         * modules/wcwidth (Depends-on): Depend on wchar.
10154         * lib/wcwidth.h: Assume <wchar.h>.
10155         * m4/wcwidth.m4: Likewise.
10156
10157 2007-01-16  Bruno Haible  <bruno@clisp.org>
10158
10159         * modules/csharpexec-script: New, created from...
10160         * modules/csharpexec: ... this.
10161
10162 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
10163
10164         * modules/javaexec-script: New, created from...
10165         * modules/javaexec: ... this.
10166
10167 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10168
10169         * modules/poll (Dependencies): Add sys_select.
10170
10171 2007-01-15  Jim Meyering  <jim@meyering.net>
10172
10173         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
10174         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
10175         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
10176         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
10177
10178 2007-01-15  Bruno Haible  <bruno@clisp.org>
10179
10180         * modules/striconveh: New file.
10181         * lib/striconveh.h: New file.
10182         * lib/striconveh.c: New file.
10183         * MODULES.html.sh (Internationalization functions): Add striconveh.
10184
10185         * modules/striconveh-tests: New file.
10186         * tests/test-striconveh.c: New file.
10187
10188 2007-01-15  Bruno Haible  <bruno@clisp.org>
10189
10190         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
10191         not from GNU libiconv or GNU libc.
10192
10193 2007-01-15  Bruno Haible  <bruno@clisp.org>
10194
10195         * doc/gnulib-intro.texi (Copyright): Explain the different license
10196         terms for module descriptions, autoconf macros, tests, documentation.
10197
10198 2007-01-14  Bruno Haible  <bruno@clisp.org>
10199
10200         * modules/striconv-tests: New file.
10201         * tests/test-striconv.c: New file.
10202
10203 2007-01-14  Bruno Haible  <bruno@clisp.org>
10204
10205         * modules/iconv-tests: New file.
10206         * tests/test-iconv.c: New file.
10207
10208 2007-01-14  Bruno Haible  <bruno@clisp.org>
10209
10210         * gnulib-tool (func_get_license): For test modules, use the license of
10211         the main module.
10212
10213 2007-01-14  Bruno Haible  <bruno@clisp.org>
10214
10215         * modules/iconv (Include): Clarify that <iconv.h> can only be included
10216         if iconv is found to exist.
10217
10218 2007-01-14  Bruno Haible  <bruno@clisp.org>
10219
10220         * modules/c-ctype-tests: New file.
10221         * tests/test-c-ctype.c: New file.
10222
10223 2007-01-14  Bruno Haible  <bruno@clisp.org>
10224
10225         * modules/binary-io-tests: New file.
10226         * tests/test-binary-io.sh: New file.
10227         * tests/test-binary-io.c: New file.
10228
10229 2007-01-14  Bruno Haible  <bruno@clisp.org>
10230
10231         * modules/array-oset-tests: New file.
10232         * tests/test-array_oset.c: New file.
10233
10234 2007-01-14  Bruno Haible  <bruno@clisp.org>
10235
10236         * modules/array-list-tests: New file.
10237         * tests/test-array_list.c: New file.
10238
10239 2007-01-14  Bruno Haible  <bruno@clisp.org>
10240
10241         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
10242         and make.
10243         Reported by Simon Josefsson in
10244         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
10245
10246 2007-01-14  Bruno Haible  <bruno@clisp.org>
10247
10248         * modules/allocsa-tests: New file.
10249         * tests/test-allocsa.c: New file.
10250
10251 2007-01-14  Bruno Haible  <bruno@clisp.org>
10252
10253         * modules/fchdir (Depends-on): Add absolute-header.
10254         * modules/unistd (Depends-on): Likewise.
10255
10256 2006-12-30  Bruno Haible  <bruno@clisp.org>
10257
10258         * modules/fchdir: New file.
10259         * modules/unistd (Files): Add lib/unistd_.h.
10260         (Makefile.am): Generate unistd.h from unistd_.h.
10261         * lib/fchdir.c: New file.
10262         * lib/dirent_.h: New file.
10263         * lib/unistd_.h: New file.
10264         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
10265         * m4/fchdir.m4: New file.
10266         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
10267         (gl_HEADER_UNISTD): Invoke it.
10268         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
10269         function.
10270         * lib/backupfile.c (opendir, closedir): Undefine.
10271         * lib/chown.c (open, close): Undefine.
10272         * lib/clean-temp.c (open, close): Undefine.
10273         * lib/copy-file.c (open, close): Undefine.
10274         * lib/execute.c (open, close): Undefine.
10275         * lib/fsusage.c (open, close): Undefine.
10276         * lib/gc-gnulib.c (open, close): Undefine.
10277         * lib/getcwd.c (opendir, closedir): Undefine.
10278         * lib/glob.c (opendir, closedir): Undefine.
10279         * lib/javacomp.c (open, close): Undefine.
10280         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
10281         * lib/openat-proc.c (open, close): Undefine.
10282         * lib/pagealign_alloc.c (open, close): Undefine.
10283         * lib/pipe.c (open, close): Undefine.
10284         * lib/progreloc.c (open, close): Undefine.
10285         * lib/savedir.c (opendir, closedir): Undefine.
10286         * lib/utime.c (open, close): Undefine.
10287         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
10288
10289 2007-01-10  Bruno Haible  <bruno@clisp.org>
10290
10291         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
10292
10293 2007-01-12  Eric Blake  <ebb9@byu.net>
10294
10295         Provide a robust <wchar.h>.  Further simplifications are now
10296         possible in other modules, but not included here.
10297         * modules/wchar: New module.
10298         * m4/wchar.m4: New file.
10299         * lib/wchar_.h: Likewise.
10300         * modules/mbchar (Depends-on): Depend on wchar, as the first use
10301         of the new module.
10302         * MODULES.html.sh (Extended multibyte and wide character utilities):
10303         New section.
10304
10305 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
10306
10307         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
10308         to a reasonable default for memory allocation.
10309         (xreadlink): Don't allocate a huge buffer, to work around a buggy
10310         file system that reports garbage st_size values for symlinks.
10311         Problem reported by Liyang Hu.
10312
10313 2007-01-11  Simon Josefsson  <simon@josefsson.org>
10314
10315         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
10316         Emacs .#* auto-save files).
10317
10318 2007-01-11  Bruno Haible  <bruno@clisp.org>
10319
10320         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
10321         directory.
10322
10323 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10324
10325         Use @...@ consistently in lib/wctype_.h.
10326         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
10327         on it being set to 1 or 0.
10328         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
10329         go back to AC_SUBSTing it.
10330         * modules/wctype (Makefile.am): Undo previous change.
10331
10332 2007-01-10  Eric Blake  <ebb9@byu.net>
10333
10334         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
10335         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
10336         * modules/wctype (Makefile.am): Likewise.
10337         Reported by Chris McGuire.
10338
10339 2007-01-10  Jim Meyering  <jim@meyering.net>
10340
10341         fts.c: a small readability/maintainability improvement
10342         * lib/fts.c (fts_read): Make this code slightly more readable and
10343         maintainable by hoisting the "sp->fts_cur = p" assignments to
10344         immediately follow the statements that set P.  Derived from
10345         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
10346
10347 2007-01-10  Eric Blake  <ebb9@byu.net>
10348
10349         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
10350         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
10351         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10352         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
10353         Reported by Chris McGuire.
10354
10355 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10356
10357         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
10358         in sed script.
10359
10360 2007-01-09  Bruno Haible  <bruno@clisp.org>
10361
10362         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
10363         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
10364         variables.
10365         (func_module): Use them.
10366
10367 2007-01-09  Bruno Haible  <bruno@clisp.org>
10368
10369         * modules/unistr/base: New file.
10370         * lib/unistr.h: New file.
10371
10372         * modules/unistr/u8-to-u16: New file.
10373         * lib/unistr/u8-to-u16.c: New file.
10374
10375         * modules/unistr/u8-to-u32: New file.
10376         * lib/unistr/u8-to-u32.c: New file.
10377
10378         * modules/unistr/u16-to-u8: New file.
10379         * lib/unistr/u16-to-u8.c: New file.
10380
10381         * modules/unistr/u16-to-u32: New file.
10382         * lib/unistr/u16-to-u32.c: New file.
10383
10384         * modules/unistr/u32-to-u8: New file.
10385         * lib/unistr/u32-to-u8.c: New file.
10386
10387         * modules/unistr/u32-to-u16: New file.
10388         * lib/unistr/u32-to-u16.c: New file.
10389
10390         * modules/unistr/u8-check: New file.
10391         * modules/unistr/u16-check: New file.
10392         * modules/unistr/u32-check: New file.
10393         * lib/unistr/u8-check.c: New file.
10394         * lib/unistr/u16-check.c: New file.
10395         * lib/unistr/u32-check.c: New file.
10396
10397         * modules/unistr/u8-chr: New file.
10398         * modules/unistr/u16-chr: New file.
10399         * modules/unistr/u32-chr: New file.
10400         * lib/unistr/u8-chr.c: New file.
10401         * lib/unistr/u16-chr.c: New file.
10402         * lib/unistr/u32-chr.c: New file.
10403
10404         * modules/unistr/u8-cmp: New file.
10405         * modules/unistr/u16-cmp: New file.
10406         * modules/unistr/u32-cmp: New file.
10407         * lib/unistr/u8-cmp.c: New file.
10408         * lib/unistr/u16-cmp.c: New file.
10409         * lib/unistr/u32-cmp.c: New file.
10410
10411         * modules/unistr/u8-cpy: New file.
10412         * modules/unistr/u16-cpy: New file.
10413         * modules/unistr/u32-cpy: New file.
10414         * lib/unistr/u8-cpy.c: New file.
10415         * lib/unistr/u16-cpy.c: New file.
10416         * lib/unistr/u32-cpy.c: New file.
10417         * lib/unistr/u-cpy.h: New file.
10418
10419         * modules/unistr/u8-cpy-alloc: New file.
10420         * modules/unistr/u16-cpy-alloc: New file.
10421         * modules/unistr/u32-cpy-alloc: New file.
10422         * lib/unistr/u8-cpy-alloc.c: New file.
10423         * lib/unistr/u16-cpy-alloc.c: New file.
10424         * lib/unistr/u32-cpy-alloc.c: New file.
10425         * lib/unistr/u-cpy-alloc.h: New file.
10426
10427         * modules/unistr/u8-endswith: New file.
10428         * modules/unistr/u16-endswith: New file.
10429         * modules/unistr/u32-endswith: New file.
10430         * lib/unistr/u8-endswith.c: New file.
10431         * lib/unistr/u16-endswith.c: New file.
10432         * lib/unistr/u32-endswith.c: New file.
10433         * lib/unistr/u-endswith.h: New file.
10434
10435         * modules/unistr/u8-mblen: New file.
10436         * modules/unistr/u16-mblen: New file.
10437         * modules/unistr/u32-mblen: New file.
10438         * lib/unistr/u8-mblen.c: New file.
10439         * lib/unistr/u16-mblen.c: New file.
10440         * lib/unistr/u32-mblen.c: New file.
10441
10442         * modules/unistr/u8-mbtouc: New file.
10443         * modules/unistr/u16-mbtouc: New file.
10444         * modules/unistr/u32-mbtouc: New file.
10445         * lib/unistr/u8-mbtouc.c: New file.
10446         * lib/unistr/u16-mbtouc.c: New file.
10447         * lib/unistr/u32-mbtouc.c: New file.
10448
10449         * modules/unistr/u8-mbtouc-safe: New file.
10450         * modules/unistr/u16-mbtouc-safe: New file.
10451         * modules/unistr/u32-mbtouc-safe: New file.
10452         * lib/unistr/u8-mbtouc-safe.c: New file.
10453         * lib/unistr/u16-mbtouc-safe.c: New file.
10454         * lib/unistr/u32-mbtouc-safe.c: New file.
10455
10456         * modules/unistr/u8-move: New file.
10457         * modules/unistr/u16-move: New file.
10458         * modules/unistr/u32-move: New file.
10459         * lib/unistr/u8-move.c: New file.
10460         * lib/unistr/u16-move.c: New file.
10461         * lib/unistr/u32-move.c: New file.
10462         * lib/unistr/u-move.h: New file.
10463
10464         * modules/unistr/u8-next: New file.
10465         * modules/unistr/u16-next: New file.
10466         * modules/unistr/u32-next: New file.
10467         * lib/unistr/u8-next.c: New file.
10468         * lib/unistr/u16-next.c: New file.
10469         * lib/unistr/u32-next.c: New file.
10470
10471         * modules/unistr/u8-prev: New file.
10472         * modules/unistr/u16-prev: New file.
10473         * modules/unistr/u32-prev: New file.
10474         * lib/unistr/u8-prev.c: New file.
10475         * lib/unistr/u16-prev.c: New file.
10476         * lib/unistr/u32-prev.c: New file.
10477
10478         * modules/unistr/u8-set: New file.
10479         * modules/unistr/u16-set: New file.
10480         * modules/unistr/u32-set: New file.
10481         * lib/unistr/u8-set.c: New file.
10482         * lib/unistr/u16-set.c: New file.
10483         * lib/unistr/u32-set.c: New file.
10484         * lib/unistr/u-set.h: New file.
10485
10486         * modules/unistr/u8-startswith: New file.
10487         * modules/unistr/u16-startswith: New file.
10488         * modules/unistr/u32-startswith: New file.
10489         * lib/unistr/u8-startswith.c: New file.
10490         * lib/unistr/u16-startswith.c: New file.
10491         * lib/unistr/u32-startswith.c: New file.
10492         * lib/unistr/u-startswith.h: New file.
10493
10494         * modules/unistr/u8-stpcpy: New file.
10495         * modules/unistr/u16-stpcpy: New file.
10496         * modules/unistr/u32-stpcpy: New file.
10497         * lib/unistr/u8-stpcpy.c: New file.
10498         * lib/unistr/u16-stpcpy.c: New file.
10499         * lib/unistr/u32-stpcpy.c: New file.
10500         * lib/unistr/u-stpcpy.h: New file.
10501
10502         * modules/unistr/u8-stpncpy: New file.
10503         * modules/unistr/u16-stpncpy: New file.
10504         * modules/unistr/u32-stpncpy: New file.
10505         * lib/unistr/u8-stpncpy.c: New file.
10506         * lib/unistr/u16-stpncpy.c: New file.
10507         * lib/unistr/u32-stpncpy.c: New file.
10508         * lib/unistr/u-stpncpy.h: New file.
10509
10510         * modules/unistr/u8-strcat: New file.
10511         * modules/unistr/u16-strcat: New file.
10512         * modules/unistr/u32-strcat: New file.
10513         * lib/unistr/u8-strcat.c: New file.
10514         * lib/unistr/u16-strcat.c: New file.
10515         * lib/unistr/u32-strcat.c: New file.
10516         * lib/unistr/u-strcat.h: New file.
10517
10518         * modules/unistr/u8-strchr: New file.
10519         * modules/unistr/u16-strchr: New file.
10520         * modules/unistr/u32-strchr: New file.
10521         * lib/unistr/u8-strchr.c: New file.
10522         * lib/unistr/u16-strchr.c: New file.
10523         * lib/unistr/u32-strchr.c: New file.
10524
10525         * modules/unistr/u8-strcmp: New file.
10526         * modules/unistr/u16-strcmp: New file.
10527         * modules/unistr/u32-strcmp: New file.
10528         * lib/unistr/u8-strcmp.c: New file.
10529         * lib/unistr/u16-strcmp.c: New file.
10530         * lib/unistr/u32-strcmp.c: New file.
10531
10532         * modules/unistr/u8-strcpy: New file.
10533         * modules/unistr/u16-strcpy: New file.
10534         * modules/unistr/u32-strcpy: New file.
10535         * lib/unistr/u8-strcpy.c: New file.
10536         * lib/unistr/u16-strcpy.c: New file.
10537         * lib/unistr/u32-strcpy.c: New file.
10538         * lib/unistr/u-strcpy.h: New file.
10539
10540         * modules/unistr/u8-strcspn: New file.
10541         * modules/unistr/u16-strcspn: New file.
10542         * modules/unistr/u32-strcspn: New file.
10543         * lib/unistr/u8-strcspn.c: New file.
10544         * lib/unistr/u16-strcspn.c: New file.
10545         * lib/unistr/u32-strcspn.c: New file.
10546         * lib/unistr/u-strcspn.h: New file.
10547
10548         * modules/unistr/u8-strdup: New file.
10549         * modules/unistr/u16-strdup: New file.
10550         * modules/unistr/u32-strdup: New file.
10551         * lib/unistr/u8-strdup.c: New file.
10552         * lib/unistr/u16-strdup.c: New file.
10553         * lib/unistr/u32-strdup.c: New file.
10554         * lib/unistr/u-strdup.h: New file.
10555
10556         * modules/unistr/u8-strlen: New file.
10557         * modules/unistr/u16-strlen: New file.
10558         * modules/unistr/u32-strlen: New file.
10559         * lib/unistr/u8-strlen.c: New file.
10560         * lib/unistr/u16-strlen.c: New file.
10561         * lib/unistr/u32-strlen.c: New file.
10562         * lib/unistr/u-strlen.h: New file.
10563
10564         * modules/unistr/u8-strmblen: New file.
10565         * modules/unistr/u16-strmblen: New file.
10566         * modules/unistr/u32-strmblen: New file.
10567         * lib/unistr/u8-strmblen.c: New file.
10568         * lib/unistr/u16-strmblen.c: New file.
10569         * lib/unistr/u32-strmblen.c: New file.
10570
10571         * modules/unistr/u8-strmbtouc: New file.
10572         * modules/unistr/u16-strmbtouc: New file.
10573         * modules/unistr/u32-strmbtouc: New file.
10574         * lib/unistr/u8-strmbtouc.c: New file.
10575         * lib/unistr/u16-strmbtouc.c: New file.
10576         * lib/unistr/u32-strmbtouc.c: New file.
10577
10578         * modules/unistr/u8-strncat: New file.
10579         * modules/unistr/u16-strncat: New file.
10580         * modules/unistr/u32-strncat: New file.
10581         * lib/unistr/u8-strncat.c: New file.
10582         * lib/unistr/u16-strncat.c: New file.
10583         * lib/unistr/u32-strncat.c: New file.
10584         * lib/unistr/u-strncat.h: New file.
10585
10586         * modules/unistr/u8-strncmp: New file.
10587         * modules/unistr/u16-strncmp: New file.
10588         * modules/unistr/u32-strncmp: New file.
10589         * lib/unistr/u8-strncmp.c: New file.
10590         * lib/unistr/u16-strncmp.c: New file.
10591         * lib/unistr/u32-strncmp.c: New file.
10592
10593         * modules/unistr/u8-strncpy: New file.
10594         * modules/unistr/u16-strncpy: New file.
10595         * modules/unistr/u32-strncpy: New file.
10596         * lib/unistr/u8-strncpy.c: New file.
10597         * lib/unistr/u16-strncpy.c: New file.
10598         * lib/unistr/u32-strncpy.c: New file.
10599         * lib/unistr/u-strncpy.h: New file.
10600
10601         * modules/unistr/u8-strnlen: New file.
10602         * modules/unistr/u16-strnlen: New file.
10603         * modules/unistr/u32-strnlen: New file.
10604         * lib/unistr/u8-strnlen.c: New file.
10605         * lib/unistr/u16-strnlen.c: New file.
10606         * lib/unistr/u32-strnlen.c: New file.
10607         * lib/unistr/u-strnlen.h: New file.
10608
10609         * modules/unistr/u8-strpbrk: New file.
10610         * modules/unistr/u16-strpbrk: New file.
10611         * modules/unistr/u32-strpbrk: New file.
10612         * lib/unistr/u8-strpbrk.c: New file.
10613         * lib/unistr/u16-strpbrk.c: New file.
10614         * lib/unistr/u32-strpbrk.c: New file.
10615         * lib/unistr/u-strpbrk.h: New file.
10616
10617         * modules/unistr/u8-strrchr: New file.
10618         * modules/unistr/u16-strrchr: New file.
10619         * modules/unistr/u32-strrchr: New file.
10620         * lib/unistr/u8-strrchr.c: New file.
10621         * lib/unistr/u16-strrchr.c: New file.
10622         * lib/unistr/u32-strrchr.c: New file.
10623
10624         * modules/unistr/u8-strspn: New file.
10625         * modules/unistr/u16-strspn: New file.
10626         * modules/unistr/u32-strspn: New file.
10627         * lib/unistr/u8-strspn.c: New file.
10628         * lib/unistr/u16-strspn.c: New file.
10629         * lib/unistr/u32-strspn.c: New file.
10630         * lib/unistr/u-strspn.h: New file.
10631
10632         * modules/unistr/u8-strstr: New file.
10633         * modules/unistr/u16-strstr: New file.
10634         * modules/unistr/u32-strstr: New file.
10635         * lib/unistr/u8-strstr.c: New file.
10636         * lib/unistr/u16-strstr.c: New file.
10637         * lib/unistr/u32-strstr.c: New file.
10638         * lib/unistr/u-strstr.h: New file.
10639
10640         * modules/unistr/u8-strtok: New file.
10641         * modules/unistr/u16-strtok: New file.
10642         * modules/unistr/u32-strtok: New file.
10643         * lib/unistr/u8-strtok.c: New file.
10644         * lib/unistr/u16-strtok.c: New file.
10645         * lib/unistr/u32-strtok.c: New file.
10646         * lib/unistr/u-strtok.h: New file.
10647
10648         * modules/unistr/u8-uctomb: New file.
10649         * modules/unistr/u16-uctomb: New file.
10650         * modules/unistr/u32-uctomb: New file.
10651         * lib/unistr/u8-uctomb.c: New file.
10652         * lib/unistr/u16-uctomb.c: New file.
10653         * lib/unistr/u32-uctomb.c: New file.
10654
10655         * MODULES.html.sh (Unicode string functions): Add the new modules.
10656
10657 2007-01-08  Bruno Haible  <bruno@clisp.org>
10658
10659         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10660         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10661         subdirectories.
10662
10663 2007-01-08  Karl Berry  <karl@gnu.org>
10664
10665         * doc/error.texi: mention that main() fns must set program_name
10666         when progname is used.
10667
10668 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10669
10670         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10671         WCTYPE_H is empty, for the benefit of builds from non-distclean
10672         directories.  Problem reported by Eric Blake in
10673         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10674
10675 2007-01-08  Bruno Haible  <bruno@clisp.org>
10676
10677         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10678         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10679         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10680         PROVIDE_CANONICALIZE_FILENAME_MODE.
10681         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10682
10683 2007-01-08  Bruno Haible  <bruno@clisp.org>
10684
10685         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10686         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10687         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10688         * lib/fts.c: Likewise.
10689         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10690
10691 2006-12-25  Bruno Haible  <bruno@clisp.org>
10692
10693         * modules/utf8-ucs4-safe: New file.
10694         * lib/utf8-ucs4-safe.h: New file.
10695         * lib/unistr/utf8-ucs4-safe.c: New file.
10696
10697         * modules/utf16-ucs4-safe: New file.
10698         * lib/utf16-ucs4-safe.h: New file.
10699         * lib/unistr/utf16-ucs4-safe.c: New file.
10700
10701         * MODULES.html.sh (Unicode string functions): Add the new modules.
10702
10703 2007-01-08  Bruno Haible  <bruno@clisp.org>
10704
10705         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10706         (Depends-on): Add unitypes.
10707         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10708         (u8_mbtouc_aux): Move out to separate file.
10709         (u8_mbtouc): Use ucs4_t, uint8_t types.
10710         * lib/unistr/utf8-ucs4.c: New file.
10711
10712         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10713         (Depends-on): Add unitypes.
10714         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10715         (u16_mbtouc_aux): Move out to separate file.
10716         (u16_mbtouc): Use ucs4_t, uint16_t types.
10717         * lib/unistr/utf16-ucs4.c: New file.
10718
10719         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10720         (Depends-on): Add unitypes.
10721         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10722         (u8_uctomb_aux): Move out to separate file.
10723         (u8_uctomb): Use ucs4_t, uint8_t types.
10724         * lib/unistr/ucs4-utf8.c: New file.
10725
10726         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10727         (Depends-on): Add unitypes.
10728         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10729         (u16_uctomb_aux): Move out to separate file.
10730         (u16_uctomb): Use ucs4_t, uint16_t types.
10731         * lib/unistr/ucs4-utf16.c: New file.
10732
10733 2006-12-25  Bruno Haible  <bruno@clisp.org>
10734
10735         * modules/unitypes: New file.
10736         * lib/unitypes.h: New file.
10737         * MODULES.html.sh (func_all_modules): New section "Unicode string
10738         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10739         this section. Add unitypes.
10740
10741 2007-01-08  Bruno Haible  <bruno@clisp.org>
10742
10743         Avoid variable names that conflict with those from libtool.
10744         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10745         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10746         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10747         library_names_spec to acl_library_names_spec, hardcode_* to
10748         acl_hardcode_*.
10749         Reported by Ralf Wildenhues.
10750
10751 2007-01-08  Bruno Haible  <bruno@clisp.org>
10752
10753         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10754         definition.
10755         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10756         definition.
10757         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10758         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10759         definition.
10760         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10761         definition.
10762         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10763         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10764         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10765         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10766         definition.
10767         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10768         definition.
10769         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10770         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10771         GC_USE_<algorithm>.
10772         * lib/gc-libgcrypt.c: Likewise.
10773         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10774         * modules/gc-arctwo (configure.ac): Likewise.
10775         * modules/gc-des (configure.ac): Likewise.
10776         * modules/gc-hmac-md5 (configure.ac): Likewise.
10777         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10778         * modules/gc-md2 (configure.ac): Likewise.
10779         * modules/gc-md4 (configure.ac): Likewise.
10780         * modules/gc-md5 (configure.ac): Likewise.
10781         * modules/gc-random (configure.ac): Likewise.
10782         * modules/gc-rijndael (configure.ac): Likewise.
10783         * modules/gc-sha1 (configure.ac): Likewise.
10784
10785 2007-01-08  Bruno Haible  <bruno@clisp.org>
10786
10787         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10788         macro definition.
10789         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10790         definition.
10791         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10792         definition.
10793         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10794         * modules/fcntl-safer (configure.ac): Likewise.
10795         * modules/fopen-safer (configure.ac): Likewise.
10796         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10797         GNULIB_FWRITEERROR macro definition.
10798
10799 2007-01-08  Bruno Haible  <bruno@clisp.org>
10800
10801         * m4/gnulib-common.m4: New file.
10802         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10803         (func_get_filelist): Add m4/gnulib-common.m4.
10804
10805 2007-01-08  Bruno Haible  <bruno@clisp.org>
10806
10807         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10808         command.
10809
10810 2007-01-08  Jim Meyering  <jim@meyering.net>
10811
10812         Use a more robust test for a "can't happen" condition.
10813         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10814         narrowed the st_size value.  Presuming the "can't happen" condition
10815         is true, that narrowing could conceivably convert an invalid st_size
10816         value into a valid one.  Instead, use a change based on Matthew
10817         Woehlke's original patch.
10818
10819         Slight readability improvement: use an assert-like macro
10820         in place of literal "abort ()" uses.
10821         * lib/fts.c (fts_assert): Define.
10822         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10823         Use this macro instead of a bare 'abort'.
10824
10825 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10826
10827         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10828         simply work around them.
10829         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10830         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10831         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10832         declaring.
10833         Don't bother to define as macros, since the standard doesn't require it.
10834         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10835         longer worry about IRIX 5.3.
10836         (HAVE_WCTYPE_CTMP_BUG): Remove.
10837
10838 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10839
10840         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10841         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10842         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10843         Problems reported by Georg Schwarz for IRIX 5.3.
10844
10845         * gnulib-tool (autoconf_minversion): Take the maximum version number
10846         found, not the minimum.  Problem reported by James Youngman.
10847
10848 2007-01-03  Karl Berry  <karl@gnu.org>
10849
10850         * doc/error.texi: new file, explaining interaction with progname.
10851         * doc/gnulib.texi: include it.  Update copyright.
10852
10853 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10854
10855         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10856         AC_CANONICAL_HOST, to improve autobuild outputs.
10857
10858 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10859             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10860
10861         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10862         sockets, server sockets, and other file descriptors.  Count errors
10863         to compute the return value.  Reorder the code a bit to be easier
10864         to follow.  Don't set event bits that were not requested (except
10865         POLLERR and POLLHUP).
10866
10867 2007-01-01  Bruno Haible  <bruno@clisp.org>
10868
10869         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10870
10871 2007-01-03  Jim Meyering  <jim@meyering.net>
10872
10873         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10874
10875 2007-01-02  Bruno Haible  <bruno@clisp.org>
10876
10877         * modules/settime (Include): Require timespec.h.
10878         * modules/nanosleep (Include): Likewise.
10879
10880 2007-01-01  Bruno Haible  <bruno@clisp.org>
10881
10882         * gnulib-tool (func_emit_copyright_notice): Bump year.
10883         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10884
10885 2007-01-01  Bruno Haible  <bruno@clisp.org>
10886
10887         Improve support for OpenBSD.
10888         * build-aux/config.rpath (libname_spec): Export.
10889         (library_names_spec): New variable. Export.
10890         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10891         library_names_spec from the config.rpath output. Locate shared library
10892         through the name pattern in library_names_spec.
10893
10894 2007-01-01  Eric Blake  <ebb9@byu.net>
10895
10896         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10897
10898 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10899
10900         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10901         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10902         assume the C locale, and avoid an "eval" that could cause trouble.
10903         Problem with SORT reported by Bob Proulx.
10904
10905         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10906         Define.  Trivial patch from Henning Nielsen Lund, originally
10907         sent to bug-grep@gnu.org today.
10908
10909 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10910
10911         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10912         struct stat.  Problem reported by Henning Nielsen Lund.
10913         * lib/acl.c: Include acl.h first, to check interface.  Don't
10914         bother to include sys/types.h and sys/stat.h again.
10915
10916 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10917
10918         Import the following change from libc; problem reported by
10919         Sven Verdoolaege.
10920
10921         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10922
10923         [BZ #1373]
10924         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10925
10926 2006-12-28  Jim Meyering  <jim@meyering.net>
10927
10928         * build-aux/announce-gen: Do not assume that the package
10929         builds any of tar.gz, tar.bz2, and .xdelta files.
10930         Suggestion from Simon Josefsson.
10931
10932 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10933
10934         * modules/announce-gen: New file.
10935
10936 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10937
10938         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10939         handles its gotchas now.
10940         * lib/mbswidth.c: Likewise.
10941         * lib/wcwidth.h: Likewise.
10942         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10943         and iswcntrl; the wctype module does this stuff now.
10944         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10945         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10946         * modules/mbchar (Depends-on): Add wctype.
10947         * modules/mbswidth (Depends-on): Likewise.
10948         * modules/wcwidth (Depends-on): Likewise.
10949
10950 2006-12-27  Eric Blake  <ebb9@byu.net>
10951
10952         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10953         module uses more than what <wctype.h> is required to provide.
10954
10955 2006-12-26  Eric Blake  <ebb9@byu.net>
10956
10957         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10958
10959 2006-12-26  Eric Blake  <ebb9@byu.net>
10960
10961         * modules/absolute-header: New module.
10962         * modules/fcntl (Depends-on): Depend on it.
10963         * modules/inttypes (Depends-on): Likewise.
10964         * modules/stdint (Depends-on): Likewise.
10965         * modules/sys_stat (Depends-on): Likewise.
10966         * modules/wctype (Depends-on): Likewise.
10967         * MODULES.html.sh (Support for building libraries and
10968         executables): Document it.
10969
10970 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10971
10972         * gnulib-tool (SED): Remove, undoing previous change.
10973         The problem was that it broke coreutils on Solaris, because
10974         "sed --posix" leaked into a makefile.
10975         (sed): New alias, if 'alias' and GNU sed.
10976
10977 2006-12-24  Jim Meyering  <jim@meyering.net>
10978
10979         Work around an fchownat bug in glibc-2.4:
10980         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10981         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10982         in spite of the -P option.
10983         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10984         New macros.
10985         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10986         * modules/openat (Files): Add lib/fchownat.c.
10987         * lib/openat.c (fchownat): Don't define here.  Move to...
10988         * lib/fchownat.c: ...this new file.
10989
10990 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10991
10992         Fix bug reported by Bruno Haible in
10993         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10994         where quotearg.c didn't compile on Mac OS X 10.2 because it
10995         lacks <wchar.h> and wint_t.
10996         * lib/wctype_.h (__wctype_wint_t): New type.
10997         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10998         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10999         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
11000         Arg is now of type __wctype_wint_t, not wint_t.
11001         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
11002         substitute HAVE_WINT_T.
11003         * modules/wctype (Files): Add m4/wint_t.m4.
11004         (wctype.h): Substitute HAVE_WINT_T.
11005
11006 2006-12-23  Bruno Haible  <bruno@clisp.org>
11007
11008         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
11009
11010 2006-12-23  Bruno Haible  <bruno@clisp.org>
11011
11012         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
11013         S_ISLNK.
11014         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
11015         mingw.
11016
11017 2006-12-22  Bruno Haible  <bruno@clisp.org>
11018
11019         * lib/copy-file.c: Include acl.h.
11020         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
11021         Close the file descriptors only after being done with copy_acl.
11022         * modules/copy-file (Depends-on): Add acl.
11023
11024 2006-12-22  Bruno Haible  <bruno@clisp.org>
11025
11026         * gnulib-tool (SED): New variable.
11027         Use $SED instead of sed everywhere.
11028
11029 2006-12-22  Bruno Haible  <bruno@clisp.org>
11030
11031         * modules/no-c++: New file.
11032         * m4/no-c++.m4: New file.
11033         * MODULES.html.sh (Support for building libraries and executables):
11034         Add no-c++.
11035
11036 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
11037
11038         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11039         Include <limits.h>, and use its INT_MAX to rewrite the
11040         j loop so that it does not overflow 'int'.  Problem reported by
11041         Ralf Wildenhues in
11042         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
11043         Play it safe by shifting left by 1 rather than multiplying by 2,
11044         as GCC is less likely to optimize this away when the value
11045         is signed (when it assumes overflow leads to undefined behavior).
11046         Also, don't assume time_t uses two's complement.
11047
11048 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
11049
11050         * MODULES.html.sh: New module wctype.
11051         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
11052         * lib/fnmatch.c: Don't bother to include <wchar.h> before
11053         <wctype.h>, since the new wctype module should fix this.
11054         * lib/quotearg.c: Include <wctype.h> unconditionally, since
11055         the wctype module should arrange for it.
11056         * lib/regex_internal.h: Likewise.
11057         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
11058         since the wctype module should handle this now.
11059         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
11060         * modules/fnmatch (Depends-on): Add wctype.
11061         * modules/quotearg (Depends-on): Likewise.
11062         * modules/regex (Depends-on): Likewise.
11063
11064 2006-12-19  Bruno Haible  <bruno@clisp.org>
11065
11066         * lib/strdup.h [C++]: Wrap definitions in extern "C".
11067         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
11068
11069 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11070
11071         * modules/savewd (Depends-on): Fix dependency on fcntl.
11072
11073 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11074
11075         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
11076         conforms to C99, rather than relying on the user's environment
11077         setting of STDINT_H.
11078
11079 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11080         and Eric Blake  <ebb9@byu.net>
11081
11082         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
11083         This is more consistent with the other defines here.
11084         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
11085         Port to z/OS.  Problem reported by Paul Gilmartin.
11086         Change local vars to use gl_ prefix rather than ac_.
11087         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
11088         with other defines.
11089         * modules/double-slash-root: New module.
11090         * modules/dirname (Files): Remove m4/double-slash-root.m4.
11091         (Depends-on): Add double-slash-root.
11092         * MODULES.html.sh (File system functions): Mention new module.
11093
11094 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
11095
11096         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
11097         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
11098         This is for the benefit of gzip, which doesn't do i18n.
11099
11100 2006-12-12  Jim Meyering  <jim@meyering.net>
11101
11102         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
11103         Reported by Andreas Schwab <schwab@suse.de>.
11104
11105 2006-12-12  Bruno Haible  <bruno@clisp.org>
11106
11107         Merge these changes.
11108         2006-09-05  Bruno Haible  <bruno@clisp.org>
11109         * lib/iconvme.c (iconv_string): No need to save and restore errno when
11110         iconv_alloc succeeded.
11111         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
11112         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
11113         test for " && dest " at the end - dest is always != NULL there. Call
11114         iconv with 4xNULL arguments initially, to reset the state. Call iconv
11115         with 2xNULL arguments, also to flush the state storage. Handle the
11116         IRIX iconv behaviour. Realloc the final result, to throw away unused
11117         memory.
11118
11119 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
11120
11121         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
11122         and fchmodat unconditionally, since glibc 2.4 has them.
11123         Problem reported by Arkadiusz Miskiewicz.
11124
11125 2006-12-10  Bruno Haible  <bruno@clisp.org>
11126
11127         * gnulib-tool (func_import): Show the include files only for those
11128         modules that are copied and specified.
11129         Reported by Karl Berry.
11130
11131 2006-12-08  Jim Meyering  <jim@meyering.net>
11132
11133         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
11134         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
11135
11136         * build-aux/announce-gen: Add two new options, both optional:
11137         --bootstrap-tools=TOOL_LIST
11138               a comma-separated list of tools, e.g.,
11139               autoconf,automake,bison,gnulib
11140         --gnulib-snapshot-date=DATE
11141               if gnulib is in the bootstrap tool list,
11142               then report this as the snapshot date.
11143               If not specified, use the current date/time.
11144               If you specify a date here, be sure it's UTC.
11145
11146 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11147
11148         * tests/test-argp-2.sh: Fix test to match actual output.
11149         (func_compare): Fix sed script to be portable.
11150
11151 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
11152
11153         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
11154         workaround for this case.  It is not autoconfigured now; offhand
11155         it's hard to see how to autoconfigure it.
11156
11157 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
11158
11159         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
11160         a directory that is about to be chowned.  Such a directory's
11161         initial file permissions should permit the owner only and this
11162         should not be changed until after the chown, since the group and
11163         other bits would be incorrect if they granted permission before
11164         the chown.
11165
11166         Fix porting problem for iswctype reported by Georg Schwarz in:
11167         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
11168         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
11169         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
11170         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
11171         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11172
11173 2006-12-03  Jim Meyering  <jim@meyering.net>
11174
11175         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
11176         p->fts_statp may not yet be defined.
11177         (fts_read): Instead, set it in the caller, once p->fts_statp is
11178         sure to be defined, and corresponds to a top-level directory.
11179         This bug made du -x fail.  Here's the coreutils test case:
11180         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
11181         Reported by Mike Frysinger.
11182
11183 2006-12-01  Jim Meyering  <jim@meyering.net>
11184
11185         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
11186         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
11187         Reported by Simon Josefsson.
11188
11189 2006-11-30  Jim Meyering  <jim@meyering.net>
11190
11191         * m4/warning.m4: Use the all-permissive copyright notice
11192         recommended by RMS (rather than LGPL).
11193         * m4/vararrays.m4: Likewise.
11194         * m4/flexmember.m4: Likewise.
11195
11196 2006-11-29  Bruno Haible  <bruno@clisp.org>
11197
11198         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11199         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
11200         using +=.
11201         Reported by Simon Josefsson <simon@josefsson.org>.
11202
11203 2006-11-28  James Youngman <jay@gnu.org>
11204
11205         * README: Advise users that they might find the bug-gnulib@gnu.org
11206         and autotools-announce@gnu.org mailing lists useful.
11207
11208 2006-11-28  Bruno Haible  <bruno@clisp.org>
11209
11210         * m4/ptrdiff_max.m4: Remove file.
11211
11212 2006-11-21  Bruno Haible  <bruno@clisp.org>
11213
11214         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
11215         _AC_COMPUTE_INT.
11216         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11217         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
11218         _AC_COMPUTE_INT.
11219         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11220         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
11221         _AC_COMPUTE_INT.
11222         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11223
11224 2006-11-28  Jim Meyering  <jim@meyering.net>
11225
11226         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
11227         warning from "gcc -Wshadow" about shadowing the builtin.
11228
11229 2006-11-27  Bruno Haible  <bruno@clisp.org>
11230
11231         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
11232         _AC_COMPUTE_INT.
11233         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11234
11235 2006-11-27  Bruno Haible  <bruno@clisp.org>
11236             Paul Eggert  <eggert@cs.ucla.edu>
11237
11238         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
11239
11240 2006-11-26  Bruno Haible  <bruno@clisp.org>
11241
11242         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11243         noinst_LTLIBRARIES.
11244
11245 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11246             Bruno Haible  <bruno@clisp.org>
11247
11248         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
11249         if compiling with "gcc -ansi".
11250
11251 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11252
11253         Fix some incompatibilities with gcc -ansi -pedantic.
11254         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
11255         if compiling pedantically with GCC, unless it's C99 or later.
11256         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
11257         it mishandles gcc -ansi -pedantic as well.
11258         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
11259         if gcc -pedantic.
11260         * lib/regexec.c (check_node_accept_bytes): Don't use auto
11261         initializers for struct if -pedantic, unless it's C99 or later.
11262
11263 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
11264
11265         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
11266         Don't close an fd more than once. Identical atimes indicate
11267         success, not failure.
11268
11269 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
11270
11271         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
11272
11273 2006-11-23  Jim Meyering  <jim@meyering.net>
11274
11275         * build-aux/announce-gen: New file.  From coreutils.
11276
11277 2006-11-22  Jim Meyering  <jim@meyering.net>
11278
11279         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
11280         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
11281         (fts_read): Use a temporary to narrow the overused st_size member
11282         before using it in a switch statement.  Reported by Matthew Woehlke.
11283
11284         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
11285         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
11286
11287 2006-11-20  Bruno Haible  <bruno@clisp.org>
11288
11289         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
11290         changequote instead of pairs of brackets.
11291         Reported by Andreas Schwab <schwab@suse.de>.
11292
11293 2006-11-21  Jim Meyering  <jim@meyering.net>
11294
11295         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
11296         so as to remain compatible with older compilers.
11297         Patch from Michael Deutschmann.
11298
11299 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11300
11301         * MODULES.html.sh (File system functions): Add openat.
11302
11303         * lib/openat.h (rpl_fstatat): New macro, if
11304         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
11305         (fstatat): Define to rpl_fstatat under the same conditions,
11306         unless COMPILING_FSTATAT.
11307         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
11308         seems to have the bug.
11309         * lib/fstatat.c: New file.
11310         * modules/openat (Files): Add it.
11311
11312 2006-11-20  Bruno Haible  <bruno@clisp.org>
11313
11314         * Makefile: New file.
11315
11316 2006-11-20  Jim Meyering  <jim@meyering.net>
11317
11318         The beginnings of syntax-related checks for gnulib.
11319         * lib/Makefile: New file.
11320         * lib/t-idcache: New script.  Ensure that the two halves of
11321         idcache.c stay in sync.
11322
11323         * lib/idcache.c: Adjust comments in user- and group- portions to
11324         be more accurate, and to be consistent with one another.
11325
11326 2006-11-20  Jim Meyering  <jim@meyering.net>
11327
11328         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
11329         continue using the flexible array member (thus, this module performs
11330         half as many malloc calls), with the addition that...
11331         (getgroup, getuser): Consistently record a non-match via an empty
11332         "name" string, and map an empty string match to a NULL return value.
11333         * modules/idcache (Depends-on): Re-add flexmember.
11334
11335         * lib/idcache.c (getuser): Remove all uses of the register keyword.
11336         (getuidbyname, getgroup, getgidbyname): Likewise.
11337
11338         Use cleaner syntax: NULL rather than 0.
11339         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
11340
11341 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11342
11343         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
11344         It mishandled the case where the group was missing.
11345         Problem reported by Greg Schafer.
11346         * modules/idcache: Likewise.
11347
11348 2006-11-18  Jim Meyering  <jim@meyering.net>
11349
11350         * check-module (%exempt_header): Add exception for some
11351         conditionally-included headers.
11352
11353         * modules/i-ring (Depends-on): Add verify.
11354         (License): Change to LGPL.
11355
11356 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11357
11358         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
11359         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
11360         and inttostr.h.  Use snprintf rather than uinttostr, so that
11361         LGPLed code doesn't depend on GPLed.
11362
11363 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
11364
11365         * modules/inline (License): Change from GPL to LGPL.
11366
11367 2006-11-17  Jim Meyering  <jim@meyering.net>
11368
11369         * modules/d-type (License): Switch to LGPL.
11370
11371 2006-11-15  Bruno Haible  <bruno@clisp.org>
11372
11373         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
11374
11375 2006-11-15  Eric Blake  <ebb9@byu.net>
11376
11377         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
11378         the module dependency.
11379
11380 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11381             Bruno Haible  <bruno@clisp.org>
11382
11383         * gnulib-tool (func_create_testdir): Add license consistency check.
11384
11385 2006-11-15  Eric Blake  <ebb9@byu.net>
11386
11387         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
11388         random "(cached)" in configure output.
11389
11390 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11391
11392         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
11393         test for conforming inttypes.h is both announced and cached.
11394
11395         * MODULES.html.sh (seen_modules, seen_files): New variables.
11396         (func_module): Rewrite to use a few less gnulib-tool and sed
11397         invocations.  Avoid a couple of quadratic algorithms for ...
11398         (missed_modules, missed_files): ... these, with ...
11399         (func_append, func_tmpdir): ... these new functions, from
11400         gnulib-tool.  Analogously, install traps for cleanup.
11401
11402         * tests/test-gc.c (main): Remove unused variables.
11403         * tests/test-read-file.c: Include stdlib.h, for 'free'.
11404
11405 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
11406
11407         * modules/inttostr (License): Change to LGPL.
11408
11409 2006-11-14  Eric Blake  <ebb9@byu.net>
11410
11411         * modules/tempname (License): Change to LGPL.
11412
11413 2006-11-14  Eric Blake  <ebb9@byu.net>
11414
11415         * doc/functions.texi (Function Portability): *printf functions on
11416         Cygwin now understand all POSIX size specifiers.
11417
11418 2006-11-14  Bruno Haible  <bruno@clisp.org>
11419
11420         * modules/c-ctype (License): Change to LGPL.
11421
11422 2006-11-12  Bruno Haible  <bruno@clisp.org>
11423
11424         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11425         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
11426         for GNOME libraries, for which the include files are installed in
11427         subdirectories of $prefix/include.
11428
11429 2006-11-12  Bruno Haible  <bruno@clisp.org>
11430
11431         * m4/lib-link.m4: Require at least autoconf-2.54.
11432         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
11433         name to underscores for the --with option.
11434
11435 2006-11-13  Bruno Haible  <bruno@clisp.org>
11436
11437         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
11438         the tests directory.
11439         Reported by Ralf Wildenhues.
11440
11441 2006-11-13  Bruno Haible  <bruno@clisp.org>
11442
11443         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
11444         (func_emit_initmacro_end): Undo the override here.
11445         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
11446         Works around the famous automake error in coreutils.
11447
11448 2006-11-13  Eric Blake  <ebb9@byu.net>
11449
11450         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
11451         element, not its node.
11452
11453 2006-11-12  Bruno Haible  <bruno@clisp.org>
11454
11455         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
11456         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
11457
11458 2006-11-12  Bruno Haible  <bruno@clisp.org>
11459
11460         * gnulib-tool: New option --local-symlink.
11461         (func_usage): Document it.
11462         (lsymbolic): New variable.
11463         (func_import, func_create_testdir): If --symlink was not specified,
11464         test whether --local-symlink was specified and the file comes from
11465         the local_gnulib_dir.
11466
11467 2006-11-12  Bruno Haible  <bruno@clisp.org>
11468
11469         * gnulib-tool (func_ln): New function.
11470         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
11471
11472 2006-11-12  Bruno Haible  <bruno@clisp.org>
11473
11474         Finish support for source files in subdirectories.
11475         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
11476         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
11477         AUTOMAKE_OPTIONS.
11478         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
11479
11480 2006-11-12  Bruno Haible  <bruno@clisp.org>
11481
11482         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11483         EXTRA_lib_SOURCES augmentation.
11484         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
11485
11486 2006-11-12  Jim Meyering  <jim@meyering.net>
11487
11488         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
11489         file descriptors.  This also averts a failure on systems with
11490         native openat support when a traversed directory lacks "x" access.
11491         * lib/fts_.h: Include "i-ring.h"
11492         (struct FTS) [fts_fd_ring]: New member.
11493         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
11494         (FCHDIR): Add parentheses.
11495         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
11496         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
11497         When descending, rather than simply closing the previous
11498         fts_cwd_fd value, push that file descriptor onto the ring.
11499         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
11500         (fts_open): Initialize the new fd_ring member.
11501         (fts_close): Clear the ring.
11502         (fts_safe_changedir): When possible, use our new fd_ring to skip
11503         the diropen and fstat and dev/ino comparison that would normally
11504         accompany a virtual `chdir ("..")'.
11505
11506         * modules/fts (Depends-on): Add i-ring.
11507         * modules/i-ring: New module.
11508         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
11509         * m4/i-ring.m4: New file.
11510
11511 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11512
11513         * gnulib-tool (func_create_testdir): Fix replacement of
11514         `build-aux' in configure.ac.  Run autotools in gltests
11515         subdirectory.
11516         (func_create_testdir, func_create_megatestdir, test): There is
11517         no need for '--force' in most autotool invocations in a new
11518         tree.  Actually fail the whole test if any of the tools, or the
11519         configure or make stages fail.
11520
11521         Sync from Automake.
11522         * build-aux/gnupload: Revert last change.  Add pointer to upload
11523         instructions of the GNU Maintenance Instructions.
11524         Suggestion by Karl Berry.
11525
11526 2006-11-10  Jim Meyering  <jim@meyering.net>
11527
11528         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
11529
11530 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11531
11532         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
11533         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
11534         (bind_textdomain_codeset) [! ENABLE_NLS]:
11535         Evaluate all the arguments.  That way, callers get compatible behavior
11536         if the arguments have side effects.  Also, it avoids some GCC
11537         diagnostics in some cases; Joel E. Denny reported problems when Bison
11538         was configured with --enable-gcc-warnigs.
11539
11540 2006-11-10  Jim Meyering  <jim@meyering.net>
11541
11542         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
11543         relevant options in CFLAGS (like -O, -fno-inline) are taken into
11544         account.
11545
11546 2006-11-10  Jim Meyering  <jim@meyering.net>
11547
11548         * modules/inline: New file/module.
11549         * modules/xalloc (Files): Remove m4/inline.m4.
11550         (Depends-on): Add inline, instead.
11551         * modules/oset: Likewise.
11552         * modules/list: Likewise.
11553
11554 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11555
11556         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
11557         Problem reported by Matthew Woehlke.
11558
11559 2006-11-09  Bruno Haible  <bruno@clisp.org>
11560
11561         * lib/tempname.c (gen_tempname): Remove variant that invokes
11562         __gen_tempname.
11563         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
11564         __gen_tempname.
11565
11566 2006-11-08  Bruno Haible  <bruno@clisp.org>
11567
11568         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
11569         to 'yes' instead of 'cross-compiling'.
11570
11571 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
11572
11573         * lib/quotearg.h (quotearg_free): New decl.
11574         * lib/quotearg.c (quotearg_free): New function.
11575         (slot0, nslots, slotvec0, slotvec):
11576         Now file-scope so that quotearg_free can get at them.
11577
11578 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11579
11580         Sync from Automake.
11581         * build-aux/gnupload: Add missing 'gnu' to example URL.
11582         Report by Karl Berry.
11583
11584 2006-11-08  Bruno Haible  <bruno@clisp.org>
11585
11586         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
11587         Suggested by Paul Eggert.
11588
11589 2006-11-08  Jim Meyering  <jim@meyering.net>
11590
11591         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
11592         It's already included if !_LIBC.
11593         (fts_safe_changedir): Add a comment.
11594
11595 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11596
11597         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
11598         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
11599         Matthew Woehlke.
11600
11601         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
11602         definitions up, to avoid colliding with change below.
11603         (static_inline) [HAVE_INLINE]: New macro.
11604         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
11605         Provide extern decls when !HAVE_INLINE.  Do not define unless
11606         static_inline is defined, either by us or by xmalloc.c.  Use
11607         static_inline rather than static inline.
11608         (XCALLOC): Optimize sizeof(T) = 1 case.
11609         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
11610
11611 2006-11-07  Bruno Haible  <bruno@clisp.org>
11612
11613         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
11614         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
11615         AC_C_INLINE.
11616         * modules/xalloc (Files): Add m4/inline.m4.
11617
11618 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11619
11620         * README: Fix typo.
11621         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
11622         (Miscellanous Notes): ...from this.
11623
11624 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11625
11626         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
11627         Mention that offsetof should be used instead of sizeof.
11628         From Bruno Haible.
11629
11630 2006-11-07  Bruno Haible  <bruno@clisp.org>
11631
11632         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
11633
11634 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11635
11636         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11637         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
11638         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11639         (gl_tree_add_before, gl_tree_add_after):
11640         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
11641         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
11642         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11643         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
11644         (gl_linked_add_after, gl_linked_add_at): Likewise.
11645         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
11646         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11647         (gl_tree_add_before, gl_tree_add_after): Likewise.
11648         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
11649         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
11650         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
11651
11652 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11653
11654         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11655
11656 2006-11-06  Bruno Haible  <bruno@clisp.org>
11657
11658         * m4/inline.m4: New file.
11659         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11660         * modules/list (Files): Add m4/inline.m4.
11661         * modules/oset (Files): Likewise.
11662
11663 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11664
11665         * lib/idcache.c: Include <stddef.h>, for offsetof.
11666         (struct userid.name): Change from char * to a flexible array member.
11667         All uses changed.
11668         * modules/idcache (Depends-on): Add flexmember.
11669
11670         * MODULES.html.sh (Core language properties): New module flexmember.
11671         * modules/flexmember, m4/flexmember.m4: New files.
11672
11673         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11674         inline functions that are identical with the old xnmalloc_inline,
11675         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11676         that we can avoid some unnecessary integer multiplications and
11677         divisions in the common case where the element size is known at
11678         compile time.
11679         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11680         needed.
11681         (xnboundedmalloc): Remove.
11682         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11683         arguments, for consistency with rest of this header.
11684         (xcharalloc): Rewrite using XNMALLOC.
11685         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11686         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11687         versions have been moved to lib/xalloc.h and renamed to be the
11688         non-*_inline versions.
11689         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11690         and xnrealloc functions, since those functions are now inline and
11691         now call us.
11692         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11693         renaming described above.
11694         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11695         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11696         captures the dependency in AC_C_INLINE.
11697
11698         New module canonicalize-lgpl, proposed by Charles Wilson in
11699         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11700         with a few small changes afterwards.
11701         * MODULES.html.sh (File system functions): New module
11702         canonicalize-lgpl.
11703         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11704         and canonicalize_file_name.
11705         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11706         * modules/canonicalize-lgpl: New files.
11707
11708 2006-11-05  Bruno Haible  <bruno@clisp.org>
11709
11710         * gnulib-tool (func_import, func_create_testdir): Create directories
11711         also for files in subdirectories of lib/.
11712
11713 2006-11-05  Bruno Haible  <bruno@clisp.org>
11714
11715         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11716         ANSI C compliant.
11717
11718 2006-11-03  Bruno Haible  <bruno@clisp.org>
11719
11720         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11721         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11722         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11723         (xnboundedmalloc): New inline function.
11724         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11725         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11726         xmalloc.
11727         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11728         xmalloc.
11729         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11730         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11731         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11732         xmalloc.
11733         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11734         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11735         xmalloc.
11736         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11737         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11738         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11739         xmalloc.
11740         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11741         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11742         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11743         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11744         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11745         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11746         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11747
11748 2006-11-03  Bruno Haible  <bruno@clisp.org>
11749
11750         * lib/c-ctype.h [C++]: Define functions without name mangling.
11751         * lib/fwriteerror.h [C++]: Likewise.
11752         * lib/gcd.h [C++]: Likewise.
11753         * lib/linebreak.h [C++]: Likewise.
11754
11755 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11756
11757         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11758         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11759         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11760         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11761         Check for functions and headers just once.
11762         Check for declaration of canonicalize_file_name.
11763         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11764
11765 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11766
11767         * gnulib-tool (func_import): Fix typo in actioncmd.
11768
11769 2006-11-02  Bruno Haible  <bruno@clisp.org>
11770
11771         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11772         newline sequence in the Makefile.am snippet as a space, like "make"
11773         does.
11774         Reported by Roger Persson <perrog@gmail.com>.
11775
11776 2006-11-01  Bruno Haible  <bruno@clisp.org>
11777
11778         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11779         already declared in <string.h>.
11780         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11781
11782 2006-11-01  Bruno Haible  <bruno@clisp.org>
11783
11784         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11785         * lib/strcase.h: Include <string.h>.
11786         (strcasecmp): Define to rpl_strcasecmp here.
11787
11788 2006-11-01  Bruno Haible  <bruno@clisp.org>
11789
11790         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11791
11792 2006-11-01  Eric Blake  <ebb9@byu.net>
11793
11794         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11795
11796         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11797
11798 2006-10-29  Bruno Haible  <bruno@clisp.org>
11799
11800         Make it compile in C++ mode.
11801         * lib/full-write.c (full_rw): Add a cast.
11802
11803 2006-11-01  Bruno Haible  <bruno@clisp.org>
11804
11805         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11806         be POSIX compliant.
11807         Reported by Roger Persson <perrog@gmail.com>.
11808
11809 2006-11-01  Eric Blake  <ebb9@byu.net>
11810
11811         * lib/getopt_.h: Fix comments.
11812
11813 2006-10-31  Eric Blake  <ebb9@byu.net>
11814
11815         * modules/tmpdir (Depends-on): Add sys_stat.
11816         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11817         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11818         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11819         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11820         tempname.
11821
11822 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11823
11824         Avoid some C++ diagnostics reported by Bruno Haible.
11825         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11826         xmalloc.
11827         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11828         (struct slotvec): Move to top level.
11829         (quotearg_n_options): Rewrite to avoid xmalloc.
11830         * lib/xalloc.h (xcharalloc): New function.
11831         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11832         [defined __cplusplus]: Add function template that provides result
11833         type propagation.  This part of the change is from Bruno Haible.
11834
11835 2006-10-29  Bruno Haible  <bruno@clisp.org>
11836
11837         Make it compile in C++ mode.
11838         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11839         * lib/strnlen1.c (strnlen1): Cast memchr result.
11840         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11841         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11842         (create_temp_dir): Rename local variable 'template'.
11843         (compile_csharp_using_sscli): Add cast.
11844         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11845         * lib/findprog.c (find_in_path): Likewise.
11846         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11847         * lib/wait-process.c (register_slave_subprocess): Likewise.
11848
11849 2006-10-22  Bruno Haible  <bruno@clisp.org>
11850
11851         * modules/tsearch: New file.
11852         * lib/tsearch.h: New file.
11853         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11854         * m4/tsearch.m4: New file.
11855         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11856
11857 2006-10-29  Eric Blake  <ebb9@byu.net>
11858
11859         * lib/arcfour.c: Assume config.h.
11860         * lib/arctwo.c: Likewise.
11861         * lib/base64.c: Likewise.
11862         * lib/check-version.c: Likewise.
11863         * lib/crc.c: Likewise.
11864         * lib/des.c: Likewise.
11865         * lib/gc-gnulib.c: Likewise.
11866         * lib/gc-libgcrypt.c: Likewise.
11867         * lib/gc-pbkdf2-sha1.c: Likewise.
11868         * lib/getaddrinfo.c: Likewise.
11869         * lib/getdelim.c: Likewise.
11870         * lib/getline.c: Likewise.
11871         * lib/hmac-md5.c: Likewise.
11872         * lib/hmac-sha1.c: Likewise.
11873         * lib/iconvme.c: Likewise.
11874         * lib/md2.c: Likewise.
11875         * lib/md4.c: Likewise.
11876         * lib/memxor.c: Likewise.
11877         * lib/read-file.c: Likewise.
11878         * lib/readline.c: Likewise.
11879         * lib/rijndael-alg-fst.c: Likewise.
11880         * lib/rijndael-api-fst.c: Likewise.
11881         * lib/xgetdomainname.c: Likewise.
11882
11883 2006-10-28  Eric Blake  <ebb9@byu.net>
11884
11885         * lib/xstrndup.c: Assume config.h.
11886
11887 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11888
11889         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11890         stat-macros.h is now for our own macros, whereas stat_h is for
11891         macros in the <sys/stat.h> name space.
11892         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11893         (STAT_MACROS_H): Remove.
11894         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11895         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11896         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11897         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11898         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11899         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11900         Move these macros to ...
11901         * lib/stat_.h: here.  Don't include stat-macros.h.
11902         * lib/canonicalize.c: Don't include stat-macros.h.
11903         * lib/chown.c: Likewise.
11904         * lib/euidaccess.c: Likewise.
11905         * lib/file-type.c: Likewise.
11906         * lib/filemode.c: Likewise.
11907         * lib/glob.c: Likewise.
11908         * lib/isapipe.c: Likewise.
11909         * lib/lchown.c: Likewise.
11910         * lib/lstat.c: Likewise.
11911         * lib/mkdir-p.c: Likewise.
11912         * lib/rmdir.c: Likewise.
11913         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11914         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11915         unless mkdir isn't declared, to speed up 'configure'.
11916         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11917         would define all the S_* symbols.
11918         * modules/canonicalize (Depends-on):
11919         Depend on sys_stat, not stat-macros.
11920         * modules/chown: Likewise.
11921         * modules/euidaccess: Likewise.
11922         * modules/filemode: Likewise.
11923         * modules/file-type: Likewise.
11924         * modules/glob: Likewise.
11925         * modules/isapipe: Likewise.
11926         * modules/lchown: Likewise.
11927         * modules/lstat: Likewise.
11928         * modules/mkancesdirs: Likewise.
11929         * modules/rmdir: Likewise.
11930         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11931         * modules/modechange: Likewise.
11932         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11933         (configure.ac): Remove gl_STAT_MACROS.
11934         * modules/sys_stat (Depends-on): Remove stat-macros.
11935
11936 2006-10-27  Bruno Haible  <bruno@clisp.org>
11937
11938         * m4/signed.m4: Remove file.
11939         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11940         invocation.
11941         * modules/vasnprintf (Files): Remove m4/signed.m4.
11942
11943 2006-10-27  Bruno Haible  <bruno@clisp.org>
11944
11945         Update to GNU gettext 0.16.
11946         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11947         m4/inttypes-h.m4, m4/signed.m4.
11948         * m4/gettext.m4: Update to GNU gettext 0.16.
11949         * m4/intl.m4: New file, from GNU gettext.
11950         * m4/intldir.m4: New file, from GNU gettext.
11951         * config/srclist.txt: Update
11952
11953 2006-10-27  Eric Blake  <ebb9@byu.net>
11954
11955         * MODULES.html.sh: Document tempname.
11956         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11957         dependencies.
11958         (Files): Move lib/tempname.c...
11959         * modules/tempname: ...to this new module.
11960         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11961         (gl_PREREQ_TEMPNAME): Move...
11962         * m4/tempname.m4: ...to this new file.
11963         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11964         * modules/sys_stat (Depends-on): Add stat-macros.
11965         * lib/stat_.h (includes): Pick up stat macros.
11966         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11967         if stat macros are broken.
11968         * lib/tempname.c (includes): No need to include "stat-macros.h".
11969         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11970         (direxists, __path_search) [!_LIBC]: Don't compile these in
11971         gnulib; the tmpdir module covers that.
11972         * lib/tempname.h: New file.
11973
11974 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11975
11976         * COPYING: Explain how gnulib-tool converts licence headers.
11977         Almost all wording by Eric Blake.
11978
11979 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11980
11981         * lib/mbchar.h (is_basic_table): Make read-only.
11982         * lib/mbchar.c (is_basic_table): Likewise.
11983         Reported by John Darrington.
11984
11985 2006-10-25  Bruno Haible  <bruno@clisp.org>
11986
11987         * lib/progname.h (set_program_name): Undefine before defining.
11988
11989 2006-10-25  Bruno Haible  <bruno@clisp.org>
11990
11991         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11992         false for non-gcc C++ compilers.
11993         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11994
11995 2006-10-24  Bruno Haible  <bruno@clisp.org>
11996
11997         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11998         iconv implementations like Irix iconv.
11999
12000 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12001
12002         * modules/vararrays: New file.
12003         * m4/vararrays.m4: New file, taken from diffutils.
12004         * MODULES.html.sh: New module vararrays.
12005
12006 2006-10-24  Karl Berry  <karl@gnu.org>
12007
12008         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
12009         Don't call GNU Unix.
12010
12011 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12012
12013         * users.txt: Add Libtool.
12014
12015         Sync from Libtool:
12016
12017         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12018
12019         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
12020         to gnulib's policy of including config.h unconditionally.
12021
12022 2006-10-24  Bruno Haible  <bruno@clisp.org>
12023
12024         * modules/wcwidth (Files): Add m4/wint_t.m4.
12025         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
12026         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
12027
12028 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12029
12030         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
12031         to pacify GCC with some -W flags enabled.  Problem reported by
12032         Bruno Haible.
12033
12034 2006-10-24  Jim Meyering  <jim@meyering.net>
12035
12036         * MODULES.html.sh: Remove uinttostr.  It's not a module.
12037         Reported by Karl Berry.
12038
12039 2006-10-23  Bruno Haible  <bruno@clisp.org>
12040
12041         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
12042
12043 2006-10-24  Bruno Haible  <bruno@clisp.org>
12044
12045         * lib/gl_list.h: Use C comment style, not C++ comment style.
12046
12047 2006-10-23  Eric Blake  <ebb9@byu.net>
12048
12049         * lib/getaddrinfo.c (includes): Add missing include.
12050
12051 2006-10-23  Bruno Haible  <bruno@clisp.org>
12052             Paul Eggert  <eggert@cs.ucla.edu>
12053
12054         Ability to rename obstack_free.
12055         * lib/obstack.h (__obstack_free): New macro. Declare instead of
12056         obstack_free.
12057         (obstack_free): Invoke the __obstack_free macro.
12058         * lib/obstack.c (obstack_free): Use __obstack_free macro.
12059
12060 2006-10-23  Bruno Haible  <bruno@clisp.org>
12061             Paul Eggert  <eggert@cs.ucla.edu>
12062
12063         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
12064         __argc, __argv from the declaration. (They are defined as macros on
12065         mingw.)
12066
12067 2006-10-22  Bruno Haible  <bruno@clisp.org>
12068
12069         * doc/gnulib-intro.texi: New file.
12070         * doc/gnulib.texi: Include it.
12071
12072 2006-10-21  Bruno Haible  <bruno@clisp.org>
12073
12074         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
12075         "Introduction", "Miscellanous Notes", "Particular Modules".
12076
12077 2006-10-21  Bruno Haible  <bruno@clisp.org>
12078
12079         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12080         Change mostlyclean-local rule to avoid sh syntax error from bash
12081         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
12082
12083 2006-10-23  Jim Meyering  <jim@meyering.net>
12084
12085         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
12086         in place of snprintf.
12087
12088         * modules/inttostr (Files): Add lib/uinttostr.c.
12089         * lib/uinttostr.c (inttostr): New file/function.
12090         * lib/inttostr.h (uinttostr): Declare.
12091         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
12092         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12093         Add uinttostr.
12094         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
12095
12096 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
12097
12098         * lib/canonicalize.c (ELOOP): Define if not already defined.
12099         Problem reported by Bruno Haible in
12100         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
12101
12102 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
12103
12104         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
12105         Problem reported by Perry Smith and Ville Laurikari.
12106
12107         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
12108         uses.
12109
12110 2006-10-19  Bruno Haible  <bruno@clisp.org>
12111
12112         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
12113         for mingw.
12114
12115 2006-10-19  Bruno Haible  <bruno@clisp.org>
12116
12117         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
12118         Needed for mingw.
12119
12120 2006-10-19  Bruno Haible  <bruno@clisp.org>
12121
12122         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
12123
12124 2006-10-19  Bruno Haible  <bruno@clisp.org>
12125
12126         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
12127         it.
12128
12129 2006-10-19  Bruno Haible  <bruno@clisp.org>
12130
12131         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
12132         invocation.
12133
12134 2006-10-19  Bruno Haible  <bruno@clisp.org>
12135
12136         * gnulib-tool (func_create_testdir): Don't include ftruncate and
12137         mountlist by default.
12138
12139 2006-10-16  Bruno Haible  <bruno@clisp.org>
12140
12141         * lib/c-strstr.c: Include c-strstr.h.
12142
12143 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12144
12145         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
12146         in a slash.
12147
12148 2006-10-18  Bruno Haible  <bruno@clisp.org>
12149
12150         * lib/lock.h [C++]: Wrap definitions in extern "C".
12151
12152 2006-10-18  Bruno Haible  <bruno@clisp.org>
12153
12154         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
12155         gl_LIBOBJS list.
12156
12157 2006-10-18  Bruno Haible  <bruno@clisp.org>
12158
12159         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
12160
12161 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
12162
12163         * lib/xstrtol.h: Include gettext.h.
12164         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
12165         Problem reported by Eric Blake.
12166         * modules/xstrtol (Depends-on): Add gettext-h.
12167
12168 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
12169
12170         * lib/strftime.c (advance): New macro.
12171         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
12172         incomplete type, so you can't add 0 to it.  Problem and patch
12173         reported by Eelco Dolstra for dietlibc.
12174
12175 2006-10-18  Jim Meyering  <jim@meyering.net>
12176
12177         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
12178         type for a local, and rename it: s/up/user_proc/.
12179
12180 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
12181
12182         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
12183         READ_UTMP_USER_PROCESS.
12184         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
12185
12186 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12187
12188         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
12189         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
12190
12191 2006-10-17  Eric Blake  <ebb9@byu.net>
12192
12193         * lib/sigprocmask.c (sigprocmask): Fix typo.
12194
12195         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
12196
12197         * modules/clean-temp (Makefile.am): Don't add to make output...
12198         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
12199         config.h.
12200
12201 2006-10-17  Bruno Haible  <bruno@clisp.org>
12202
12203         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
12204         differently if DEFAULT_TEXT_DOMAIN is set.
12205
12206 2006-10-16  Bruno Haible  <bruno@clisp.org>
12207
12208         * lib/clean-temp.c: Include fwriteerror.h.
12209
12210 2006-10-16  Bruno Haible  <bruno@clisp.org>
12211
12212         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
12213
12214 2006-10-16  Bruno Haible  <bruno@clisp.org>
12215
12216         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
12217         * lib/sigprocmask.h: Include <sys/types.h>.
12218         (sigset_t): Use the system's definition if present.
12219
12220 2006-10-17  Eric Blake  <ebb9@byu.net>
12221
12222         * lib/xvasprintf.c (includes): Assume config.h.
12223         * lib/xasprintf.c (includes): Likewise.
12224
12225 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12226
12227         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
12228         at least as wide as intmax_t.
12229
12230 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
12231
12232         (Imported from Automake.)
12233         * build-aux/gnupload: Update to version 1.1 of directive file.
12234
12235 2006-10-16  Eric Blake  <ebb9@byu.net>
12236
12237         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
12238         match Automake 1.10a.
12239
12240 2006-10-14  Bruno Haible  <bruno@clisp.org>
12241
12242         * modules/sigprocmask: New file.
12243         * lib/sigprocmask.h: New file.
12244         * lib/sigprocmask.c: New file.
12245         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
12246         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
12247         request sigprocmask.o.
12248         (gl_PREREQ_SIGPROCMASK): New macro.
12249         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
12250         (Depends-on): Add sigprocmask.
12251         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
12252         gt_SIGNALBLOCKING. Test for 'raise' only once.
12253         * lib/fatal-signal.c: Include sigprocmask.h.
12254         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
12255         unblock_fatal_signals): Define always.
12256         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12257         sigprocmask.
12258
12259 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12260
12261         Sync from Automake.
12262         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
12263         which incorrectly sets the mode of an existing destination
12264         directory.  In some cases the unpatched install-sh could do the
12265         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
12266         system.  We hope this is rare in practice, but it's clearly worth
12267         fixing.  Problem reported by Alex Unleashed in
12268         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
12269         Also, don't bother to check for -m bugs unless we're using -m;
12270         suggested by Stepan Kasal.
12271
12272 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12273
12274         Sync from Automake.
12275         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
12276         `-c' flag, so they appear at the same position as in %FASTDEP%
12277         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
12278         which ignores unknown options only after the first non-option.
12279         Bug report against M4 by Nelson H. F. Beebe.
12280
12281 2006-10-13  Jim Meyering  <jim@meyering.net>
12282
12283         Fix a bug in yesterday's change.
12284         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
12285         p->fts_statp->st_dev would be used uninitialized.
12286         Ensures that we always call fts_stat on the very first entry.
12287         Miklos Szeredi reported that find -xdev stopped working.
12288
12289 2006-10-12  Bruno Haible  <bruno@clisp.org>
12290
12291         * gnulib-tool (func_get_automake_snippet): Append an automatically
12292         computed EXTRA_DIST augmentation.
12293         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
12294         * modules/alloca-opt (Makefile.am): Likewise.
12295         * modules/allocsa (Makefile.am): Likewise.
12296         * modules/arcfour (Makefile.am): Likewise.
12297         * modules/arctwo (Makefile.am): Likewise.
12298         * modules/argmatch (Makefile.am): Likewise.
12299         * modules/argz (Makefile.am): Likewise.
12300         * modules/atexit (Makefile.am): Likewise.
12301         * modules/backupfile (Makefile.am): Likewise.
12302         * modules/byteswap (Makefile.am): Likewise.
12303         * modules/c-strtod (Makefile.am): Likewise.
12304         * modules/c-strtold (Makefile.am): Likewise.
12305         * modules/calloc (Makefile.am): Likewise.
12306         * modules/canon-host (Makefile.am): Likewise.
12307         * modules/canonicalize (Makefile.am): Likewise.
12308         * modules/chdir-long (Makefile.am): Likewise.
12309         * modules/chdir-safer (Makefile.am): Likewise.
12310         * modules/check-version (Makefile.am): Likewise.
12311         * modules/chown (Makefile.am): Likewise.
12312         * modules/cloexec (Makefile.am): Likewise.
12313         * modules/close-stream (Makefile.am): Likewise.
12314         * modules/closeout (Makefile.am): Likewise.
12315         * modules/crc (Makefile.am): Likewise.
12316         * modules/csharpexec (Makefile.am): Likewise.
12317         * modules/cycle-check (Makefile.am): Likewise.
12318         * modules/des (Makefile.am): Likewise.
12319         * modules/dev-ino (Makefile.am): Likewise.
12320         * modules/dirfd (Makefile.am): Likewise.
12321         * modules/dirname (Makefile.am): Likewise.
12322         * modules/dup2 (Makefile.am): Likewise.
12323         * modules/eealloc (Makefile.am): Likewise.
12324         * modules/error (Makefile.am): Likewise.
12325         * modules/euidaccess (Makefile.am): Likewise.
12326         * modules/exclude (Makefile.am): Likewise.
12327         * modules/exitfail (Makefile.am): Likewise.
12328         * modules/fcntl-safer (Makefile.am): Likewise.
12329         * modules/fcntl (Makefile.am): Likewise.
12330         * modules/file-type (Makefile.am): Likewise.
12331         * modules/fileblocks (Makefile.am): Likewise.
12332         * modules/filemode (Makefile.am): Likewise.
12333         * modules/filenamecat (Makefile.am): Likewise.
12334         * modules/fnmatch (Makefile.am): Likewise.
12335         * modules/fopen-safer (Makefile.am): Likewise.
12336         * modules/fpending (Makefile.am): Likewise.
12337         * modules/fprintftime (Makefile.am): Likewise.
12338         * modules/free (Makefile.am): Likewise.
12339         * modules/fsusage (Makefile.am): Likewise.
12340         * modules/ftruncate (Makefile.am): Likewise.
12341         * modules/fts (Makefile.am): Likewise.
12342         * modules/gc-arcfour (Makefile.am): Likewise.
12343         * modules/gc-des (Makefile.am): Likewise.
12344         * modules/gc-hmac-md5 (Makefile.am): Likewise.
12345         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
12346         * modules/gc-md4 (Makefile.am): Likewise.
12347         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12348         * modules/gc-sha1 (Makefile.am): Likewise.
12349         * modules/gc (Makefile.am): Likewise.
12350         * modules/getaddrinfo (Makefile.am): Likewise.
12351         * modules/getcwd (Makefile.am): Likewise.
12352         * modules/getdelim (Makefile.am): Likewise.
12353         * modules/getdomainname (Makefile.am): Likewise.
12354         * modules/getgroups (Makefile.am): Likewise.
12355         * modules/gethostname (Makefile.am): Likewise.
12356         * modules/gethrxtime (Makefile.am): Likewise.
12357         * modules/getline (Makefile.am): Likewise.
12358         * modules/getloadavg (Makefile.am): Likewise.
12359         * modules/getlogin_r (Makefile.am): Likewise.
12360         * modules/getndelim2 (Makefile.am): Likewise.
12361         * modules/getopt (Makefile.am): Likewise.
12362         * modules/getpagesize (Makefile.am): Likewise.
12363         * modules/getpass-gnu (Makefile.am): Likewise.
12364         * modules/getpass (Makefile.am): Likewise.
12365         * modules/getsubopt (Makefile.am): Likewise.
12366         * modules/gettime (Makefile.am): Likewise.
12367         * modules/gettimeofday (Makefile.am): Likewise.
12368         * modules/getugroups (Makefile.am): Likewise.
12369         * modules/getusershell (Makefile.am): Likewise.
12370         * modules/glob (Makefile.am): Likewise.
12371         * modules/group-member (Makefile.am): Likewise.
12372         * modules/hard-locale (Makefile.am): Likewise.
12373         * modules/hash (Makefile.am): Likewise.
12374         * modules/hmac-md5 (Makefile.am): Likewise.
12375         * modules/hmac-sha1 (Makefile.am): Likewise.
12376         * modules/human (Makefile.am): Likewise.
12377         * modules/idcache (Makefile.am): Likewise.
12378         * modules/imaxabs (Makefile.am): Likewise.
12379         * modules/imaxdiv (Makefile.am): Likewise.
12380         * modules/inet_ntop (Makefile.am): Likewise.
12381         * modules/inet_pton (Makefile.am): Likewise.
12382         * modules/intprops (Makefile.am): Likewise.
12383         * modules/inttostr (Makefile.am): Likewise.
12384         * modules/inttypes (Makefile.am): Likewise.
12385         * modules/isapipe (Makefile.am): Likewise.
12386         * modules/javaversion (Makefile.am): Likewise.
12387         * modules/lchmod (Makefile.am): Likewise.
12388         * modules/lchown (Makefile.am): Likewise.
12389         * modules/localcharset (Makefile.am): Likewise.
12390         * modules/long-options (Makefile.am): Likewise.
12391         * modules/lstat (Makefile.am): Likewise.
12392         * modules/malloc (Makefile.am): Likewise.
12393         * modules/mathl (Makefile.am): Likewise.
12394         * modules/mbchar (Makefile.am): Likewise.
12395         * modules/md2 (Makefile.am): Likewise.
12396         * modules/md4 (Makefile.am): Likewise.
12397         * modules/md5 (Makefile.am): Likewise.
12398         * modules/memcasecmp (Makefile.am): Likewise.
12399         * modules/memchr (Makefile.am): Likewise.
12400         * modules/memcmp (Makefile.am): Likewise.
12401         * modules/memcoll (Makefile.am): Likewise.
12402         * modules/memcpy (Makefile.am): Likewise.
12403         * modules/memmem (Makefile.am): Likewise.
12404         * modules/memmove (Makefile.am): Likewise.
12405         * modules/mempcpy (Makefile.am): Likewise.
12406         * modules/memrchr (Makefile.am): Likewise.
12407         * modules/memset (Makefile.am): Likewise.
12408         * modules/memxor (Makefile.am): Likewise.
12409         * modules/mkancesdirs (Makefile.am): Likewise.
12410         * modules/mkdir-p (Makefile.am): Likewise.
12411         * modules/mkdir (Makefile.am): Likewise.
12412         * modules/mkdtemp (Makefile.am): Likewise.
12413         * modules/mkstemp (Makefile.am): Likewise.
12414         * modules/mktime (Makefile.am): Likewise.
12415         * modules/modechange (Makefile.am): Likewise.
12416         * modules/mountlist (Makefile.am): Likewise.
12417         * modules/nanosleep (Makefile.am): Likewise.
12418         * modules/obstack (Makefile.am): Likewise.
12419         * modules/openat (Makefile.am): Likewise.
12420         * modules/pagealign_alloc (Makefile.am): Likewise.
12421         * modules/pathmax (Makefile.am): Likewise.
12422         * modules/physmem (Makefile.am): Likewise.
12423         * modules/poll (Makefile.am): Likewise.
12424         * modules/posixtm (Makefile.am): Likewise.
12425         * modules/posixver (Makefile.am): Likewise.
12426         * modules/putenv (Makefile.am): Likewise.
12427         * modules/quote (Makefile.am): Likewise.
12428         * modules/quotearg (Makefile.am): Likewise.
12429         * modules/raise (Makefile.am): Likewise.
12430         * modules/read-file (Makefile.am): Likewise.
12431         * modules/readline (Makefile.am): Likewise.
12432         * modules/readlink (Makefile.am): Likewise.
12433         * modules/readtokens (Makefile.am): Likewise.
12434         * modules/readutmp (Makefile.am): Likewise.
12435         * modules/realloc (Makefile.am): Likewise.
12436         * modules/regex (Makefile.am): Likewise.
12437         * modules/rename-dest-slash (Makefile.am): Likewise.
12438         * modules/rename (Makefile.am): Likewise.
12439         * modules/rijndael (Makefile.am): Likewise.
12440         * modules/rmdir (Makefile.am): Likewise.
12441         * modules/rpmatch (Makefile.am): Likewise.
12442         * modules/safe-read (Makefile.am): Likewise.
12443         * modules/safe-write (Makefile.am): Likewise.
12444         * modules/same-inode (Makefile.am): Likewise.
12445         * modules/same (Makefile.am): Likewise.
12446         * modules/save-cwd (Makefile.am): Likewise.
12447         * modules/savedir (Makefile.am): Likewise.
12448         * modules/setenv (Makefile.am): Likewise.
12449         * modules/settime (Makefile.am): Likewise.
12450         * modules/sha1 (Makefile.am): Likewise.
12451         * modules/sig2str (Makefile.am): Likewise.
12452         * modules/snprintf (Makefile.am): Likewise.
12453         * modules/stat-macros (Makefile.am): Likewise.
12454         * modules/stat-time (Makefile.am): Likewise.
12455         * modules/stdbool (Makefile.am): Likewise.
12456         * modules/stdint (Makefile.am): Likewise.
12457         * modules/stdlib-safer (Makefile.am): Likewise.
12458         * modules/stpcpy (Makefile.am): Likewise.
12459         * modules/stpncpy (Makefile.am): Likewise.
12460         * modules/strcase (Makefile.am): Likewise.
12461         * modules/strcasestr (Makefile.am): Likewise.
12462         * modules/strchrnul (Makefile.am): Likewise.
12463         * modules/strcspn (Makefile.am): Likewise.
12464         * modules/strdup (Makefile.am): Likewise.
12465         * modules/strerror (Makefile.am): Likewise.
12466         * modules/strftime (Makefile.am): Likewise.
12467         * modules/strndup (Makefile.am): Likewise.
12468         * modules/strnlen (Makefile.am): Likewise.
12469         * modules/strpbrk (Makefile.am): Likewise.
12470         * modules/strsep (Makefile.am): Likewise.
12471         * modules/strstr (Makefile.am): Likewise.
12472         * modules/strtod (Makefile.am): Likewise.
12473         * modules/strtoimax (Makefile.am): Likewise.
12474         * modules/strtok_r (Makefile.am): Likewise.
12475         * modules/strtol (Makefile.am): Likewise.
12476         * modules/strtoll (Makefile.am): Likewise.
12477         * modules/strtoul (Makefile.am): Likewise.
12478         * modules/strtoull (Makefile.am): Likewise.
12479         * modules/strtoumax (Makefile.am): Likewise.
12480         * modules/strverscmp (Makefile.am): Likewise.
12481         * modules/sys_socket (Makefile.am): Likewise.
12482         * modules/sys_stat (Makefile.am): Likewise.
12483         * modules/sysexits (Makefile.am): Likewise.
12484         * modules/time_r (Makefile.am): Likewise.
12485         * modules/timegm (Makefile.am): Likewise.
12486         * modules/timespec (Makefile.am): Likewise.
12487         * modules/tmpfile-safer (Makefile.am): Likewise.
12488         * modules/trim (Makefile.am): Likewise.
12489         * modules/unistd-safer (Makefile.am): Likewise.
12490         * modules/unlinkdir (Makefile.am): Likewise.
12491         * modules/unlocked-io (Makefile.am): Likewise.
12492         * modules/userspec (Makefile.am): Likewise.
12493         * modules/utime (Makefile.am): Likewise.
12494         * modules/utimecmp (Makefile.am): Likewise.
12495         * modules/utimens (Makefile.am): Likewise.
12496         * modules/vasnprintf (Makefile.am): Likewise.
12497         * modules/vasprintf (Makefile.am): Likewise.
12498         * modules/vsnprintf (Makefile.am): Likewise.
12499         * modules/xalloc (Makefile.am): Likewise.
12500         * modules/xgetcwd (Makefile.am): Likewise.
12501         * modules/xnanosleep (Makefile.am): Likewise.
12502         * modules/xreadlink (Makefile.am): Likewise.
12503         * modules/xstrtod (Makefile.am): Likewise.
12504         * modules/xstrtol (Makefile.am): Likewise.
12505         * modules/xstrtold (Makefile.am): Likewise.
12506         * modules/yesno (Makefile.am): Likewise.
12507         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
12508
12509 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12510
12511         * modules/error (Makefile.am): Distribute files through
12512         EXTRA_DIST, not lib_SOURCES.
12513
12514 2006-10-12  Eric Blake  <ebb9@byu.net>
12515
12516         * modules/error (Makefile.am): Distribute files in /lib.
12517         * modules/obstack (Makefile.am): Likewise.
12518
12519 2006-10-12  Bruno Haible  <bruno@clisp.org>
12520
12521         * modules/acl (Makefile.am): Distribute all files in lib/ through
12522         EXTRA_DIST.
12523         * modules/arcfour (Makefile.am): Likewise.
12524         * modules/arctwo (Makefile.am): Likewise.
12525         * modules/argmatch (Makefile.am): Likewise.
12526         * modules/argz (Makefile.am): Likewise.
12527         * modules/atexit (Makefile.am): Likewise.
12528         * modules/backupfile (Makefile.am): Likewise.
12529         * modules/c-strtod (Makefile.am): Likewise.
12530         * modules/c-strtold (Makefile.am): Likewise.
12531         * modules/calloc (Makefile.am): Likewise.
12532         * modules/canon-host (Makefile.am): Likewise.
12533         * modules/canonicalize (Makefile.am): Likewise.
12534         * modules/chdir-long (Makefile.am): Likewise.
12535         * modules/chdir-safer (Makefile.am): Likewise.
12536         * modules/check-version (Makefile.am): Likewise.
12537         * modules/chown (Makefile.am): Likewise.
12538         * modules/cloexec (Makefile.am): Likewise.
12539         * modules/close-stream (Makefile.am): Likewise.
12540         * modules/closeout (Makefile.am): Likewise.
12541         * modules/crc (Makefile.am): Likewise.
12542         * modules/cycle-check (Makefile.am): Likewise.
12543         * modules/des (Makefile.am): Likewise.
12544         * modules/dirfd (Makefile.am): Likewise.
12545         * modules/dirname (Makefile.am): Likewise.
12546         * modules/dup2 (Makefile.am): Likewise.
12547         * modules/euidaccess (Makefile.am): Likewise.
12548         * modules/exclude (Makefile.am): Likewise.
12549         * modules/exitfail (Makefile.am): Likewise.
12550         * modules/fcntl-safer (Makefile.am): Likewise.
12551         * modules/file-type (Makefile.am): Likewise.
12552         * modules/fileblocks (Makefile.am): Likewise.
12553         * modules/filemode (Makefile.am): Likewise.
12554         * modules/filenamecat (Makefile.am): Likewise.
12555         * modules/fnmatch (Makefile.am): Likewise.
12556         * modules/fopen-safer (Makefile.am): Likewise.
12557         * modules/fpending (Makefile.am): Likewise.
12558         * modules/fprintftime (Makefile.am): Likewise.
12559         * modules/free (Makefile.am): Likewise.
12560         * modules/fsusage (Makefile.am): Likewise.
12561         * modules/ftruncate (Makefile.am): Likewise.
12562         * modules/fts (Makefile.am): Likewise.
12563         * modules/gc (Makefile.am): Likewise.
12564         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12565         * modules/getaddrinfo (Makefile.am): Likewise.
12566         * modules/getcwd (Makefile.am): Likewise.
12567         * modules/getdelim (Makefile.am): Likewise.
12568         * modules/getdomainname (Makefile.am): Likewise.
12569         * modules/getgroups (Makefile.am): Likewise.
12570         * modules/gethostname (Makefile.am): Likewise.
12571         * modules/gethrxtime (Makefile.am): Likewise.
12572         * modules/getline (Makefile.am): Likewise.
12573         * modules/getloadavg (Makefile.am): Likewise.
12574         * modules/getlogin_r (Makefile.am): Likewise.
12575         * modules/getopt (Makefile.am): Likewise.
12576         * modules/getpass (Makefile.am): Likewise.
12577         * modules/getpass-gnu (Makefile.am): Likewise.
12578         * modules/getsubopt (Makefile.am): Likewise.
12579         * modules/gettime (Makefile.am): Likewise.
12580         * modules/gettimeofday (Makefile.am): Likewise.
12581         * modules/getugroups (Makefile.am): Likewise.
12582         * modules/getusershell (Makefile.am): Likewise.
12583         * modules/glob (Makefile.am): Likewise.
12584         * modules/group-member (Makefile.am): Likewise.
12585         * modules/hard-locale (Makefile.am): Likewise.
12586         * modules/hash (Makefile.am): Likewise.
12587         * modules/hmac-md5 (Makefile.am): Likewise.
12588         * modules/hmac-sha1 (Makefile.am): Likewise.
12589         * modules/human (Makefile.am): Likewise.
12590         * modules/idcache (Makefile.am): Likewise.
12591         * modules/imaxabs (Makefile.am): Likewise.
12592         * modules/imaxdiv (Makefile.am): Likewise.
12593         * modules/inet_ntop (Makefile.am): Likewise.
12594         * modules/inet_pton (Makefile.am): Likewise.
12595         * modules/inttostr (Makefile.am): Likewise.
12596         * modules/isapipe (Makefile.am): Likewise.
12597         * modules/lchown (Makefile.am): Likewise.
12598         * modules/long-options (Makefile.am): Likewise.
12599         * modules/lstat (Makefile.am): Likewise.
12600         * modules/malloc (Makefile.am): Likewise.
12601         * modules/mathl (Makefile.am): Likewise.
12602         * modules/mbchar (Makefile.am): Likewise.
12603         * modules/md2 (Makefile.am): Likewise.
12604         * modules/md4 (Makefile.am): Likewise.
12605         * modules/md5 (Makefile.am): Likewise.
12606         * modules/memcasecmp (Makefile.am): Likewise.
12607         * modules/memchr (Makefile.am): Likewise.
12608         * modules/memcmp (Makefile.am): Likewise.
12609         * modules/memcoll (Makefile.am): Likewise.
12610         * modules/memcpy (Makefile.am): Likewise.
12611         * modules/memmem (Makefile.am): Likewise.
12612         * modules/memmove (Makefile.am): Likewise.
12613         * modules/mempcpy (Makefile.am): Likewise.
12614         * modules/memrchr (Makefile.am): Likewise.
12615         * modules/memset (Makefile.am): Likewise.
12616         * modules/memxor (Makefile.am): Likewise.
12617         * modules/mkancesdirs (Makefile.am): Likewise.
12618         * modules/mkdir (Makefile.am): Likewise.
12619         * modules/mkdir-p (Makefile.am): Likewise.
12620         * modules/mkdtemp (Makefile.am): Likewise.
12621         * modules/mkstemp (Makefile.am): Likewise.
12622         * modules/mktime (Makefile.am): Likewise.
12623         * modules/modechange (Makefile.am): Likewise.
12624         * modules/mountlist (Makefile.am): Likewise.
12625         * modules/nanosleep (Makefile.am): Likewise.
12626         * modules/openat (Makefile.am): Likewise.
12627         * modules/pagealign_alloc (Makefile.am): Likewise.
12628         * modules/physmem (Makefile.am): Likewise.
12629         * modules/poll (Makefile.am): Likewise.
12630         * modules/posixtm (Makefile.am): Likewise.
12631         * modules/posixver (Makefile.am): Likewise.
12632         * modules/putenv (Makefile.am): Likewise.
12633         * modules/quote (Makefile.am): Likewise.
12634         * modules/quotearg (Makefile.am): Likewise.
12635         * modules/raise (Makefile.am): Likewise.
12636         * modules/read-file (Makefile.am): Likewise.
12637         * modules/readline (Makefile.am): Likewise.
12638         * modules/readlink (Makefile.am): Likewise.
12639         * modules/readtokens (Makefile.am): Likewise.
12640         * modules/readutmp (Makefile.am): Likewise.
12641         * modules/realloc (Makefile.am): Likewise.
12642         * modules/regex (Makefile.am): Likewise.
12643         * modules/rename (Makefile.am): Likewise.
12644         * modules/rename-dest-slash (Makefile.am): Likewise.
12645         * modules/rijndael (Makefile.am): Likewise.
12646         * modules/rmdir (Makefile.am): Likewise.
12647         * modules/rpmatch (Makefile.am): Likewise.
12648         * modules/safe-read (Makefile.am): Likewise.
12649         * modules/safe-write (Makefile.am): Likewise.
12650         * modules/same (Makefile.am): Likewise.
12651         * modules/save-cwd (Makefile.am): Likewise.
12652         * modules/savedir (Makefile.am): Likewise.
12653         * modules/setenv (Makefile.am): Likewise.
12654         * modules/settime (Makefile.am): Likewise.
12655         * modules/sha1 (Makefile.am): Likewise.
12656         * modules/sig2str (Makefile.am): Likewise.
12657         * modules/snprintf (Makefile.am): Likewise.
12658         * modules/stdlib-safer (Makefile.am): Likewise.
12659         * modules/stpcpy (Makefile.am): Likewise.
12660         * modules/stpncpy (Makefile.am): Likewise.
12661         * modules/strcase (Makefile.am): Likewise.
12662         * modules/strcasestr (Makefile.am): Likewise.
12663         * modules/strchrnul (Makefile.am): Likewise.
12664         * modules/strcspn (Makefile.am): Likewise.
12665         * modules/strdup (Makefile.am): Likewise.
12666         * modules/strerror (Makefile.am): Likewise.
12667         * modules/strftime (Makefile.am): Likewise.
12668         * modules/strndup (Makefile.am): Likewise.
12669         * modules/strnlen (Makefile.am): Likewise.
12670         * modules/strpbrk (Makefile.am): Likewise.
12671         * modules/strsep (Makefile.am): Likewise.
12672         * modules/strstr (Makefile.am): Likewise.
12673         * modules/strtod (Makefile.am): Likewise.
12674         * modules/strtoimax (Makefile.am): Likewise.
12675         * modules/strtok_r (Makefile.am): Likewise.
12676         * modules/strtol (Makefile.am): Likewise.
12677         * modules/strtoll (Makefile.am): Likewise.
12678         * modules/strtoul (Makefile.am): Likewise.
12679         * modules/strtoull (Makefile.am): Likewise.
12680         * modules/strtoumax (Makefile.am): Likewise.
12681         * modules/strverscmp (Makefile.am): Likewise.
12682         * modules/time_r (Makefile.am): Likewise.
12683         * modules/timegm (Makefile.am): Likewise.
12684         * modules/tmpfile-safer (Makefile.am): Likewise.
12685         * modules/unistd-safer (Makefile.am): Likewise.
12686         * modules/unlinkdir (Makefile.am): Likewise.
12687         * modules/userspec (Makefile.am): Likewise.
12688         * modules/utime (Makefile.am): Likewise.
12689         * modules/utimecmp (Makefile.am): Likewise.
12690         * modules/utimens (Makefile.am): Likewise.
12691         * modules/vasnprintf (Makefile.am): Likewise.
12692         * modules/vasprintf (Makefile.am): Likewise.
12693         * modules/vsnprintf (Makefile.am): Likewise.
12694         * modules/xalloc (Makefile.am): Likewise.
12695         * modules/xgetcwd (Makefile.am): Likewise.
12696         * modules/xnanosleep (Makefile.am): Likewise.
12697         * modules/xreadlink (Makefile.am): Likewise.
12698         * modules/xstrtod (Makefile.am): Likewise.
12699         * modules/xstrtol (Makefile.am): Likewise.
12700         * modules/xstrtold (Makefile.am): Likewise.
12701         * modules/yesno (Makefile.am): Likewise.
12702
12703 2006-10-12  Jim Meyering  <jim@meyering.net>
12704
12705         * m4/getloadavg.m4: Revert the change below.
12706
12707         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12708         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12709         fail with a symlink, which is what coreutils' ./bootstrap now
12710         creates by default.
12711
12712 2006-10-12  Bruno Haible  <bruno@clisp.org>
12713
12714         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12715         mingw.
12716         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12717         MSVC and mingw explicitly.
12718
12719 2006-10-11  Simon Josefsson  <jas@extundo.com>
12720             Bruno Haible  <bruno@clisp.org>
12721
12722         Add support for multiple gnulib-tool invocations in the scope of a
12723         single configure.ac file.
12724         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12725         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12726         with the same contents as the _LIBADD variable.
12727         (func_emit_initmacro_start, func_emit_initmacro_end,
12728         func_emit_initmacro_done): New functions.
12729         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12730         gl_LIBOBJS and gl_LTLIBOBJS.
12731
12732 2006-10-11  Bruno Haible  <bruno@clisp.org>
12733
12734         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12735         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12736         autoreconf. Instead, invoke autopoint explicitly but move back the
12737         *.m4 files from gnulib.
12738
12739 2006-10-11  Bruno Haible  <bruno@clisp.org>
12740
12741         * gnulib-tool (func_usage): Make module names after --create-testdir
12742         optional.
12743         (func_create_testdir): If no module was specified, use nearly all
12744         modules.
12745
12746 2006-10-12  Jim Meyering  <jim@meyering.net>
12747
12748         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12749         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12750         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12751         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12752         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12753         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12754         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12755         (fts_set_stat_required): New function.
12756         (fts_open): Defer the calls to fts_stat, if possible or requested.
12757         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12758         into fts_stat itself.
12759         (fts_read): Perform any required (deferred) fts_stat call.
12760         (fts_build): Likewise, for the directory we're about to open and read.
12761         In the readdir loop, carefully decide whether each entry will require
12762         an eventual call to fts_stat, using dirent.d_type info if available.
12763         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12764         a command line argument into this function.  Update all callers.
12765         Map a return value of FTS_DOT to FTS_D for a command line argument.
12766         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12767         Thanks to Miklos Szeredi for his tenacity and for the initial
12768         bug report about "find" failing on a FUSE-based file system.
12769
12770         * lib/fts.c (fts_open): Use consistent indentation.
12771
12772 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12773
12774         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12775         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12776         reported by Jim Meyering.  All uses of cache variables renamed
12777         to match Autoconf's.
12778         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12779         the other one.
12780
12781         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12782         Fix misspelling in diagnostic.
12783
12784 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12785
12786         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12787         defined.  Problem reported by Matthew Woehlke.
12788
12789         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12790         Add support for Tandem NonStop R series.
12791         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12792         Use new macro.
12793
12794         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12795         (has_trailing_slash): Omit size arg; all callers changed.
12796         Omit 'inline', since it doesn't help performance and we'd
12797         need to configure it.
12798         Don't count //, ///, etc. as having a trailing slash.
12799         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12800         (rpl_rename_dest_slash): On failure, use rename's errno rather
12801         than (in some cases) an incorrect or junk errno.
12802         Simplify code by removing need to compute length; this does
12803         cause it to make two passes instead of one over the file name,
12804         but it's worth it.
12805
12806         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12807         change, since Autoconf's version may no longer be appropriate now
12808         that we are using CVS Autoconf's version.  Add support for Tandem.
12809
12810 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12811             Bruno Haible  <bruno@clisp.org>
12812
12813         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12814         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12815         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12816         gl_AC_TYPE_LONG_LONG.
12817
12818         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12819         instead of HAVE_LONG_LONG.
12820         * lib/printf-args.c (printf_fetchargs): Likewise.
12821         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12822         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12823         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12824         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12825         gl_AC_TYPE_LONG_LONG.
12826
12827 2006-10-11  Bruno Haible  <bruno@clisp.org>
12828
12829         * m4/longlong.m4: Add comments.
12830         * m4/ulonglong.m4: Likewise.
12831
12832 2006-10-10  Bruno Haible  <bruno@clisp.org>
12833
12834         Make it possible to #define stpcpy, strdup to aliases.
12835         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12836         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12837
12838 2006-10-10  Bruno Haible  <bruno@clisp.org>
12839
12840         Make it possible to #define gcd to an alias.
12841         * lib/gcd.c: Include config.h.
12842
12843 2006-10-10  Bruno Haible  <bruno@clisp.org>
12844
12845         Make it possible to #define c_isascii to an alias.
12846         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12847         defined. Undefine the macros before defining them, to avoid gcc
12848         warnings.
12849         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12850         define NO_C_CTYPE_MACROS early.
12851
12852 2006-10-10  Bruno Haible  <bruno@clisp.org>
12853
12854         Make it possible to #define set_program_name to an alias.
12855         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12856         ENABLE_RELOCATABLE early.
12857
12858 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12859
12860         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12861         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12862         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12863         More generally, don't assume that 64-bit signed int is available
12864         if unsigned int is, and vice versa.
12865         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12866         unsigned symbols, not on their signed counterparts.
12867         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12868         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12869         (UINT64_C, UINTMAX_C):
12870         Likewise.
12871         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12872         unsigned counterparts.
12873         (Have_long_long, Unsigned): New macros.
12874         (Int): Renamed from INT.
12875         (strtoimax): Use the new macros.
12876         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12877         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12878         * modules/inttypes (inttypes.h): Substitute
12879         HAVE_UNSIGNED_LONG_LONG_INT.
12880         * modules/stdint (stdint.h): Likewise.
12881         (Files): Add m4/ulonglong.m4.
12882
12883 2006-10-10  Bruno Haible  <bruno@clisp.org>
12884
12885         Fix a gcc -Wshadow warning.
12886         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12887         to 'bucket'.
12888         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12889         gl_linked_indexof_from_to): Likewise.
12890         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12891         Likewise.
12892         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12893         Likewise.
12894         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12895         Reported by Eric Blake.
12896
12897 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12898
12899         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12900         for NetBSD.  Problem reported by Bruno Haible.
12901
12902 2006-10-09  Jim Meyering  <jim@meyering.net>
12903
12904         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12905         Patch from Bruno Haible.
12906
12907 2006-10-09  Jim Meyering  <jim@meyering.net>
12908
12909         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12910         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12911         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12912
12913 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12914
12915         Don't include <config.h> twice; this doesn't work in some cases,
12916         e.g., when config.h has "#define intmax_t long long int" and
12917         we include <config.h>, <inttypes.h>, <config.h> in that order.
12918         Problem reported by Matthew Woehlke in:
12919         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12920         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12921         * lib/fts-cycle.c: Don't include config.h.
12922         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12923         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12924         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12925         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12926         inttypes.h.
12927         * lib/xstrtoumax.c: Likewise.
12928         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12929         __strtol and the like, so that this module is more like its siblings.
12930         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12931         Remove; no longer needed now that we assume gnulib inttypes.h.
12932
12933 2006-10-08  Bruno Haible  <bruno@clisp.org>
12934
12935         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12936         option.
12937
12938 2006-10-07  Jim Meyering  <jim@meyering.net>
12939
12940         * modules/inttypes (inttypes.h): Revert what seems to have been
12941         an inadvertent part of today's change: use "|", not "/" in the
12942         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12943
12944 2006-10-07  Bruno Haible  <bruno@clisp.org>
12945
12946         * modules/sublist: New file.
12947
12948 2006-10-07  Bruno Haible  <bruno@clisp.org>
12949
12950         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12951         * modules/argz (argz.h): Likewise.
12952         * modules/arpa_inet (arpa/inet.h): Likewise.
12953         * modules/byteswap (byteswap.h): Likewise.
12954         * modules/configmake (configmake.h): Likewise.
12955         * modules/fcntl (fcntl.h): Likewise.
12956         * modules/fnmatch (fnmatch.h): Likewise.
12957         * modules/getopt (getopt.h): Likewise.
12958         * modules/glob (glob.h): Likewise.
12959         * modules/inttypes (inttypes.h): Likewise.
12960         * modules/netinet_in (netinet/in.h): Likewise.
12961         * modules/poll (poll.h): Likewise.
12962         * modules/stdbool (stdbool.h): Likewise.
12963         * modules/stdint (stdint.h): Likewise.
12964         * modules/sys_select (sys/select.h): Likewise.
12965         * modules/sys_socket (sys/socket.h): Likewise.
12966         * modules/sys_stat (sys/stat.h): Likewise.
12967         * modules/sysexits (sysexits.h): Likewise.
12968         * modules/unistd (unistd.h): Likewise.
12969         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12970         Add a "DO NOT EDIT" comment to the generated file.
12971         (func_import): Likewise for gnulib-comp.m4.
12972
12973 2006-10-07  Bruno Haible  <bruno@clisp.org>
12974
12975         * lib/gl_sublist.h: New file.
12976         * lib/gl_sublist.c: New file.
12977
12978 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12981         name (relative to the original working directory) and the file
12982         name component (relative to the temporary working directory).  All
12983         callers changed.
12984         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12985         * lib/mkdir-p.c (make_dir_parents): Likewise.
12986         * lib/mkdir-p.h (make_dir_parents): Likewise.
12987
12988 2006-10-06  Eric Blake  <ebb9@byu.net>
12989
12990         Define several macros for use by the clean-temp module.
12991         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12992         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12993         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12994
12995         * lib/clean-temp.h (close_stream_temp): New declaration.
12996         * lib/clean-temp.c (includes): Pull in headers according to what
12997         other modules are in use.
12998         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12999
13000 2006-10-06  Bruno Haible  <bruno@clisp.org>
13001
13002         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
13003         instead of fopen, fwriteerror.
13004
13005 2006-10-06  Bruno Haible  <bruno@clisp.org>
13006
13007         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
13008         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
13009         int.
13010         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
13011         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
13012         Return an error indicator.
13013         Suggested by Eric Blake.
13014
13015 2006-10-06  Bruno Haible  <bruno@clisp.org>
13016
13017         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
13018         Reported by Eric Blake.
13019
13020 2006-10-06  Bruno Haible  <bruno@clisp.org>
13021
13022         * modules/closeout (Description): Mention stderr too.
13023
13024 2006-10-06  Bruno Haible  <bruno@clisp.org>
13025         and Paul Eggert  <eggert@cs.ucla.edu>
13026
13027         * lib/closeout.c (close_stdout): Also close stderr.
13028         * lib/closeout.h: Update comment.
13029
13030 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13031
13032         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
13033         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
13034         * lib/dirchownmod.c: Include lchown.h.
13035         * lib/lchown.c: Don't include files that lchown.h now includes.
13036         Don't declare chown, since lchown.h now does that.
13037         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
13038         (lchown): Define to rpl_chown if lchown is declared but
13039         does not exist.  Declare using a prototype if lchown is not
13040         declared.  Add a copyright notice.
13041         * lib/mkstemp.h: Include <unistd.h>.
13042         * lib/openat.c: Include lchown.h.
13043
13044         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
13045         we now test for that separately.
13046         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
13047         rather than O_NOFOLLOW, when testing whether it's possible to
13048         avoid a race condition reliably.
13049         * lib/savewd.c (savewd_chdir): Likewise.
13050
13051         Remove macros that are no longer needed now that stdint.h is
13052         reliable.
13053         * lib/fsusage.c (UINTMAX_MAX): Remove.
13054         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
13055         * lib/utimecmp.c (SIZE_MAX): Remove.
13056
13057         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
13058
13059         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
13060         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
13061         O_NOATIME works.
13062
13063 2006-10-05  Bruno Haible  <bruno@clisp.org>
13064
13065         * lib/gl_list.h (gl_sortedlist_search_from_to,
13066         gl_sortedlist_indexof_from_to): New declarations.
13067         (gl_list_implementation): New fields sortedlist_search_from_to,
13068         sortedlist_indexof_from_to.
13069         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
13070         inline functions.
13071         * lib/gl_list.c (gl_sortedlist_search_from_to,
13072         gl_sortedlist_indexof_from_to): New functions.
13073         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
13074         function.
13075         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
13076         (gl_array_sortedlist_search_from_to): New function.
13077         (gl_array_list_implementation): Update.
13078         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
13079         function.
13080         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
13081         (gl_carray_sortedlist_search_from_to): New function.
13082         (gl_carray_list_implementation): Update.
13083         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
13084         gl_linked_sortedlist_indexof_from_to): New functions.
13085         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
13086         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
13087         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
13088         gl_tree_sortedlist_indexof_from_to): New functions.
13089         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
13090         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
13091         Update.
13092         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
13093         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
13094         Update.
13095
13096 2006-10-05  Bruno Haible  <bruno@clisp.org>
13097
13098         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
13099         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
13100         (struct gl_list_implementation): Add fields search_from_to,
13101         indexof_from_to. Remove fields search, indexof.
13102         (gl_list_search): Use the search_from_to method.
13103         (gl_list_search_from, gl_list_search_from_to): New functions.
13104         (gl_list_indexof): Use the indexof_from_to method.
13105         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
13106         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
13107         (gl_list_search_from, gl_list_search_from_to): New functions.
13108         (gl_list_indexof): Use the indexof_from_to method.
13109         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
13110         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
13111         gl_array_indexof. Add start_index, end_index arguments.
13112         (gl_array_search_from_to): Renamed from gl_array_search. Add
13113         start_index, end_index arguments.
13114         (gl_array_remove, gl_array_list_implementation): Update.
13115         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
13116         gl_carray_indexof. Add start_index, end_index arguments.
13117         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
13118         start_index, end_index arguments.
13119         (gl_carray_remove, gl_carray_list_implementation): Update.
13120         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
13121         gl_linked_search. Add start_index, end_index arguments.
13122         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
13123         start_index, end_index arguments.
13124         (gl_linked_remove): Update.
13125         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
13126         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
13127         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
13128         field to 'size_t'.
13129         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
13130         gl_tree_search. Add start_index, end_index arguments.
13131         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
13132         start_index, end_index arguments.
13133         (gl_tree_remove): Update.
13134         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
13135         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
13136         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
13137         function.
13138         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
13139         gl_tree_search. Add start_index, end_index arguments.
13140         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
13141         start_index, end_index arguments.
13142         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
13143         Update.
13144         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
13145
13146 2006-10-05  Bruno Haible  <bruno@clisp.org>
13147
13148         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
13149
13150         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
13151         fwriteerror_temp): New declarations.
13152         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
13153         (descriptors): New variable.
13154         (cleanup): First, close the descriptors.
13155         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
13156         fclose_temp, fwriteerror_temp): New functions.
13157
13158 2006-10-04  Jim Meyering  <jim@meyering.net>
13159
13160         * lib/fts.c (fts_open): Tiny comment change.
13161
13162 2006-10-04  Bruno Haible  <bruno@clisp.org>
13163
13164         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
13165         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
13166         gl_LOCK_BODY.
13167         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
13168         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
13169         gl_LOCK_EARLY_BODY.
13170         (gl_LOCK): Require gl_LOCK_BODY.
13171
13172 2006-10-04  Bruno Haible  <bruno@clisp.org>
13173
13174         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
13175         (gl_oset_search_atleast): New declaration.
13176         (struct gl_oset_implementation): Add field 'search_atleast'.
13177         (gl_oset_search_atleast): New inline function.
13178         * lib/gl_oset.c (gl_oset_search_atleast): New function.
13179         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
13180         (gl_array_oset_implementation): Update.
13181         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
13182         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
13183         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
13184
13185 2006-10-04  Bruno Haible  <bruno@clisp.org>
13186
13187         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
13188
13189 2006-10-03  Bruno Haible  <bruno@clisp.org>
13190
13191         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
13192         from gl_avltreehash_list_implementation.
13193
13194 2006-10-03  Bruno Haible  <bruno@clisp.org>
13195
13196         * lib/gl_oset.c (gl_oset_add): Fix return type.
13197
13198 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
13199
13200         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
13201
13202 2006-10-02  Eric Blake  <ebb9@byu.net>
13203
13204         * modules/strnlen (Depends-on): Add extensions.
13205
13206 2006-10-02  Eric Blake  <ebb9@byu.net>
13207
13208         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
13209         definition in 2.60+.
13210
13211 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13212
13213         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
13214         checks.
13215
13216 2006-10-02  Bruno Haible  <bruno@clisp.org>
13217
13218         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
13219         to the AUTOMAKE_OPTIONS.
13220         Reported by Jim Meyering.
13221
13222 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13223
13224         Work around bug in Solaris 10 /proc file system:
13225         /proc/self/fd/NNN/.. isn't the parent directory of
13226         the directory whose file descriptor is NNN.  This needs to
13227         be worked around at run time, not compile time, since a
13228         program might be built on Solaris 8, where things work, and
13229         run on Solaris 10.
13230         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
13231         to use the following interface instead:
13232         (OPENAT_BUFFER_SIZE): New macro.
13233         (openat_proc_name): New function.
13234         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
13235         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
13236         Likewise.
13237         * lib/openat-proc.c: New file.
13238         * modules/openat (Files): Add lib/openat-proc.c.
13239         (Depends-on): Add same-inode, stdbool.
13240         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
13241
13242 2006-09-29  Bruno Haible  <bruno@clisp.org>
13243
13244         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
13245         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
13246         argument. Set stdout_closed before testing for ferror, not after.
13247         (fwriteerror, fwriteerror_no_ebadf): New functions.
13248
13249 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13250
13251         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
13252
13253 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
13254
13255         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
13256         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
13257
13258 2006-09-28  Jim Meyering  <jim@meyering.net>
13259
13260         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
13261         Include <unistd.h>.
13262
13263 2006-09-28  Bruno Haible  <bruno@clisp.org>
13264
13265         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
13266         * modules/linkedhash-list (Depends-on): Likewise.
13267         * modules/rbtreehash-list (Depends-on): Likewise.
13268
13269 2006-09-28  Bruno Haible  <bruno@clisp.org>
13270
13271         * lib/strndup.h: Simplify the redefinition of strndup.
13272         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
13273         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
13274
13275 2006-09-28  Bruno Haible  <bruno@clisp.org>
13276
13277         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
13278         * lib/gl_linkedhash_list.c: Likewise.
13279         * lib/gl_rbtreehash_list.c: Likewise.
13280
13281 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13282
13283         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
13284         getaddrinfo.
13285
13286         * lib/__fpending.h: Don't include <stdio_ext.h> unless
13287         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
13288         it causes <stdio_ext.h> to cause a compile-time error.
13289         Problem reported by Nelson H. F. Beebe.
13290         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
13291         of HAVE_DECL___PENDING.
13292
13293         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
13294         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
13295         declaration.
13296
13297 2006-09-27  Jim Meyering  <jim@meyering.net>
13298
13299         This file could end up with a definition for a function
13300         named __strndup, rather than rpl_strndup on a system with
13301         incomplete weak_alias support.
13302         * lib/strndup.c (strndup): Rename from __strndup.
13303         Remove #defines that used to map __strndup to strndup.
13304         Don't use K&R prototypes.
13305         Remove LIBC-related code, since this file is not sync'd with glibc.
13306         * lib/strndup.h: Revamp, accordingly.
13307         * m4/strndup.m4: Modernize.
13308
13309 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13310
13311         * modules/savewd (Depends-on): Add 'raise'.
13312         * lib/savewd.c: Include <signal.h>, for 'raise'.
13313
13314 2006-09-26  Jim Meyering  <jim@meyering.net>
13315
13316         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
13317         when we detect Darwin 8.7.0's acl_get_file bug.
13318         Rearrange to perform the new (below) run-test while $LIBS
13319         contains any acl-related library.  Set USE_ACL at the end.
13320         (gl_ACL_GET_FILE): New function.
13321
13322 2006-09-26  Eric Blake  <ebb9@byu.net>
13323
13324         * lib/verror.c: Include <config.h> unconditionally.
13325
13326 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
13327
13328         * modules/clock-time (Maintainer): Add self.
13329         * modules/getlogin_r (Depends-on): Add extensions.
13330
13331 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13332
13333         * modules/clock-time: New module.
13334         * modules/nanosleep (Depends-on): Add clock-time.
13335         * modules/gethrxtime (Depends-on): Likewise.
13336         * modules/gettime (Depends-on): Likewise.
13337         * modules/settime (Depends-on): Likewise.
13338
13339         * modules/fts-lgpl: Depend on openat.
13340         * modules/mkancesdirs: Depend on savewd.
13341         * modules/mkdir-p: Likewise.
13342
13343 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13344
13345         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
13346
13347         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
13348         `gl_have_arbitrary_file_name_length_limit' to
13349         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
13350         actually works between configure runs.
13351
13352 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13353             Bruno Haible  <bruno@clisp.org>
13354
13355         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
13356
13357 2006-09-25  Jim Meyering  <jim@meyering.net>
13358
13359         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
13360         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
13361
13362 2006-09-25  Eric Blake  <ebb9@byu.net>
13363
13364         * gnulib-tool (func_import, func_create_testdir): Fix typos in
13365         exec's in 2006-09-18 patch when shuffling fds.
13366
13367 2006-09-25  Bruno Haible  <bruno@clisp.org>
13368
13369         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
13370         Reported by Jim Meyering.
13371
13372 2006-09-24  Jim Meyering  <jim@meyering.net>
13373
13374         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
13375         compare a pointer against a literal "0".  That caused failures with
13376         at least HP-UX's hpcc.
13377
13378 2006-09-22  Simon Josefsson  <jas@extundo.com>
13379
13380         * modules/gc-sha1:
13381         * modules/gc-md4:
13382         * modules/gc-hmac-sha1:
13383         * modules/gc-hmac-md5:
13384         * modules/gc-des:
13385         * modules/gc-arcfour: Distribute more files.
13386
13387 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13388
13389         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
13390         (gl_linked_iterator_from_to): Initialize struct completely.
13391         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
13392         (gl_tree_iterator_from_to): Likewise
13393         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
13394         * lib/gl_array_list.c [lint] (gl_array_iterator)
13395         (gl_array_iterator_from_to): Likewise.
13396         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
13397         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
13398         (gl_carray_iterator_from_to): Likewise.
13399
13400         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
13401         * lib/md4.c (md4_process_block): Remove unused variable.
13402         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
13403         parentheses for clarity.
13404
13405 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13406
13407         * modules/bison-i18n (Depends-on): Add gettext.
13408
13409 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13410
13411         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
13412         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
13413         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
13414         also add missing comma that caused broken test.
13415         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
13416         stdlib.h, for `abort'.
13417         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
13418         variables.
13419         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
13420         include unistd.h if present, for `rmdir'.
13421         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
13422         variables.
13423         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
13424         in the process include standard headers for prototypes.
13425         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
13426         gets declared on GNU/Linux.
13427         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
13428         unistd.h, for `rmdir'.
13429         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
13430
13431         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
13432         always true.
13433         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
13434
13435         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
13436
13437 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13438
13439         * gnulib-tool (func_version): Create output all at once.  This
13440         may help avoid triggering unnecessary SIGPIPEs, and at any
13441         rate it doesn't hurt.
13442
13443 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13444             Bruno Haible  <bruno@clisp.org>
13445
13446         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
13447         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13448         * m4/signed.m4 (bh_C_SIGNED): Likewise.
13449
13450         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
13451         (gl_FUNC_VASPRINTF): Invoke it.
13452
13453 2006-09-22  Bruno Haible  <bruno@clisp.org>
13454
13455         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
13456         getloadavg.c as first argument.
13457
13458 2006-09-22  Bruno Haible  <bruno@clisp.org>
13459
13460         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
13461         at the beginning of the gl_INIT macro.
13462         * modules/getloadavg (configure.ac): Pass $gl_source_base to
13463         gl_GETLOADAVG.
13464
13465 2006-09-22  Bruno Haible  <bruno@clisp.org>
13466
13467         * gnulib-tool (func_create_megatestdir): Don't include the config-h
13468         module.
13469         Suggested by Ralf Wildenhues.
13470
13471 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13472
13473         Import this patch from libc:
13474
13475         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13476
13477         * lib/regex_internal.c (re_string_reconstruct): Handle
13478         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13479         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13480         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13481         re_string_context_at.
13482
13483         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
13484         now requires it.
13485         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
13486         gl_REGEX now does it for us.
13487         (gl_REGEX): Add test taken from
13488         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
13489
13490         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
13491         Check that large offsets work.  Modernize Autoconf usages.
13492         Prefer "yes" to mean a good thing rather than a bad.
13493         Don't put "#define mkstemp" in config.h, as this might interfere
13494         with standard system headers that "#define mkstemp mkstemp64".
13495
13496         * modules/mkstemp (Depends-on): Add extensions, so that
13497         mkstemp is visible on some platforms.
13498         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
13499         (Include): Change to "mkstemp.h" from <stdlib.h>.
13500         (Files): Add mkstemp.h.
13501
13502         * lib/mkstemp.h: New file, since some standard headers
13503         #define mkstemp.
13504         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
13505         Include "mkstemp.h".
13506         Make the _LIBC code resemble glibc original more,
13507         e.g., use K&R style.
13508         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
13509         (mkstemp): Remove, since mkstemp.h does this for us.
13510         * lib/stdlib--.h: Include mkstemp.h.
13511
13512         Import this patch from libc:
13513
13514         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13515
13516         * lib/tempname.c (__gen_tempname): Change attempts_min
13517         into a macro.  Use preprocessor to decide how to initialize
13518         attempts [Coverity CID 67].
13519
13520 2006-09-20  Bruno Haible  <bruno@clisp.org>
13521
13522         * lib/mkdtemp.c: Import from libc.
13523         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13524                 * sysdeps/posix/tempname.c (__gen_tempname): Change
13525                 attempts_min into a macro.  Use preprocessor to decide how to
13526                 initialize attempts [Coverity CID 67].
13527         2001-11-27  Paul Eggert  <eggert@twinsun.com>
13528                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
13529                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
13530
13531 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13532
13533         * gnulib-tool (func_exit): New function, to allow to pass the
13534         exit status portably through the trap.  Use everywhere.
13535         (--help, --version): Signal a write error.
13536         (trap): catch SIGPIPE, for write errors.
13537         Exit at the end of the trap, with the correct exit status.
13538
13539 2006-09-19  Karl Berry  <karl@gnu.org>
13540
13541         * doc/gnulib.texi: note about the license texinfo files.
13542
13543 2006-09-19  Eric Blake  <ebb9@byu.net>
13544
13545         * gnulib-tool: Avoid space-tab.
13546
13547 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13548
13549         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
13550         that prevented coreutils 6.1 from building.  Problem reported
13551         by Petter Reinholdtsen.
13552
13553 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13554
13555         * gnulib-tool (avoidlist): Fix typo that broke options like
13556         --avoid=lock that are used by coreutils bootstrap.
13557
13558 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
13559
13560         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
13561         more systematically.
13562
13563 2006-09-18  Jim Meyering  <jim@meyering.net>
13564
13565         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
13566
13567 2006-09-18  Bruno Haible  <bruno@clisp.org>
13568
13569         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
13570
13571 2006-09-18  Bruno Haible  <bruno@clisp.org>
13572
13573         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
13574         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
13575         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
13576         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
13577         * m4/gettext.m4: Require autoconf >= 2.52.
13578         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
13579         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
13580         of gl_cv_header_inttypes_h.
13581
13582 2006-09-18  Bruno Haible  <bruno@clisp.org>
13583
13584         * lib/javaversion.c: Include configmake.h.
13585
13586 2006-09-18  Bruno Haible  <bruno@clisp.org>
13587
13588         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
13589         avoid that the while loops be executed in a subshell.
13590
13591 2006-09-18  Bruno Haible  <bruno@clisp.org>
13592
13593         * MODULES.html.sh (func_module): Break long lines.
13594         Suggested by Bruce Korb <bkorb@gnu.org>.
13595
13596 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13597
13598         Speed up by a factor of 1.12.
13599         * gnulib-tool (nl): New variable.
13600         (func_import): Rewrite include directive extraction to only read each
13601         directive once.
13602
13603 2006-09-17  Bruno Haible  <bruno@clisp.org>
13604
13605         * modules/javaversion (Makefile.am): Remove DEFS setting.
13606         (Depends-on): Add configmake, for PKGDATADIR definition.
13607
13608 2006-09-17  Bruno Haible  <bruno@clisp.org>
13609
13610         * gnulib-tool (func_create_testdir): Rewrite all files at once.
13611
13612 2006-09-17  Bruno Haible  <bruno@clisp.org>
13613
13614         * gnulib-tool (func_append): New function, stolen from libtool.m4.
13615         (func_modules_transitive_closure, func_modules_add_dummy,
13616         func_modules_to_filelist, func_import, func_create_testdir,
13617         func_create_megatestdir, ...): Use it wherever possible.
13618         Suggested by Ralf Wildenhues.
13619
13620 2006-09-16  Karl Berry  <karl@gnu.org>
13621
13622         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
13623         to avoid sectioning errors.
13624         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
13625         [ifinfo]: blank line after @center-ed titles.
13626         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
13627         Spell FSF address consistently with others.
13628         (These changes approved by rms.)
13629
13630 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13631
13632         Speed up by a factor of 1.61.
13633         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
13634         already checked module names again.
13635
13636 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13637
13638         Speed up by a factor of 1.13.
13639         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
13640         for new_files, and the input to func_add_or_update.
13641
13642 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13643
13644         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
13645         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
13646
13647 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13648
13649         * modules/mkancesdirs (Depends-on): Add fcntl.
13650         * modules/savewd: New file.
13651         * MODULES.html.sh (File system functions): Add savewd.
13652
13653         * modules/configmake (Makefile.am): Add support for the
13654         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13655
13656 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13657
13658         * m4/savewd.m4: New file.
13659
13660 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13661
13662         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13663         (dirchownmod): New arg FD.  All callers changed.
13664         Use FD rather than opening the directory ourself, as opening is
13665         now the caller's responsibility.
13666         * lib/dirchownmod.h: Likewise.
13667         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13668         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13669         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13670         (test_dir): Remove.
13671         (mkancesdirs): Return length of prefix of FILE that has already
13672         been made, or -2 if there is a child doing the work.  Redo
13673         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13674         ".", and treat ".." specially since it might stray back into
13675         already-created areas.  Use a subprocess if necessary.  New arg
13676         WD; all users changed.  MAKE_DIR function should now return 1
13677         if it creates a directory that is not readable.  Return -2 if
13678         a child process is spun off.
13679         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13680         Adjust signature to match code.
13681         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13682         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13683         all users changed.
13684         * lib/savewd.c, lib/savewd.h: New files.
13685
13686 2006-09-15  Jim Meyering  <jim@meyering.net>
13687
13688         * modules/rename-dest-slash: New module.
13689         * MODULES.html.sh (posix_compat): Add it here.
13690
13691         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13692
13693 2006-09-15  Jim Meyering  <jim@meyering.net>
13694
13695         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13696         file.
13697
13698         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13699
13700 2006-09-15  Jim Meyering  <jim@meyering.net>
13701
13702         * lib/rename-dest-slash.c (has_trailing_slash): Use
13703         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13704         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13705         test before testing whether SRC is a directory.
13706         Suggestions from Bruno Haible.
13707
13708         Avoid a warning about an unused variable.
13709         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13710         into the #ifdef block where it's used.
13711
13712         * lib/rename-dest-slash.c: New file.
13713
13714 2006-09-14  Bruno Haible  <bruno@clisp.org>
13715
13716         * lib/allocsa.c: Include <config.h> unconditionally.
13717         * lib/asnprintf.c: Likewise.
13718         * lib/asprintf.c: Likewise.
13719         * lib/c-strcasecmp.c: Likewise.
13720         * lib/c-strcasestr.c: Likewise.
13721         * lib/c-strncasecmp.c: Likewise.
13722         * lib/c-strstr.c: Likewise.
13723         * lib/classpath.c: Likewise.
13724         * lib/clean-temp.c: Likewise.
13725         * lib/concatpath.c: Likewise.
13726         * lib/copy-file.c: Likewise.
13727         * lib/csharpcomp.c: Likewise.
13728         * lib/csharpexec.c: Likewise.
13729         * lib/execute.c: Likewise.
13730         * lib/fatal-signal.c: Likewise.
13731         * lib/findprog.c: Likewise.
13732         * lib/fwriteerror.c: Likewise.
13733         * lib/gl_array_list.c: Likewise.
13734         * lib/gl_array_oset.c: Likewise.
13735         * lib/gl_avltree_list.c: Likewise.
13736         * lib/gl_avltree_oset.c: Likewise.
13737         * lib/gl_avltreehash_list.c: Likewise.
13738         * lib/gl_carray_list.c: Likewise.
13739         * lib/gl_linked_list.c: Likewise.
13740         * lib/gl_linkedhash_list.c: Likewise.
13741         * lib/gl_list.c: Likewise.
13742         * lib/gl_oset.c: Likewise.
13743         * lib/gl_rbtree_list.c: Likewise.
13744         * lib/gl_rbtree_oset.c: Likewise.
13745         * lib/gl_rbtreehash_list.c: Likewise.
13746         * lib/imaxabs.c: Likewise.
13747         * lib/imaxdiv.c: Likewise.
13748         * lib/javacomp.c: Likewise.
13749         * lib/javaexec.c: Likewise.
13750         * lib/javaversion.c: Likewise.
13751         * lib/linebreak.c: Likewise.
13752         * lib/localcharset.c: Likewise.
13753         * lib/lock.c: Likewise.
13754         * lib/mbchar.c: Likewise.
13755         * lib/mbswidth.c: Likewise.
13756         * lib/mkdtemp.c: Likewise.
13757         * lib/pipe.c: Likewise.
13758         * lib/printf-args.c: Likewise.
13759         * lib/printf-parse.c: Likewise.
13760         * lib/progname.c: Likewise.
13761         * lib/progreloc.c: Likewise.
13762         * lib/readlink.c: Likewise.
13763         * lib/sh-quote.c: Likewise.
13764         * lib/stpcpy.c: Likewise.
13765         * lib/stpncpy.c: Likewise.
13766         * lib/strcasecmp.c: Likewise.
13767         * lib/strcasestr.c: Likewise.
13768         * lib/strcspn.c: Likewise.
13769         * lib/striconv.c: Likewise.
13770         * lib/strncasecmp.c: Likewise.
13771         * lib/strnlen1.c: Likewise.
13772         * lib/strstr.c: Likewise.
13773         * lib/strtok_r.c: Likewise.
13774         * lib/tls.c: Likewise.
13775         * lib/tmpdir.c: Likewise.
13776         * lib/unicodeio.c: Likewise.
13777         * lib/unsetenv.c: Likewise.
13778         * lib/vasnprintf.c: Likewise.
13779         * lib/vasprintf.c: Likewise.
13780         * lib/wait-process.c: Likewise.
13781         * lib/xallocsa.c: Likewise.
13782         * lib/xsetenv.c: Likewise.
13783         * lib/xstriconv.c: Likewise.
13784
13785 2006-09-13  Simon Josefsson  <jas@extundo.com>
13786
13787         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13788         that internally, suggested by Ralf Wildenhues
13789         <Ralf.Wildenhues@gmx.de>.
13790
13791 2006-09-13  Simon Josefsson  <jas@extundo.com>
13792
13793         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13794         @LIBOBJS@.
13795         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13796
13797 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13798
13799         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13800         longer worry about uses that don't define HAVE_CONFIG_H.
13801         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13802         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13803         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13804         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13805         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13806         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13807         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13808         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13809         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13810         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13811         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13812         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13813         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13814         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13815         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13816         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13817         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13818         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13819         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13820         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13821         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13822         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13823         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13824         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13825         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13826         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13827         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13828         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13829         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13830         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13831         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13832         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13833         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13834         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13835         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13836         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13837         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13838         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13839         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13840         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13841         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13842         Likewise.
13843
13844 2006-09-13  Eric Blake  <ebb9@byu.net>
13845
13846         * lib/getopt.c: Fix typo in last commit.
13847
13848 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13849
13850         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13851         dgettext.
13852
13853 2006-09-12  Jim Meyering  <jim@meyering.net>
13854
13855         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13856         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13857         Reported by Nelson H. F. Beebe.
13858
13859 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13860
13861         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13862         program_invocation_name and program_invocation_short_name are
13863         initialized.
13864         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13865         and program_invocation_short_name to argp.h, so they are visible
13866         to user programs.
13867         * lib/argp.h: Likewise
13868
13869 2006-09-10  Bruno Haible  <bruno@clisp.org>
13870
13871         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13872         m4/inttypes_h.m4, m4/uintmax_t.m4.
13873
13874 2006-09-10  Bruno Haible  <bruno@clisp.org>
13875
13876         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13877         gl_AC_TYPE_UINTMAX_T.
13878
13879 2006-09-10  Bruno Haible  <bruno@clisp.org>
13880
13881         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13882
13883 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13884
13885         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13886         convention.  Text proposed by Bruno Haible.
13887         (struct argp_option): Document the use of N_() wrappers.
13888
13889         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13890         '\v', and translate the two parts separately, instead of feeding
13891         the whole string to gettext.  This allows to exclude
13892         '\v' from the strings visible to the translator by writing doc
13893         strings as N_("..") "\v" N_("..").
13894
13895 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13896
13897         * config/srclist.txt: Undo latest change; the bug was fixed.
13898
13899 2006-09-09  Bruno Haible  <bruno@clisp.org>
13900
13901         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13902         assignments if building a library without libtool.
13903         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13904         in func_emit_lib_Makefile_am.
13905         (func_import): When building a static library libfoo.a, arrange to
13906         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13907         (func_create_testdir): Likewise.
13908         * modules/gc (configure.ac, Makefile.am): If building statically,
13909         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13910         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13911         * modules/striconv (configure.ac, Makefile.am): Likewise.
13912         Based on a suggestion by Ralf Wildenhues.
13913
13914 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13915
13916         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13917         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13918         Also:
13919
13920         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13921         Add year_2050_test to catch glibc bug 2821
13922         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13923
13924         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13925         Prefer #ifdef to #if.
13926
13927         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13928         Return from 'main' instead of calling 'exit'.
13929
13930 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13931
13932         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13933         returned the maximum time_t value rather than (time_t) -1.
13934         Problem originally reported by William Bardwell
13935         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13936
13937         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13938         Moved to here ...
13939         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13940         ... from here.
13941
13942 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13943
13944         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13945         2821 is fixed.
13946
13947 2006-09-08  Jim Meyering  <jim@meyering.net>
13948
13949         Don't make generated files read-only.  That would bother too many
13950         people.  However, do retain the ability to work when targets are
13951         read-only: remove the destination and temporary files before writing
13952         them (when generated via sed or echo), or by using the -f option for
13953         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13954         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13955         * modules/byteswap, modules/configmake, modules/fcntl:
13956         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13957         * modules/localcharset, modules/netinet_in, modules/poll:
13958         * modules/stdbool, modules/stdint, modules/sys_select:
13959         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13960
13961 2006-09-08  Jim Meyering  <jim@meyering.net>
13962
13963         Avoid new build failure on FreeBSD 6.0.
13964         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13965         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13966         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13967
13968 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13969
13970         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13971
13972 2006-09-07  Jim Meyering  <jim@meyering.net>
13973
13974         Fix global typo in last change: use chmod u-w, not chmod u-x.
13975         Spotted by Paul Eggert and Bruce Korb.
13976         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13977         * modules/byteswap, modules/configmake, modules/fcntl:
13978         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13979         * modules/localcharset, modules/netinet_in, modules/poll:
13980         * modules/stdbool, modules/stdint, modules/sys_select:
13981         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13982
13983 2006-09-06  Jim Meyering  <jim@meyering.net>
13984
13985         Make generated files be read-only.
13986         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13987         Ensure that each generated file is now read-only.
13988         * modules/argz: Likewise.
13989         * modules/arpa_inet: Likewise.
13990         * modules/byteswap: Likewise.
13991         * modules/configmake: Likewise.
13992         * modules/fcntl: Likewise.
13993         * modules/fnmatch: Likewise.
13994         * modules/getopt: Likewise.
13995         * modules/glob: Likewise.
13996         * modules/inttypes: Likewise.
13997         * modules/netinet_in: Likewise.
13998         * modules/poll: Likewise.
13999         * modules/stdbool: Likewise.
14000         * modules/stdint: Likewise.
14001         * modules/sys_select: Likewise.
14002         * modules/sys_socket: Likewise.
14003         * modules/sys_stat: Likewise.
14004         * modules/sysexits: Likewise.
14005         * modules/localcharset: Same as above, but continue using temporary
14006         file named "t-$@" (why different?) rather than the "$@-t" used
14007         everywhere else.
14008
14009         * modules/sysexits (Makefile.am): Replace literal occurrences
14010         of "sysexit.h" more readable, and more consistent, "$@".
14011
14012 2006-09-06  Bruno Haible  <bruno@clisp.org>
14013
14014         * modules/striconv: New file.
14015         * modules/xstriconv: New file.
14016         * MODULES.html.sh (Internationalization functions): Add striconv,
14017         xstriconv.
14018
14019 2006-09-06  Bruno Haible  <bruno@clisp.org>
14020
14021         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
14022         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
14023         not using libtool correctly.
14024
14025 2006-09-06  Bruno Haible  <bruno@clisp.org>
14026
14027         * lib/striconv.h: New file.
14028         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
14029         iconvstring.c.
14030         * lib/xstriconv.h: New file.
14031         * lib/xstriconv.c: New file.
14032
14033 2006-09-06  Bruno Haible  <bruno@clisp.org>
14034
14035         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14036         lib_..._LDFLAGS.
14037
14038 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14039
14040         * lib/argz_.h: Sync from Libtool.
14041
14042         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
14043                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14044
14045         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
14046
14047 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
14048
14049         * modules/trim: New file.
14050
14051 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
14052
14053         * lib/trim.h: New file.
14054         * lib/trim.c: New file.
14055
14056 2006-09-05  Bruno Haible  <bruno@clisp.org>
14057
14058         * MODULES.html.sh (String handling): Add trim.
14059
14060 2006-09-04  Karl Berry  <karl@gnu.org>
14061
14062         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
14063         until next release.
14064
14065 2006-09-03  Bruno Haible  <bruno@clisp.org>
14066
14067         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
14068         correctly.
14069
14070 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14071
14072         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
14073         not gl_GETLOADAVG.  Omit unneeded semicolons.
14074         Problems reported by Ralf Wildenhues in
14075         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
14076         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
14077         at the end, which is the usual gnulib style.
14078
14079         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
14080         of doing all the work ourselves.
14081         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
14082         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
14083
14084 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14085
14086         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
14087         Problem reported by Ralf Wildenhues in
14088         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
14089
14090         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
14091         HAVE_STRUCT_STATFS_F_FSTYPENAME.
14092
14093 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14094
14095         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
14096         yesterday's patch by changing test -n to test -z.
14097
14098 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14099
14100         * modules/getloadavg (Files): Add m4/getloadavg.m4.
14101         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
14102         the former is now obsolescent.
14103
14104         * modules/chdir-long (Depends-on): Add fcntl.
14105
14106 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14107
14108         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
14109         obsolescent, and programs should use gnulib instead.
14110         * m4/getloadavg.m4: New file, with contents taken from Autoconf
14111         but with prefixes changed.
14112
14113 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14114
14115         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
14116         or stdbool.h, because they might not exist while configuring.
14117
14118         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
14119         Don't include unistd.h or limits.h; not needed, since chdir-long.h
14120         does that for us.
14121         (O_DIRECTORY): Remove.
14122
14123 2006-08-31  Eric Blake  <ebb9@byu.net>
14124
14125         * gnulib-tool: Don't let emacs change spaces to TAB.
14126
14127 2006-08-31  Bruno Haible  <bruno@clisp.org>
14128
14129         * gnulib-tool: When calling func_import more than once, do it in a
14130         subshell.
14131         Reported by Eric Blake <ebb9@byu.net>.
14132
14133 2006-08-31  Bruno Haible  <bruno@clisp.org>
14134
14135         * gnulib-tool (nl): Remove variable.
14136         (sed_transform_lib_file): Use more robust test for config-h module.
14137         (func_import): Fix typo in 2006-08-25 patch.
14138
14139 2006-08-31  Bruno Haible  <bruno@clisp.org>
14140
14141         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
14142         specified, augment Makefile.am variables instead of assigning them.
14143
14144 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14145
14146         Work around a bug in both the Linux and SunOS 64-bit kernels:
14147         nanosleep mishandles sleeps for longer than 2**31 seconds.
14148         Problem reported by Frank v Waveren in
14149         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
14150         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
14151         Check for nanosleep bug.
14152         (LIB_NANOSLEEP): Append clock_gettime library if needed.
14153
14154 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14155
14156         Work around a bug in both the Linux and SunOS 64-bit kernels:
14157         nanosleep mishandles sleeps for longer than 2**31 seconds.
14158         Problem reported by Frank v Waveren in
14159         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
14160         * lib/nanosleep.c (BILLION): New constant.
14161         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
14162         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
14163         implementation.
14164
14165 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14166
14167         * modules/nanosleep (Depends-on): Add gettime.
14168
14169 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14170         and Simon Josefsson  <jas@extundo.com>
14171         and Oskar Liljeblad  <oskar@osk.mine.nu>
14172
14173         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
14174         * gnulib-tool (func_import): New license type 'unmodifiable license
14175         text'.
14176         * modules/fdl: Use it.  Longer description.
14177         * module/gpl, module/lgpl: New files.
14178
14179 2006-08-30  Jim Meyering  <jim@meyering.net>
14180
14181         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
14182         shadowing the parameter.
14183
14184 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14185
14186         Sync from Libtool:
14187
14188         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14189
14190         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
14191         sharing with gnulib.  Report by Eric Blake.
14192
14193 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14194
14195         * modules/isapipe: New file.
14196         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
14197
14198 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14199
14200         * modules/configmake (Makefile.am): Add a comment, and omit
14201         the CONFIGMAKE_ prefix from generated macro names.  Suggested
14202         by Bruno Haible.
14203
14204 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14205
14206         * m4/isapipe.m4: New file.
14207
14208 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14209
14210         * lib/isapipe.c, lib/isapipe.h: New files.
14211
14212 2006-08-29  Jim Meyering  <jim@meyering.net>
14213
14214         * modules/configmake (Makefile.am): Make configmake.h depend on
14215         Makefile.  Otherwise, a stale configmake.h could hang around.
14216
14217 2006-08-29  Eric Blake  <ebb9@byu.net>
14218
14219         * lib/error.c (error_at_line, print_errno_message): Match libc, after
14220         resolution of upstream bug 3044.
14221
14222 2006-08-29  Bruno Haible  <bruno@clisp.org>
14223
14224         * modules/localcharset (Depends-on): Add configmake.
14225         (Makefile.am): Remove setting of LIBDIR through DEFS.
14226
14227 2006-08-29  Bruno Haible  <bruno@clisp.org>
14228
14229         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
14230         defined.
14231
14232 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14233
14234         * modules/fcntl: New file.
14235         * modules/chdir-safer (Depends-on): Add fcntl.
14236         * modules/fts: Likewise.
14237         * modules/mkdir-p: Likewise.
14238
14239         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
14240         This undoes the most recent change, since we're now addressing the
14241         problem in a different way.
14242
14243         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
14244         into output, since the output might be called Makefile.am even
14245         if $makefile_name is something different.
14246         (func_import): Use $makefile_am rather than
14247         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
14248         empty.
14249
14250         * modules/inttypes (Files): Add m4/inttypes-h.m4.
14251
14252 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14253
14254         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
14255         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
14256         recent change to stdint.m4, since we're now addressing the problem in a
14257         different way.
14258
14259 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14260
14261         * m4/fcntl_h.m4: New file.
14262
14263 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14264
14265         * lib/fcntl_.h: New file.
14266         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
14267         the fcntl module.
14268         * lib/dirchownmod.c: Likewise.
14269         * lib/fts.c: Likewise.
14270
14271         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
14272         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
14273         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
14274         just before including <inttypes.h>, to avoid circular inclusion.
14275
14276 2006-08-28  Jim Meyering  <jim@meyering.net>
14277
14278         * doc/visibility.texi: Actually read and correct the grammar of the
14279         sentence affected by yesterday's change.
14280
14281 2006-08-28  Eric Blake  <ebb9@byu.net>
14282
14283         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
14284         needs wrapper.
14285
14286 2006-08-28  Eric Blake  <ebb9@byu.net>
14287
14288         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
14289
14290 2006-08-28  Eric Blake  <ebb9@byu.net>
14291
14292         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
14293
14294 2006-08-28  Bruno Haible  <bruno@clisp.org>
14295
14296         * modules/c-strstr: New file, from GNU gettext.
14297         * MODULES.html.sh (String handling): Add c-strstr.
14298
14299 2006-08-28  Bruno Haible  <bruno@clisp.org>
14300
14301         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
14302         macros.
14303         Reported by Eric Blake.
14304
14305 2006-08-28  Bruno Haible  <bruno@clisp.org>
14306
14307         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
14308         (VASNPRINTF): Return a string of length > INT_MAX without failing.
14309         * lib/vasprintf.c: Include errno.h, limits.h.
14310         (EOVERFLOW): New fallback definition.
14311         (vasprintf): Test here whether the string length is > INT_MAX.
14312         * lib/vsnprintf.c: Include errno.h, limits.h.
14313         (EOVERFLOW): New fallback definition.
14314         (vsnprintf): Fix bug when generated string was too long for the buffer.
14315         Test here whether the string length is > INT_MAX.
14316
14317 2006-08-28  Bruno Haible  <bruno@clisp.org>
14318
14319         * lib/inttypes_.h (SCNX*): Remove definitions.
14320         Reported by Eric Blake.
14321
14322 2006-08-28  Bruno Haible  <bruno@clisp.org>
14323
14324         * lib/c-strstr.h: New file, from GNU gettext.
14325         * lib/c-strstr.c: New file, from GNU gettext.
14326
14327 2006-08-28  Bruno Haible  <bruno@clisp.org>
14328
14329         * gnulib-tool: Reorder some statements.
14330
14331 2006-08-28  Bruno Haible  <bruno@clisp.org>
14332
14333         * gnulib-tool: New option --makefile-name.
14334         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
14335         $makefile_name.
14336         (func_import): Write $makefile_name to the cache file, and read it from
14337         there unless explicitly specified. Use $makefile_name as file name
14338         instead of Makefile.am. Adjust the recommendations accordingly.
14339
14340 2006-08-28  Bruno Haible  <bruno@clisp.org>
14341
14342         * gnulib-tool (func_verify_module): Check against misapplying patch.
14343
14344 2006-08-28  Bruno Haible  <bruno@clisp.org>
14345
14346         * gnulib-tool (func_relativize, func_relconcat): New functions.
14347         Give an error if --local-dir is given with --update.
14348         Remove trailing slashes from $local_gnulib_dir.
14349         (func_import): Store the relativized $local_gnulib_dir in
14350         gnulib-cache.m4, and read it from there if not specified explicitly.
14351
14352 2006-08-28  Bruno Haible  <bruno@clisp.org>
14353
14354         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
14355         is the current directory. Respect also $local_gnulib_dir.
14356
14357 2006-08-28  Bruno Haible  <bruno@clisp.org>
14358             Simon Josefsson  <jas@extundo.com>
14359
14360         BeOS portability.
14361         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
14362
14363 2006-08-27  Jim Meyering  <jim@meyering.net>
14364
14365         * doc/visibility.texi: Remove duplicate word: "pointer".
14366
14367 2006-08-26  Bruno Haible  <bruno@clisp.org>
14368
14369         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
14370         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
14371         (Makefile.am): Create inttypes.h from inttypes_.h.
14372         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
14373
14374         * modules/imaxabs: New file.
14375
14376         * modules/imaxdiv: New file.
14377
14378 2006-08-26  Bruno Haible  <bruno@clisp.org>
14379
14380         * m4/inttypes.m4: New file.
14381         * m4/_inttypes_h.m4: Remove file.
14382         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
14383         PRI_MACROS_BROKEN.
14384         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
14385
14386         * m4/imaxabs.m4: New file.
14387
14388         * m4/imaxdiv.m4: New file.
14389
14390 2006-08-26  Bruno Haible  <bruno@clisp.org>
14391
14392         * lib/inttypes_.h: New file.
14393         * lib/inttypes.h: Remove file.
14394         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
14395
14396         * lib/imaxabs.c: New file.
14397
14398         * lib/imaxdiv.c: New file.
14399
14400 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14401
14402         New config-h module, so that "make" output needn't be cluttered
14403         by -DHAVE_CONFIG_H.
14404         * MODULES.html.sh (Support for building libraries and executables):
14405         Add config-h.
14406         * modules/config-h: New file.
14407         * gnulib-tool (nl, sed_transform_lib_file): New vars.
14408         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
14409         the config-h module is used.
14410
14411         New configmake module, so that "make" output needn't be cluttered
14412         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
14413         * MODULES.html.sh (Support for building libraries and executables):
14414         Add configmake.
14415         * modules/configmake: New file.
14416
14417 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14418
14419         * m4/config-h.m4: New file.
14420
14421 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14422
14423         * config/srclist.txt: Add elisp-comp.
14424
14425 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14426
14427         * MODULES.html.sh (Support for building libraries and executables):
14428         Add elisp-comp.
14429         * build-aux/elisp-comp: New file.
14430         * modules/elisp-comp: New file.
14431
14432 2006-08-24  Bruno Haible  <bruno@clisp.org>
14433
14434         * gnulib-tool (func_create_testdir): Use non-default values of
14435         sourcebase and m4base.
14436
14437 2006-08-24  Bruno Haible  <bruno@clisp.org>
14438
14439         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
14440         HTML structure.
14441
14442 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14443
14444         * modules/openat (Depends-on): Add lchown.
14445
14446 2006-08-23  Bruno Haible  <bruno@clisp.org>
14447
14448         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
14449         of gl_LOCK_EARLY instead of gl_LOCK.
14450
14451 2006-08-23  Bruno Haible  <bruno@clisp.org>
14452
14453         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
14454         on OSF/1 to no.
14455         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
14456
14457 2006-08-23  Bruno Haible  <bruno@clisp.org>
14458
14459         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
14460         as unusable.
14461
14462         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
14463         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
14464         (gl_LOCK): New macro.
14465
14466 2006-08-22  Simon Josefsson  <jas@extundo.com>
14467
14468         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
14469         to md5 module.
14470
14471 2006-08-22  Simon Josefsson  <jas@extundo.com>
14472
14473         * MODULES.html.sh: Add "Support for maintaining and release
14474         projects".
14475
14476         * build-aux/gnupload: New file, from coreutils.
14477
14478 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14479
14480         Avoid the need for AC_LIBSOURCES in m4 macros.
14481         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
14482         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
14483         * modules/check-version (EXTRA_DIST): Add check-version.h.
14484         * modules/crc (EXTRA_DIST): Add crc.h.
14485         * modules/des (EXTRA_DIST): Add des.h.
14486         * modules/gc (EXTRA_DIST): Add gc.h.
14487         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
14488         * modules/getline (EXTRA_DIST): Add getline.h.
14489         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
14490         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
14491         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
14492         * modules/md2 (EXTRA_DIST): Add md2.h.
14493         * modules/md4 (EXTRA_DIST): Add md4.h.
14494         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
14495         * modules/read-file (EXTRA_DIST): Add read-file.h.
14496         * modules/readline (EXTRA_DIST): Add readline.h.
14497         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
14498         rijndael-api-fst.h.
14499
14500 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14501
14502         * m4/rijndael.m4 (gl_ARCFOUR):
14503         * m4/arctwo.m4 (gl_ARCTWO):
14504         * m4/check-version.m4 (gl_CHECK_VERSION):
14505         * m4/crc.m4 (gl_CRC):
14506         * m4/des.m4 (gl_DES):
14507         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
14508         * m4/gc.m4 (gl_GC):
14509         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
14510         * m4/getline.m4 (gl_FUNC_GETLINE):
14511         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
14512         * m4/hmac-md5.m4 (gl_HMAC_MD5):
14513         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
14514         * m4/md2.m4 (gl_MD2):
14515         * m4/md4.m4 (gl_MD4):
14516         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
14517         * m4/read-file.m4 (gl_FUNC_READ_FILE):
14518         * m4/readline.m4 (gl_FUNC_READLINE):
14519         * m4/rijndael.m4 (gl_RIJNDAEL):
14520         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14521         to get the necessary .h files and whatnot.
14522
14523 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14524
14525         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
14526         gnulib rather than the other way around.
14527         * config/srclistvars.sh (COREUTILS): Remove.
14528
14529 2006-08-22  Jim Meyering  <jim@meyering.net>
14530
14531         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
14532
14533         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
14534
14535 2006-08-22  Eric Blake  <ebb9@byu.net>
14536
14537         * modules/regexprops-generic: New file.
14538         * MODULES.html.sh (Support for building documentation): List it.
14539
14540 2006-08-22  Eric Blake  <ebb9@byu.net>
14541
14542         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
14543         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14544         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
14545         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
14546
14547 2006-08-22  Bruno Haible  <bruno@clisp.org>
14548
14549         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
14550         and lib_LTLIBRARIES like the other lib_* variables.
14551
14552 2006-08-22  Bruno Haible  <bruno@clisp.org>
14553
14554         * build-aux/x-to-1.in: New file, from GNU gettext.
14555
14556 2006-08-22  Bruno Haible  <bruno@clisp.org>
14557
14558         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
14559         <utmpx.h> exists.
14560
14561 2006-08-22  Bruno Haible  <bruno@clisp.org>
14562
14563         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
14564         <utmpx.h> exists.
14565
14566 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14567
14568         BeOS portability.
14569         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
14570         exist.
14571         Problem reported by Bruno Haible.
14572
14573 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14574
14575         Avoid the need for AC_LIBSOURCES in m4 macros.
14576         * modules/acl (EXTRA_DIST): Add acl.h.
14577         * modules/argmatch (Files): Add m4/argmatch.m4.
14578         (configure.ac): Add gl_ARGMATCH.
14579         (EXTRA_DIST): Renamed from lib_SOURCES, for
14580         consistency with the other modules.  Remove argmatch.c.
14581         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
14582         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
14583         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
14584         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
14585         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
14586         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
14587         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
14588         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
14589         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
14590         * modules/closeout (EXTRA_DIST): Add closeout.h.
14591         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
14592         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
14593         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
14594         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
14595         dirname.h; remove basename.c and stripslash.c.
14596         * modules/exclude (EXTRA_DIST): Add exclude.h.
14597         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
14598         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
14599         * modules/file-type (EXTRA_DIST): Add file-type.h.
14600         * modules/filemode (EXTRA_DIST): Add filemode.h.
14601         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
14602         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14603         * modules/fpending (EXTRA_DIST): Add __fpending.h.
14604         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
14605         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
14606         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
14607         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
14608         * modules/getdate (EXTRA_DIST): Add getdate.c.
14609         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
14610         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
14611         * modules/getpass (EXTRA_DIST): Add getpass.h.
14612         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
14613         * modules/group-member (EXTRA_DIST): Add group-member.h.
14614         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
14615         * modules/hash (EXTRA_DIST): Add hash.h.
14616         * modules/human (EXTRA_DIST): Add human.h.
14617         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
14618         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
14619         * modules/lchown (EXTRA_DIST): Add lchown.h.
14620         * modules/long-options (EXTRA_DIST): Add long-options.h.
14621         * modules/lstat (EXTRA_DIST): Add lstat.h.
14622         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
14623         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
14624         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
14625         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
14626         * modules/memxor (EXTRA_DIST): Add memxor.h.
14627         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
14628         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
14629         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
14630         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
14631         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
14632         * modules/physmem (EXTRA_DIST): Add physmem.h.
14633         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
14634         * modules/posixver (EXTRA_DIST): Add posixver.h.
14635         * modules/quote (EXTRA_DIST): Add quote.h.
14636         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
14637         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
14638         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
14639         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
14640         regex_internal.h regexec.c.
14641         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
14642         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
14643         * modules/same (EXTRA_DIST): Add same.h.
14644         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
14645         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
14646         * modules/savedir (EXTRA_DIST): Add savedir.h.
14647         * modules/sha1 (EXTRA_DIST): Add sha1.h.
14648         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
14649         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
14650         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
14651         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
14652         * modules/strdup (EXTRA_DIST): Add strdup.h.
14653         * modules/strftime (EXTRA_DIST): Add strftime.h.
14654         * modules/strndup (EXTRA_DIST): Add strndup.h.
14655         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14656         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14657         * modules/time_r (EXTRA_DIST): Add time_r.h.
14658         * modules/timespec (EXTRA_DIST): Add timespec.h.
14659         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14660         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14661         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14662         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14663         * modules/userspec (EXTRA_DIST): Add userspec.h.
14664         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14665         * modules/utimens (EXTRA_DIST): Add utimens.h.
14666         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14667         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14668         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14669         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14670         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14671         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14672         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14673         * modules/yesno (EXTRA_DIST): Add yesno.h.
14674
14675 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14676
14677         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14678
14679         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14680         * m4/dev-ino.m4, same-inode.m4: Remove.
14681
14682         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14683         * m4/acl.m4 (AC_FUNC_ACL):
14684         * m4/backupfile.m4 (gl_BACKUPFILE):
14685         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14686         * m4/canon-host.m4 (gl_CANON_HOST):
14687         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14688         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14689         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14690         * m4/cloexec.m4 (gl_CLOEXEC):
14691         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14692         * m4/closeout.m4 (gl_CLOSEOUT):
14693         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14694         * m4/dirname.m4 (gl_DIRNAME):
14695         * m4/exclude.m4 (gl_EXCLUDE):
14696         * m4/exitfail.m4 (gl_EXITFAIL):
14697         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14698         * m4/file-type.m4 (gl_FILE_TYPE):
14699         * m4/filemode.m4 (gl_FILEMODE):
14700         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14701         * m4/fpending.m4 (gl_FUNC_FPENDING):
14702         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14703         * m4/fts.m4 (gl_FUNC_FTS):
14704         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14705         * m4/getdate.m4 (gl_GETDATE):
14706         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14707         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14708         * m4/getpass.m4 (gl_FUNC_GETPASS):
14709         * m4/gettime.m4 (gl_GETTIME):
14710         * m4/getugroups.m4 (gl_GETUGROUPS):
14711         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14712         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14713         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14714         * m4/hash.m4 (gl_HASH):
14715         * m4/idcache.m4 (gl_IDCACHE):
14716         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14717         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14718         * m4/long-options.m4 (gl_LONG_OPTIONS):
14719         * m4/lstat.m4 (gl_FUNC_LSTAT):
14720         * m4/md5.m4 (gl_MD5):
14721         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14722         * m4/memcoll.m4 (gl_MEMCOLL):
14723         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14724         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14725         * m4/memxor.m4 (gl_MEMXOR):
14726         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14727         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14728         * m4/modechange.m4 (gl_MODECHANGE):
14729         * m4/mountlist.m4 (gl_MOUNTLIST):
14730         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14731         * m4/openat.m4 (gl_FUNC_OPENAT):
14732         * m4/pathmax.m4 (gl_PATHMAX):
14733         * m4/physmem.m4 (gl_PHYSMEM):
14734         * m4/posixtm.m4 (gl_POSIXTM):
14735         * m4/posixver.m4 (gl_POSIXVER):
14736         * m4/quote.m4 (gl_QUOTE):
14737         * m4/quotearg.m4 (gl_QUOTEARG):
14738         * m4/readtokens.m4 (gl_READTOKENS):
14739         * m4/readutmp.m4 (gl_READUTMP):
14740         * m4/regex.m4 (gl_REGEX):
14741         * m4/safe-read.m4 (gl_SAFE_READ):
14742         * m4/safe-write.m4 (gl_SAFE_WRITE):
14743         * m4/same.m4 (gl_SAME):
14744         * m4/save-cwd.m4 (gl_SAVE_CWD):
14745         * m4/savedir.m4 (gl_SAVEDIR):
14746         * m4/settime.m4 (gl_SETTIME):
14747         * m4/sha1.m4 (gl_SHA1):
14748         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14749         * m4/stat-macros.m4 (gl_STAT_MACROS):
14750         * m4/stat-time.m4 (gl_STAT_TIME):
14751         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14752         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14753         * m4/strdup.m4 (gl_FUNC_STRDUP):
14754         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14755         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14756         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14757         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14758         * m4/time_r.m4 (gl_TIME_R):
14759         * m4/timespec.m4 (gl_TIMESPEC):
14760         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14761         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14762         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14763         * m4/userspec.m4 (gl_USERSPEC):
14764         * m4/utimecmp.m4 (gl_UTIMECMP):
14765         * m4/utimens.m4 (gl_UTIMENS):
14766         * m4/xalloc.m4 (gl_XALLOC):
14767         * m4/xgetcwd.m4 (gl_XGETCWD):
14768         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14769         * m4/xreadlink.m4 (gl_XREADLINK):
14770         * m4/xstrtod.m4 (gl_XSTRTOD):
14771         * m4/yesno.m4 (gl_YESNO):
14772         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14773         to get the necessary .h files and whatnot.
14774
14775 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14776             Bruno Haible  <bruno@clisp.org>
14777
14778         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14779         /bin/sh understanding of '!' conditional negation.
14780
14781 2006-08-21  Jim Meyering  <jim@meyering.net>
14782
14783         * modules/openat (Depends-on): Really alphabetize.
14784
14785         * modules/acl (Depends-on): Add error and quote.
14786
14787         * check-module (find_included_lib_files): Add at-func.c to the
14788         ok-to-include-more-than-once white list.
14789
14790         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14791
14792 2006-08-21  Bruno Haible  <bruno@clisp.org>
14793
14794         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14795         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14796         Reported by Martin Lambers <marlam@marlam.de>.
14797
14798 2006-08-21  Bruno Haible  <bruno@clisp.org>
14799
14800         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14801         specify an installation location, don't emit a noinst_LIBRARIES or
14802         noinst_LTLIBRARIES assignment.
14803
14804 2006-08-21  Bruno Haible  <bruno@clisp.org>
14805
14806         BeOS portability.
14807         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14808         BeOS has mbrtowc() but no <wctype.h>.
14809
14810 2006-08-21  Bruno Haible  <bruno@clisp.org>
14811
14812         BeOS portability.
14813         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14814         exist.
14815
14816 2006-08-21  Bruno Haible  <bruno@clisp.org>
14817
14818         BeOS portability.
14819         * lib/mbchar.h: Include <wctype.h> only if it exists.
14820
14821 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14822
14823         Remove files that are no longer needed by their respective modules.
14824         * m4/obstack.m4: Remove.
14825         * m4/strerror_r.m4: Remove.
14826         * m4/uint32_t.m4: Remove.
14827         * m4/uintptr_t.m4: Remove.
14828         * m4/ullong_max.m4: Remove.
14829         * m4/xstrtoimax.m4: Remove.
14830         * m4/xstrtoumax.m4: Remove.
14831
14832         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14833         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14834         dependencies now capture this.
14835
14836         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14837         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14838         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14839         * m4/human.m4 (gl_HUMAN): Likewise.
14840         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14841         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14842
14843         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14844
14845         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14846         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14847         stdint.
14848         * m4/human.m4 (gl_HUMAN): Likewise.
14849         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14850         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14851         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14852         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14853         * m4/xstrtol (gl_XSTRTOL): Likewise.
14854
14855         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14856         AC_TYPE_LONG_LONG_INT.
14857         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14858         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14859         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14860         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14861
14862         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14863         on stdbool.
14864
14865         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14866         (gl_PREREQ_XSTRTOUL): Remove.
14867
14868         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14869
14870         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14871         mode.
14872
14873 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14874
14875         Add and change modules to make it easier for coreutils to use
14876         gnulib-tool.
14877         * modules/backupfile (Files): Remove m4/d-ino.m4.
14878         (Depends-on): Add d-ino.
14879         * modules/cycle-check (Depends-on): Add stdint.
14880         (lib_SOURCES): Add cycle-check.h.
14881         * modules/d-ino: New module.
14882         * modules/d-type: New module.
14883         * modules/error (Files): Remove m4/strerror_r.m4.
14884         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14885         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14886         m4/inttypes_h.m4, m4/uintmax_t.m4.
14887         (Depends-on): Add stdint.
14888         (lib_SOURCES): Add fsusage.h.
14889         * modules/getcwd (Files): Remove d-ino.m4.
14890         (Depends-on): Add d-ino.
14891         * modules/getndelim2 (Depends-on): Add stdint.
14892         * modules/glob (Files): Remove m4/d-type.m4.
14893         (Depends-on): Add d-type.
14894         * modules/host-os: New module.
14895         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14896         m4/inttypes_h.m4, m4/uintmax_t.m4.
14897         * Depends-on: Add stdint.
14898         (lib_SOURCES): Add human.h.
14899         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14900         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14901         m4/uintmax_t.m4, m4/ulonglong.m4.
14902         (Depends-on): Add stdint.
14903         (EXTRA_DIST): Add inttostr.h.
14904         * modules/lchmod: New module.
14905         * modules/link-follow: New module.
14906         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14907         (Depends-on): Add lchmod.
14908         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14909         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14910         (Depends-on): Add stdint.
14911         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14912         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14913         (Depends-on): Add stdint.
14914         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14915         * modules/perl: New module.
14916         * modules/regex (Depends-on): Add stdint.
14917         * modules/rmdir-errno: New module.
14918         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14919         m4/intmax_t.m4.
14920         (Depends-on): Add stdint.
14921         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14922         m4/uintmax_t.m4.
14923         (Depends-on): Add stdint.
14924         * modules/unlink-busy: New module.
14925         * modules/utimecmp (Depends-on): Add stdint.
14926         * modules/uptime: New module.
14927         * modules/winsz-ioctl: New module.
14928         * modules/winsz-termios: New module.
14929         * modules/xnanosleep (Depends-on): Add nanosleep.
14930         * modules/ullong_max: Remove.
14931         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14932         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14933         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14934         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14935         (Depends-on): Add inttypes.
14936         (lib_SOURCES): Add xstrtol.h.
14937         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14938         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14939         * MODULES.html.sh: Move 'assert' into the assert section.
14940         Move 'dummy' into the linking section.
14941         Remove ullong_max.
14942         Add section for compatibility checks for POSIX:2001 functions,
14943         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14944         winsz-ioctl, and winsz-termios into it.
14945         Add lchmod.
14946         Add top-level Misc section and put host-os, perl, and uptime
14947         into it.
14948
14949 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14950
14951         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14952         now assume the stdint module.  Do not include inttypes.h.
14953         * lib/fsusage.h: Likewise.
14954         * lib/getndelim2.c: Likewise.
14955         * lib/human.h: Likewise.
14956         * lib/inttostr.h: Likewise.
14957         * lib/obstack.c: Likewise.
14958         * lib/regex_internal.h: Likewise.
14959         * lib/tempname.c: Likewise.
14960         * lib/utimecmp.c: Likewise.
14961         * lib/xstrtol.h: Likewise.
14962
14963         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14964
14965         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14966         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14967         * lib/xtime.h: Likewise.
14968
14969 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14970
14971         * modules/openat (Files): Add lib/fchmodat.c.
14972         Fixes problem reported by Jay Youngman.
14973
14974 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14975
14976         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14977         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14978
14979 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14980             Bruno Haible  <bruno@clisp.org>
14981
14982         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14983         and is a script that invokes bison. Tighten the code. Add comments.
14984
14985 2006-08-18  Jim Meyering  <jim@meyering.net>
14986
14987         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14988         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14989         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14990         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14991
14992 2006-08-18  Bruno Haible  <bruno@clisp.org>
14993
14994         * modules/bison-i18n: New file.
14995         * MODULES.html.sh (Internationalization functions): Add it.
14996
14997 2006-08-18  Bruno Haible  <bruno@clisp.org>
14998
14999         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
15000         sys/statvfs.h. When getmntinfo was found, check its declaration and
15001         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
15002
15003 2006-08-18  Bruno Haible  <bruno@clisp.org>
15004
15005         * m4/bison-i18n.m4: New file, from bison.
15006
15007 2006-08-18  Bruno Haible  <bruno@clisp.org>
15008
15009         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
15010         (ME_DUMMY): Treat "kernfs" as a dummy.
15011         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
15012
15013 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15014
15015         Update from coreutils.
15016
15017         2006-08-15  Jim Meyering  <jim@meyering.net>
15018
15019         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
15020
15021         2006-01-17  Jim Meyering  <jim@meyering.net>
15022
15023         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
15024
15025         2006-01-11  Jim Meyering  <jim@meyering.net>
15026
15027         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
15028         Check for the lchmod function.
15029
15030 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15031
15032         Update from coreutils.
15033
15034         * lib/__fpending.h: Add copyright notice.
15035         * lib/fprintftime.h: Likewise.
15036         * lib/savedir.c: Use (C) in copyright notice.
15037         * lib/savedir.h: Likewise.
15038
15039         2006-08-15  Jim Meyering  <jim@meyering.net>
15040
15041         * lib/at-func.c: New file, with the logic of all emulated at-functions.
15042         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
15043         in support of the EXPECTED_ERRNO macro.
15044         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
15045         definitions.  Instead, define the appropriate symbols and include
15046         "at-func.c".
15047         * lib/mkdirat.c (mkdirat): Likewise.
15048         * lib/fchmodat.c (fchmodat): Likewise.
15049         (ENOSYS): Remove definition.
15050         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
15051         it.  Don't include "unistd--.h" -- it wasn't ever used.
15052
15053         2006-01-17  Jim Meyering  <jim@meyering.net>
15054
15055         Rewrite fts.c not to change the current working directory,
15056         by using openat, fstatat, fdopendir, etc..
15057
15058         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
15059         (HAVE_OPENAT_SUPPORT): Define.
15060         [_LIBC] (fchdir): Don't undef or define; no longer used.
15061         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
15062         Now, this `function' always succeeds, and consumes its file descriptor
15063         parameter -- so callers must not close such FDs.  Update callers.
15064         (diropen_fd, opendirat, cwd_advance_fd): New functions.
15065         (diropen): Add parameter, SP.  Adjust all callers.
15066         Implement using diropen_fd, rather than open.
15067         (fts_open): Initialize new member, fts_cwd_fd.
15068         Remove fts_rft-setting code.
15069         (fts_close): Close fts_cwd_fd, if necessary.
15070         (__opendir2): Define in terms of opendir or opendirat,
15071         depending on whether the FST_NOCHDIR flag is set.
15072         (fts_build): Since fts_safe_changedir consumes its FD, and since
15073         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
15074         and close the dup'd file descriptor upon failure.
15075         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
15076         (fts_safe_changedir): Tweak semantics to reflect that this function
15077         now calls cwd_advance_fd and hence consumes its FD argument.
15078         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
15079         [struct FTS] (fts_rft): Remove now-unused member.
15080         [struct FTS] (fts_cycle.state): Improve comment.
15081
15082         * lib/openat.c (openat_needs_fchdir): New function.
15083         * lib/openat.h (openat_needs_fchdir): Declare it.
15084
15085 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15086
15087         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
15088         Problem and fix reported by Pádraig Brady in
15089         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
15090
15091 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15092
15093         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
15094
15095 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15096
15097         * lib/memcoll.c (memcoll): Optimize for the common case where the
15098         arguments are bytewise equal.
15099
15100 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15101
15102         * doc/regexprops-generic.texi: Add a copyright notice.
15103
15104 2006-08-15  Bruno Haible  <bruno@clisp.org>
15105
15106         * modules/tmpdir (License): Change to LGPL.
15107
15108 2006-08-15  Bruno Haible  <bruno@clisp.org>
15109
15110         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
15111         module.
15112
15113 2006-08-14  Simon Josefsson  <jas@extundo.com>
15114
15115         * config/srclist.txt: Add gnupload.
15116
15117 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15118
15119         Change copyright notice from LGPL 2 to GPL 2, since that's the
15120         standard form used in the gnulib repository.
15121         * tests/test-lock.c: Likewise.
15122         * tests/test-stdint.c: Likewise.
15123         * tests/test-tls.c: Likewise.
15124
15125         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
15126         prelude-manager.  User shorter URLs for GNU projects, without '?'.
15127         Add copyright notice.
15128
15129         * check-module: Add copyright notice.  Output a copyright
15130         notice if "--version" is specified.
15131         * modules/COPYING: New file.
15132         * tests/test-getaddrinfo.c: Add copyright notice.
15133         * tests/test-verify.c: Likewise.
15134
15135 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15136
15137         Change copyright notice from LGPL 2 to GPL 2, since that's the
15138         standard form used in the gnulib repository.
15139         * lib/lock.c: LGPL -> GPL.
15140         * lib/lock.h: Likewise.
15141         * lib/strnlen1.c: Likewise.
15142         * lib/strnlen1.h: Likewise.
15143         * lib/tls.c: Likewise.
15144         * lib/tls.h: Likewise.
15145         * lib/tmpdir.c: Likewise.
15146
15147         * lib/TODO: Remove; this belongs only in coreutils.
15148
15149 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15150
15151         Add copyright notices to long-enough files that lack them, since
15152         otherwise the files aren't clearly free.  Use the same notice that
15153         getdate.texi already uses.
15154         * doc/alloca-opt.texi: Add copyright notice.
15155         * doc/alloca.texi: Likewise.
15156         * doc/ctime.texi: Likewise.
15157         * doc/functions.texi: Likewise.
15158         * doc/gcd.texi: Likewise.
15159         * doc/gnulib-tool.texi: Likewise.
15160         * doc/inet_ntoa.texi: Likewise.
15161         * doc/visibility.texi: Likewise.
15162
15163         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
15164         * doc/quote.texi: Add copyright notice.
15165
15166         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
15167         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
15168         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
15169         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
15170         is now obsolete, and give a pointer to the Sun list.
15171         Add copyright notice.
15172
15173 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15174
15175         * config/srclistvars.sh: Add copyright notice.
15176
15177 2006-08-14  Eric Blake  <ebb9@byu.net>
15178
15179         Import the following change from libc:
15180
15181         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
15182
15183         Upstream bug 2997.
15184         * lib/misc/error.c: Add space between program name and message if file
15185         name is missing.
15186
15187 2006-08-12  Karl Berry  <karl@gnu.org>
15188
15189         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
15190         remove, these originate in gnulib now.
15191
15192 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15193
15194         * doc/Makefile (standards.info standards.html standards.dvi):
15195         Also depend on make-stds.texi.
15196
15197 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15198
15199         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
15200         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
15201
15202         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
15203         in wchar_t.  Problem reported by Eric Blake.
15204
15205         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
15206         LEN is smaller than SIZE.  Suggested by Bruno Haible.
15207         Also, help the compiler to keep LEN in a register.
15208
15209 2006-08-11  Eric Blake  <ebb9@byu.net>
15210
15211         * users.txt: Sort.  Add tar.
15212
15213 2006-08-11  Bruno Haible  <bruno@clisp.org>
15214
15215         * users.txt: New file.
15216
15217 2006-08-11  Bruno Haible  <bruno@clisp.org>
15218
15219         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
15220         before <wchar.h>. Needed for OSF/1 and BSD/OS.
15221
15222 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15223
15224         * modules/snprintf (Depends-on): Remove minmax.
15225         (Maintainer): Add self and Bruno.
15226
15227 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15228
15229         * lib/.cppi-disable: Add snprintf.h, socket_.h.
15230         * lib/snprintf.c: Include <errno.h> and <limits.h>.
15231         (EOVERFLOW): Define if the system does not.
15232         Do not include "minmax.h"; it wasn't used.
15233         (snprintf): Don't assume size_t promotes to an unsigned type.
15234         Fix bug when generated string was too long for the buffer: the
15235         buffer's contents are supposed to be the initial prefix of the
15236         output.  Don't assume vasnprintf returns EOVERFLOW if the size
15237         exceeds INT_MAX; do the check ourselves.
15238
15239         Import the following changes from libc:
15240
15241         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
15242
15243         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
15244         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
15245         set wc to the byte which couldn't be converted.
15246         (re_string_reconstruct): Don't clear valid_raw_len before calling
15247         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
15248         tip_context using re_string_context_at.
15249
15250         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
15251
15252         * lib/posix/regex.h: g++ still cannot handled [restrict].
15253
15254         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
15255
15256         * lib/posix/regex.h: Remove special handling for VMS.
15257
15258 2006-08-10  Jim Meyering  <jim@meyering.net>
15259
15260         * modules/same-inode: New module.
15261         * modules/dev-ino: New module.
15262         * modules/cycle-check: Depend on these modules, rather than simply
15263         including their .h files.
15264         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
15265         required via m4/cycle-check.m4.
15266         * modules/same: Depend on new same-inode module, rather than
15267         including same-inode.h.
15268         * modules/chdir-safer: New file.
15269
15270         * modules/chown (Depends-on): Add stat-macros.
15271
15272 2006-08-10  Jim Meyering  <jim@meyering.net>
15273
15274         * m4/cycle-check.m4: New file.
15275         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
15276         * m4/dev-ino.m4, m4/same-inode.m4: New files.
15277
15278 2006-08-10  Eric Blake  <ebb9@byu.net>
15279
15280         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
15281         in from original proposal.
15282
15283 2006-08-10  Eric Blake  <ebb9@byu.net>
15284         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15285
15286         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
15287         namespace.
15288
15289 2006-08-10  Bruno Haible  <bruno@clisp.org>
15290
15291         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
15292         as well.
15293
15294 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15295
15296         Sync from coreutils.
15297
15298         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
15299
15300         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
15301         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
15302
15303 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15304
15305         * modules/restrict: Remove; no longer needed now that we assume
15306         Autoconf 2.59 or later.
15307         * MODULES.html.sh: Remove 'restrict'.
15308         * modules/argp (Depends-on): Remove 'restrict'.
15309         * modules/base64 (Depends-on): Likewise.
15310         * modules/gc (Depends-on): Likewise.
15311         * modules/getaddrinfo (Depends-on): Likewise.
15312         * modules/glob (Depends-on): Likewise.
15313         * modules/inet_ntop (Depends-on): Likewise.
15314         * modules/inet_pton (Depends-on): Likewise.
15315         * modules/memxor (Depends-on): Likewise.
15316         * modules/regex (Depends-on): Likewise.
15317         * modules/strtok_r (Depends-on): Likewise.
15318         * modules/time_r (Depends-on): Likewise.
15319
15320 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
15323         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
15324         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15325         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
15326         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
15327         * m4/memxor.m4 (gl_MEMXOR): Likewise.
15328         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
15329         gl_C_RESTRICT replaced by AC_C_RESTRICT.
15330
15331         Merge from coreutils.
15332         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
15333         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
15334         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15335         * m4/time_r.m4 (gl_TIME_R): Likewise.
15336
15337 2006-08-09  Karl Berry  <karl@gnu.org>
15338
15339         * config/srclist.txt: no more gettext-tools, per Bruno.
15340
15341 2006-08-08  Eric Blake  <ebb9@byu.net>
15342
15343         * modules/verror: New module.
15344         * MODULES.html.sh: Document it.
15345
15346 2006-08-08  Eric Blake  <ebb9@byu.net>
15347
15348         * lib/verror.h, lib/verror.c: New files.
15349
15350 2006-08-08  Eric Blake  <ebb9@byu.net>
15351
15352         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
15353         verror_at_line output complies with GNU Coding Standards even when
15354         file is NULL.
15355
15356 2006-08-07  Bruno Haible  <bruno@clisp.org>
15357
15358         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
15359         versions of AIX.
15360         Reported by Ralf Wildenhues.
15361
15362 2006-08-07  Bruno Haible  <bruno@clisp.org>
15363
15364         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
15365         in an AC_DEFUN. Needed so that the autoconf snippets can use
15366         AC_REQUIRE.
15367
15368 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15369
15370         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15371         Initialize pkgdata_DATA.
15372         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
15373         overriding it.
15374
15375 2006-08-06  Eric Blake  <ebb9@byu.net>
15376
15377         * lib/error.h: Fold in some upstream changes from glibc.
15378         * lib/error.c: Likewise.
15379
15380 2006-08-04  Bruno Haible  <bruno@clisp.org>
15381
15382         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15383         Make the mostlyclean-local rule depend on mostlyclean-generic.
15384         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
15385
15386 2006-07-31  Bruno Haible  <bruno@clisp.org>
15387
15388         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
15389         <stdlib.h>, <string.h>.
15390
15391 2006-07-30  Bruno Haible  <bruno@clisp.org>
15392
15393         * modules/readlink (License): Change to LGPL.
15394
15395 2006-07-30  Bruno Haible  <bruno@clisp.org>
15396
15397         * modules/javaversion (Makefile.am): Distribute javaversion.java and
15398         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
15399         set PKGDATADIR to point to it.
15400
15401 2006-07-30  Bruno Haible  <bruno@clisp.org>
15402
15403         * modules/csharpexec (configure.ac): Comment out macro invocation.
15404         * modules/javaexec (configure.ac): Likewise.
15405         * modules/javacomp-script (configure.ac): Likewise.
15406
15407         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
15408
15409 2006-07-30  Bruno Haible  <bruno@clisp.org>
15410
15411         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
15412         linked-list.
15413
15414 2006-07-30  Bruno Haible  <bruno@clisp.org>
15415
15416         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
15417
15418 2006-07-30  Bruno Haible  <bruno@clisp.org>
15419
15420         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15421         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
15422         get removed.
15423
15424 2006-07-29  Bruno Haible  <bruno@clisp.org>
15425
15426         Make it possible for gnulib-tool to work with locally modified or
15427         augmented gnulib repositories.
15428         * gnulib-tool (func_usage): Document --local-dir option.
15429         (local_gnulib_dir): New variable.
15430         Handle --local-dir option.
15431         (func_lookup_file): New function.
15432         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
15433         (func_get_description, func_get_filelist, func_get_description,
15434         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
15435         func_get_automake_snippet, func_get_include_directive,
15436         func_get_license, func_get_maintainer): Use func_lookup_file.
15437         (func_import, func_create_testdir): Use func_lookup_file.
15438
15439 2006-07-29  Bruno Haible  <bruno@clisp.org>
15440
15441         * modules/setenv (Depends-on): Add unistd.
15442
15443 2006-07-29  Bruno Haible  <bruno@clisp.org>
15444
15445         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
15446
15447 2006-07-29  Bruno Haible  <bruno@clisp.org>
15448
15449         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
15450
15451 2006-07-29  Bruno Haible  <bruno@clisp.org>
15452
15453         * gnulib-tool (import, update): If there is no Makefile.am, look at
15454         aclocal.m4, instead of bailing out.
15455
15456 2006-07-29  Bruno Haible  <bruno@clisp.org>
15457
15458         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
15459         Categorize the options by when they are useful.
15460
15461 2006-07-29  Bruno Haible  <bruno@clisp.org>
15462
15463         * gnulib-tool (func_usage): Document option --no-libtool.
15464         Handle option --no-libtool.
15465         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
15466         for changed semantics of $libtool variable.
15467         (func_import): Likewise. If libtool is not used, show this through
15468         an option --no-libtool.
15469         (func_create_testdir): Update.
15470
15471 2006-07-29  Bruno Haible  <bruno@clisp.org>
15472
15473         * gnulib-tool (func_import): Extend error message about missing
15474         --doc-base.
15475
15476 2006-07-29  Bruno Haible  <bruno@clisp.org>
15477
15478         * gnulib-tool (func_import): Don't create the $docbase directory if
15479         there is no file to store there.
15480
15481 2006-07-29  Bruno Haible  <bruno@clisp.org>
15482
15483         * gnulib-tool (autoconf_minversion): If a --dir option is given and
15484         relevant, look for configure.ac there, not in the current directory.
15485         Also use a simple search for AC_PREREQ, not "autoconf --trace".
15486
15487 2006-07-29  Bruno Haible  <bruno@clisp.org>
15488
15489         * gnulib-tool (SORT): New variable.
15490         (func_usage): Undocument --assume-autoconf option.
15491         Remove --assume-autoconf option handling.
15492         (autoconf_minversion): Determine from the contents of configure.ac.
15493         (func_import): Remove autoconf_minversion handling.
15494         Suggested by Eric Blake.
15495
15496 2006-07-29  Bruno Haible  <bruno@clisp.org>
15497
15498         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
15499
15500 2006-07-29  Bruno Haible  <bruno@clisp.org>
15501
15502         * config/srclist.txt (*setenv.[ch]): Remove rules.
15503
15504 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15505
15506         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
15507
15508 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15509
15510         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
15511         arpa/inet.h.
15512
15513 2006-07-28  Simon Josefsson  <jas@extundo.com>
15514
15515         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
15516         * modules/inet_pton (Depends-on): Likewise.
15517
15518 2006-07-28  Simon Josefsson  <jas@extundo.com>
15519
15520         * m4/netinet_in_h.m4: New file.
15521
15522 2006-07-28  Simon Josefsson  <jas@extundo.com>
15523
15524         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
15525         #include's.
15526
15527 2006-07-28  Simon Josefsson  <jas@extundo.com>
15528
15529         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
15530         #include's.
15531
15532 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15533
15534         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
15535         setgid on directories only if they set these bits.
15536         * lib/modechange.h: Remove obsolete comment about masks.
15537
15538 2006-07-28  Eric Blake  <ebb9@byu.net>
15539
15540         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
15541         macro expansion.
15542
15543 2006-07-28  Bruno Haible  <bruno@clisp.org>
15544
15545         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
15546
15547 2006-07-28  Bruno Haible  <bruno@clisp.org>
15548
15549         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
15550
15551 2006-07-28  Bruno Haible  <bruno@clisp.org>
15552
15553         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15554         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15555         Define fallbacks.
15556         Avoids link error on FreeBSD 4.x.
15557         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15558
15559         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
15560         encoding.
15561         * lib/mbswidth.c (iswcntrl): Likewise.
15562
15563 2006-07-27  Bruno Haible  <bruno@clisp.org>
15564
15565         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
15566         test.
15567
15568 2006-07-27  Bruno Haible  <bruno@clisp.org>
15569
15570         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
15571         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
15572         defined.
15573
15574 2006-07-26  Eric Blake  <ebb9@byu.net>
15575
15576         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
15577
15578 2006-07-26  Eric Blake  <ebb9@byu.net>
15579
15580         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
15581         like mingw that lack mkstemp.
15582         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
15583         avoid compilation warning on mingw.
15584
15585 2006-07-26  Bruno Haible  <bruno@clisp.org>
15586
15587         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
15588         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
15589         INT_FAST*_MIN, INTPTR_MIN.
15590
15591 2006-07-25  Bruno Haible  <bruno@clisp.org>
15592
15593         * modules/version-etc (Depends-on): Add stdarg.
15594
15595 2006-07-25  Bruno Haible  <bruno@clisp.org>
15596
15597         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
15598         complex commands.
15599
15600 2006-07-25  Bruno Haible  <bruno@clisp.org>
15601
15602         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
15603         defined in <stdarg.h> or config.h.
15604
15605 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15606
15607         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
15608         (gl_STDIO_SAFER): Remove.
15609
15610 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * MODULES.html.sh (File stream based Input/Output):
15613         Add fopen-safer, tmpfile-safer; remove stdio-safer.
15614         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
15615         * modules/fopen-safer, modules/tmpfile-safer: New files.
15616         * modules/stdio-safer: Remove.
15617
15618 2006-07-24  Bruno Haible  <bruno@clisp.org>
15619
15620         * modules/tmpdir: New file.
15621         * MODULES.html.sh (File system functions): Add it.
15622
15623 2006-07-24  Bruno Haible  <bruno@clisp.org>
15624
15625         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
15626         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
15627
15628 2006-07-24  Bruno Haible  <bruno@clisp.org>
15629
15630         * modules/clean-temp: New file.
15631
15632 2006-07-24  Bruno Haible  <bruno@clisp.org>
15633
15634         * m4/tmpdir.m4: New file, from GNU gettext.
15635
15636 2006-07-24  Bruno Haible  <bruno@clisp.org>
15637
15638         * lib/tmpdir.h: New file, from GNU gettext.
15639         * lib/tmpdir.c: New file, from GNU gettext.
15640
15641 2006-07-24  Bruno Haible  <bruno@clisp.org>
15642
15643         * lib/clean-temp.h: New file, from GNU gettext.
15644         * lib/clean-temp.c: New file, from GNU gettext.
15645
15646 2006-07-23  Eric Blake  <ebb9@byu.net>
15647
15648         * modules/stdio-safer (Files): Add tmpfile-safer.c.
15649         (Depends-on): Add binary-io.
15650
15651 2006-07-23  Eric Blake  <ebb9@byu.net>
15652
15653         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
15654
15655 2006-07-23  Eric Blake  <ebb9@byu.net>
15656
15657         * lib/tmpfile-safer.c: New file.
15658         * lib/stdio-safer.h (fopen_safer): Add prototype.
15659         * lib/stdio--.h (tmpfile): Make safer.
15660
15661 2006-07-23  Bruno Haible  <bruno@clisp.org>
15662
15663         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15664         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15665         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15666         gl_linked_remove_at): Use it.
15667
15668 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15669         and Simon Josefsson <jas@extundo.com>
15670
15671         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15672
15673         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15674
15675 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15676
15677         * modules/close-stream: New file.
15678         * modules/closeout (Description): Make it clear that it exits
15679         with a diagnostic on error.
15680         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15681         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15682
15683 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15684
15685         * m4/close-stream.m4: New file.
15686
15687 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         * lib/close-stream.c, lib/close-stream.h: New files.
15690
15691 2006-07-22  Bruno Haible  <bruno@clisp.org>
15692
15693         Merge from GNU gettext 0.15.
15694
15695         2006-05-01  Bruno Haible  <bruno@clisp.org>
15696
15697                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15698
15699         2006-07-22  Bruno Haible  <bruno@clisp.org>
15700
15701                 * modules/javaversion: New file.
15702                 * MODULES.html.sh (Java): Add javaversion.
15703
15704         2006-03-12  Bruno Haible  <bruno@clisp.org>
15705
15706                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15707
15708         2005-12-04  Bruno Haible  <bruno@clisp.org>
15709
15710                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15711                 (untested).
15712
15713         2006-06-21  Bruno Haible  <bruno@clisp.org>
15714
15715                 Avoid warnings from recent versions of mcs.
15716                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15717                 -o, -L, -r any more. Use options documented since mcs-1.0
15718                 instead. Similarly for -g.
15719
15720         2005-12-04  Bruno Haible  <bruno@clisp.org>
15721
15722                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15723                 .resources, not .resource.
15724
15725         2005-07-09  Bruno Haible  <bruno@clisp.org>
15726
15727                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15728                 add a .dll suffix.
15729                 Reported by Mark Junker <mjscod@gmx.de>.
15730
15731         2006-07-22  Bruno Haible  <bruno@clisp.org>
15732
15733                 * modules/gettext: Upgrade to gettext-0.15.
15734                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15735                 m4/visibility.m4.
15736                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15737
15738 2006-07-22  Bruno Haible  <bruno@clisp.org>
15739
15740         Merge from GNU gettext 0.15.
15741
15742         2006-03-25  Bruno Haible  <bruno@clisp.org>
15743
15744                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15745
15746         2006-07-21  Bruno Haible  <bruno@clisp.org>
15747
15748                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15749                 "1.1".
15750
15751         2006-05-09  Bruno Haible  <bruno@clisp.org>
15752
15753                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15754                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15755                 for the conftestver execution.
15756
15757         2006-05-01  Bruno Haible  <bruno@clisp.org>
15758
15759                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15760                 optional target-version argument. Verify that the compiler
15761                 groks source of the specified source-version, or add -source
15762                 option as necessary. Verify that the compiler produces
15763                 bytecode in the specified target-version, or add -target and
15764                 -source options as necessary. Make the result of the test
15765                 available as variable CONF_JAVAC. Also log error output in
15766                 config.log.
15767
15768         2006-03-11  Bruno Haible  <bruno@clisp.org>
15769
15770                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15771
15772         2006-05-09  Bruno Haible  <bruno@clisp.org>
15773
15774                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15775                 CLASSPATH_SEPARATOR to a semicolon.
15776
15777         2006-03-12  Bruno Haible  <bruno@clisp.org>
15778
15779                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15780                 available as variable CONF_JAVA, for subsequent autoconf
15781                 tests. Also log error output in config.log.
15782
15783         2006-07-19  Bruno Haible  <bruno@clisp.org>
15784
15785                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15786                 that getline works on glibc2 systems. Needed to avoid trouble
15787                 in relocatable.c.
15788                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15789
15790         2005-12-04  Bruno Haible  <bruno@clisp.org>
15791
15792                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15793                 launcher (untested).
15794
15795         2005-12-04  Bruno Haible  <bruno@clisp.org>
15796
15797                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15798
15799         2006-07-22  Bruno Haible  <bruno@clisp.org>
15800
15801                 * gettext.m4: Update from GNU gettext-0.15.
15802                 * nls.m4: Likewise.
15803                 * po.m4: Likewise.
15804                 * inttypes-pri.m4: Likewise.
15805                 * inttypes-h.m4: Renamed from inttypes.m4.
15806                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15807
15808 2006-07-22  Bruno Haible  <bruno@clisp.org>
15809
15810         Merge from GNU gettext 0.15.
15811
15812         2005-07-05  Bruno Haible  <bruno@clisp.org>
15813
15814                 * printf-args.c (printf_fetchargs): Work around broken
15815                 definition of wint_t on mingw.
15816
15817         2005-02-12  Bruno Haible  <bruno@clisp.org>
15818
15819                 * xallocsa.h: Add extern "C" for C++.
15820
15821         2006-05-17  Bruno Haible  <bruno@clisp.org>
15822
15823                 Cygwin portability.
15824                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15825
15826         2006-04-30  Bruno Haible  <bruno@clisp.org>
15827
15828                 * progreloc.c: Include <mach-o/dyld.h> if available.
15829                 (find_executable): Use _NSGetExecutablePath when possible.
15830
15831         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15832
15833                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15834                 function.
15835
15836         2005-12-29  Bruno Haible  <bruno@clisp.org>
15837
15838                 * progreloc.c (set_program_name_and_installdir): Fix
15839                 compilation error.
15840
15841         2005-12-04  Bruno Haible  <bruno@clisp.org>
15842
15843                 Cygwin portability.
15844                 * progreloc.c: Include <windows.h> also on Cygwin.
15845                 (find_executable): Add support for Cygwin.
15846                 (set_program_name_and_installdir): Handle also platforms with
15847                 nonempty EXEEXT.
15848
15849         2006-07-11  Bruno Haible  <bruno@clisp.org>
15850
15851                 * javacomp.c: Fix a comment.
15852                 Reported by Jim Meyering.
15853
15854         2006-04-30  Bruno Haible  <bruno@clisp.org>
15855
15856                 * javacomp.h (compile_java_class): Add source_version,
15857                 target_version arguments.
15858                 * javacomp.c: Rewritten to choose only a compiler that
15859                 respects the specified source_version and target_version.
15860
15861         2006-06-27  Bruno Haible  <bruno@clisp.org>
15862
15863                 Assume correct S_ISDIR macro.
15864                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15865
15866         2006-07-22  Bruno Haible  <bruno@clisp.org>
15867
15868                 * javaversion.h: New file, from GNU gettext.
15869                 * javaversion.c: New file, from GNU gettext.
15870                 * javaversion.java: New file, from GNU gettext.
15871                 * javaversion.class: New file, from GNU gettext.
15872
15873         2006-05-17  Bruno Haible  <bruno@clisp.org>
15874
15875                 Cygwin portability.
15876                 * javaexec.c (execute_java_class): Test for jview program
15877                 also on Cygwin.
15878
15879         2006-04-09  Bruno Haible  <bruno@clisp.org>
15880
15881                 * fatal-signal.c: Don't include string.h.
15882                 (at_fatal_signal): Use a copying loop instead of memcpy.
15883
15884         2005-12-04  Bruno Haible  <bruno@clisp.org>
15885
15886                 * csharpexec.c: Add support for 'clix' launcher (untested).
15887                 (execute_csharp_using_sscli): New function.
15888                 (execute_csharp_program): Call it.
15889
15890         2006-06-21  Bruno Haible  <bruno@clisp.org>
15891
15892                 Avoid warnings from recent versions of mcs.
15893                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15894                 -o, -L, -r any more. Use options documented since mcs-1.0
15895                 instead. Similarly for -g.
15896
15897         2005-07-09  Bruno Haible  <bruno@clisp.org>
15898
15899                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15900                 add a .dll suffix.
15901                 Reported by Mark Junker <mjscod@gmx.de>.
15902
15903         2006-06-17  Bruno Haible  <bruno@clisp.org>
15904
15905                 * config.charset: Update for NetBSD 3.0.
15906
15907         2006-05-17  Bruno Haible  <bruno@clisp.org>
15908
15909                 Cygwin portability.
15910                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15911
15912         2006-05-16  Bruno Haible  <bruno@clisp.org>
15913
15914                 * localcharset.c [CYGWIN]: Include <windows.h>.
15915                 (get_charset_aliases): For Cygwin, return the same CPxxx
15916                 aliases list as under WIN32.
15917                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15918                 the environment variables. Fall back to GetACP().
15919
15920         2006-04-05  Bruno Haible  <bruno@clisp.org>
15921
15922                 * config.charset: Update Juan Manuel Guerrero's address.
15923
15924         2005-02-12  Bruno Haible  <bruno@clisp.org>
15925
15926                 * allocsa.h: Add extern "C" for C++.
15927
15928         2005-02-10  Bruno Haible  <bruno@clisp.org>
15929
15930                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15931                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15932
15933         2006-07-22  Bruno Haible  <bruno@clisp.org>
15934
15935                 * gettext.h: Update to GNU gettext-0.15.
15936
15937 2006-07-22  Bruno Haible  <bruno@clisp.org>
15938
15939         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15940         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15941         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15942
15943 2006-07-21  Eric Blake  <ebb9@byu.net>
15944
15945         * modules/stdlib-safer: New file.
15946         * MODULES.html.sh (File stream based Input/Output): Add
15947         stdlib-safer.
15948
15949 2006-07-21  Eric Blake  <ebb9@byu.net>
15950
15951         * lib/stdlib-safer.h: New file from coreutils, required by
15952         stdlib--.h.
15953
15954 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15955
15956         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15957
15958 2006-07-20  Bruno Haible  <bruno@clisp.org>
15959
15960         * gnulib-tool: Recognize new option --assume-autoconf.
15961         (autoconf_minversion): New variable.
15962         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15963
15964 2006-07-20  Bruno Haible  <bruno@clisp.org>
15965
15966         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15967
15968 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15969
15970         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15971         Reindent and repaginate.
15972
15973 2006-07-19  Derek Price  <derek@ximbiot.com>
15974
15975         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15976         Correct grammar.
15977
15978 2006-07-17  Bruno Haible  <bruno@clisp.org>
15979
15980         * modules/list: New file.
15981         * modules/array-list: New file.
15982         * modules/carray-list, modules/carray-list-tests: New files.
15983         * modules/linked-list, modules/linked-list-tests: New files.
15984         * modules/avltree-list, modules/avltree-list-tests: New files.
15985         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15986         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15987         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15988         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15989         * modules/oset: New file.
15990         * modules/array-oset: New file.
15991         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15992         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15993         * tests/test-carray_list.c: New file.
15994         * tests/test-linked_list.c: New file.
15995         * tests/test-avltree_list.c: New file.
15996         * tests/test-rbtree_list.c: New file.
15997         * tests/test-linkedhash_list.c: New file.
15998         * tests/test-avltreehash_list.c: New file.
15999         * tests/test-rbtreehash_list.c: New file.
16000         * tests/test-avltree_oset.c: New file.
16001         * tests/test-rbtree_oset.c: New file.
16002         * MODULES.html.sh (Container data structures): New section.
16003
16004 2006-07-17  Bruno Haible  <bruno@clisp.org>
16005
16006         * m4/gl_list.m4: New file.
16007
16008 2006-07-17  Bruno Haible  <bruno@clisp.org>
16009
16010         * lib/gl_list.h: New file.
16011         * lib/gl_list.c: New file.
16012         * lib/gl_array_list.h: New file.
16013         * lib/gl_array_list.c: New file.
16014         * lib/gl_carray_list.h: New file.
16015         * lib/gl_carray_list.c: New file.
16016         * lib/gl_linked_list.h: New file.
16017         * lib/gl_linked_list.c: New file.
16018         * lib/gl_anylinked_list1.h: New file.
16019         * lib/gl_anylinked_list2.h: New file.
16020         * lib/gl_avltree_list.h: New file.
16021         * lib/gl_avltree_list.c: New file.
16022         * lib/gl_anyavltree_list1.h: New file.
16023         * lib/gl_anyavltree_list2.h: New file.
16024         * lib/gl_rbtree_list.h: New file.
16025         * lib/gl_rbtree_list.c: New file.
16026         * lib/gl_anyrbtree_list1.h: New file.
16027         * lib/gl_anyrbtree_list2.h: New file.
16028         * lib/gl_anytree_list1.h: New file.
16029         * lib/gl_anytree_list2.h: New file.
16030         * lib/gl_linkedhash_list.h: New file.
16031         * lib/gl_linkedhash_list.c: New file.
16032         * lib/gl_anyhash_list1.h: New file.
16033         * lib/gl_anyhash_list2.h: New file.
16034         * lib/gl_avltreehash_list.h: New file.
16035         * lib/gl_avltreehash_list.c: New file.
16036         * lib/gl_rbtreehash_list.h: New file.
16037         * lib/gl_rbtreehash_list.c: New file.
16038         * lib/gl_anytreehash_list1.h: New file.
16039         * lib/gl_anytreehash_list2.h: New file.
16040
16041         * lib/gl_oset.h: New file.
16042         * lib/gl_oset.c: New file.
16043         * lib/gl_array_oset.h: New file.
16044         * lib/gl_array_oset.c: New file.
16045         * lib/gl_avltree_oset.h: New file.
16046         * lib/gl_avltree_oset.c: New file.
16047         * lib/gl_rbtree_oset.h: New file.
16048         * lib/gl_rbtree_oset.c: New file.
16049         * lib/gl_anytree_oset.h: New file.
16050
16051 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16052
16053         * m4/mkancesdirs.m4: New file.
16054         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
16055         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
16056         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
16057         it.
16058
16059 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16060
16061         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
16062         * lib/mkancesdirs.h: New files.
16063         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
16064         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
16065         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
16066         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
16067         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
16068         callers changed.  Revamp internals significantly, by not
16069         attempting to create directories that are temporarily more
16070         permissive than the final results.  Do not attempt to use
16071         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
16072         This removes some race conditions, fixes some bugs, and simplifies
16073         things.  Use new dirchownmod function to do owner and mode changes.
16074         * lib/mkdir-p.h: Likewise.
16075         * lib/modechange.c (octal_to_mode): New function.
16076         (struct mode_change): New member mentioned.
16077         (make_node_op_equals): New arg mentioned.  All callers changed.
16078         (mode_compile): Keep track of which mode bits the user has explicitly
16079         mentioned.
16080         (mode_adjust): New arg DIR, so that we implement the X op correctly.
16081         New arg PMODE_BITS, to keep track of which mode bits the user
16082         mentioned; it treats S_ISUID and S_ISGID speciall.
16083         All callers changed.
16084         * lib/modechange.h: Likewise.
16085
16086 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16087
16088         * MODULES.html.sh: Add mkancestors.
16089         * modules/mkancesdirs: New module.
16090         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
16091         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
16092         The chdir-safer and afs files are now orphans; I'll remove them
16093         unless someone speaks up.
16094         Add lib/dirchownmod.c, lib/dirchownmod.h.
16095         (Depends-on): Remove alloca, chown, save-cwd, dirname.
16096         Add lchown, mkancesdirs.
16097         (Maintainer): Add self.
16098
16099 2006-07-15  Karl Berry  <karl@gnu.org>
16100
16101         * gnulib-tool: help message wording/arrangement.
16102
16103 2006-07-14  Simon Josefsson  <jas@extundo.com>
16104
16105         * doc/gnulib.texi (Libtool and Windows): New section.
16106
16107 2006-07-12  Simon Josefsson  <jas@extundo.com>
16108
16109         * modules/gendocs (License): Fix license, approved by Karl.
16110
16111 2006-07-12  Eric Blake  <ebb9@byu.net>
16112
16113         * MODULES.html.sh: Add gendocs.
16114
16115 2006-07-11  Eric Blake  <ebb9@byu.net>
16116
16117         * modules/fdl: New module, to install doc/fdl.texi.
16118         * MODULES.html.sh: Add new section for documentation modules.
16119         * gnulib-tool: Avoid space-tab.
16120         (--doc-base): New option, to manage files from doc.
16121
16122 2006-07-11  Eric Blake  <ebb9@byu.net>
16123
16124         * m4/absolute-header.m4: Fix comments to match recent change.
16125
16126 2006-07-11  Eric Blake  <ebb9@byu.net>
16127
16128         * gnulib-tool: List --doc-base before --tests-base.
16129
16130 2006-07-11  Derek R. Price  <derek@ximbiot.com>
16131
16132         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
16133
16134 2006-07-11  Bruno Haible  <bruno@clisp.org>
16135
16136         * README: Mention where to put documentation.
16137
16138 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16139
16140         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
16141
16142 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
16145         to stdint.m4.
16146
16147 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
16150         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
16151         "no/such/file/stdint.h" when there is no such file, so that
16152         the resulting C code can be parsed by dodgy compilers.
16153         Problems reported by Bob Proulx.
16154
16155 2006-07-10  Derek R. Price  <derek@ximbiot.com>
16156
16157         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
16158         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
16159         macros into the GNU _D_EXACT_NAMLEN.
16160         * lib/savedir.c:  Likewise.
16161         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
16162
16163 2006-07-10  Derek R. Price  <derek@ximbiot.com>
16164         and Paul Eggert  <eggert@cs.ucla.edu>
16165
16166         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
16167         * m4/savedir.m4:
16168         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
16169         macros into the GNU _D_EXACT_NAMLEN.
16170
16171 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16172
16173         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
16174         around the absolute name, to work around a problem with the HP-UX
16175         11.23 native C compiler, reported by Bob Proulx.
16176
16177 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16178
16179         * doc/maintain.texi, make-stds.texi: Sync from
16180         <http://savannah.gnu.org/projects/gnustandards>.
16181
16182 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16183
16184         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
16185
16186 2006-07-09  Jim Meyering  <jim@meyering.net>
16187
16188         * m4/glob.m4: Remove a doubled word in a comment.
16189
16190 2006-07-09  Jim Meyering  <jim@meyering.net>
16191
16192         * lib/argp-pv.c: Remove a doubled word in a comment.
16193         * lib/check-version.c (check_version): Likewise.
16194         * lib/javacomp.c (compile_java_class): Likewise.
16195
16196 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16197
16198         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
16199         for the benefit of people using Autoconf 2.60.  If you want to
16200         support older Autoconf versions you can copy m4/onceonly_2_57.m4
16201         (or m4/onceonly.m4, if pre-2.57) manually.
16202
16203 2006-07-08  Jim Meyering  <jim@meyering.net>
16204
16205         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
16206         comment.
16207         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
16208         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
16209         comment.
16210
16211 2006-07-08  Jim Meyering  <jim@meyering.net>
16212
16213         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
16214
16215 2006-07-07  Simon Josefsson  <jas@extundo.com>
16216
16217         * tests/test-crc.c: Change expected crc value, the test vector
16218         were probably computed using the old broken crc.c?
16219
16220 2006-07-06  Simon Josefsson  <jas@extundo.com>
16221
16222         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
16223         now the canonical place for the M4 file).
16224
16225         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
16226         from the sys_socket dependency now.
16227
16228         * modules/inet_pton (Files): Ditto.
16229
16230         * modules/inet_ntop (Files): Ditto.
16231
16232 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16233
16234         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
16235         not gl_PREREQ_GETUSERSHELL.
16236
16237 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16238
16239         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
16240         with only one argument, for Autoconf 2.60.
16241         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
16242         expand to nothing, so add a shell command to avoid syntax error.
16243         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16244
16245 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16246
16247         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
16248
16249 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16250
16251         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
16252         no longer needed.  Check for isblank decl.
16253         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
16254         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
16255         of existence.
16256
16257 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16258
16259         * lib/getloadavg.c: Use __VMS, not VMS.
16260         * lib/getopt.c: Likewise.
16261         * lib/getpagesize.h: Likewise.
16262         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
16263         and probably does not work.
16264
16265 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16266
16267         * lib/.cppi-disable: Add wcwidth.
16268         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
16269         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
16270         (ISGRAPH): Remove.  All uses changed to isgraph.
16271         (FOLD) [!defined _LIBC]: Remove special case.
16272         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
16273         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
16274         HAVE_ISBLANK.
16275         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
16276         case.
16277
16278 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16279
16280         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
16281         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
16282         brackets.  Other minor changes to suppress some compiler
16283         warnings.
16284
16285 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16286         and Paul Eggert  <eggert@cs.ucla.edu>
16287
16288         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
16289         of invoking obsolescent AC_HEADER_DIRENT macro.
16290         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
16291         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
16292         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
16293         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
16294         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
16295         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16296         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
16297         * m4/readdir.m4: Remove; no longer needed.
16298
16299 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16300         and Paul Eggert  <eggert@cs.ucla.edu>
16301
16302         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
16303         Don't worry about this obsolete case any more.
16304         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
16305         directories.
16306         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
16307         worry about this obsolete case any more.
16308         * lib/fts.c: Likewise.
16309         * lib/getcwd.c: Likewise.
16310         * lib/glob.h: Likewise.
16311         * lib/savedir.c: Likewise.
16312
16313 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16314
16315         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
16316         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
16317         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
16318         needed.
16319         All uses removed.
16320         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16321         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16322         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
16323         needed.
16324         * m4/getdate.m4 (gl_GETDATE): Likewise.
16325         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16326         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16327         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16328         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16329         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16330         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16331         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
16332         needed.
16333
16334 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16335
16336         * lib/memcasecmp.c: Include <limits.h>.
16337         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
16338         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
16339         Don't assume isdigit succeeds only on '0' through '9'.
16340
16341 2006-07-05  Eric Blake  <ebb9@byu.net>
16342
16343         * modules/getaddrinfo (Depends-on): Add snprintf.
16344
16345 2006-07-05  Eric Blake  <ebb9@byu.net>
16346
16347         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
16348         to avoid 'header present but could not be compiled' on cygwin.
16349
16350 2006-07-05  Eric Blake  <ebb9@byu.net>
16351
16352         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
16353         missing from netdb.h.
16354         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
16355
16356 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16357
16358         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
16359         no longer needed.
16360         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
16361         * m4/getdate.m4 (gl_GETDATE): Likewise.
16362         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16363         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16364         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16365         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16366         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16367
16368 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16369
16370         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
16371         All uses of is_space replaced by isspace.
16372         * lib/exit.h: Don't talk about STDC_HEADERS.
16373         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
16374         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
16375         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
16376         replaced by isprint etc.
16377         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
16378         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16379         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
16380         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
16381         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
16382         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16383
16384 2006-07-05  Bruno Haible  <bruno@clisp.org>
16385
16386         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
16387         the function exists, before testing against AIX.
16388         Reported by Martin Lambers <marlam@marlam.de>.
16389
16390 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16391
16392         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
16393         From Mark D. Baushke.
16394
16395 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
16398         to the absolute name, not just one, to bypass Sun C 5.8's
16399         "warning: #include of /usr/include/... may be non-portable".
16400
16401 2006-07-04  Eric Blake  <ebb9@byu.net>
16402
16403         * modules/dirname-tests: New test module.
16404         * tests/test-dirname.c: New file, replacing dirname.c
16405         TEST_DIRNAME section that was recently deleted.
16406
16407 2006-07-04  Bruno Haible  <bruno@clisp.org>
16408
16409         Assume ANSI C header files and <ctype.h> functions.
16410         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
16411         (mbsnwidth): Use isprint, iscntrl instead.
16412
16413 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16414
16415         Merge from coreutils.
16416         * MODULES.html.sh: Add xstrtold.
16417         * modules/xstrtold: New file.
16418         * modules/cycle-check (Files): Add lib/same-inode.h.
16419         * modules/dirname (Files): Add m4/double-slash-root.m4.
16420         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
16421         * modules/mkdir-p (Files): Add lib/same-inode.h.
16422         * modules/same (Files): Add lib/same-inode.h.
16423
16424 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16425
16426         * m4/absolute-header.m4: Renamed from full-header-path.m4.
16427         This is to keep the terminology clean; POSIX talks about
16428         "absolute pathnames", not "full pathnames", but the GNU
16429         Coding Standards say to use "path" for something else;
16430         so use "absolute" to keep both sides happy.
16431         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
16432         Set gl_absolute_header, not gl_full_header_path.
16433         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
16434         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
16435         All uses changed.
16436
16437         Merge from coreutils.
16438
16439         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16440
16441         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
16442         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
16443         want to require the building of c-strtod.o.
16444         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
16445         needs -lm directly.
16446         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
16447
16448         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16449
16450         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
16451         --as-needed option if available.  Problem reported by Albert Chin in
16452         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
16453         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
16454         cc merely issues a bunch of annoying warnings for --as-needed
16455         (this problem was reported by Bob Proulx).  Also, try linking with
16456         -lm to detect a bug in binutils 2.16 (this problem was reported
16457         by Ralf Wildenhues).
16458
16459         2006-06-18  Jim Meyering  <jim@meyering.net>
16460
16461         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
16462         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
16463         macro.
16464         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
16465         also check for glibc-2.4's abort-inducing bug.
16466
16467         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
16468         Low-probability clean-up should be to use rmdir to get rid of
16469         the just-created directory, not unlink.
16470
16471         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
16472         configure fail, and request a bug report to inform us about it.
16473         Add a comment that, barring reports to the contrary, in 2007 we'll
16474         assume ftruncate is universally available.
16475
16476         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16477
16478         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
16479
16480         2006-03-12  Jim Meyering  <jim@meyering.net>
16481
16482         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
16483         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
16484         * m4/same.m4 (gl_SAME): Likewise.
16485         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
16486
16487         2006-03-11  Eric Blake  <ebb9@byu.net>
16488
16489         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
16490         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
16491         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
16492         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
16493
16494 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16495
16496         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
16497         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
16498         reported by Mark D. Baushke, one in
16499         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
16500
16501         Merge from coreutils.
16502
16503         * lib/.cppi-disable: Add stdint_.h.
16504         * lib/.cvsignore: Add stdint.h.
16505
16506         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16507
16508         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
16509         both double and long double versions.
16510         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
16511         * lib/xstrtold.c: New file.
16512         * lib/xstrtod.h (xstrtold): New decl.
16513
16514         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16515
16516         * lib/filemode.c (setst): Remove.
16517         (strmode): Rewrite to avoid setst.  This makes the code shorter,
16518         (arguably) clearer, and the generated code is a bit smaller on my
16519         Debian GNU/Linux stable x86 host.
16520
16521         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16522
16523         * lib/filemode.c: Include "filemode.h" first, to test the interface.
16524         Assume that filemode.h includes sys/types.h and sys/stat.h.
16525         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
16526         (ftypelet): Reorder to put common cases first, for efficiency.
16527         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
16528         to do 'M'.
16529         (strmode): Renamed from mode_string, and now stores 12 bytes instead
16530         of 10, for compatibility with FreeBSD.  All callers changed.
16531         (filemodestring): Now stores 12 bytes instead of 10, and sets file
16532         types that can't be deduced solely from st_mode.  First arg is now a
16533         const pointer.
16534         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
16535         (strmode): Renamed from mode_string.
16536         (filemodestring): New decl.
16537         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
16538         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
16539         needed.
16540         (S_ISPORT, S_ISWHT): New macros, if not already defined.
16541
16542         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
16545         fsusage.h now does that.  Include fsusage.h first, to test interface.
16546         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
16547         at most one method (the old code could have generated decls that
16548         didn't conform to C89, not that this was ever exercised).
16549         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
16550
16551         2006-03-19  Jim Meyering  <jim@meyering.net>
16552
16553         Work even in a chroot where d_ino values for entries in "/"
16554         don't match the stat.st_ino values for the same names.
16555         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
16556         number, iterate through all entries again, using lstat instead.
16557         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
16558         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
16559
16560         * lib/getcwd.c (__getcwd): Clarify a comment.
16561         Use memcpy in place of a call to strcpy.
16562
16563         2006-03-12  Jim Meyering  <jim@meyering.net>
16564
16565         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
16566         matches that of the current directory (which we're about to chdir ".."
16567         out of), then save the dev-ino of the parent, instead.
16568
16569         * lib/same-inode.h (SAME_INODE): New file/macro.
16570         * lib/chdir-safer.c (SAME_INODE): Remove definition.
16571         Include "same-inode.h", instead.
16572         * lib/same.c: Likewise.
16573         * lib/cycle-check.h: Include "same-inode.h".
16574         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
16575         * lib/cycle-check.c (SAME_INODE): Remove definition.
16576         * lib/root-dev-ino.h: Include "same-inode.h".
16577
16578         2006-03-11  Eric Blake  <ebb9@byu.net>
16579
16580         * lib/same.c (same_name): s/base_name/last_component/
16581         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
16582         * lib/filenamecat.c (file_name_concat): Likewise.
16583
16584         2006-03-11  Eric Blake  <ebb9@byu.net>,
16585                     Paul Eggert  <eggert@cs.ucla.edu>
16586
16587         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
16588         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
16589         drive prefix.
16590         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
16591         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
16592         (last_component): New method.
16593         * lib/dirname.c (dir_len): Determine when drive letters need a
16594         subsequent slash.  Preserve // when it is special.
16595         (dir_name): Don't append dot when drive letter is absolute.
16596         [TEST_DIRNAME]: Move into a full-blown gnulib test.
16597         * lib/basename.c (base_name): New semantics - malloc the result.
16598         Preserve // when it is special.  Preserve relative files that look
16599         like drive letters.
16600         (base_len): Preserve // when it is special.
16601         (last_component): New method, similar to old base_name semantics.
16602         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
16603         base_name.  Strip redundant slashes from ///.
16604
16605 2006-07-03  Jim Meyering  <jim@meyering.net>
16606
16607         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
16608         macro is used before the first cycle_check call.
16609
16610 2006-07-03  Eric Blake  <ebb9@byu.net>
16611
16612         * modules/dirname (Depends-on): Add xstrndup.
16613
16614 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16615
16616         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
16617         test cases, so that config.log is a bit easier to follow.
16618
16619 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16620
16621         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
16622         both are 64 bits, since this seems to be the tradition, and this
16623         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
16624         we ever run into a host that prefers long long to long in this
16625         case, we'll need another configure-time test.  Problem reported by
16626         Jim Meyering.
16627
16628 2006-07-02  Eric Blake  <ebb9@byu.net>
16629
16630         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
16631
16632 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16633
16634         * modules/inttypes (Depends-on): No longer depends on stdint.
16635         * modules/stdint (Description): Say more about assumptions.
16636         Say that the fast types might differ.  Say macros are used.
16637         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
16638         (Makefile.am): Revise list of substituted symbols to match
16639         new stdint.m4.
16640         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
16641         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
16642         * tests/test-stdint.c (verify_same_types)
16643         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
16644         the code conforms to C99/C89.
16645         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
16646         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
16647
16648 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16649
16650         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
16651         but fix a bug, by requiring at least 64 bits.
16652         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
16653         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
16654         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16655         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16656
16657         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16658         changes.  Make 2.59 a prerequisite.  Check and substitute for
16659         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16660         inttypes.h.  Do not use special include files; just use the
16661         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16662         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16663         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16664         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16665         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16666         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16667         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16668         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16669         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16670         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16671         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16672         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16673         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16674         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16675         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16676         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16677         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16678         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16679         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16680         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16681         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16682         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16683         not check for things that C99 does not require, e.g., int8_t.  If
16684         a test isn't needed unless <stdint.h> isn't working, and is
16685         unlikely to be needed for any other reason, then don't do it
16686         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16687         size_t, since we assume C89 freestanding at least.  Do not check
16688         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16689         the right thing even if the types are not defined.  Instead use:
16690         (gl_STDINT_TYPE_PROPERTIES): New macro.
16691         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16692         testing whether <sys/types.h> clashes, as Autoconf does this for
16693         us now.  All uses removed.
16694         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16695         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16696         (gl_CHECK_TYPE_SAME):
16697         Remove; no longer needed.
16698         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16699         exists, since we'll return 0 anyway in that case.
16700         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16701
16702 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16703
16704         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16705         possible collision with system files.
16706         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16707         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16708         WCHAR_MIN and WCHAR_MAX in this case.
16709         (<stddef.h>): Do not include; no longer needed.
16710         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16711         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16712         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16713         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16714         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16715         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16716         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16717         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16718         !defined(__c99))]: Include in this case too, since it's harmless
16719         now.
16720         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16721         dangerous to do so.
16722         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16723         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16724         (_STDINT_MIN, _STDINT_MAX): New macros.
16725         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16726         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16727         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16728         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16729         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16730         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16731         macros, not typedefs; this simplifies things quite a bit.
16732         Use long int for all types narrower than int64_t.
16733         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16734         Define in terms of long long int or int64_t or long int,
16735         not int64_t or int32_t.  This saves some compile-time testing.
16736         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16737         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16738         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16739         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16740         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16741         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16742         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16743         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16744         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16745         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16746         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16747         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16748         undef any previous version and define our own version, for
16749         simplicity and consistency with the new macros for types.
16750         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16751         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16752         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16753         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16754         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16755         @WINT_T_SUFFIX@ to keep things simple here.
16756         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16757         Simplify by assuming typical 8/16/32/64 host, since we're
16758         already doing that elsewhere anyway.
16759         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16760         and assume long long int is 64 bits if available.  This
16761         speeds up 'configure'.
16762
16763 2006-07-01  Eric Blake  <ebb9@byu.net>
16764
16765         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16766         Reported by Andreas Buening.
16767
16768 2006-07-01  Eric Blake  <ebb9@byu.net>
16769
16770         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16771
16772 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16773
16774         * lib/getaddrinfo.c: fixed typo
16775
16776 2006-06-29  Jim Meyering  <jim@meyering.net>
16777
16778         * modules/strftime (Maintainer): Add my name, since with the
16779         FPRINTFTIME changes strftime.c has forked from glibc.
16780
16781 2006-06-29  Eric Blake  <ebb9@byu.net>
16782
16783         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16784
16785 2006-06-29  Eric Blake  <ebb9@byu.net>
16786
16787         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16788
16789 2006-06-29  Eric Blake  <ebb9@byu.net>
16790
16791         * lib/stat_.h: New file.
16792
16793 2006-06-29  Eric Blake  <ebb9@byu.net>
16794
16795         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16796         unused static function.
16797
16798 2006-06-29  Eric Blake  <ebb9@byu.net>
16799
16800         * doc/functions.texi (Function Portability): Document missing lstat
16801         on mingw.
16802
16803 2006-06-29  Eric Blake  <ebb9@byu.net>
16804
16805         * MODULES.html.sh: Add sys_stat.
16806         * modules/sys_stat: New module.
16807         * modules/mkstemp (Depends-on): Add sys_stat.
16808
16809 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16810
16811         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16812
16813 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16814
16815         * m4/c-bs-a.m4: Removed.
16816
16817 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16818
16819         * lib/strftime.c: Assume strftime() exists.
16820
16821 2006-06-29  Derek Price  <derek@ximbiot.com>
16822
16823         * modules/c-bs-a: Removed - \a is C89.
16824         * MODULES.html.sh: Remove c-bs-a.
16825
16826 2006-06-29  Bruno Haible  <bruno@clisp.org>
16827
16828         * modules/wcwidth (License): Change to LGPL.
16829
16830 2006-06-28  Simon Josefsson  <jas@extundo.com>
16831
16832         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16833         on _WIN32.
16834
16835         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16836         getnameinfo.
16837
16838 2006-06-28  Simon Josefsson  <jas@extundo.com>
16839
16840         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16841
16842 2006-06-28  Simon Josefsson  <jas@extundo.com>
16843
16844         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16845         functions there.  It will succeed on Windows XP, but on Windows
16846         2000 and (presumably) earlier, it will fail, and use the internal
16847         re-implementation.
16848         (use_win32_p): New function.
16849         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16850         Support AI_NUMERICSERV to disable getservbyname.
16851         (getnameinfo): New function, only supports
16852         NI_NUMERICHOST|NI_NUMERICSERV for now.
16853
16854         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16855         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16856         getnameinfo.
16857
16858 2006-06-28  Eric Blake  <ebb9@byu.net>
16859
16860         * modules/wcwidth: New file.
16861         * modules/mbchar (Depends-on): Add wcwidth.
16862         * modules/mbswidth (Depends-on): Add wcwidth.
16863         * MODULES.html.sh: Add wcwidth.
16864
16865 2006-06-28  Eric Blake  <ebb9@byu.net>
16866
16867         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16868         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16869
16870 2006-06-28  Eric Blake  <ebb9@byu.net>
16871
16872         * lib/xvasprintf.h: Fix comments.
16873
16874 2006-06-28  Eric Blake  <ebb9@byu.net>
16875
16876         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16877         * lib/mbswidth.c (wcwidth): Move from here...
16878         * lib/wcwidth.h: ...to this new file.
16879
16880 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16881
16882         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16883
16884         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16885         it's obsolete.
16886         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16887
16888 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16889
16890         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16891         Autoconf 2.60 says this stuff was obsolete.
16892
16893 2006-06-28  Bruno Haible  <bruno@clisp.org>
16894
16895         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16896
16897 2006-06-28  Bruno Haible  <bruno@clisp.org>
16898
16899         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16900         gt_TYPE_WCHAR_T.
16901
16902 2006-06-28  Bruno Haible  <bruno@clisp.org>
16903
16904         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16905         declaration for wcwidth.
16906         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16907
16908 2006-06-28  Bruno Haible  <bruno@clisp.org>
16909
16910         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16911         (mkdir): Define using _mkdir.
16912
16913 2006-06-28  Bruno Haible  <bruno@clisp.org>
16914
16915         * lib/getaddrinfo.h: Fix POSIX URL.
16916         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16917         _WIN32.
16918         (use_win32_p): Make static.
16919         (getaddrinfo): Reject service name if it is empty or does not consist
16920         solely of decimal digits, or if its value is > 65535.
16921         (getnameinfo): Remove useless casts.
16922
16923 2006-06-27  Simon Josefsson  <jas@extundo.com>
16924
16925         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16926         Eggert and Martin Lambers.
16927
16928 2006-06-27  Simon Josefsson  <jas@extundo.com>
16929
16930         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16931         Eggert and Martin Lambers.
16932
16933 2006-06-27  Bruno Haible  <bruno@clisp.org>
16934
16935         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16936         result to 0, not to empty.
16937         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16938
16939 2006-06-27  Bruno Haible  <bruno@clisp.org>
16940
16941         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16942
16943 2006-06-26  Simon Josefsson  <jas@extundo.com>
16944
16945         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16946         present.
16947
16948 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16949
16950         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16951         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16952         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16953
16954 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16955
16956         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16957
16958 2006-06-26  Bruno Haible  <bruno@clisp.org>
16959
16960         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16961
16962 2006-06-26  Bruno Haible  <bruno@clisp.org>
16963
16964         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16965
16966 2006-06-26  Bruno Haible  <bruno@clisp.org>
16967
16968         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16969         SGI C compiler in pre-C99 mode.
16970         Suggested by Mark D. Baushke and Larry Jones.
16971
16972 2006-06-26  Bruno Haible  <bruno@clisp.org>
16973
16974         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16975         WCHAR_MAX.
16976         Reported by Mark D. Baushke and Larry Jones.
16977
16978 2006-06-26  Bruno Haible  <bruno@clisp.org>
16979
16980         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16981         in pre-C99 mode.
16982         Suggested by Mark D. Baushke and Larry Jones.
16983
16984 2006-06-23  Simon Josefsson  <jas@extundo.com>
16985             Bruno Haible  <bruno@clisp.org>
16986
16987         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16988         Emit mostlyclean-local rule.
16989         (func_emit_tests_Makefile_am): Likewise.
16990         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16991
16992 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16993
16994         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16995
16996 2006-06-23  Bruno Haible  <bruno@clisp.org>
16997
16998         * tests/test-stdint.c: Update to match ISO C 99 Technical
16999         Corrigendum 1.
17000
17001 2006-06-23  Bruno Haible  <bruno@clisp.org>
17002
17003         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
17004
17005 2006-06-23  Bruno Haible  <bruno@clisp.org>
17006
17007         * lib/stdint_.h: Treat IRIX like OpenBSD.
17008
17009 2006-06-23  Bruno Haible  <bruno@clisp.org>
17010
17011         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
17012         ISO C 99 Technical Corrigendum 1.
17013
17014 2006-06-22  Simon Josefsson  <jas@extundo.com>
17015
17016         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
17017         MinGW.
17018
17019 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17020
17021         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
17022         needed.  Some compiler complained about some of them.  Problem reported
17023         by Larry Jones in
17024         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
17025
17026 2006-06-21  Simon Josefsson  <jas@extundo.com>
17027
17028         * tests/test-getaddrinfo.c: New file.
17029
17030         * modules/getaddrinfo-tests: New file.
17031
17032         * MODULES.html.sh: Add inet_pton.
17033
17034         * modules/inet_pton: New file.
17035
17036 2006-06-21  Simon Josefsson  <jas@extundo.com>
17037
17038         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
17039         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
17040         of using the (limited) gnulib implementation on Windows XP.
17041
17042         * m4/inet_pton.m4: New file.
17043
17044 2006-06-21  Simon Josefsson  <jas@extundo.com>
17045
17046         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
17047         variable.
17048
17049         * lib/socket_.h: Don't define WINVER.
17050
17051         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
17052         slightly modified to work in gnulib.
17053
17054 2006-06-21  Simon Josefsson  <jas@extundo.com>
17055
17056         * doc/gnulib.texi (Windows sockets): Add.
17057
17058 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
17059
17060         * lib/read-file.c (fread_file): Start with buffer allocation of
17061         0 bytes rather than 1 byte; this simplifies the code.
17062         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
17063         code to free buffer and save/restore errno.
17064         (internal_read_file): Remove unused local.
17065
17066 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
17067
17068         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
17069         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
17070         Problem reported by Denis Excoffier in
17071         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
17072
17073 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17074
17075         * modules/sys_socket, modules/socklen: Include sys/types since
17076         FreeBSD 4.x's sys/socket.h needs it.
17077
17078 2006-06-19  Simon Josefsson  <jas@extundo.com>
17079
17080         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
17081
17082 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
17083
17084         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
17085
17086 2006-06-19  Bruno Haible  <bruno@clisp.org>
17087
17088         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
17089         and FULL_PATH_INTTYPES_H in angle brackets.
17090         Reported by Mark D. Baushke <mdb@gnu.org>.
17091
17092 2006-06-17  Eric Blake  <ebb9@byu.net>
17093
17094         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
17095         errno.
17096
17097 2006-06-17  Bruno Haible  <bruno@clisp.org>
17098
17099         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
17100         <sys/inttypes.h>.
17101
17102 2006-06-17  Bruno Haible  <bruno@clisp.org>
17103
17104         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
17105         whether errno is declared. Assume <errno.h> declares errno.
17106
17107 2006-06-17  Bruno Haible  <bruno@clisp.org>
17108
17109         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
17110
17111 2006-06-17  Bruno Haible  <bruno@clisp.org>
17112
17113         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
17114         problem on Solaris 2.5.1.
17115
17116 2006-06-16  Eric Blake  <ebb9@byu.net>
17117
17118         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
17119         * lib/unicodeio.c [!defined errno]: Likewise.
17120         * lib/strtol.c [!defined errno]: Likewise.
17121         * lib/strtod.c [!defined errno]: Likewise.
17122
17123 2006-06-15  Eric Blake  <ebb9@byu.net>
17124
17125         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
17126
17127 2006-06-15  Eric Blake  <ebb9@byu.net>
17128
17129         * config/srclist.txt (ssize_t.m4): Lose sync.
17130
17131 2006-06-15  Bruno Haible  <bruno@clisp.org>
17132
17133         * modules/stdint (Files): Include m4/full-header-path.m4,
17134         m4/size_max.m4, m4/wchar_t.m4.
17135         (Makefile.am): Many more substitutions.
17136         * modules/stdint-tests: New file.
17137         * tests/test-stdint.c: New file.
17138
17139 2006-06-15  Bruno Haible  <bruno@clisp.org>
17140
17141         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
17142         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
17143         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
17144         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
17145         gl_CHECK_TYPE_SAME): New macros.
17146
17147 2006-06-15  Bruno Haible  <bruno@clisp.org>
17148
17149         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
17150
17151 2006-06-15  Bruno Haible  <bruno@clisp.org>
17152
17153         * lib/stdint_.h: Rewritten to be fully auto-configured.
17154         Fixes bug on HP-UX/IA64.
17155
17156 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
17157
17158         * lib/getdate.y (__attribute__): Don't define if already defined.
17159         Problem reported by Larry Jones.
17160         * lib/utimens.c (__attribute__): Likewise.
17161
17162 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
17163
17164         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
17165         reported by Andreas Schwab.
17166
17167 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17168             Bruno Haible  <bruno@clisp.org>
17169
17170         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
17171         check for the declaration of strnlen and a run test that exposes the
17172         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
17173         rpl_strndup.
17174
17175 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17176             Bruno Haible  <bruno@clisp.org>
17177
17178         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
17179
17180 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17181
17182         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
17183         compile test, for Tru64 4.0D.
17184
17185 2006-05-28  Karl Berry  <karl@gnu.org>
17186
17187         * config/srclist.txt (printf-args.c): lose sync.
17188
17189 2006-05-26  Martin Lambers  <marlam@marlam.de>
17190
17191         * lib/getpass.c: Updates the test for the native W32 API, and adds
17192         missing includes, thus fixing compilation warnings.
17193
17194 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17195
17196         * lib/exclude.c (exclude_fnmatch): New function.
17197         (excluded_file_name): Call exclude_fnmatch.
17198         * lib/exclude.h (excluded_file_name): New prototype
17199
17200 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
17201
17202         * lib/tempname.c (small_open, large_open): New macros.
17203         (__open, __open64) [!_LIBC]: Remove.
17204         (__gen_tempname): Use small_open and large_open instead of __open
17205         and __open64.  This fixes a portability bug on HP-UX 11.11i
17206         reported by Simon Wing-Tang in
17207         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
17208
17209 2006-05-24  Bruno Haible  <bruno@clisp.org>
17210
17211         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
17212         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
17213         Reported by Thorsten Maerz <torte@netztorte.de> via
17214         Aaron Stone <aaron@serendipity.cx>.
17215
17216 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17217
17218         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
17219         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
17220         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
17221         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
17222         not really conditional on the cache.
17223         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
17224
17225 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17226
17227         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
17228         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
17229         (my_usleep): Don't mishandle maximum value.
17230
17231 2006-05-19  Jim Meyering  <jim@meyering.net>
17232
17233         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
17234
17235 2006-05-17  Bruno Haible  <bruno@clisp.org>
17236
17237         Cygwin portability.
17238         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
17239
17240 2006-05-17  Bruno Haible  <bruno@clisp.org>
17241
17242         * lib/stdint_.h: Fix recognition of Cygwin.
17243
17244 2006-05-15  Bruno Haible  <bruno@clisp.org>
17245
17246         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
17247         on libtool patch by Ralf Wildenhues.
17248
17249 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17250
17251         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
17252         test for C99 conformance; (bool) 0.5 is an integer constant
17253         expression, but (bool) -0.5 is not.  Problem reported by Fedor
17254         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
17255
17256 2006-05-11  Simon Josefsson  <jas@extundo.com>
17257
17258         * m4/xvasprintf.m4: Fix obvious typo.
17259
17260 2006-05-11  Jim Meyering  <jim@meyering.net>
17261
17262         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
17263         James Lemley.
17264
17265 2006-05-10  Simon Josefsson  <jas@extundo.com>
17266
17267         * lib/md4.c: Typo fix, update copyright years.
17268         (K1, K2): Don't use L because it turn computations into 64-bit on
17269         64-bit platforms.
17270
17271 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
17272
17273         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
17274         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
17275         unwanted sign propagation, e.g., on hosts with 64-bit int.
17276         There still are some problems with reeelly weird theoretical hosts
17277         (e.g., 33-bit int) but it's not worth worrying about now.
17278         * lib/sha1.c (rol): Likewise.
17279         (K1, K2, K3, K4): Remove unnecessary L suffix.
17280
17281 2006-05-10  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/des.c: Cast to avoid warnings.
17284
17285 2006-05-09  Bruno Haible  <bruno@clisp.org>
17286
17287         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
17288         (Depends-on): Depend also on xsize, stdarg.
17289         (configure.ac): Add gl_XVASPRINTF.
17290
17291 2006-05-09  Bruno Haible  <bruno@clisp.org>
17292
17293         * m4/xvasprintf.m4: New file.
17294
17295 2006-05-09  Bruno Haible  <bruno@clisp.org>
17296
17297         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
17298         (EOVERFLOW): Define fallback value.
17299         (xstrcat): New function.
17300         (xvasprintf): Recognize the special case of a string concatenation.
17301
17302 2006-05-08  Eric Blake  <ebb9@byu.net>
17303
17304         * gnulib-tool (func_version): Base copyright year on CVS date.
17305         (func_emit_copyright_notice): New function.
17306         (func_emit_lib_Makefile_am): Use it.
17307         (func_emit_tests_Makefile_am): Likewise.
17308         (func_import): Likewise.
17309
17310 2006-05-08  Bruno Haible  <bruno@clisp.org>
17311
17312         * modules/stdarg: New file.
17313         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
17314
17315 2006-05-08  Bruno Haible  <bruno@clisp.org>
17316
17317         * m4/stdarg.m4: New file, from GNU gettext.
17318
17319 2006-05-08  Bruno Haible  <bruno@clisp.org>
17320
17321         * config/srclist.txt (build-aux/config.rpath): different from latest
17322         release.
17323
17324 2006-05-08  Bruno Haible  <bruno@clisp.org>
17325
17326         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
17327
17328 2006-05-05  Jim Meyering  <jim@meyering.net>
17329
17330         * m4/warning.m4: New file, derived from bison's file by the same name.
17331
17332 2006-05-03  Bruno Haible  <bruno@clisp.org>
17333
17334         * lib/stdint_.h: Shorter URL.
17335         * lib/inttypes.h: Likewise.
17336
17337 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17338
17339         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
17340
17341 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17342
17343         * lib/verify.h: Document the internals better.  Most of this change
17344         was written by Bruno Haible.
17345
17346 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17347
17348         * doc/verify.texi: New file, partly based on a proposal by
17349         Bruno Haible.
17350
17351 2006-05-02  Bruno Haible  <bruno@clisp.org>
17352
17353         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
17354         test from here...
17355         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
17356
17357 2006-04-29  Bruno Haible  <bruno@clisp.org>
17358
17359         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
17360         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
17361
17362 2006-04-29  Bruno Haible  <bruno@clisp.org>
17363
17364         * gnulib-tool: Make --update option actually work.
17365
17366 2006-04-29  Bruno Haible  <bruno@clisp.org>
17367
17368         * doc/gcd.texi: New file.
17369         * doc/gnulib.texi: Include it.
17370
17371 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17372
17373         * lib/getdate.y (get_date): When adding relative date, start with the
17374         initial time, not with the result of the first mktime call.
17375
17376 2006-04-25  Bruno Haible  <bruno@clisp.org>
17377
17378         * gnulib-tool (func_import): Output the include directives in three
17379         blocks, sorted separately.
17380         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17381
17382 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17383
17384         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
17385         to define main with arguments, for C++.  Reported by Eric Blake.
17386         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
17387         Prefer 'int main ()' to 'int main (void)', for C++.
17388         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
17389         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
17390         for 'main', for C99 and C++.
17391
17392 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17393
17394         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
17395         Don't assume that exit status -1 is valid.
17396         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17397         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
17398         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
17399         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
17400         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
17401         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
17402         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
17403         functions can be used without declaring them, or that you can
17404         exit with status -1.
17405         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
17406
17407 2006-04-24  Karl Berry  <karl@gnu.org>
17408
17409         * config/srclist.txt (longdouble.m4): sync lost.
17410
17411 2006-04-24  Eric Blake  <ebb9@byu.net>
17412
17413         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
17414
17415 2006-04-24  Bruno Haible  <bruno@clisp.org>
17416
17417         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
17418         poll() implementation in AIX.
17419         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17420
17421 2006-04-24  Bruno Haible  <bruno@clisp.org>
17422
17423         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
17424         assigned exactly once.
17425
17426 2006-04-23  Claudio Fontana  <claudio@gnu.org>
17427             Bruno Haible  <bruno@clisp.org>
17428
17429         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
17430         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
17431         for AM_CPPFLAGS.
17432
17433 2006-04-23  Bruno Haible  <bruno@clisp.org>
17434
17435         * modules/copy-file: Depend on unistd.
17436         * modules/execute: Likewise.
17437         * modules/fatal-signal: Likewise.
17438         * modules/findprog: Likewise.
17439         * modules/mkdtemp : Likewise.
17440         * modules/pipe: Likewise.
17441         * modules/wait-process: Likewise.
17442
17443 2006-04-23  Bruno Haible  <bruno@clisp.org>
17444
17445         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
17446         condition was already detected.
17447         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17448
17449 2006-04-23  Bruno Haible  <bruno@clisp.org>
17450
17451         * lib/copy-file.c: Include <unistd.h> unconditionally.
17452         * lib/execute.c: Likewise.
17453         * lib/fatal-signal.c: Likewise.
17454         * lib/findprog.c: Likewise.
17455         * lib/mkdtemp.c: Likewise.
17456         * lib/pipe.h: Likewise.
17457         * lib/pipe.c: Likewise.
17458         * lib/wait-process.h: Likewise.
17459
17460 2006-04-23  Bruno Haible  <bruno@clisp.org>
17461
17462         * gnulib-tool (func_usage): Fix --import description. Document
17463         --update.
17464         (func_import): Create temporary file in a temporary directory, if
17465         --dry-run is specified. Silence errors from 'grep' when there are no
17466         m4 files in $m4dir.
17467         (func_create_testdir): Silence errors from 'grep' when there are no
17468         m4 files in $m4dir.
17469         Reported by Karl Berry <karl@freefriends.org>.
17470
17471 2006-04-20  Bruno Haible  <bruno@clisp.org>
17472
17473         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
17474         one argument, so that the code will be portable to Autoconf 2.60.
17475         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
17476         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17477         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
17478
17479 2006-04-19  Derek Price  <derek@ximbiot.com>
17480             Eric Blake  <ebb9@byu.net>
17481
17482         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
17483         rather than "/full/path.h".  Update comment to match.  Shorten &
17484         generalize m4_translit call via AS_TR_CPP.
17485
17486 2006-04-19  Derek Price  <derek@ximbiot.com>
17487             Eric Blake  <ebb9@byu.net>
17488
17489         * lib/inttypes.h: Correct grammar in comment.
17490
17491 2006-04-18  Derek Price  <derek@ximbiot.com>
17492             Paul Eggert  <eggert@cs.ucla.edu>
17493
17494         * modules/inttypes: New file.
17495         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
17496
17497 2006-04-18  Derek Price  <derek@ximbiot.com>
17498             Paul Eggert  <eggert@cs.ucla.edu>
17499
17500         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
17501         New files.
17502
17503 2006-04-18  Derek Price  <derek@ximbiot.com>
17504             Paul Eggert  <eggert@cs.ucla.edu>
17505
17506         * lib/inttypes.h: New file.
17507         * lib/strtoimax.c: Assume <inttypes.h>.
17508
17509 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
17510
17511         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
17512         isn't mounted.  Problem reported by Kir Kolyshkin.
17513
17514 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17515
17516         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
17517         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
17518         Derek R. Price.
17519         * lib/regex.h (RE_DUP_MAX): Update comment to match current
17520         implementation.
17521
17522 2006-04-12  Eric Blake  <ebb9@byu.net>
17523
17524         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
17525         is now done automatically by the corresponding Autoconf macro.
17526
17527 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
17528
17529         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
17530         time_r.h.
17531
17532 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17533
17534         Merge regex changes from libc, removing some of our
17535         POSIX-conformance changes that were rejected and redoing them in a
17536         less-intrusive way.
17537
17538         * lib/regcomp.c (re_compile_internal, init_dfa):
17539         Length arg is now size_t, not Idx.  All uses changed.
17540         (peek_token): Forward decl now says internal_function.
17541         (__re_error_msgid, __re_error_msgid_idx):
17542         Now static rather than extern with attribute_hidden.
17543         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
17544         For some reason libc prefers K&R style defns for external functions.
17545         (regerror) [!defined _LIBC]: Likewise.
17546         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
17547         (seek_collating_symbol_entry, lookup_collation_sequence_value):
17548         (build_range_exp, build_collating_symbol):
17549         Use K&R-style defn.
17550         (re_compile_fastmap): Use '\0' to memset, not 0.
17551         (utf8_sb_map): Make the calculations more obvious.
17552         (init_dfa, parse_bracket_exp, build_charclass_op):
17553         Call calloc and cast result, as glibc does.
17554         (init_word_char, fetch_token, peek_token, peek_token_bracket):
17555         (build_range_exp, build_collating_symbol):
17556         Now internal functions.
17557
17558         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
17559
17560         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
17561         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
17562         Don't depend on VMS; depend on __VMS instead, for POSIX
17563         namespace cleanness.
17564         (regoff_t): Define to ssize_t, not long int.
17565
17566         Remove the REG_ macros named below.  Instead, make the old names
17567         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
17568         __USE_GNU_REGEX.
17569         (REG_BACKSLASH_ESCAPE_IN_LISTS):
17570         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
17571         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
17572         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
17573         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
17574         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
17575         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
17576         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
17577         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
17578         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
17579         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
17580         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
17581         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
17582         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
17583         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
17584         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
17585         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
17586         (REG_NREGS):
17587         Remove.  All uses replaced by the old RE_* names.
17588         (RE_BACKSLASH_ESCAPE_IN_LISTS):
17589         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
17590         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
17591         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
17592         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
17593         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
17594         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
17595         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
17596         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
17597         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
17598         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
17599         Don't bother having these macros be independent of each others'
17600         values, since they no longer exist in the POSIX name space.
17601
17602         Rename the following member names back to their old names,
17603         unless !__USE_GNU_REGEX.  All uses changed back.
17604         (buffer): Renamed from re_buffer.
17605         (allocated): Renamed from re_allocated.
17606         (used): Renamed from re_used.
17607         (syntax): Renamed from re_syntax.
17608         (fastmap): Renamed from re_fastmap.
17609         (translate): Renamed from re_translate.
17610         (can_be_null): Renamed from re_can_be_null.
17611         (regs_allocated): Renamed from re_regs_allocated.
17612         (fastmap_accurate): Renamed from re_fastmap_accurate.
17613         (no_sub): Renamed from re_no_sub.
17614         (not_bol): Renamed from re_not_bol.
17615         (not_eol): Renamed from re_not_eol.
17616         (newline_anchor): Renamed from re_newline_anchor.
17617         (num_regs): Renamed from rm_num_regs.
17618         (start): Renamed from rm_start.
17619         (end): Renamed from rm_end.
17620
17621         (free_state): Move up a bit.
17622
17623         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
17624         #define to be empty.
17625         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
17626         when that is what is intended.
17627         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
17628         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
17629         (MAX): New macro.
17630         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
17631         All uses changed back to re_malloc, etc.  It's now the caller's
17632         responsibility to check for overflow; all callers changed.
17633         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
17634         (re_x2nrealloc): Remove.
17635         (free_state): Remove decl.
17636
17637         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
17638         (re_set_registers, re_exec):
17639         Use K&R-style defn.
17640
17641         2006-01-31  Roland McGrath  <roland@redhat.com>
17642
17643         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
17644         Reported by Mike Frysinger <vapier@gentoo.org>.
17645
17646         2006-01-15  Andreas Jaeger  <aj@suse.de>
17647
17648         [BZ #1950]
17649         * lib/regex_internal.c (re_string_reconstruct): Adjust for
17650         build_wcs_upper_buffer change.
17651         (build_wcs_upper_buffer): Change return type.
17652
17653         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
17654
17655         * lib/regex_internal.h: Include <stdint.h> if available.
17656
17657         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17658
17659         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17660
17661         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17662
17663         * lib/regcomp.c: Adjust for changed secondary hash function.
17664
17665         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17666
17667         * lib/regex.h: Pretty printing.
17668         Clean up namespace a bit.
17669
17670         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17671
17672         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17673         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17674
17675         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17676                     Ulrich Drepper  <drepper@redhat.com>
17677
17678         [BZ #1302]
17679         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17680         changed.
17681         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17682
17683         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17684
17685         [BZ #281]
17686         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17687         * lib/regcomp.c: Remove unnecessary uses of
17688         unsigned RE_TRANSLATE_TYPE.
17689         * lib/regex_internal.h: Likewise.
17690         * lib/regex_internal.c: Likewise.
17691         * lib/regexec.c: Likewise.
17692         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17693
17694         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17695
17696         * lib/regexec.c (find_recover_state): Remove unnecessary
17697         initialization.
17698         (transit_state_bkref): Make DFA a const pointer.
17699         (get_subexp): Likewise.
17700         (check_arrival): Likewise.
17701         (update_cur_sifted_state): Likewise.
17702         (re_search_internal): Likewise.
17703         (prune_impossible_nodes): Likewise.
17704         (acquire_init_state_context): Likewise.
17705         (proceed_next_node): Likewise.
17706         (set_regs): Likewise.
17707         (free_fail_stack_return): Likewise.
17708         (check_arrival_expand_ecl): Mark DFA parameter as const.
17709         (check_arrival_expand_ecl_sub): Likewise.
17710         (check_subexp_limits): Likewise.
17711         (sub_epsilon_src_nodes):  Likewise.
17712         (add_epsilon_src_nodes):  Likewise.
17713         (merge_state_array): Likewise.
17714         (update_regs): Likewise.
17715         (build_trtable): Likewise.
17716         (sift_states_backward): Mark MCTX parameter as const.
17717         (build_sifted_states): Likewise.
17718         (update_cur_sifted_state): Likewise.
17719         (sift_states_mkref): Likewise.
17720         (check_arrival_expand_ecl): Mark eclosure as const.
17721         (check_dst_limits_calc_pos_1): Likewise.
17722         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17723         pointer.
17724
17725         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17726
17727         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17728         (transit_state_sb): Likewise.
17729         (transit_state_mb): Likewise.
17730         (sift_states_iter_mb): Likewise.
17731         (check_arrival_add_next_nodes): Likewise.
17732         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17733         [_LIBC] (re_search_2_stub): Use mempcpy.
17734
17735         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17736         mbrtowc for very simple UTF-8 case.
17737
17738         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17739         a pointer-to-const.
17740         (re_acquire_state_context): Likewise.
17741         * lib/regex_internal.h: Adjust prototypes.
17742
17743         * lib/regex.c: Prevent using C++ compilers.
17744
17745         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17746         (re_acquire_state_context): Likewise.
17747
17748 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17749
17750         * modules/regex (Depends-on): Add ssize_t.
17751
17752 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17753
17754         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17755         translation table.
17756
17757 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17758
17759         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17760
17761 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17762             Bruno Haible  <bruno@clisp.org>
17763
17764         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17765         <sys/types.h> and <inttypes.h>.
17766
17767 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17768
17769         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17770         `__error_t_defined', so argp.h will not typedef the former.
17771
17772 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17773
17774         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17775         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17776         glibc names.  Even if glibc is changed to conform to POSIX, the
17777         traditional names will be available anyway, since regex depends on
17778         the extensions module.  Also, fix a longstanding typo in the
17779         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17780         reported by Emanuele Giaquinta.  Also, change sense of cached
17781         variable, so that the message makes sense.
17782
17783 2006-03-24  Simon Josefsson  <jas@extundo.com>
17784
17785         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17786         including some doc fixes.
17787         (base64_encode_alloc): Fix +1 bug on allocation failures.
17788
17789 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17790
17791         * lib/base64.c (base64_encode): Do not read past end of array with
17792         unsanitized input on systems with CHAR_BIT > 8.
17793
17794 2006-03-24  Eric Blake  <ebb9@byu.net>
17795
17796         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17797
17798 2006-03-22  Karl Berry  <karl@gnu.org>
17799
17800         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17801         * config/srclistvars.sh (COREUTILS): new var.
17802
17803 2006-03-17  Jim Meyering  <jim@meyering.net>
17804
17805         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17806         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17807
17808 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17809
17810         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17811         no longer needs it.  Instead, check that regoff_t is as least
17812         as wide as ptrdiff_t.
17813
17814         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17815         so that our regex.h stays compatible with the installed regex.
17816         This is helpful for installers who configure --without-included-regex.
17817         Problem reported by Emanuele Giaquinta.
17818
17819 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17820
17821         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17822         Typedef to long int, not to off_, as POSIX will likely change
17823         in that direction.
17824
17825 2006-03-15  Eric Blake  <ebb9@byu.net>
17826
17827         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17828
17829 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17830
17831         * lib/argp-help.c (validate_uparams): Fix typo
17832         * lib/argp-parse.c (argp_default_options): Consistently begin help
17833         messages with a lowercase letter.
17834
17835 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17836
17837         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17838         overrun buffers and shouldn't be used (much as gets shouldn't be
17839         used).
17840         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17841
17842 2006-03-08  Simon Josefsson  <jas@extundo.com>
17843
17844         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17845         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17846
17847 2006-03-08  Simon Josefsson  <jas@extundo.com>
17848
17849         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17850         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17851
17852 2006-03-08  Simon Josefsson  <jas@extundo.com>
17853
17854         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17855         signal that configure disabled the device.
17856
17857 2006-03-08  Simon Josefsson  <jas@extundo.com>
17858
17859         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17860         languages.
17861
17862 2006-03-07  Simon Josefsson  <jas@extundo.com>
17863
17864         * modules/getopt (Depends-on): Add unistd.
17865
17866         * modules/unistd: New file.
17867
17868 2006-03-07  Simon Josefsson  <jas@extundo.com>
17869
17870         * modules/gc-random: New file.
17871
17872 2006-03-07  Simon Josefsson  <jas@extundo.com>
17873
17874         * m4/unistd_h.m4: New file.
17875
17876 2006-03-07  Simon Josefsson  <jas@extundo.com>
17877
17878         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17879         test to be side-effect free by storing the result in the cache
17880         variable gl_cv_lib_readline, and moving the assignment of
17881         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17882         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17883
17884 2006-03-07  Simon Josefsson  <jas@extundo.com>
17885
17886         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17887         error on missing devices (the functions will return an error).
17888
17889         * m4/gc.m4: Move random stuff to gc-random.m4
17890
17891 2006-03-07  Simon Josefsson  <jas@extundo.com>
17892
17893         * lib/unistd_.h: New file.
17894
17895 2006-03-07  Simon Josefsson  <jas@extundo.com>
17896
17897         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17898
17899 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17900
17901         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17902         Problem reported by Juan Manuel Guerrero.
17903
17904 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17905
17906         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17907         the unistd module.
17908         * lib/getlogin_r.c: Likewise.
17909         * lib/getlogin_r.h: Likewise.
17910         * lib/glob.c: Likewise.
17911         * lib/pagealign_alloc.c: Likewise.
17912         * lib/unistd_.h: Remove; no longer needed.
17913
17914 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17915
17916         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17917         Add unistd.
17918         * modules/c-stack (Depends-on): Add unistd.
17919         * modules/getlogin_r: Likewise.
17920         * modules/glob: Likewise.
17921         * modules/pagealign_alloc: Likewise.
17922         * modules/unistd (Files): Remove lib/unistd_.h.
17923         (EXTRA_DIST): Remove.
17924         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17925         need unistd_.h.
17926         (MOSTLYCLEANFILES): Remove unistd.h-t.
17927
17928 2006-03-03  Simon Josefsson  <jas@extundo.com>
17929
17930         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17931
17932 2006-03-03  Simon Josefsson  <jas@extundo.com>
17933
17934         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17935         libidn and bison.
17936
17937 2006-03-03  Simon Josefsson  <jas@extundo.com>
17938
17939         * build-aux/maint.mk: Add indent target.
17940
17941 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17942
17943         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17944         our replacement poll.h in any case, to avoid a differing
17945         declaration from a system header.  Seen on AIX.
17946
17947 2006-03-01  Simon Josefsson  <jas@extundo.com>
17948
17949         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17950         <kasal@ucw.cz>.
17951
17952 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17953
17954         * modules/gettime (Depends-on): Add extensions module.
17955         * modules/nanosleep (Depends-on): Likewise.
17956         * modules/settime (Depends-on): Likewise.
17957
17958 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17959
17960         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17961         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17962         pedantically.
17963         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17964         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17965
17966         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17967         not "==".  Reported by Ralf Wildenhues.
17968
17969 2006-03-01  Karl Berry  <karl@gnu.org>
17970
17971         * doc/Copyright/request-*: new files, synced from gnuorg.
17972
17973 2006-03-01  Karl Berry  <karl@gnu.org>
17974
17975         * config/srclist.txt (Copyright/*): new entries.
17976
17977 2006-02-28  Simon Josefsson  <jas@extundo.com>
17978
17979         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17980
17981 2006-02-27  Simon Josefsson  <jas@extundo.com>
17982
17983         * lib/base64.h: Indent #define's.  From Jim Meyering
17984         <jim@meyering.net>.
17985
17986 2006-02-27  Jim Meyering  <jim@meyering.net>
17987
17988         Revert the change of 2006-02-24, so these files can continue
17989         to be sync'd from gettext.
17990         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17991         of `config.h'.
17992
17993 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17994
17995         * modules/intprops: New file.
17996         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17997         Add intprops.
17998         * modules/getloadavg (Files): Remove lib/intprops.h.
17999         (Depends-on): Add intprops.
18000         * modules/human: Likewise.
18001         * modules/inttostr: Likewise.
18002         * modules/openat: Likewise.
18003         * modules/sig2str: Likewise.
18004         * modules/userspec: Likewise.
18005         * modules/utimecmp: Likewise.
18006         * modules/xnanosleep: Likewise.
18007         * modules/xstrtol: Likewise.
18008
18009 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
18010
18011         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
18012         * modules/lock-tests (TESTS): Use $(EXEEXT).
18013         * modules/tls-tests: Likewise.
18014         * modules/argp-tests: Likewise.
18015         (check_PROGRAMS): New var, replacing...
18016         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
18017
18018 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18019
18020         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
18021         `config.h'.
18022
18023 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
18024
18025         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
18026
18027 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18028
18029         Sync from coreutils.
18030         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
18031         gl_CHDIR_SAFER.
18032
18033 2006-02-22  Jim Meyering  <jim@meyering.net>
18034
18035         Sync from coreutils.
18036         * m4/chdir-safer.m4: New file.
18037
18038 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
18039
18040         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
18041         AT_FDCWD exceeds INT_MAX.
18042         * lib/openat.h (AT_FDCWD): Likewise.
18043
18044 2006-02-17  Eric Blake  <address@hidden>
18045
18046         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
18047
18048 2006-02-16  Simon Josefsson  <jas@extundo.com>
18049
18050         * modules/getaddrinfo (Depends-on): Add sys_socket.
18051
18052 2006-02-15  Simon Josefsson  <jas@extundo.com>
18053
18054         * build-aux/maint.mk: Add dsyntax-check rule.
18055
18056 2006-02-15  Eric Blake  <ebb9@byu.net>
18057
18058         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
18059         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
18060         'present but cannot compile' warnings on cygwin.
18061         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
18062         use ws2tcpip.h if sys/socket.h works.
18063         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
18064         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
18065
18066 2006-02-14  Simon Josefsson  <jas@extundo.com>
18067
18068         * modules/maintainer-makefile (Files): Rename.
18069
18070         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
18071         and (the local) Makefile.cfg to maint-cfg.mk.
18072
18073         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
18074         to the latter.
18075
18076         * modules/maintainer-makefile: New module.
18077
18078         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
18079         severaly stripped to make it possible to build it up from scratch
18080         with reliable tests.
18081
18082         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
18083         fixes to permit overriding the default actions when configure and
18084         makefile are not available.
18085
18086 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18087
18088         Sync from coreutils.
18089         * modules/lstat (Depends-on): Don't depend on xalloc.
18090         (License): Change from GPL to LGPL, since this is now simply a
18091         replacement for a libc function.
18092
18093 2006-02-14  Jim Meyering  <jim@meyering.net>
18094
18095         Sync from coreutils.
18096
18097         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
18098         failure on deficient systems, and simplify gnulib lgpl dependencies.
18099         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
18100         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
18101
18102         * lib/xalloc-die.c: Remove unused definition of N_.
18103
18104 2006-02-14  Jim Meyering  <jim@meyering.net>
18105
18106         Sync from coreutils.
18107         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
18108         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
18109         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
18110         double-quote uses of that variable, to accommodate the rare case in
18111         which getmntent is available in none of the libraries checked.  This
18112         happens at least on FreeBSD 5.0.
18113
18114 2006-02-13  Simon Josefsson  <jas@extundo.com>
18115
18116         * gnulib-tool (Usage): Fix --import, from
18117         karl@freefriends.org (Karl Berry).
18118
18119 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
18120
18121         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
18122
18123 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
18124
18125         * lib/argp-namefrob.h: Restore changes accidentally lost during the
18126         "autoupdate" on 2005-12-12.
18127
18128 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
18129
18130         * modules/closeout (Depends-on): Remove atexit.
18131
18132 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
18133
18134         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
18135         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
18136
18137 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
18138
18139         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
18140         __EXTENSIONS__ if this causes compilation to fail.  Problem
18141         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
18142         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
18143
18144 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
18145
18146         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
18147         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
18148         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
18149         All uses changed.
18150
18151 2006-01-26  Simon Josefsson  <jas@extundo.com>
18152
18153         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
18154         prototype is visible on mingw32.
18155
18156         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
18157         for mingw32.
18158
18159         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
18160         mingw32).
18161
18162 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
18163
18164         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
18165         attempt to open for write; this always fails, at least on POSIX
18166         hosts.  This reinstates the 2006-01-09 change, which was
18167         inadvertently removed.
18168
18169 2006-01-26  Bruno Haible  <bruno@clisp.org>
18170
18171         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
18172         Reported by Paul Eggert.
18173
18174 2006-01-26  Bruno Haible  <bruno@clisp.org>
18175             Paul Eggert  <eggert@cs.ucla.edu>
18176
18177         * lib/stdbool_.h (_Bool)
18178         [(! (defined __cplusplus || defined __BEOS__)
18179           && !defined __GNUC__
18180           && !(defined __HP_cc || defined __xlc__
18181                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
18182                || defined __sgi))]:
18183         #define to signed char in these cases too; this simplifies
18184         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
18185         etc., separately) and makes it more conservative.
18186
18187 2006-01-25  Simon Josefsson  <jas@extundo.com>
18188
18189         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
18190         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
18191         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
18192
18193 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
18194
18195         * lib/argp-namefrob.h: Bugfix. Remove stray #
18196
18197 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
18198
18199         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
18200         so that we test the test.
18201         Check for yet another HP-UX cc bug involving *bool |= bool.
18202
18203 2006-01-25  Karl Berry  <karl@gnu.org>
18204
18205         * config/srclist.txt (vasnprintf.c): sync lost.
18206
18207 2006-01-25  Jim Meyering  <jim@meyering.net>
18208
18209         Sync from the stable (b5) branch of coreutils:
18210
18211         * lib/fts.c (fts_children): Don't let close() clobber errno from
18212         failed fchdir().
18213
18214         * lib/fts.c (fts_stat): When following a symlink-to-directory,
18215         don't necessarily interpret stat-fails+lstat-succeeds as indicating
18216         a dangling symlink.  That can also happen at least for ELOOP.
18217         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
18218         FYI, this bug predates the inclusion of fts.c in coreutils.
18219
18220         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
18221         in their own block, so pre-c99 compilers don't object.
18222
18223         Avoid the double-free (first in fts_read, second in fts_close) that
18224         would occur when an `active' directory is made inaccessible (e.g.,
18225         via chmod a-x) during a traversal.
18226         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18227         before returning.  Reproduce this failure by
18228         mkdir -p a/b; cd a; chmod a-x . b
18229         Reported by Stavros Passas.
18230
18231 2006-01-25  Jim Meyering  <jim@meyering.net>
18232
18233         * lib/fileblocks.c: Remove more useless parentheses.
18234         * lib/readutmp.h: Likewise.
18235
18236 2006-01-25  Bruno Haible  <bruno@clisp.org>
18237
18238         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
18239         warnings.
18240         Reported by Paul Eggert.
18241
18242 2006-01-25  Bruno Haible  <bruno@clisp.org>
18243
18244         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
18245         rid of a trap command. For Solaris sh.
18246         Reported by Mark D. Baushke <mdb@gnu.org>.
18247
18248 2006-01-24  Simon Josefsson  <jas@extundo.com>
18249
18250         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
18251         Bruno.
18252
18253 2006-01-24  Karl Berry  <karl@gnu.org>
18254
18255         * config/srclist.txt (argp-namefrob.h): sync lost.
18256
18257 2006-01-24  Jim Meyering  <jim@meyering.net>
18258
18259         * modules/openat (Files): Add lib/intprops.h.
18260         From Mark D. Baushke.
18261
18262 2006-01-24  Jim Meyering  <jim@meyering.net>
18263
18264         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
18265         Reported by Mark D. Baushke.
18266
18267 2006-01-24  Jim Meyering  <jim@meyering.net>
18268
18269         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
18270
18271 2006-01-24  Bruno Haible  <bruno@clisp.org>
18272
18273         * modules/strnlen (Maintainer): Change from glibc to all.
18274
18275 2006-01-24  Bruno Haible  <bruno@clisp.org>
18276
18277         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
18278         Patch by Paul Eggert.
18279
18280 2006-01-24  Bruno Haible  <bruno@clisp.org>
18281
18282         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
18283         already has it.
18284         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
18285         2005-11-26.
18286
18287         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
18288         'signed char' to avoid problems with the built-in _Bool type.
18289         Reported by Paul Eggert on 2005-11-26.
18290
18291 2006-01-24  Bruno Haible  <bruno@clisp.org>
18292
18293         * gnulib-tool (func_import): Avoid constructing complicated sed
18294         expressions inside backquote.
18295         Report and solution by Mark D. Baushke <mdb@gnu.org>.
18296
18297 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
18298
18299         These changes imported from libc.
18300         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
18301         test and two separate function calls.
18302         * lib/strndup.c (__strndup): Add libc_hidden_def.
18303
18304 2006-01-23  Simon Josefsson  <jas@extundo.com>
18305
18306         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
18307         Remove the test_*_SOURCES variable: automake infers it by default.
18308         * modules/tls-tests: Likewise.
18309
18310 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18311
18312         Work around porting bugs reported by Dieter in
18313         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
18314         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
18315         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
18316         Include "getopt.h" first, to check interface.
18317         (getenv): Declare only if defined HAVE_DECL_GETENV &&
18318         !HAVE_DECL_GETENV.
18319         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
18320         (__strndup): Revert to K&R-style function dfns, the glibc style.
18321         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
18322         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
18323         Include strnlen.h first, to get prototype properly.
18324         (strnlen): Renamed from __strnlen.
18325         Remove weak alias.
18326
18327 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18328
18329         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
18330
18331 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18332
18333         * config/srclist.txt: Adjust to reflect glibc reorganization.
18334         This affects only comments.
18335
18336 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18337
18338          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
18339          Reported by Bruce Korb <bkorb@gnu.org>.
18340
18341 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18342
18343         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
18344         to pacify gcc -Wswitch-default.
18345
18346 2006-01-22  Bruno Haible  <bruno@clisp.org>
18347
18348         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
18349         temporary buffer for sprintf, take into account the precision also
18350         for 'd', 'i', 'u', 'o', 'x', 'X'.
18351
18352 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18353
18354         * modules/argp-tests: New module
18355         * tests/test-argp.c: New file
18356         * tests/test-argp-2.sh: New file
18357
18358 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18359
18360         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
18361         (__argp_base_name): Removed
18362         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
18363         typo.
18364         (__argp_base_name): Provide macro definition or extern declaration
18365         depending on the configuration
18366
18367 2006-01-20  Simon Josefsson  <jas@extundo.com>
18368
18369         * modules/inet_ntop (Depends-on): Depend on sys_socket.
18370
18371 2006-01-20  Simon Josefsson  <jas@extundo.com>
18372
18373         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
18374
18375 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18376
18377         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
18378         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
18379         Suggested by Bruno Haible.
18380
18381 2006-01-20  Karl Berry  <karl@gnu.org>
18382
18383         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
18384         until changes propagate, I guess.
18385
18386 2006-01-19  Simon Josefsson  <jas@extundo.com>
18387
18388         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
18389
18390 2006-01-19  Simon Josefsson  <jas@extundo.com>
18391
18392         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
18393
18394 2006-01-19  Simon Josefsson  <jas@extundo.com>
18395
18396         * gnulib-tool: Set check_PROGRAMS.
18397
18398         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18399         modules/des-tests, modules/gc-arcfour-tests,
18400         modules/gc-arctwo-tests, modules/gc-des-tests,
18401         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18402         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18403         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18404         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18405         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18406         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
18407         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
18408         test_*_SOURCES.
18409
18410 2006-01-18  Simon Josefsson  <jas@extundo.com>
18411
18412         * modules/socklen (Depends-on): Depend on sys_socket.
18413
18414 2006-01-18  Simon Josefsson  <jas@extundo.com>
18415
18416         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18417         modules/des-tests, modules/gc-arcfour-tests,
18418         modules/gc-arctwo-tests, modules/gc-des-tests,
18419         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18420         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18421         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18422         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18423         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18424         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
18425         $(EXEEXT) to automake TESTS variable, for mingw32.
18426
18427 2006-01-17  Simon Josefsson  <jas@extundo.com>
18428
18429         * modules/socklen (Include): Need sys/socket.h.
18430
18431 2006-01-17  Bruno Haible  <bruno@clisp.org>
18432
18433         * modules/ssize_t (Include): Add <sys/types.h>.
18434
18435 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
18436
18437         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
18438         it's not portable and it doesn't work with cross-compiles.
18439         Problem reported by Bruno Haible.  Fix missing-$ typo in
18440         'test "gl_cv_ignore_unused_libraries" ...' that prevented
18441         -zignore from being used with Sun's C compiler.
18442
18443 2006-01-12  Simon Josefsson  <jas@extundo.com>
18444
18445         * lib/base64.c: Fix warning, reported by Bruno Haible
18446         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
18447
18448 2006-01-12  Bruno Haible  <bruno@clisp.org>
18449
18450         * modules/ldd: New file.
18451         * build-aux/ldd.sh.in: New file.
18452         * MODULES.html.sh (Support for building libraries and executables): Add
18453         ldd.
18454
18455 2006-01-12  Bruno Haible  <bruno@clisp.org>
18456
18457         * m4/ldd.m4: New file.
18458
18459 2006-01-12  Bruno Haible  <bruno@clisp.org>
18460
18461         * gnulib-tool (func_import, func_create_testdir): Don't go into an
18462         endless loop while replacing $auxdir with build-aux.
18463
18464 2006-01-11  Simon Josefsson  <jas@extundo.com>
18465
18466         * lib/stdint_.h (SIZE_MAX): Add missing (.
18467
18468 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
18469
18470         Sync from coreutils.
18471         * lib/md5.c: Fix commentary typos.
18472         (alignof, UNALIGNED_P): No need for a GCC-specific version.
18473         * lib/md5.h (__attribute__): Remove; unused.
18474         * lib/sha1.c: Fix commentary to match md5 better.
18475         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
18476         so that we don't need to worry about alignment.  All uses changed.
18477         This merges the 2005-10-28 md5 change into sha1.
18478
18479 2006-01-11  Jim Meyering  <jim@meyering.net>
18480
18481         Sync from coreutils.
18482         * lib/md5.c (OP): Fix spacing.
18483
18484 2006-01-11  Bruno Haible  <bruno@clisp.org>
18485
18486         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18487         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
18488         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
18489
18490 2006-01-11  Bruno Haible  <bruno@clisp.org>
18491
18492         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18493         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
18494         the "early" section as well.
18495
18496 2006-01-11  Bruno Haible  <bruno@clisp.org>
18497
18498         Avoid "ar: no archive members specified" error on MacOS X.
18499         * gnulib-tool (func_modules_add_dummy): New function.
18500         (func_import, func_create_testdir): Invoke it.
18501
18502 2006-01-11  Bruno Haible  <bruno@clisp.org>
18503
18504         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
18505         with $auxdir in AC_CONFIG_FILES statements.
18506
18507 2006-01-11  Bruno Haible  <bruno@clisp.org>
18508
18509         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18510         Initialize also noinst_HEADERS to empty.
18511
18512 2006-01-11  Bruno Haible  <bruno@clisp.org>
18513
18514         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
18515         variables.
18516         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
18517         autoreconf.
18518
18519 2006-01-11  Bruno Haible  <bruno@clisp.org>
18520
18521         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
18522         overridable by the user.
18523         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18524
18525 2006-01-10  Simon Josefsson  <jas@extundo.com>
18526
18527         * modules/sys_socket: New file.
18528
18529 2006-01-10  Simon Josefsson  <jas@extundo.com>
18530
18531         * m4/sys_socket_h.m4: New file.
18532
18533 2006-01-10  Simon Josefsson  <jas@extundo.com>
18534
18535         * lib/socket_.h: New file.
18536
18537 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18538
18539         * modules/readutmp (Maintainer): Add myself.
18540
18541 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18542
18543         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
18544         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
18545         People who are still concerned with buggy memcmp implementations
18546         can invoke gl_FUNC_MEMCMP themselves.
18547
18548 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18549
18550         * lib/regex_internal.h (BITSET_WORD_BITS):
18551         Work around a bug in 64-bit PGC (before version 6.1-2), where the
18552         preprocessor mishandles large unsigned values as if they were signed.
18553         Problem reported by Claudio Fontana in
18554         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
18555
18556 2006-01-10  Jim Meyering  <jim@meyering.net>
18557
18558         Avoid the double-free (first in fts_read, second in fts_close) that
18559         would occur when an `active' directory is made inaccessible (e.g.,
18560         via chmod a-x) during a traversal.
18561         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18562         before returning.  Reproduce this failure by
18563         mkdir -p a/b; cd a; chmod a-x . b
18564         Reported by Stavros Passas.
18565
18566         Sync from coreutils.
18567         * lib/sha1.c: Tweak grammar in a comment.
18568
18569 2006-01-10  Jim Meyering  <jim@meyering.net>
18570
18571         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
18572         Patch by Joerg Sonnenberger.
18573
18574 2006-01-10  Bruno Haible  <bruno@clisp.org>
18575
18576         * modules/readutmp: Depend on module free.
18577         * modules/strtok_r: Depend on module restrict.
18578
18579 2006-01-10  Bruno Haible  <bruno@clisp.org>
18580
18581         * modules/gettext (configure.ac): Add an invocation of
18582         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
18583
18584 2006-01-10  Bruno Haible  <bruno@clisp.org>
18585
18586         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
18587         Reported by Werner Lemberg <wl@gnu.org>.
18588
18589 2006-01-10  Bruno Haible  <bruno@clisp.org>
18590
18591         * lib/localcharset.c: Update from GNU gettext.
18592
18593 2006-01-10  Bruno Haible  <bruno@clisp.org>
18594
18595         * lib/argp.h (__const): Remove macro. Use const instead.
18596         * lib/argp-fmtstream.h (__const): Likewise.
18597         * lib/glob_.h (__const): Remove macro.
18598         * lib/glob-libc.h: Use const instead of __const.
18599
18600 2006-01-10  Bruno Haible  <bruno@clisp.org>
18601
18602         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
18603         variable.
18604         Needed to avoid an automake error regarding the 'gettext' module.
18605
18606 2006-01-09  Simon Josefsson  <jas@extundo.com>
18607
18608         * modules/inet_ntop (Depends-on): Add restrict.
18609
18610 2006-01-09  Simon Josefsson  <jas@extundo.com>
18611
18612         * modules/gc-rijndael-tests (License): Put under LGPL.
18613
18614         * modules/gc-des-tests (License): Likewise.
18615
18616         * modules/gc-arcfour-tests (License): Likewise.
18617
18618         * modules/gc-arctwo-tests (License): Likewise.
18619
18620         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
18621
18622         * modules/gc-hmac-sha1-tests (Files): Likewise.
18623
18624         * modules/gc-hmac-md5-tests (License): Likewise.
18625
18626         * modules/gc-sha1-tests (License): Likewise.
18627
18628         * modules/gc-md5-tests (License): Likewise.
18629
18630         * modules/gc-md4-tests (License): Likewise.
18631
18632         * modules/gc-md2-tests (License): Likewise.
18633
18634         * modules/gc-tests (License): Likewise.
18635
18636         * modules/des-tests (License): Likewise.
18637
18638         * modules/md4-tests (License): Likewise.
18639
18640         * modules/md2-tests (License): Likewise.
18641
18642 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18643
18644         Sync from coreutils:
18645
18646         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
18647         * modules/lib-ignore: New file.
18648         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
18649         chdir-safer.m4, lchmod.m4.
18650         * modules/openat: Add mkdirat.c, openat-priv.h.
18651
18652 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18653
18654         Sync from coreutils.
18655         * m4/lib-ignore.m4: New file.
18656         * m4/lchmod.m4: New file.
18657
18658 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18659
18660         Sync from coreutils.
18661         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18662         for write access: POSIX says that must fail.
18663         * lib/fts.c (diropen): Likewise.
18664         * lib/save-cwd.c (save_cwd): Likewise.
18665         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18666         well, for minor improvements on hosts that lack O_DIRECTORY.
18667         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18668         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18669         Fall back on chown if open failed with EACCES.
18670
18671         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18672         Report an error at compile-time if only a 1-second nominal clock
18673         resolution is found.
18674
18675         * lib/lchmod.h: New file.
18676         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18677         (make_dir_parents): Use lchown rather than chown, and
18678         lchmod rather than chmod.
18679
18680         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18681         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18682         "proc" reported by n0dalus.
18683
18684         * lib/mountlist.c: Include <limits.h>.
18685         (dev_from_mount_options)
18686         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18687         New function.  It no longer assumes "dev=" has the System V meaning
18688         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18689         (read_file_system_list)
18690         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18691         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18692         dev= in that case.
18693
18694         * lib/posixtm.h (PDS_PRE_2000): New macro.
18695         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18696         allow_century.  All usages changed.  Reject dates outside the range
18697         1969-1999 if PDS_PRE_2000 is used.
18698
18699 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18700
18701         Sync from coreutils.
18702         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18703         (Time of day items): Mention the possibility of leap seconds.
18704         Problem reported by Dr. David Alan Gilbert.
18705
18706 2006-01-09  Jim Meyering  <jim@meyering.net>
18707
18708         Sync from coreutils.
18709
18710         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18711
18712         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18713
18714         * lib/modechange.c (mode_compile): Reject an invalid mode string
18715         that starts with an octal digit.  From Andreas Gruenbacher.
18716
18717         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18718         and dup to open_safer and dup_safer, respectively.
18719         (openat_permissive): Fix typo in comment.
18720
18721         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18722         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18723         (_): Remove; no longer needed.
18724         (openat): Renamed from rpl_openat; no need for rpl_openat
18725         since openat.h renames openat for us.
18726         Replace most of the body with a call to openat_permissive,
18727         to avoid duplicate code.
18728         Port to (probably hypothetical) environments were mode_t is
18729         wider than int.
18730         (openat_permissive): Require mode arg, so that we can check
18731         types better.  Put it just after flags.  Change cwd failure
18732         indicator from pointer-to-bool to pointer-to-errno-value.
18733         All callers changed.
18734         Invoke openat_save_fail and/or openat_restore_fail if
18735         cwd_errno is null, so that openat can call us.
18736         (openat_permissive, fdopendir, fstatat, unlinkat):
18737         Simplify errno handling to avoid some duplicate code,
18738         as it's OK to set errno on success.
18739         * lib/openat.h: Revamp code so that function macros depend on
18740         __OPENAT_PREFIX only, not also on AT_FDCWD.
18741         (openat_ro): Remove.  Caller changed to use openat_permissive.
18742         (openat_permissive): Now a macro, if not a function.
18743         (openat_restore_fail, openat_save_fail): Now always functions,
18744         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18745
18746         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18747         and openat.c.
18748         * lib/mkdirat.c: Include openat-priv.h.
18749         Remove definitions of macros defined therein.
18750         * lib/openat.c: Likewise.
18751
18752         * lib/mkdirat.c (mkdirat): New file and function.
18753         * lib/openat.h (mkdirat): Declare.
18754
18755         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18756
18757         * lib/openat.h (openat_permissive): Declare.
18758         (openat_ro): Define.
18759
18760         * lib/openat.c (EXPECTED_ERRNO): New macro.
18761         (openat_permissive): New function -- used in remove.c rewrite.
18762         (all functions): Set errno just before returning, only if there
18763         was an actual failure.
18764         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18765
18766         Emulate openat-family functions using Linux's procfs, if possible.
18767         Idea and some code based on Ulrich Drepper's glibc changes.
18768
18769         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18770         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18771         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18772         before falling back on save_cwd and restore_cwd.
18773         (fdopendir, fstatat, unlinkat): Likewise.
18774
18775         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18776         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18777
18778         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18779         as second argument to va_arg.  Otherwise, some versions of gcc
18780         warn that `if this code is reached, the program will abort'.
18781
18782 2006-01-09  Jim Meyering  <jim@meyering.net>
18783
18784         Sync from coreutils.
18785         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18786         Require openat-priv.h.
18787
18788 2006-01-09  Bruno Haible  <bruno@clisp.org>
18789
18790         * modules/strnlen (Include): Use strnlen.h.
18791
18792 2006-01-09  Bruno Haible  <bruno@clisp.org>
18793
18794         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18795
18796 2006-01-09  Bruno Haible  <bruno@clisp.org>
18797
18798         * lib/sysexit_.h (EX_OK): New macro.
18799         Suggested by Martin Lambers <marlam@marlam.de>.
18800
18801 2006-01-09  Bruno Haible  <bruno@clisp.org>
18802
18803         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18804         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18805
18806 2006-01-09  Bruno Haible  <bruno@clisp.org>
18807
18808         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18809         numbers.
18810
18811 2006-01-09  Bruno Haible  <bruno@clisp.org>
18812
18813         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18814         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18815         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18816         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18817
18818 2006-01-09  Bruno Haible  <bruno@clisp.org>
18819
18820         * build-aux/javacomp.sh.in: New file, moved from lib/.
18821         * modules/javacomp-script (Files): Update.
18822         (configure.ac): Add AC_CONFIG_FILES invocation.
18823         (EXTRA_DIST): Remove variable.
18824
18825         * build-aux/javaexec.sh.in: New file, moved from lib/.
18826         * modules/javaexec (Files): Update.
18827         (configure.ac): Add AC_CONFIG_FILES invocation.
18828         (EXTRA_DIST): Remove javaexec.sh.in.
18829
18830         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18831         * modules/csharpcomp-script (Files): Update.
18832         (configure.ac): Add AC_CONFIG_FILES invocation.
18833         (EXTRA_DIST): Remove variable.
18834
18835         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18836         * modules/csharpexec (Files): Update.
18837         (configure.ac): Add AC_CONFIG_FILES invocation.
18838         (EXTRA_DIST): Remove csharpexec.sh.in.
18839
18840 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18841
18842         Sync from coreutils.
18843
18844         Add POSIX ACL support
18845         * lib/acl.h (copy_acl, set_acl): Add declarations.
18846         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18847         systems other than Linux.
18848         (chmod_or_fchmod): New function: use fchmod when possible,
18849         and chmod otherwise.
18850         (file_has_acl): Add a POSIX ACL implementation, with a
18851         Linux-specific subcase.
18852         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18853         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18854         acls are unsupported.
18855         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18856         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18857         are unsupported.
18858
18859 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18860
18861         Sync from coreutils.
18862         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18863
18864 2006-01-07  Bruno Haible  <bruno@clisp.org>
18865
18866         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18867         gl_EARLY.
18868
18869 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18870
18871         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18872         Problem reported for Mingw by Mark Junker.
18873
18874 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18875
18876         * README: Gnulib normally doesn't generate a tarball.
18877
18878 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18879
18880         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18881         long int, not int, for nanosecond counts, so that people who are
18882         used to POSIX struct timespec won't be surprised.  Reported by Jim
18883         Meyering.
18884
18885 2005-12-28  Bruno Haible  <bruno@clisp.org>
18886
18887         * build-aux/config.rpath: Update from GNU gettext.
18888
18889 2005-12-16  Jim Meyering  <jim@meyering.net>
18890
18891         * modules/fprintftime: New module.
18892         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18893
18894 2005-12-16  Jim Meyering  <jim@meyering.net>
18895
18896         * m4/fprintftime.m4: New file.
18897
18898 2005-12-16  Jim Meyering  <jim@meyering.net>
18899
18900         * lib/fprintftime.c, lib/fprintftime.h: New files.
18901
18902 2005-12-15  Simon Josefsson  <jas@extundo.com>
18903
18904         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18905         new m4/socklen.m4.
18906
18907 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18908
18909         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18910         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18911
18912 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18913
18914         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18915         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18916         struct uparams is valid. Fall back to the default values if it is
18917         not.
18918
18919 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18920
18921         * modules/argp (Files): Add argp-pin.c
18922         (Depends-on): dirname
18923         (lib_SOURCES): Add argp-pin.c
18924
18925 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18926
18927         * m4/argp.m4:  Check if program_invocation_name and
18928         program_invocation_short_name are declared and define appropriate
18929         macros if they are not.
18930
18931 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18932
18933         * lib/argp-help.c (__argp_base_name): New function
18934         (__argp_short_program_name): Rewrite using __argp_base_name
18935         * lib/argp-namefrob.h: Define program_invocation_name and
18936         program_invocation_short_name if requested
18937         (__argp_base_name): Add prototype
18938         * lib/argp-parse.c (argp_def): Use gettext wrappers
18939         (argp_default_parser): Use __argp_base_name
18940         * lib/argp-pin.c: New file. Defines program_invocation_name and
18941         program_invocation_short_name on systems that lack them.
18942
18943 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18944
18945         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18946         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18947         porting problem reported by Georg Schwarz in
18948         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18949
18950 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18951
18952         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18953         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18954         porting problem reported by Georg Schwarz in
18955         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18956
18957 2005-12-05  Bruno Haible  <bruno@clisp.org>
18958
18959         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18960         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18961         Reported by Mark Junker <mjscod@gmx.de>.
18962
18963 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18964
18965         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18966         Use implementation from Albert Chin, with some
18967         comments/corrections by Stepan Kasal and myself.
18968
18969 2005-12-02  Bruno Haible  <bruno@clisp.org>
18970
18971         * gnulib-tool (func_import): Accept GPLed build tool modules when
18972         --lgpl is given.
18973         * modules/csharpcomp-script: New file.
18974         * modules/csharpcomp: Depend on it.
18975         * modules/javacomp-script: New file.
18976         * modules/javacomp: Depend on it.
18977         Suggested by Simon Josefsson.
18978
18979 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18980
18981         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18982         statement, to work around an HP-UX 10.20 compiler bug reported by
18983         Peter O'Gorman.
18984
18985 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18986
18987         * modules/savedir (Depends-on): Add openat.
18988
18989 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18990
18991         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18992         (uintmax_t) [defined uintmax_t]: Do not declare.
18993         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18994         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18995         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18996         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18997         sake of portability to weird hosts that C allows (though we don't
18998         know of any practical examples).
18999
19000         * lib/savedir.h (fdsavedir): New decl.
19001         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
19002         contains most of the former guts of savedir.
19003         (savedir): Use savedirstream.
19004         Include "openat.h".
19005
19006 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19007
19008         * modules/obstack (Files): Add m4/ulonglong.m4.
19009         Problem reported by Davide Angelocola.
19010
19011 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
19012
19013         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
19014         coreutils no longer futzes with rounding modes.
19015
19016 2005-11-14  Jim Meyering  <jim@meyering.net>
19017
19018         * lib/mkstemp-safer.c: Include <config.h>, required for possible
19019         replacement of mkstemp.
19020
19021 2005-11-10  Simon Josefsson  <jas@extundo.com>
19022
19023         * lib/readline.c: Remove EOL.
19024
19025 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19026
19027         * modules/gethrxtime (Depends-on): Add gettime.
19028
19029 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19030
19031         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
19032         or gettimeofday; no longer needed.
19033
19034 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19035
19036         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
19037         time business.
19038         (gethrxtime) [! (HAVE_NANOUPTIME
19039         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
19040         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
19041         our own approximation.
19042
19043 2005-11-08  Eric Blake  <ebb9@byu.net>
19044
19045         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
19046
19047 2005-11-08  Eric Blake  <ebb9@byu.net>
19048
19049         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
19050
19051 2005-11-04  Bruno Haible  <bruno@clisp.org>
19052
19053         * gnulib-tool: Implement --update mode.
19054
19055 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         Fix porting problem reported by Theodoros V. Kalamatianos.
19058         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
19059         Don't assume that futimes failing means we must fail.
19060
19061 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19062
19063         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
19064         variables to suggest the intended function of the PATH_MAX check.
19065
19066 2005-10-30  Kean Johnston  <jkj@sco.com>
19067
19068         Trivial changes to support SCO systems.
19069         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
19070         as PATH_MAX.
19071         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
19072         where __ptr is null when no I/O is pending.
19073
19074 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19075
19076         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
19077         leave errno alone.  Problem reported by Dmitry V. Levin.
19078
19079 2005-10-28  Simon Josefsson  <jas@extundo.com>
19080
19081         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
19082         Test more.
19083
19084         * tests/test-gc-md2.c, tests/test-md2.c: New files.
19085
19086         * modules/md2, modules/md2-tests: New files.
19087
19088 2005-10-28  Simon Josefsson  <jas@extundo.com>
19089
19090         * m4/inet_ntop.m4: More tests.
19091
19092         * m4/gc-md2.m4, md2.m4: New file.
19093
19094 2005-10-28  Simon Josefsson  <jas@extundo.com>
19095
19096         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
19097         "restrict" keywords, as per POSIX.  Protect the function
19098         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
19099         Don't use K&R prototypes.  Check the sprintf return values.
19100         Re-define EAFNOSUPPORT if not present.  Indent.
19101
19102         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
19103         suggested by Bruno Haible <bruno@clisp.org>.
19104
19105         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
19106
19107         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
19108
19109         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
19110         libgcrypt).
19111
19112         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
19113
19114         * lib/md2.h, lib/md2.c: New files.
19115
19116 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
19117
19118         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
19119         errno alone.  Problem reported by Frederic Jolliton.
19120
19121 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
19122
19123         * modules/verify (License): Change from GPL to LGPL.  This is a
19124         tiny module and there are apparently near-equivalents that are
19125         under the BSD license.
19126
19127 2005-10-24  Simon Josefsson  <jas@extundo.com>
19128
19129         * modules/sha1: Relicense to LGPL.
19130
19131 2005-10-24  Simon Josefsson  <jas@extundo.com>
19132
19133         * lib/md4.h: Shrink buffer size, now that we changed the type.
19134
19135 2005-10-23  Simon Josefsson  <jas@extundo.com>
19136
19137         * gnulib-tool (func_import): Fix --tests-base.
19138
19139 2005-10-22  Simon Josefsson  <jas@extundo.com>
19140
19141         * modules/arcfour (Depends-on): Need stdint.
19142
19143 2005-10-22  Simon Josefsson  <jas@extundo.com>
19144
19145         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
19146         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
19147
19148 2005-10-22  Simon Josefsson  <jas@extundo.com>
19149
19150         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
19151         suggested by Bruno Haible <bruno@clisp.org>.
19152
19153 2005-10-22  Simon Josefsson  <jas@extundo.com>
19154
19155         * lib/crc.h: Include stddef.h, for size_t.
19156
19157 2005-10-22  Simon Josefsson  <jas@extundo.com>
19158
19159         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
19160         arcfour_context struct (simplify test vector testing in GNU
19161         Shishi).
19162
19163 2005-10-21  Simon Josefsson  <jas@extundo.com>
19164
19165         * modules/des, modules/des-tests: New files.
19166
19167         * modules/gc-des, modules/gc-des-tests: New files.
19168
19169         * tests/test-des.c, tests/test-gc-des.c: New file.
19170
19171 2005-10-21  Simon Josefsson  <jas@extundo.com>
19172
19173         * modules/arctwo, modules/arctwo-tests: New files.
19174
19175         * tests/test-arctwo.c: New file.
19176
19177         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
19178
19179         * tests/test-gc-arctwo.c: New file.
19180
19181 2005-10-21  Simon Josefsson  <jas@extundo.com>
19182
19183         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
19184         Bruno Haible <bruno@clisp.org>.
19185
19186         * m4/gc-des.m4: New file.
19187
19188 2005-10-21  Simon Josefsson  <jas@extundo.com>
19189
19190         * m4/arctwo.m4: New file.
19191
19192         * m4/gc-arctwo.m4: New file.
19193
19194 2005-10-21  Simon Josefsson  <jas@extundo.com>
19195
19196         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
19197         block.
19198
19199 2005-10-21  Simon Josefsson  <jas@extundo.com>
19200
19201         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
19202         <bruno@clisp.org>.
19203
19204         * lib/hmac-sha1.c (hmac_sha1): Likewise.
19205
19206         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
19207         Bruno Haible <bruno@clisp.org>.
19208
19209         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
19210         <bruno@clisp.org>.
19211
19212 2005-10-21  Simon Josefsson  <jas@extundo.com>
19213
19214         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
19215
19216 2005-10-21  Simon Josefsson  <jas@extundo.com>
19217
19218         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
19219
19220 2005-10-21  Simon Josefsson  <jas@extundo.com>
19221
19222         * lib/des.h, lib/des.c: New files.
19223
19224         * lib/gc-gnulib.c: Support DES.c
19225
19226 2005-10-21  Simon Josefsson  <jas@extundo.com>
19227
19228         * lib/arctwo.h, lib/arctwo.c: New files.
19229
19230         * lib/gc-gnulib.c: Support ARCTWO.
19231
19232 2005-10-21  Simon Josefsson  <jas@extundo.com>
19233
19234         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
19235         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19236
19237 2005-10-21  Simon Josefsson  <jas@extundo.com>
19238
19239         * gnulib-tool (func_import, func_create_testdir): Define automake
19240         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
19241         Makefile.am snippet),
19242         suggested by Bruno Haible <bruno@clisp.org>.
19243
19244         * modules/gc (Makefile.am): Use it.
19245
19246 2005-10-21  Bruno Haible  <bruno@clisp.org>
19247
19248         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
19249         patch.
19250
19251 2005-10-19  Simon Josefsson  <jas@extundo.com>
19252
19253         * tests/test-gc-rijndael.c: New file.
19254
19255         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
19256
19257 2005-10-19  Simon Josefsson  <jas@extundo.com>
19258
19259         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
19260         interface too.
19261
19262 2005-10-19  Simon Josefsson  <jas@extundo.com>
19263
19264         * tests/test-gc-arcfour.c: New file.
19265
19266         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
19267
19268 2005-10-19  Simon Josefsson  <jas@extundo.com>
19269
19270         * modules/gc-md4, modules/gc-md4-tests: New file.
19271
19272         * tests/test-gc-md4.c: New file.
19273
19274 2005-10-19  Simon Josefsson  <jas@extundo.com>
19275
19276         * m4/gc-md4.m4: New file.
19277
19278 2005-10-19  Simon Josefsson  <jas@extundo.com>
19279
19280         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
19281         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
19282         <kasal@ucw.cz>.
19283
19284 2005-10-19  Simon Josefsson  <jas@extundo.com>
19285
19286         * m4/gc-arcfour.m4: New file.
19287
19288         * m4/gc-rijndael.m4: New file.
19289
19290 2005-10-19  Simon Josefsson  <jas@extundo.com>
19291
19292         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
19293
19294 2005-10-19  Simon Josefsson  <jas@extundo.com>
19295
19296         * lib/gc-gnulib.c: Support ARCFOUR.
19297
19298 2005-10-19  Simon Josefsson  <jas@extundo.com>
19299
19300         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
19301         support.
19302
19303         * lib/gc.h: Add ECB enum type.
19304
19305         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
19306
19307 2005-10-18  Simon Josefsson  <jas@extundo.com>
19308
19309         * tests/test-md5.c: New file.
19310
19311         * modules/md5-tests: New file.
19312
19313 2005-10-18  Simon Josefsson  <jas@extundo.com>
19314
19315         * tests/test-md4.c: New file.
19316
19317         * modules/md4, modules/md4-tests: New files.
19318
19319 2005-10-18  Simon Josefsson  <jas@extundo.com>
19320
19321         * m4/md4.m4: New file.
19322
19323 2005-10-18  Simon Josefsson  <jas@extundo.com>
19324
19325         * lib/md4.h, lib/md4.c: New files, based on md5.?.
19326
19327 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
19328
19329         * gnulib-tool (func_create_testdir): Omit the second check whether
19330         BUILT_SOURCES in nonempty.
19331
19332 2005-10-17  Simon Josefsson  <jas@extundo.com>
19333
19334         * tests/test-rijndael.c: New file.
19335
19336 2005-10-17  Simon Josefsson  <jas@extundo.com>
19337
19338         * modules/sha1: Depend on stdint instead of md5.
19339
19340         * modules/md5: Depend on stdint, remove uint32_t.
19341
19342 2005-10-17  Simon Josefsson  <jas@extundo.com>
19343
19344         * modules/gc-sha1-tests: New file.
19345
19346         * tests/test-gc-sha1.c: New file.
19347
19348 2005-10-17  Simon Josefsson  <jas@extundo.com>
19349
19350         * m4/md5.m4: Remove call to uint32_t.m4.
19351
19352 2005-10-17  Simon Josefsson  <jas@extundo.com>
19353
19354         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
19355
19356         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
19357         md5.h.
19358
19359         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
19360
19361         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
19362
19363 2005-10-17  Simon Josefsson  <jas@extundo.com>
19364
19365         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
19366
19367 2005-10-17  Simon Josefsson  <jas@extundo.com>
19368
19369         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
19370
19371 2005-10-17  Simon Josefsson  <jas@extundo.com>
19372
19373         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
19374
19375         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
19376
19377 2005-10-17  Bruno Haible  <bruno@clisp.org>
19378
19379         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
19380         that it can also be used in a test.
19381
19382 2005-10-16  Bruno Haible  <bruno@clisp.org>
19383
19384         * gnulib-tool (func_emit_tests_Makefile_am): Also define
19385         TESTS_ENVIRONMENT, so that individual tests can augment it.
19386
19387         * gnulib-tool (func_create_testdir): Use an intermediate target for
19388         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
19389         macros, like $(ALLOCA_H), which cannot be passed through the command
19390         line.
19391
19392 2005-10-15  Simon Josefsson  <jas@extundo.com>
19393
19394         * modules/rijndael-tests: New file.
19395
19396         * modules/rijndael: New file.
19397
19398 2005-10-15  Simon Josefsson  <jas@extundo.com>
19399
19400         * m4/rijndael.m4: New file.
19401
19402 2005-10-15  Simon Josefsson  <jas@extundo.com>
19403
19404         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
19405
19406         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
19407
19408 2005-10-14  Simon Josefsson  <jas@extundo.com>
19409
19410         * tests/test-arcfour.c: New file.
19411
19412         * modules/arcfour, modules/arcfour-tests: New files.
19413
19414 2005-10-14  Simon Josefsson  <jas@extundo.com>
19415
19416         * m4/arcfour.m4: New file.
19417
19418 2005-10-14  Simon Josefsson  <jas@extundo.com>
19419
19420         * lib/arcfour.h, lib/arcfour.c: New files.
19421
19422 2005-10-14  Roland McGrath  <roland@redhat.com>
19423
19424         Import from libc.  [BZ #1331]
19425         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
19426         macro argument.
19427         Reported by Matej Vela <vela@debian.org>.
19428
19429 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19430
19431         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
19432         include <wchar.h>; no longer needed.
19433
19434 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19435
19436         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
19437
19438 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
19439         and  Ulrich Drepper  <drepper@redhat.com>
19440
19441         Import from libc.
19442         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
19443         instead of inline stream orientation test and two separate
19444         function calls.  Pay no attention to USE_IN_LIBIO.
19445
19446 2005-10-13  Simon Josefsson  <jas@extundo.com>
19447
19448         * modules/gc-hmac-md5-tests: New file.
19449
19450         * tests/test-gc-hmac-sha1.c: New file.
19451
19452         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
19453
19454         * modules/gc-hmac-md5-tests: New file.
19455
19456         * tests/test-gc-md5.c: New file.
19457
19458         * modules/gc-md5-tests: New file.
19459
19460 2005-10-13  Simon Josefsson  <jas@extundo.com>
19461
19462         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
19463         Move memory allocation outside of loop.
19464
19465 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
19466
19467         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
19468         intermediate directory is in a read-only file system.  Problem
19469         reported by Eric Blake.
19470
19471 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
19472
19473         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
19474
19475 2005-10-12  Simon Josefsson  <jas@extundo.com>
19476
19477         * tests/test-hmac-sha1.c: New file.
19478
19479         * modules/hmac-sha1-tests: New file.
19480
19481         * modules/hmac-sha1: New file.
19482
19483 2005-10-12  Simon Josefsson  <jas@extundo.com>
19484
19485         * modules/gc-sha1: New file.
19486
19487 2005-10-12  Simon Josefsson  <jas@extundo.com>
19488
19489         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
19490
19491         * tests/test-gc-pbkdf2-sha1.c: New file.
19492
19493 2005-10-12  Simon Josefsson  <jas@extundo.com>
19494
19495         * modules/gc-md5, modules/gc-hmac-md5: New files.
19496
19497         * modules/gc (Files): Remove md5, memxor and hmac files.
19498
19499 2005-10-12  Simon Josefsson  <jas@extundo.com>
19500
19501         * m4/gc-pbkdf2-sha1.m4: New file.
19502
19503         * m4/gc-hmac-sha1.m4: New file.
19504
19505         * m4/gc-sha1: New file.
19506
19507         * m4/hmac-sha1.m4: New file.
19508
19509 2005-10-12  Simon Josefsson  <jas@extundo.com>
19510
19511         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
19512
19513         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
19514
19515 2005-10-12  Simon Josefsson  <jas@extundo.com>
19516
19517         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
19518         suggested by Bruno Haible <bruno@clisp.org>.
19519
19520 2005-10-12  Simon Josefsson  <jas@extundo.com>
19521
19522         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
19523
19524 2005-10-12  Simon Josefsson  <jas@extundo.com>
19525
19526         * lib/gc-pbkdf2-sha1.c: New file.
19527
19528         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
19529
19530 2005-10-12  Simon Josefsson  <jas@extundo.com>
19531
19532         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
19533
19534         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
19535
19536 2005-10-12  Simon Josefsson  <jas@extundo.com>
19537
19538         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
19539         GC_USE_HMAC_MD5, respectively.
19540
19541         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
19542         (gc_md5): Fix typo.
19543
19544         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
19545
19546         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
19547
19548         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
19549
19550 2005-10-12  Bruno Haible  <bruno@clisp.org>
19551
19552         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
19553         Reported by Stepan Kasal <kasal@ucw.cz>.
19554
19555 2005-10-11  Simon Josefsson  <jas@extundo.com>
19556
19557         * tests/test-crc.c: New file.
19558
19559         * modules/crc, modules/crc-tests: New files.
19560
19561 2005-10-11  Simon Josefsson  <jas@extundo.com>
19562
19563         * m4/crc.m4: New file.
19564
19565 2005-10-11  Simon Josefsson  <jas@extundo.com>
19566
19567         * lib/gc.h: Add gc_hash and gc_hash_buffer.
19568
19569         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
19570
19571         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
19572
19573 2005-10-11  Simon Josefsson  <jas@extundo.com>
19574
19575         * lib/crc.h, lib/crc.c: New files.
19576
19577         * lib/gc.h (gc_hash_buffer): Add doc.
19578
19579 2005-10-11  Bruno Haible  <bruno@clisp.org>
19580
19581         * modules/c-strcasestr: New file.
19582         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
19583
19584 2005-10-11  Bruno Haible  <bruno@clisp.org>
19585
19586         * modules/c-strcase: New file.
19587         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
19588
19589 2005-10-11  Bruno Haible  <bruno@clisp.org>
19590
19591         * lib/strcasecmp.c: Include limits.h.
19592         (strcasecmp): Avoid integer overflow on exotic platforms.
19593         * lib/strncasecmp.c: Include limits.h.
19594         (strncasecmp): Avoid integer overflow on exotic platforms.
19595         Reported by Paul Eggert.
19596
19597 2005-10-11  Bruno Haible  <bruno@clisp.org>
19598
19599         * lib/c-strcasestr.h: New file, from GNU gettext.
19600         * lib/c-strcasestr.c: New file, from GNU gettext.
19601
19602 2005-10-11  Bruno Haible  <bruno@clisp.org>
19603
19604         * lib/c-strcase.h: New file, from GNU gettext.
19605         * lib/c-strcasecmp.c: New file, from GNU gettext.
19606         * lib/c-strncasecmp.c: New file, from GNU gettext.
19607
19608 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19609
19610         * modules/mempcpy (License): GPL -> LGPL.
19611         * modules/strchrnul (License): Likewise.
19612         * modules/sysexits (License): Likewise.
19613
19614 2005-10-08  Simon Josefsson  <jas@extundo.com>
19615
19616         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
19617
19618 2005-10-07  Simon Josefsson  <jas@extundo.com>
19619
19620         * m4/memxor.m4: Remove gl_C_RESTRICT call.
19621
19622 2005-10-06  Simon Josefsson  <jas@extundo.com>
19623
19624         * tests/test-hmac-md5.c: New file.
19625
19626         * modules/hmac-md5-tests: New file.
19627
19628         * modules/hmac-md5: New file.
19629
19630 2005-10-06  Simon Josefsson  <jas@extundo.com>
19631
19632         * m4/hmac-md5.m4: New file.
19633
19634         * m4/memxor.m4: Require gl_C_RESTRICT.
19635
19636 2005-10-06  Simon Josefsson  <jas@extundo.com>
19637
19638         * lib/memxor.c (memxor): Avoid casts and warnings.
19639
19640 2005-10-06  Simon Josefsson  <jas@extundo.com>
19641
19642         * lib/hmac-md5.c: New file.
19643
19644         * lib/hmac.h: New file.
19645
19646 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19647
19648         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
19649         promotes to int, not unsigned int, to catch the AIX 5.3
19650         compiler bug.
19651
19652 2005-10-05  Simon Josefsson  <jas@extundo.com>
19653
19654         * modules/memxor: New file.
19655
19656         * modules/iconv (Files): Move config.rpath to havelib, it is used
19657         there.
19658
19659         * modules/havelib (Files): Add config.rpath.
19660
19661 2005-10-05  Simon Josefsson  <jas@extundo.com>
19662
19663         * m4/memxor.m4: New file.
19664
19665 2005-10-05  Simon Josefsson  <jas@extundo.com>
19666
19667         * lib/memxor.c (memxor): Fix compiler error.
19668
19669         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19670         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19671
19672         * lib/memxor.h, lib/memxor.c: New files.
19673
19674         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19675         we assume all systems have it, suggested by Jim Meyering
19676         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19677         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19678         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19679         same reasons.
19680
19681 2005-10-05  Simon Josefsson  <jas@extundo.com>
19682
19683         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19684
19685 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19686
19687         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19688         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19689         needed, since the source code now assumes these .h files.
19690
19691 2005-10-05  Derek Price  <derek@ximbiot.com>
19692
19693         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19694
19695 2005-10-05  Bruno Haible  <bruno@clisp.org>
19696
19697         * modules/stdint (License): Change to LGPL.
19698
19699 2005-10-04  Simon Josefsson  <jas@extundo.com>
19700
19701         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19702         D. Baushke" <mdb@gnu.org>.
19703
19704 2005-10-04  Bruno Haible  <bruno@clisp.org>
19705
19706         * lib/verify.h (verify_true): Provide alternative definition for C++.
19707
19708 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19709
19710         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19711         (SSIZE_MAX): New macro, if not already defined.
19712         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19713         than 2 GiB.
19714
19715 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19716
19717         Sync from coreutils.
19718         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19719         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19720         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19721         ULLONG_MAX doesn't work with 2.7.2.1.
19722
19723 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19724
19725         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19726         From Ben Pfaff.
19727
19728         * modules/exclude (Depends-on): Depend on verify.
19729         * modules/strtoimax (Depends-on): Likewise.
19730         * modules/utimecmp (Depends-on): Likewise.
19731
19732 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19733
19734         * lib/exclude.c: Include verify.h.
19735         (verify): Remove.  All callers changed to use verify.h's version.
19736         * lib/strtoimax.c: Likewise.
19737         * lib/utimecmp.c: Likewis.e
19738
19739         Sync from coreutils.
19740         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19741         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19742         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19743         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19744         bother returning ENOSYS if settimeofday or stime fails; just let
19745         them return whatever errno they want to return.
19746         * lib/utimens.c: Include unistd.h, for dup2.
19747         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19748         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19749
19750 2005-10-02  Jim Meyering  <jim@meyering.net>
19751
19752         Sync from coreutils.
19753         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19754         from glibc-2.2.5 that fails for read-only files.
19755
19756 2005-10-02  Jim Meyering  <jim@meyering.net>
19757
19758         Sync from coreutils.
19759         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19760         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19761         `#if HAVE_CONFIG_H'.
19762         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19763         Remove AT_FDCWD test.
19764         Do not consume the fd unless successful.
19765         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19766         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19767         block, so that we don't even try to compile it if settimeofday is
19768         available.  This works around a compilation failure on OSF1 V5.1,
19769         due to stime requiring a `long int*' while tv_sec is `int'.
19770
19771 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19772
19773         Sync from coreutils.
19774         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19775         against `yes', rather than just testing for nonempty.
19776
19777 2005-10-01  Simon Josefsson  <jas@extundo.com>
19778
19779         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19780         and Darwin.
19781
19782         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19783         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19784         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19785         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19786         Check if struct addrinfo is declared.
19787
19788 2005-10-01  Simon Josefsson  <jas@extundo.com>
19789
19790         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19791         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19792         AI_* and EAI_* definitions.  Protect function declarations.
19793
19794 2005-10-01  Jim Meyering  <jim@meyering.net>
19795
19796         Sync from coreutils.
19797
19798         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19799         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19800         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19801         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19802         in the inet and nsl libraries.  Required on Solaris 5.7.
19803
19804 2005-10-01  Jim Meyering  <jim@meyering.net>
19805
19806         Sync from coreutils.
19807         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19808         in the inet and nsl libraries.  Required on Solaris 5.7.
19809
19810 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19811
19812         * lib/getdelim.c (getdelim): Remove unused variables.
19813
19814 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19815
19816         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19817         so that the code works even with ancient cpp.  Portability problem
19818         with GCC 2.7.2.1 reported by Thomas M.Ott.
19819
19820 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19821
19822         * modules/regex (Depends-on): Add strcase.
19823
19824         * modules/gethostname (Licence): Change from GPL to LGPL, since
19825         gethostname.c is a trivial implementation of a standard library
19826         function.
19827         * modules/poll (License): Change from GPL to LGPL, since it's
19828         derived from LGPL code.
19829
19830 2005-09-27  Jim Meyering  <jim@meyering.net>
19831
19832         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19833         HAVE_CONFIG_H.
19834
19835         * lib/intprops.h (signed_type_or_expr__): Define.
19836         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19837         for unsigned types.
19838
19839 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19840
19841         * lib/verify.h (verify_expr): Remove, replacing with:
19842         (verify_true): New macro that returns true instead of void.
19843         (verify_type__): Remove.
19844         (verify): Use verify_true rather than verify_type__.
19845
19846 2005-09-26  Bruno Haible  <bruno@clisp.org>
19847
19848         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19849         is necessary.
19850         (lib_SOURCES): Remove mbchar.c.
19851         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19852         (Files): Add m4/mbrtowc.m4.
19853         * modules/mbiter: Likewise.
19854         * modules/mbuiter: Likewise.
19855
19856 2005-09-26  Bruno Haible  <bruno@clisp.org>
19857
19858         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19859         compile mbchar.c if they are not both present.
19860         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19861         * m4/mbiter.m4 (gl_MBITER): Likewise.
19862         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19863         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19864         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19865
19866 2005-09-25  Jim Meyering  <jim@meyering.net>
19867
19868         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19869         also uses socklen_t.
19870
19871 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19872
19873         * lib/utimens.c (ENOSYS): Define if not already defined.
19874         (futimens): Support having a null PATH if the file descriptor
19875         is nonnegative.
19876
19877         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19878         Remove.
19879         (__attribute): Define to empty unless GCC 3.1 or later.
19880         This works around a core dump on OpenBSD 3.4, which has GCC
19881         2.95.3, which dumps core when given __attribute__(()).  It also
19882         simplifies other tests, since we really don't want to bother with
19883         worrying about which ancient version of GCC supported what.
19884         Original problem reported by Yoann Vandoorselaere, with part of
19885         the fix suggested by Derek Price.
19886
19887 2005-09-24  Jim Meyering  <jim@meyering.net>
19888
19889         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19890         so we can once again use a positive bitfield width of 1 -- now we
19891         don't have to explain why we were using a bitfield width of 2.
19892
19893 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19894
19895         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19896         and similarly for the other external symbols.  Problem reported
19897         by James Gallager.
19898
19899         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19900         bug reported by Jim Meyering.
19901
19902         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19903         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19904         not needed, since socklen is a prerequisite module.
19905
19906 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19907
19908         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19909         Problem reported by Eric Blake.
19910         (getaddrinfo): Initialize se so that it's not garbage.
19911         Redo internal storage allocation so that it doesn't make unportable
19912         assumptions about alignment.
19913         Fix a memory leak.
19914
19915         * lib/utimens.c (futimens): Use futimesat if available.
19916         Prefer it to futimes since it doesn't have the futimes bug.
19917
19918         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19919         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19920         Instead, declare a function that returns a pointer to an array,
19921         and use verify_type__ to declare the size of the array.
19922         Problem and germ of a solution reported by Bruno Haible.
19923         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19924         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19925
19926 2005-09-23  Jim Meyering  <jim@meyering.net>
19927
19928         Sync from coreutils.
19929         Correct build failure (socklen_t not defined) on at least
19930         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19931         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19932
19933 2005-09-23  Jim Meyering  <jim@meyering.net>
19934
19935         * modules/getaddrinfo (Depends-on): Add socklen.
19936
19937 2005-09-23  Bruno Haible  <bruno@clisp.org>
19938
19939         * tests/test-verify.c: New file.
19940
19941 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19942
19943         Sync from coreutils.
19944
19945         * modules/argmatch (Depends-on): Add verify.
19946         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19947         unistd-safer.
19948         * modules/save-cwd (Depends-on): Likewise.
19949
19950         * modules/openat (Files): Add lib/openat-die.c.
19951         (Depends-on): Remove error, exitfail.
19952         Add dirname.
19953
19954         * modules/verify: New file.
19955         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19956         with "verify" module.
19957
19958 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19959
19960         Sync from coreutils.
19961
19962         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19963         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19964         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19965         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19966         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19967         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19968         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19969         Don't bother checking for string.h, stdlib.h, unistd.h.
19970         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19971         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19972         module's job.
19973         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19974         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19975
19976         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19977         (gl_GETDATE): Use it.
19978
19979         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19980
19981 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19982
19983         Sync from coreutils.
19984
19985         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19986         stat-time.h.
19987         * lib/argmatch.h: Include verify.h
19988         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19989         (ARGMATCH_ASSERT): Remove; unused.
19990         * lib/canonicalize.c: Assume STDC_HEADERS.
19991         * lib/exclude.c: Include "strcase.h".
19992         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19993         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19994         and stdio-safer.h.
19995         (getusershell): Call fopen, not fopen_safer.
19996         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19997         Do not include unistd-safer.h.
19998         (save_cwd): Don't call fd_safer; no longer needed
19999         now that we include fcntl--.h.
20000
20001         * lib/getdate.y (relative_time): New type.
20002         (RELATIVE_TIME_0): New constant.
20003         (parser_control): Use relative_time instead of doing it ourselves.
20004         (%union): Add new relative_time rel member.
20005         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
20006         Now typeless.
20007         (relunit, relunit_snumber): Now of type rel.
20008         (zone, rel, relunit, get_date): Adjust to above changes.
20009
20010         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
20011         Do not include unistd-safer.h.
20012         (getloadavg): Don't call fd_safer; no longer needed
20013         now that we include fcntl--.h.
20014
20015         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
20016         (make_dir_parents): Treat ENOSYS like EEXIST.
20017
20018         Improve quality of diagnostics on restore_cwd failure.
20019         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
20020         (make_dir_parents): Last arg is now int * (for errno), not bool *.
20021         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
20022         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
20023         each time through the loop.  Do not diagnose restore_cwd failure;
20024         that is the caller's job (and perhaps the caller does not care).
20025
20026         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
20027         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
20028         If the file already exists but is not a directory, don't bother
20029         to try to make its parents.
20030         Close potential file descriptor leak if we can't chdir("/") (!).
20031         Don't always return true if chdir($PWD) fails; return true only
20032         if the requested action was done successfully (except for the
20033         chdir($PWD)).
20034         Don't log final directory unless we actually made it.
20035         Refactor to avoid duplicate code to fix up permissions.
20036         Don't attempt to fix up parent permissions if chdir($PWD) fails.
20037
20038         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
20039         to make it a bit faster and (I hope) clearer.
20040         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
20041         Fix bug in formats like %2N.
20042
20043         * lib/verify.h: New file.
20044
20045 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         Sync from coreutils.
20048         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
20049
20050 2005-09-22  Jim Meyering  <jim@meyering.net>
20051
20052         Sync from coreutils.
20053
20054         * m4/lstat.m4 (gl_FUNC_LSTAT):
20055         Use AC_LIBSOURCES to require lstat.c and lstat.h.
20056         Remove obsolete comment.
20057         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
20058         * m4/xstrtod.m4: Likewise.
20059
20060         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
20061
20062 2005-09-22  Jim Meyering  <jim@meyering.net>
20063
20064         Sync from coreutils.
20065
20066         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
20067
20068         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
20069         the .tm_year member, since otherwise gcc-4.0 would now warn about
20070         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
20071
20072         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
20073         order to avoid an unsuppressible warning from gcc on 64-bit systems.
20074
20075         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
20076         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
20077         when run in a time zone for which daylight savings time is in effect
20078         for the starting date.
20079
20080         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
20081         stop us from restricting permissions of just-created absolute-named
20082         directories.
20083         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
20084         to restore initial working directory.
20085         * lib/mkdir-p.c (make_dir_parents): New parameter:
20086         different_working_dir, to tell caller if/when we change the working
20087         directory and are unable to return to the initial one.
20088         * lib/mkdir-p.h (make_dir_parents): Update prototype.
20089         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
20090         `return false'.  This fixes a bug introduced on 2004-07-30.
20091
20092         * lib/openat.c (fdopendir): Be sure to close the supplied
20093         file descriptor before returning.  This makes our replacement
20094         implementation a little closer to Solaris's, where fdopendir
20095         ties the file descriptor to the returned DIR* pointer.
20096         * lib/openat.c (unlinkat): New function.
20097         * lib/openat.h (unlinkat): Add prototype.
20098         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
20099         (openat_restore_fail): Rename from openat_restore_die.
20100         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
20101
20102         Provide an alternative to exiting immediately upon save_cwd or
20103         restore_cwd failure.  Now, an application can arrange e.g.,
20104         to perform a longjump in that case.
20105         * lib/openat.c: Include dirname.h.
20106         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
20107         (rpl_openat, fdopendir, fstatat): Call openat_save_die
20108         and openat_restore_die rather than calling error directly.
20109         Don't include "error.h" or "exitfail.h"; they're no longer needed.
20110
20111         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
20112         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
20113         define.
20114
20115         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
20116         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
20117                             int utc, int nanoseconds);
20118         Background:
20119         date should not have to allocate a megabyte of virtual memory to
20120         handle a format argument like +%1048575T.  When implemented with
20121         strftime, it must allocate such a buffer, use strftime to fill it
20122         in, print it, then free it.
20123         With fprintftime, it simply prints everything and exits.
20124         With no need for memory allocation, that's one fewer way to fail.
20125         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
20126         optional field width, not before, so we accept %9:z, not %:9z.
20127         (my_strftime): Be sure to use L_('x') for literals.
20128
20129         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
20130         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
20131         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
20132         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
20133         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
20134         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
20135         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
20136         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
20137         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
20138         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
20139         * lib/xgethostname.c, lib/xreadlink.c:
20140         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
20141
20142         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
20143         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
20144         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
20145         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
20146         and don't include <sys/file.h>).
20147
20148 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
20149
20150         Sync from coreutils.
20151
20152         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
20153         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
20154         [!LDAV_DONE]: Avoid unused variable warning.
20155
20156 2005-09-21  Bruno Haible  <bruno@clisp.org>
20157
20158         * lib/unicodeio.h (unicode_to_mb): New declaration.
20159
20160 2005-09-20  Derek Price  <derek@ximbiot.com>
20161
20162         * lib/getaddrinfo.c: Don't include <netdb.h> included from
20163         getaddrinfo.h.
20164
20165 2005-09-20  Bruno Haible  <bruno@clisp.org>
20166
20167         * gnulib-tool: Remove trailing slashes from the values specified for
20168         --source-base, --m4-base, --tests-base, --aux-dir.
20169         Suggested by Simon Josefsson <jas@extundo.com>.
20170
20171 2005-09-20  Bruno Haible  <bruno@clisp.org>
20172
20173         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
20174         func_modules_to_filelist, func_import, func_create_testdir): Make all
20175         sorting results locale-independent, so that gnulib-cache.m4 doesn't
20176         change when gnulib-tool is invoked in a different locale.
20177
20178 2005-09-19  Simon Josefsson  <jas@extundo.com>
20179
20180         * m4/socklen.m4: Fix typo.
20181
20182 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20183
20184         Use a consistent style for including <config.h>.
20185         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
20186         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
20187         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
20188         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
20189         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
20190         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
20191         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
20192         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
20193         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
20194         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
20195         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
20196         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
20197         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
20198         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
20199         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
20200         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
20201         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
20202         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
20203         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
20204         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
20205         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
20206         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
20207         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
20208         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
20209         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
20210         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
20211         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
20212         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
20213         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
20214         lib/xstrtoumax.c, lib/yesno.c:
20215         Standardize inclusion of config.h.
20216         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
20217         lib/inttostr.h:  Removed inclusion of config.h from header files.
20218         * lib/inttostr.c:  Adjusted in-tree users.
20219         * lib/timespec.h: Remove superfluous warning to include config.h.
20220         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
20221         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
20222         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
20223         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
20224         config.h with HAVE_CONFIG_H.
20225
20226 2005-09-19  Jim Meyering  <jim@meyering.net>
20227
20228         * modules/pathmax (License): Change to LGPL.
20229
20230 2005-09-19  Derek Price  <derek@ximbiot.com>
20231
20232         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
20233
20234 2005-09-19  Bruno Haible  <bruno@clisp.org>
20235
20236         * gnulib-tool (import): Provide default for --tests-base.
20237
20238 2005-09-19  Bruno Haible  <bruno@clisp.org>
20239
20240         * doc/quote.texi: New file, extracted from gnulib.texi.
20241         * doc/ctime.texi: New file, extracted from gnulib.texi.
20242         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
20243         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
20244         * doc/gnulib.texi: Include them.
20245
20246 2005-09-18  Bruno Haible  <bruno@clisp.org>
20247
20248         Portability fix.
20249         * gnulib-tool (func_readlink): New function.
20250         (func_ln_if_changed): Use it.
20251
20252 2005-09-18  Bruno Haible  <bruno@clisp.org>
20253
20254         * gnulib-tool: Support --with-tests also with --import.
20255         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
20256         (func_import): Use variables $testsbase and $inctests. Emit a
20257         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
20258         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
20259         SUBDIRS += $testsdir.
20260         (func_create_testdir): Update.
20261
20262 2005-09-18  Bruno Haible  <bruno@clisp.org>
20263
20264         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
20265         instead of $dry_run.
20266         (func_cp_if_changed, func_mv_if_changed): Remove functions.
20267         (func_ln_if_changed): Don't handle dry-run here.
20268         (func_import): In dry-run mode, detect more precisely which actions
20269         would be performed, and don't use "...ing" verbs.
20270
20271 2005-09-18  Bruno Haible  <bruno@clisp.org>
20272
20273         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
20274         (func_import): Use join on two temporary files instead of three nested
20275         loops, in order to determine which files are new or old.
20276
20277 2005-09-18  Bruno Haible  <bruno@clisp.org>
20278
20279         * gnulib-tool (func_import): Comment out code that spits out the
20280         new files with --dry-run.
20281
20282 2005-09-18  Bruno Haible  <bruno@clisp.org>
20283
20284         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
20285
20286 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20287
20288         * lib/stat-time.h: New file.
20289         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
20290         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
20291         in a different way.
20292         (timespec_cmp): New function.
20293         * lib/utimecmp.c: Include stat-time.h.
20294         (SYSCALL_RESOLUTION): Depend on whether various struct stat
20295         members exist, not on the obsolescent ST_MTIM_NSEC.
20296         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
20297
20298 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20299
20300         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
20301
20302 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20303
20304         * MODULES.html.sh (File system functions): Add stat-time.
20305         * modules/stat-time: New file.
20306         * modules/timespec (Files): Remove m4/st_mtim.m4; this
20307         is now done in a different way, by the stat-time module.
20308         * modules/utimecmp (Depends-on): Add stat-time.
20309
20310 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20311
20312         * m4/st_mtim.m4: Remove.  Superseded by...
20313         * m4/stat-time.m4: New file.
20314         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
20315         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
20316
20317 2005-09-15  Derek Price  <derek@ximbiot.com>
20318
20319         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
20320
20321 2005-09-15  Derek Price  <derek@ximbiot.com>
20322
20323         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
20324         * lib/regex_internal.c: Ditto, using this...
20325         (__GNUC_PREREQ): ...new macro.
20326         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
20327         using...
20328         (__GNUC_PREREQ): ...this new macro.
20329
20330         * lib/strstr.h: Include string.h. Define strstr as a macro here.
20331
20332 2005-09-15  Derek Price  <derek@ximbiot.com>
20333             Paul Eggert  <eggert@cs.ucla.edu>
20334
20335         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
20336         changes, consolidating in...
20337         * lib/regex_internal.h: ...this file.
20338
20339 2005-09-13  Jim Meyering  <jim@meyering.net>
20340
20341         * lib/canon-host.c: Filter through gnu indent and reword comments
20342         slightly.
20343         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
20344
20345 2005-09-13  Derek Price  <derek@ximbiot.com>
20346
20347         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
20348         failure.
20349         Reported by Jim Meyering  <jim@meyering.net>.
20350
20351 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20352
20353         * lib/base64.c: Typo.
20354         (base64_encode): Put b64str in initialized data section.
20355
20356 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
20357
20358         Merge glibc and coreutils changes into gnulib, plus a few
20359         extra fixes.
20360         * lib/md5.c: Use #error rather than a string.
20361         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
20362         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
20363         (__attribute__): Define to empty for non recent-GCC.
20364         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
20365         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
20366         Renamed from their non-__ counterparts, with new macros replacing
20367         them if not _LIBC.  Add __THROW attribute.
20368         (rol): Remove.
20369         (struct md5_ctx): Align buffer if using GCC.
20370         * lib/sha1.h (struct sha1_ctx): Likewise.
20371         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
20372         The old name was backwards.
20373         (NOTSWAP): Remove; not used.
20374         (rol): New macro, moved here from md5.h.
20375         (sha1_process_block): Remove a FIXME that doesn't make sense.
20376
20377 2005-09-12  Derek Price  <derek@ximbiot.com>
20378
20379         Return usable errors from canon-host.
20380         * lib/canon-host.h: New file.
20381         * lib/canon-host.c (canon_host): Wrap...
20382         (canon_host_r): ...this new function, which now relies exclusively on
20383         getaddrinfo.
20384         (ch_strerror): New function.
20385         (last_cherror): New global.
20386         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
20387         interface.
20388         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
20389         void *.
20390         (freeaddrinfo): Free ai->ai_canonname when set.
20391
20392 2005-09-12  Derek Price  <derek@ximbiot.com>
20393
20394         Make canon-host require getaddrinfo.
20395         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
20396         AC_LIBSOURCE canon-host.h.  Call...
20397         (gl_PREREQ_CANON_HOST): ...this new function, which requires
20398         gl_GETADDRINFO.
20399         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
20400
20401 2005-09-12  Derek Price  <derek@ximbiot.com>
20402
20403         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
20404         LGPL.
20405         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
20406
20407 2005-09-12  Derek Price  <derek@ximbiot.com>
20408
20409         * lib/gai_strerror.c: Include config.h when available.  Include
20410         getaddrinfo.h before other headers to test interface.
20411         Reported by Larry Jones <lawrence.jones@ugs.com>.
20412
20413 2005-09-12  Derek Price  <derek@ximbiot.com>
20414             Paul Eggert  <eggert@cs.ucla.edu>
20415
20416         * modules/glob (Files): Add glob-libc.h.
20417
20418 2005-09-12  Derek Price  <derek@ximbiot.com>
20419             Paul Eggert  <eggert@cs.ucla.edu>
20420
20421         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
20422         glob_.h, glob-libc.h.
20423         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
20424
20425 2005-09-12  Derek Price  <derek@ximbiot.com>
20426             Paul Eggert  <eggert@cs.ucla.edu>
20427
20428         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
20429         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
20430         protecting things that should be done only in gnulib contexts.
20431         * lib/glob_.h: New file, containing only the glob things needed for
20432         gnulib.
20433         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
20434         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
20435         (glob, globfree, glob_pattern_p): Now defined simply in terms of
20436         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
20437         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
20438         and to respect the namespace rules better.
20439
20440 2005-09-08  Simon Josefsson  <jas@extundo.com>
20441
20442         * modules/socklen: New file.
20443
20444 2005-09-08  Simon Josefsson  <jas@extundo.com>
20445
20446         * m4/socklen.m4: New file.
20447
20448 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20449
20450         * modules/utimens (Files): Add m4/utimbuf.m4, since
20451         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
20452         Reported by Sergey Poznyakoff.
20453
20454 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20455
20456         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
20457         definitions, since that's the preferred style in glibc.
20458         Fix a minor spacing issue, and update copyright notice to match
20459         glibc's.
20460
20461 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20462
20463         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
20464
20465 2005-09-06  Simon Josefsson  <jas@extundo.com>
20466
20467         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
20468         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
20469
20470 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20471
20472         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
20473         warning.
20474
20475 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20476
20477         * config/srclist.txt: Add glibc bug 1302.
20478
20479 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
20480
20481         Change bitset word type from unsigned int to unsigned long int,
20482         as this has better performance on typical 64-bit hosts.
20483         Port bitset code to hosts with unusual word sizes.
20484         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
20485         (build_collating_symbol):
20486         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
20487         argument is a bitset.  This is merely a style issue, but it makes
20488         it clearer that an entire array is expected.
20489         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
20490         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
20491         Port to the case where bitset_word is not the same as unsigned int.
20492         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20493         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
20494         Likewise.
20495         * lib/regexec.c (check_dst_limits_calc_pos_1,
20496         check_subexp_matching_top):
20497         (build_trtable, group_nodes_into_DFAstates):
20498         Likewise.
20499         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
20500         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
20501         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
20502         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
20503         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
20504         * lib/regcomp.c (optimize_subexps, lower_subexp):
20505         Work even if bitset_word has holes in its bitwise representation.
20506         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
20507         * lib/regexec.c (check_dst_limits_calc_pos_1,
20508         check_subexp_matching_top):
20509         Likewise.
20510         * lib/regex_internal.c (re_string_reconstruct):
20511         Don't assume UCHAR_MAX == 255.
20512         * lib/regex_internal.h (bitset_set_all): Likewise.
20513         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
20514         All uses changed.
20515         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
20516         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
20517         All uses changed.
20518         (BITSET_WORD_MAX): New macro.
20519         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
20520         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
20521         (bitset_empty, bitset_copy):
20522         Prefer sizeof (bitset) to multiplying it out ourselves.
20523         (bitset_not_merge): Remove; unused.
20524         (bitset_contain): Return bool, not unsigned int with one bit on.
20525         All callers changed.
20526         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
20527         alignment than re_node_set; do this by defining a new internal
20528         type struct dests_alloc and using it to allocate memory.
20529
20530 2005-09-05  Bruno Haible  <bruno@clisp.org>
20531
20532         * gnulib-tool (func_import): Fix comparison in handling of symbolic
20533         links.
20534
20535 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
20536
20537         * modules/size_max (Makefile.am): Add size_max.h
20538
20539 2005-09-04  Derek Price  <derek@ximbiot.com>
20540
20541         * gnulib-tool (func_import): Fix reversed $symbolic logic.
20542
20543 2005-09-03  Simon Josefsson  <jas@extundo.com>
20544
20545         * gnulib-tool: Fix typo.
20546
20547 2005-09-03  Simon Josefsson  <jas@extundo.com>
20548
20549         * config/srclist.txt: Add glibc bug 1293.
20550
20551 2005-09-03  Derek Price  <derek@ximbiot.com>
20552
20553         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
20554         From Larry Jones <lawrence.jones@ugs.com>.
20555
20556 2005-09-02  Simon Josefsson  <jas@extundo.com>
20557
20558         * modules/socklen: New file.
20559
20560 2005-09-02  Simon Josefsson  <jas@extundo.com>
20561
20562         * modules/havelib: New module.
20563
20564         * modules/gettext, modules/iconv, modules/lock, modules/readline:
20565         Use havelib.
20566
20567 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20568
20569         Check for arithmetic overflow when calculating sizes, to prevent
20570         some buffer-overflow issues.  These patches are conservative, in the
20571         sense that when I couldn't determine whether an overflow was possible,
20572         I inserted a run-time check.
20573         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
20574         macros.
20575         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
20576         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
20577         (re_xnrealloc, re_x2nrealloc): New inline functions.
20578         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
20579         parse_bracket_exp):
20580         (build_equiv_class, build_charclass): Check for arithmetic overflow
20581         in size expression calculations.
20582         * lib/regex_internal.c (re_string_realloc_buffers):
20583         (build_wcs_upper_buffer, re_node_set_add_intersect):
20584         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
20585         (re_dfa_add_node, register_state): Likewise.
20586         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
20587         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
20588         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
20589         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
20590
20591 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20592
20593         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20594         m4/ulonglong.m4.  Problem reported by Martin Lambers.
20595
20596 2005-09-02  Bruno Haible  <bruno@clisp.org>
20597
20598         Support for lib vs. lib64 distinction on biarch platforms.
20599         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
20600         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
20601         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
20602
20603 2005-09-02  Bruno Haible  <bruno@clisp.org>
20604
20605         * gnulib-tool (import): In the other first-use case, provide defaults
20606         as well.
20607
20608 2005-09-02  Bruno Haible  <bruno@clisp.org>
20609
20610         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
20611         patches not yet found in the latest gettext release.
20612
20613 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20614
20615         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
20616         to avoid a collision with bits/local_lim.h in glibc.
20617         All uses changed.  Problem reported by Dmitry V. Levin in
20618         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
20619
20620         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
20621         bugs in int versus size_t comparisons.
20622         (re_string_context_at): Fix bug where the code assumed that
20623         Idx is signed.
20624
20625         Use bool where appropriate.
20626         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
20627         All callers changed.
20628         (calc_eclosure_iter): Likewise, for ROOT arg.
20629         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
20630         (build_charclass_op): Likewise, for NON_MATCH arg.
20631         * lib/regex_internal.c (re_string_allocate, re_string_construct):
20632         (re_string_construct_common): Likewise, for ICASE arg.
20633         * lib/regexec.c (re_search_2_stub, re_search_stub):
20634         Likewise, for RET_LEN arg.
20635         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
20636         (set_regs): Likewise, for FL_BACKTRACK arg.
20637         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
20638         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
20639         (calc_eclosure_iter, parse_bracket_exp):
20640         Use bool for internal variables that are booleans.
20641         * lib/regexec.c (re_search_internal, check_matching,
20642         proceed_next_node):
20643         (set_regs, build_sifted_states, sift_states_bkref):
20644         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
20645         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20646         (find_collation_sequence_value):
20647         Likewise.
20648         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
20649         (re_node_set_compare):
20650         Return bool, not int. All callers changed.
20651         * lib/regexec.c (check_halt_node_context, check_dst_limits):
20652         (build_trtable, check_node_accept): Likewise.
20653         * lib/regex_internal.h: Include stdbool.h.
20654
20655         Fix bugs uncovered when converting to bool.
20656         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20657         failure instead of charging ahead blindly.
20658         * lib/regex_internal.c (register_state): Likewise.
20659         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20660         for freeing internal storage.
20661         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20662         bitset pieces used as boolean, to avoid undefined behavior
20663         on hosts that do int overflow checking.
20664
20665 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20666
20667         * config/srclist.txt: Add glibc bugs 1285-1287.
20668
20669 2005-09-01  Jim Meyering  <jim@meyering.net>
20670
20671         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20672         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20673         Require gl_STAT_MACROS, too.
20674
20675 2005-09-01  Bruno Haible  <bruno@clisp.org>
20676
20677         * gnulib-tool (import): In the first-use case, provide defaults.
20678
20679 2005-09-01  Bruno Haible  <bruno@clisp.org>
20680
20681         * gnulib-tool (func_import): Remove the .tmp files.
20682
20683 2005-09-01  Bruno Haible  <bruno@clisp.org>
20684
20685         * gnulib-tool (func_import): Fix handling of symbolic links.
20686
20687 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20688
20689         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20690         old glibc regex code mishandles strings longer than 2**31 bytes.
20691         This patch fixes this when the regex code is used in gnulib
20692         (i.e., outside glibc).
20693
20694         This patch should not affect the use of the regex code inside
20695         glibc.  No doubt this problem also needs to be handled for glibc
20696         as well, but the result will be an incompatible change to the
20697         glibc ABI, and the old ABI will have to be supported too.  That
20698         can be the the subject for another patch.
20699
20700         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20701         governing whether the rest of this patch is active.  By default,
20702         the macro is disabled and the patch has no effect.
20703         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20704         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20705         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20706         (re_match_2, re_set_registers): Use the new types.
20707         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20708         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20709         New macros.
20710         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20711         (re_string_context_at, bin_tree_t, re_dfastate_t):
20712         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20713         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20714         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20715         (re_string_char_size_at, re_string_wchar_at):
20716         (re_string_elem_size_at):
20717         Use the new types and macros to port to 64-bit hosts.
20718         Use unsigned types for internal values, so that the code
20719         mostly works even for arrays larger than SSIZE_MAX.
20720         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20721         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20722         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20723         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20724         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20725         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20726         (calc_inveclosure, parse_dup_op, build_range_exp):
20727         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20728         (fetch_number, create_token_tree, mark_opt_subexp):
20729         Likewise.
20730         * lib/regex_internal.c (re_string_construct_common,
20731         create_ci_newstate):
20732         (create_cd_newstate, re_string_allocate, re_string_construct):
20733         (re_string_realloc_buffers, build_wcs_upper_buffer):
20734         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20735         (re_string_reconstruct, re_string_peek_byte_case):
20736         (re_string_fetch_byte_case, re_string_context_at):
20737         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20738         (re_node_set_init_copy, re_node_set_add_intersect):
20739         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20740         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20741         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20742         (re_acquire_state, re_acquire_state_context, register_state):
20743         Likewise.
20744         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20745         search_cur_bkref_entry):
20746         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20747         (re_search_internal, re_search_2_stub, re_search_stub)
20748         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20749         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20750         (update_cur_sifted_state, check_dst_limits):
20751         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20752         (check_subexp_limits, sift_states_bkref, merge_state_array):
20753         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20754         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20755         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20756         (expand_bkref_cache, check_node_accept_bytes):
20757         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20758         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20759         (acquire_init_state_context, check_halt_node_context):
20760         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20761         (sift_states_backward, clean_state_log_if_needed):
20762         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20763         (find_recover_state, transit_state_sb, transit_state_mb):
20764         (transit_state_bkref, build_trtable, match_ctx_clean):
20765         Likewise.
20766         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20767         to work around an assumption that REG_MISSING is negative.
20768
20769         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20770         (seek_collating_symbol_entry) [defined _LIBC]:
20771         (lookup_collation_sequence_value) [defined _LIBC]:
20772         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20773         Use prototypes rather than old-style function definitions.
20774         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20775         (transit_state_sb) [0]:
20776         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20777
20778         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20779         rm_eo.
20780
20781         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20782         (optimize_subexps, lower_subexp):
20783         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20784         since the signed shift might overflow.  Use 1u<<31 instead.
20785         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20786         Likewise.
20787         * lib/regexec.c (check_dst_limits_calc_pos_1,
20788         check_subexp_matching_top): Likewise.
20789
20790         * lib/regcomp.c (optimize_subexps, lower_subexp):
20791         Use CHAR_BIT rather than 8, for clarity.
20792         * lib/regexec.c (check_dst_limits_calc_pos_1):
20793         (check_subexp_matching_top): Likewise.
20794         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20795         have to worry about portability issues when shifting it left.
20796         Remove no-longer-needed test for table_size > 0.
20797         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20798         in a word, as the resulting behavior is undefined.
20799         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20800         in one case, a <= should have been an <, and in another case the
20801         whole test was missing.
20802         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20803         the standard name CHAR_BIT.
20804         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20805         this is not true on one's complement and signed-magnitude hosts.
20806
20807         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20808         next_last_offset.
20809         (struct re_dfa_t): Remove unused member states_alloc.
20810         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20811
20812 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20813
20814         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20815         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20816         and large-file glibc and in 32-bit large-file Solaris.
20817
20818 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20819
20820         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20821         lengths fit in regoff_t; this isn't true if regoff_t is the same
20822         width as size_t.
20823         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20824         (= START + RANGE) instead of RANGE.  This avoids overflow
20825         problems when regoff_t is the same width as size_t.
20826         All callers changed.
20827         (re_search_2_stub): Check for overflow when adding the
20828         sizes of the two strings.
20829         (re_search_stub): Check for overflow when adding START
20830         to RANGE; if it occurs, substitute the extreme value.
20831
20832 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20833
20834         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20835
20836 2005-08-31  Jim Meyering  <jim@meyering.net>
20837
20838         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20839         a pointer-to-const.
20840         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20841         (register_state): Likewise.
20842         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20843         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20844         (group_nodes_into_DFAstates): Likewise.
20845
20846 2005-08-31  Jim Meyering  <jim@meyering.net>
20847
20848         * check-module: Add a FIXME comment.
20849
20850 2005-08-31  Eric Blake  <ebb9@byu.net>
20851
20852         * modules/unistd-safer (Files): Add unistd--.h.
20853         * modules/stdio-safer (Files): Add stdio--.h.
20854
20855 2005-08-31  Derek Price  <derek@ximbiot.com>
20856
20857         * lib/getdelim.c (getdelim): Return EOF on EOF.
20858         Reported by Larry Jones <lawrence.jones@ugs.com>.
20859
20860 2005-08-31  Bruno Haible  <bruno@clisp.org>
20861
20862         Avoid unnecessary diffs in the generated lib/Makefile.am.
20863         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20864         the generated files.
20865         (func_import): Don't set cmd.
20866
20867 2005-08-31  Bruno Haible  <bruno@clisp.org>
20868
20869         * lib/strstr.c: Include <stddef.h>, for NULL.
20870         * lib/strcasestr.c: Likewise.
20871         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20872
20873 2005-08-31  Bruno Haible  <bruno@clisp.org>
20874
20875         * gnulib-tool: New option --macro-prefix.
20876         (func_import): Use macro_prefix.
20877         (import): Handle option --macro-prefix.
20878
20879 2005-08-31  Bruno Haible  <bruno@clisp.org>
20880
20881         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20882         Also use new variables cached_lgpl, cached_libtool.
20883
20884 2005-08-31  Bruno Haible  <bruno@clisp.org>
20885
20886         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20887         always instantiating them.
20888
20889 2005-08-31  Bruno Haible  <bruno@clisp.org>
20890
20891         * gnulib-tool (func_import): Read the previous cached settings
20892         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20893         earlier added by gnulib but are now dropped. Warn when a gnulib file
20894         overwrites a non-gnulib file.
20895
20896 2005-08-31  Bruno Haible  <bruno@clisp.org>
20897
20898         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20899         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20900         projects that don't keep autogenerated files in CVS. Put into
20901         actioncmd only the specified modules, not the transitive closure.
20902
20903 2005-08-31  Bruno Haible  <bruno@clisp.org>
20904
20905         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20906         Create directories that shall be filled.
20907         (import): Don't look for gl_* macros in configure.ac. Recurse across
20908         all directories containing a gnulib-cache.m4 files, if meaningful.
20909
20910 2005-08-31  Bruno Haible  <bruno@clisp.org>
20911
20912         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20913         (import): Set seen_libtool when we see gl_LIBTOOL.
20914
20915 2005-08-31  Bruno Haible  <bruno@clisp.org>
20916
20917         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20918         declaration macro definitions from generated gnulib.m4.
20919
20920 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20921
20922         * lib/iconvme.h: Add prototype for iconv_alloc.
20923
20924 2005-08-29  Simon Josefsson  <jas@extundo.com>
20925
20926         * lib/iconvme.c: Fix errno.
20927
20928 2005-08-29  Bruno Haible  <bruno@clisp.org>
20929
20930         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20931         that it works when the directory contains spaces.
20932
20933 2005-08-29  Bruno Haible  <bruno@clisp.org>
20934
20935         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20936
20937 2005-08-29  Bruno Haible  <bruno@clisp.org>
20938
20939         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20940         Emit more advice.
20941
20942 2005-08-29  Bruno Haible  <bruno@clisp.org>
20943         and Stepan Kasal  <kasal@ucw.cz>
20944
20945         * check-module: If more parameters are given, check each of them
20946         separately; add more exceptions, as noted by Jim Meyering.
20947         (check_module): New procedure.
20948         (%exempt_header): Now contains all exceptions.
20949
20950 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20951
20952         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20953
20954 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20955
20956         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20957
20958 2005-08-28  Bruno Haible  <bruno@clisp.org>
20959
20960         * m4/gnulib-tool.m4: New file.
20961
20962 2005-08-27  Jim Meyering  <jim@meyering.net>
20963
20964         * modules/unistd-safer (Files): Add pipe-safer.c.
20965         * modules/fcntl-safer (Files): Add creat-safer.c.
20966
20967 2005-08-27  Jim Meyering  <jim@meyering.net>
20968
20969         * m4/stdlib-safer.m4: New file.  From coreutils.
20970         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20971         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20972         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20973         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20974         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20975
20976 2005-08-27  Jim Meyering  <jim@meyering.net>
20977
20978         * lib/fopen-safer.c: Merge minor changes from coreutils.
20979         * lib/dup-safer.c: Likewise.
20980         * lib/fd-safer.c: Likewise.
20981
20982         Merge from coreutils.
20983         * lib/stdio--.h: New file.
20984         * lib/stdlib--.h: New file.
20985         * lib/mkstemp-safer.c: New file.
20986
20987         GNU tar needs these.
20988         * lib/pipe-safer.c: New file.
20989         * lib/creat-safer.c: New file.
20990         * lib/fcntl--.h (creat): Define to creat_safer.
20991         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20992         * lib/unistd--.h (pipe): Define to pipe_safer.
20993         * lib/unistd-safer.h: Declare pipe_safer.
20994
20995 2005-08-26  Simon Josefsson  <jas@extundo.com>
20996
20997         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20998         Haible <bruno@clisp.org>.
20999
21000 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
21001
21002         * lib/regex_internal.h: Remove all references to
21003         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
21004         or better.
21005         (bitset_not, bitset_merge, bitset_not_merge):
21006         (bitset_mask, re_string_allocate, re_string_construct):
21007         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
21008         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
21009         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
21010         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
21011         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21012         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21013         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
21014         (re_acquire_state_context):
21015         Remove unnecessary forward decls.
21016         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
21017         Put __attribute at function definition,
21018         now that the function decl has been removed.
21019         * lib/regex_internal.c (re_string_peek_byte_case):
21020         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
21021         Likewise.
21022
21023 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
21024
21025         * m4/regex.m4: Add AC_PREREQ(2.50).
21026         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
21027
21028 2005-08-25  Simon Josefsson  <jas@extundo.com>
21029
21030         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
21031         __fsetlocking.
21032
21033 2005-08-25  Simon Josefsson  <jas@extundo.com>
21034
21035         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
21036         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
21037         GLIBC specific code.
21038
21039 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21040
21041         Make regex safe for g++.  This fixes one real bug (an "err"
21042         that should have been "*err").  g++ problem reported by
21043         Sam Steingold.
21044         * lib/regex_internal.h (re_calloc): New macro, consistent with
21045         re_malloc etc.  All callers of calloc changed to use re_calloc.
21046         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
21047         not int.  All callers changed.
21048         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
21049         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
21050         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
21051         (find_recover_state): Change "err" to "*err"; this fixes what
21052         appears to be a real bug.
21053         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
21054         versus int.
21055
21056 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21057
21058         * modules/regex (Depends-on): Add malloc, since the code
21059         assumes that !malloc(0) means failure.
21060
21061 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21062
21063         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
21064
21065         alloca modernization/simplification for regex.
21066         * lib/regex.c: Remove portability cruft for alloca.  This no longer
21067         needs to be at the start of the file, and can be moved into
21068         regex_internal.h and simplified.
21069         * lib/regex_internal.h: Include <alloca.h>.
21070         (__libc_use_alloca) [!defined _LIBC]: New macro.
21071         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
21072         now works outside glibc.
21073
21074 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21075
21076         * config/srclist.txt: Add glibc bugs 1241, 1245.
21077
21078 2005-08-25  Jim Meyering  <jim@meyering.net>
21079
21080         * lib/open-safer.c: Include <config.h>.
21081         Otherwise, we'd lose LARGEFILE support in any file using
21082         e.g. "fcntl--.h"
21083
21084 2005-08-25  Bruno Haible  <bruno@clisp.org>
21085
21086         * m4/minmax.m4: Require autoconf 2.52.
21087         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
21088         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
21089         alternatives of translit over the alphabet.
21090         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
21091
21092 2005-08-24  Simon Josefsson  <jas@extundo.com>
21093
21094         * tests/test-getpass.c: New file.
21095
21096 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21097
21098         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
21099         for GNU regex features.
21100
21101 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21102
21103         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
21104         * lib/regex.h (regerror): Likewise.
21105
21106         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
21107         requires this.  (The code never needed it.)
21108
21109         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
21110         All uses of recently-renamed identifiers changed to use the new,
21111         POSIX-compliant names.  The code will build and run just fine
21112         without these changes, but it's better to eat our own dog food
21113         and use the standard-conforming names.
21114
21115         * lib/regex.h: Fix a multitude of POSIX name space violations.
21116         These changes have an effect only for programs that define
21117         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
21118         do not change anything for programs compiled in the normal way.
21119         Also, there is no effect on the ABI.
21120
21121         (_REGEX_SOURCE): New macro.
21122         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
21123         defined and _GNU_SOURCE is not; this fixes a name space violation.
21124
21125         Rename the following macros to obey POSIX requirements.
21126         The old names are still visible as macros if _REGEX_SOURCE is defined.
21127         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
21128         RE_BACKSLASH_ESCAPE_IN_LISTS.
21129         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
21130         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
21131         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
21132         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
21133         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
21134         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
21135         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
21136         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
21137         (REG_INTERVALS): renamed from RE_INTERVALS.
21138         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
21139         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
21140         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
21141         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
21142         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
21143         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
21144         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
21145         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
21146         RE_UNMATCHED_RIGHT_PAREN_ORD.
21147         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
21148         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
21149         (REG_DEBUG): renamed from RE_DEBUG.
21150         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
21151         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
21152         unusual, since we can't clash with the POSIX REG_ICASE.
21153         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
21154         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
21155         (REG_NO_SUB): renamed from RE_NO_SUB.
21156         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
21157         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
21158         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
21159         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
21160         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
21161         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
21162         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
21163         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
21164         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
21165         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
21166         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
21167         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
21168         RE_SYNTAX_POSIX_MINIMAL_BASIC.
21169         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
21170         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
21171         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
21172         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
21173         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
21174         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
21175         (REG_FIXED): Renamed from REGS_FIXED.
21176         (REG_NREGS): Renamed from RE_NREGS.
21177
21178         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
21179         of other REG_* macros, since POSIX says the user is allowed to
21180         #undef these macros selectively.
21181
21182         (reg_errcode_t): Update comment stating what other tables need
21183         to be consistent.
21184
21185         Rename the following enum values to obey POSIX requirements.
21186         The old names are still visible as macros.
21187         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
21188         is not defined, since GNU is supposed to be a superset of POSIX as
21189         much as possible, and since we want reg_errcode_t to be a signed
21190         type for implementation consistency.
21191         (_REG_NOERROR): Renamed from REG_NOERROR.
21192         (_REG_NOMATCH): Renamed from REG_NOMATCH.
21193         (_REG_BADPAT): Renamed from REG_BADPAT.
21194         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
21195         (_REG_ECTYPE): Renamed from REG_ECTYPE.
21196         (_REG_EESCAPE): Renamed from REG_EESCAPE.
21197         (_REG_ESUBREG): Renamed from REG_ESUBREG.
21198         (_REG_EBRACK): Renamed from REG_EBRACK.
21199         (_REG_EPAREN): Renamed from REG_EPAREN.
21200         (_REG_EBRACE): Renamed from REG_EBRACE.
21201         (_REG_BADBR): Renamed from REG_BADBR.
21202         (_REG_ERANGE): Renamed from REG_ERANGE.
21203         (_REG_ESPACE): Renamed from REG_ESPACE.
21204         (_REG_BADRPT): Renamed from REG_BADRPT.
21205         (_REG_EEND): Renamed from REG_EEND.
21206         (_REG_ESIZE): Renamed from REG_ESIZE.
21207         (_REG_ERPAREN): Renamed from REG_ERPAREN.
21208         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
21209         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
21210         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
21211         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
21212
21213         (_REG_RE_NAME, _REG_RM_NAME): New macros.
21214         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
21215         changed.  But support the old name if the new one is not defined
21216         and if _REGEX_SOURCE.
21217
21218         Change the following member names in struct re_pattern_buffer.
21219         The old names are still supported if !_REGEX_SOURCE.
21220         The new names are always supported, regardless of _REGEX_SOURCE.
21221         (re_buffer): Renamed from buffer.
21222         (re_allocated): Renamed from allocated.
21223         (re_used): Renamed from used.
21224         (re_syntax): Renamed from syntax.
21225         (re_fastmap): Renamed from fastmap.
21226         (re_translate): Renamed from translate.
21227         (re_can_be_null): Renamed from can_be_null.
21228         (re_regs_allocated): Renamed from regs_allocated.
21229         (re_fastmap_accurate): Renamed from fastmap_accurate.
21230         (re_no_sub): Renamed from no_sub.
21231         (re_not_bol): Renamed from not_bol.
21232         (re_not_eol): Renamed from not_eol.
21233         (re_newline_anchor): Renamed from newline_anchor.
21234
21235         Change the following member names in struct re_registers.
21236         The old names are still supported if !_REGEX_SOURCE.
21237         The new names are always supported, regardless of _REGEX_SOURCE.
21238         (rm_num_regs): Renamed from num_regs.
21239         (rm_start): Renamed from start.
21240         (rm_end): Renamed from end.
21241
21242         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
21243         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
21244         Prepend __ to parameter names.
21245
21246         Undo yesterday's changes.
21247
21248 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21249
21250         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
21251         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
21252         lib/regex.c.
21253
21254 2005-08-24  Jim Meyering  <jim@meyering.net>
21255
21256         Sync from coreutils.
21257         * m4/fcntl-safer.m4: New file.
21258
21259         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
21260         and object files for this module.
21261
21262 2005-08-24  Jim Meyering  <jim@meyering.net>
21263
21264         Sync from coreutils.
21265         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
21266
21267 2005-08-24  Jim Meyering  <jim@meyering.net>
21268
21269         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
21270         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
21271
21272 2005-08-24  Jim Meyering  <jim@meyering.net>
21273
21274         * modules/fcntl-safer: New module.
21275         * modules/fts (Depends-on): Add fcntl-safer.
21276         * MODULES.html.sh (File descriptor based Input/Output):
21277         Add fcntl-safer.
21278
21279 2005-08-24  Bruno Haible  <bruno@clisp.org>
21280
21281         Support for unit test modules.
21282         * modules/README: Mention tests modules.
21283         * modules/TEMPLATE-TESTS: New file.
21284         * gnulib-tool: New options --extract-tests-module, --with-tests and
21285         --tests-base (unused for the moment).
21286         (testsbase, inctests): New variables.
21287         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
21288         (func_verify_module): Exclude TEMPLATE-TESTS.
21289         (func_verify_nontests_module, func_verify_tests_module): New functions.
21290         (func_get_dependencies): Add implicit dependency for tests modules.
21291         (func_get_tests_module): New function.
21292         (func_modules_transitive_closure): When --with-tests was specified,
21293         include the unit tests as well, unless explicitly avoided.
21294         (func_emit_lib_Makefile_am): Ignore the tests modules here.
21295         (func_emit_tests_Makefile_am): New function.
21296         (func_create_testdir): When --with-tests was specified, emit a
21297         tests/ directory.
21298         * MODULES.html.sh (Future developments): Update.
21299
21300 2005-08-24  Bruno Haible  <bruno@clisp.org>
21301
21302         * modules/tls-tests: New file.
21303         * tests/test-tls.c: New file, from GNU gettext.
21304
21305 2005-08-24  Bruno Haible  <bruno@clisp.org>
21306
21307         * modules/lock-tests: New file.
21308         * tests/test-lock.c: New file, from GNU gettext.
21309
21310 2005-08-24  Bruno Haible  <bruno@clisp.org>
21311
21312         * lib/lock.h: Add multiple inclusion guard.
21313         * lib/tls.h: Add multiple inclusion guard.
21314
21315 2005-08-24  Bruno Haible  <bruno@clisp.org>
21316
21317         * gnulib-tool: Add support for the --aux-dir option to
21318         --create-testdir, --create-megatestdir, --test, --megatest.
21319         (func_create_testdir, func_create_megatestdir): Optionally emit a
21320         AC_CONFIG_AUX_DIR directive.
21321         (create-testdir, create-megatestdir, test, megatest): Provide a
21322         default value for $auxdir.
21323
21324 2005-08-24  Bruno Haible  <bruno@clisp.org>
21325
21326         * gnulib-tool (import): Use compound statement instead of subshell
21327         where possible.
21328
21329 2005-08-24  Bruno Haible  <bruno@clisp.org>
21330
21331         * gnulib-tool (import): Change --aux-dir default to "build-aux".
21332
21333 2005-08-24  Bruno Haible  <bruno@clisp.org>
21334
21335         * gnulib-tool (func_version): Update.
21336
21337 2005-08-24  Bruno Haible  <bruno@clisp.org>
21338
21339         * gnulib-tool (func_import, func_create_testdir,
21340         func_create_megatestdir): Quote all autoconf macro arguments.
21341
21342 2005-08-24  Bruno Haible  <bruno@clisp.org>
21343
21344         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
21345         option --force, because --force causes the aclocal.m4 of each
21346         subdirectory to be newer than the corresponding config.h.in.
21347
21348 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21349
21350         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
21351         All contents moved to gl_REGEX.
21352         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
21353         assume that it does.
21354
21355 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21356
21357         * lib/regex.h (REG_NOSYS)
21358         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
21359         Define, since POSIX requires it as of 2001.
21360         (_REG_ENOSYS)
21361         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
21362         New private symbol, used to keep the enum signed in all cases.
21363         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
21364         Youngman in
21365         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
21366
21367         * lib/regex_internal.c (re_string_skip_chars, register_state):
21368         (calc_state_hash):
21369         Remove forward decls; no longer needed now that we use prototypes.
21370         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
21371         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
21372         (clean_state_log_if_needed): Likewise.
21373
21374 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * config/srclist.txt: Add glibc bugs 1231-1233.
21377
21378 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21379
21380         Fix problems reported by Sam Steingold in
21381         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
21382         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
21383         assumed that reg_errcode_t is a signed type, which is not
21384         necessarily true if _XOPEN_SOURCE is not defined.
21385         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
21386         since some compilers warn about it otherwise.
21387
21388 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21389
21390         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
21391         (init_word_char, create_initial_state, duplicate_node_closure):
21392         (fetch_token, peek_token_bracket, build_range_exp):
21393         (build_collating_symbol): Remove forward decls; no longer needed
21394         now that we use prototypes.
21395
21396         * lib/regcomp.c:
21397         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
21398         (re_compile_fastmap_iter, regcomp, regerror, regfree):
21399         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
21400         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
21401         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
21402         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
21403         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
21404         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
21405         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
21406         (build_range_exp, build_collating_symbol, parse_bracket_exp):
21407         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
21408         (build_charclass, build_charclass_op, fetch_number, create_tree):
21409         (create_token_tree, mark_opt_subexp, duplicate_tree):
21410         Use prototypes rather than old-style definitions.
21411
21412         * lib/regex_internal.c:
21413         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
21414         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
21415         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21416         (re_string_reconstruct, re_string_peek_byte_case):
21417         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
21418         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21419         (re_node_set_init_copy, re_node_set_add_intersect):
21420         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21421         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21422         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21423         (re_acquire_state, re_acquire_state_context, register_state):
21424         (create_ci_newstate, create_cd_newstate, free_state):
21425         Likewise.
21426         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
21427         re_search_2):
21428         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
21429         (re_search_internal, prune_impossible_nodes):
21430         (acquire_init_state_context, check_matching, static):
21431         (check_halt_node_context, check_halt_state_context, proceed_next_node):
21432         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
21433         (update_regs, sift_states_backward, build_sifted_states):
21434         (clean_state_log_if_needed, merge_state_array):
21435         (update_cur_sifted_state, add_epsilon_src_nodes):
21436         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
21437         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
21438         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
21439         (find_recover_state, check_subexp_matching_top, transit_state_mb):
21440         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
21441         (check_arrival, check_arrival_add_next_nodes):
21442         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21443         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21444         (check_node_accept_bytes, check_node_accept, extend_buffers):
21445         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
21446         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
21447         (sift_ctx_init):
21448         Likewise.
21449
21450         * lib/regex_internal.h:
21451         (re_string_allocate, re_string_construct, re_string_reconstruct):
21452         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
21453         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
21454         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
21455         (re_string_context_at, re_string_peek_byte_case):
21456         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
21457         is defined, since we now use prototypes always.
21458
21459         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
21460         C89 or better.  All uses removed.
21461
21462 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21463
21464         * config/srclist.txt: Add glibc bugs 1220-1227.
21465
21466 2005-08-20  Jim Meyering  <jim@meyering.net>
21467
21468         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
21469         of unused local, dfa.
21470
21471 2005-08-20  Bruno Haible  <bruno@clisp.org>
21472
21473         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
21474
21475 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21476
21477         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
21478         (re_node_set_insert_last, re_dfa_add_node):
21479         Rename local variables to avoid GCC shadowing warnings.
21480
21481 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21482
21483         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
21484         [defined lint]: Suppress bogus uninitialized-variable warnings.
21485
21486         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
21487         and let the caller return REG_ESPACE if out of space.  This
21488         removes an uninitialied-variable warning with GCC 4.0.1, and also
21489         avoids taking the address of a local variable.  All callers
21490         changed.
21491
21492 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21493
21494         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
21495         $LIBCSRC/posix/regexec.c.
21496         Add glibc bug 1217 for regcomp.c.
21497
21498 2005-08-19  Jim Meyering  <jim@meyering.net>
21499
21500         * lib/regexec.c (proceed_next_node): Redo local variables to
21501         avoid GCC shadowing warnings.
21502
21503 2005-08-18  Bruno Haible  <bruno@clisp.org>
21504
21505         * lib/strstr.c (strstr): Fix return value in multibyte case.
21506         * lib/strcasestr.c (strcasestr): Likewise.
21507
21508 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21509
21510         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
21511
21512 2005-08-17  Jim Meyering  <jim@meyering.net>
21513
21514         Make the %s format (seconds since the epoch) work for a negative
21515         number and when used with a zero-padded field width, e.g. %015s.
21516
21517         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
21518         label so that it precedes the code to set `digits'.  Otherwise,
21519         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
21520         print `00-22'.  Now, it prints `-0022', as it should.
21521
21522 2005-08-17  Bruno Haible  <bruno@clisp.org>
21523
21524         * modules/strstr (Files): Add m4/mbrtowc.m4.
21525         (Depends-on): Add mbuiter.
21526
21527 2005-08-17  Bruno Haible  <bruno@clisp.org>
21528
21529         * modules/strcasestr: New file.
21530         * MODULES.html.sh (String handling, based on ANSI C 89): Add
21531         strcasestr.
21532
21533 2005-08-17  Bruno Haible  <bruno@clisp.org>
21534
21535         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
21536
21537 2005-08-17  Bruno Haible  <bruno@clisp.org>
21538
21539         * modules/mbuiter: New file.
21540         * MODULES.html.sh (Extended multibyte and wide character utilities):
21541         Add mbuiter.
21542
21543 2005-08-17  Bruno Haible  <bruno@clisp.org>
21544
21545         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
21546         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
21547
21548 2005-08-17  Bruno Haible  <bruno@clisp.org>
21549
21550         * m4/strcasestr.m4: New file.
21551
21552 2005-08-17  Bruno Haible  <bruno@clisp.org>
21553
21554         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
21555         * lib/strstr.c: Completely rewritten, with multibyte locale support.
21556
21557 2005-08-17  Bruno Haible  <bruno@clisp.org>
21558
21559         * lib/strcasestr.h: New file.
21560         * lib/strcasestr.c: New file.
21561
21562 2005-08-17  Bruno Haible  <bruno@clisp.org>
21563
21564         * lib/strcasecmp.c: Use mbuiter.h.
21565
21566 2005-08-17  Bruno Haible  <bruno@clisp.org>
21567
21568         * lib/mbuiter.h: New file.
21569
21570 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21571
21572         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
21573         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
21574         and gl_GETOPT are both invoked via different paths (as happens
21575         with GNU tar CVS because it uses both argp and getopt), the former
21576         wins.
21577
21578 2005-08-16  Bruno Haible  <bruno@clisp.org>
21579
21580         * modules/tls: New file.
21581         * MODULES.html.sh (Multithreading): Add tls.
21582
21583 2005-08-16  Bruno Haible  <bruno@clisp.org>
21584
21585         * modules/strnlen1: New file.
21586         * MODULES.html.sh (String handling): Add strnlen1.
21587
21588 2005-08-16  Bruno Haible  <bruno@clisp.org>
21589
21590         * modules/strcase (Files): Add m4/mbrtowc.m4.
21591         (Depends-on): Add strnlen1, mbchar.
21592
21593 2005-08-16  Bruno Haible  <bruno@clisp.org>
21594
21595         * modules/mbiter: New file.
21596         * MODULES.html.sh (Extended multibyte and wide character utilities):
21597         Add mbiter.
21598
21599 2005-08-16  Bruno Haible  <bruno@clisp.org>
21600
21601         * modules/mbfile: New file.
21602         * MODULES.html.sh (Extended multibyte and wide character utilities):
21603         Add mbfile.
21604
21605 2005-08-16  Bruno Haible  <bruno@clisp.org>
21606
21607         * modules/mbchar: New file.
21608         * MODULES.html.sh (Extended multibyte and wide character utilities):
21609         New section.
21610
21611 2005-08-16  Bruno Haible  <bruno@clisp.org>
21612
21613         * m4/tls.m4: New file, from GNU gettext.
21614
21615 2005-08-16  Bruno Haible  <bruno@clisp.org>
21616
21617         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
21618         always.
21619         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
21620
21621 2005-08-16  Bruno Haible  <bruno@clisp.org>
21622
21623         * m4/mbiter.m4: New file.
21624
21625 2005-08-16  Bruno Haible  <bruno@clisp.org>
21626
21627         * m4/mbfile.m4: New file.
21628
21629 2005-08-16  Bruno Haible  <bruno@clisp.org>
21630
21631         * m4/mbchar.m4: New file.
21632
21633 2005-08-16  Bruno Haible  <bruno@clisp.org>
21634
21635         * lib/tls.h: New file, from GNU gettext.
21636         * lib/tls.c: New file, from GNU gettext.
21637
21638 2005-08-16  Bruno Haible  <bruno@clisp.org>
21639
21640         * lib/strnlen1.h: New file.
21641         * lib/strnlen1.c: New file.
21642
21643 2005-08-16  Bruno Haible  <bruno@clisp.org>
21644
21645         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
21646         (mbi_init): Update.
21647         (mbi_avail, mbi_advance): Let the iteration end before the terminating
21648         NUL byte, not after it.
21649
21650 2005-08-16  Bruno Haible  <bruno@clisp.org>
21651
21652         * lib/strcase.h (strcasecmp): Add note in comments.
21653         * lib/strncasecmp.c: Use code from strcasecmp.c.
21654         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21655         (strcasecmp): Work correctly in multibyte locales.
21656
21657 2005-08-16  Bruno Haible  <bruno@clisp.org>
21658
21659         * lib/mbiter.h: New file.
21660
21661 2005-08-16  Bruno Haible  <bruno@clisp.org>
21662
21663         * lib/mbfile.h: New file.
21664
21665 2005-08-16  Bruno Haible  <bruno@clisp.org>
21666
21667         * lib/mbchar.h: New file.
21668         * lib/mbchar.c: New file.
21669
21670 2005-08-16  Bruno Haible  <bruno@clisp.org>
21671
21672         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21673         the valid ones. Makes the comparison operations transitive:
21674         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21675         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21676
21677 2005-08-15  Simon Josefsson  <jas@extundo.com>
21678
21679         * modules/ssize_t (License): Change to 'unlimited'.
21680
21681         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21682
21683 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21684
21685         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21686         Add comments for each pending glibc patch.
21687
21688 2005-08-15  Bruno Haible  <bruno@clisp.org>
21689
21690         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21691         __cplusplus is defined.
21692
21693 2005-08-14  Jim Meyering  <jim@meyering.net>
21694
21695         Sync from coreutils.
21696
21697         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21698         Use the hash-table-based cycle-detection code not just when
21699         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21700         Reported by James Youngman in
21701         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21702         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21703         FTS_TIGHT_CYCLE_CHECK.
21704         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21705         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21706         once again.
21707         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21708         * lib/fts.c (fd_safer): Remove decl.
21709         Include fcntl--.h rather than unistd-safer.h
21710         (fts_safe_changedir): Don't call fd_safer; no longer needed
21711         now that we include fcntl--.h.
21712
21713 2005-08-12  Simon Josefsson  <jas@extundo.com>
21714
21715         * modules/getndelim2: Use ssize_t module.
21716         * modules/getnline: Likewise.
21717         * modules/safe-read: Likewise.
21718         * modules/xreadlink: Likewise.
21719
21720         * modules/ssize_t: New file.
21721
21722 2005-08-12  Simon Josefsson  <jas@extundo.com>
21723
21724         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21725
21726 2005-08-12  Simon Josefsson  <jas@extundo.com>
21727
21728         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21729         ssize_t.
21730
21731 2005-08-12  Simon Josefsson  <jas@extundo.com>
21732
21733         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21734         readline, getdelim and check_version.
21735         (Support for systems lacking ISO C 99: Sizes of integer types):
21736         Add size_max.
21737
21738 2005-08-12  Bruno Haible  <bruno@clisp.org>
21739
21740         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21741
21742 2005-08-11  Simon Josefsson  <jas@extundo.com>
21743
21744         * modules/readline: New file.
21745
21746         * modules/strnlen (Files): Add strnlen.h.
21747
21748 2005-08-11  Simon Josefsson  <jas@extundo.com>
21749
21750         * m4/readline.m4: New file.
21751
21752 2005-08-11  Simon Josefsson  <jas@extundo.com>
21753
21754         * lib/readline.h, readline.c: New file.
21755
21756 2005-08-11  Simon Josefsson  <jas@extundo.com>
21757
21758         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21759         gl_AVOID.
21760
21761 2005-08-11  Bruno Haible  <bruno@clisp.org>
21762
21763         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21764
21765 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21766
21767         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21768
21769 2005-08-10  Simon Josefsson  <jas@extundo.com>
21770
21771         * tests/test-iconvme.c: New file.
21772
21773 2005-08-10  Simon Josefsson  <jas@extundo.com>
21774
21775         * m4/strnlen.m4: New file.
21776
21777         * m4/strndup.m4: Don't check for strnlen declaration, done in
21778         strnlen.m4.
21779
21780 2005-08-10  Simon Josefsson  <jas@extundo.com>
21781
21782         * lib/strndup.c: Use strnlen.h.
21783
21784         * lib/strnlen.h: New file.
21785
21786 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21787
21788         * README: Typos.
21789
21790 2005-08-02  Simon Josefsson  <jas@extundo.com>
21791
21792         * modules/readline: New file.
21793
21794 2005-08-02  Simon Josefsson  <jas@extundo.com>
21795
21796         * modules/getdelim: New file.
21797
21798         * modules/getline: Rewrite, don't use getndelim2.
21799
21800 2005-08-02  Simon Josefsson  <jas@extundo.com>
21801
21802         * m4/getline.m4: Separate out getdelim stuff into separate module.
21803
21804         * m4/getdelim.m4: New file.
21805
21806 2005-08-02  Simon Josefsson  <jas@extundo.com>
21807
21808         * lib/getline.h, getline.c: Rewrite.
21809
21810         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21811
21812 2005-07-31  Bruno Haible  <bruno@clisp.org>
21813
21814         * lib/lock.h (gl_lock_initializer): New macro.
21815         (gl_lock_define_initialized): Use it.
21816         (gl_rwlock_initializer): New macro.
21817         (gl_rwlock_define_initialized): Use it.
21818         (gl_recursive_lock_initializer): New macro.
21819         (gl_recursive_lock_define_initialized): Use it.
21820
21821 2005-07-30  Karl Berry  <karl@gnu.org>
21822
21823         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21824         Report from Ben Pfaff, regarding getopt.
21825
21826 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21827
21828         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21829         normal way.
21830         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21831         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21832         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21833         (gl_GETOPT): Use the new macros.  Most of the implementation
21834         is moved to the new macros.  This is for programs like Emacs
21835         that don't want all the functionality of gl_GETOPT.
21836
21837 2005-07-26  Bruno Haible  <bruno@clisp.org>
21838
21839         * m4/lock.m4: Update from GNU gettext.
21840
21841 2005-07-26  Bruno Haible  <bruno@clisp.org>
21842
21843         * lib/lock.h: Update from GNU gettext.
21844         * lib/lock.c: Update from GNU gettext.
21845
21846 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21847
21848         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21849         obsolescent AC_TRY_RUN.  Include the default includes files, for
21850         'exit'.
21851
21852 2005-07-24  Bruno Haible  <bruno@clisp.org>
21853
21854         * modules/visibility: New file.
21855         * MODULES.html.sh (Misc): Add visibility.
21856
21857 2005-07-24  Bruno Haible  <bruno@clisp.org>
21858
21859         * m4/visibility.m4: New file.
21860
21861 2005-07-24  Bruno Haible  <bruno@clisp.org>
21862
21863         * doc/visibility.texi: New file.
21864
21865 2005-07-22  Bruno Haible  <bruno@clisp.org>
21866
21867         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21868         $(ALLOCA_H), redundant through BUILT_SOURCES.
21869         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21870         redundant through BUILT_SOURCES.
21871         * modules/byteswap (Makefile.am): Remove explicit dependency on
21872         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21873         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21874         $(FNMATCH_H), redundant through BUILT_SOURCES.
21875         * modules/getopt (Makefile.am): Remove explicit dependency on
21876         $(GETOPT_H), redundant through BUILT_SOURCES.
21877         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21878         redundant through BUILT_SOURCES.
21879         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21880         redundant through BUILT_SOURCES.
21881         * modules/stdbool (Makefile.am): Remove explicit dependency on
21882         $(STDBOOL_H), redundant through BUILT_SOURCES.
21883         * modules/stdint (Makefile.am): Remove explicit dependency on
21884         $(STDINT_H), redundant through BUILT_SOURCES.
21885         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21886         Remove explicit dependency on $(SYSEXITS_H).
21887         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21888
21889 2005-07-18  Simon Josefsson  <jas@extundo.com>
21890
21891         * lib/check-version.c (check_version): Accept identical versions too.
21892
21893 2005-07-18  Bruno Haible  <bruno@clisp.org>
21894
21895         * modules/lock: New file.
21896         * MODULES.html.sh (Multithreading): New section.
21897
21898 2005-07-18  Bruno Haible  <bruno@clisp.org>
21899
21900         * m4/lock.m4: New file, from GNU gettext.
21901
21902 2005-07-18  Bruno Haible  <bruno@clisp.org>
21903
21904         * lib/lock.h: New file, from GNU gettext.
21905         * lib/lock.c: New file, from GNU gettext.
21906
21907 2005-07-18  Bruno Haible  <bruno@clisp.org>
21908
21909         * lib/lock.h (gl_once_t): New type.
21910         (gl_once_define, gl_once): New macros.
21911         * lib/lock.c (fresh_once): New variable.
21912         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21913         functions.
21914
21915 2005-07-16  Simon Josefsson  <jas@extundo.com>
21916
21917         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21918         workaround, suggested by Bruno.
21919
21920 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21921
21922         * modules/xalloc (Depends-on): Add xalloc-die.
21923         * modules/xvasprintf (Depends-on): Add xalloc-die.
21924
21925 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21926
21927         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21928         with a minor change.
21929
21930 2005-07-15  Bruno Haible  <bruno@clisp.org>
21931
21932         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21933         When using lib/poll.c, define poll as rpl_poll.
21934
21935 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21936
21937         * modules/argp (Depends-on): Remove unlocked-io.
21938
21939 2005-07-14  Derek Price  <derek@ximbiot.com>
21940
21941         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21942         for glob symlink bug.
21943
21944 2005-07-14  Bruno Haible  <bruno@clisp.org>
21945
21946         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21947         Instead, test for *_unlocked function declarations directly.
21948
21949 2005-07-11  Simon Josefsson  <jas@extundo.com>
21950
21951         * modules/size_max: New file.
21952
21953         * modules/xsize: Depend on size_max module for size_max.m4.
21954
21955 2005-07-11  Simon Josefsson  <jas@extundo.com>
21956
21957         * lib/size_max.h: New file.
21958
21959 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21960
21961         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21962         copyright symbol and the year.
21963         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21964         (version_etc_va): Use parameterized copyright notice.
21965         Reword to conform to the current GNU coding standards.
21966
21967 2005-07-11  Karl Berry  <karl@gnu.org>
21968
21969         * doc/gnulib.texi (Quoting): new node.
21970         (Initial import): more info, from Patrice.
21971
21972 2005-07-11  Bruno Haible  <bruno@clisp.org>
21973
21974         * gnulib-tool (func_usage): Document option --avoid.
21975         (Command line options): Handle --avoid.
21976         (func_acceptable): New function.
21977         (func_modules_transitive_closure): Use it.
21978
21979 2005-07-11  Bruno Haible  <bruno@clisp.org>
21980
21981         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21982         Reported by Jim Meyering.
21983
21984 2005-07-10  Bruno Haible  <bruno@clisp.org>
21985
21986         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21987         Needed when size_t is smaller than 'unsigned int'.
21988         Reported by Paul Eggert.
21989
21990 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21991
21992         * modules/argp (Depends-on): Add unlocked-io
21993
21994 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21995
21996         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21997         block of defines.
21998
21999 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
22000
22001         * config/srclist.txt: Comment out regcomp.c, since we have a porting
22002         fix now.
22003
22004 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
22005         and Paul Eggert  <eggert@cs.ucla.edu>
22006
22007         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
22008         in wint_t, not wchar_t.  Remove now-unnecessary cast.
22009
22010 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22011
22012         * modules/regex (Files): Add lib/regex_internal.c,
22013         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
22014         (Depends-on): Add extensions.
22015         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
22016
22017 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22018
22019         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
22020         pathconf.
22021         * m4/same.m4 (gl_SAME): Likewise.
22022         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
22023
22024         * m4/regex.m4: Adjust to new libc regex implementation.
22025         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
22026         all the .c and .h parts of (the new) regex.
22027         Quote the m4 stuff better.
22028         Check for RE_ICASE bug of old gnulib.
22029         Check for REG_STARTEND of recent libc.
22030         Rename local variables from jm_* to gl_*.
22031         Quote operand of "test -f".
22032         Say "recent enough" version of libc, not "version 2".
22033         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
22034         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
22035         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
22036         Remove check for btowc, isascii.
22037         Require AM_LANGINFO_CODESET.
22038
22039 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22040
22041         * lib/regex.c, regex.h: Sync from libc.
22042         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
22043         * lib/regexec.c:
22044         New files, synced from libc, except that regex_internal.h
22045         currently has a small porting fix.
22046
22047 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22048
22049         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
22050         regex_internal.c, regexec.c.
22051         Add regex_internal.h too, but as a comment, since the libc version
22052         is currently broken in gnulib mode.
22053
22054 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22055
22056         Support programs like Emacs that use gnulib but not gettext.
22057         * MODULES.html.sh (Internationalization functions): Add gettext-h.
22058         * modules/gettext-h: New file.
22059         * modules/gettext (Files): Remove lib/gettext.h.
22060         (Depends-on): Add gettext-h.
22061         (Makefile.am): Remove lib_SOURCES.
22062         * modules/argmatch, modules/c-stack, modules/closeout:
22063         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
22064         * modules/execute, modules/file-type, modules/getaddrinfo:
22065         * modules/getopt, modules/human, modules/javacomp:
22066         * modules/javaexec, modules/mkdir-p, modules/obstack:
22067         * modules/openat, modules/pagealign_alloc, modules/pipe:
22068         * modules/quotearg, modules/regex, modules/rpmatch:
22069         * modules/unicodeio, modules/userspec, modules/version-etc:
22070         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
22071         * modules/xsetenv:
22072         Depend on gettext-h, not gettext.
22073
22074 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22075
22076         * gnulib-tool (func_import): Add support for 'public domain' license.
22077         * modules/alloca, modules/atexit, modules/memmove:
22078         Now public domain, not GPL.
22079         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
22080         * modules/realloc, modules/strerror, modules/strtod:
22081         Now LGPL, not GPL.
22082
22083 2005-07-05  Bruno Haible  <bruno@clisp.org>
22084
22085         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
22086         autoconf CVS. Needed for mingw.
22087
22088 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22089
22090         Remove the dependency of the strftime module on the tzset module.
22091         * modules/strftime (Depends-on): Remove dependency on tzset.
22092
22093 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22094
22095         Remove the dependency of the strftime module on the tzset module.
22096         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
22097         gl_FUNC_TZSET_CLOBBER.
22098
22099 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22100
22101         Remove the dependency of the strftime module on the tzset module.
22102         * lib/strftime.c (my_strftime)
22103         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
22104         Copy the input structure, to work around some of the bug with
22105         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
22106         Solaris releases, you should also use the tzset module, but we won't
22107         require it as a dependency any more since we don't want LGPLed code
22108         to depend on GPLed code.
22109
22110 2005-07-02  Jim Meyering  <jim@meyering.net>
22111
22112         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
22113         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
22114         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
22115         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
22116
22117 2005-07-02  Jim Meyering  <jim@meyering.net>
22118
22119         * lib/backupfile.c (backup_args): Change a `0' to NULL.
22120
22121 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
22124         declares only 'struct timespec;' (!).
22125
22126 2005-07-01  Jim Meyering  <jim@meyering.net>
22127
22128         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
22129         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
22130         * lib/save-cwd.c, tempname.c:
22131         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
22132         and don't include <sys/file.h>).
22133
22134 2005-06-29  Jim Meyering  <jim@meyering.net>
22135
22136         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
22137         type name.  Use the variable name instead.
22138         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
22139         Likewise.
22140
22141 2005-06-28  Simon Josefsson  <jas@extundo.com>
22142
22143         * modules/check-version (Files): Add check-version.m4.
22144
22145 2005-06-28  Simon Josefsson  <jas@extundo.com>
22146
22147         * m4/check-version.m4: New file, suggested by Jim Meyering
22148         <jim@meyering.net>.
22149
22150 2005-06-28  Simon Josefsson  <jas@extundo.com>
22151
22152         * lib/check-version.h, lib/check-version.c: New files.
22153
22154 2005-06-28  Simon Josefsson  <jas@extundo.com>
22155
22156         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
22157         collision with global variable.  Better indentation.  Don't
22158         increment buffer pointer beyond buffer end.  Based on comments
22159         from Paul Eggert <eggert@cs.ucla.edu>.
22160
22161         * lib/base64.h: Indent.
22162
22163 2005-06-28  Simon Josefsson  <jas@extundo.com>
22164
22165         * doc/gnulib.texi (Library version handling): New section.
22166
22167 2005-06-28  Jim Meyering  <jim@meyering.net>
22168
22169         * check-module (find_included_lib_files): Hard-code another
22170         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
22171         but modules/fts-lgpl (correctly) does not list those files.
22172
22173         * modules/canonicalize (Files): Add lib/pathmax.h.
22174
22175 2005-06-25  Simon Josefsson  <jas@extundo.com>
22176
22177         * modules/check-version: New file.
22178
22179 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
22180
22181         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
22182         initializer of struct addrinfo, as an indication that we don't
22183         care how many members the structure has.
22184
22185 2005-06-24  Derek Price  <derek@ximbiot.com>
22186         and Bruno Haible  <bruno@clisp.org>
22187
22188         Remove stat module & update lstat.
22189         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
22190         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22191         * m4/stat.m4: Remove this file.
22192
22193 2005-06-24  Derek Price  <derek@ximbiot.com>
22194         and Bruno Haible  <bruno@clisp.org>
22195
22196         Remove stat module & update lstat.
22197         * lib/stat.c: Remove this file...
22198         (slash_aware_lstat): ...moving this content and its support...
22199         * lib/lstat.c (rpl_lstat): ...into here.
22200         * lib/lstat.h: New file.
22201
22202 2005-06-24  Derek Price  <derek@ximbiot.com>
22203         and Bruno Haible  <bruno@clisp.org>
22204
22205         Remove stat module & update lstat.
22206         * config/srclist.txt (libc sources): Remove stat.
22207
22208 2005-06-24  Derek Price  <derek@ximbiot.com>
22209         and Bruno Haible  <bruno@clisp.org>
22210
22211         Remove stat module & update lstat.
22212         * MODULES.html.sh (stat): Remove.
22213         * MODULES.html: Regenerated.
22214         * modules/lstat (Description): Correct function name.
22215         (Files): Add "lstat.h".
22216         (Depends-on): Remove stat, add xalloc, stat-macros.
22217         * modules/stat: Remove this file.
22218         (Include): Add "lstat.h", remove <sys/stat.h>.
22219
22220 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22221
22222         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
22223         (ranged_convert): Don't save conversion in a temporary struct.
22224         This causes a warning with GCC 4.0.0, and anyway in the typical
22225         case it's not worth the extra 100 bytes or so of code.
22226         (ranged_convert, __mktime_internal): When calling a function via a
22227         pointer P, use P () rather than (*P) (), as we now assume C89 or
22228         better.
22229
22230 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22231
22232         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
22233         "who -r" failed to give output.  Problem reported by Tim Waugh.
22234
22235         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
22236         (xcalloc): Use it to avoid needless tests.
22237         Problem reported by Jim Meyering.
22238
22239 2005-06-20  Derek Price  <derek@ximbiot.com>
22240
22241         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
22242         unnecessary for Autoconfs > 2.59c.
22243
22244 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22245
22246         * lib/argp.h (__option_is_short): Check upper limit of
22247         __key. Isprint() requires its argument to have the value
22248         of an unsigned char or EOF.
22249
22250 2005-06-16  Jim Meyering  <jim@meyering.net>
22251
22252         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
22253         when either N or S is zero.
22254
22255 2005-06-16  Derek Price  <derek@ximbiot.com>
22256
22257         * m4/bison.m4: Declare YACC & YFLAGS precious.
22258
22259 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
22260
22261         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
22262         multibyte string or pattern, fall back on unibyte matching.
22263         Problem reported by James Youngman.
22264
22265 2005-06-08  Bruno Haible  <bruno@clisp.org>
22266
22267         * modules/csharpcomp: New file.
22268         * MODULES.html.sh (C#): Add csharpcomp.
22269
22270 2005-06-08  Bruno Haible  <bruno@clisp.org>
22271
22272         * m4/csharpcomp.m4: New file, from GNU gettext.
22273
22274 2005-06-08  Bruno Haible  <bruno@clisp.org>
22275
22276         * lib/csharpcomp.h: New file, from GNU gettext.
22277         * lib/csharpcomp.c: New file, from GNU gettext.
22278         * lib/csharpcomp.sh.in: New file, from GNU gettext.
22279
22280 2005-06-08  Bruno Haible  <bruno@clisp.org>
22281
22282         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
22283         warning on mingw.
22284
22285 2005-06-07  Derek Price  <derek@ximbiot.com>
22286
22287         Sync from CVS.
22288         * lib/glob_.h: Indent nested #ifdef.
22289
22290 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22291
22292         Sync from coreutils.
22293         Use "file name" when talking about file names, instead of "filename"
22294         or "path", as per the GNU coding standards.
22295         * lib/mkdir-p.c: Renamed from makepath.c.
22296         (make_dir_parents): Renamed from make_path.  All callers changed.
22297         * lib/mkdir-p.h: Likewise.  All includers changed.
22298         * lib/filenamecat.c: Renamed from path-concat.c.
22299         (file_name_concat): Renamed from path_concat.  All callers changed.
22300         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
22301         * lib/filenamecat.h: Likewise.  All includers changed.
22302         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
22303         in comments or local variable names.
22304         * lib/basename.c: Likewise.
22305         * lib/canonicalize.c, canonicalize.h: Likewise.
22306         * lib/dirname.c, dirname.h: Likewise.
22307         * lib/euidaccess.c: Likewise.
22308         * lib/exclude.c: Likewise
22309         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
22310         * lib/fsusage.c, fsuage.h: Likewise.
22311         * lib/fts.c, fts_.h: Likewise.
22312         * lib/getcwd.c: Likewise.
22313         * lib/getloadavg.c: Likewise.
22314         * lib/mkstemp.c: Likewise.
22315         * lib/mountlist.c, mountlist.h: Likewise.
22316         * lib/openat.c, openat.h: Likewise.
22317         * lib/readlink-stub.c: Likewise.
22318         * lib/readutmp.c, readutmp.h: Likewise.
22319         * lib/rename.c: Likewise.
22320         * lib/rmdir.c: Likewise.
22321         * lib/same.c: Likewise.
22322         * lib/savedir.c: Likewise.
22323         * lib/stripslash.c: Likewise.
22324         * lib/tempname.c: Likewise.
22325         * lib/xreadlink.c: Likewise.
22326         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
22327         All uses changed.
22328         * lib/exclude.h: Likewise.
22329
22330         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
22331         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22332         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
22333         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22334         * lib/pathmax.h: Include <limits.h> unconditionally, since other
22335         files have been getting away with it for years (MORE/BSD 4.3
22336         is extinct now).
22337         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
22338         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22339
22340         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
22341         Define to 256, not 255, as per modern POSIX.
22342
22343 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22344
22345         Sync from coreutils.
22346         Use "file name" when talking about file names, instead of "filename"
22347         or "path", as per the GNU coding standards.
22348         * MODULES.html.sh: mkdir-p renamed from makepath.
22349         filenamecat renamed from path-concat.
22350         * modules/filenamecat: Renamed from modules/path-concat.
22351         (Files): filenamecat.h and filenamecat.c renamed from
22352         path-concat.h and path-concat.c.
22353         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
22354         (Include): filenamecat.h, not path-concat.h.
22355         * modules/mkdir-p: Renamed from modules/makepath.
22356         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
22357         makepath.c.
22358         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
22359         (Include): mkdir-p.h, not makepath.h.
22360
22361 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22362
22363         Sync from coreutils.
22364         * m4/mkdir-p.m4: Renamed from makepath.m4.
22365         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
22366         Rename files from makepath.c to mkdir-p.c, and from
22367         makepath.h to mkdir-p.h.
22368         * m4/filenamecat.m4: Renamed from path-concat.m4.
22369         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
22370         Rename files from path-concat.c to filenamecat.c,
22371         and from path-concat.h to filenamecat.h.
22372         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
22373         "file name" in local variables or comments.
22374         * m4/rename.m4: Likewise.
22375
22376 2005-06-01  Bruno Haible  <bruno@clisp.org>
22377
22378         * modules/csharpexec: New file.
22379         * MODULES.html.sh (C#): New section.
22380
22381 2005-06-01  Bruno Haible  <bruno@clisp.org>
22382
22383         * m4/csharp.m4: New file, from GNU gettext.
22384         * m4/csharpexec.m4: New file, from GNU gettext.
22385
22386 2005-06-01  Bruno Haible  <bruno@clisp.org>
22387
22388         * lib/csharpexec.h: New file, from GNU gettext.
22389         * lib/csharpexec.c: New file, from GNU gettext.
22390         * lib/csharpexec.sh.in: New file, from GNU gettext.
22391
22392 2005-05-31  Derek Price  <derek@ximbiot.com>
22393             Paul Eggert  <eggert@cs.ucla.edu>
22394
22395         Sync from cvs.
22396         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22397
22398 2005-05-31  Derek Price  <derek@ximbiot.com>
22399             Paul Eggert  <eggert@cs.ucla.edu>
22400
22401         Sync from cvs.
22402         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22403
22404 2005-05-29  Derek Price  <derek@ximbiot.com>
22405
22406         * config/srclist.txt (glob_.h, glob.c): Add these files.
22407
22408 2005-05-29  Derek Price  <derek@ximbiot.com>
22409
22410         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
22411         * modules/glob: New file.
22412         * modules/getlogin_r: Add link to POSIX spec in description.
22413
22414 2005-05-29  Derek Price  <derek@ximbiot.com>
22415             Paul Eggert  <eggert@cs.ucla.edu>
22416
22417         * m4/glob.m4: New file.
22418
22419 2005-05-29  Derek Price  <derek@ximbiot.com>
22420             Paul Eggert  <eggert@cs.ucla.edu>
22421
22422         * lib/glob_.h, lib/glob.c: New files.
22423
22424 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22425
22426         * modules/fts (Files): Remove m4/inttypes-pri.m4.
22427         * modules/fts-lgpl (Depends-on): Remove gettext.
22428
22429 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22430
22431         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
22432         and don't require gt_INTTYPES_PRI.
22433
22434 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22435
22436         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
22437
22438         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
22439         the configuration hassle isn't worth it.
22440         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
22441         (LONGEST_MODIFIER, PRIuMAX): Remove.
22442
22443 2005-05-27  Bruno Haible  <bruno@clisp.org>
22444
22445         * lib/getlogin_r.h: Remove second include of <stddef.h>.
22446
22447 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
22448
22449         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
22450         _POSIX_PTHREAD_SEMANTICS for Solaris.
22451
22452 2005-05-25  Derek Price  <derek@ximbiot.com>
22453
22454         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
22455
22456 2005-05-25  Derek Price  <derek@ximbiot.com>
22457             Paul Eggert  <eggert@cs.ucla.edu>
22458
22459         * modules/getlogin_r, m4/getlogin_r.m4: New files.
22460         * lib/getlogin_r.c, getlogin_r.h: New files.
22461
22462 2005-05-25  Bruno Haible  <bruno@clisp.org>
22463             Derek Price  <derek@ximbiot.com>
22464
22465         * lib/getlogin_r.h: Simplify API documentation.
22466
22467 2005-05-23  Derek Price  <derek@ximbiot.com>
22468
22469         * modules/minmax (Files): Add m4/minmax.m4.
22470         (configure.ac): Add gl_MINMAX.
22471
22472 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22473
22474         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
22475         so that unistd-safer.h (GPL'ed code) need not be included.
22476
22477 2005-05-22  Bruno Haible  <bruno@clisp.org>
22478
22479         * m4/minmax.m4: New file.
22480         Based on a patch by Derek Price <derek@ximbiot.com>.
22481
22482 2005-05-22  Bruno Haible  <bruno@clisp.org>
22483
22484         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
22485         (INT64_MIN): Fix definition.
22486         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
22487
22488         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
22489         NEED_SIGNED_INT_TYPES.
22490
22491         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
22492         HAVE_SYSTEM_INTTYPES.
22493
22494 2005-05-22  Bruno Haible  <bruno@clisp.org>
22495
22496         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
22497         Also include <sys/param.h> if it defines MIN, MAX.
22498         Based on a patch by Derek Price <derek@ximbiot.com>.
22499
22500 2005-05-21  Jim Meyering  <jim@meyering.net>
22501
22502         * modules/fts (Files): Add m4/inttypes-pri.m4.
22503         (Depends-on): Add lstat and remove gettext.  Alphabetize.
22504
22505 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22506
22507         New fts module.
22508         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
22509         (setup_dir, free_dir): New functions.
22510         (enter_dir, leave_dir): Define trivial
22511         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
22512         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
22513         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
22514         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
22515         Move to fts-cycle.c.
22516         (fts_open): Use setup_dir.
22517         (fts_close): Use free_dir.
22518         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
22519         This adds a label and some gotos, but the alternatives were messier.
22520         Check for memory allocation failure when entering a dir.
22521         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
22522         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
22523         (FTS): New member fts_cycle, that is a union that contains the
22524         old active_dir_ht and cycle_state.  All uses changed to mention
22525         fts_cycle.ht and fts_cycle.state.
22526         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
22527         fts.c, with the following changes:
22528         (setup_dir, free_dir): New functions.
22529         (enter_dir): Now returns bool.  Return true if successful, false
22530         if memory exhausted.  All callers changed.
22531         Do not bother partly cleaning up on
22532         memory allocation failure; that is free_dir's job.
22533         However, free ad if hash_insert fails, to avoid memory leak.
22534         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
22535         fts->fts_options to see which union member to use.
22536
22537 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22538
22539         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
22540         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
22541
22542 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22543
22544         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
22545
22546 2005-05-20  Jim Meyering  <jim@meyering.net>
22547
22548         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
22549         Now a macro, to pacify GCC.
22550
22551 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22552
22553         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
22554         of -1.
22555
22556 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22557
22558         * lib/chown.c (rpl_chown): Return -1 on failure.
22559
22560 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22561
22562         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
22563         Don't check for stddef.h.
22564         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
22565         don't use its results.
22566         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
22567         since we include them unconditionally.  Don't require
22568         AM_STDBOOL_H, since stdbool is a prerequisite.
22569         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
22570         since we assume C89 or better.
22571         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
22572         as we don't use their results.
22573         Don't check for fchdir, memmove, memset, strrchr, as we use
22574         them unconditionally.
22575         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
22576         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
22577
22578 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22579
22580         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
22581         Include <stddef.h> unconditionally, since we assume C89 now.
22582         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
22583         * lib/fts.c: Include fts_.h first, to check interface.
22584         Do not include intprops.h; no longer needed.
22585         Include cycle-check.h and hash.h, since fts_.h no longer does.
22586         Remove unnecessary casts of closedir to void.
22587         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
22588         decide whether to decrement nlinks.
22589         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
22590         (FTS): Use struct hash_table * instead of Hash_table, so that
22591         we no longer need to include hash.h here.
22592
22593 2005-05-18  Jim Meyering  <jim@meyering.net>
22594
22595         * modules/dirfd (License): Change to LGPL.  Most of the code
22596         is already in the public domain.
22597
22598 2005-05-18  Jim Meyering  <jim@meyering.net>
22599
22600         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
22601         Reported by Yoann Vandoorselaere.
22602
22603 2005-05-17  Jim Meyering  <jim@meyering.net>
22604
22605         * m4/fts.m4: New file, from coreutils.
22606
22607 2005-05-17  Jim Meyering  <jim@meyering.net>
22608
22609         * lib/fts.c, lib/fts_.h: New files, from coreutils.
22610
22611 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22612
22613         Sync from coreutils.
22614         * m4/unlinkdir.m4: New file.
22615
22616 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22617
22618         Sync from coreutils.
22619         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
22620         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
22621         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
22622         White space changes only.
22623         * lib/makepath.c (make_path): Port to hosts where leading "//" is
22624         special.
22625         * lib/yesno.c: Include getline.h, not ctype.h.
22626         (yesno): Don't remove leading white space; POSIX doesn't allow it.
22627         Use getline to remove arbitrary restriction on response length.
22628
22629 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22630
22631         * config/srclist-update: Spell out "Street" in FSF postal
22632         mail address; this is the style the FSF seems to prefer.
22633
22634         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
22635         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
22636         this updates FSF postal mail address.
22637
22638         Sync from coreutils.
22639         * modules/unlinkdir: New file.
22640         * modules/yesno (Depends-on): Add getline.
22641         * MODULES.html.sh (File system functions): Add unlinkdir.
22642
22643 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22644
22645         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
22646         lib/strsep.h:
22647         Change the initial comment to refer to GPL, not LGPL.
22648         gnulib-tool will change it to LGPL as needed.
22649
22650         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
22651         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
22652         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
22653         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
22654         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22655         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22656         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22657         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22658         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22659         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22660         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22661         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22662         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22663         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22664         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22665         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22666         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22667         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22668         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22669         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22670         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22671         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22672         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22673         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22674         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22675         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22676         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22677         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22678         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22679         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22680         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22681         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22682         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22683         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22684         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22685         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22686         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22687         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22688         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22689         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22690         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22691         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22692         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22693         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22694         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22695         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22696         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22697         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22698         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22699         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22700         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22701         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22702         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22703         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22704         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22705         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22706         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22707         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22708         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22709         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22710         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22711         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22712         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22713         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22714         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22715         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22716         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22717         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22718         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22719         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22720         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22721         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22722         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22723         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22724         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22725         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22726         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22727         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22728         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22729         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22730         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22731         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22732         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22733         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22734         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22735         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22736         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22737         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22738         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22739         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22740         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22741         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22742         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22743         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22744         lib/yesno.c, lib/yesno.h:
22745         Update FSF postal mail address.
22746
22747 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22748
22749         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22750         tests/test-memmem.c, tests/test-stpncpy.c:
22751         Update FSF postal mail address.
22752
22753 2005-05-13  Bruno Haible  <bruno@clisp.org>
22754
22755         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22756         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22757         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22758         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22759         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22760         Add support for 64-bit integers in the MSVC compiler.
22761
22762 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22763
22764         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22765
22766 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22767
22768         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22769
22770 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22771
22772         * doc/getdate.texi (General date syntax): Don't say that date
22773         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22774         Problem reported by Nic Ferrier.
22775
22776 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22777
22778         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22779         specified in ai_socktype. Fix invalid ai_protocol
22780         check. ai_protocol is usually set to 0 or depending on
22781         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22782         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22783         ai_socktype / ai_protocol in the returned addrinfo structure.
22784
22785 2005-05-10  Simon Josefsson  <jas@extundo.com>
22786
22787         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22788         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22789
22790 2005-05-10  Karl Berry  <karl@gnu.org>
22791
22792         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22793         (from http://www.gnu.org/licenses).
22794         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22795         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22796         fdl.texi suffices.
22797
22798 2005-05-10  Karl Berry  <karl@gnu.org>
22799
22800         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22801         (COPYING.DOC): remove.
22802
22803         * config/srclist-update: new FSF address.
22804
22805 2005-05-10  Derek Price  <derek@ximbiot.com>
22806
22807         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22808         possible.
22809
22810 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22811             Bruno Haible  <bruno@clisp.org>
22812
22813         * modules/inet_ntop: New file.
22814         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22815         inet_ntop.
22816
22817 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22818             Bruno Haible  <bruno@clisp.org>
22819
22820         * m4/inet_ntop.m4: New file.
22821
22822 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22823             Bruno Haible  <bruno@clisp.org>
22824
22825         * lib/inet_ntop.h: New file.
22826         * lib/inet_ntop.c: New file, from glibc with modifications.
22827
22828 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22829
22830         * modules/time_r (License): Change to LGPL.
22831         * modules/extensions (License): Change to LGPL.  Actually,
22832         the license is more permissive than that, but currently gnulib-tool
22833         doesn't know how to handle more-permissive licenses.
22834
22835         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22836         Problem reported by Dave Love.
22837
22838 2005-05-08  Jim Meyering  <jim@meyering.net>
22839
22840         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22841         blank.
22842
22843 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22844
22845         * modules/argmatch (Depends-on): Add stdbool.
22846         * modules/backupfile (Depends-on): Likewise.
22847         * modules/chdir-long (Depends-on): Likewise.
22848         * modules/closeout (Depends-on): Likewise.
22849         * modules/cycle-check (Depends-on): Likewise.
22850         * modules/dirname (Depends-on): Likewise.
22851         * modules/fnmatch (Depends-on): Likewise.
22852         * modules/fsusage (Depends-on): Likewise.
22853         * modules/fwriteerror (Depends-on): Likewise.
22854         * modules/getcwd (Depends-on): Likewise.
22855         * modules/getloadavg (Depends-on): Likewise.
22856         * modules/hard-locale (Depends-on): Likewise.
22857         * modules/makepath (Depends-on): Likewise.
22858         * modules/mountlist (Depends-on): Likewise.
22859         * modules/nanosleep (Depends-on): Likewise.
22860         * modules/posixtm (Depends-on): Likewise.
22861         * modules/quotearg (Depends-on): Likewise.
22862         * modules/readtokens (Depends-on): Likewise.
22863         * modules/readtokens0 (Depends-on): Likewise.
22864         * modules/readutmp (Depends-on): Likewise.
22865         * modules/save-cwd (Depends-on): Likewise.
22866         * modules/strftime (Depends-on): Likewise.
22867         * modules/userspec (Depends-on): Likewise.
22868         * modules/utimecmp (Depends-on): Likewise.
22869         * modules/xgetcwd (Depends-on): Likewise.
22870         * modules/xnanosleep (Depends-on): Likewise.
22871         * modules/xstrtod (Depends-on): Likewise.
22872         * modules/yesno (Depends-on): Likewise.
22873
22874 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22875
22876         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22877         needless checks.
22878
22879 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22880
22881         Merge from coreutils.  Among other things,
22882         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22883         * lib/fd-safer.c: New file.
22884         * lib/fcntl-safer.h, open-safer.c: Remove.
22885         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22886         * lib/dup-safer.c: Include unistd-safer.h first.
22887         Don't include errno.h.
22888         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22889         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22890         * lib/file-type.c: Rely on file-type.h change.
22891         * lib/getloadavg.c: Include unistd-safer.h.
22892         (getloadavg): Use safer open.
22893         * lib/getusershell.c: Include "stdio-safer.h".
22894         (getusershell): Use safer fopen.
22895         * lib/long-options.c (long_options): Use NULL rather than 0.
22896         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22897         'free'.
22898         * lib/modechange.c: Likewise.
22899         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22900         (MODE_DONE): New constant.
22901         (struct mode_change): Remove 'next' member.
22902         (make_node_op_equals): New function; like the old one of the
22903         same name, except it allocates an array.
22904         (mode_compile, mode_create_from_ref): Use it.
22905         (mode_compile): Allocate result as an array, not a linked list.
22906         Parse octal string ourself, so that we catch mistakes like "+0".
22907         (mode_adjust): Arg is an array, not a linked list.
22908         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22909         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22910         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22911         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22912         Remove.  This is now stat-macros.h's job.
22913         (talloc): Remove.  All callers replaced by xalloc, so that
22914         our invokers don't have to worry about reporting memory failures.
22915         (make_node_op_equals): Remove.
22916         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22917         New constants.
22918         (struct mode_change): Moved here from modechange.h.
22919         (mode_append_entry): Remove.
22920         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22921         apps to have incorrect behavior.  Use simpler algorithm for head
22922         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22923         Detect more invalid usages rather than having somewhat-random behavior.
22924         Don't insert an "a=" action, as that leads to incorrect behavior.
22925         (mode_compile, mode_create_from_ref): Return NULL on error instead
22926         of an enum, since now there's only one way to have an error.  All
22927         callers changed.
22928         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22929         at the correct time.  Simplify calculation of "+u" and its ilk.
22930         Don't mishandle "+X".
22931         (mode_free): Remove "register" and localize decls.
22932         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22933         (struct mode_change): Move to modechange.c; callers don't
22934         need to see this stuff.
22935         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22936         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22937         (mode_change, mode_adjust): Reflect the new signatures noted above.
22938         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22939         that might redefine system include files.
22940         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22941         (my_usleep): Use NULL rather than (void *) 0.
22942         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22943         Use siginterrupt to specify that system calls should be interrupted.
22944         (rpl_nanosleep): Move initialization of suspended closer to call of
22945         my_usleep.
22946         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22947         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22948         (desirable_utmp_entry): New function.
22949         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22950         using x2nrealloc, to simplify logic.
22951         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22952         size calculation.  Do not assume utmp file is a regular file.
22953         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22954         (READ_UTMP_CHECK_PIDS): New constant.
22955         * lib/save-cwd.c: Include unistd-safer.h.
22956         (save_cwd): Use fd_safer.
22957         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22958         [!_LIBC] Include "stat-macros.h" instead.
22959         * lib/unistd-safer.h (fd_safer): New decl.
22960
22961 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22962
22963         * modules/getloadavg (Depends-on): Add unistd-safer.
22964         * modules/getusershell (Depends-on): Add stdio-safer.
22965         * modules/lstat (Depends-on): Remove xalloc.
22966         * modules/mkstemp (Depends-on): Add stat-macros.
22967         * modules/modechange (Depends-on): Remove xstrtol.
22968         Add stat-macros, xalloc.
22969         * modules/save-cwd (Depends-on): Add unistd-safer.
22970         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22971         * modules/unistd-safer (Files): Add lib/fd-safer.c
22972         (Makefile.am): Remove lib_SOURCES.
22973
22974         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22975         Remove fcntl-safer; unistd-safer supersedes it.
22976
22977 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22978
22979         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22980         AC_HEADER_STAT.
22981         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22982         (gl_PREREQ_CHOWN): Remove.
22983         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22984         it.  Don't require AC_HEADER_STAT.
22985         (gl_PREREQ_LSTAT): Remove.
22986         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22987         Don't require AC_HEADER_STAT.
22988         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22989         (gl_PREREQ_RMDIR): Remove.
22990         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22991         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22992         the stat-macros module a prerequisite.
22993         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22994         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22995         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22996         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22997         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22998         variable names.
22999         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
23000         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
23001         variable prefixes.
23002         * m4/fcntl-safer.m4: Remove.
23003         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
23004         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
23005         Invoke gl_PREREQ_FD_SAFER.
23006         (gl_PREREQ_FD_SAFER): New macro.
23007         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
23008         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
23009         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
23010         Remove duplicate call to AC_LIBOBJ(readutmp).
23011         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
23012
23013         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
23014         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
23015
23016 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
23017
23018         * MODULES.html.sh (Misc): Add byteswap.
23019
23020 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23021
23022         * modules/getcwd (Depends-on): Add extensions.
23023         * modules/openat (Depends-on): Likewise.
23024
23025 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23026
23027         * modules/byteswap: New file.
23028
23029 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23030
23031         * m4/byteswap.m4: New file.
23032
23033 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23034
23035         * lib/byteswap_.h: New file.
23036
23037 2005-04-25  Karl Berry  <karl@gnu.org>
23038
23039         * m4/gettext.m4: Update from GNU gettext 0.14.4.
23040
23041 2005-04-25  Albert Chin  <china@thewrittenword.com>
23042
23043         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
23044         Toolkit C bug.
23045
23046 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
23047
23048         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
23049         (func_ln_if_changed) Remove forcibly for no error message
23050         in case file does not exist.
23051
23052 2005-04-19  Simon Josefsson  <jas@extundo.com>
23053
23054         * gnulib-tool (Options): Make --symlink mean --symbolic.
23055
23056 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
23057
23058         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
23059
23060 2005-04-16  Simon Josefsson  <jas@extundo.com>
23061
23062         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
23063
23064 2005-04-15  Simon Josefsson  <jas@extundo.com>
23065
23066         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
23067
23068 2005-04-15  Simon Josefsson  <jas@extundo.com>
23069
23070         * gnulib-tool: Rename --symlink to --symbolic.
23071
23072 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
23073
23074         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
23075         symbolic links to files instead of copying/moving.  Add --aux-dir,
23076         specifying directory relative --dir where auxiliary build tools
23077         are placed.
23078
23079 2005-04-14  Bruno Haible  <bruno@clisp.org>
23080
23081         * modules/allocsa (License): Change to LGPL.
23082         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23083
23084 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23085
23086         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
23087         that "UTC +1 second" continues to work.  Problem reported
23088         by Dmitry V. Levin.
23089         (relunit_snumber): New rule.
23090         (relunit): Use it.
23091
23092 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
23093
23094         * lib/getdate.y (universal_time_zone_table): New constant.
23095         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
23096         universal_time_zone_table.
23097         (lookup_zone): Prefer universal_time_zone_table to
23098         local_time_zone_table, so that "GMT" time stamps are allowed in
23099         London during the summer.  Problem reported by Ian Abbott.
23100
23101 2005-04-12  Jim Meyering  <jim@meyering.net>
23102
23103         * lib/human.c (humblock): Set *options even when returning due to
23104         xstrtoumax conversion failure.  Thanks to a used-uninitialized
23105         warning from gcc-4.
23106
23107 2005-04-09  Jim Meyering  <jim@meyering.net>
23108
23109         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
23110         -Wuninitialized: initialize tm0.tm_year.
23111
23112 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
23113
23114         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
23115         count, since there's no maximum.  All uses changed.
23116         Add member dsts_seen.
23117         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
23118         not being INT_MAX.
23119         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
23120         Use pc_rels_seen to decide whther a date is absolute.
23121
23122         * lib/getdate.y (number): Don't overwrite year.
23123         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
23124         check.
23125
23126 2005-04-02  Simon Josefsson  <jas@extundo.com>
23127
23128         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
23129         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
23130
23131 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
23132
23133         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
23134         where no absolute path name can be longer than PATH_MAX.
23135
23136 2005-03-27  Jim Meyering  <jim@meyering.net>
23137
23138         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
23139
23140 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
23141
23142         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
23143         "one's complement" -> "ones' complement" in comment, as per Knuth.
23144         "value of type" -> "type or expression" in comment.
23145         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
23146
23147 2005-03-26  Jim Meyering  <jim@meyering.net>
23148
23149         Comment nits.
23150         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
23151         Correct typos: s/or/of/.
23152
23153 2005-03-26  Jim Meyering  <jim@meyering.net>
23154
23155         * modules/check-include-files: Move to ../ and rename to...
23156         * check-module: ...this.
23157
23158 2005-03-25  Jim Meyering  <jim@meyering.net>
23159
23160         * modules/xvasprintf (Files): Add xalloc.h.
23161
23162 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
23163
23164         * modules/gettext (Files): config/config.rpath ->
23165         build-aux/config.rpath
23166         * modules/iconv (Files): Likewise.
23167         Problem reported by Oskar Liljeblad.
23168
23169 2005-03-23  Jim Meyering  <jim@meyering.net>
23170
23171         * modules/check-include-files: New script to check for
23172         missing dependencies, multiple includes, etc.
23173
23174         * modules/c-strtold (Depends-on): Add xalloc.
23175         * modules/c-strtod (Depends-on): Add xalloc.
23176         * modules/hash (Depends-on): Add xalloc.
23177         (Files): Remove lib/xalloc.h.
23178
23179         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
23180         * modules/userspec (Files): Add lib/inttostr.h.
23181
23182 2005-03-23  Jim Meyering  <jim@meyering.net>
23183
23184         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
23185
23186 2005-03-22  Jim Meyering  <jim@meyering.net>
23187
23188         * modules/stat-macros: New module.
23189         * modules/canonicalize, modules/euidaccess, modules/file-type,
23190         * modules/filemode, modules/lchown, modules/makepath,
23191         * modules/rmdir, modules/stat: Depend on new stat-macros module
23192         rather than listing lib/stat-macros.h manually.
23193         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
23194
23195 2005-03-22  Jim Meyering  <jim@meyering.net>
23196
23197         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
23198
23199 2005-03-22  Bruno Haible  <bruno@clisp.org>
23200
23201         * config/srclist.txt: Replace target directory 'config' with
23202         'build-aux'.
23203         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
23204         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
23205         ../build-aux/.
23206
23207 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
23208
23209         * modules/chdir-long (Depends-on): Add mempcpy.
23210
23211         * modules/acl, modules/backupfile, modules/c-strtod,
23212         modules/c-strtold, modules/canon-host, modules/canonicalize,
23213         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
23214         modules/exclude, modules/exitfail, modules/file-type,
23215         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
23216         modules/getdate, modules/getline, modules/getpagesize,
23217         modules/getpass, modules/getugroups, modules/group-member,
23218         modules/hard-locale, modules/hash, modules/human, modules/idcache,
23219         modules/inttostr, modules/long-options, modules/makepath,
23220         modules/md5, modules/memcasecmp, modules/memcoll,
23221         modules/modechange, modules/mountlist, modules/path-concat,
23222         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
23223         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
23224         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
23225         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
23226         modules/strftime, modules/strndup, modules/strverscmp,
23227         modules/timespec, modules/unlocked-io, modules/userspec,
23228         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
23229         modules/yesno:
23230         Remove lib_SOURCES line from Makefile.am section, as this is now
23231         done automatically by the corresponding Autoconf macro.
23232
23233 2005-03-21  Jim Meyering  <jim@meyering.net>
23234
23235         Changes imported from coreutils.
23236
23237         * lib/cycle-check.c: Don't include xalloc.h.
23238
23239         * lib/path-concat.c: Don't include assert.h.
23240         (path_concat): Remove assertion that would have triggered
23241         for ABASE starting with more than one slash.
23242         Reported by Andreas Schwab.
23243
23244         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
23245         properly when ABASE is an absolute file name.
23246         Correct the description of this function.
23247         Include <assert.h>.
23248         Add an assertion and a test driver.
23249         This fixes a bug introduced on 2004-07-02.
23250         Andreas Schwab reported the resulting failure of cp --parents:
23251         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
23252
23253 2005-03-21  Jim Meyering  <jim@meyering.net>
23254
23255         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
23256         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
23257
23258 2005-03-21  Jim Meyering  <jim@meyering.net>
23259         and  Paul Eggert  <eggert@cs.ucla.edu>
23260
23261         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
23262         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
23263         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
23264         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
23265         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
23266         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
23267         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
23268         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
23269         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
23270         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
23271         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
23272         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
23273         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
23274         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
23275         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
23276         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
23277         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
23278         for these modules.
23279
23280 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
23281
23282         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
23283         (which shouldn't happen), generate nothing instead of returning 0
23284         immediately, so that nstrftime (NULL, ...) doesn't return 0.
23285
23286 2005-03-16  Bruno Haible  <bruno@clisp.org>
23287
23288         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
23289         HAVE_LONGLONG_64BIT.
23290
23291 2005-03-16  Bruno Haible  <bruno@clisp.org>
23292
23293         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
23294         HAVE_LONGLONG_64BIT.
23295
23296 2005-03-16  Bruno Haible  <bruno@clisp.org>
23297
23298         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
23299         HAVE_LONGLONG_64BIT.
23300
23301 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23302
23303         * lib/strftime.c (my_strftime): Prepend space to format so that we can
23304         reliably distinguish strftime failure from empty output on POSIX
23305         hosts.
23306
23307 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23308
23309         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
23310         (iconv_string): Don't guess a size-zero buffer, as that might cause
23311         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
23312         result would be 'too large', where 'too large' is (heuristically)
23313         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
23314         overflow concerns.  This will prevent some unwanted malloc failures
23315         when the inputs are very large.
23316
23317 2005-03-15  Karl Berry  <karl@gnu.org>
23318
23319         * config/srclist.txt (config.rpath): from gettext.
23320         * config/config.rpath: update.
23321
23322 2005-03-15  Bruno Haible  <bruno@clisp.org>
23323
23324         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
23325         to 'negate'.
23326
23327         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
23328         variable.
23329
23330         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
23331         results.
23332
23333 2005-03-14  Simon Josefsson  <jas@extundo.com>
23334
23335         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
23336         <fx@gnu.org>.
23337
23338 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
23339
23340         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
23341         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
23342         intprops.h.
23343         * lib/strtol.c: Likewise.
23344
23345 2005-03-14  Jim Meyering  <jim@meyering.net>
23346
23347         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
23348         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
23349         to be nonzero so that we (and caller) can detect the difference
23350         between a valid zero-length expansion and an error return, even
23351         when the underlying strftime fails before writing anything into
23352         that location.
23353
23354 2005-03-14  Bruno Haible  <bruno@clisp.org>
23355
23356         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
23357         Update from GNU gettext 0.14.3.
23358
23359 2005-03-10  Jim Meyering  <jim@meyering.net>
23360
23361         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
23362
23363 2005-03-10  Jim Meyering  <jim@meyering.net>
23364
23365         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
23366         so that this module works on systems without fchdir.
23367
23368 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
23369
23370         Factor int-properties macros into a single file, except for
23371         glibc-related files.
23372         * lib/intprops.h: New file.
23373         * lib/getloadavg.c: Include it instead of limits.h.
23374         (INT_STRLEN_BOUND): Remove.
23375         * lib/human.c: Include intprops.h.
23376         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
23377         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
23378         302/1000.
23379         * lib/inttostr.h: Include intprops.h instead of limits.h.
23380         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
23381         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
23382         for consistency with intprops.h.
23383         (time_t_is_integer, twos_complement_arithmetic): Use them.
23384         * lib/sig2str.h: Include <signal.h>, intprops.h.
23385         (INT_STRLEN_BOUND): Remove.
23386         * lib/strftime.c (TYPE_SIGNED): Remove.
23387         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
23388         * lib/strtol.c: Adjust comments to match intprops.h.
23389         * lib/userspec.c: Include intprops.h.
23390         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
23391         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
23392         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
23393         instead of rolling our own expressions.
23394         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
23395
23396         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
23397         instead of int.
23398         (my_strftime): Do not mishandle years close to INT_MAX, by doing
23399         the right thing even if adding 1900 would overflow.  Similarly
23400         for tm_mon + 1 and tm_yday + 1.
23401         Make %Y always equivalent to %C%y, and similarly for %G and %g.
23402         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
23403         (DO_SIGNED_NUMBER): New macro.
23404         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
23405
23406 2005-03-07  Bruno Haible  <bruno@clisp.org>
23407
23408         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
23409
23410 2005-03-07  Bruno Haible  <bruno@clisp.org>
23411
23412         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
23413
23414 2005-03-04  Derek R. Price  <derek@ximbiot.com>
23415
23416         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
23417         (func_import): Only replace files via --import when they have actually
23418         changed.
23419
23420 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23421
23422         * m4/mmap-anon.m4: New file.
23423         * m4/pagealign_alloc.m4: New file.
23424
23425 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23426             Bruno Haible  <bruno@clisp.org>
23427
23428         * modules/pagealign_alloc: New file.
23429         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
23430
23431 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23432             Bruno Haible  <bruno@clisp.org>
23433
23434         * lib/pagealign_alloc.h: New file.
23435         * lib/pagealign_alloc.c: New file.
23436
23437 2005-03-03  Bruno Haible  <bruno@clisp.org>
23438
23439         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
23440         Use an all-permissive copyright notice, recommended by RMS.
23441
23442 2005-03-02  Bruno Haible  <bruno@clisp.org>
23443
23444         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
23445         of AIX, the replacement has to be done only after <string.h> is
23446         included, therefore not in config.h. stpncpy.h does the replacement,
23447         and stpncpy.c uses it.
23448
23449 2005-03-02  Bruno Haible  <bruno@clisp.org>
23450
23451         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
23452         stpncpy.c uses it.
23453
23454 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23455
23456         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
23457         The workaround isn't strictly needed for POSIX conformance, and
23458         it's too much of a pain to configure and maintain.  We'll ask
23459         people to fix their kernels instead.
23460         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
23461         (NANOSLEEP_BUG_WORKAROUND): Remove.
23462         (xnanosleep): Remove the workaround.
23463
23464 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23465
23466         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
23467         Reported by Derek Price.
23468         (Include): Add "timespec.h".
23469
23470         * modules/xnanosleep (Depends-on): Remove gethrxtime.
23471
23472 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23473
23474         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
23475         to detect nanosleep bug.
23476
23477 2005-03-01  Bruno Haible  <bruno@clisp.org>
23478
23479         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
23480
23481 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23482
23483         * modules/gethrxtime: New file.
23484         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
23485         (Depends-on): Add gethrxtime.
23486         (configure.ac): Add gl_XNANOSLEEP.
23487         (Makefile.am): Remove lib_SOURCES line.
23488
23489 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23490
23491         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
23492         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
23493
23494 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23495
23496         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
23497         * lib/timespec.h (gettime): Return void, since it always
23498         succeeds now.  All uses changed.
23499         * lib/gettime.c (gettime) Likewise.
23500         [HAVE_NANOTIME]: Prefer nanotime.
23501         Assume gettimeofday succeeds, as POSIX requires.
23502         Assime time () succeeds, since other code already does.
23503         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
23504         (timespec_subtract): Remove.
23505         (NANOSLEEP_BUG_WORKAROUND): New constant.
23506         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
23507         things considerably.  Use it only on GNU/Linux hosts, since the
23508         workaround shouldn't be needed elsewhere.
23509
23510 2005-02-24  Bruno Haible  <bruno@clisp.org>
23511
23512         * modules/gettext (Files): Add m4/glibc2.m4.
23513
23514 2005-02-24  Bruno Haible  <bruno@clisp.org>
23515
23516         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
23517         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
23518         * m4/progtest.m4:
23519         Update from GNU gettext 0.14.2.
23520         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
23521
23522 2005-02-24  Bruno Haible  <bruno@clisp.org>
23523
23524         * lib/localcharset.c: Update from GNU gettext 0.14.2.
23525         * lib/config.charset: Update from GNU gettext 0.14.2.
23526
23527 2005-02-24  Bruno Haible  <bruno@clisp.org>
23528
23529         * lib/gettext.h: Update from GNU gettext 0.14.2.
23530
23531 2005-02-23  Simon Josefsson  <jas@extundo.com>
23532
23533         * m4/iconvme.m4: New file.
23534
23535 2005-02-23  Jim Meyering  <jim@meyering.net>
23536
23537         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
23538         change.
23539         Thanks to Bruno Haible for catching it.
23540
23541 2005-02-22  Simon Josefsson  <jas@extundo.com>
23542
23543         * modules/iconvme: New file.
23544
23545         * MODULES.html.sh: Add iconvme.
23546
23547 2005-02-22  Simon Josefsson  <jas@extundo.com>
23548
23549         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
23550
23551 2005-02-22  Simon Josefsson  <jas@extundo.com>
23552
23553         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
23554
23555 2005-02-22  Jim Meyering  <jim@meyering.net>
23556
23557         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
23558         s/ifndef/ifdef/.
23559
23560 2005-02-20  Neil Conway  <neilc@samurai.com>
23561
23562         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
23563         returned by OSX/Darwin if the specified buffer is not large
23564         enough for the hostname.
23565
23566 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23567
23568         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
23569         pass it to _help, otherwise the latter coredumps trying to
23570         dereference state.root_argp.
23571
23572 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23573
23574         * modules/chdir-long (Depends-on): Add memrchr.
23575         * modules/memrchr (Files): Add lib/memrchr.h.
23576         (Include): "memrchr.h".
23577
23578 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23579
23580         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
23581
23582 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23583
23584         * lib/memrchr.h: New file.
23585         * lib/chdir-long.c: Include it.
23586         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
23587         Don't bother including stddef.h.
23588
23589 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23590
23591         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
23592         inclusion.
23593         Include <sys/types.h>, for dev_t.
23594         (ME_DUMMY, ME_REMOTE): Move from here....
23595         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
23596         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
23597         Dmitry V. Levin.
23598         Include mountlist.h first, to test the interface.
23599
23600 2005-01-29  Bruno Haible  <bruno@clisp.org>
23601
23602         * lib/progname.c (program_name): Initialize.
23603         Needed when linking statically on MacOS X.
23604
23605 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23606
23607         Sync from coreutils.
23608         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
23609         (Depends-on): Add c-strtod.
23610         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
23611
23612 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23613
23614         Sync from coreutils.
23615         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
23616
23617         Remove files that are specific to coreutils.
23618         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
23619
23620 2005-01-28  Bruno Haible  <bruno@clisp.org>
23621
23622         * modules/javacomp: New file.
23623         * MODULES.html.sh (Java): Add javacomp.
23624
23625 2005-01-28  Bruno Haible  <bruno@clisp.org>
23626
23627         * m4/javacomp.m4: New file, from GNU gettext.
23628
23629 2005-01-28  Bruno Haible  <bruno@clisp.org>
23630
23631         * lib/javacomp.sh.in: New file, from GNU gettext.
23632         * lib/javacomp.h: New file, from GNU gettext.
23633         * lib/javacomp.c: New file, from GNU gettext.
23634
23635 2005-01-26  Simon Josefsson  <jas@extundo.com>
23636
23637         * lib/gai_strerror.c: Use GPL in header.
23638
23639 2005-01-26  Bruno Haible  <bruno@clisp.org>
23640
23641         * modules/javaexec: New file.
23642         * MODULES.html.sh (Java): Add javaexec.
23643
23644 2005-01-26  Bruno Haible  <bruno@clisp.org>
23645
23646         * m4/javaexec.m4: New file, from GNU gettext.
23647
23648 2005-01-26  Bruno Haible  <bruno@clisp.org>
23649
23650         * lib/javaexec.sh.in: New file, from GNU gettext.
23651         * lib/javaexec.h: New file, from GNU gettext.
23652         * lib/javaexec.c: New file, from GNU gettext.
23653
23654 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23655
23656         * modules/lchown (Depends-on): Remove lchown.h
23657
23658 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23659
23660         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23661         must be defined if the header file was not found, in order
23662         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23663
23664 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23665
23666         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23667         initializers for struct pentry_state.
23668         (__argp_error): Check return value of __asprintf
23669         (__argp_failure): Translate error message
23670
23671         * lib/argp-parse.c: Removed braces around the expansion of N_()
23672
23673 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23674
23675         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23676         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23677         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23678         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23679         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23680         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23681         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23682         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23683         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23684         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23685         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23686         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23687         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23688         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23689         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23690         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23691         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23692         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23693         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23694         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23695         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23696         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23697         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23698         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23699         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23700         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23701         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23702         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23703         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23704         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23705         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23706         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23707         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23708         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23709         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23710         Use an all-permissive copyright notice, recommended by RMS.
23711
23712 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23713
23714         * modules/chdir-long (Depends-on): Remove mempcpy.
23715
23716 2005-01-21  Jim Meyering  <jim@meyering.net>
23717
23718         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23719         same value as for Solaris 9.
23720
23721         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23722         component length.  This included changing the parameter to be
23723         of type `char *' rather than `char const *'.
23724         * lib/chdir-long.h (chdir_long): Update prototype.
23725
23726         * lib/openat.c (fdopendir, fstatat): New functions.
23727         * lib/openat.h: Include headers required for use of DIR and struct
23728         stat.
23729         [AT_SYMLINK_NOFOLLOW]: Define.
23730         (fdopendir, fstatat): Add prototypes.
23731
23732 2005-01-21  Bruno Haible  <bruno@clisp.org>
23733
23734         * modules/classpath: New file.
23735         * MODULES.html.sh (Java): Add classpath.
23736
23737 2005-01-21  Bruno Haible  <bruno@clisp.org>
23738
23739         * lib/classpath.h: New file, from GNU gettext.
23740         * lib/classpath.c: New file, from GNU gettext.
23741
23742 2005-01-20  Simon Josefsson  <jas@extundo.com>
23743
23744         * modules/version-etc-fsf: New file.
23745
23746 2005-01-20  Simon Josefsson  <jas@extundo.com>
23747
23748         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23749         * lib/version-etc.c: Remove version_etc_copyright.
23750         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23751         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23752
23753 2005-01-20  Simon Josefsson  <jas@extundo.com>
23754
23755         * lib/base64.h (isbase64): Add.
23756
23757         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23758         using a unsigned prototype, don't inline.
23759         (base64_decode): Use it.
23760
23761 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23762
23763         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23764         it.
23765
23766 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23767
23768         * lib/save-cwd.c (save_cwd): Remove code to support the case
23769         where fchdir is missing or flaky.
23770
23771 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23772
23773         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23774
23775 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23776
23777         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23778         AC_LIBSOURCES now does this.
23779         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23780         with new ullong_max module.
23781
23782 2005-01-19  Bruno Haible  <bruno@clisp.org>
23783
23784         * modules/sh-quote: New file.
23785         * MODULES.html.sh (Executing programs): Add sh-quote.
23786
23787 2005-01-19  Bruno Haible  <bruno@clisp.org>
23788
23789         * lib/sh-quote.h: New file, from GNU gettext.
23790         * lib/sh-quote.c: New file, from GNU gettext.
23791
23792 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23793
23794         Merge from coreutils.
23795         * m4/ullong_max.m4: New file.
23796         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23797         (gl_MACROS): Assume localeconv exists.
23798
23799 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23800
23801         Merge changes from coreutils, as described below in several
23802         changelogs dated today.
23803
23804         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23805         (O_DIRECTORY): Remove; not needed here, since "." must be
23806         a directory.  All uses removed.
23807         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23808         universal on Suns, and we also need to test for IRIX.
23809         Revamp code to use 'if' rather than '#if'.
23810         Avoid unnecessary comparison of cwd->desc to 0.
23811
23812         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23813         for known valid error numbers rather than observed invalid ones.
23814
23815 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23816
23817         * modules/ullong_max: New file.
23818
23819         * modules/chdir-long, modules/openat: New files.
23820         * modules/save-cwd (Depends-on): Depend on chdir-long.
23821         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23822
23823 2005-01-18  Jim Meyering  <jim@meyering.net>
23824
23825         Merge from coreutils.
23826         * m4/chdir-long.m4, m4/openat.m4: New files.
23827         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23828         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23829         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23830         is sane and DOES follow symlinks.  Besides, testing 20 different
23831         systems found no broken chown implementations.
23832         Prompted by a change in rsync's copy of this macro.
23833         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23834
23835         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23836
23837         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23838         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23839         NULL-means-set-to-current-time semantics.
23840         Remove temporary file immediately, rather than waiting
23841         for configure's at-exit trap code to do it.
23842
23843 2005-01-18  Jim Meyering  <jim@meyering.net>
23844
23845         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23846
23847         * lib/utimens.c (futimens): Account for the fact that futimes
23848         can also fail with errno == ENOSYS or errno == ENOENT.
23849         Patch from Dmitry V. Levin.
23850
23851         Change the name of the robust chdir function from chdir to chdir_long.
23852         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23853         (restore_cwd): Use chdir_long, not chdir.
23854         * lib/chdir-long.c: Renamed from chdir.c.
23855         * lib/chdir-long.h: Renamed from chdir.h.
23856         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23857         Hurd.
23858
23859 2005-01-18  Bruno Haible  <bruno@clisp.org>
23860
23861         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23862         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23863         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23864         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23865         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23866         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23867         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23868         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23869         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23870         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23871         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23872         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23873         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23874         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23875         Use an all-permissive copyright notice, recommended by RMS.
23876
23877 2005-01-18  Bob Proulx  <bob@proulx.com>
23878
23879         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23880         simplify offsetof() macro construct to avoid compile failure with
23881         native HP-UX 11.0 ANSI C compiler.
23882
23883 2005-01-17  Bruno Haible  <bruno@clisp.org>
23884
23885         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23886         redundant because stpncpy.m4 takes care of it.
23887
23888 2005-01-17  Bruno Haible  <bruno@clisp.org>
23889
23890         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23891
23892 2005-01-17  Bruno Haible  <bruno@clisp.org>
23893
23894         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23895         used.
23896
23897 2005-01-17  Bruno Haible  <bruno@clisp.org>
23898
23899         * lib/fwriteerror.h (fwriteerror): Change specification to include
23900         fclose.
23901         * lib/fwriteerror.c: Include <stdbool.h>.
23902         (fwriteerror): At the end, close the file stream. Record whether
23903         stdout was already closed.
23904
23905 2005-01-17  Bruno Haible  <bruno@clisp.org>
23906
23907         * lib/execute.c (environ): Declare if needed.
23908         * lib/pipe.c (environ): Likewise.
23909         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23910
23911 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23912
23913         * modules/argp: Depend on vsnprintf
23914
23915 2005-01-10  Jim Meyering  <jim@meyering.net>
23916
23917         * modules/closeout (Depends-on): Add atexit.
23918
23919 2005-01-06  Bruno Haible  <bruno@clisp.org>
23920
23921         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23922
23923 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23924
23925         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23926         definitions to be after all include files, to avoid collisions.
23927         Problem reported by Bob Proulx.
23928
23929 2005-01-04  Jim Meyering  <jim@meyering.net>
23930
23931         Changes imported from coreutils.
23932         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23933         as the mkstemp template, use a temporary directory and an
23934         8.3-friendly template to avoid trouble on systems like DJGPP.
23935         Reported by Juan M. Guerrero via Stepan Kasal.
23936         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23937         close. Remove the temporary directory right away, rather than waiting
23938         for configure's at-exit trap code to do it.
23939         Suggestion from Stepan Kasal.
23940
23941 2005-01-01  Simon Josefsson  <jas@extundo.com>
23942
23943         * gnulib-tool: Print #include directives when --import'ing.
23944
23945 2004-12-28  Simon Josefsson  <jas@extundo.com>
23946
23947         * tests/test-base64.c: Include required header files.  Remove
23948         unused variables.
23949
23950 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23951
23952         * modules/error (Depends-on): Remove gettext.
23953
23954 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23955
23956         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23957         not needed.  This removes a dependency on the gettext module.
23958         [defined _LIBC]: Do not include <libintl.h>; not needed.
23959
23960 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23961
23962         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23963         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23964
23965 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23966
23967         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23968         HAVE_DECL_STRTOLD.
23969
23970 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23971
23972         * modules/getdate (Depends-on): Remove alloca-opt.
23973
23974 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23975
23976         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23977
23978 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23979
23980         * lib/argp-parse.c: Include <stddef.h>.
23981         (alignof, alignto): New macros.
23982         (parser_init): Don't assume that void * is aligned sufficiently
23983         for struct option.
23984
23985         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23986         need to extend the stack.
23987         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23988         large.
23989
23990 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23991
23992         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23993
23994 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23995
23996         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23997         (2004-10-24) change.  Apparently this was a false alarm.
23998
23999         * modules/getdate: Depend on alloca-opt, not alloca.
24000
24001 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
24002
24003         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
24004         Remove now-obsolete comment about AIX.
24005         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
24006         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
24007         (YYMAXDEPTH): New macro.
24008
24009 2004-12-18  Simon Josefsson  <jas@extundo.com>
24010
24011         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
24012
24013 2004-12-18  Bruno Haible  <bruno@clisp.org>
24014
24015         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
24016
24017 2004-12-18  Bruno Haible  <bruno@clisp.org>
24018
24019         * lib/fatal-signal.c (fatal_signals): Make non-const.
24020         (init_fatal_signals): New function.
24021         (uninstall_handlers, install_handlers): Ignore signals that were set to
24022         SIG_IGN.
24023         (at_fatal_signal): Call init_fatal_signals.
24024         (init_fatal_signal_set): Likewise. Ignore signals that were set to
24025         SIG_IGN.
24026         Reported by Paul Eggert.
24027
24028 2004-12-18  Bruno Haible  <bruno@clisp.org>
24029
24030         * doc/alloca.texi: New file.
24031         * doc/alloca-opt.texi: New file.
24032
24033 2004-12-17  Jim Meyering  <jim@meyering.net>
24034
24035         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
24036         Otherwise, install-sh could exit with improper exit status when
24037         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
24038
24039 2004-12-16  Simon Josefsson  <jas@extundo.com>
24040
24041         * tests/test-base64.c: Add license.
24042
24043 2004-12-15  Stepan Kasal  <address@hidden>
24044
24045         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
24046
24047 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
24048
24049         * modules/getcwd (Files): Add m4/d-ino.m4.
24050         Suggested by Mark D. Baushke.
24051
24052 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
24053
24054         * lib/getdate.y (textint): New member "negative".
24055         (time_zone_hhmm): New function.
24056         Expect 14 shift-reduce conflicts, not 13.
24057         (o_colon_minutes): New rule.
24058         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
24059         (yylex): Set the "negative" member of signed numbers.
24060
24061 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
24062
24063         * doc/getdate.texi (Time of day items, Time zone items):
24064         Describe new formats +00:00, UTC+00:00.
24065
24066 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24067
24068         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
24069         spurious "-l"s.  Problem reported by Stepan Kasal.
24070
24071 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
24072
24073         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
24074         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
24075
24076 2004-12-04  Simon Josefsson  <jas@extundo.com>
24077
24078         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
24079         Vandoorselaere <yoann@prelude-ids.org>.
24080
24081 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24082
24083         Changes imported from coreutils.
24084         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
24085         exist.
24086         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
24087
24088 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24089
24090         Changes imported from coreutils.
24091         * lib/hard-locale.c: Assume <locale.h> exists.
24092         Include "strdup.h".
24093         (GLIBC_VERSION): New macro.
24094         (hard_locale): Assume setlocale exists.
24095         Rewrite to avoid #ifdef.
24096         Use strdup rather than malloc + strcpy.
24097         * lib/human.c: Assume <locale.h> exists.
24098         (human_readable): Assume localeconv exists.
24099
24100 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24101
24102         * modules/hard-locale (Depends-on): Add strdup.
24103
24104 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24105
24106         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
24107         convert T2, not T.  (Imported from libc.)
24108
24109 2004-11-30  Simon Josefsson  <jas@extundo.com>
24110
24111         * modules/restrict (License): Change to LGPL.
24112
24113 2004-11-30  Simon Josefsson  <jas@extundo.com>
24114
24115         * m4/restrict.m4: Add copyright and copying conditions.
24116
24117 2004-11-30  Simon Josefsson  <jas@extundo.com>
24118
24119         * m4/base64.m4: New file.
24120
24121 2004-11-30  Simon Josefsson  <jas@extundo.com>
24122
24123         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
24124         base64.
24125
24126         * tests/test-base64.c: New file.
24127
24128         * modules/base64: New file.
24129
24130 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
24131
24132         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
24133         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
24134
24135         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
24136
24137 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
24138
24139         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
24140         (__getcwd.c): Don't restore errno; glibc doesn't.
24141         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
24142         first, falling back to our code only if its results look suspicious.
24143         Ensure that the resulting buffer is only as large as necessary.
24144
24145         * lib/readutmp.c: Include readutmp.h first.
24146         Include <errno.h>, since readutmp.h no longer does that.
24147         * lib/readutmp.h: Don't include <errno.h>,
24148         <sys/param.h>, <time.h>; not needed to establish interface.
24149         (errno): Remove decl.
24150         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
24151         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
24152         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
24153
24154 2004-11-28  Simon Josefsson  <jas@extundo.com>
24155
24156         * lib/base64.h, base64.c: New file.
24157
24158 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
24159
24160         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
24161
24162 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
24163
24164         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
24165         (Depends-on): Remove pathmax, same.  Add mempcpy.
24166         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
24167         (Makefile.am): Append getcwd.h to lib_SOURCES.
24168         (Include): Add getcwd.h.
24169         (Maintainer): Change from Jim Meyering to "all, glibc",
24170         since getdate now uses intended-for-glibc code.
24171         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
24172         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
24173
24174 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24175
24176         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
24177         HP's ANSI C compiler.
24178         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
24179         Declaring int functions causes warnings on some modern systems and
24180         shouldn't be needed to compile on ancient ones.
24181         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
24182         defined.
24183
24184         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
24185         with the following changes.
24186         (__set_errno): Parenthesize properly.
24187         Include <stdbool.h>.
24188         (MIN, MAX, MATCHING_INO): New macros.
24189         (__getcwd): Define with prototype, not K&R form.
24190         Use heuristics to allocate default buffer on stack if possible.
24191         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
24192         behavior, and to avoid the PATH_MAX limit when computing
24193         ../../../../...
24194         Use MATCHING_INO to compare inode number to file.
24195         Check for arithmetic overflow in size calculations.
24196         Fix bug in reallocation of dot array that caused getcwd to fail
24197         on directories nested deeper than 75.
24198         Be more careful about saving errno on error.
24199         Do not use realloc; use only free+malloc, as this is a bit
24200         more flexible and avoids a needless copy operation.
24201         Do not inspect st_dev and st_ino for symbolic links; POSIX
24202         doesn't specify the latter.
24203         Check for closedir errors.
24204         Avoid needless casts.
24205         Use "#ifdef weak_alias" around weak_alias, to be like other
24206         glibc code.
24207         The following changes to getcwd.c have effect only when used in
24208         gnulib; they have no effect inside glibc proper.
24209         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
24210         as alloca isn't used.
24211         (alloca, __alloca): Likewise.
24212         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
24213         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24214         unconditionally, as gnulib assumes C89 or better.
24215         Do not include <sys/param.h>.
24216         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
24217         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
24218         better.
24219         (NULL) [!defined NULL]: Remove; we assume C89 or better.
24220         Include <dirent.h> in a way that is compatible with modern Autoconf.
24221         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
24222         New macros, if not already defined.
24223         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
24224         Use "_LIBC", not "defined _LIBC", for consistency.
24225         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
24226         a mempcpy module.
24227         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
24228         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
24229         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
24230         credit only to Jim Meyering and adjust the copyright dates.
24231         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
24232         <stdlib.h>, <unistd.h>, "pathmax.h".
24233         Instead, include "xgetcwd.h" (first) and "getcwd.h".
24234         (INITIAL_BUFFER_SIZE): Remove.
24235         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
24236
24237 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24238
24239         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
24240         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
24241         Use the _ONCE methods, for efficiency.
24242         Check for fcntl.h.  In test program, include <errno.h>
24243         and <fcntl.h> if available.  Remove old K&R cruft from
24244         test program.  Check for common errors in GNU/Linux,
24245         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
24246         don't do AC_LIBOBJ, as that's getcwd.m4's job.
24247         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
24248         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
24249         name accordingly.
24250         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
24251         accommodate new getcwd.c.
24252         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
24253         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
24254         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
24255         that's all we need now.
24256
24257 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24258
24259         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
24260         argp-parse.c depends on getopt internals, that means we should
24261         always use our getopt, to be on the safe side.
24262         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
24263         order not to spoil the result of an eventual previous invocation
24264         of gl_GETOPT_SUBSTITUTE.
24265
24266 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24267
24268         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
24269         redefinition warnings. To avoid them, include the defines
24270         in `#if !defined __need_getopt ... #endif'. The only place
24271         where __getopt_argv_const is used is in definitions
24272         of getopt_long and getopt_long_only below, which are as well
24273         protected by `#ifndef __need_getopt'.
24274         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
24275         __need_getopt after including <stdio.h> and <unistd.h> These
24276         headers might have defined it.
24277
24278 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24279
24280         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
24281
24282 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
24285         (futimens): New function, which uses futimes if available.
24286         (futimens, utimens): Support timespec==NULL, with same semantics
24287         as utime and utimens.
24288         * lib/utimens.h (futimens): New decl.
24289
24290 2004-11-23  Jim Meyering  <jim@meyering.net>
24291
24292         * lib/getopt_.h: Remove trailing blanks.
24293
24294 2004-11-23  Jim Meyering  <jim@meyering.net>
24295
24296         * lib/__fpending.c: Add comment.
24297
24298 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
24299
24300         * modules/canonicalize (Depends-on): Add xreadlink.
24301         Problem reported by James Youngman.
24302
24303 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24304
24305         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
24306         New macros.
24307         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
24308         optopt): Use them instead of invoking ## directly; otherwise, the
24309         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
24310
24311 2004-11-19  Bruno Haible  <bruno@clisp.org>
24312
24313         * lib/strtok_r.c: Move comments from here...
24314         * lib/strtok_r.h: ... to here.
24315
24316 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24317
24318         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
24319         implementations that mishandle size_t overflow.
24320
24321 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24322
24323         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
24324         might fail.  Problem reported by Yoann Vandoorselaere.
24325         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
24326         implementations that mishandle size_t overflow.
24327
24328 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24329
24330         * modules/canon-host (Depends-on): Add strdup.
24331
24332 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24333
24334         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
24335
24336 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24337
24338         * lib/canon-host.c: Include "strdup.h".
24339         (canon_host): Use getaddrinfo if available, so that IPv6 works.
24340         Use strdup instead of malloc/strcpy to duplicate strings.
24341
24342         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
24343         (human_space_before_unit): New constant.
24344         * lib/human.c (human_readable): Support it.
24345
24346         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
24347         (xgetcwd): Set errno correctly when failing.
24348         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
24349         the failure is actually due to a PATH_MAX problem.
24350
24351         Further getopt changes to make it more likely that glibc will
24352         buy the changes back.
24353         * lib/getopt.c (POSIXLY_CORRECT): New constant.
24354         (getopt): Use it, so to preserve glibc semantic
24355         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
24356         when compiling for libc.
24357         * lib/getopt_.h (__getopt_argv_const): Bring it back.
24358         (getopt_long, getopt_long_only): Use it.
24359
24360         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24361         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
24362         (getopt): Argv is now char * const *, as per standard.
24363         (_getopt_internal_r, _getopt_internal): Argv is now char **,
24364         not char *__getopt_argv_const *.
24365         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24366         _getopt_long_only_r): Likewise.
24367         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
24368         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24369         _getopt_long_r, _getopt_long_only_r): Likewise.
24370         * lib/getopt_.h (__getopt_argv_const): Remove.
24371         (getopt): Argv is now char * const *, as per standard.
24372
24373         * lib/getdate.y (tORDINAL): New token.
24374         (day, relunit): Allow it for relative times.
24375         (relative_time_table): Use tORDINAL for ordinals.
24376
24377 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24378
24379         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
24380         Document that "second" isn't allowed as an ordinal number.
24381
24382 2004-11-16  Jim Meyering  <jim@meyering.net>
24383
24384         * modules/closeout (Depends-on): Add fpending.
24385
24386 2004-11-15  Jim Meyering  <jim@meyering.net>
24387
24388         * lib/closeout.c: Include "__fpending.h" once again.
24389         Include <stdbool.h>.
24390         (close_stdout): Don't fail just because stdout was closed initially,
24391         since some programs don't write to stdout in the normal course of
24392         operation (other than --version and --help), and we don't want this
24393         function to make e.g. `touch file >&-' fail.
24394         But do fail if it was closed and someone has tried to write to it.
24395         E.g., `printf foo >&-' must fail.
24396
24397 2004-11-13  Jim Meyering  <jim@meyering.net>
24398
24399         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
24400
24401 2004-11-12  Simon Josefsson  <jas@extundo.com>
24402
24403         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
24404         small doc fix is still pending.
24405
24406 2004-11-11  Simon Josefsson  <jas@extundo.com>
24407
24408         * modules/strtok_r: New file.
24409
24410         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24411         strtok_r.
24412
24413 2004-11-11  Simon Josefsson  <jas@extundo.com>
24414
24415         * m4/strtok_r.m4: New file.
24416
24417         * m4/getopt.m4: Replace opterr.
24418
24419 2004-11-11  Simon Josefsson  <jas@extundo.com>
24420
24421         * lib/strtok_r.h, strtok_r.c: New file.
24422
24423 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24424
24425         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
24426         of replacing opterr, getopt, etc.  This should handle the
24427         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
24428
24429 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24430
24431         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
24432         we can stop lying to compilers about the constness of argv when we
24433         are compiled outside glibc.
24434         (getopt, getopt_long, getopt_long_only): Use it.
24435         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24436         _getopt_internal, getopt): Likewise.
24437         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24438         _getopt_long_only_r): Likewise.
24439         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24440         _getopt_long_r, _getopt_long_only_r): Likewise.
24441
24442         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
24443         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
24444         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
24445         the other external symbols.
24446         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
24447         declaration, since the above renaming now works around collisions.
24448
24449 2004-11-11  Jim Meyering  <jim@meyering.net>
24450
24451         * lib/linebreak.c: Remove trailing blanks.
24452         * lib/alloca_.h: Likewise.
24453         * lib/acosl.c: Likewise.
24454         * lib/euidaccess.c: Likewise.
24455         * lib/allocsa.h: Likewise.
24456
24457 2004-11-10  Simon Josefsson  <jas@extundo.com>
24458
24459         * m4/getaddrinfo.m4: New file.
24460
24461 2004-11-10  Simon Josefsson  <jas@extundo.com>
24462
24463         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
24464
24465 2004-11-10  Simon Josefsson  <jas@extundo.com>
24466
24467         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24468         getaddrinfo.
24469
24470         * modules/getaddrinfo: New file.
24471
24472 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24473
24474         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
24475
24476 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24477
24478         * lib/mktime.c (SHR): New macro, which is a portable
24479         substitute for >> that should work even on Crays.
24480         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
24481         Problem reported by Mark D. Baushke in
24482         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
24483         * lib/getdate.y (SHR): Likewise.
24484         (tm_diff): Use it.
24485         * lib/strftime.c (SHR): Likewise.
24486         (tm_diff): Use it.
24487         * lib/quotearg.c (struct quoting_options): Use unsigned int for
24488         quote_these_too, so that right shifts are well defined.  All uses
24489         changed.
24490
24491 2004-11-10  Jim Meyering  <jim@meyering.net>
24492
24493         Ensure that no close failure goes unreported.
24494         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
24495         return early when it seems there's nothing to flush.
24496         Don't include __fpending.h.
24497
24498 2004-11-10  Jim Meyering  <jim@meyering.net>
24499
24500         * modules/closeout (Depends-on): Remove fpending.
24501
24502 2004-11-10  Jim Meyering  <jim@meyering.net>
24503
24504         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
24505
24506 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24507
24508         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
24509         gl_FUNC_STRFTIME.
24510         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
24511         and AC_REQUIRE when possible, to avoid duplicate checks.
24512         Check for <wchar.h>.
24513
24514 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24515
24516         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
24517
24518 2004-11-09  Bruno Haible  <bruno@clisp.org>
24519
24520         * m4/sockpfaf.m4: New file.
24521
24522 2004-11-05  Bruno Haible  <bruno@clisp.org>
24523
24524         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
24525         Reported by Mark D. Baushke <mdb@cvshome.org>.
24526
24527 2004-11-04  Bruno Haible  <bruno@clisp.org>
24528
24529         2004-09-11  Bruno Haible  <bruno@clisp.org>
24530                 * allocsa.valgrind: New file.
24531         2004-02-06  Bruno Haible  <bruno@clisp.org>
24532                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
24533                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
24534                 Reported by Christopher Seip <chris.seip@hp.com>.
24535
24536 2004-11-04  Bruno Haible  <bruno@clisp.org>
24537
24538         * modules/allocsa (Files): Add lib/allocsa.valgrind.
24539         (Makefile.am): Distribute it.
24540
24541 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24542
24543         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
24544         with errno == ERANGE if the buffer is too small.
24545         Problem reported by Mark D. Baushke.
24546
24547 2004-11-03  Albert Chin  <china@thewrittenword.com>
24548             Paul Eggert  <eggert@cs.ucla.edu>
24549
24550         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
24551         equivalent, substitute $ac_type for equivalent type rather than
24552         blindly using uint32_t *always* which won't work if uint32_t is not
24553         available.  Define _UINT32_T to work around typedef of uint32_t if
24554         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
24555         2.5.1.
24556
24557 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24558
24559         * m4/jm-macros.m4: Sync from coreutils.
24560         (gl_MACROS): Check for mbrlen, for pathchk.
24561         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
24562
24563 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24564
24565         * lib/xreadlink.c (MAXSIZE): New macro.
24566         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
24567         size does not exceed MAXSIZE.  Avoid cast.
24568         As suggested by Mark D. Baushke in
24569         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
24570         if readlink fails with buffer size just under MAXSIZE, try again
24571         with MAXSIZE.
24572
24573 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24574
24575         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
24576
24577 2004-11-02  Derek R. Price  <derek@ximbiot.com>
24578         and  Paul Eggert  <eggert@cs.ucla.edu>
24579
24580         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
24581         (get_date): Overparenthesize to avoid GCC warning.
24582
24583 2004-11-02  Bruno Haible  <bruno@clisp.org>
24584
24585         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
24586         returns void.
24587
24588 2004-11-02  Bruno Haible  <bruno@clisp.org>
24589
24590         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
24591         function returns void.
24592
24593 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24594
24595         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
24596         fflush_unlocked, flockfile, funlockfile, funlockfile,
24597         fputs_unlocked, putc_unlocked.
24598
24599 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24600
24601         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24602         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
24603         already declared.
24604
24605 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24606
24607         * modules/getdate (Files): Add doc/getdate.texi.
24608         (Depends-on): Add setenv, xalloc.
24609
24610 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24611
24612         * lib/getdate.y: Add support for TZ="foo" within a date string.
24613         Fix some bugs near time_t boundaries.  Reject dates with
24614         out-of-range components, e.g., "Sept 31".
24615         Include <stdlib.h>, "setenv.h", "xalloc.h".
24616         (ISDIGIT_LOCALE): Remove; unused.
24617         Note that the TZ and time functions used here are not reentrant.
24618         (mktime_ok, get_tz): New functions.
24619         (TZBUFSIZE): New constant.
24620         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
24621         This requires that we sometimes generate our own TZ="XXX..." setting.
24622
24623 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24624
24625         * doc/getdate.texi: New file, from coreutils with modifications for
24626         the new TZ parsing.
24627
24628 2004-10-27  Derek R. Price  <derek@ximbiot.com>
24629
24630         * lib/mktime.c (not_equal_tm): Remove redundant check.
24631
24632 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24633
24634         * modules/regex (lib_SOURCES): Add regex.c.
24635         Reported by James Youngman in
24636         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
24637
24638 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24639
24640         * lib/getdate.y: Use Bison 1.875 features, and some minor
24641         code cleanups.  This change does not affect semantics.
24642         Don't include <stdlib.h>; no longer needed.
24643         Don't include unlocked-io.h; only the "#if TEST" code uses
24644         stdio, and performance isn't crucial there.
24645         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
24646         Bison 1.875 features as described below.
24647         All uses of "PC." replaced by "pc->".
24648         (YYSTYPE): Add a forward declaration.
24649         (yylex, yyerror): Use full prototypes in forward decls.
24650         Use "%pure-parser" rather than obsolescent "%pure_parser".
24651         Use %parse-param and %lex-param instead of obsolescent
24652         YYPARSE_PARAM and YYLEX_PARAM.
24653         (meridian_table, month_and_day_table, time_units_table,
24654         relative_time_table, time_zone_table, military_table,
24655         lookup_zone, lookup_word, get_date):
24656         Use NULL instead of 0 where appropriate.
24657         (to_hour): Avoid abort (), to avoid a dependency on
24658         stdlib.h.
24659         (yyerror, yylex): Now accepts parser_control * arg.
24660         (main) [TEST]: Use '\0' rather than 0 for char.
24661
24662 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24663
24664         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24665
24666 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24667
24668         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24669         It's now the caller's responsibility to handle the case where
24670         !HAVE_GETPAGESIZE && !defined getpagesize.
24671
24672         * lib/mktime.c (leapyear): Arg is long int, not int.
24673
24674 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24675
24676         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24677
24678 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24679
24680         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24681         missing.  Problem reported by James Youngman.
24682
24683 2004-10-16  Simon Josefsson  <jas@extundo.com>
24684
24685         * gnulib-tool: Fix comments.  Fix parse problem.
24686         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24687
24688 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24689
24690         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24691         implementation of getopt_long.  Problem reported by Alexander Taler in:
24692         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24693
24694 2004-10-15  Bruno Haible  <bruno@clisp.org>
24695
24696         * gnulib-tool: Untabify. Initialize supplied_libname.
24697         (func_usage): More homogenous output.
24698         (func_modules_transitive_closure, func_modules_to_filelist,
24699         func_emit_lib_Makefile_am): New functions.
24700         (func_import): New function, extracted from big case statement. Use
24701         func_get_license, func_modules_transitive_closure,
24702         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24703         opt_lgpl. Don't use test -a, as it's not portable.
24704         (func_create_testdir): Use func_modules_transitive_closure,
24705         func_modules_to_filelist, func_emit_lib_Makefile_am.
24706
24707 2004-10-15  Bruno Haible  <bruno@clisp.org>
24708
24709         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24710
24711 2004-10-15  Bruno Haible  <bruno@clisp.org>
24712
24713         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24714         the portions belonging to each module.
24715         Suggested by Derek Robert Price <derek@ximbiot.com>.
24716
24717 2004-10-12  Simon Josefsson  <jas@extundo.com>
24718
24719         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24720         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24721         to real functions.
24722
24723 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24724
24725         * modules/vsnprintf: New file.
24726
24727 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24728
24729         * m4/vsnprintf.m4: New file.
24730
24731 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24732
24733         * lib/vsnprintf.h: New file.
24734         * lib/vsnprintf.c: New file.
24735
24736 2004-10-11  Bruno Haible  <bruno@clisp.org>
24737
24738         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24739         vsnprintf.
24740
24741 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24742
24743         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24744
24745 2004-10-07  Bruno Haible  <bruno@clisp.org>
24746
24747         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24748         fits into the provided buffer.
24749
24750 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24751
24752         * lib/diacrit.c, diacrit.h: Add GPL notice.
24753
24754         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24755         notice.
24756         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24757         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24758         This avoids a potential constant-folding bug.
24759
24760 2004-10-05  Bruno Haible  <bruno@clisp.org>
24761
24762         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24763         for the declaration of strsep.
24764
24765 2004-10-05  Bruno Haible  <bruno@clisp.org>
24766
24767         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24768
24769 2004-10-04  Simon Josefsson  <jas@extundo.com>
24770
24771         * modules/memmem: New file.
24772         * tests/test-memmem.c: New file.
24773         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24774
24775 2004-10-04  Simon Josefsson  <jas@extundo.com>
24776
24777         * m4/memmem.m4: New file.
24778
24779 2004-10-04  Simon Josefsson  <jas@extundo.com>
24780
24781         * lib/memmem.h: New file.
24782         * lib/memmem.c: New file, taken from glibc.
24783
24784 2004-10-04  Simon Josefsson  <jas@extundo.com>
24785
24786         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24787         '#ifdef USE_UNLOCKED_IO'.
24788
24789 2004-10-04  Simon Josefsson  <jas@extundo.com>
24790
24791         * config/srclist.txt: Add memmem from glibc.
24792
24793 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24794
24795         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24796
24797         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24798         modules/exclude, modules/getdate, modules/getline,
24799         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24800         modules/getusershell, modules/linebuffer, modules/md5,
24801         modules/mountlist, modules/posixtm, modules/readtokens,
24802         modules/readutmp, modules/regex, modules/sha1,
24803         modules/version-etc, modules/yesno:
24804         Remove dependency on unlocked-io.
24805
24806 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24807
24808         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24809
24810         * m4/unlocked-io.m4: Add copyright notice.
24811         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24812
24813 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24814
24815         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24816         * lib/xmalloc.c (xmemdup): Likewise.
24817         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24818         XFREE): Remove these long-obsolescent macros.
24819         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24820         * lib/xstrdup.c: Remove.
24821
24822         * lib/regex.c (re_comp): Cast gettext return value to char *,
24823         Problem reported by Martin Neitzel via Mark D. Baushke.
24824
24825 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24826
24827         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24828         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24829         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24830         regex.c, sha1.c, version-etc.c, yesno.c:
24831         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24832         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24833         the includer's responsibility.
24834
24835         Sync from coreutils.
24836
24837         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24838         points to the start of a string, as the C Standard says the
24839         resulting behavior is undefined.
24840
24841         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24842         simple -> simple_backups, numbered_existing ->
24843         numbered_existing_backups, numbered -> numbered_backups
24844         to avoid shadowing problems.  All uses changed.
24845         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24846         * lib/backupfile.c (check_extension, numbered_backup):
24847         Rename locals to avoid shadowing 'basename'.
24848         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24849         once.
24850
24851         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24852         * lib/.cvsignore: Add getopt.h.
24853
24854 2004-10-04  Bruno Haible  <bruno@clisp.org>
24855
24856         * modules/README: New file.
24857         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24858         not a module.
24859
24860 2004-10-02  Jim Meyering  <jim@meyering.net>
24861
24862         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24863
24864 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24865
24866         * modules/strsep: New file.
24867
24868 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24869
24870         * m4/strsep.m4: New file.
24871
24872 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24873
24874         * lib/strsep.h: New file.
24875         * lib/strsep.c: New file.
24876
24877 2004-10-01  Simon Josefsson  <jas@extundo.com>
24878
24879         * lib/snprintf.c (snprintf): Handle size==0.
24880
24881 2004-10-01  Simon Josefsson  <jas@extundo.com>
24882             Bruno Haible  <bruno@clisp.org>
24883
24884         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24885         (snprintf): Declare 'args'.
24886
24887 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24888
24889         * lib/snprintf.c: Remove comments as to why each header is needed.
24890
24891 2004-10-01  Bruno Haible  <bruno@clisp.org>
24892
24893         * MODULES.html.sh: Add strsep.
24894
24895 2004-09-30  Simon Josefsson  <jas@extundo.com>
24896
24897         * modules/snprintf: New file.
24898
24899 2004-09-30  Simon Josefsson  <jas@extundo.com>
24900
24901         * m4/snprintf.m4: New file.
24902
24903 2004-09-30  Simon Josefsson  <jas@extundo.com>
24904
24905         * lib/snprintf.h, lib/snprintf.c: New files.
24906
24907 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24908
24909         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24910         (hol_entry_help): Never translate an empty string.
24911         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24912         * lib/argp.h (OPTION_NO_TRANS): New option.
24913
24914 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24915
24916         * modules/argp (Maintainer): Replace Simon Josefsson
24917         by Sergey Poznyakoff.
24918
24919 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24920
24921         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24922         changes merged back into glibc.
24923
24924 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24925
24926         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24927
24928 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24929
24930         * lib/xvasprintf.c: Include xalloc.h.
24931         (xvasprintf): Use xalloc_die, not xmalloc_die.
24932
24933 2004-09-29  Bruno Haible  <bruno@clisp.org>
24934
24935         * modules/alloca-opt: New file, derived from modules/alloca.
24936         * modules/allocsa: Depend on alloca-opt instead of alloca.
24937         * modules/setenv: Likewise.
24938         * modules/vasnprintf: Likewise.
24939         * MODULES.html.sh: Add alloca-opt.
24940
24941 2004-09-28  Simon Josefsson  <jas@extundo.com>
24942
24943         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24944         LGPL, and to replace license template from GPL to LGPL.
24945
24946 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24947
24948         * modules/dummy: Change license to LGPL.
24949
24950 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24951
24952         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24953
24954 2004-09-24  Simon Josefsson  <jas@extundo.com>
24955
24956         * modules/minmax (License): Change from GPL to LGPL.
24957
24958 2004-09-23  Simon Josefsson  <jas@extundo.com>
24959
24960         * gnulib-tool (--import): Typo.
24961
24962 2004-09-23  Simon Josefsson  <jas@extundo.com>
24963
24964         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24965
24966 2004-09-22  Bruno Haible  <bruno@clisp.org>
24967
24968         * modules/*: Add 'License' field.
24969         * gnulib-tool: Accept --extract-license option.
24970         (func_get_license): New function.
24971
24972 2004-09-21  Bruno Haible  <bruno@clisp.org>
24973
24974         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24975         Reported by Simon Josefsson.
24976
24977 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24978
24979         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24980         gl_AC_TYPE_LONG_LONG.
24981
24982 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24983
24984         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24985
24986 2004-09-18  Simon Josefsson  <jas@extundo.com>
24987         and  Paul Eggert  <eggert@cs.ucla.edu>
24988
24989         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24990         calls with autoreconf.  Define GL_LIB.
24991
24992 2004-09-14  Karl Berry  <karl@gnu.org>
24993
24994         * config/srclist.txt: unsync setenv.c, sigh.
24995
24996 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24997
24998         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24999         Problem reported by Bruno Haible in:
25000         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
25001
25002 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
25003
25004         * config/srclist.txt: Comment out argp-pvh.c.
25005
25006 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
25007
25008         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
25009         in case some system header has #define'd it.  Problem reported by
25010         Soeren D. Schulze in
25011         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
25012
25013 2004-09-09  Karl Berry  <karl@gnu.org>
25014
25015         * regex.[ch]: delete from the root.  These were supposed to be
25016                 synced with emacs cvs, but this has not happened for about
25017                 a year, and anyway nothing else uses emacs regex.[ch].
25018                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
25019                 lib/regex[.ch] is untouched.
25020
25021 2004-09-09  Bruno Haible  <bruno@clisp.org>
25022
25023         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
25024
25025 2004-09-09  Bruno Haible  <bruno@clisp.org>
25026
25027         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
25028         modifications.
25029         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
25030
25031 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
25032
25033         * modules/xvasprintf: New file.
25034         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
25035
25036 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
25037
25038         * lib/xvasprintf.h: New file.
25039         * lib/xvasprintf.c: New file.
25040         * lib/xasprintf.c: New file.
25041
25042 2004-09-08  Bruno Haible  <bruno@clisp.org>
25043
25044         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
25045
25046 2004-09-08  Bruno Haible  <bruno@clisp.org>
25047
25048         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
25049         length is > INT_MAX.
25050         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
25051         more.
25052
25053 2004-09-08  Bruno Haible  <bruno@clisp.org>
25054
25055         * lib/stdint_.h: New file, taken from GNU clisp.
25056
25057 2004-09-08  Bruno Haible  <bruno@clisp.org>
25058             Oskar Liljeblad  <oskar@osk.mine.nu>
25059
25060         * modules/stdint: New file.
25061         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
25062
25063 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25064
25065         Import from coreutils.
25066         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
25067         strings on unbounded length.  alloca's performance benefits aren't
25068         that important here.
25069         (V_STRDUP): Remove.
25070         (parse_with_separator): New function, with most of the internals
25071         of the old parse_user_spec.  Allow user to omit both user and group,
25072         for compatibility with FreeBSD.
25073         Clone only the user name, not the entire spec.
25074         Do not set *uid, *gid unless entirely successful.
25075         Avoid memory leak in some failing cases.
25076         Fix regression for USER.GROUP reported by Dmitry V. Levin in
25077         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
25078         (parse_user_spec): Rewrite to use parse_with_separator.
25079
25080 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25081
25082         * modules/userspec: Don't depend on alloca.
25083
25084 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25085
25086         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
25087
25088 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25089
25090         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
25091         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
25092         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
25093
25094 2004-08-16  Simon Josefsson  <jas@extundo.com>
25095
25096         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
25097         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
25098         Add --dry-run for --import.
25099         Let user provided command line parameters override configure.ac
25100         settings.
25101
25102 2004-08-12  Simon Josefsson  <jas@extundo.com>
25103
25104         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
25105         as discussed with Paul Eggert in threads rooted at
25106         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
25107         and
25108         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
25109         Before, the test was empty, and relied on ELIDE_CODE in source
25110         code.)
25111         (gl_PREREQ_GETOPT): New macro.
25112         (gl_GETOPT): Use them.
25113
25114 2004-08-12  Simon Josefsson  <jas@extundo.com>
25115
25116         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
25117         * lib/getopt_.h: Renamed from getopt.h.
25118
25119 2004-08-12  Simon Josefsson  <jas@extundo.com>
25120
25121         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
25122         Change default library name from libfoo to libgnu.
25123         Now, if you have a configure.ac that says:
25124                 gl_SOURCE_BASE(gl)
25125                 gl_M4_BASE(gl/m4)
25126                 gl_MODULES(error getopt etcetera)
25127                 gl_INIT
25128         you can import all you need by running:
25129                 ../gnulib/gnulib-tool --import
25130
25131         * modules/getopt (Files): Rename getopt.h to getopt_.h.
25132         (Makefile.am): Rewrite, use logic from argz.
25133         (Include): Use <getopt.h> instead of "getopt.h".
25134
25135 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25136
25137         * modules/argp (Files): Add m4/unlocked-io.m4.
25138         (Depends-on): Add extensions.
25139
25140 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25141
25142         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
25143         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
25144         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
25145         Check for program_invocation_name, program_invocation_short_name,
25146         flockfile, funlockfile, features.h, _getopt_long_only_r.
25147
25148 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25149
25150         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
25151         its complicated substitute.
25152         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
25153         and program_invocation_name.
25154         (__argp_basename) [!_LIBC]: Remove; the only use was
25155         replaced by its body.
25156         (__argp_short_program_name): Change condition from
25157         !defined __argp_short_program_name to
25158         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
25159         to match argp-namefrob.h.
25160         (__argp_failure): Don't assume strerror_r returns char *.
25161         * lib/argp-parse.c (N_): Define unconditionally.
25162         (argp_default_options): Fill out initializers with 0 to avoid
25163         gcc warnings.
25164
25165 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25166
25167         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
25168         getopt1.c.
25169
25170 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25171
25172         Merge from coreutils.
25173
25174         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
25175
25176         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
25177         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
25178
25179 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25180
25181         Merge from coreutils.
25182
25183         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
25184         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
25185         for Reliant Unix 5.43.
25186
25187         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
25188         (union fooround): Use uintmax_t, not long int.
25189         The rest is a merge from libc:
25190         [defined _LIBC]: Include <shlib-compat.h>.
25191         (_obstack) [defined _LIBC]: Remove after 2.3.4.
25192
25193         * lib/settime.c (settime): Recode to avoid warning with
25194         Sun Forte C 6U2.
25195
25196         * lib/strverscmp.c: Convert to UTF-8.
25197
25198 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25199
25200         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25201         m4/uintmax_t.m4.
25202
25203 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25204
25205         * modules/xalloc-die: New file.
25206         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
25207
25208         * modules/md5 (Files): Add m4/uint32_t.m4.
25209         * modules/sha1: Renamed from modules/sha.
25210         (Files):
25211         Rename lib/sha.h to lib/sha1.h.
25212         Rename lib/sha.c to lib/sha1.c.
25213         Rename m4/sha.m4 to m4/sha1.m4.
25214         (lib_SOURCES): Likewise.
25215         (configure.ac): Rename gl_SHA to gl_SHA1.
25216         (Include): sha.h -> sha1.h.
25217
25218 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25219
25220         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
25221         * m4/sha1.m4: Renamed from sha.m4.
25222         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
25223
25224 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25225
25226         * lib/obstack.h (obstack_empty_p):
25227         Don't assume that chunk->contents is suitably aligned.
25228         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
25229         Likewise. Problem reported by Benno in
25230         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
25231
25232         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
25233         readable.  This could be improved further but it'd take some work.
25234
25235 2004-08-08  Simon Josefsson  <jas@extundo.com>
25236
25237         * modules/xgethostname (Depends-on): Remove exit and error (not
25238         used).
25239
25240         * modules/getpass-gnu: Add getpass.h.
25241         (Depends-on): Add stdbool.
25242         * modules/getpass: Add getpass.h.
25243
25244 2004-08-08  Simon Josefsson  <jas@extundo.com>
25245
25246         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
25247         Check getpass declaration.
25248
25249 2004-08-08  Simon Josefsson  <jas@extundo.com>
25250
25251         * lib/xgethostname.c: Don't include error.h (not used).
25252
25253         * lib/getpass.h: Add.
25254         * lib/getpass.c: Include getpass.h first.
25255
25256 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
25257
25258         * lib/xalloc-die.c: New file.
25259         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
25260         All uses removed.
25261         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
25262         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
25263         xalloc-die.c.
25264         (_, N_, xalloc_die): Move to xalloc-die.c.
25265         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
25266         so that we needn't mess with xalloc_msg_memory_exhausted.
25267
25268         * lib/sha1.h: Renamed from sha.h.
25269         (SHA1_H): Renamed from _SHA_H.
25270         (sha1_ctx): Renamed from sha_ctx.
25271         (sha1_init_ctx): Renamed from sha_init_ctx.
25272         (sha1_process_block): Renamed from sha_process_block.
25273         (sha1_process_bytes): Renamed from sha_process_bytes.
25274         (sha1_finish_ctx): Renamed from sha_finish_ctx.
25275         (sha1_read_ctx): Renamed from sha_read_ctx.
25276         (sha1_stream): Renamed from sha_stream.
25277         (sha1_buffer): Renamed from sha_buffer.
25278         * lib/sha1.c: Likewise; renamed from sha.c.
25279         Do not include <sys/types.h>.
25280         Include <stddef.h> rather than <stdlib.h>.
25281
25282 2004-08-08  Bruno Haible  <bruno@clisp.org>
25283
25284         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
25285         FILESYSTEM_PREFIX_LEN.
25286         * lib/progreloc.c: Likewise.
25287         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
25288
25289 2004-08-06  Simon Josefsson  <jas@extundo.com>
25290
25291         * modules/progname (Depends-on): Don't depend on stdbool.
25292
25293 2004-08-06  Simon Josefsson  <jas@extundo.com>
25294
25295         * modules/getsubopt: New file.
25296         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25297         getsubopt.
25298
25299 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25300
25301         More merge from coreutils.
25302
25303         * m4/utimens.m4, m4/utimecmp.m4: New files.
25304         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
25305         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
25306         prereq.m4, sha.m4: Import changes from coreutils.
25307
25308 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25309
25310         More merge from coreutils.
25311         * modules/raise, modules/readtokens0, modules/utimens:
25312         * modules/utimecmp, module/xnanosleep: New files.
25313         * modules/strftime: Add lib/strftime.h.
25314         Change include from <time.h> to "strftime.h".
25315         * modules/yesno: Add lib/yesno.h.
25316         * modules/backupfile: Remove lib/addext.c.
25317         * modules/euidaccess: Add stat-macros.h.
25318         * modules/canonicalize, modules/euidaccess,
25319         modules/filemode, modules/lchown, modules/makepath,
25320         modules/rmdir, modules/stat: Likewise.
25321
25322 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25323
25324         Merge from tar.
25325         * lib/argp-help.c (make_hol, hol_append): Don't assume that
25326         SIZE_MAX is a valid preprocessor constant.
25327         (__argp_basename): Change from "#ifndef _LIBC"
25328         to "#ifndef __argp_short_program_name", so that
25329         we don't compile these functions for tar.
25330
25331         More merges from coreutils.
25332         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
25333         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
25334         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
25335         * lib/addext.c: Remove; no longer needed.
25336         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
25337         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
25338         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
25339         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
25340         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
25341         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
25342         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
25343         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
25344         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
25345         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
25346         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
25347         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
25348         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
25349         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
25350         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
25351         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
25352         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
25353         Import changes from coreutils.
25354
25355 2004-08-05  Simon Josefsson  <jas@extundo.com>
25356
25357         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
25358
25359 2004-08-05  Simon Josefsson  <jas@extundo.com>
25360
25361         * m4/getsubopt.m4: New file.
25362
25363 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25364
25365         Merge from coreutils.
25366
25367         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
25368         * m4/getcwd-path-max.m4: New files.
25369
25370         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
25371         FILESYSTEM_PREFIX_LEN ->
25372         FILE_SYSTEM_PREFIX_LEN.
25373         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
25374         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
25375         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
25376         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
25377
25378         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
25379         prerequisite modules now handle the DOS stuff.
25380         Don't check for unistd.h.
25381
25382 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25383
25384         Merge from coreutils.
25385
25386         * lib/.gdb-history: Remove; this doesn't belong here.
25387
25388         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
25389         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
25390         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
25391         * lib/getcwd.c: New files.
25392
25393         * lib/dirname.h: Include <stdbool.h>.
25394         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
25395         for consistency with POSIX terminology.  All uses changed.
25396         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
25397         (strip_trailing_slashes): Use bool for booleans.
25398         * lib/stripslash.c (strip_trailing_slashes): Likewise.
25399
25400         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
25401         sometimes returns a positive errno value even when it succeeds.
25402         (print_errno_message) [!LIBC]: Fall back on strerror if
25403         __strerror_r fails.
25404
25405         * lib/path-concat.c (mempcpy): Don't define if a system header defines
25406         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
25407         (longest_relative_suffix): New function.
25408         (path_concat): Use it.  Assume first argument is not NULL.
25409         Port to DOS.  Omit redundant separators.
25410         Report an error instead of returning NULL.
25411         Use mempcpy instead of memcpy.
25412         (xpath_concat): Remove: not declared or used.
25413
25414         * lib/same.h: Include <stdbool.h>
25415         (same_name): Return bool, not int.
25416         * lib/same.c (same_name): Likewise.
25417         (errno): Don't declare; we assume C89 or better now.
25418
25419         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
25420         if not already defined.
25421
25422         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
25423         * lib/dup-safer.c (errno): Likewise.
25424
25425 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25426
25427         Merge from coreutils.
25428         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
25429         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
25430         * modules/path-concat: Don't depend on strdup.
25431
25432 2004-08-03  Simon Josefsson  <jas@extundo.com>
25433
25434         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
25435         * lib/progname.h: Don't include stdbool.h.
25436
25437 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25438
25439         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
25440         * MODULES.html.sh (func_all_modules): Remove fatal.
25441
25442 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25443
25444         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
25445
25446 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25447
25448         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
25449         working.
25450
25451 2004-08-02  Simon Josefsson  <jas@extundo.com>
25452
25453         * lib/getsubopt.h: New file, with comments from Bruno Haible.
25454         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
25455         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
25456
25457 2004-08-01  Simon Josefsson  <jas@extundo.com>
25458
25459         * lib/xgetdomainname.c: Include stdlib.h, for free().
25460
25461 2004-07-19  Bruno Haible  <bruno@clisp.org>
25462
25463         * MODULES.html.sh (func_all_modules): Add dummy.
25464
25465 2004-07-16  Simon Josefsson  <jas@extundo.com>
25466
25467         * modules/dummy: New file.
25468
25469 2004-07-16  Simon Josefsson  <jas@extundo.com>
25470
25471         * lib/dummy.c: New file.
25472
25473 2004-07-16  Bruno Haible  <bruno@clisp.org>
25474
25475         * lib/backupfile.h: Add extern "C" for C++.
25476         * lib/closeout.h: Likewise.
25477         * lib/copy-file.h: Likewise.
25478         * lib/findprog.h: Likewise.
25479         * lib/full-write.h: Likewise.
25480         * lib/pathname.h: Likewise.
25481         * lib/progname.h: Likewise.
25482         * lib/stpcpy.h: Likewise.
25483         * lib/stpncpy.h: Likewise.
25484         * lib/strcase.h: Likewise.
25485         * lib/strstr.h: Likewise.
25486         * lib/xalloc.h: Likewise.
25487
25488         * lib/mbswidth.h: Add extern "C" for C++.
25489         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
25490
25491 2004-07-13  Robert Millan  <robertmh@gnu.org>
25492
25493         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
25494
25495 2004-07-09  Simon Josefsson  <jas@extundo.com>
25496
25497         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
25498         failed without this.)
25499
25500 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25501
25502         * modules/chown (Files): Add lib/fchown-stub.c, since
25503         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
25504
25505 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25506
25507         * lib/fchown-stub.c: New file.
25508
25509 2004-06-24  Jim Meyering  <jim@meyering.net>
25510
25511         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
25512
25513 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25514
25515         * modules/argz: Omit "#include".
25516
25517         * MODULES.html.sh (func_all_modules): Add calloc, to match
25518         2004-06-01 addition of calloc module.
25519
25520 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25521
25522         * m4/argz.m4: New file, which is autoupdated from libtool.
25523
25524 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25525
25526         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
25527         libtool.
25528
25529 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25530
25531         * config/srclist-update: Don't insist on "USA." before the
25532         close-comment, as libtool omits the period and puts the */ on a
25533         separate line.
25534         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
25535         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
25536
25537 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
25538
25539         * modules/argz: New file.
25540         * MODULES.html.sh (func_all_modules): Add argz.
25541
25542 2004-06-12  Jim Meyering  <jim@meyering.net>
25543         and  Paul Eggert  <eggert@cs.ucla.edu>
25544
25545         * modules/hash (Files): Add lib/xalloc.h.
25546         * modules/pipe (Depends-on): Add wait-process.
25547         * modules/stat (Depends-on): Add xalloc.
25548         * modules/userspec (Files): Add lib/userspec.h.
25549         * modules/xstrto
25550
25551         Upgrade from gettext-0.13.
25552         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
25553         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
25554         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
25555
25556 2004-06-10  Jim Meyering  <jim@meyering.net>
25557
25558         * lib/calloc.c: New file.
25559
25560 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25561
25562         * lib/getdate.y (yylex): Allow space between sign and number.
25563         Problem reported by Dan Jacobson.
25564
25565 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25566
25567         Merge from coreutils CVS.
25568
25569         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
25570         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
25571         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
25572         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
25573         xstrtol.m4: Fix copyright date and/or serial number.
25574
25575         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
25576         See if we need an fchown replacement.
25577         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
25578         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
25579         and use the replacement function if we detect either defect.
25580
25581         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
25582         gl_UTIMECMP.
25583
25584 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25585         and  Jim Meyering  <jim@meyering.net>
25586
25587         Merge from coreutils CVS.
25588
25589         * lib/stat-macros.h: New file, with contents from file-type.h
25590         and coreutils' system.h.
25591         * lib/file-type.c: Include "stat-macros.h".
25592         * lib/file-type.h (file_type): Move all macro definitions to new file,
25593         stat-macros.h.
25594
25595         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
25596         Wrap old code with this conditional.
25597         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
25598         function that does not dereference symlinks.
25599         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
25600
25601         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
25602         dependency problems.
25603         (xreadlink): Accept new arg SIZE, for efficiency.
25604         All decls and uses changed.
25605         * lib/xreadlink.h: Include <stddef.h>, for size_t.
25606
25607         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
25608         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
25609
25610         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
25611         sysexits.h.
25612
25613 2004-06-01  Jim Meyering  <jim@meyering.net>
25614
25615         * m4/calloc.m4: New file.
25616
25617 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
25618
25619         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
25620         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
25621         Also, fix a typo in a diagnostic.
25622
25623 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25624
25625         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
25626         or AC_FUNC_REALLOC.
25627
25628 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25629
25630         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
25631         macros to be defined.
25632         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
25633         the allocator returns NULL because the requested size is zero.
25634
25635 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25636
25637         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
25638         var.  Add comment explaining why libc still defines it.  This
25639         merges the following patch from glibc:
25640         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
25641
25642 2004-05-20  Andreas Schwab  <schwab@suse.de>
25643
25644         * m4/free.m4: Replace free if it not known to work, not the other
25645         way round.
25646
25647 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25648
25649         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
25650         present in glibc since revision 1.1 of this file.
25651         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
25652         obstack_alignment_mask, obstack_alloc, obstack_base,
25653         obstack_blank, obstack_blank_fast, obstack_chunk_size,
25654         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25655         obstack_grow0, obstack_init, obstack_int_grow,
25656         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25657         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25658         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25659         nonexistent functions.
25660
25661 2004-05-18  Karl Berry  <karl@gnu.org>
25662
25663         * config/srclist.txt: break link for vasnprintf.c.
25664
25665 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25666
25667         Port obstack to the AS/400, where pointers are 16 bytes wide and
25668         you cannot cast an integer to a valid pointer.  This patch is
25669         currently waiting to be integrated into glibc; see
25670         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25671
25672         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25673         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25674         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25675         (struct obstack): temp member is now a union of a pointer and
25676         an integer, instead of an integer.  All integer uses changed.
25677         This does not affect the physical layout of struct obstack,
25678         except on hosts (like the AS/400) where the size or alignment of
25679         void * is greater than that of ptrdiff_t.
25680         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25681         __STDC__)]: Store temporary in pointer member of union, not
25682         integer member.
25683         * lib/obstack.c: Include <stddef.h>, for offsetof.
25684         (struct fooalign): Remove; it doesn't need a name.
25685         (union fooround): Change double to long double, and add void *.
25686         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25687         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25688         not a macro.  Hence the values are always int; so remove all
25689         casts-to-int in uses.
25690
25691 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25692
25693         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25694         we can get this patch merged into glibc.
25695
25696 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25697             Paul Eggert  <eggert@cs.ucla.edu>
25698
25699         * m4/argp: Depend on alloca.
25700
25701 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25702             Paul Eggert  <eggert@cs.ucla.edu>
25703
25704         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25705         freecoding.
25706
25707 2004-05-17  Bruno Haible  <bruno@clisp.org>
25708
25709         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25710         precision that consists of a '.' followed by an empty digit string.
25711         Patch by Tor Lillqvist <tml@iki.fi>.
25712
25713 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25714
25715         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25716         for backward compatibility with older code.  We need our own
25717         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25718         it under some other name, and our alloca.h will define it.
25719
25720 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25721             Derek Price  <derek@ximbiot.com>
25722
25723         * lib/alloca.c: Include <alloca.h>, to get our interface.
25724         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25725         include <alloca.h> first.  Use C89 prototype for alloca; this
25726         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25727         Use #elif for simplicity, since we can assume C89 now.
25728         Don't try to source the system alloca.h since it will not be found
25729         and to prevent recursively including its replacement.
25730         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25731         * lib/regex.c: Likewise.
25732
25733 2004-05-16  Derek Price  <derek@ximbiot.com>
25734             Paul Eggert  <eggert@cs.ucla.edu>
25735
25736         getline cleanup.  This changes the getndelim2 API: both order of
25737         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25738         no delimiter).
25739
25740         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25741         interface does that.
25742         (getline): Always use getdelim, so that we don't have two
25743         copies of this code.
25744         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25745         if available.
25746         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25747         (GETNDELIM2_MAXIMUM): New macro.
25748         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25749         instead of the old practice of delim2==0.  All callers changed.
25750         Return -1 on overflow, instead of returning junk.
25751         Do not set *linesize unless allocation succeeds.
25752         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25753         that we include sys/types.h.
25754         * lib/getnline.h: Likewise.
25755         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25756         (getndelim2): Reorder arguments.
25757         * lib/getnline.c (getnline, getndelim):
25758         Don't discard the NMAX argument.
25759         (getnline): Invoke getndelim, to avoid code duplication.
25760         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25761         of (size_t) -1 by callers of the getnline family.
25762
25763 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25764
25765         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25766         Check for gettimeofday.
25767         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25768         Check for settimeofday, stime.
25769
25770 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25771
25772         * lib/nanosleep.c (suspended): Change its type from int to
25773         sig_atomic_t volatile.
25774         (first_call): Make it private to rpl_nanosleep, and have it
25775         be zero initially as that's a bit faster.
25776         (my_usleep): Round up fractional times instead of truncating them,
25777         as this is the usual meaning for 'sleep'.
25778
25779         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25780         doesn't work.
25781         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25782         (ENOSYS): Define if not defined.
25783         (settime): Fall back on stime if it exists and settimeofday fails.
25784         But don't bother with fallbacks if a method fails with errno == EPERM.
25785
25786 2004-05-11  Jim Meyering  <jim@meyering.net>
25787
25788         Prior to this change, the save_cwd caller required read access to the
25789         current directory on most systems (ones with the fchdir function).
25790
25791         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25792         fails, try write-only, and finally, resort to using xgetcwd.
25793
25794 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25795
25796         * lib/obstack.c, obstack.h: Import changes from libc.
25797
25798 2004-04-28  Bruno Haible  <bruno@clisp.org>
25799
25800         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25801         also implicitly appends .exe to executables.
25802         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25803         accepts Windows pathnames.
25804         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25805         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25806         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25807         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25808         Reported by Derek Robert Price <derek@ximbiot.com>.
25809
25810 2004-04-21  Karl Berry  <karl@gnu.org>
25811
25812         * config/srclist.txt (localcharset.c): break sync.
25813
25814 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25815
25816         * m4/host-os.m4: Add a copyright notice.
25817
25818 2004-04-20  Jim Meyering  <jim@meyering.net>
25819
25820         Change UTILS_ to gl_ in AC_DEFINE'd names.
25821         Change utils_- and jm_-prefixed variables, too.
25822         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25823         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25824         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25825
25826         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25827         Don't emit trailing blanks.
25828         Also rename jm_-prefixed variables to have gl_ prefix.
25829
25830         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25831         Also rename jm_-prefixed variables to have gl_ prefix.
25832
25833         * m4/jm-macros.m4: Reflect the renamings.
25834         * m4/prereq.m4: Likewise.
25835
25836 2004-04-20  Jim Meyering  <jim@meyering.net>
25837
25838         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25839         memory.
25840
25841 2004-04-20  Jim Meyering  <jim@meyering.net>
25842             Bruno Haible  <bruno@clisp.org>
25843
25844         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25845         memory when realloc fails.
25846
25847 2004-04-19  Jim Meyering  <jim@meyering.net>
25848
25849         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25850         now that readutmp.c may call `free (0)'.
25851
25852 2004-04-19  Bruno Haible  <bruno@clisp.org>
25853
25854         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25855         * m4/inttypes_h.m4: Likewise.
25856         * m4/stdint_h.m4: Likewise.
25857         * m4/intmax_t.m4: Likewise.
25858         * m4/uintmax_t.m4: Likewise.
25859
25860 2004-04-18  Jim Meyering  <jim@meyering.net>
25861
25862         * m4/prereq.m4: Don't forbid jm_ prefix.
25863
25864         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25865         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25866         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25867         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25868         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25869         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25870         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25871         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25872         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25873         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25874         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25875         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25876         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25877         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25878         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25879         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25880         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25881         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25882         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25883
25884 2004-04-18  Jim Meyering  <jim@meyering.net>
25885
25886         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25887         failure, don't leak memory and do call END_UTMP_ENT.
25888
25889 2004-04-16  Jim Meyering  <jim@meyering.net>
25890
25891         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25892         coreutils' stat program.
25893         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25894
25895 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25896
25897         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25898         C89.
25899         (CHAR_BIT): Remove, since we assume C89.
25900         Include <stdint.h> if available, as per current Autoconf CVS advice.
25901
25902 2004-03-31  Jim Meyering  <jim@meyering.net>
25903
25904         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25905         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25906         * m4/xalloc.m4: Likewise.
25907
25908 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25909
25910         Merge from coreutils.
25911
25912         * m4/inttostr.m4: New file.
25913         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25914         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25915         Require gl_CLOCK_TIME.
25916         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25917
25918 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25919
25920         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25921         not bool, to be more consistent with Unix conventions.
25922         Suggested by Bruno Haible.
25923
25924         Merge from coreutils.
25925
25926         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25927         * lib/umaxtostr.c: New files.
25928
25929         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25930         the usual <time.h> dance.
25931         (get_date): Change signature to support fractional time stamps.
25932         All callers changed.
25933         * lib/getdate.y: Include "getdate.h" first, as we can now
25934         assume C89 and don't need to worry about 'const'.
25935         Similarly, include "unlocked-io.h" near start, not in middle.
25936         Include <limits.h>.
25937         (textint.value): Use long int rather than int.
25938         (textint.digits): Use size_t rather than int.
25939         (BILLION, LOG10_BILLION): New constants.
25940         (parser_control): New member rel_ns.  Members day_ordinal,
25941         time_zone, month, day, hour, minutes, rel_year, rel_month,
25942         rel_day, rel_hour, rel_minutes, rel_seconds
25943         are now long int, not int.  Member seconds is now struct timespec,
25944         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25945         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25946         not int.
25947         (%union.intval): Now long int, not int.
25948         New member timespec.
25949         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25950         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25951         (spec): Now is a timespec or an item list.
25952         (timespec, items): New nonterminals.
25953         (time, rel, relunit, number, get_date):
25954         Add support for fractional seconds.
25955         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25956         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25957         (to_hour): First arg is now long int, not int.
25958         (to_year): Returns long int, not int.
25959         Don't treat year -70 like 70.
25960         (tm_diff): Returns long int, not int.
25961         (lookup_word): Use bool instead of int when appropriate.
25962         (yylex): Use size_t for count, not int.
25963         Detect overflow when parsing large integer constants.
25964         Add support for fractions.
25965         (get_date): Make pointers 'const' if possible.
25966         Use more-portable code to detect integer overflow.
25967         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25968         Don't use ctime; it's not reliable if the year has >4 digits.
25969
25970         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25971         This is for compatibility with BSD.
25972
25973         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25974         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25975         From coreutils' system.h.
25976
25977         * lib/userspec.c: Don't include "posixver.h".
25978         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25979         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25980         compatible extension.  Simplify code by removing a boolean int
25981         that was always nonzero if a string was nonnull.
25982
25983 2004-03-30  Jim Meyering  <jim@meyering.net>
25984
25985         Merge from coreutils.
25986
25987         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25988         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25989         on some systems one must include <grp.h> before it.
25990         Reported by Christian Krackowizer.
25991
25992 2004-03-30  Jim Meyering  <jim@meyering.net>
25993
25994         Merge from coreutils.
25995
25996         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25997
25998         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25999         an empty input stream.
26000
26001         * lib/readtokens.c: Include <stdbool.h>.
26002         (readtoken): Use `size_t' rather than int/long.
26003         All callers adjusted.
26004         Use `bool' rather than `int' where appropriate.
26005         Use memset rather than an explicit loop.
26006         Use x2nrealloc rather than xrealloc.
26007         Allow the use of `\0' as a delimiter.
26008         (readtokens): Likewise.
26009         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
26010
26011 2004-03-30  Jim Meyering  <jim@meyering.net>
26012
26013         * m4/realloc.m4: Remove file, since now it does no more than
26014         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
26015         the `configure.ac' section of module/realloc.
26016         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
26017
26018 2004-03-30  Bruno Haible  <bruno@clisp.org>
26019
26020         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
26021         nonnull.
26022
26023 2004-03-29  Paul Eggert  <eggert@twinsun.com>
26024
26025         Merge changes to getloadavg.c from coreutils and Emacs.
26026
26027         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
26028         Define to an expression, not to the empty string.
26029         Include cloexec.h and xalloc.h.
26030         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
26031         Use set_cloexec_flag rather than rolling our own.
26032         * lib/cloexec.c, lib/cloexec.h: New files.
26033
26034 2004-03-29  Paul Eggert  <eggert@twinsun.com>
26035
26036         * m4/cloexec.m4: New file.
26037
26038 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26039
26040         * lib/getopt.h: Sync with libc CVS.
26041
26042 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26043             Bruno Haible  <bruno@clisp.org>
26044
26045         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
26046         mbswidth.
26047
26048 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26049             Bruno Haible  <bruno@clisp.org>
26050
26051         * lib/mbswidth.h: Include <wchar.h> only if
26052         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
26053         <wchar.h>.
26054         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
26055
26056 2004-03-09  Paul Eggert  <eggert@twinsun.com>
26057
26058         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
26059         Sync with libc CVS.
26060         * lib/getopt_int.h: New file, also synced from libc.
26061
26062 2004-03-09  Paul Eggert  <eggert@twinsun.com>
26063
26064         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
26065         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
26066         Bring back getopt.c, getopt.h, getopt1.c.
26067
26068 2004-03-07  Paul Eggert  <eggert@twinsun.com>
26069
26070         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
26071         All uses changed.  Check for sa_sigaction member; this fixes
26072         a bug first reported by Jason Andrade in
26073         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
26074
26075 2004-03-07  Paul Eggert  <eggert@twinsun.com>
26076
26077         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
26078         '#if' expressions.  Unlike the code it replaces, it does not
26079         depend on (defined _SC_PAGESIZE).  However, it does depend on
26080         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
26081         first reported by Jason Andrade in
26082         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
26083
26084 2004-02-25  Simon Josefsson  <jas@extundo.com>
26085
26086         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
26087
26088 2004-02-25  Simon Josefsson  <jas@extundo.com>
26089
26090         * lib/strdup.h: New file.
26091         * lib/strdup.c: Include it.
26092         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
26093         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
26094
26095 2004-02-23  Karl Berry  <karl@gnu.org>
26096
26097         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
26098         (from fencepost.gnu.org:/gd/gnuorg).
26099
26100 2004-02-23  Karl Berry  <karl@gnu.org>
26101
26102         * config/srclistvars.sh (GNUORG) [karl]: redefine.
26103         * config/srclist.txt: add maintain/standards documents.
26104
26105 2004-02-18  Bruno Haible  <bruno@clisp.org>
26106
26107         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
26108         Reported by Derek Robert Price <derek@ximbiot.com>.
26109
26110 2004-02-16  Karl Berry  <karl@gnu.org>
26111
26112         * config/mkinstalldirs, install-sh: update from automake.
26113
26114 2004-02-06  Karl Berry  <karl@gnu.org>
26115
26116         * m4/po.m4: update from gettext 0.14.1.
26117
26118 2004-02-06  Karl Berry  <karl@gnu.org>
26119
26120         * lib/config.charset: update from gettext 0.14.1.
26121
26122 2004-02-05  Paul Eggert  <eggert@twinsun.com>
26123
26124         Add comments and code, prompted by suggestions from Bruno Haible
26125         for sh-quote.
26126         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
26127         describing the enum quoting_style values.
26128         * lib/quotearg.c (quotearg_alloc): New function.
26129         (quotearg_buffer_restyled): Treat lone { and } as special.
26130         Treat = as special.  Work around bug with older shells
26131         that "see" a '\' that is really the 2nd byte of a multibyte char.
26132         Quote empty string with shell_quoting_style.
26133
26134 2004-02-03  Bruno Haible  <bruno@clisp.org>
26135
26136         * m4/pipe.m4: New file, from GNU gettext.
26137
26138 2004-02-03  Bruno Haible  <bruno@clisp.org>
26139
26140         * lib/pipe.h: New file, from GNU gettext.
26141         * lib/pipe.c: New file, from GNU gettext.
26142
26143 2004-01-27  Bruno Haible  <bruno@clisp.org>
26144
26145         * m4/execute.m4: New file, from GNU gettext.
26146
26147 2004-01-27  Bruno Haible  <bruno@clisp.org>
26148
26149         * lib/execute.h: New file, from GNU gettext.
26150         * lib/execute.c: New file, from GNU gettext.
26151         * lib/w32spawn.h: New file, from GNU gettext.
26152
26153 2004-01-24  Paul Eggert  <eggert@twinsun.com>
26154
26155         Merge from diffutils.
26156
26157         * lib/file-type.c (file_type): Add typed memory objects.
26158         * lib/file-type.h (S_TYPEISTMO): New macro.
26159
26160         * lib/c-stack.h (c_stack_action): Remove argv argument.
26161         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
26162         (die): Don't calculate message unless segv_action returns.
26163         (get_stack_location, min_address_from_argv, max_address_from_argv,
26164         volatile stack_base, volatile_stack_size): Remove.
26165         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
26166         that every segmentation violation is a stack overflow.  (Ouch!)
26167         See Debian bug 136249 (still outstanding) for more info about why
26168         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
26169
26170 2004-01-24  Paul Eggert  <eggert@twinsun.com>
26171
26172         Exit-status fix from coreutils.
26173
26174         Use exit_failure consistently in place of EXIT_FAILURE,
26175         so that program exit statuses are consistent on failure.
26176
26177         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
26178         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
26179         * lib/argmatch.h: Comment fix to match the above.
26180         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
26181         Now a macro referring to exit_failure, instead of a separate
26182         variable.  Include "exitfail.h" to get it.
26183         * lib/xstrtol.h: Include "exitfail.h".
26184         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
26185
26186         * lib/long-options.c (parse_long_options): Use prototype
26187         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
26188         for clarity.
26189
26190 2004-01-21  Jim Meyering  <jim@meyering.net>
26191
26192         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
26193         so as not to conflict with a different-sized __mktime_internal
26194         function in GNU libc.
26195         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
26196         Problem building statically-linked `ls' reported by Michael Brunnbauer.
26197
26198 2004-01-20  Karl Berry  <karl@gnu.org>
26199
26200         * config/config.guess: update from config.
26201
26202         * config/srclistvars.sh: GNUWWWLICENSES for karl.
26203
26204 2004-01-20  Bruno Haible  <bruno@clisp.org>
26205
26206         Safer stack allocation.
26207         * lib/setenv.c: Include allocsa.h.
26208         (alloca): Remove fallback definition.
26209         (freea): Remove macro.
26210         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
26211         instead of freea.
26212
26213 2004-01-20  Bruno Haible  <bruno@clisp.org>
26214
26215         * m4/eealloc.m4: New file, from GNU gettext.
26216
26217 2004-01-20  Bruno Haible  <bruno@clisp.org>
26218
26219         * m4/allocsa.m4: New file, from GNU gettext.
26220
26221 2004-01-20  Bruno Haible  <bruno@clisp.org>
26222
26223         * lib/xallocsa.h: New file, from GNU gettext.
26224         * lib/xallocsa.c: New file, from GNU gettext.
26225
26226 2004-01-20  Bruno Haible  <bruno@clisp.org>
26227
26228         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
26229
26230 2004-01-20  Bruno Haible  <bruno@clisp.org>
26231
26232         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
26233         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
26234         specially.
26235
26236 2004-01-20  Bruno Haible  <bruno@clisp.org>
26237
26238         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
26239         patch.
26240
26241 2004-01-20  Bruno Haible  <bruno@clisp.org>
26242
26243         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
26244
26245 2004-01-20  Bruno Haible  <bruno@clisp.org>
26246
26247         * lib/eealloc.h: New file.
26248
26249 2004-01-20  Bruno Haible  <bruno@clisp.org>
26250
26251         * lib/binary-io.h: Avoid warnings on Cygwin.
26252
26253 2004-01-20  Bruno Haible  <bruno@clisp.org>
26254
26255         * lib/allocsa.h: New file, from GNU gettext.
26256         * lib/allocsa.c: New file, from GNU gettext.
26257
26258 2004-01-18  Karl Berry  <karl@gnu.org>
26259
26260         * doc/gpl.texi, doc/lgpl.texi: new files.
26261
26262 2004-01-18  Karl Berry  <karl@gnu.org>
26263
26264         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
26265         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
26266
26267 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26268
26269         Merge from coreutils.
26270
26271         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
26272         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
26273         (gl_DEFAULT_POSIX2_VERSION): Move
26274         the documentation from 'configure' into 'config.hin',
26275         so that 'configure --help' isn't burdened by it and
26276         we don't have to worry about its formatting there.
26277         Reword the documentation so that it's more succinct
26278         and can be run together into a single paragraph.
26279         * m4/same.m4 (gl_SAME): Check for pathconf.
26280
26281 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26282
26283         Merge from coreutils.
26284
26285         * lib/posixver.c: Include posixver.h.
26286
26287         * lib/same.c: Include <stdbool.h>, <limits.h>.
26288         (_POSIX_NAME_MAX): Define if not defined.
26289         (MIN): New macro.
26290         (same_name): If file names are silently truncated, report
26291         that the file names are the same if they are the same after
26292         the silent truncation.
26293
26294         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
26295         conversion function.
26296         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
26297         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
26298         longer needed.
26299
26300 2004-01-15  Jim Meyering  <jim@meyering.net>
26301
26302         Merge from coreutils.
26303
26304         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
26305         if no library is required.
26306         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
26307         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
26308         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
26309         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
26310         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
26311         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
26312         value, $ac_cv_search_crypt, if it's "none required".
26313         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
26314         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
26315         not gl_FUNC_GETLOADAVG.
26316         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
26317         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
26318
26319 2004-01-15  Jim Meyering  <jim@meyering.net>
26320
26321         Merge from coreutils.
26322
26323         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
26324         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
26325         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
26326
26327         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
26328         optional configure-time default.
26329
26330         * lib/version-etc.c (version_etc_copyright): Update copyright date.
26331
26332         * lib/xreadlink.c (xreadlink): Correct outdated comment.
26333
26334 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
26335
26336         Merge from coreutils.
26337
26338         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
26339         value, $ac_cv_search_nanosleep, if it's "none required".
26340
26341 2004-01-14  Paul Eggert  <eggert@twinsun.com>
26342
26343         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
26344         with like-named macro in fnmatch.c.
26345         (EXT): Use an internal constant instead.
26346
26347         Merge fnmatch patches from glibc.
26348         * lib/fnmatch.c (mbsinit): Remove define.
26349         Add libc_hidden_ver (__fnmatch, fnmatch).
26350         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
26351         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
26352
26353 2004-01-14  Karl Berry  <karl@gnu.org>
26354
26355         * config/install-sh: update from automake.
26356
26357 2004-01-13  Karl Berry  <karl@gnu.org>
26358
26359         * config/install-sh: update from automake.
26360
26361 2004-01-09  Karl Berry  <karl@gnu.org>
26362
26363         * config/install-sh: update from automake.
26364
26365 2004-01-05  Karl Berry  <karl@gnu.org>
26366
26367         * config/config.{sub,guess}: update from config.
26368
26369 2003-12-31  Karl Berry  <karl@gnu.org>
26370
26371         * config/depcomp: update from automake.
26372
26373 2003-12-14  Karl Berry  <karl@gnu.org>
26374
26375         * lib/config.charset: update from gettext-runtime.
26376
26377 2003-12-03  Paul Eggert  <eggert@twinsun.com>
26378
26379         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
26380         Bug reported by Alfred M. Szmidt.
26381
26382 2003-12-03  Bruno Haible  <bruno@clisp.org>
26383
26384         * m4/gettext.m4: Upgrade from gettext-0.13.
26385         * m4/po.m4: Upgrade from gettext-0.13.
26386         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
26387         * m4/intmax.m4: New file, from gettext-0.13.
26388         * m4/printf-posix.m4: New file, from gettext-0.13.
26389
26390 2003-11-29  Karl Berry  <karl@gnu.org>
26391
26392         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
26393
26394 2003-11-25  Paul Eggert  <eggert@twinsun.com>
26395             Bruno Haible  <bruno@clisp.org>
26396
26397         * lib/printf-parse.h: Don't include sys/types.h.
26398         (ARG_NONE): New macro.
26399         (char_directive): Change type of *arg_index fields to size_t.
26400         * lib/printf-parse.c: Don't include sys/types.h.
26401         (SSIZE_MAX): Remove macro.
26402         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
26403         Remove unnecessary overflow check.
26404         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
26405         fields.
26406
26407 2003-11-25  Bruno Haible  <bruno@clisp.org>
26408
26409         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
26410
26411 2003-11-25  Bruno Haible  <bruno@clisp.org>
26412
26413         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
26414         gt_TYPE_SSIZE_T.
26415
26416 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26417
26418         * modules/alloca: Remove dependency on xalloc.
26419
26420 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26421
26422         * lib/alloca.c: Remove dependency on xalloc module.
26423         (xalloc_die): Remove.
26424         (memory_full) [!defined emacs]: New macro.
26425         [!defined emacs]: Don't include xalloc.h.
26426         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
26427         address arithmetic overflows.  Change datatypes a bit to avoid
26428         unnecessary casts.
26429
26430 2003-11-22  Jim Meyering  <jim@meyering.net>
26431
26432         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
26433         s/size/size_t/.
26434
26435 2003-11-21  Karl Berry  <karl@gnu.org>
26436
26437         * config/config.{sub,guess}: update from config.
26438
26439 2003-11-18  Karl Berry  <karl@gnu.org>
26440
26441         * config/config.{sub,guess}: update from config.
26442
26443         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
26444
26445 2003-11-17  Paul Eggert  <eggert@twinsun.com>
26446
26447         * README: Mention that S+T cannot overflow if S is the size of
26448         an existing object and T is sufficiently small.
26449
26450 2003-11-17  Jim Meyering  <jim@meyering.net>
26451
26452         On systems without utime and without a utimes function capable of
26453         dealing with a NULL struct utimbuf* argument, this utime replacement
26454         could -- in unusual circumstances -- leak a file descriptor.
26455         * lib/utime.c: Include <unistd.h> and <errno.h>.
26456         (utime_null): Be sure to close `fd' and to preserve errno.
26457         Reported by Geoff Collyer via Arnold Robbins.
26458
26459 2003-11-17  Bruno Haible  <bruno@clisp.org>
26460
26461         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
26462         (Depends-on): Add xsize.
26463
26464 2003-11-17  Bruno Haible  <bruno@clisp.org>
26465
26466         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
26467
26468 2003-11-17  Bruno Haible  <bruno@clisp.org>
26469
26470         * lib/vasnprintf.c (alloca): Remove fallback definition.
26471         (freea): Remove definition.
26472         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
26473         Reported by Paul Eggert.
26474
26475 2003-11-16  Paul Eggert  <eggert@twinsun.com>
26476             Bruno Haible  <bruno@clisp.org>
26477
26478         Protect against address arithmetic overflow.
26479         * lib/printf-args.h: Include stddef.h.
26480         (arguments): Change type of field 'count' to size_t.
26481         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
26482         'unsigned int' where appropriate.
26483         * lib/printf-parse.h: Include sys/types.h.
26484         (char_directive): Change type of *arg_index fields to ssize_t.
26485         (char_directives): Change type of fields 'count', max_*_length to
26486         size_t.
26487         * lib/printf-parse.c: Include sys/types.h and xsize.h.
26488         (SSIZE_MAX): Define fallback value.
26489         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
26490         instead of 'int' where appropriate. Check a_allocated, d_allocated
26491         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
26492         * lib/vasnprintf.c: Include xsize.h.
26493         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
26494         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
26495         overflow. Avoid wraparound when converting a width or precision from
26496         decimal to binary.
26497
26498 2003-11-16  Bruno Haible  <bruno@clisp.org>
26499
26500         Update from GNU gettext.
26501         * lib/printf-parse.c: Generalize to it can be compiled for wide
26502         strings.
26503         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
26504         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
26505         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
26506         SNPRINTF): New macros.
26507         Don't include <alloca.h> if the file is used inside libintl.
26508         (local_wcslen): New function, for Solaris 2.5.1.
26509         (VASNPRINTF): Use it instead of wcslen.
26510
26511 2003-11-16  Bruno Haible  <bruno@clisp.org>
26512
26513         * lib/xsize.h (xmax): New function.
26514         (xsum, xsum3, xsum4): Declare as "pure" functions.
26515
26516 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26517
26518         * modules/xalloc (Files): Undo latest change, since xalloc.h
26519         no longer needs SIZE_MAX or PTRDIFF_MAX.
26520
26521 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26522
26523         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
26524         gl_PTRDIFF_MAX.
26525
26526 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26527
26528         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
26529         "return", to pacify some unknown compiler.  Problem reported
26530         by Joerg Schilling.
26531
26532 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26533
26534         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
26535         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
26536         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
26537         heuristic is just as accurate as far as we know, and it removes a
26538         dependency on size_max.m4 and ptrdiff_max.m4.
26539
26540 2003-11-11  Bruno Haible  <bruno@clisp.org>
26541
26542         * modules/xsize (Files): Add m4/size_max.m4.
26543         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
26544
26545 2003-11-11  Bruno Haible  <bruno@clisp.org>
26546
26547         * m4/size_max.m4: New file.
26548         * m4/ptrdiff_max.m4: New file.
26549         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
26550         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
26551         (gl_XALLOC): Invoke it.
26552
26553 2003-11-11  Bruno Haible  <bruno@clisp.org>
26554
26555         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
26556         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
26557         defined.
26558
26559 2003-11-10  Paul Eggert  <eggert@twinsun.com>
26560
26561         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
26562         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
26563         rejected some allocations of exactly SIZE_MAX - 2 bytes.
26564         From Bruno Haible.
26565         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
26566         not (size_t) -1, since it's defined here.
26567
26568 2003-11-09  Karl Berry  <karl@gnu.org>
26569
26570         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
26571
26572 2003-11-06  Paul Eggert  <eggert@twinsun.com>
26573
26574         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
26575         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
26576         Reject sizes of exactly SIZE_MAX bytes.
26577         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
26578         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
26579
26580 2003-11-05  Bruno Haible  <bruno@clisp.org>
26581
26582         * lib/xsize.h: Include limits.h, to avoid a possible collision with
26583         SIZE_MAX defined in <limits.h> on Solaris.
26584
26585 2003-11-04  Jim Meyering  <jim@meyering.net>
26586
26587         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
26588         variable names, rather than @VAR@.
26589         * modules/poll: Likewise.
26590
26591 2003-11-04  Bruno Haible  <bruno@clisp.org>
26592
26593         * modules/xsize: New file.
26594         * modules/linebreak: Depend on xsize.
26595         * MODULES.html.sh (func_all_modules): Add xsize.
26596
26597 2003-11-04  Bruno Haible  <bruno@clisp.org>
26598
26599         * m4/xsize.m4: New file.
26600
26601 2003-11-04  Bruno Haible  <bruno@clisp.org>
26602
26603         * lib/xsize.h: New file.
26604         * lib/linebreak.c: Include xsize.h.
26605         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
26606         argument for overflow.
26607         Suggested by Paul Eggert.
26608
26609 2003-11-03  Karl Berry  <karl@gnu.org>
26610
26611         * config/config.{guess,sub}: update from config.
26612
26613 2003-11-03  Jim Meyering  <jim@meyering.net>
26614
26615         * modules/userspec (lib_SOURCES): Add userspec.h.
26616         (Include): Add "userspec.h".
26617         Improve description.
26618
26619 2003-11-03  Jim Meyering  <jim@meyering.net>
26620
26621         * lib/userspec.c: Include "userspec.h".
26622         * lib/userspec.h: New file.
26623
26624 2003-11-03  Bruno Haible  <bruno@clisp.org>
26625
26626         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
26627
26628 2003-11-03  Bruno Haible  <bruno@clisp.org>
26629
26630         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
26631         available, to avoid (extremely rare) race condition.
26632         Suggested by Paul Eggert.
26633
26634 2003-11-02  Karl Berry  <karl@gnu.org>
26635
26636         * config/srclist.txt (vasprintf.c): sync broken, sigh.
26637
26638 2003-10-31  Paul Eggert  <eggert@twinsun.com>
26639
26640         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
26641         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
26642         (read_filesystem_list): Set and use me_type_malloced.
26643         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
26644         whatever the type happens to be), for brevity and consistency.
26645         Check for size calculation overflow on Alphas running OSF/1.
26646
26647 2003-10-31  Jim Meyering  <jim@meyering.net>
26648
26649         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
26650
26651         * lib/linebuffer.c: Include <string.h> for declaration of memset.
26652
26653 2003-10-30  Paul Eggert  <eggert@twinsun.com>
26654             Bruno Haible  <bruno@clisp.org>
26655
26656         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26657         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26658
26659 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26660
26661         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26662         netbsd*-gnu*.  Suggested by Robert Millan.
26663
26664 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26665
26666         * modules/group-member: Depend on stdbool.
26667
26668 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26669
26670         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26671
26672 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26673
26674         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26675         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26676         after the 'gnu' in these cases.  This fixes some bugs in the
26677         previous change, and is based on suggestions by Robert Millan.
26678
26679 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26680
26681         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26682         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26683         no longer needed.
26684         * lib/quotearg.c (quotearg_n_options): Use it.
26685         * lib/group-member.c: Include <stdbool.h>.
26686         (free_group_info): Arg is now const *; don't free arg.
26687         (get_group_info): Now returns bool and accepts struct group_info *,
26688         rather than returning a malloc'ed struct group_info *.
26689         All uses changed.  Check for overflow in internal size calculation.
26690
26691         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26692         rather than xmalloc/xrealloc.
26693         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26694         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26695         conformance bug: the old code used a pointer after freeing the
26696         storage that it addressed.
26697         * lib/hash.c (hash_initialize): Simplify the code by using
26698         xalloc_oversized rather than doing it by hand.
26699         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26700         the buffer preserved.  Use free and xmalloc instead.
26701         * lib/quotearg.c (quotearg_n_options): Likewise.
26702         Use a simpler test for size overflow.  Don't use xalloc_oversized
26703         because unsigned int might be wider than size_t (!); this suggests
26704         that we should switch from unsigned int to size_t for slot numbers.
26705
26706 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26707
26708         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26709         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26710         NetBSD kernels.  Requested by Richard Stallman.
26711
26712 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26713
26714         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26715         to allocate the returned structure.  Do not allocate a subarray,
26716         as x2nrealloc will do that.
26717         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26718         instead of xnrealloc.
26719         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26720
26721 2003-10-27  Bruno Haible  <bruno@clisp.org>
26722
26723         * lib/stdbool_.h: Better support for BeOS.
26724
26725 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26726
26727         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26728         now uses inline.
26729
26730 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26731
26732         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26733         callers that want to do their own size-overflow checking.  Include
26734         <stdbool.h>, since xalloc_oversized returns bool.
26735         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26736         to use xalloc_oversized.
26737
26738         Add two functions x2realloc, x2nrealloc, for programs that grow
26739         arrays dynamically by doubling their sizes.
26740         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26741         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26742         New functions.
26743
26744         Port to C99 semantics for 'inline' of external functions.
26745         Bug reported by Bruno Haible.
26746         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26747         with the old contents of xnmalloc.
26748         (xnmalloc, xmalloc): Use it.
26749         (xnrealloc_inline): New static inline function,
26750         with the old contents of xnrealloc.
26751         (xnrealloc, xrealloc): Use it.
26752
26753         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26754         that.
26755
26756 2003-10-26  Karl Berry  <karl@gnu.org>
26757
26758         * config/srclist.txt (COPYING.DOC): no longer available from
26759         /gd/gnuorg; don't know where the ultimate source is.
26760
26761 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26762
26763         Fix several address-calculation bugs in the hash modules,
26764         plus some minor code cleanup.
26765
26766         * lib/hash.h: Include <stdbool.h>, for bool.
26767         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26768         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26769         hash_get_n_entries, hash_get_max_bucket_length,
26770         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26771         hash_rehash): Use size_t rather than unsigned.
26772         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26773         hash_get_n_buckets_used, hash_get_n_entries,
26774         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26775         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26776         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26777         Likewise.
26778         (SIZE_MAX): Define if not defined.
26779         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26780         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26781         hash_print):
26782         Use const * when possible.
26783         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26784         (check_tuning): Fix bug: if tuning parameters were very close to
26785         0 or 1, rounding errors could have caused subscript violations.
26786         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26787         (hash_initialize): Add 'fail:' label
26788         to free table and return NULL, and use it to simplify code.
26789         Use calloc rather than clearing the storage ourself.
26790         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26791         buffer size calculations.
26792         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26793         Include <stddef.h>, for size_t.
26794         * lib/hash-pjw.c (hash_pjw): Likewise.
26795         Switch to method described by Bruno Haible.
26796         Include <limits.h>, for CHAR_BIT.
26797         (SIZE_BITS): New macro.
26798
26799 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26800
26801         * m4/getline.m4 (AM_FUNC_GETLINE):
26802         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26803         hosts.  Problem reported by Derek Robert Price in
26804         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26805         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26806         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26807
26808 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26809
26810         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26811         ceiling the allocation at NMAX bytes rather than silently
26812         discarding input bytes before NMAX is reached.  This makes
26813         a difference only if NMAX exceeds SIZE_MAX / 2.
26814
26815         * lib/obstack.c: Merge from glibc.
26816         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26817         Add libc_hidden_def (_obstack_newchunk).
26818         (_obstack_free) [! defined _LIBC]: Remove.
26819         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26820         a clone of the function body.
26821         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26822         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26823
26824         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26825         glibc.
26826         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26827         arg to memcpy.
26828
26829         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26830         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26831         Don't use lvalue casts, as GCC plans to remove support for them
26832         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26833         was also present in the non-GCC version, indicating that this
26834         code had always been buggy and had never been widely used.
26835         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26836         Use the fast variant of each macro, rather than copying the
26837         definiens of the fast variant; that way, we'll be more likely to
26838         catch future bugs in the fast variants.
26839
26840 2003-10-20  Bruno Haible  <bruno@clisp.org>
26841
26842         * modules/wait-process: New file.
26843         * MODULES.html.sh (func_all_modules): Add wait-process.
26844
26845 2003-10-20  Bruno Haible  <bruno@clisp.org>
26846
26847         * m4/wait-process.m4: New file.
26848
26849 2003-10-20  Bruno Haible  <bruno@clisp.org>
26850
26851         * lib/wait-process.h: New file, from GNU gettext.
26852         * lib/wait-process.c: New file, from GNU gettext.
26853
26854 2003-10-19  Jim Meyering  <jim@meyering.net>
26855
26856         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26857         HPUX 10.20.
26858
26859 2003-10-18  Karl Berry  <karl@gnu.org>
26860
26861         * config/config.guess: update from config.
26862
26863 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26864
26865         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26866         (getgroups): First arg is int, not size_t.
26867         Don't let 'free' mangle errno.
26868
26869 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26870
26871         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26872
26873 2003-10-16  Karl Berry  <karl@gnu.org>
26874
26875         * config/config.{guess,sub}: update from config.
26876
26877 2003-10-16  Jim Meyering  <jim@meyering.net>
26878
26879         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26880         memcpy.
26881
26882 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26883
26884         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26885         (SIZE_MAX): Remove.
26886         (new_exclude, add_exclude_file): Initial size no longer needs to
26887         be a power of 2.
26888         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26889         our own address arithmetic overflow checking.
26890
26891         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26892         (fnmatch): Do not alloca more than 2000 wide characters;
26893         instead, use malloc for large buffers.
26894         Check for address arithmetic overflow, and return -1
26895         with errno set to ENOMEM in that case.
26896         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26897         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26898         instead, return -1.  Check for address arithmetic overflow.
26899
26900 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26901
26902         Handle invalid suffixes and overflow independently, so that
26903         callers can treat them independently as needed.  Fix some bugs in
26904         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26905         suffix for a human-readable blocksize.  The major caller-visible
26906         change is the addition of a new
26907         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26908         that both overflow and suffix chars were found.
26909
26910         * lib/human.c (humblock): Don't check separately for invalid suffix
26911         char; that is xstrtoumax's job (now that its bug is fixed).
26912         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26913         INTMAX_MAX]: New macros.
26914         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26915         TYPE_MAXIMUM): New macros.
26916         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26917         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26918         if overflow occurs, as it's what __strtol does and it's more useful
26919         in practice.
26920         (__xstrtol): If __strtol reports some error other than ERANGE,
26921         reflect it to the caller as LONGINT_INVALID.  If it reports
26922         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26923         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26924         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26925         value.
26926         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26927         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26928         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26929         [defined UINTMAX_MAX]: New macros.
26930
26931 2003-10-14  Bruno Haible  <bruno@clisp.org>
26932
26933         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26934
26935 2003-10-14  Bruno Haible  <bruno@clisp.org>
26936
26937         * m4/sig_atomic_t: New file, from GNU gettext.
26938         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26939
26940 2003-10-14  Bruno Haible  <bruno@clisp.org>
26941
26942         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26943         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26944         Also use volatile where needed.
26945
26946 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26947
26948         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26949         Change maintainer from Bruno Haible to 'all'.
26950
26951 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26952
26953         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26954
26955 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26956
26957         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26958         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26959         and define in terms of the other primitives.
26960         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26961         (SIZE_MAX): Define if not already defined.
26962         (array_size_overflow): New function.
26963         (xalloc_die): Abort instead of exiting if 'error' returns.
26964         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26965         (xmalloc, xrealloc): Use them.
26966         (xcalloc): Check for address arithmetic overflow.
26967         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26968         a bit faster than strcpy.
26969
26970 2003-10-10  Simon Josefsson  <jas@extundo.com>
26971
26972         * modules/argp (Depends-on): Add restrict and strcase.
26973
26974 2003-10-10  Simon Josefsson  <jas@extundo.com>
26975
26976         * m4/argp.m4: Add AC_C_INLINE.
26977
26978 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26979
26980         Merge getpass from libc, plus a few fixes.
26981
26982         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26983         Include <stdbool.h>.
26984         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26985         __fsetlocking to empty.
26986         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26987         do include <bits/libc-lock.h>.
26988         Do not include <fcntl.h>; not needed.
26989         [_LIBC]: Include <wchar.h>.
26990         (NOTCANCEL_MODE): New macro.
26991         (flockfile, funlockfile) [_LIBC]: New macros.
26992         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26993         [!_LIBC]: New macros.
26994         (call_fclose): New function.
26995         (getpass): Use it.  Save tty stream separately; this simplifies the
26996         code and makes it more reliable if stdin happens to equal stdout.
26997         Invoke __fsetlocking on tty.
26998         Handle thread cancellation if needed.
26999         Namespace cleanup (use __tcgetattr, __getline).
27000         Use bool for Booleans.
27001         [USE_IN_LIBIO]: Handle wide streams.
27002         [!_LIBC]: Unconditionally do the fseek, since we don't know what
27003         stream might go where.
27004
27005         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
27006         doesn't have to include <stdio.h> before us.
27007         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
27008         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
27009         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
27010         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
27011         if not declared, so that we can use getpass.c code from libc without
27012         rewriting it.
27013         (flockfile, ftrylockfile, funlockfile): New macros.
27014
27015 2003-10-08  Paul Eggert  <eggert@twinsun.com>
27016
27017         * modules/getpass: Depend on stdbool.
27018
27019 2003-10-08  Paul Eggert  <eggert@twinsun.com>
27020
27021         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
27022
27023 2003-10-07  Karl Berry  <karl@gnu.org>
27024
27025         * config/config.{guess,sub}: update from config.
27026
27027 2003-10-06  Jim Meyering  <jim@meyering.net>
27028             Bruno Haible  <bruno@clisp.org>
27029
27030         This lets translators provide better translations for the
27031         "Written by ..." part of --version output.
27032         * lib/version-etc.h: Include stdarg.h.
27033         (version_etc_copyright): Declare as readonly.
27034         (version_etc): Make this function variadic with a NULL-terminated list
27035         of author name strings.
27036         (version_etc_va): New declaration.
27037         * lib/version-etc.c: Include stdarg.h, stdlib.h.
27038         (version_etc_copyright): Declare as readonly.
27039         (version_etc_va): New function. Provide a different translatable string
27040         for each possible number of authors < 10. Abbreviate when there are 10
27041         authors or more.
27042         (version_etc): Make this function variadic. Call version_etc_va.
27043         Suggestion from Gary V. Vaughan.
27044
27045         * lib/long-options.h (parse_long_options): Change prototype: the
27046         authors string is moved to the end and becomes variadic.
27047         * lib/long-options.c: Include stdarg.h.
27048         (parse_long_options): Make this function variadic, too.
27049         Call version_etc_va, not version_etc.
27050
27051 2003-10-06  Bruno Haible  <bruno@clisp.org>
27052
27053         * modules/version-etc-2: Remove file.
27054         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
27055
27056 2003-10-06  Bruno Haible  <bruno@clisp.org>
27057
27058         * modules/fatal-signal: New file.
27059         * MODULES.html.sh (func_all_modules): Add fatal-signal.
27060
27061 2003-10-06  Bruno Haible  <bruno@clisp.org>
27062
27063         * m4/fatal-signal.m4: New file.
27064         * m4/signalblocking.m4: New file, from GNU gettext.
27065
27066 2003-10-06  Bruno Haible  <bruno@clisp.org>
27067
27068         * lib/version-etc-2.h: Remove file.
27069         * lib/version-etc-2.c: Remove file.
27070
27071 2003-10-06  Bruno Haible  <bruno@clisp.org>
27072
27073         * lib/fatal-signal.h: New file, from GNU gettext.
27074         * lib/fatal-signal.c: New file, from GNU gettext.
27075
27076 2003-10-05  Paul Eggert  <eggert@twinsun.com>
27077
27078         * README: Rework advice for preventing empty .o files.
27079         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
27080         not <sys/types.h>.
27081
27082 2003-10-04  Karl Berry  <karl@gnu.org>
27083
27084         * lib/argp*: update from libc.
27085
27086 2003-10-04  Karl Berry  <karl@gnu.org>
27087
27088         * config/config.{guess,sub}: update from config.
27089
27090 2003-10-02  Bruno Haible  <bruno@clisp.org>
27091
27092         * modules/lchown (Include): Add lchown.h.
27093         * modules/time_r (Include): Use "..." syntax.
27094         * modules/xgetdomainname (Include): Add xgetdomainname.h.
27095
27096 2003-10-01  Simon Josefsson  <jas@extundo.com>
27097
27098         * MODULES.html.sh (func_all_modules): Move gethostname from section
27099         'based on' to section 'lacking' POSIX:2001.
27100
27101 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
27102
27103         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
27104         to output mode on the same stream.
27105
27106 2003-09-29  Paul Eggert  <eggert@twinsun.com>
27107
27108         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
27109         Fix arg typo in previous patch.
27110
27111 2003-09-28  Jim Meyering  <jim@meyering.net>
27112
27113         * lib/error.c: Correct cpp indentation.
27114
27115 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27116
27117         * modules/free: New file.
27118
27119 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27120
27121         * m4/free.m4: New file.
27122
27123 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27124
27125         * lib/minmax.h (MIN, MAX)
27126         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
27127         Omit the special code that used __typeof__, since we worry that
27128         it could be more trouble than it's worth.  See:
27129         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
27130         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
27131
27132         * lib/free.c: New file.
27133
27134 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
27135
27136         Trivial fixes to Makefile.am parts of module listings.
27137         * modules/strstr: Append strstr.h to lib_SOURCES.
27138         * modules/strcase: Likewise, for strcase.h.
27139
27140 2003-09-27  Karl Berry  <karl@gnu.org>
27141
27142         * config/mkinstalldirs: update from automake.
27143
27144 2003-09-26  Paul Eggert  <eggert@twinsun.com>
27145
27146         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
27147         (error_tail): Do not loop, reallocating temporary buffer, since
27148         the output cannot contain more wide characters than the input
27149         contains bytes, the size must be big enough already.  This avoids
27150         one potential size overflow calculation.  Check for size overflow
27151         when calculating temporary buffer size.  Free temporary buffer
27152         when done, if it was allocated with malloc; this plugs a memory
27153         leak.  Remove casts from void * to pointers, that are no longer
27154         needed now that we're assuming C89 or better.
27155
27156         Merge error changes from glibc.
27157
27158         * lib/error.c, error.h: Update copyright notice header to match glibc.
27159         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
27160         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
27161         Disable cancellation while printing error.
27162         * lib/error.h: Prepend __ to parameter names.
27163
27164 2003-09-26  Jim Meyering  <jim@meyering.net>
27165
27166         * lib/error.c (error_tail): Move some declarations
27167         into inner scope where the local variables are used.
27168
27169 2003-09-26  Bruno Haible  <bruno@clisp.org>
27170
27171         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
27172         stpncpy().
27173         Don't define stpncpy through config.h; it's now done through stpncpy.h.
27174
27175 2003-09-26  Bruno Haible  <bruno@clisp.org>
27176
27177         * lib/stpncpy.h (gnu_stpncpy): New declaration.
27178         (stpncpy): Define as alias for gnu_stpncpy.
27179         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
27180
27181 2003-09-25  Simon Josefsson  <jas@extundo.com>
27182
27183         * lib/xgetdomainname.h: New file.
27184         * lib/xgetdomainname.c: New file.
27185
27186 2003-09-25  Simon Josefsson  <jas@extundo.com>
27187             Bruno Haible  <bruno@clisp.org>
27188
27189         * modules/getdomainname: New file.
27190         * modules/xgetdomainname: New file.
27191         * MODULES.html.sh (func_all_modules): Add getdomainname,
27192         xgetdomainname.
27193
27194 2003-09-25  Simon Josefsson  <jas@extundo.com>
27195             Bruno Haible  <bruno@clisp.org>
27196
27197         * m4/getdomainname.m4: New file.
27198
27199 2003-09-25  Simon Josefsson  <jas@extundo.com>
27200             Bruno Haible  <bruno@clisp.org>
27201
27202         * lib/getdomainname.h: New file.
27203         * lib/getdomainname.c: New file.
27204
27205 2003-09-25  Karl Berry  <karl@gnu.org>
27206
27207         * lib/argp-fmtstream.c, argp-help.c: update from libc.
27208
27209 2003-09-25  Karl Berry  <karl@gnu.org>
27210
27211         * config/install-sh: update from automake.
27212
27213 2003-09-25  Bruno Haible  <bruno@clisp.org>
27214
27215         * modules/version-etc-2: New file, from modules/version-etc with
27216         modifications.
27217         * MODULES.html.sh (func_all_modules): Add version-etc-2.
27218
27219 2003-09-25  Bruno Haible  <bruno@clisp.org>
27220
27221         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
27222         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
27223
27224 2003-09-24  Simon Josefsson  <jas@extundo.com>
27225
27226         * modules/xgethostname: Add xgethostname.h.
27227
27228 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27229
27230         * lib/linebuffer.c (freebuffer): Don't free the argument, just
27231         the buffer associated with the argument.  Bug reported by
27232         Simon Josefsson.
27233
27234 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27235
27236         * README: Document assumptions that 'int' is at least 32 bits
27237         wide, that integer arithmetic is 2's complement without overflow,
27238         that there are no holes in integer values, that adding sizes of
27239         two nonoverlapping objects can't overflow, and that all-bits-zero
27240         yields scalar zero.  Fix spelling and capitalization typos.
27241
27242 2003-09-19  Karl Berry  <karl@gnu.org>
27243
27244         * lib/argp.h: update from libc.
27245
27246 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27247
27248         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
27249         to avoid spurious warnings like "AC_RUN_IFELSE was called before
27250         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
27251
27252 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27253
27254         * gnulib-tool: Use "test -h", not "test -L", for portability
27255         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
27256         (tags_regexp): Remove, since \| doesn't conform to POSIX.
27257         (sed_extract_prog): Issue s commands one-by-one, rather than
27258         using \| in one s command.
27259
27260 2003-09-16  Paul Eggert  <eggert@twinsun.com>
27261
27262         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
27263         input error, instead of returning NULL the next time we are called
27264         (and therefore losing track of errno).
27265
27266 2003-09-16  Bruno Haible  <bruno@clisp.org>
27267
27268         * gnulib-tool (func_create_testdir): Warn about duplicated
27269         dependencies.
27270
27271 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27272
27273         * modules/argmatch, modules/fatal, modules/obstack,
27274         modules/xalloc, modules/xgethostname: Sort dependencies by
27275         importance, not alphabetically.
27276
27277 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27278
27279         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
27280         fails, so that the caller gets the proper errno.
27281
27282         * lib/readutmp.c (read_utmp): Likewise.
27283         Check for fstat error.  Close stream and free storage
27284         when failing.
27285
27286 2003-09-14  Karl Berry  <karl@gnu.org>
27287
27288         * config/srclist.txt (strdup.c): disable for c89 changes.
27289
27290 2003-09-14  Jim Meyering  <jim@meyering.net>
27291
27292         * lib/getloadavg.c: Correct cpp indentation.
27293         * lib/strdup.c: Likewise.
27294         * lib/vasnprintf.c: Likewise.
27295
27296 2003-09-14  Bruno Haible  <bruno@clisp.org>
27297
27298         * modules/fwriteerror: New file.
27299         * MODULES.html.sh (func_all_modules): Add fwriteerror.
27300
27301 2003-09-14  Bruno Haible  <bruno@clisp.org>
27302
27303         * lib/fwriteerror.h: New file.
27304         * lib/fwriteerror.c: New file.
27305
27306 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27307
27308         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
27309         modules/xgethostname, modules/xalloc: Depend on exit.
27310
27311 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27312
27313         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
27314
27315         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
27316         and AC_MINIX, too, so that their extensions are available.
27317
27318         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
27319         This macro has been superseded by gl_BACKUPFILE.
27320
27321         More patches to assume C89 or better.
27322
27323         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
27324
27325         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
27326         unconditionally.
27327         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
27328         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
27329         Include <string.h>, <stdlib.h> unconditionally.
27330         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
27331         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
27332         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
27333         headers or for string.h.
27334         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
27335         or strtoul.
27336
27337         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
27338         headers.
27339         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
27340         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27341         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
27342         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
27343         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27344         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
27345         memcpy, memset.
27346         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
27347         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
27348         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
27349         strtol.
27350         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
27351         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
27352         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
27353         strtoul.
27354
27355 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27356
27357         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
27358         * lib/obstack.c [!defined _LIBC]: Likewise.
27359         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
27360         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
27361         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
27362
27363         More changes to assume C89 or better.
27364
27365         * lib/error.c (error_tail): Assume vprintf.
27366
27367         * lib/argmatch.c (getenv): Remove decl.
27368         * lib/progreloc.c (get_full_program_name): Define via prototype.
27369         * lib/setenv.c (clearenv): Likewise.
27370         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
27371         needed.
27372         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
27373         (malloc, memcpy): Remove decls.
27374         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
27375         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
27376         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27377         (memcpy): Remove macro.
27378         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
27379         (__P): Remove.  All uses removed.
27380         (PTR): Remove.  All uses changed to void *.
27381         (CHAR_BIT, NULL): Remove.
27382         (spaces, zeros, memset_space, memset_zero)
27383         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
27384         Remove.
27385         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
27386         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
27387         Define with prototype.
27388         Remove now-unnecessary prototype decl.
27389         (extra_args_spec): Assume ANSI C.  All uses changed.
27390         (extra_args_spec_iso): Remove.
27391         (my_strftime, emacs_strftimeu): Define via prototype.
27392         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
27393         unconditionally.
27394         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
27395         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
27396         (strtoul, strtol): Remove decls.
27397         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
27398         LONG_MAX): Remove.
27399         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27400         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
27401         (LOCALE_PARAM_PROTO): New macro.
27402         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
27403         (INTERNAL (strtol), strtol): Define with a prototype.
27404         (PARAMS): Remove.  All uses removed.
27405         * lib/tempname.c: Include <string.h> unconditionally.
27406         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
27407         * lib/xgethostname.c (main): Define with a prototype.
27408         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
27409         Include <stdlib.h> unconditionally.
27410         (calloc, malloc, realloc, free): Remove decls.
27411         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
27412         Include <stdlib.h> unconditionally.  Sort include file names.
27413         (strtod): Remove.
27414         (xstrtod): Define with a prototype.
27415         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
27416         (strtol, strtoul): Remove decls.
27417
27418 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27419
27420         More patches to assume C89 or better.
27421         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
27422         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
27423         string.h, memchr, STDC_HEADERS.
27424
27425 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27426
27427         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
27428         Include <stdlib.h>, <string.h> unconditionally.
27429         Remove now-unnecessary cast to char *.
27430         * lib/strnlen.c: Include <string.h> unconditionally.
27431         * lib/yesno.c (yesno): Define with a prototype.
27432
27433 2003-09-11  Bruno Haible  <bruno@clisp.org>
27434
27435         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
27436
27437 2003-09-10  Jim Meyering  <jim@meyering.net>
27438
27439         * lib/error.c: Correct indentation of cpp directives.
27440
27441 2003-09-10  Bruno Haible  <bruno@clisp.org>
27442
27443         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
27444         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
27445         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
27446         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
27447         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
27448         <stdlib.h> and <string.h> checks.
27449         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
27450         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
27451
27452 2003-09-10  Bruno Haible  <bruno@clisp.org>
27453
27454         * lib/strcspn.c: Include <string.h> unconditionally.
27455         * lib/strpbrk.c: Include <string.h> unconditionally.
27456         * lib/strstr.c: Include <string.h> unconditionally.
27457         * lib/unicodeio.c: Include <string.h> unconditionally.
27458         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
27459         * lib/unsetenv.c: Likewise.
27460         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
27461         * lib/yesno.c: Include <stdlib.h> unconditionally.
27462         (rpmatch): Add prototype.
27463
27464 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27465
27466         More patches to assume C89 or better.
27467         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
27468         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
27469         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
27470         or for string.h.
27471         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
27472         stdlib.h.
27473         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
27474         C headers.
27475         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
27476         string.h.
27477         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
27478         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
27479         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
27480         or for string.h.
27481         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
27482         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
27483         C headers.
27484         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
27485         memcpy.
27486         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
27487         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
27488         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
27489         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
27490         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
27491         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
27492         string.h, free.
27493         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
27494         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
27495         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
27496         C headers, or for string.h.
27497         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
27498         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
27499         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
27500         headers, memory.h, stdlib.h, string.h, strings.h.
27501         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
27502         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
27503         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
27504         strchr.
27505         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
27506         headers, memory.h, string.h.
27507         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
27508         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
27509         free.
27510         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
27511         headers.
27512         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
27513         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
27514         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
27515         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
27516         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
27517
27518 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27519
27520         More K&R removal.
27521
27522         * lib/acosl.c (main): Use a prototype.
27523         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
27524         tanl.c: Likewise.
27525
27526         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
27527
27528         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
27529         (getopt, etopt_long, getopt_long_only, _getopt_internal)
27530         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
27531         with a prototype.
27532         * lib/getopt.c (const): Remove macro.
27533         Include <string.h> unconditionally.
27534         (my_index): Remove; all uses changed to strchr.
27535         (strlen): Remove decl.
27536         (exchange): Remove forward decl; no longer needed.
27537         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
27538         Define with prototype.
27539         * lib/getopt1.c (const): Remove macro.
27540         (getopt_long, getopt_long_only, main): Define with prototype.
27541
27542         * lib/getugroups.c: Include <string.h> unconditionally.
27543
27544         * lib/getusershell.c: Include <stdlib.h> unconditionally.
27545         (getusershell, setusershell, endusershell, readname, main):
27546         Define with prototypes.
27547
27548         * lib/group-member.c: Include group-member.h first.
27549         Include <stdlib.h> unconditionally.
27550
27551         * lib/hard-locale.c: Include hard-locale.h first.
27552         Include <stdlib.h>, <string.h> unconditionally.
27553
27554         * lib/hash.c (free, malloc): Remove decls.
27555         Include <stdlib.h> unconditionally.
27556
27557         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
27558         (getenv): Do not declare.
27559
27560         * lib/idcache.c: Include <string.h> unconditionally.
27561
27562         * lib/long-options.c: Include long-options.h first, to test interface.
27563         Include <stdlib.h> unconditionally.
27564
27565         * lib/makepath.c: Include makepath.h first, to test interface.
27566         Include <stdlib.h> and <string.h> unconditionally.
27567
27568         * lib/linebuffer.c: Include <stdlib.h>.
27569         (free): Remove decl.
27570
27571         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
27572         stddef.h. rpl_malloc returns void *, not char *.
27573         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
27574         prototype.
27575
27576         * lib/md5.h: Include <limits.h> unconditionally.
27577         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
27578         (__P): Remove; all uses removed.
27579         * lib/md5.c: Include "md5.h" first.
27580         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
27581         md5_buffer, md5_process_bytes, md5_process_block):
27582         Define with prototypes.
27583         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
27584         * lib/sha.c: Include "sha.h" first.
27585         Include <stdlib.h>, <string.h> unconditionally.
27586
27587         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
27588         * lib/memcmp.c (__ptr_t): Likewise.
27589         * lib/memrchr.c (__ptr_t): Likewise.
27590         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
27591         Include <string.h> unconditionally.
27592         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
27593         * lib/memchr.c: Include <stdlib.h> unconditionally.
27594         * lib/memchr.c (LONG_MAX): Remove.
27595         * lib/memrchr.c (LONG_MAX): Likewise.
27596         * lib/memchr.c (__memchr): Define via a prototype.
27597         * lib/memrchr.c (__memrchr): Likewise.
27598         * lib/memcmp.c (__P): Remove, and remove all uses.
27599         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
27600         Remove forward decls; no longer needed.
27601         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
27602         Use types required by C89 in prototype.
27603
27604         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
27605         * lib/savedir.c: Likewise.
27606         * lib/mkdir.c (free): Remove decl.
27607         * lib/rmdir.c (rmdir): Define with a prototype.
27608         * lib/savedir.c: Include savedir.h first, to test interface.
27609
27610         * lib/mktime.c (STDC_HEADERS): Remove.
27611         Include <stdlib.h>, <string.h> unconditionally.
27612
27613         * lib/modechange.c: Include <stdlib.h> unconditionally.
27614         (malloc): Remove decl.
27615
27616         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
27617         (free): Remove decl.
27618
27619         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
27620         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
27621         (This type really should be intptr_t, but that's a C99ism.)
27622         (_obstack_memcpy): Remove: all uses changed to memcpy.
27623         Include <string.h> unconditionally.
27624         (struct obstack): Assume __STDC__ for types of members
27625         chunkfun, freefun, extra_arg.
27626         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
27627         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
27628         obstack_begin, obstack_specify_allocation,
27629         obstack_specify_allocation_with_arg, obstack_chunkfun,
27630         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
27631         Remove unprototyped decls and the macros that use them.
27632         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
27633         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
27634         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
27635         (defined __STDC__ && __STDC__)]:
27636         Remove nonprototyped code.
27637         Include <stdlib.h> unconditionally.
27638         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
27639         _obstack_allocated_p, _obstack_free, obstack_free,
27640         _obstack_memory_used, print_and_abort):
27641         Define using prototypes.
27642         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
27643         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
27644         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
27645         obstack_next_free, obstack_object_size, obstack_room) [0]:
27646         Remove unused, unprototyped code.
27647
27648         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
27649
27650         * lib/physmem.c (physmem_total, physmem_available, main): Define
27651         with prototypes.
27652
27653         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
27654         (main): Define with a prototype.
27655
27656         * lib/posixver.c (getenv): Remove decl.
27657
27658         * lib/putenv.c (malloc): Returns void *, not char *.
27659         Include <string.h> unconditionally.
27660         (strchr, memcpy, NULL): Do not define.
27661
27662         * lib/readtokens.c: Include readtokens.h first, to test interface.
27663         Include <stdlib.h>, <string.h> unconditionally.
27664         (init_tokenbuffer): Define with a prototype.
27665
27666         * lib/regex.c (PARAMS): Remove.  All uses removed.
27667         All uses of _RE_ARGS removed, too.
27668         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27669         unconditionally.
27670         (bzero): Assume memset exists.
27671         (memcmp, memcpy, NULL): Remove.
27672         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27673         char, or assignments to local vars of type signed char.
27674         (init_syntax_once, PREFIX(extract_number_and_incr),
27675         PREFIX(print_partial_compiled_pattern),
27676         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27677         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27678         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27679         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27680         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27681         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27682         wcs_compile_range, byte_compile_range, truncate_wchar,
27683         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27684         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27685         count_mbs_length, wcs_re_match_2_internal,
27686         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27687         PREFIX(alt_match_null_string_p),
27688         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27689         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27690         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27691         now-unnecessary declaration, if any.
27692         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27693         regcomp, regexec):
27694         Remove now-unnecessary casts among pointer types.
27695         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27696
27697         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27698         (free): Remove decl.
27699
27700         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27701
27702         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27703         (free): Remove decl.
27704
27705         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27706         * lib/xgetcwd.c: Likewise.
27707
27708         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27709         (free): Remove decl.
27710
27711         * lib/strchrnul.c (strchrnul): Define with a prototype.
27712         Fix bug: c_in was not converted to char before searching.
27713
27714         The following changes are not K&R related:
27715
27716         * lib/group-member.h: Include <sys/types.h>, so that this file is
27717         self-contained.
27718         * lib/makepath.h: Likewise.
27719
27720         * lib/getusershell.c (readname, default_index, line_size, readname):
27721         Use size_t, not int, for sizes.
27722         (readname): If the size overflows, report an error instead of
27723         looping forever.
27724
27725 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27726
27727         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27728         libc.
27729
27730 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27731
27732         * README: New section: portability guidelines.
27733
27734 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27735
27736         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27737         C89 spec.
27738
27739 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27740
27741         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27742
27743 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27744
27745         Assume C89 or better; remove K&R cruft.
27746         A few of these changes were first proposed by Derek Robert Price
27747         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27748
27749         * lib/addext.c: Include <string.h> unconditionally.
27750         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27751         Don't declare getenv or malloc.
27752
27753         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27754         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27755         (NULL): Remove.
27756         (find_stack_direction, alloca): Use prototypes.
27757
27758         * lib/atexit.c (atexit): Define using a prototype.
27759
27760         * lib/basename.c, dirname.c, stripslash.c:
27761         Include <string.h> unconditionally.
27762
27763         * lib/bcopy.c: Include <stddef.h>.
27764         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27765
27766         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27767
27768         * lib/error.h (error, error_at_line, error_print_progname)
27769         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27770         * lib/error.c: Include error.h first, to check interface.
27771         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27772         (VA_START): Remove; all uses changeed to va_start.
27773         (exit, strerror): Remove decls.
27774         (error_print_progname): Prototype uncondionally.
27775         Don't include <errno.h>; no longer needed.
27776         (private_strerror): Remove.
27777         (error_tail): Always define.
27778         (error, error_at_line): Assume C89 or better; always use prototypes.
27779         * lib/fatal.c: Include "fatal.h" first, to test interface.
27780         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27781         (VA_START): Remove; all uses changed to va_start.
27782         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27783         this case.
27784         (exit): Remove decl.
27785         (fatal): Prototype unconditionally.  Assume va_start works.
27786         Abort at end, to pacify gcc.
27787
27788         * lib/euidaccess.c (main): Define with a prototype.
27789
27790         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27791
27792         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27793
27794         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27795         prototypes.
27796         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27797         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27798         (getenv): Remove decl.
27799         (fnmatch): Define using a prototype.
27800         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27801         (FCT): Define using a prototype.
27802
27803         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27804
27805         * lib/gethostname.c: Include <stddef.h>.
27806         (gethostname): Define with prototype.  Length is size_t, not int.
27807
27808 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27809
27810         Assume C89 or better; remove K&R cruft.
27811         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27812         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27813         string.h, getenv, malloc.
27814         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27815         headers.
27816         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27817         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27818         do not check for strerror.
27819         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27820         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27821         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27822         do not check for doprnt or vprintf.
27823         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27824         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27825
27826 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27827
27828         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27829         getversion.c should have been removed then, but was accidentally
27830         preserved.
27831
27832         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27833         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27834
27835 2003-09-08  Karl Berry  <karl@gnu.org>
27836
27837         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27838                 config, forget about prep.
27839
27840         * config/depcomp, missing: update from automake.
27841
27842 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27843
27844         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27845         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27846
27847 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27848
27849         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27850         copy_tm_result.  Bug reported by Simon Josefsson in
27851         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27852
27853 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27854
27855         * m4/time_r.m4: New file.
27856         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27857         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27858         is. Check for timegm declaration.
27859         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27860         Do not check for gmtime_r.
27861         Replace mktime if __mktime_internal does not exist and if mktime
27862         hasn't been replaced already.
27863
27864 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27865
27866         * lib/time_r.c, lib/time_r.h: New files.
27867
27868         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27869         __localtime_r.
27870         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27871         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27872
27873         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27874         __gmtime_r.
27875         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27876         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27877         Include <time_r.h>.
27878
27879         * lib/timegm.c: Switch to glibc implementation, with the following
27880         changes:
27881         [defined HAVE_CONFIG_H]: Include <config.h>.
27882         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27883         (__mktime_internal) [!defined _LIBC]: New decl.
27884         (__gmtime_r) [!defined _LIBC]: New macro and function.
27885         (timegm): Use a prototype, since gnulib assumes C89.
27886         Do not bother declaring tmp to be const, as it's not really usefu.
27887         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27888         (timegm): Declare only if HAVE_DECL_TIMEGM.
27889
27890 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27891
27892         * MODULES.html.sh (func_all_modules): Add time_r.
27893         * modules/time_r: New file.
27894         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27895         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27896
27897 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27898
27899         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27900         Bug reported by Lute Kamstra in
27901         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27902
27903         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27904         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27905         course with correspondingly smaller numbers for tomorrow and
27906         yesterday.  From Tadayoshi Funaba.  Originally installed into
27907         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27908         coreutils merge?).
27909
27910 2003-08-31  Simon Josefsson  <jas@extundo.com>
27911
27912         * modules/timegm: New file.
27913         * MODULES.html.sh (func_all_modules): Add timegm.
27914
27915 2003-08-31  Simon Josefsson  <jas@extundo.com>
27916
27917         * m4/timegm.m4: New file.
27918
27919 2003-08-31  Simon Josefsson  <jas@extundo.com>
27920
27921         * lib/timegm.h: New file.
27922         * lib/timegm.c: New file.  Based on
27923         wget-1.8.2/src/http.c:mktime_from_utc.
27924
27925 2003-08-31  Karl Berry  <karl@gnu.org>
27926
27927         * lib/argp.h: update from libc.
27928
27929 2003-08-28  Bruno Haible  <bruno@clisp.org>
27930
27931         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27932         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27933         followed by '#define fnmatch fnmatch_posix' gives an error.
27934
27935 2003-08-28  Bruno Haible  <bruno@clisp.org>
27936
27937         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27938         warning on QNX, which defines O_BINARY to 000000.
27939
27940 2003-08-27  Jim Meyering  <jim@meyering.net>
27941
27942         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27943         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27944         would fail after 32.  Reported by Danny Levinson.  Details here:
27945         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27946
27947 2003-08-24  Bruno Haible  <bruno@clisp.org>
27948
27949         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27950         MSVC7 <stdio.h> is included later.
27951
27952 2003-08-22  Simon Josefsson  <jas@extundo.com>
27953
27954         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27955
27956 2003-08-20  Karl Berry  <karl@gnu.org>
27957
27958         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27959
27960 2003-08-20  Bruno Haible  <bruno@clisp.org>
27961
27962         * modules/progname: New file.
27963         * MODULES.html.sh (func_all_modules): Add progname.
27964
27965 2003-08-20  Bruno Haible  <bruno@clisp.org>
27966
27967         * lib/progname.h: New file, from GNU gettext.
27968         * lib/progname.c: New file, from GNU gettext.
27969         * lib/progreloc.c: New file, from GNU gettext.
27970
27971 2003-08-19  Jim Meyering  <jim@meyering.net>
27972
27973         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27974         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27975
27976 2003-08-19  Bruno Haible  <bruno@clisp.org>
27977
27978         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27979         more.
27980
27981 2003-08-19  Bruno Haible  <bruno@clisp.org>
27982
27983         * lib/xstrdup.c: Assume <string.h> exists.
27984
27985 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27986
27987         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27988         in makefile rules.
27989
27990 2003-08-18  Jim Meyering  <jim@meyering.net>
27991
27992         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27993         * m4/lib-ld.m4: Likewise.
27994
27995 2003-08-18  Jim Meyering  <jim@meyering.net>
27996
27997         * lib/setenv.h: Indent nested cpp directive.
27998         * lib/vasnprintf.c: Remove trailing blanks.
27999
28000 2003-08-17  Simon Josefsson  <jas@extundo.com>
28001
28002         * modules/xstrndup: New file.
28003         * MODULES.html.sh (func_all_modules): Add xstrndup.
28004
28005 2003-08-17  Simon Josefsson  <jas@extundo.com>
28006
28007         * modules/argp: Fix autoconf macro name. Add more dependencies.
28008
28009 2003-08-17  Simon Josefsson  <jas@extundo.com>
28010
28011         * m4/xstrndup.m4: New file.
28012
28013 2003-08-17  Simon Josefsson  <jas@extundo.com>
28014
28015         * m4/argp.m4: New file.
28016
28017 2003-08-17  Simon Josefsson  <jas@extundo.com>
28018             Bruno Haible  <bruno@clisp.org>
28019
28020         * lib/xstrndup.h: New file.
28021         * lib/xstrndup.c: New file.
28022
28023 2003-08-17  Bruno Haible  <bruno@clisp.org>
28024
28025         * modules/strndup (Files, Include): Add lib/strndup.h.
28026
28027 2003-08-17  Bruno Haible  <bruno@clisp.org>
28028
28029         * modules/euidaccess (Files): Add lib/euidaccess.h.
28030
28031 2003-08-17  Bruno Haible  <bruno@clisp.org>
28032
28033         * lib/strndup.h: New file.
28034
28035 2003-08-17  Bruno Haible  <bruno@clisp.org>
28036
28037         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
28038         like AC_GNU_SOURCE.
28039         * modules/extensions (configure.ac): Comment out the invocation of
28040         gl_USE_SYSTEM_EXTENSIONS.
28041
28042 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28043
28044         Merges from coreutils, etc.
28045         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
28046         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
28047         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
28048         fixing a typo.
28049         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
28050         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
28051
28052 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28053
28054         Document merge from coreutils.
28055         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
28056         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
28057         * modules/utime: Add m4/utimes-null.m4.
28058
28059 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28060
28061         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
28062         space, undoing this 2003-08-12 change:
28063         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
28064
28065 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28066
28067         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
28068         strtoul.c from libc, undoing this 2003-08-12 change:
28069         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
28070
28071 2003-08-16  Jim Meyering  <jim@meyering.net>
28072
28073         Merges from coreutils.
28074         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
28075         prefix.  Adjust cache variables similarly.  Create 500 rather than
28076         just 300 files, to exercise bug on Darwin6.5, too.
28077         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
28078         $missing_dir.
28079         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
28080         AM_SYS_POSIX_TERMIOS.
28081         Reported by mkc@mathdogs.com.
28082         Also change use of $am_cv_sys_posix_termios
28083         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
28084         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
28085         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
28086         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
28087         in /proc/mounts until it finds one with matching device number.  This
28088         is unnecessary when the FILE argument *is* a mount point.  No stat call
28089         is necessary in that case.  So, disable the statvfs-testing code on
28090         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
28091         as RedHat bug# 84846.
28092         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
28093         to 1MB, so as not to render systems with no stack size limit (e.g.,
28094         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
28095         Include <unistd.h>.  On some systems,
28096         it is required for the definition of _SC_PAGESIZE.
28097
28098 2003-08-16  Jim Meyering  <jim@meyering.net>
28099
28100         Merge from coreutils.
28101         * lib/xstrtoimax.c: #else #if -> #elif.
28102         * lib/xstrtoumax.c: Likewise.
28103
28104 2003-08-16  Jim Meyering  <jim@meyering.net>
28105
28106         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
28107         * m4/utimes.m4: Removed.
28108         * m4/utimes-null.m4: Renamed from utimes.m4.
28109
28110         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
28111         to 1MB, so as not to render systems with no stack size limit (e.g.,
28112         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
28113         Include <unistd.h>.  On some systems,
28114         it is required for the definition of _SC_PAGESIZE.
28115
28116 2003-08-16  Jim Meyering  <jim@meyering.net>
28117         and Paul Eggert  <eggert@cs.ucla.edu>
28118
28119         Merges from coreutils, etc.
28120
28121         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
28122         using the latest version from cvs.  This avoids problems with #line
28123         directives using a vendor (Sun) compiler.
28124         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
28125         Don't set GETGROUPS_LIB here; now it's
28126         done via getgroups.m4's wrapper function.
28127         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
28128         rather than just in sh-util/configure.in, so that the
28129         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
28130         same.
28131         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
28132         AC_FUNC_GETLOADAVG where to find getloadavg.c.
28133         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
28134         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
28135         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
28136         Remove code that is now done by the newly-required macros.
28137         Append $(EXEEXT) to DF_PROG.
28138         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
28139         Do not invoke or require the following here,
28140         since prereq.m4 or some gnulib .m4 now does this for us:
28141         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
28142         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
28143         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
28144         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
28145         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
28146         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
28147         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
28148         AC_FUNC_OBSTACK.
28149         Do not replace the following functions, as this is now the job
28150         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
28151         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
28152         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
28153         atexit getpass, strdup, getpagesize.
28154         Replace 'raise'.
28155         Do not check for the following functions, as this is now the job
28156         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
28157         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
28158         setregid.
28159         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
28160         Check for sys/sysctl.h.
28161         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
28162         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
28163         of checking for ssize_t ourselves.
28164
28165         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
28166         Require every macro that gnulib/modules/* suggests for us.
28167         (jm_PREREQ_ADDEXT): New macro.
28168         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
28169         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
28170
28171         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
28172         (gl_PHYSMEM): Use it.
28173         Also check for `table' function.
28174         Check for new headers and functions.
28175         Add check for sys/sysmp.h.
28176         With suggestions from Kaveh Ghazi.
28177         Ignore headers that are present but cannot be compiled.  This
28178         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
28179         C 5.4.
28180
28181 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28182
28183         Document merge from coreutils.
28184         * modules/userspec: Depend on posixver.
28185         * modules/strftime: Depend on tzset.
28186
28187 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28188
28189         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
28190         rather than tab, after '#' in shell-script copyright notices.
28191         Suggested by Bruno Haible.
28192
28193 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28194
28195         * config/srclist-update: Use three spaces, rather than tab, after '#'
28196         in shell-script copyright notices.  Suggested by Bruno Haible.
28197         Remove unnecessary parenthesization in regular expression.
28198
28199 2003-08-15  Jim Meyering  <jim@meyering.net>
28200
28201         Merge from coreutils.
28202         * lib/xgethostname.c: Include <stdlib.h>.
28203         (xghostname): Don't exit for anything other than memory-related
28204         failure; just return NULL.
28205         * lib/userspec.c: Include "posixver.h".
28206         (parse_user_spec): Accept `.' as a separator only
28207         in pre-POSIX-200112 mode.
28208         * lib/strtoimax.c: Use #elif rather than #else #if.
28209         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
28210         Remove function, now that we can rely on a working tzset function.
28211         [!_LIBC]: Ensure that the required autoconf test has been run.
28212         [!defined _NL_CURRENT && HAVE_STRFTIME]:
28213         Use underlying_strftime for %r.
28214         * lib/sha.c: Merge in some clean-up and optimization changes from
28215         glibc.
28216         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
28217         Ensure that it is a multiple of 64.
28218         Rearrange loop exit tests so as to avoid performing an
28219         additional fread after encountering an error or EOF.
28220         * lib/realloc.c: Update copyright date.
28221
28222 2003-08-15  Jim Meyering  <jim@meyering.net>
28223         and Paul Eggert  <eggert@twinsun.com>
28224
28225         Merge from coreutils.
28226         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
28227         member but strut utmpx does not.  Needed for AIX 4.3.3.
28228         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
28229
28230 2003-08-15  Jim Meyering  <jim@meyering.net>
28231         and Paul Eggert  <eggert@cs.ucla.edu>
28232
28233         Merges from coreutils, etc.
28234         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
28235         Require gl_FUNC_TZSET_CLOBBER.
28236         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
28237         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
28238         members.
28239
28240 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28241
28242         Help the merge from coreutils.
28243         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
28244         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
28245         * m4/tzset.m4: Use it too.
28246
28247 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28248
28249         * modules/tzset: New file.
28250
28251 2003-08-14  Jim Meyering  <jim@meyering.net>
28252
28253         Merges from coreutils.
28254         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
28255         variable names, rather than @FNMATCH_H@.
28256         * modules/alloca: Likewise for $(ALLOCA_H).
28257
28258         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
28259         the three copies of the literal target, `fnmatch.h'.
28260         * modules/alloca (alloca.h): Likewise.
28261
28262 2003-08-14  Jim Meyering  <jim@meyering.net>
28263
28264         Merge from coreutils.
28265         * m4/tzset.m4: New file.
28266         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
28267         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
28268         otherwise, AIX 5.1 systems would end up using the latter.
28269         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
28270         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
28271         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
28272         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
28273
28274 2003-08-14  Jim Meyering  <jim@meyering.net>
28275
28276         Merge from coreutils.
28277         * lib/obstack.h: Whitespace changes.
28278         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
28279         and xcalloc return values.
28280         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
28281         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
28282         hang on OSF/1 5.1 for DIR on both local and remote file systems.
28283         Reported by (and fix confirmed by) Nelson H. F. Beebe.
28284         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28285         error from mntctl.
28286         Use mntctl's return value to drive the entry-processing loop, since
28287         we can't rely on the value of the vmt_length member in the last
28288         entry.  On some systems doing so could result in exhausting
28289         virtual memory.  Based in part on a patch from Mike Jetzer.
28290
28291 2003-08-14  Jim Meyering  <jim@meyering.net>
28292         and Paul Eggert  <eggert@twinsun.com>
28293
28294         Merges from coreutils, plus other fixes.
28295         * lib/physmem.c: Merge in portability changes from gcc/libiberty
28296         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
28297         for credits and details.  Thanks to Kaveh Ghazi for helping
28298         to keep these files in sync.
28299         (ARRAY_SIZE): Define it.
28300         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
28301         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
28302         (memcasecmp): Don't assume size_t fits in unsigned int.
28303         Remove casts and duplicate code.
28304         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
28305         (memcpy): Remove definition.
28306         Merge in some clean-up and optimization changes from glibc.
28307         [BLOCKSIZE]: Move definition to top of file.
28308         Ensure that it is a multiple of 64.
28309         Rearrange loop exit tests so as to avoid performing an
28310         additional fread after encountering an error or EOF.
28311         * lib/md5.h (md5_uintptr): Define.
28312         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
28313         return to the initial working directory.  Preserve errno
28314         for caller.
28315         * lib/idcache.c: Include "xalloc.h".
28316         (xmalloc, xrealloc): Remove decls.
28317         (getuser): Remove casts no longer required in C89.
28318         * lib/human.c: Include stdio.h, for sprintf.
28319         * lib/group-member.c: Include "xalloc.h".
28320         (xmalloc, xrealloc): Remove decls.
28321         (get_group_info): Remove casts no longer required in C89.
28322         * lib/getusershell.c (readname): Remove casts no longer required in
28323         C89.
28324         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
28325         * lib/getline.c: Whitespace fix, from coreutils.
28326
28327 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28328
28329         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
28330         Check for isascii.
28331
28332         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28333         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28334         Undo previous (whitespace-only) change.
28335
28336 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28337
28338         * lib/exclude.c: Include <ctype.h>
28339         (IN_CTYPE_DOMAIN): New macro.
28340         (is_space): New fn.
28341         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
28342         and empty lines.
28343
28344         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28345         Undo previous (whitespace-only) change.
28346
28347 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28348
28349         * config/srclist-update: Change update back to the old behavior,
28350         leaving whitespace alone.  Use one 'sed' command rather than a
28351         pipeline.
28352         (fixlicense): Now a variable, not a function.
28353         (remove_trailing_blanks): Remove.
28354         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
28355         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28356         Undo previous (whitespace-only) change.
28357
28358 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28359
28360         Merge from coreutils.
28361         * modules/euidaccess: Add lib_SOURCES, include for new
28362         file euidaccess.h
28363
28364 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28365
28366         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28367         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28368         Normalize leading white space and remove trailing white space.
28369
28370         Merge from coreutils
28371         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
28372
28373         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
28374         0.12.1.  These files are now being upgraded automatically by
28375         ../config/srclist-update.
28376
28377 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28378
28379         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28380         Normalize leading white space and remove trailing white space.
28381         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
28382         notice, as per ../config/srclist-update.
28383
28384         Merge from coreutils.
28385         * lib/euidaccess.h: New file.
28386         * lib/euidaccess.c: Include it.
28387         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
28388         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
28389         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
28390
28391 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28392
28393         * config/srclist-update: Add copyright notice.
28394         (remove_id_lines, remove_trailing_blanks): New constants.
28395         (fixfile): Use them to normalize spacing a bit in copied files.
28396         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28397         Normalize leading white space and remove trailing white space.
28398
28399         * config/texinfo.tex: Sync with texinfo.
28400
28401         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
28402         strtoul.c from libc, to merge coreutils whitespace changes.
28403
28404         * config/srclist.txt: Get the following m4 files from gettext:
28405         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
28406         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
28407         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
28408         wint_t.m4.
28409
28410 2003-08-12  Karl Berry  <karl@gnu.org>
28411
28412         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
28413         been made.
28414
28415 2003-08-11  Paul Eggert  <eggert@twinsun.com>
28416
28417         * modules/gnu-source, m4/gnu-source.m4:
28418         Remove; we're assuming Autoconf 2.54 or later now.
28419         Suggested by Bruno Haible.
28420         * MODULES.html.sh (func_all_modules): Remove gnu-source.
28421
28422 2003-08-11  Bruno Haible  <bruno@clisp.org>
28423
28424         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
28425
28426 2003-08-11  Bruno Haible  <bruno@clisp.org>
28427
28428         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
28429         (vasnprintf): Use it instead of wcslen.
28430
28431 2003-08-11  Bruno Haible  <bruno@clisp.org>
28432
28433         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
28434         value to ensure that _Bool promotes to int. Use #define for _Bool when
28435         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
28436
28437 2003-08-10  Karl Berry  <karl@gnu.org>
28438
28439         * lib/regex.h: update from libc (whitespace fix).
28440
28441 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28442
28443         Merge some files from coreutils.  These changes were
28444         originally made by Jim Meyering.
28445         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
28446         many older Unixes require this.
28447         * lib/alloca.c (alloca): Remove cast to argument of free;
28448         no longer needed in C89.
28449         * lib/alloca_.h, regex.h: Fix white space to match
28450         what GNU indent does.
28451
28452 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28453
28454         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
28455         apparently Emacs's Unicode mode got confused before my 2003-08-05
28456         checkin.
28457
28458 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28459
28460         * m4/extensions.m4: New file.
28461         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
28462         Require gl_USE_SYSTEM_EXTENSIONS.
28463         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
28464         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
28465
28466 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28467
28468         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
28469         * modules/extensions, modules/gnu-source: New files.
28470         * modules/timespec, modules/unlocked-io: Depend on extensions.
28471
28472 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28473
28474         * modules/restrict: New file.
28475         * MODULES.html.sh (func_all_modules): Add restrict.
28476         * modules/regex: Depend on restrict.
28477
28478 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28479
28480         * m4/restrict.m4: New file.
28481         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
28482
28483 2003-08-07  Bruno Haible  <bruno@clisp.org>
28484
28485         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
28486         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
28487
28488 2003-08-07  Bruno Haible  <bruno@clisp.org>
28489
28490         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
28491         makes the module 'getndelim2' compatible with the module 'getline'.
28492
28493 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28494
28495         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
28496         byte with "\201" to avoid glitches when editing that source file
28497         with multi-gnome-terminal.
28498
28499 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28500
28501         * lib/bumpalloc.h: Remove.
28502
28503 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28504
28505         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
28506         * modules/bumpalloc: Remove.
28507
28508 2003-08-04  Paul Eggert  <eggert@twinsun.com>
28509
28510         * lib/getloadavg.c: Change copyright notice and spacing to conform to
28511         GNU coding style.
28512
28513         Merge from coreutils.
28514         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
28515         1. From glibc.
28516         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
28517         from Karl Berry, implemented by Jim Meyering.
28518         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
28519         from Dmitry V. Levin.
28520         Remove anachronistic cast of xrealloc.
28521         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
28522         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
28523         type. Otherwise, it wouldn't compile with at least /bin/cc on
28524         ymp-cray-unicos9.0.2.X.
28525         Combine two mostly-identical uses of alloca into one.
28526         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
28527
28528 2003-08-04  Dave Love  <d.love@dl.ac.uk>
28529
28530         [From Emacs.]
28531
28532         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
28533         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
28534         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
28535         obsolete NLIST_NAME_UNION.
28536         [__GNU__]: Undef BSD and FSCALE.
28537         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
28538
28539 2003-08-03  Paul Eggert  <eggert@twinsun.com>
28540
28541         * lib/stdbool_.h (_Bool): Make it signed char, instead of
28542         an enum type, so that it's guaranteed to promote to int.  See:
28543         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
28544
28545 2003-08-03  Karl Berry  <karl@gnu.org>
28546
28547         * config/depcomp: update from automake.
28548
28549 2003-07-31  Paul Eggert  <eggert@twinsun.com>
28550
28551         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
28552         (strerror): Don't assume that a printable int fits in 14 bytes.
28553
28554 2003-07-31  Bruno Haible  <bruno@clisp.org>
28555
28556         * modules/getpass-gnu: New file.
28557         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
28558
28559 2003-07-31  Bruno Haible  <bruno@clisp.org>
28560
28561         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
28562
28563 2003-07-24  Karl Berry  <karl@gnu.org>
28564
28565         * config/missing: update from automake.
28566
28567 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
28568             Bruno Haible  <bruno@clisp.org>
28569
28570         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
28571         * lib/getline.c (getline, getdelim): Likewise.
28572         Remove _GNU_SOURCE define; now it's defined in config.h through
28573         m4/getline.m4.
28574
28575 2003-07-23  Karl Berry  <karl@gnu.org>
28576
28577         * config/config.sub: update from prep.
28578
28579 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28580
28581         * modules/xalloc (Depends-on): Add exitfail.
28582         * modules/xmemcoll: Likewise.
28583
28584 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28585
28586         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
28587         over-parenthesization in macros.
28588
28589         Sync with coreutils.
28590
28591         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
28592         required by C99.
28593
28594         Use `exit_failure' for xalloc and xmemcoll instead of their own
28595         private exit-failure variables.
28596         * lib/xalloc.h (xalloc_exit_failure): Remove.
28597         * lib/xmalloc.c: Likewise.  Include exitfail.h.
28598         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
28599         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
28600         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
28601         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
28602
28603 2003-07-20  Jim Meyering  <jim@meyering.net>
28604
28605         * modules/closeout (Depends-on): Add exitfail.
28606         Suggestion from Bruno Haible.
28607
28608 2003-07-19  Karl Berry  <karl@gnu.org>
28609
28610         * config/config.sub: update from prep.
28611
28612 2003-07-18  Paul Eggert  <eggert@twinsun.com>
28613
28614         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
28615         Remove.
28616         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
28617         to test that it can stand by itself.  Include "exitfail.h".
28618         Clients should set exit_failure instead.
28619         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
28620
28621 2003-07-18  Bruno Haible  <bruno@clisp.org>
28622
28623         * modules/getndelim2: New file.
28624         * modules/getline: Share files with module getndelim2.
28625         * modules/getnline: Depend on getndelim2 instead of sharing files with
28626         it. Add getnline.c to lib_SOURCES.
28627         * MODULES.html.sh (func_all_modules): Add getndelim2.
28628
28629 2003-07-18  Bruno Haible  <bruno@clisp.org>
28630
28631         * m4/getndelim2.m4: New file.
28632         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
28633         invoke gl_PREREQ_GETNDELIM2.
28634         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
28635         gl_PREREQ_GETNDELIM2.
28636         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
28637         gl_GETNDELIM2.
28638
28639 2003-07-18  Bruno Haible  <bruno@clisp.org>
28640
28641         * lib/getndelim2.h: New file.
28642         * lib/getndelim2.c: Make into a module of its own. Include config.h,
28643         getndelim2.h.
28644         (getndelim2): Make non-static. Change return type to ssize_t.
28645         * lib/getline.h: Change argument names.
28646         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
28647         * lib/getnline.c: Include getndelim2.h.
28648
28649 2003-07-18  Andreas Schwab  <schwab@suse.de>
28650
28651         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
28652
28653 2003-07-17  Karl Berry  <karl@gnu.org>
28654
28655         * config/config.sub: update from prep.
28656
28657 2003-07-17  Bruno Haible  <bruno@clisp.org>
28658
28659         * modules/getnline: New file.
28660         * modules/getline: Add lib/getndelim2.c to source file list.
28661         * MODULES.html.sh (func_all_modules): Add getnline.
28662
28663 2003-07-17  Bruno Haible  <bruno@clisp.org>
28664
28665         * m4/getnline.m4: New file.
28666
28667 2003-07-17  Bruno Haible  <bruno@clisp.org>
28668
28669         * m4/Makefile.am.in: Remove file.
28670         * m4/Makefile.am: Remove file.
28671         * m4/Makefile.in: Remove file.
28672
28673 2003-07-17  Bruno Haible  <bruno@clisp.org>
28674
28675         * lib/getnline.h: New file.
28676         * lib/getnline.c: New file.
28677         * lib/getndelim2.c: New file, extracted from getline.c.
28678         (getndelim2): Renamed from getdelim2, with added nmax argument.
28679         * lib/getline.c: Include getndelim2.c.
28680         (getdelim2): Moved out to getndelim2.c.
28681         (getline, getdelim): Update.
28682
28683 2003-07-17  Bruno Haible  <bruno@clisp.org>
28684
28685         * lib/Makefile.am: Remove file.
28686         * lib/Makefile.in: Remove file.
28687
28688 2003-07-17  Bruno Haible  <bruno@clisp.org>
28689
28690         * configure.in: Remove file.
28691         * Makefile.in: Remove file.
28692
28693 2003-07-17  Bruno Haible  <bruno@clisp.org>
28694
28695         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28696
28697 2003-07-16  Karl Berry  <karl@gnu.org>
28698
28699         * config/srclist-update: was running fixlicense twice, which caused
28700                 texinfo.tex to be nullified for some reason.  Simplify,
28701                 $gplsrc is no longer needed as far as I can see?
28702
28703 2003-07-16  Jim Meyering  <jim@meyering.net>
28704
28705         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28706
28707 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28708
28709         * config/srclist.txt: Get the following files from gettext-runtime/intl
28710         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28711         ref-del.sin.  From Bruno Haible.
28712         * config/srclist-update (fixfile): Change grep pattern again, since the
28713         previous fix didn't work (there was another trailing $).  Use
28714         '[$]' to escape the $s.
28715
28716 2003-07-15  Karl Berry  <karl@gnu.org>
28717
28718         * lib/vasnprintf.c: update from gettext.
28719
28720 2003-07-15  Karl Berry  <karl@gnu.org>
28721
28722         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28723         gets expanded when surrounded by '$'.
28724
28725 2003-07-15  Jim Meyering  <jim@meyering.net>
28726
28727         * modules/save-cwd: Don't depend on error.  From Derek Price.
28728
28729 2003-07-15  Jim Meyering  <jim@meyering.net>
28730
28731         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28732
28733 2003-07-14  Simon Josefsson  <jas@extundo.com>
28734
28735         * modules/mempcpy: New file.
28736         * MODULES.html.sh (func_all_modules): Add mempcpy.
28737
28738 2003-07-14  Simon Josefsson  <jas@extundo.com>
28739
28740         * m4/mempcpy.m4: New file.
28741
28742 2003-07-14  Simon Josefsson  <jas@extundo.com>
28743
28744         * lib/mempcpy.h: New file.
28745         * lib/mempcpy.c: New file.
28746
28747 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28748
28749         * modules/getdate, modules/posixtm: Depend on mktime.
28750
28751 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28752
28753         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28754         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28755         unicodeio.c, unicodeio.h, unlocked-io.h:
28756         Switch from LGPL to GPL.
28757
28758 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28759
28760         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28761         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28762         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28763         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28764         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28765         updated automatically by ../config/srclist-update.  This changes
28766         their license from LPGL to GPL.
28767
28768 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28769
28770         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28771         assumed to refer to the root of the most recent stable gettext version.
28772         * config/srclistvars.sh: Add defaults for eggert.
28773         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28774         Match "This program" as well as "The program".  This is needed
28775         for gettext.
28776
28777 2003-07-14  Jim Meyering  <jim@meyering.net>
28778
28779         Don't emit diagnostics.  Let callers do that.
28780         * lib/save-cwd.c: Don't include "error.h".
28781         (save_cwd): Don't call error.  Ensure that errno is valid
28782         when returning nonzero.
28783
28784         * lib/save-cwd.h (restore_cwd): Update prototype.
28785         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28786         Simplify.  Don't call error upon failure.  Let callers do that.
28787         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28788         when auditing is enabled.  But don't bother updating the #if.
28789
28790 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28791
28792         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28793         it breaks C++ compilation.
28794         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28795
28796 2003-07-10  Simon Josefsson  <jas@extundo.com>
28797
28798         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28799
28800 2003-07-10  Jim Meyering  <jim@meyering.net>
28801
28802         * m4/clock_time.m4: Remove trailing blank.
28803         * m4/intmax_t.m4: Likewise.
28804
28805 2003-07-10  Jim Meyering  <jim@meyering.net>
28806
28807         * lib/vasnprintf.c: Remove trailing blanks.
28808         Make cpp indentation consistent.
28809
28810 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28811
28812         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28813         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28814         Switch from LGPL to GPL.
28815
28816 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28817
28818         * config/srclist.txt: Sort sublists.  Add
28819         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28820         that differ from gnulib for one reason or another; we'd like this list
28821         to be smaller but for now let's document what we have.
28822
28823 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28824
28825         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28826         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28827         and sweeter "eval x=$x".
28828         * config/srclist.txt: Get lib/argp* from glibc.
28829
28830 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28831
28832         * lib/mktime.c: Fix some boundary cases and remove need for floating
28833         point.
28834
28835         Issue a compile-time diagnostic if time_t is floating point, or if
28836         two's complement arithmetic is not in effect, or if arithmetic
28837         right shift does not propagate the sign.  These assumptions were
28838         all in the original code but they weren't checked.
28839
28840         (TIME_T_MIDPOINT, verify): New macros.
28841         (__isleap): Remove; it has integer overflow problems.
28842         (leapyear): New function, without those problems.
28843         (ydhms_tm_diff): Remove; splitting into two parts.
28844         (ydhms_diff): New function, containing the arithmetic part of
28845         the old ydhms_tm_diff function.  Issue a compile-time
28846         diagnostic if we are not using C99 integer division.
28847         Avoid casts when possible.
28848         (guess_time_tm): New function, containing the checking part of
28849         the old ydhms_tm_diff function.  Return the new value, rather than
28850         the difference between it and the old.  Accept a new argument T
28851         so that *T specifies the old value.  Check for overflow in the result.
28852
28853         (__mktime_internal): Use a time_t offset, not a long int offset.
28854         This undoes the 2003-06-04 change, which is no longer needed now
28855         that we have better overflow checking.
28856         (localtime_offset): Likewise.
28857
28858         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28859         and long are 64-bit but int is only 32-bit.
28860         (ydhms_diff): Use long int to store year1 and yday1.
28861         Issue a compile-time diagnostic if long int is not wide enough.
28862
28863         (__mktime_internal): Use long int to store adjusted year and yday.
28864         Use plain C rather than preprocessor commands, if that doesn't
28865         affect efficiency.
28866         Check for overflow (and try to repair) after each probe
28867         rather than checking only at the very end.  This avoids some bugs
28868         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28869         does not equal GMT offset at maximum time).
28870         Use integer to check for overflow rather than floating point; this
28871         is more portable to non-IEEE hosts, and is a tad faster.
28872         When we detect that we are oscillating between two values,
28873         don't check whether tm_isdst has the requested value, since
28874         we already know the answer.  When tm_isdst has the wrong value,
28875         use a different heuristic to find the right one, based on the
28876         extreme values actually observed in practice in tz2003a,
28877         rather than the (overly optimistic) "previous 3 calendar quarters".
28878
28879         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28880         "T const" to accommodate glibc style.
28881         (check_result): Use less-confusing report format.  "long" -> "long int.
28882         (main): Likewise.
28883         Don't loop if the iteration overflows time_t.
28884         Allow a negative step in the iteration.
28885
28886 2003-07-06  Karl Berry  <karl@gnu.org>
28887
28888         * config/depcomp: update from automake.
28889         * config/config.sub: update from prep.
28890
28891 2003-07-03  Karl Berry  <karl@gnu.org>
28892
28893         * config/config.guess: update from prep.
28894
28895 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28896
28897         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28898         xreadlink.c now includes it unconditionally.
28899
28900 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28901
28902         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28903         having it depend on HAVE_SYS_TYPES_H.
28904
28905 2003-07-01  Bruno Haible  <bruno@clisp.org>
28906
28907         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28908         <sys/types.h> should be sufficient.
28909         Reported by Paul Eggert.
28910
28911 2003-06-26  Karl Berry  <karl@gnu.org>
28912
28913         * config/depcomp: update from automake.
28914
28915 2003-06-26  Bruno Haible  <bruno@clisp.org>
28916
28917         * modules/human: Depend on module stdbool.
28918
28919 2003-06-25  Bruno Haible  <bruno@clisp.org>
28920
28921         * modules/readlink: New file.
28922         * modules/xreadlink: Depend on it.
28923         * MODULES.html.sh (func_all_modules): Add readlink.
28924
28925 2003-06-25  Bruno Haible  <bruno@clisp.org>
28926
28927         * m4/readlink.m4: New file.
28928
28929 2003-06-25  Bruno Haible  <bruno@clisp.org>
28930
28931         * lib/readlink.c: New file.
28932
28933 2003-06-22  Karl Berry  <karl@gnu.org>
28934
28935         * config/srclist.txt: update mkinstalldirs from automake.
28936         * config/mkinstalldirs: update.
28937
28938 2003-06-22  Bruno Haible  <bruno@clisp.org>
28939
28940         Portability to mingw32.
28941         * m4/ssize_t.m4: New file, from GNU gettext.
28942         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28943         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28944
28945 2003-06-22  Bruno Haible  <bruno@clisp.org>
28946
28947         * modules/safe-read: Add m4/ssize_t.m4.
28948         * modules/xreadlink: Add m4/ssize_t.m4.
28949
28950 2003-06-20  Bruno Haible  <bruno@clisp.org>
28951
28952         Assume C89, so PARAMS isn't needed.
28953         * lib/unicodeio.h (PARAMS): Remove.
28954         * lib/unicodeio.c: Don't use PARAMS.
28955
28956 2003-06-18  Karl Berry  <karl@gnu.org>
28957
28958         * config/config.{guess,sub}: update from prep.
28959
28960 2003-06-18  Jim Meyering  <jim@meyering.net>
28961
28962         Merge changes from coreutils.
28963         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28964         Remove explicit declarations of xmalloc and realloc.
28965         Include xalloc.h.
28966         (read_utmp): Remove anachronistic cast of xmalloc.
28967
28968 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28969
28970         Assume C89, so PARAMS isn't needed.
28971         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28972         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28973         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28974         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28975         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28976         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28977         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28978         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28979         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28980         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28981         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28982         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28983         no longer needed. Anyway, config.h should always be included before any
28984         other file.
28985
28986 2003-06-11  Simon Josefsson  <jas@extundo.com>
28987
28988         * modules/sysexits: New file.
28989         * MODULES.html.sh (func_all_modules): Add sysexits.
28990
28991 2003-06-11  Simon Josefsson  <jas@extundo.com>
28992
28993         * lib/sysexit_.h: New file.
28994
28995 2003-06-11  Derek Price  <derek@ximbiot.com>
28996
28997         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28998         necessary.
28999
29000 2003-06-11  Bruno Haible  <bruno@clisp.org>
29001
29002         * m4/sysexits.m4: New file.
29003
29004 2003-06-10  Simon Josefsson  <jas@extundo.com>
29005
29006         * lib/argp.h: New file, from glibc.
29007         * lib/argp-ba.c: New file, from glibc.
29008         * lib/argp-eexst.c: New file, from glibc.
29009         * lib/argp-fmtstream.c: New file, from glibc.
29010         * lib/argp-fmtstream.h: New file, from glibc.
29011         * lib/argp-fs-xinl.c: New file, from glibc.
29012         * lib/argp-help.c: New file, from glibc.
29013         * lib/argp-namefrob.h: New file, from glibc.
29014         * lib/argp-parse.c: New file, from glibc.
29015         * lib/argp-pv.c: New file, from glibc.
29016         * lib/argp-pvh.c: New file, from glibc.
29017         * lib/argp-xinl.c: New file, from glibc.
29018
29019 2003-06-10  Simon Josefsson  <jas@extundo.com>
29020
29021         * modules/strchrnul: New file.
29022
29023 2003-06-10  Simon Josefsson  <jas@extundo.com>
29024
29025         * modules/argp: New file.
29026
29027 2003-06-10  Simon Josefsson  <jas@extundo.com>
29028
29029         * m4/strchrnul.m4: New file.
29030
29031 2003-06-10  Simon Josefsson  <jas@extundo.com>
29032
29033         * lib/strchrnul.h: New file.
29034         * lib/strchrnul.c: New file.
29035
29036 2003-06-10  Bruno Haible  <bruno@clisp.org>
29037
29038         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
29039
29040 2003-06-07  Karl Berry  <karl@gnu.org>
29041
29042         * config/config.{guess,sub}: update from prep.
29043
29044 2003-06-07  Jim Meyering  <jim@meyering.net>
29045
29046         * modules/strtod: Use $(...) notation, not @...@ for
29047         AC_REPLACE'd variables.
29048         * modules/localcharset: Likewise.
29049
29050 2003-06-07  Jim Meyering  <jim@meyering.net>
29051
29052         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
29053         in place of my name in the copyright comment.
29054         Remove definition and uses of __P.
29055
29056         From coreutils.
29057         * lib/stat.c: Don't declare xmalloc explicitly.
29058         Instead, include "xalloc.h".
29059         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
29060         xrealloc, and xcalloc return values.
29061         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
29062         Improve comment.
29063         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
29064
29065 2003-06-07  Bruno Haible  <bruno@clisp.org>
29066
29067         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
29068         avoid AC_CONFIG_LINKS.
29069         * modules/fnmatch (Makefile.am): Use explicit creation rule for
29070         fnmatch.h, to avoid AC_CONFIG_LINKS.
29071         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
29072
29073 2003-06-07  Bruno Haible  <bruno@clisp.org>
29074
29075         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
29076         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
29077         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
29078         directory.
29079         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
29080         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
29081         directory.
29082
29083 2003-06-06  Jim Meyering  <jim@meyering.net>
29084
29085         Merge from coreutils.
29086         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
29087         Consolidate declarations and initializations of *_base* locals.
29088
29089         Merge from coreutils.
29090         This avoids a core dump on systems without GNU putenv,
29091         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
29092         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
29093         (unsetenv): New static function, from GNU libc.
29094         (rpl_putenv): Use it.
29095
29096         * lib/modechange.c: Remove trailing blanks.
29097
29098         Merge from coreutils.
29099         * lib/fsusage.c: Remove declaration of statfs.
29100         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
29101
29102         * lib/posixtm.c: Include <stdbool.h> unconditionally.
29103
29104 2003-06-06  Jim Meyering  <jim@meyering.net>
29105
29106         * lib/stdbool_.h: Renamed from stdbool.h.in.
29107
29108 2003-06-06  Jim Meyering  <jim@meyering.net>
29109             Bruno Haible  <bruno@clisp.org>
29110
29111         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
29112         Adjust Makefile.am snippet not to redirect directly to target.
29113         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
29114
29115 2003-06-05  Paul Eggert  <eggert@twinsun.com>
29116
29117         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
29118         mismatch, look in future quarters as well as past.  This fixes a
29119         bug when processing fall-backwards gaps immediately after a long
29120         period of daylight-saving time.
29121
29122         * lib/mktime.c: Assume freestanding C89 or better.
29123         (HAVE_LIMITS_H): Remove.  Assume it's 1.
29124         (__P): Remove; not used.
29125         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
29126         (mktime, not_equal_tm, print_tm, check_result,
29127         main): Use prototypes.  Use const * where appropriate.
29128         (main): Fix typo in testing code that uncovered by above changes.
29129         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
29130
29131 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29132
29133         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
29134         locale.h, localeconv.  This merges changes from coreutils.
29135
29136         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
29137         It can be removed after the next Autoconf is released.
29138         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
29139         needed.
29140
29141 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29142
29143         * lib/mktime.c: Fix Debian bug 177940
29144         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
29145         (localtime_offset): Now long int, not time_t, because we want it
29146         to be guaranteed to be signed.  All uses changed.
29147         (__mktime_internal): If overflow would occur when adding offset,
29148         don't add it.
29149
29150         Merge 'human' changes from coreutils.  Rewrite to support
29151         locale-specific notations like thousands separators.
29152         * lib/human.c: Simplify authorship notice.
29153         Include human.h immediately after config.h.
29154         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
29155         <limits.h>: Do not include, since human.h does.
29156         (SIZE_MAX, UINTMAX_MAX): New macros.
29157         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
29158         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
29159         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
29160         (power_letter): Renamed from suffixes.
29161         (generate_suffix_backwards): Remove.
29162         (adjust_value): Now takes int style (because of human.h changes)
29163         and long double value (for greater precision on some platforms).
29164         (group_number): New function.
29165         (human_readable): Use it.  Use integer options, not enum.
29166         Put the options before the sizes in the arg list.
29167         Support all the new options.
29168         The old human_readable function has been removed;
29169         use inttostr.h instead.
29170         (human_readable, default_block_size, humblock):
29171         Use uintmax_t, not int, for block sizes.
29172         (human_readable_inexact, block_size_types): Remove.
29173         (block_size_opts): New constant.
29174         (human_options): Renamed from human_block_size, with new signature
29175         that allows block sizes up to UINTMAX_MAX.  All callers changed.
29176         * lib/human.h: Add copyright and authorship notice.
29177         Include <limits.h> and <stdbool.h> unconditionally.
29178         (PARAMS): Remove.  All uses removed.
29179         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
29180         (enum human_inexact_style): Remove tag; now a nameless enum.
29181         (human_floor, human_ceiling, human_round_to_even): Now have
29182         values 2, 0, 1 rather than -1, 1, 0.
29183         (human_group_digits, human_suppress_point_zero, human_autoscale,
29184         human_base_1024, human_SI, human_B): New constants.
29185         (human_readable_inexact, human_block_size): Remove.
29186         (human_readable): Size args are now uintmax_t, not int.
29187         (human_options): New decl.
29188
29189         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
29190         unnecessary now that we assume C89 or better.  This change
29191         imported from coreutils.
29192
29193         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29194         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
29195         in the 2003-05-30 sync from glibc.
29196
29197         .h files should stand alone, but we shouldn't include <sys/types.h>
29198         if we can get away with just <stddef.h>.
29199
29200         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
29201         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
29202         rather than <sys/types.h>, as we merely need size_t.
29203         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
29204         to get size_t.
29205         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
29206         Include <stdio.h>, to get FILE.
29207         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
29208         memcasecmp.h has included <stddef.h> and all we need is size_t.
29209         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
29210         our interface, instead of including <sys/types.h>
29211
29212 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29213
29214         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
29215         now, as glibc mktime is buggy on non-glibc systems.
29216
29217 2003-06-03  Karl Berry  <karl@gnu.org>
29218
29219         * config/config.sub: update from prep.
29220
29221 2003-06-02  Paul Eggert  <eggert@twinsun.com>
29222
29223         [from coreutils]
29224         Fix some minor time-related bugs with POSIX time arguments.
29225         Some valid time stamps were being rejected (notably -1, and
29226         time stamps before 1900 on 64-bit hosts).  And some invalid
29227         time stamps were being accepted, e.g. September 31.
29228
29229         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
29230         that we can return (time_t) -1 successfully.
29231         * lib/posixtm.c: Likewise.
29232         [HAVE_STDBOOL_H]: Include <stdbool.h>.
29233         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
29234         (t): Remove static var.
29235         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
29236         of static var.  All uses changed.
29237         (year): Do not reject years before 1900; they can occur with
29238         64-bit time_t.
29239         (posix_time_parse): Do not check for out-of-range components;
29240         that is now the caller's responsibility, since our checks were
29241         only approximations.
29242         (posixtime): Use mktime to check for out-of-range components,
29243         since it knows them exactly.
29244         If mktime returns (time_t) -1, check whether an error actually occurred
29245         by invoking localtime on -1.
29246         (main) [TEST_POSIXTIME]: Check for input data errors, and report
29247         posixtime failures better.
29248         Improve the test data (in comments only).
29249
29250 2003-06-02  Karl Berry  <karl@gnu.org>
29251
29252         * config/mkinstalldirs (version): new variable.
29253         (--version): new option.
29254         (usage): improve message.
29255
29256 2003-05-30  Karl Berry  <karl@gnu.org>
29257
29258         * lib/mktime.c: update from libc.
29259
29260 2003-05-30  Bruno Haible  <bruno@clisp.org>
29261
29262         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
29263         * config/config.rpath: Upgrade to gettext-0.12.1.
29264
29265 2003-05-30  Bruno Haible  <bruno@clisp.org>
29266
29267         * m4/gettext.m4: Upgrade to gettext-0.12.1.
29268         * m4/nls.m4: New file, from gettext-0.12.1.
29269         * m4/po.m4: New file, from gettext-0.12.1.
29270         * m4/progtest.m4: Upgrade to gettext-0.12.1.
29271
29272 2003-05-30  Bruno Haible  <bruno@clisp.org>
29273
29274         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
29275         * lib/localcharset.h: Likewise.
29276         * lib/localcharset.c: Likewise.
29277
29278 2003-05-29  Karl Berry  <karl@gnu.org>
29279
29280         * config/config.rpath: update from gettext.
29281
29282 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29283
29284         Assume the headers required for C89 freestanding compilers.
29285         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
29286         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
29287         * m4/human.m4 (gl_HUMAN): Likewise.
29288         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
29289         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
29290         * m4/userspec.m4 (gl_USERSPEC): Likewise.
29291         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
29292         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29293         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
29294
29295 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29296
29297         Assume the headers required for C89 freestanding compilers.
29298         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
29299         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
29300         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
29301         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
29302         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
29303         define, since <limits.h> is guaranteed to do that.
29304         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
29305         * lib/exclude.c: Include <stdbool.h> unconditionally.
29306         * lib/tempname.c: Include <stddef.h> unconditionally.
29307         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
29308         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
29309         <stddef.h> does that.
29310         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
29311         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
29312         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
29313         needed.
29314         * lib/xstrtol.c: Likewise.
29315         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
29316         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
29317
29318         * lib/addext.c (addext): Use assignment rather than cast, to avoid
29319         warnings on some platforms.
29320
29321         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29322         arbitrarily.
29323
29324 2003-05-26  Jim Meyering  <jim@meyering.net>
29325
29326         Merge in a change from coreutils:
29327         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
29328         that is guaranteed to be `no'.  Use `no_such_member' to indicate
29329         that condition, rather than `-1' which is slightly misleading.
29330         Change the name of the cache variable to have the gl_ prefix.
29331         Prompted by a patch from Richard Dawe for DJGPP.
29332
29333 2003-05-24  Karl Berry  <karl@gnu.org>
29334
29335         * config/config.guess: update from prep.
29336
29337 2003-05-22  Karl Berry  <karl@gnu.org>
29338
29339         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
29340
29341 2003-05-20  Karl Berry  <karl@gnu.org>
29342
29343         * config/config.guess: update from prep.
29344
29345 2003-05-18  Karl Berry  <karl@gnu.org>
29346
29347         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
29348         might actually be set by the user.
29349
29350         * config/depcomp, install-sh, mdate-sh: update from automake.
29351
29352 2003-05-17  Bruno Haible  <bruno@clisp.org>
29353
29354         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
29355         invalid expansion for AC_EGREP_CPP.
29356         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
29357         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
29358         Suggested by Akim Demaille <akim@epita.fr> in
29359         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
29360
29361 2003-05-12  Jim Meyering  <jim@meyering.net>
29362
29363         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
29364         the space-padded-by-default conversion specifiers, %e, %k, %l.
29365
29366 2003-05-12  Bruno Haible  <bruno@clisp.org>
29367
29368         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
29369         the string is longer than 4 KB.
29370
29371 2003-05-11  Karl Berry  <karl@gnu.org>
29372
29373         * config/config.{guess,sub}: update from prep.
29374
29375 2003-05-09  Bruno Haible  <bruno@clisp.org>
29376
29377         * modules/error: Add m4/strerror_r.m4 to file list.
29378
29379 2003-05-03  Bruno Haible  <bruno@clisp.org>
29380
29381         Upgrade to Unicode-4.0.
29382         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
29383         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
29384         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
29385         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
29386         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
29387         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
29388         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
29389         Change width of U+E0100..U+E01EF from 1 to 0.
29390
29391 2003-04-25  Jim Meyering  <jim@meyering.net>
29392
29393         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
29394         of type size_t, not int.
29395
29396 2003-04-25  Bruno Haible  <bruno@clisp.org>
29397
29398         * lib/copy-file.c: Include <stddef.h>, for size_t.
29399
29400 2003-04-21  Paul Eggert  <eggert@twinsun.com>
29401
29402         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
29403         code which expansion is under static control.  Patch imported from
29404         Akim Demaille's patch to Bison; see
29405         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
29406
29407 2003-04-14  Bruno Haible  <bruno@clisp.org>
29408
29409         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
29410
29411 2003-04-11  Jim Meyering  <jim@meyering.net>
29412
29413         Merge changes from Coreutils.
29414
29415         2003-03-22  Jim Meyering  <jim@meyering.net>
29416
29417         * lib/strftime.c (widen): Cast alloca return value to proper type.
29418
29419         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
29420
29421         From GNU libc.
29422         * lib/strftime.c (my_strftime): Handle very large width
29423         specifications for numeric values correctly.  Improve checks for
29424         overflow.
29425
29426         2003-01-19  Jim Meyering  <jim@meyering.net>
29427
29428         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
29429         definitions.
29430         (nl_get_alt_digit) [! defined my_strftime]: Define.
29431         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
29432         _nl_get_alt_digit and _nl_get_walt_digit.
29433
29434         * lib/strftime.c (my_strftime): Merge in locale-related changes from
29435         libc. These changes have no effect outside of _LIBC.
29436
29437 2003-04-10  Bruno Haible  <bruno@clisp.org>
29438
29439         * modules/findprog: New file.
29440         * MODULES.html.sh (func_all_modules): Add it.
29441
29442 2003-04-10  Bruno Haible  <bruno@clisp.org>
29443
29444         * m4/findprog.m4: New file.
29445         * m4/eaccess.m4: New file.
29446
29447 2003-04-10  Bruno Haible  <bruno@clisp.org>
29448
29449         * lib/findprog.h: New file, from GNU gettext.
29450         * lib/findprog.c: New file, from GNU gettext.
29451
29452 2003-04-05  Jim Meyering  <jim@meyering.net>
29453
29454         Merge changes from Coreutils.
29455
29456         * lib/exclude.h (PARAMS): Remove definition and uses.
29457         * lib/exclude.c: Remove uses of `PARAMS'.
29458
29459         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
29460         Add test-cases for DOS filenames. Declare program_name.
29461         (main): Set up program_name.  Patch by Rich Dawe.
29462
29463         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29464         error from mntctl.
29465         Use mntctl's return value to drive the entry-processing loop, since
29466         we can't rely on the value of the vmt_length member in the last
29467         entry.  On some systems doing so could result in exhausting
29468         virtual memory.  Based in part on a patch from Mike Jetzer.
29469
29470 2003-04-04  Bruno Haible  <bruno@clisp.org>
29471
29472         * modules/linebreak: New file.
29473         * MODULES.html.sh (func_all_modules): Add it.
29474
29475 2003-04-04  Bruno Haible  <bruno@clisp.org>
29476
29477         * m4/linebreak.m4: New file.
29478
29479 2003-04-04  Bruno Haible  <bruno@clisp.org>
29480
29481         * lib/linebreak.h: New file, from GNU gettext.
29482         * lib/linebreak.c: New file, from GNU gettext with slight
29483         modifications.
29484         * lib/lbrkprop.h: New file, from GNU gettext.
29485
29486 2003-04-03  Bruno Haible  <bruno@clisp.org>
29487
29488         * modules/utf8-ucs4: New file.
29489         * modules/utf16-ucs4: New file.
29490         * modules/ucs4-utf8: New file.
29491         * modules/ucs4-utf16: New file.
29492         * MODULES.html.sh (func_all_modules): Add them.
29493
29494 2003-04-03  Bruno Haible  <bruno@clisp.org>
29495
29496         * m4/utf-ucs4.m4: New file.
29497         * m4/ucs4-utf.m4: New file.
29498
29499 2003-04-03  Bruno Haible  <bruno@clisp.org>
29500
29501         * lib/utf8-ucs4.h: New file, from GNU gettext.
29502         * lib/utf16-ucs4.h: New file, from GNU gettext.
29503         * lib/ucs4-utf8.h: New file, from GNU gettext.
29504         * lib/ucs4-utf16.h: New file, from GNU gettext.
29505
29506 2003-04-02  Bruno Haible  <bruno@clisp.org>
29507
29508         * modules/binary-io: New file.
29509         * MODULES.html.sh (func_all_modules): Add it.
29510
29511 2003-04-02  Bruno Haible  <bruno@clisp.org>
29512
29513         * lib/binary-io.h: New file, from GNU gettext.
29514
29515 2003-04-01  Bruno Haible  <bruno@clisp.org>
29516
29517         * modules/pathname: New file.
29518         * MODULES.html.sh (func_all_modules): Add it.
29519
29520 2003-04-01  Bruno Haible  <bruno@clisp.org>
29521
29522         * lib/pathname.h: New file, from GNU gettext.
29523         * lib/concatpath.c: New file, from GNU gettext.
29524
29525 2003-03-30  Bruno Haible  <bruno@clisp.org>
29526
29527         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
29528
29529 2003-03-30  Bruno Haible  <bruno@clisp.org>
29530
29531         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
29532         function chown() doesn't exist.
29533
29534 2003-03-28  Bruno Haible  <bruno@clisp.org>
29535
29536         * modules/copy-file: New file.
29537         * MODULES.html.sh (func_all_modules): Add it.
29538
29539 2003-03-28  Bruno Haible  <bruno@clisp.org>
29540
29541         * m4/copy-file.m4: New file.
29542
29543 2003-03-28  Bruno Haible  <bruno@clisp.org>
29544
29545         * lib/copy-file.h: New file, from GNU gettext.
29546         * lib/copy-file.c: New file, from GNU gettext.
29547
29548 2003-03-18  Jim Meyering  <jim@meyering.net>
29549
29550         * lib/quote.c (quote_n): Fix typo in comment.
29551
29552 2003-03-18  Bruno Haible  <bruno@clisp.org>
29553
29554         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
29555         checking.
29556         * m4/onceonly_2_57.m4: Likewise.
29557
29558 2003-03-17  Bruno Haible  <bruno@clisp.org>
29559
29560         * m4/onceonly.m4: Require autoconf 2.54 or newer.
29561         (m4_quote): Remove macro.
29562         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
29563
29564 2003-03-14  Jim Meyering  <jim@meyering.net>
29565
29566         Merge changes from Coreutils.
29567         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
29568         to be const, in order to avoid warnings.
29569         (obstack_room): Likewise.
29570         (obstack_empty_p): Likewise.
29571
29572 2003-03-14  Bruno Haible  <bruno@clisp.org>
29573
29574         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
29575         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
29576
29577 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29578
29579         Merge changes from Bison.
29580         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
29581         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
29582         when compiling Bison 1.875's `bitset bset = obstack_alloc
29583         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
29584         * lib/hash.c: Include <stdbool.h> unconditionally.
29585
29586 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29587
29588         * m4/onceonly.m4 (m4_quote): New macro.
29589         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
29590         Quote AC_FOREACH variable-expansions properly.
29591
29592 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29593
29594         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
29595
29596 2003-03-09  Paul Eggert  <eggert@twinsun.com>
29597
29598         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
29599         Reported by Bruce Becker; see:
29600         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
29601
29602 2003-03-03  Paul Eggert  <eggert@twinsun.com>
29603             Bruno Haible  <bruno@clisp.org>
29604
29605         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
29606         Reported by John Hughes, see
29607         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
29608
29609 2003-02-20  Bruno Haible  <bruno@clisp.org>
29610
29611         * MODULES.html.sh (func_all_modules): Add poll.
29612
29613 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29614
29615         * modules/poll: New file.
29616
29617 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29618
29619         * lib/poll_.h: New file.
29620         * lib/poll.c: New file.
29621
29622 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29623
29624         * m4/poll.m4: New file.
29625
29626 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29627
29628         * modules/mathl: New file.
29629
29630 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29631
29632         * lib/mathl.h: New file.
29633         * lib/acosl.c: New file.
29634         * lib/asinl.c: New file.
29635         * lib/atanl.c: New file.
29636         * lib/ceill.c: New file.
29637         * lib/cosl.c: New file.
29638         * lib/expl.c: New file.
29639         * lib/floorl.c: New file.
29640         * lib/frexpl.c: New file.
29641         * lib/ldexpl.c: New file.
29642         * lib/logl.c: New file.
29643         * lib/sincosl.c: New file.
29644         * lib/sinl.c: New file.
29645         * lib/sqrtl.c: New file.
29646         * lib/tanl.c: New file.
29647         * lib/trigl.c: New file.
29648         * lib/trigl.h: New file.
29649
29650 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29651
29652         * m4/mathl.m4: New file.
29653
29654 2003-02-18  Bruno Haible  <bruno@clisp.org>
29655
29656         * MODULES.html.sh (func_all_modules): Add mathl.
29657
29658 2003-02-17  Bruno Haible  <bruno@clisp.org>
29659
29660         * modules/mkdtemp: New module.
29661         * MODULES.html.sh (func_all_modules): Add it.
29662
29663 2003-02-17  Bruno Haible  <bruno@clisp.org>
29664
29665         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29666
29667 2003-02-17  Bruno Haible  <bruno@clisp.org>
29668
29669         * lib/mkdtemp.h: New file, from GNU gettext.
29670         * lib/mkdtemp.c: New file, from GNU gettext.
29671
29672 2003-02-02  Jim Meyering  <jim@meyering.net>
29673
29674         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29675         e.g. glibc-2.2.93.
29676
29677 2003-01-31  Bruno Haible  <bruno@clisp.org>
29678
29679         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29680         'rpl_rename'.
29681         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29682         'rpl_strnlen'.
29683         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29684         'rpl_strtod'.
29685         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29686         'rpl_utime'.
29687
29688 2003-01-31  Bruno Haible  <bruno@clisp.org>
29689
29690         * lib/rename.c: #undef rename before defining rpl_rename.
29691         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29692
29693 2003-01-30  Bruno Haible  <bruno@clisp.org>
29694
29695         * modules/vasnprintf, modules/vasprintf: New modules.
29696         * MODULES.html.sh (func_all_modules): Add them.
29697
29698 2003-01-30  Bruno Haible  <bruno@clisp.org>
29699
29700         * m4/signed.m4: New file, from GNU gettext.
29701         * m4/longdouble.m4: New file, from GNU gettext.
29702         * m4/wchar_t.m4: New file, from GNU gettext.
29703         * m4/wint_t.m4: New file, from GNU gettext.
29704         * m4/vasnprintf.m4: New file.
29705         * m4/vasprintf.m4: New file.
29706
29707 2003-01-30  Bruno Haible  <bruno@clisp.org>
29708
29709         * lib/printf-args.h: New file, from GNU gettext.
29710         * lib/printf-args.c: New file, from GNU gettext.
29711         * lib/printf-parse.h: New file, from GNU gettext.
29712         * lib/printf-parse.c: New file, from GNU gettext.
29713         * lib/vasnprintf.h: New file, from GNU gettext.
29714         * lib/vasnprintf.c: New file, from GNU gettext.
29715         * lib/asnprintf.c: New file, from GNU gettext.
29716         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29717         * lib/vasprintf.c: New file, from GNU gettext.
29718         * lib/asprintf.c: New file, from GNU gettext.
29719
29720 2003-01-29  Bruno Haible  <bruno@clisp.org>
29721
29722         * modules/stpncpy: New module.
29723         * MODULES.html.sh (func_all_modules): Add it.
29724
29725 2003-01-29  Bruno Haible  <bruno@clisp.org>
29726
29727         * m4/stpncpy.m4: New file.
29728
29729 2003-01-29  Bruno Haible  <bruno@clisp.org>
29730
29731         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29732         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29733
29734 2003-01-28  Bruno Haible  <bruno@clisp.org>
29735
29736         * modules/c-ctype: New module.
29737         * MODULES.html.sh (func_all_modules): Add it.
29738
29739 2003-01-28  Bruno Haible  <bruno@clisp.org>
29740
29741         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29742         Paul Eggert.
29743         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29744         Paul Eggert.
29745
29746 2003-01-27  Bruno Haible  <bruno@clisp.org>
29747
29748         * modules/xsetenv: New module.
29749         * MODULES.html.sh (func_all_modules): Add it.
29750
29751 2003-01-27  Bruno Haible  <bruno@clisp.org>
29752
29753         * lib/xsetenv.h: New file, from GNU gettext.
29754         * lib/xsetenv.c: New file, from GNU gettext.
29755
29756 2003-01-23  Jim Meyering  <jim@meyering.net>
29757
29758         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29759         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29760
29761 2003-01-23  Bruno Haible  <bruno@clisp.org>
29762
29763         * modules/minmax: New module.
29764         * MODULES.html.sh (func_all_modules): Add it.
29765
29766 2003-01-23  Bruno Haible  <bruno@clisp.org>
29767
29768         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29769         Eggert.
29770
29771 2003-01-22  Bruno Haible  <bruno@clisp.org>
29772
29773         * modules/exit: New module.
29774         * MODULES.html.sh (func_all_modules): Add it.
29775
29776 2003-01-22  Bruno Haible  <bruno@clisp.org>
29777
29778         * lib/exit.h: New file, from GNU gettext.
29779
29780 2003-01-19  Bruno Haible  <bruno@clisp.org>
29781
29782         * gnulib-tool: Recognize option --extract-maintainer.
29783         (func_get_maintainer): New function.
29784         * modules/*: Add Maintainer entry.
29785
29786 2003-01-16  Jim Meyering  <jim@meyering.net>
29787
29788         * m4/regex.m4: The `regex' struct is both input and output.
29789         Initialize it before each use.  Patch by Tim Waugh.
29790
29791 2003-01-16  Bruno Haible  <bruno@clisp.org>
29792
29793         * MODULES.html.sh: Add a table of contents. Add the module name as
29794         leftmost column. Add hyperlinks.
29795
29796 2003-01-15  Bruno Haible  <bruno@clisp.org>
29797
29798         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29799
29800 2003-01-15  Bruno Haible  <bruno@clisp.org>
29801
29802         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29803         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29804         suffix.
29805
29806 2003-01-15  Bruno Haible  <bruno@clisp.org>
29807
29808         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29809
29810 2003-01-15  Bruno Haible  <bruno@clisp.org>
29811
29812         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29813         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29814
29815 2003-01-14  Jim Meyering  <jim@meyering.net>
29816
29817         * lib/same.c (same_name): Tweak a comment.
29818
29819 2003-01-14  Bruno Haible  <bruno@clisp.org>
29820
29821         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29822         when a string comparison is sufficient.
29823
29824 2003-01-14  Bruno Haible  <bruno@clisp.org>
29825
29826         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29827         'unsigned int'.
29828
29829 2003-01-14  Bruno Haible  <bruno@clisp.org>
29830
29831         * lib/hash-pjw.c: Add comment about low quality of this function.
29832
29833 2003-01-13  Bruno Haible  <bruno@clisp.org>
29834
29835         * modules/stpcpy: Distribute lib/stpcpy.h.
29836         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29837
29838 2003-01-13  Bruno Haible  <bruno@clisp.org>
29839
29840         * modules/*: Add a description.
29841         * modules/strpbrk: Fix Makefile.am snippet.
29842         * modules/strtoimax: Fix dependencies.
29843         * modules/strtoumax: Likewise.
29844
29845 2003-01-13  Bruno Haible  <bruno@clisp.org>
29846
29847         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29848         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29849         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29850
29851 2003-01-13  Bruno Haible  <bruno@clisp.org>
29852
29853         * gnulib-tool (func_create_testdir): Store config/* files in the main
29854         directory.
29855         * config.rpath: Move to ...
29856         * config/config.rpath: ... here.
29857         * modules/gettext: Contains config/config.rpath, not config.rpath.
29858         * modules/iconv: Likewise.
29859
29860 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29861
29862         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29863         to avoid collisions with libcurses and libreadline.
29864
29865         * m4/getstr.m4: Remove.
29866         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29867
29868 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29869
29870         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29871         to avoid collisions with libcurses and libreadline.
29872
29873         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29874         * lib/getstr.h, getstr.c: Remove.
29875         * lib/getline.c: Include "getline.h", to check interface.
29876         Move body of old getstr.c here: this defines MIN_CHUNK and
29877         declares getdelim2, which is renamed from getstr.
29878         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29879
29880         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29881         All uses changed.
29882         * lib/linebuffer.h: Likewise.
29883         (readline): Remove backward-compatibility macro.
29884
29885 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29886
29887         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29888         to avoid collisions with libcurses and libreadline.
29889         * getstr: Remove.
29890         * MODULES.html.sh: Remove getstr.
29891         * modules/getline: Depend on unlocked-io, not getstr.
29892
29893 2003-01-12  Jim Meyering  <jim@meyering.net>
29894
29895         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29896
29897 2003-01-10  Bruno Haible  <bruno@clisp.org>
29898
29899         * modules/alloca: Change Makefile.am requirements. Simplify Include
29900         requirements. Add lib/alloca_.h to file list.
29901
29902 2003-01-10  Bruno Haible  <bruno@clisp.org>
29903
29904         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29905
29906 2003-01-10  Bruno Haible  <bruno@clisp.org>
29907
29908         * lib/alloca_.h: New file.
29909         * lib/getdate.y: Unconditionally include alloca.h.
29910         * lib/makepath.c: Likewise.
29911         * lib/setenv.c: Likewise.
29912         * lib/userspec.c: Likewise.
29913
29914 2003-01-09  Karl Berry  <karl@gnu.org>
29915
29916         * MODULES.html.sh: include `dirname $0` in PATH, to find
29917         gnulib-tool.
29918
29919 2003-01-09  Bruno Haible  <bruno@clisp.org>
29920
29921         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29922         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29923
29924 2003-01-09  Bruno Haible  <bruno@clisp.org>
29925
29926         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29927
29928 2003-01-09  Bruno Haible  <bruno@clisp.org>
29929
29930         * lib/stdbool.h.in: New file.
29931
29932 2003-01-09  Bruno Haible  <bruno@clisp.org>
29933
29934         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29935         * MODULES.html.sh: Likewise.
29936
29937 2003-01-08  Jim Meyering  <jim@meyering.net>
29938
29939         * lib/full-write.c: Undefine and define-away `const' after inclusion
29940         of errno.h, not before.  Suggestion from Bruno Haible.
29941
29942 2003-01-08  Bruno Haible  <bruno@clisp.org>
29943
29944         * modules/full-read: Depend on full-write.
29945
29946 2003-01-08  Bruno Haible  <bruno@clisp.org>
29947
29948         * lib/safe-read.c: Include specification header first, to ensure its
29949         selfcontainedness.
29950         * lib/full-write.c: Likewise.
29951
29952 2003-01-07  Jim Meyering  <jim@meyering.net>
29953
29954         * lib/full-write.c: Rework so that it may serve to define full_read,
29955         too.
29956         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29957
29958 2003-01-07  Bruno Haible  <bruno@clisp.org>
29959
29960         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29961         <inttypes.h>.
29962         * lib/xstrtol.h: Likewise.
29963         * lib/xstrtoimax.c: Likewise.
29964         * lib/xstrtoumax.c: Likewise.
29965         * lib/human.h: Likewise.
29966
29967         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29968         on systems that have <inttypes.h> but not <stdint.h>.
29969
29970 2003-01-07  Bruno Haible  <bruno@clisp.org>
29971
29972         * MODULES.html.sh: Add copyright notice.
29973         (missed_files): Omit CVS directory entries.
29974         (func_module): Make it work with sed-3.02.
29975         * MODULES.txt: Remove file.
29976
29977 2003-01-06  Jim Meyering  <jim@meyering.net>
29978
29979         * lib/version-etc.c: Update year in translatable copyright string.
29980
29981 2003-01-03  Karl Berry  <karl@gnu.org>
29982
29983         * config/config.{guess,sub}: update from prep.
29984
29985 2003-01-02  Karl Berry  <karl@gnu.org>
29986
29987         * doc/COPYING.DOC: belatedly updated to 1.2.
29988
29989 2003-01-01  Karl Berry  <karl@gnu.org>
29990
29991         * gnulib-tool (func_verify_module): report module name $module in
29992         error message, not $1.
29993         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29994         be created, only if it doesn't exist.
29995         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29996
29997 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29998
29999         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
30000
30001 2002-12-31  Paul Eggert  <eggert@twinsun.com>
30002
30003         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
30004         memcmp if strcoll doesn't work.
30005
30006 2002-12-31  Bruno Haible  <bruno@clisp.org>
30007
30008         * lib/utime.c (utime_null): No need to call ftruncate if the file was
30009         nonempty.
30010
30011 2002-12-31  Bruno Haible  <bruno@clisp.org>
30012
30013         * lib/memcoll.c (STRCOLL): New macro.
30014         (memcoll): Use it.
30015
30016 2002-12-31  Bruno Haible  <bruno@clisp.org>
30017
30018         * lib/localcharset.h: New file.
30019         * lib/localcharset.c: Include it.
30020         * lib/unicodeio.c: Likewise.
30021
30022 2002-12-31  Bruno Haible  <bruno@clisp.org>
30023
30024         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
30025         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
30026
30027 2002-12-31  Bruno Haible  <bruno@clisp.org>
30028
30029         * lib/getline.h: Include <stddef.h>, for size_t.
30030
30031         * lib/unicodeio.h: Include <stddef.h>, for size_t.
30032         * lib/unicodeio.c: Don't include <stddef.h>.
30033
30034 2002-12-31  Bruno Haible  <bruno@clisp.org>
30035
30036         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
30037         HAVE_TM_ZONE.
30038
30039 2002-12-24  Karl Berry  <karl@gnu.org>
30040
30041         * config/config.guess: update from prep.
30042
30043 2002-12-24  Bruno Haible  <bruno@clisp.org>
30044
30045         General infrasructure.
30046         * m4/README: Rewritten.
30047         * m4/onceonly.m4: New file.
30048         * m4/onceonly_2_57.m4: New file.
30049
30050         Module atexit.
30051         * m4/atexit.m4: New file.
30052
30053         Module strtod.
30054         * m4/strtod.m4: New file.
30055
30056         Module strtol.
30057         * m4/strtol.m4: New file.
30058
30059         Module strtoul.
30060         * m4/strtoul.m4: New file.
30061
30062         Module memchr.
30063         * m4/memchr.m4: New file.
30064
30065         Module memcmp.
30066         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
30067         (jm_FUNC_MEMCMP): Invoke it.
30068
30069         Module memcpy.
30070         * m4/memcpy.m4: New file.
30071
30072         Module memmove.
30073         * m4/memmove.m4: New file.
30074
30075         Module memset.
30076         * m4/memset.m4: New file.
30077
30078         Module strcspn.
30079         * m4/strcspn.m4: New file.
30080
30081         Module strpbrk.
30082         * m4/strpbrk.m4: New file.
30083
30084         Module strstr.
30085         * m4/strstr.m4: New file.
30086
30087         Module strerror.
30088         * m4/strerror.m4: New file.
30089
30090         Module mktime.
30091         * m4/mktime.m4: Renamed from jm-mktime.m4.
30092         (gl_PREREQ_MKTIME): New macro.
30093         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
30094
30095         Module malloc.
30096         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
30097         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
30098         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
30099
30100         Module realloc.
30101         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
30102         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
30103         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
30104
30105         Module strftime.
30106         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
30107         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
30108         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
30109         gl_TM_GMTOFF.
30110         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
30111
30112         Module xalloc.
30113         * m4/xalloc.m4: New file.
30114
30115         Module alloca.
30116         * m4/alloca.m4: New file.
30117
30118         Module putenv.
30119         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
30120         (jm_FUNC_PUTENV): Invoke it.
30121
30122         Module setenv.
30123         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
30124         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
30125         when invoked twice.
30126         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
30127         gt_FUNC_SETENV.
30128
30129         Module memrchr.
30130         * m4/memrchr.m4: New file.
30131
30132         Module stpcpy.
30133         * m4/stpcpy.m4: New file.
30134
30135         Module strcase.
30136         * m4/strcase.m4: New file.
30137
30138         Module strdup.
30139         * m4/strdup.m4: New file.
30140
30141         Module strnlen.
30142         * m4/strnlen.m4: New file.
30143
30144         Module strndup.
30145         * m4/strndup.m4: New file.
30146
30147         Module xstrtod.
30148         * m4/xstrtod.m4: New file.
30149
30150         Module xstrtol.
30151         * m4/xstrtol.m4: New file.
30152
30153         Module getdate.
30154         * m4/getdate.m4: New file.
30155
30156         Module unlocked-io.
30157         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
30158         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
30159         * m4/jm-glibc-io.m4n: Remove file.
30160
30161         Module long-options.
30162         * m4/long-options.m4: New file.
30163
30164         Module md5.
30165         * m4/md5.m4: New file.
30166
30167         Module sha.
30168         * m4/sha.m4: New file.
30169
30170         Module getstr.
30171         * m4/getstr.m4: New file.
30172
30173         Module getline.
30174         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
30175         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
30176         <sys/types.h>, for size_t. Use the function name gnu_getline, not
30177         simply getline. Infoke gl_PREREQ_GETLINE.
30178
30179         Module obstack.
30180         * m4/obstack.m4: New file.
30181
30182         Module hash.
30183         * m4/hash.m4: New file.
30184
30185         Module readtokens.
30186         * m4/readtokens.m4: New file.
30187
30188         Module strverscmp.
30189         * m4/strverscmp.m4: New file.
30190
30191         Module stdbool.
30192         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
30193         OSF/1.
30194
30195         Module strtoll.
30196         * m4/strtoll.m4: New file.
30197
30198         Module strtoull.
30199         * m4/strtoull.m4: New file.
30200
30201         Module strtoimax.
30202         * m4/strtoimax.m4: New file.
30203
30204         Module strtoumax.
30205         * m4/strtoumax.m4: New file.
30206
30207         Module xstrtoimax.
30208         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
30209         jm_AC_PREREQ_XSTRTOIMAX.
30210         Moved the strtol prerequisites to strtol.m4.
30211         Moved the strtoll prerequisites to strtoll.m4.
30212         Moved the strtoimax prerequisites to strtoimax.m4.
30213
30214         Module xstrtoumax.
30215         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
30216         jm_AC_PREREQ_XSTRTOUMAX.
30217         Moved the strtoul prerequisites to strtoul.m4.
30218         Moved the strtoull prerequisites to strtoull.m4.
30219         Moved the strtoumax prerequisites to strtoumax.m4.
30220
30221         Module chown.
30222         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
30223         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
30224
30225         Module dup2.
30226         * m4/dup2.m4: New file.
30227
30228         Module ftruncate.
30229         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
30230         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
30231
30232         Module getgroups.
30233         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
30234         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
30235
30236         Module gettimeofday.
30237         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
30238         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
30239         gl_PREREQ_GETTIMEOFDAY.
30240
30241         Module mkdir.
30242         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
30243         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
30244
30245         Module mkstemp.
30246         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
30247         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
30248         jm_AC_TYPE_UINTMAX_T.
30249         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
30250
30251         Module stat.
30252         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
30253         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
30254
30255         Module lstat.
30256         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
30257         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
30258
30259         Module timespec.
30260         * m4/timespec.m4 (gl_TIMESPEC): New macro.
30261         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
30262         * m4/st_mtim.m4: Indentation.
30263
30264         Module nanosleep.
30265         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
30266         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
30267         gl_PREREQ_NANOSLEEP.
30268
30269         Module regex.
30270         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
30271         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
30272         (gl_REGEX): New macro.
30273
30274         Module rename.
30275         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
30276         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
30277
30278         Module rmdir.
30279         * m4/rmdir.m4: New file.
30280
30281         Module utime.
30282         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
30283         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
30284         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
30285
30286         Module dirname.
30287         * m4/dirname.m4: New file.
30288
30289         Module getopt.
30290         * m4/getopt.m4: New file.
30291
30292         Module unistd-safer.
30293         * m4/unistd-safer.m4: New file.
30294
30295         Module fnmatch.
30296         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
30297         declaration.
30298         (gl_PREREQ_FNMATCH_EXTRA): New macro.
30299         (gl_FUNC_FNMATCH_POSIX): New macro.
30300         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
30301         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
30302         simply fnmatch.
30303
30304         Module exclude.
30305         * m4/exclude.m4: New file.
30306
30307         Module human.
30308         * m4/human.m4: New file.
30309
30310         Module acl.
30311         * m4/acl.m4: Nop.
30312
30313         Module backupfile.
30314         * m4/backupfile.m4: New file.
30315         * m4/d-ino.m4: Indentation.
30316
30317         Module fsusage.
30318         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
30319         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
30320         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
30321
30322         Module dirfd.
30323         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
30324         requirements.
30325
30326         Module euidaccess.
30327         * m4/euidaccess.m4: New file.
30328
30329         Module file-type.
30330         * m4/file-type.m4: New file.
30331
30332         Module fileblocks.
30333         * m4/fileblocks.m4: New file.
30334
30335         Module filemode.
30336         * m4/filemode.m4: New file.
30337
30338         Module isdir.
30339         * m4/isdir.m4: New file.
30340
30341         Module lchown.
30342         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
30343         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
30344
30345         Module makepath.
30346         * m4/makepath.m4: New file.
30347
30348         Module modechange.
30349         * m4/modechange.m4: New file.
30350
30351         Module mountlist.
30352         * m4/mountlist.m4: New file.
30353         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
30354         Indentation.
30355
30356         Module path-concat.
30357         * m4/path-concat.m4: New file.
30358
30359         Module pathmax.
30360         * m4/pathmax.m4: New file.
30361
30362         Module same.
30363         * m4/same.m4: New file.
30364
30365         Module save-cwd.
30366         * m4/save-cwd.m4: New file.
30367
30368         Module savedir.
30369         * m4/savedir.m4: New file.
30370
30371         Module xgetcwd.
30372         * m4/xgetcwd.m4: New file.
30373         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
30374
30375         Module xreadlink.
30376         * m4/xreadlink.m4: New file.
30377
30378         Module safe-read.
30379         * m4/safe-read.m4: New file.
30380
30381         Module safe-write.
30382         * m4/safe-write.m4: New file.
30383
30384         Module closeout.
30385         * m4/closeout.m4: New file.
30386
30387         Module stdio-safer.
30388         * m4/stdio-safer.m4: New file.
30389
30390         Module getpass.
30391         * m4/getpass.m4: New file.
30392
30393         Module getugroups.
30394         * m4/getugroups.m4: New file.
30395
30396         Module group-member.
30397         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
30398         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
30399
30400         Module idcache.
30401         * m4/idcache.m4: New file.
30402
30403         Module userspec.
30404         * m4/userspec.m4: New file.
30405
30406         Module gettime.
30407         * m4/clock_time.m4: New file.
30408         * m4/gettime.m4: New file.
30409
30410         Module settime.
30411         * m4/settime.m4: New file.
30412
30413         Module posixtm.
30414         * m4/posixtm.m4: New file.
30415
30416         Module gethostname.
30417         * m4/gethostname.m4: New file.
30418
30419         Module canon-host.
30420         * m4/canon-host.m4: New file.
30421
30422         Module gettext.
30423         * m4/codeset.m4: New file, from gettext-0.11.5.
30424         * m4/gettext.m4: New file, from gettext-0.11.5.
30425         * m4/glibc21.m4: New file, from gettext-0.11.5.
30426         * m4/iconv.m4: New file, from gettext-0.11.5.
30427         * m4/intdiv0.m4: New file, from gettext-0.11.5.
30428         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
30429         * m4/inttypes.m4: New file, from gettext-0.11.5.
30430         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
30431         * m4/isc-posix.m4: New file, from gettext-0.11.5.
30432         * m4/lcmessage.m4: New file, from gettext-0.11.5.
30433         * m4/lib-ld.m4: New file, from gettext-0.11.5.
30434         * m4/lib-link.m4: New file, from gettext-0.11.5.
30435         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
30436         * m4/progtest.m4: New file, from gettext-0.11.5.
30437         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
30438         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
30439         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
30440
30441         Module localcharset.
30442         * m4/localcharset.m4: New file.
30443
30444         Module hard-locale.
30445         * m4/hard-locale.m4: New file.
30446
30447         Module mbswidth.
30448         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
30449         onceonly macros.
30450         * m4/mbrtowc.m4: Add comment.
30451
30452         Module memcasecmp.
30453         * m4/memcasecmp.m4: New file.
30454
30455         Module memcoll.
30456         * m4/memcoll.m4: New file.
30457
30458         Module unicodeio.
30459         * m4/unicodeio.m4: New file.
30460
30461         Module rpmatch.
30462         * m4/rpmatch.m4: New file.
30463
30464         Module yesno.
30465         * m4/yesno.m4: New file.
30466
30467         Module exitfail.
30468         * m4/exitfail.m4: New file.
30469
30470         Module c-stack.
30471         * m4/c-stack.m4 (gl_C_STACK): New macro.
30472         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
30473
30474         Module error.
30475         * m4/error.m4 (gl_ERROR): New macro.
30476         (jm_PREREQ_ERROR): Use onceonly macros.
30477
30478         Module fatal.
30479         * m4/fatal.m4: New file.
30480
30481         Module getloadavg.
30482         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
30483         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
30484
30485         Module getpagesize.
30486         * m4/getpagesize.m4: New file.
30487
30488         Module getusershell.
30489         * m4/getusershell.m4: New file.
30490
30491         Module physmem.
30492         * m4/physmem.m4: New file.
30493
30494         Module posixver.
30495         * m4/posixver.m4: New file.
30496
30497         Module quotearg.
30498         * m4/quotearg.m4: New file.
30499
30500         Module quote.
30501         * m4/quote.m4: New file.
30502
30503         Module readutmp.
30504         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
30505
30506         Module sig2str.
30507         * m4/sig2str.m4: New file.
30508
30509         Other.
30510         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
30511         ulonglong.m4.
30512         * m4/intmax_t.m4: New file.
30513         * m4/d-type.m4: Indentation.
30514         * m4/jm-macros.m4: Update.
30515         * m4/prereq.m4 (jm_PREREQ): Update.
30516         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
30517         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
30518         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
30519         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
30520         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
30521         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
30522         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
30523         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
30524         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
30525         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
30526         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
30527         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
30528         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
30529         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
30530         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
30531         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
30532         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
30533         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
30534         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
30535
30536 2002-12-24  Bruno Haible  <bruno@clisp.org>
30537
30538         * MODULES.txt: Update according to m4/ changes.
30539
30540         Module gettext.
30541         * config.rpath: New file, from gettext-0.11.5.
30542
30543         * modules/*: New module descriptions.
30544         * gnulib-tool: New file.
30545         * MODULES.html.sh: New file.
30546
30547 2002-12-21  Karl Berry  <karl@gnu.org>
30548
30549         * doc/fdl.texi: update to version 1.2.
30550
30551 2002-12-19  Karl Berry  <karl@gnu.org>
30552
30553         * config/config.guess: update from prep.
30554
30555 2002-12-18  Bruno Haible  <bruno@clisp.org>
30556
30557         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
30558         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
30559
30560 2002-12-17  Bruno Haible  <bruno@clisp.org>
30561
30562         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
30563         stdlib.h, string.h.
30564
30565 2002-12-17  Bruno Haible  <bruno@clisp.org>
30566
30567         * lib/canon-host.c (strdup): Remove unused declaration.
30568
30569         * lib/fsusage.c: Include full_read.h.
30570         (get_fs_usage): Use full_read instead of safe_read.
30571
30572         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
30573
30574 2002-12-12  Karl Berry  <karl@gnu.org>
30575
30576         * config/config.guess: update from prep.
30577
30578 2002-12-11  Bruno Haible  <bruno@clisp.org>
30579
30580         * m4/setenv.m4: New file, from gettext-0.11.5.
30581
30582 2002-12-11  Bruno Haible  <bruno@clisp.org>
30583
30584         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
30585         not unsetenv().
30586         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
30587         modifications:
30588
30589         2002-12-11  Bruno Haible  <bruno@clisp.org>
30590
30591                 * setenv.c (alloca): Fall back to malloc.
30592                 (freea): New macro.
30593                 (setenv): Use freea() to free memory allocated with alloca().
30594
30595         2002-11-13  Bruno Haible  <bruno@clisp.org>
30596
30597                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
30598                 function declarations.
30599                 * unsetenv.c (unsetenv): Likewise.
30600
30601         2002-03-04  Bruno Haible  <bruno@clisp.org>
30602
30603                 Portability to AIX 4.3.3.
30604                 * unsetenv.c: New file, extracted from setenv.c.
30605                 * setenv.c: Move the unsetenv() function to unsetenv.c.
30606
30607         2001-12-20  Bruno Haible  <bruno@clisp.org>
30608
30609                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
30610                 use malloc instead. For SunOS 4.
30611
30612         2001-12-11  Bruno Haible  <bruno@clisp.org>
30613
30614                 * setenv.c: Declare alloca.
30615                 (compar_fn_t): New typedef.
30616                 (KNOWN_VALUE, STORE_VALUE): Use it.
30617
30618         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
30619         setenv.h.
30620
30621 2002-12-10  Paul Eggert  <eggert@twinsun.com>
30622
30623         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
30624         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
30625         Choose values that are less likely to collide with system fnmatch
30626         options.
30627         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
30628         defined (e.g., a pure POSIX system).
30629         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
30630         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
30631
30632 2002-12-06  Paul Eggert  <eggert@twinsun.com>
30633
30634         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
30635         a pain in practice to deal with generated m4 files.  This change
30636         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
30637
30638         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
30639         and jm-glibc-io.m4, as they are no longer a special case.
30640         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
30641         kludge and the auto-generation stuff.  Check only whether the
30642         functions are declared, not whether they exist, since older hosts
30643         that don't declare the functions can't use the optimization anyway.
30644
30645 2002-12-06  Jim Meyering  <jim@meyering.net>
30646
30647         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
30648
30649         Merge in changes from libc's misc/error.c, in preparation
30650         for the merge of gnulib's changes back into libc.
30651
30652         * lib/error.c (_): Define only if not already defined.
30653         Move definition to follow all #include directives.
30654         Include unlocked-io.h only if !_LIBC.
30655         [_LIBC]: Include <libio/libioP.h>.
30656         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30657         (fflush): Tweak definition to use INTUSE.
30658         (putc): Define.
30659
30660 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30661
30662         * lib/alloca.c [defined emacs]: Include "lisp.h".
30663         (xalloc_die) [defined emacs]: New macro.
30664         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30665         [! defined emacs]: Include <xalloc.h>.
30666         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30667         (pointer): Typedef to POINTER_TYPE *.
30668         (malloc): Remove decl; we now always use xmalloc.
30669         (alloca): Use old-style definition, since Emacs needs this.
30670         Check for arithmetic overflow when computing combined size.
30671
30672 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30673
30674         Do not generate unlocked-io.h automatically, since it's easier to
30675         maintain it by hand.
30676
30677         * lib/unlocked-io.h: New file, from GNU diffutils,
30678         but with proper copyright notice and attribution.
30679         * lib/gen-uio: Remove.
30680         * lib/Makefile.am: Add copyright notice.
30681         (libfetish_a_SOURCES): Add unlocked-io.h.
30682         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30683         (DISTCLEANFILES, io_functions): Remove macros.
30684         (EXTRA_DIST): Remove gen_uio.
30685         (unlocked-io.h): Remove rule.
30686
30687 2002-12-04  Jim Meyering  <jim@meyering.net>
30688
30689         Reflect the fact that stat.c and lstat.c are no longer generated.
30690         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30691         (DISTCLEANFILES): Likewise.
30692         (EXTRA_DIST): Likewise.
30693         (all_local): Don't depend on stat.c or lstat.c.
30694         (stat.c, lstat.c): Remove rules.
30695         (EXTRA_DIST): Remove xstat.in.
30696
30697         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30698         * lib/stat.c: New file.  Contents mostly from xstat.in.
30699         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30700         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30701
30702         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30703         too.
30704         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30705
30706 2002-12-03  Jim Meyering  <jim@meyering.net>
30707
30708         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30709         but not semantics, to minimize the differences between these two files.
30710         (safe_read): Change comment to mention SAFE_READ_ERROR.
30711
30712         * lib/safe-read.c (IS_EINTR): Define.
30713         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30714
30715 2002-12-02  Jim Meyering  <jim@meyering.net>
30716
30717         * lib/safe-read.c (EINTR): Define.
30718         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30719         (INT_MAX): Provide fallback.
30720         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30721
30722         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30723
30724 2002-12-02  Bruno Haible  <bruno@clisp.org>
30725
30726         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30727         Define, taken from safe-read.c.
30728         (INT_MAX): Provide fallback.
30729         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30730         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30731
30732         * lib/safe-read.c (EINTR): Remove definition.
30733         (safe_read): Don't use EINTR if it is absent.
30734
30735 2002-12-01  Jim Meyering  <jim@meyering.net>
30736
30737         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30738         zero.
30739         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30740
30741 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30742
30743         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30744         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30745         with `if (! (value < limit)) abort ();', for readability.
30746
30747 2002-11-26  Karl Berry  <karl@gnu.org>
30748
30749         * lib/strdup.c: copy from libc again, with jim's ok.
30750         * lib/.cppi-disable: re-add strdup.c
30751
30752 2002-11-25  Karl Berry  <karl@gnu.org>
30753
30754         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30755         instead of "strtol.c".
30756
30757 2002-11-25  Karl Berry  <karl@gnu.org>
30758
30759         * config/install-sh: update from automake for variable quoting, $0 in
30760         error msgs, etc.
30761
30762         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30763         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30764         entry.
30765
30766 2002-11-25  Jim Meyering  <jim@meyering.net>
30767
30768         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30769
30770 2002-11-24  Karl Berry  <karl@gnu.org>
30771
30772         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30773         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30774
30775 2002-11-24  Jim Meyering  <jim@meyering.net>
30776
30777         Update from coreutils:
30778
30779         * lib/mktime.c: Merge in changes from libc.
30780
30781         Avoid a link-time failure on some Linux systems.
30782         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30783         (otherwise).
30784         (__mon_yday): Declare with the STATIC attribute.
30785         (__mktime_internal): Likewise.
30786         Based on a report from Greg Schafer.
30787
30788 2002-11-23  Jim Meyering  <jim@meyering.net>
30789
30790         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30791         Use `unsigned', not `int', as type of index.
30792
30793         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30794
30795         * lib/fsusage.c: Remove unneeded parentheses around operands of
30796         `defined'.
30797
30798 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30799
30800         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30801         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30802         so that we can be included first.
30803         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30804         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30805         No need to include stddef.h or sys/types.h any more.
30806         Surround local include files with "", not "<>".
30807         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30808         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30809         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30810         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30811         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30812         (ISPRINT): Remove; no longer needed now that we assume C89.
30813
30814         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30815         Preserve errno.
30816
30817         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30818         quotearg_char): Use SIZE_MAX rather than
30819         (size_t) -1 when we are talking about "infinity".
30820
30821         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30822
30823 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30824
30825         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30826         hint that one should use `if (! x) abort ();' rather than `assert
30827         (x);', and anyway it's one less thing to worry about configuring.
30828         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30829         hash_rehash, hash_insert): Use abort rather than assert.
30830
30831 2002-11-22  Bruno Haible  <bruno@clisp.org>
30832
30833         * lib/safe-read.h: Assume C89. Add comments.
30834         (safe_read): Change return type to size_t.
30835         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30836         byte counts > SSIZE_MAX correctly.
30837         * lib/safe-write.h: New file.
30838         * lib/safe-write.c: New file.
30839         * lib/full-read.h: New file.
30840         * lib/full-read.c: New file.
30841         * lib/full-write.h: Assume C89. Add comments.
30842         * lib/full-write.c: Include safe-write.h.
30843         (full_write): Rewritten to use safe_write.
30844         Suggested by Jim Meyering and Paul Eggert.
30845
30846 2002-11-21  Jim Meyering  <jim@meyering.net>
30847
30848         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30849
30850         Merge in changes from the coreutils.
30851
30852         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30853         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30854         <stdint.h>.
30855         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30856         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30857         int.  Work more efficiently if X is the same width as uintmax_t.
30858         Do not compare X to -1, to avoid bogus compiler warning.
30859         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30860         Don't assume that f_frsize and f_bsize are the same type.
30861
30862         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30863         warning on FreeBSD.
30864
30865         * lib/makepath.c (make_path): Restore umask *before* creating the final
30866         component.
30867         (make_path): Minor reformatting.
30868
30869         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30870         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30871         HAVE_MALLOC/HAVE_REALLOC.
30872
30873         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30874         dummy ones.  At least on GNU/Linux systems, `auto' means something
30875         else.
30876         From Michael Stone.
30877
30878 2002-11-21  Bruno Haible  <bruno@clisp.org>
30879
30880         Remove case insensitive option matching.
30881         * lib/argmatch.h (argcasematch): Remove declaration.
30882         (ARGCASEMATCH): Remove macro.
30883         (__xargmatch_internal): Remove case_sensitive argument.
30884         (XARGMATCH): Update.
30885         (XARGCASEMATCH): Remove macro.
30886         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30887         case_sensitive argument.
30888         (argcasematch): Remove function.
30889         (__xargmatch_internal): Remove case_sensitive argument.
30890         (main): Use XARGMATCH instead of XARGCASEMATCH.
30891
30892         * lib/xmalloc.c: Change compile-time error message. Add comment about
30893         required autoconf version.
30894
30895 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30896
30897         Merge argmatch cleanups from Bison.  Assume C89.
30898
30899         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30900         Include stdlib.h, for EXIT_FAILURE.
30901         Always include <string.h>, since we assume C89.
30902         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30903         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30904         Include <stddef.h> instead, since it's all we need for size_t.
30905         (PARAMS): Remove.  All uses removed.
30906         (ARRAY_CARDINALITY): Do not bother to #undef.
30907         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30908         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30909         Remove unnecessary parentheses.
30910         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30911         Insert necessary parentheses.
30912         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30913         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30914
30915 2002-11-19  Bruno Haible  <bruno@clisp.org>
30916
30917         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30918         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30919
30920         * lib/mbswidth.h (PARAMS): Remove macro.
30921         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30922         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30923
30924         * lib/gcd.h (PARAMS): Remove macro.
30925         (gcd): Use ANSI C function declarations.
30926         * lib/gcd.c (gcd): Likewise.
30927
30928 2002-11-15  Bruno Haible  <bruno@clisp.org>
30929
30930         * lib/strcspn.c: Include <stddef.h>.
30931         (strcspn): Use ANSI C function declaration. Change return type to
30932         size_t. Use NULL.
30933         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30934         (strpbrk): Use NULL.
30935         * lib/strpbrk.h (PARAMS): Remove macro.
30936         (strpbrk): Use ANSI C function declaration.
30937         * lib/strstr.c: Don't include <sys/types.h>.
30938         * lib/strstr.h (PARAMS): Remove macro.
30939         (strstr): Use ANSI C function declarations.
30940
30941 2002-11-14  Karl Berry  <karl@gnu.org>
30942
30943         * config/mkinstalldirs: `do' on separate line, instead of
30944         `for var; do'.
30945
30946 2002-11-06  Bruno Haible  <bruno@clisp.org>
30947
30948         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30949         * lib/gcd.c (gcd): Likewise.
30950
30951 2002-11-05  Bruno Haible  <bruno@clisp.org>
30952
30953         * lib/gcd.h: New file, from gettext-0.11.5.
30954         * lib/gcd.c: New file, from gettext-0.11.5.
30955
30956 2002-11-05  Bruno Haible  <bruno@clisp.org>
30957
30958         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30959         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30960         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30961         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30962
30963         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30964         <libintl.h>.
30965         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30966         <libintl.h>.
30967
30968         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30969         * lib/human.c: Include gettext.h instead of <libintl.h>.
30970         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30971         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30972         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30973         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30974         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30975         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30976         (textdomain): Remove definition.
30977         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30978
30979         * lib/long-options.c: Remove include of <libintl.h> and definition of
30980         _.
30981         * lib/same.c: Remove include of <libintl.h> and definition of _.
30982
30983 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30984
30985         * lib/config.charset: A few additions for Solaris.
30986
30987 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30988
30989         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30990         * lib/localcharset.c (locale_charset): Declare as extern "C".
30991
30992 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30993
30994         * lib/config.charset: msdos in uk_UA uses CP1125.
30995
30996 2002-11-04  Bruno Haible  <bruno@clisp.org>
30997
30998         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30999         * lib/strcase.h: New file, from GNU gettext-0.11.5.
31000         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
31001         * lib/strstr.h: New file, from GNU gettext-0.11.5.
31002         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
31003
31004 2002-11-04  Bruno Haible  <bruno@clisp.org>
31005
31006         * lib/localcharset.c (locale_charset): Don't return an empty string.
31007
31008 2002-11-04  Bruno Haible  <bruno@clisp.org>
31009
31010         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
31011         aliases.
31012
31013 2002-11-04  Bruno Haible  <bruno@clisp.org>
31014
31015         * lib/config.charset: Update for newest glibc. Add canonical names
31016         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
31017
31018 2002-11-04  Bruno Haible  <bruno@clisp.org>
31019
31020         * lib/config.charset: Add support for NetBSD.
31021
31022 2002-11-04  Bruno Haible  <bruno@clisp.org>
31023
31024         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
31025
31026 2002-11-01  Bruno Haible  <bruno@clisp.org>
31027
31028         * configure.in: Add AC_CONFIG_AUX_DIR call.
31029         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
31030         test/Makefile.
31031         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
31032
31033 2002-09-28  Karl Berry  <karl@gnu.org>
31034
31035         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
31036         installed automake until the next release, since changes have been
31037         made.
31038
31039 2002-09-25  Karl Berry  <karl@gnu.org>
31040
31041         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
31042         * lib/getopt*: copy from libc/posix.
31043         * lib/gettext.h: copy from gettext.
31044         * lib/.cppi-disable: add strdup.c, gettext.h.
31045
31046 2002-09-25  Karl Berry  <karl@gnu.org>
31047
31048         * config/srclist.txt: enable gettext.h check.
31049         * config/config.{guess,sub}: update from prep.
31050         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
31051                 from automake 1.6.3.
31052         See srclist*.
31053
31054 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
31055
31056         * regex.c (PATFETCH): Remove the translating fetch.
31057         (PATFETCH_RAW): Rename to PATFETCH.
31058         (set_image_of_range): New fun.
31059         (SET_RANGE_TABLE_WORK_AREA): Use it.
31060         (regex_compile): Don't translate the pattern chars so eagerly.
31061         Only do it when inserting an `exactn' bytecode or when handling
31062         a char-range.
31063         (mutually_exclusive_p): Avoid empty statement.
31064
31065 2002-07-06  Jim Meyering  <meyering@lucent.com>
31066
31067         * m4/README: Don't mention Makefile.am.in.
31068         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
31069
31070 2002-07-01  Jim Meyering  <meyering@lucent.com>
31071
31072         * lib/c-stack.c: Include sys/time.h.
31073         From Volker Borchert.
31074
31075 2002-06-26  Paul Eggert  <eggert@twinsun.com>
31076
31077         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
31078
31079 2002-06-26  Paul Eggert  <eggert@twinsun.com>
31080
31081         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
31082         New macro.  Use it uniformly instead of
31083         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
31084         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
31085         reported by Vin Shelton.
31086
31087 2002-06-22  Paul Eggert  <eggert@twinsun.com>
31088
31089         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
31090         Do not assume SA_SIGINFO behavior.
31091         Bug reported by Jim Meyering on NetBSD 1.5.2.
31092
31093 2002-06-22  Jim Meyering  <meyering@lucent.com>
31094
31095         * m4/c-stack.m4: New file, from diffutils-2.8.2.
31096         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
31097
31098         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
31099         now that configure.ac uses AC_GNU_SOURCE.
31100         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
31101         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
31102
31103         Update to latest tools.  Suggestions from Paul Eggert.
31104         * m4/stdbool.m4: New file, from diffutils-2.8.2.
31105         * m4/gnu-source.m4: Update from diffutils-2.8.2.
31106         * m4/fnmatch.m4: Likewise.
31107         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
31108         to AC_HEADER_STDBOOL
31109
31110 2002-06-22  Jim Meyering  <meyering@lucent.com>
31111
31112         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
31113         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
31114
31115 2002-06-22  Jim Meyering  <meyering@lucent.com>
31116
31117         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
31118
31119         * lib/exitfail.c, exitfail.h: Likewise.
31120         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
31121
31122         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
31123         of fnmatch.h.
31124         (EXTRA_DIST): Add fnmatch_loop.c.
31125         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
31126
31127         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
31128         * lib/fnmatch.c: Update from diffutils-2.8.2.
31129         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
31130         * lib/fnmatch.h: Remove file.
31131
31132 2002-06-21  Jim Meyering  <meyering@lucent.com>
31133
31134         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
31135         * m4/mbrtowc.m4: Likewise.
31136
31137         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
31138         * m4/mbswidth.m4: Reflect name change:
31139         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
31140         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
31141
31142         * m4/lib-link.m4: Update from gettext-0.11.2.
31143         * m4/gettext.m4: Likewise.
31144
31145         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
31146         From Alfred M. Szmidt.
31147
31148 2002-06-18  Paul Eggert  <eggert@twinsun.com>
31149
31150         * lib/file-type.h: Report an error if neither S_ISREG nor
31151         S_IFREG is defined, instead of using a test specific to glibc
31152         2.2.  This should be safe, since POSIX requires S_ISREG and
31153         Unix Version 7 had S_IFREG.  We don't need to check for
31154         <sys/types.h> since we don't use any symbols that it defines.
31155
31156 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
31157
31158         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
31159         $@-t, so that each temporary file name is unique and valid in the first
31160         8 characters, for operation under DOS.
31161
31162 2002-06-15  Paul Eggert  <eggert@twinsun.com>
31163
31164         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
31165
31166 2002-06-15  Jim Meyering  <meyering@lucent.com>
31167
31168         Work even with DJGPP 2.03, which lacks support for symlinks.
31169         From Richard Dawe.
31170         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
31171         is defined.
31172         * lib/lchown.c (S_ISLNK): Likewise.
31173
31174 2002-06-15  Jim Meyering  <meyering@lucent.com>
31175
31176         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
31177         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
31178         have been included before this file.
31179
31180 2002-06-14  Jim Meyering  <meyering@lucent.com>
31181
31182         * lib/file-type.h: Use the version from diffutils-2.8.2.
31183         * lib/file-type.c: Likewise.
31184
31185 2002-06-07  Jim Meyering  <meyering@lucent.com>
31186
31187         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
31188         They're needed at least for NetBSD 1.5.2.
31189         ($statxfs_includes): Include those same headers.
31190         ($statxfs_includes): Include sys/vfs.h if available.
31191         ($statxfs_includes): Likewise for sys/statvfs.h.
31192         Check for the following members in both structs statfs and statvfs:
31193         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
31194
31195 2002-06-01  Jim Meyering  <meyering@lucent.com>
31196
31197         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
31198         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
31199
31200 2002-05-28  Jim Meyering  <meyering@lucent.com>
31201
31202         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
31203         Reported by Volker Borchert.
31204
31205 2002-05-27  Jim Meyering  <meyering@lucent.com>
31206
31207         Fix a problem seen only on nonconforming systems whereby ls.c's
31208         use of localtime, and then of gettimeofday would cause trouble:
31209         the localtime call used to initialize rpl_gettimeofday's save
31210         mechanism would clobber ls's current local time information so
31211         that in any long listing the first file would always be listed
31212         with date 1970-01-01.  Analysis by Volker Borchert.
31213
31214         * lib/gettimeofday.c (localtime): Undefine.
31215         (rpl_localtime): New function.
31216
31217 2002-05-27  Jim Meyering  <meyering@lucent.com>
31218
31219         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
31220         localtime.
31221
31222         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
31223         use the replacement function; it wouldn't resolve at link time.
31224         Reported by Volker Borchert.
31225
31226 2002-05-22  Jim Meyering  <meyering@lucent.com>
31227
31228         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
31229         file-type.h.
31230         * lib/file-type.h: New file.
31231         * lib/file-type.c (file_type): New file/function.  Extracted from
31232         diffutils.
31233
31234 2002-04-30  Jim Meyering  <meyering@lucent.com>
31235
31236         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
31237
31238 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31239
31240         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
31241
31242 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31243
31244         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
31245         Do not check for alloca.h (no longer used) or stdbool.h (was never
31246         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
31247
31248 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31249
31250         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
31251
31252 2002-04-29  Jim Meyering  <meyering@lucent.com>
31253
31254         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
31255         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
31256         Use AC_FUNC_STRNLEN here instead.
31257
31258         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
31259         With autoconf-2.53a, it's part of AC_PROG_CC.
31260
31261 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31262
31263         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
31264         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
31265
31266 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31267
31268         * lib/sig2str.h, lib/sig2str.c: New files.
31269         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
31270
31271 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31272
31273         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
31274         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
31275         of 127, since 64 is the largest conceivable number for ancient
31276         nonstandard hosts.
31277         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
31278
31279 2002-04-28  Jim Meyering  <meyering@lucent.com>
31280
31281         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
31282
31283 2002-04-24  Jim Meyering  <meyering@lucent.com>
31284
31285         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
31286         (jm_PREREQ): Use it.
31287
31288         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
31289         mach/mach.h fcntl.h.
31290         Check for this function: setlocale.
31291
31292 2002-04-24  Jim Meyering  <meyering@lucent.com>
31293
31294         * lib/gettext.h: New file, from Gettext.
31295         * lib/Makefile.am (INCLUDES): Remove -I../intl.
31296         (libfetish_a_SOURCES): Add gettext.h.
31297
31298 2002-04-16  Jim Meyering  <meyering@lucent.com>
31299
31300         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
31301         ut_pid, ut_id, ut_exit.
31302
31303 2002-04-16  Jim Meyering  <meyering@lucent.com>
31304
31305         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
31306         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
31307         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
31308
31309 2002-04-12  Jim Meyering  <meyering@lucent.com>
31310
31311         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
31312         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
31313         existence of the getmntinfo function.  Needed for Darwin 5.3.
31314
31315         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
31316         This is necessary at least on Darwin 5.3.
31317
31318         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
31319         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
31320         strnlen.o in the library, and that makes some versions of ranlib
31321         object.
31322
31323 2002-04-12  Jim Meyering  <meyering@lucent.com>
31324
31325         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
31326
31327 2002-04-09  Jim Meyering  <meyering@lucent.com>
31328
31329         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
31330         to be more precise.  Rather than saying we're checking whether the
31331         function `works', say what we're testing.
31332         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
31333         Reported by Bruno Haible.
31334
31335 2002-03-10  Jim Meyering  <meyering@lucent.com>
31336
31337         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
31338         Suggestion from Santiago Vila.
31339
31340 2002-03-08  Jim Meyering  <meyering@lucent.com>
31341
31342         * lib/rename.c: Mention that this wrapper is needed also on
31343         mips-dec-ultrix4.4 systems.
31344
31345 2002-03-02  Jim Meyering  <meyering@lucent.com>
31346
31347         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
31348         not HAVE_CLOCK_SETTIME.
31349
31350 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31351
31352         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
31353         Check for clock_settime.
31354
31355 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31356
31357         * lib/nanosleep.h: Rename to....
31358         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
31359
31360         * lib/gettime.c: New file.
31361         * lib/settime.c: New file.
31362         * lib/stime.c: Remove.
31363
31364         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
31365         timespec.h.  Remove nanosleep.h.
31366
31367 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31368
31369         * m4/acl.m4: New file.
31370         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
31371         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
31372
31373 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31374
31375         * lib/acl.c, lib/acl.h: New files.
31376         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
31377
31378 2002-02-24  Jim Meyering  <meyering@lucent.com>
31379
31380         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
31381         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
31382         cause trouble.  Reported by Nelson Beebe.
31383
31384 2002-02-23  Paul Eggert  <eggert@twinsun.com>
31385
31386         * lib/path-concat.c (xpath_concat): Reorder code to pacify
31387         compilers that don't know that xalloc_die never returns.
31388
31389 2002-02-20  Jim Meyering  <meyering@lucent.com>
31390
31391         * lib/getdate.c: Regenerate using bison-1.33.
31392
31393 2002-02-17  Jim Meyering  <meyering@lucent.com>
31394
31395         * config/config.guess (main): Don't use `head -1'; it's no longer
31396         portable. Use `sed 1q' instead.
31397
31398 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
31399
31400         * m4/codeset.m4: Upgrade to gettext-0.11.
31401         * m4/gettext.m4: Upgrade to gettext-0.11.
31402         * m4/glibc21.m4: Upgrade to gettext-0.11.
31403         * m4/iconv.m4: Upgrade to gettext-0.11.
31404         * m4/isc-posix.m4: Upgrade to gettext-0.11.
31405         * m4/lcmessage.m4: Upgrade to gettext-0.11.
31406         * m4/lib-ld.m4: New file, from gettext-0.11.
31407         * m4/lib-link.m4: New file, from gettext-0.11.
31408         * m4/lib-prefix.m4: New file, from gettext-0.11.
31409         * m4/progtest.m4: Upgrade to gettext-0.11.
31410
31411 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31412
31413         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
31414         (jm_PREREQ): Use it.
31415
31416 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31417
31418         * lib/posixver.c, lib/posixver.h: New files.
31419         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31420
31421 2002-02-02  Paul Eggert  <eggert@twinsun.com>
31422             Bruno Haible  <bruno@clisp.org>
31423
31424         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
31425         (fwrite_success_callback): New declaration.
31426         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
31427         print_unicode_char. Call failure callback instead of error.
31428         (fwrite_success_callback): New function.
31429         (exit_failure_callback): New function.
31430         (fallback_failure_callback): New function.
31431         (print_unicode_char): Call unicode_to_mb.
31432
31433 2002-01-26  Jim Meyering  <meyering@lucent.com>
31434
31435         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
31436         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
31437
31438 2002-01-26  Jim Meyering  <meyering@lucent.com>
31439
31440         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
31441
31442 2002-01-22  Paul Eggert  <eggert@twinsun.com>
31443
31444         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
31445
31446 2002-01-22  Jim Meyering  <meyering@lucent.com>
31447
31448         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
31449         Otherwise, some versions of automake would omit the rule that makes
31450         Makefile from Makefile.in.
31451
31452 2002-01-21  Paul Eggert  <eggert@twinsun.com>
31453
31454         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
31455         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31456         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
31457         (memcoll): Set errno to zero if there is no error.
31458
31459         * lib/quotearg.c (quotearg_buffer_restyled):
31460         Fix bug with quoting buffers containing NUL when backslashing escapes.
31461         This bug was exposed by the other changes in this patch.
31462         (quotearg_n_options): New arg ARGSIZE.
31463         All callers changed.
31464         (quoting_options_from_style): New function.
31465         (quotearg_n_style): Use it.
31466         (quotearg_n_style_mem): New function.
31467
31468         * lib/quotearg.h (quotearg_n_style_mem): New function.
31469
31470 2002-01-19  Jim Meyering  <meyering@lucent.com>
31471
31472         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
31473         Remove useless quotes: DF_PROG="df".
31474         * m4/strnlen.m4: New file.
31475
31476 2002-01-16  Paul Eggert  <eggert@twinsun.com>
31477
31478         * lib/backupfile.c (ISDIGIT): Comment fix.
31479         * lib/getdate.y (ISDIGIT): Likewise.
31480         * lib/posixtm.c (ISDIGIT, year): Likewise.
31481         * lib/strverscmp.c (ISDIGIT): Likewise.
31482         * lib/userspec.c (ISDIGIT): Likewise.
31483
31484 2002-01-16  Jim Meyering  <meyering@lucent.com>
31485
31486         * lib/getdate.y: Add three semicolons, each just before a closing
31487         brace. Bison (as of version 1.31) no longer papers over that mistake.
31488
31489 2002-01-05  Jim Meyering  <meyering@lucent.com>
31490
31491         * lib/version-etc.c (version_etc_copyright): Update copyright year.
31492
31493 2001-12-19  Paul Eggert  <eggert@twinsun.com>
31494
31495         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
31496         not silently exit merely because the output buffer happens to
31497         have nothing pending.
31498
31499 2001-12-18  Paul Eggert  <eggert@twinsun.com>
31500
31501         See the big note in ../ChangeLog.
31502         * lib/human.c (suffixes): Prefer K to k for 1024.
31503         (generate_suffix_backwards): New function.
31504         (human_readable_inexact): Use it.
31505         * lib/xstrtol.c (__xstrtol): If there is no number but there
31506         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
31507         Accept 'K' as well as 'k'.
31508
31509 2001-12-15  Jim Meyering  <meyering@lucent.com>
31510
31511         * lib/regex.h (__restrict_arr): Update from libc.
31512
31513         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
31514         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
31515         (STREQ): Define.
31516
31517 2001-12-14  Jim Meyering  <meyering@lucent.com>
31518
31519         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
31520         Suggestion from Bruno Haible.
31521
31522 2001-12-10  Jim Meyering  <meyering@lucent.com>
31523
31524         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
31525         xrealloc, Instead, include "xalloc.h".
31526         (initbuffer): Don't cast xmalloc return value to char*.
31527         (readline): Reword comment.
31528         Don't cast xrealloc return value to char*
31529         Return NULL, not 0.
31530
31531 2001-12-09  Jim Meyering  <meyering@lucent.com>
31532
31533         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
31534         about `signed and unsigned type in conditional expression'.
31535         * lib/posixtm.c (posix_time_parse): Likewise.
31536
31537         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
31538
31539         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
31540         to avoid a pedantic warning.
31541
31542         * lib/getstr.c: Don't include assert.h.
31543         (getstr): Remove warning-evoking assertions.
31544         Return -1 if offset parameter is out of bounds.
31545         Change the type of a local from int to size_t.
31546
31547         * lib/strftime.c (my_strftime_localtime_r): Include this function
31548         definition in the `#if ! HAVE_TM_GMTOFF' block.
31549
31550         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
31551         Include xalloc.h instead.
31552
31553 2001-12-02  Jim Meyering  <meyering@lucent.com>
31554
31555         * lib/tempname.c: Don't declare getenv, thus reverting the change of
31556         2001-11-18.  It's no longer necessary, now that stdlib.h is always
31557         included.
31558
31559         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
31560         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
31561
31562 2001-11-30  Akim Demaille  <akim@epita.fr>
31563
31564         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
31565         before being defined.
31566
31567 2001-11-27  Paul Eggert  <eggert@twinsun.com>
31568
31569         * lib/quotearg.h (quotearg_n, quotearg_n_style):
31570         First arg is int, not unsigned.
31571         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
31572         (SIZE_MAX, UINT_MAX): New macros.
31573         (quotearg_n_options): Abort if N is negative.
31574         Avoid overflow check on hosts where size_t is 64 bits and int
31575         is 32 bits, as overflow is impossible there.
31576         Fix off-by-one typo that caused unnecessary reallocation.
31577
31578 2001-11-27  Jim Meyering  <meyering@lucent.com>
31579
31580         * lib/tempname.c: Merge with version from libc.
31581         * lib/regex.c: Likewise.
31582
31583         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
31584         systems for which STDC_HEADERS is 0, it was not included, resulting in
31585         a warning about an integer-to-pointer conversion problem with getenv.
31586         Reported by Volker Borchert.
31587
31588 2001-11-26  Jim Meyering  <meyering@lucent.com>
31589
31590         * lib/gtod.h: Remove file.
31591         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
31592         * lib/gettimeofday.c: Don't include gtod.h.
31593         (GTOD_init): Remove function.
31594         (rpl_gettimeofday): Do its job here instead, rather than aborting.
31595         Suggestion from Volker Borchert.
31596
31597 2001-11-23  Jim Meyering  <meyering@lucent.com>
31598
31599         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
31600         it.
31601         * lib/hash.c (struct hash_table): Define it here instead.
31602
31603 2001-11-22  Jim Meyering  <meyering@lucent.com>
31604
31605         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
31606
31607 2001-11-20  Jim Meyering  <meyering@lucent.com>
31608
31609         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
31610         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
31611
31612 2001-11-19  Jim Meyering  <meyering@lucent.com>
31613
31614         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
31615         directory.  Use "conftestXXXXXX" as the template.
31616         Suggestion from Paul Eggert.
31617
31618         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
31619         immediately, so the test doesn't mistakenly hit the max-open-files
31620         limit.
31621
31622 2001-11-18  Paul Eggert  <eggert@twinsun.com>
31623
31624         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
31625         (TEMPORARIES): New macro.
31626         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
31627         removes an artificial limitation (e.g. HP-UX 10.20, where
31628         TMP_MAX is 17576).
31629
31630 2001-11-18  Jim Meyering  <meyering@lucent.com>
31631
31632         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
31633
31634 2001-11-18  Jim Meyering  <meyering@lucent.com>
31635
31636         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
31637         on SunOS 4.
31638
31639         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
31640         files will be created before anything else.
31641
31642 2001-11-17  Paul Eggert  <eggert@twinsun.com>
31643
31644         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
31645         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
31646
31647 2001-11-17  Jim Meyering  <meyering@lucent.com>
31648
31649         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
31650         Prompted by a report from Bob Proulx.
31651
31652         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
31653         Instead, require UTILS_FUNC_MKSTEMP.
31654
31655 2001-11-17  Jim Meyering  <meyering@lucent.com>
31656
31657         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31658         Now, that's done as part of AC_FUNC_STRTOD.
31659
31660 2001-11-17  Jim Meyering  <meyering@lucent.com>
31661
31662         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31663         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31664         rather than group writable.  Patch by Juan F. Codagnone.
31665
31666         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31667         xrealloc, Instead, include "xalloc.h".
31668
31669         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31670         Remove explicit declarations of xmalloc, xrealloc,
31671         and xstrdup.  Instead, include "xalloc.h".
31672
31673         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31674         unlocked-io.h.
31675         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31676         Likewise.
31677         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31678
31679         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31680         Reported by Padraig Brady.
31681
31682         * lib/mkstemp.c: #undef mkstemp.
31683         Include config.h.
31684         (rpl_mkstemp): Rename from mkstemp.
31685         Protoize.
31686
31687 2001-11-16  Jim Meyering  <meyering@lucent.com>
31688
31689         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31690         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31691         determine the amount of total physical memory, use pstat_getstatic.
31692         HPUX-11 doesn't define _SC_PHYS_PAGES.
31693         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31694         If sysconf couldn't be used to determine the amount of available
31695         physical memory, use both pstat_getstatic and pstat_getdynamic.
31696         Based on a patch from Bob Proulx.
31697
31698 2001-11-10  Jim Meyering  <meyering@lucent.com>
31699
31700         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31701         (jm_PREREQ): Use it.
31702
31703 2001-11-09  Jim Meyering  <meyering@lucent.com>
31704
31705         * m4/jm-macros.m4: Require autoconf-2.52f.
31706         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31707         Use these AC_-prefixed names, not the AM_-prefixed ones.
31708
31709         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31710
31711 2001-11-05  Jim Meyering  <meyering@lucent.com>
31712
31713         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31714
31715 2001-11-04  Jim Meyering  <meyering@lucent.com>
31716
31717         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31718         $DEFS.
31719
31720 2001-11-03  Jim Meyering  <meyering@lucent.com>
31721
31722         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31723         of AC_DEFUN.
31724
31725         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31726         know the name of the variable in the macro definition.
31727
31728 2001-11-03  Jim Meyering  <meyering@lucent.com>
31729
31730         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31731         in argmatch_to_argument call.
31732
31733         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31734         argument.
31735
31736         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31737         e.g., a fault due to an attempt to free a NULL pointer.
31738
31739 2001-11-01  Jim Meyering  <meyering@lucent.com>
31740
31741         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31742         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31743
31744 2001-11-01  Jim Meyering  <meyering@lucent.com>
31745
31746         * lib/dirfd.c, lib/dirfd.h: New files.
31747         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31748
31749         * lib/hash.c (hash_print) [TESTING]: Clean up.
31750
31751 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31752
31753         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31754         to avoid a warning if -Wall.
31755
31756 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31757
31758         * README: New file
31759         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31760         (per RMS's instructions, this is now the canonical source)
31761         * lgpl/, gpl/: New directories.
31762
31763 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31764
31765         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31766
31767 2001-10-21  Jim Meyering  <meyering@lucent.com>
31768
31769         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31770         this code would end up calling gettext even in packages built
31771         with --disable-nls.
31772         * lib/getopt.c (_): Likewise.
31773         * lib/regex.c (_): Likewise.
31774
31775 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31776
31777         * m4/error.m4 (jm_PREREQ_ERROR):
31778         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31779         AC_FUNC_STRERROR_R does that.
31780         Check for strerror declaration.
31781
31782         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31783         are supposed to have them these days.
31784         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31785         Merge changes from latest Autoconf CVS.
31786         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31787         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31788         POSIX decided to standardize on the int flavor of strerror_r.
31789
31790 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31791
31792         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31793         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31794         Use strerror_r that is only a macro, even if it is not a function.
31795         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31796         (private_strerror): Use prototypes, not old-style function definition.
31797         (print_errno_message): New function.
31798         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31799         char*-flavored one.
31800         (error_tail, error, error_at_line): Use it.
31801
31802 2001-10-11  Jim Meyering  <meyering@lucent.com>
31803
31804         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31805         and quote_n (1, ... to avoid clobbering a buffer.
31806
31807 2001-10-05  Jim Meyering  <meyering@lucent.com>
31808
31809         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31810         hash-pjw.h.
31811         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31812         * lib/hash-pjw.h: New file.
31813
31814 2001-09-30  Jim Meyering  <meyering@lucent.com>
31815
31816         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31817         `struct fsstat' has the `f_fstypename' member.
31818         Use that to define FS_TYPE, which is now used to make
31819         the getfsstat link test tighter.
31820
31821 2001-09-30  Jim Meyering  <meyering@lucent.com>
31822
31823         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31824         Include <sys/ucred.h>, for Apple Darwin.
31825         Include sys/mount.h and sys/fs_types.h only if available.
31826         (FS_TYPE): Define.
31827         (read_filesystem_list): Use FS_TYPE.
31828
31829 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31830
31831         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31832         a boolean context.
31833
31834 2001-09-29  Jim Meyering  <meyering@lucent.com>
31835
31836         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31837         [one-argument getmntent function]): Include stdio.h before mntent.h.
31838         SunOS 4.1.x needs it for the declaration of `FILE'.
31839         Patch by Volker Borchert.
31840
31841         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31842         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31843         sys/fs_types.h, and make the link-test for getfsstat guard #include
31844         directives with appropriate #if HAVE_*_H tests so that we can
31845         detect getfsstat on Apple Darwin1.3.7 systems.
31846         Reported by Nelson Beebe.
31847         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31848
31849 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31850
31851         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31852         #defines strtoimax.  Also treat the other strto* functions
31853         like strtoimax.
31854
31855         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31856         Check for strtoul and strtoumax,
31857         as those declarations are made even in the signed case.
31858         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31859         Likewise, for strtol and strtoimax.
31860
31861 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31862
31863         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31864         #defines strtoimax.  Also treat the other strto* functions
31865         like strtoimax.
31866
31867         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31868         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31869         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31870
31871 2001-09-26  Jim Meyering  <meyering@lucent.com>
31872
31873         Most macros in unlocked-io.h had the wrong number of arguments.
31874         * lib/gen-uio: New script.
31875         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31876         * lib/unlocked-io.hin: Remove file.
31877         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31878         rather than trying to embed it here.
31879         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31880         Reported by Padraig Brady.
31881
31882 2001-09-25  Volker Borchert  <bt@teknon.de>
31883
31884         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31885         `result'.
31886
31887 2001-09-24  Jim Meyering  <meyering@lucent.com>
31888
31889         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31890
31891 2001-09-23  Jim Meyering  <meyering@lucent.com>
31892
31893         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31894         instead of the mere test for existence of mntent.h.  The latter
31895         would get a false-positive on AIX 3.4 systems.
31896         In the outer getmntent if-block, don't die if neither of the getmntent
31897         tests succeeds.  Instead, just fall through and continue with the
31898         remaining tests.
31899
31900 2001-09-23  Jim Meyering  <meyering@lucent.com>
31901
31902         * lib/mountlist.c: Remove useless parentheses in #if directives.
31903         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31904         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31905
31906 2001-09-22  Jim Meyering  <meyering@lucent.com>
31907
31908         * m4/gettext.m4: New file.  From gettext.
31909         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31910         * m4/progtest.m4: Likewise
31911         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31912         * m4/glibc21.m4: Likewise.
31913
31914         * m4/libintl.m4: Remove.  No longer used.
31915
31916 2001-09-22  Jim Meyering  <meyering@lucent.com>
31917
31918         * lib/localcharset.c: Update from latest gettext.
31919         * lib/config.charset: Likewise.
31920
31921 2001-09-20  Jim Meyering  <meyering@lucent.com>
31922
31923         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31924         strtoimax.
31925         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31926         strtoumax.
31927
31928 2001-09-20  Jim Meyering  <meyering@lucent.com>
31929
31930         * lib/xstrtol.c (strtoimax): Guard declaration with
31931         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31932         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31933         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31934         (strtoumax): Likewise, for completeness (it wasn't necessary).
31935
31936 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31937
31938         * lib/strtoimax.c (HAVE_LONG_LONG):
31939         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31940         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31941         to work around bug in IBM C compiler.
31942
31943 2001-09-17  Jim Meyering  <meyering@lucent.com>
31944
31945         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31946         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31947         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31948         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31949         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31950         whenever the right hand side need not be expanded by the shell.
31951
31952 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31953
31954         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31955         library.  It's not correct, as some older glibcs are buggy.
31956         fnmatch wasn't fixed until glibc 2.2.
31957
31958         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31959         special shell magic here.
31960
31961 2001-09-16  Jim Meyering  <meyering@lucent.com>
31962
31963         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31964         * m4/jm-macros.m4: Require it.
31965
31966 2001-09-16  Jim Meyering  <meyering@lucent.com>
31967
31968         * lib/mkdir.c: New file.
31969
31970 2001-09-15  Jim Meyering  <meyering@lucent.com>
31971
31972         * m4/jm-macros.m4: Check for help2man.
31973
31974 2001-09-11  Jim Meyering  <meyering@lucent.com>
31975
31976         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31977         The body, by Paul Eggert, was moved here from configure.in.
31978         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31979
31980 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31981
31982         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31983         (jm_PREREQ): Use it.
31984
31985 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31986
31987         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31988         Use ssize_t, not int, to store result of readlink.
31989         Check for ssize_t overflow as well as size_t overflow,
31990         as POSIX says the result of readlink is implementation-defined
31991         when ssize_t overflows.
31992         Remove unnecessary cast to char*.
31993         Use free+malloc instead of realloc, as the storage doesn't need
31994         to be preserved and it's clearer and can be more efficient that way.
31995         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31996         * lib/xreadlink.h (xreadlink): Update prototype.
31997
31998 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31999
32000         * lib/xgetcwd.c: Revert some of the previous change; intead,
32001         fix the HAVE_GETCWD_NULL code to behave more like the
32002         !HAVE_GETCWD_NULL code used to.
32003
32004         Include "xalloc.h".
32005         (xgetcwd): Do not return NULL when memory is exhausted; instead,
32006         invoke xalloc_die.
32007
32008 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32009
32010         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
32011         sys/param.h, as pathmax.h includes them.
32012
32013 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32014
32015         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
32016         (jm_PREREQ_XGETCWD): New macro.
32017
32018         * m4/getcwd.m4: New file.
32019
32020 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32021
32022         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
32023         like the HAVE_GETCWD_NULL code.
32024         Include pathmax.h if not HAVE_GETCWD.
32025         Do not include xalloc.h.
32026         (INITIAL_BUFFER_SIZE): New symbol.
32027         Do not use xmalloc / xrealloc, since the caller is responsible for
32028         handling errors.  Preserve errno around `free' during failure.
32029         Do not overrun buffer when using getwd.
32030
32031 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32032
32033         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
32034         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
32035         getcwd (NULL, 0).
32036
32037 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32038
32039         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
32040         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
32041         spotted by Jim Meyering.
32042
32043 2001-09-03  Jim Meyering  <meyering@lucent.com>
32044
32045         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
32046         failure.
32047
32048 2001-09-02  Jim Meyering  <meyering@lucent.com>
32049
32050         * lib/error.c: Update from GNU libc.
32051
32052 2001-09-01  Jim Meyering  <meyering@lucent.com>
32053
32054         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
32055         Used by df.
32056
32057 2001-09-01  Jim Meyering  <meyering@lucent.com>
32058
32059         * lib/xreadlink.c: New file.
32060         * lib/xreadlink.h: New file.
32061         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
32062         xreadlink.h.
32063
32064         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
32065         doesn't conflict with sparc Solaris 7's definition in
32066         /usr/include/sys/int_types.h.
32067
32068         * lib/exclude.c: Use `""', not `<>' to #include non-system header
32069         files.
32070         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
32071         and strncasecmp as r-values.  Unixware didn't have declarations.
32072
32073 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32074
32075         * lib/xstrtol.h: Add copyright notice.
32076         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
32077         LONGINT_INVALID_SUFFIX_CHAR.
32078
32079 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32080
32081         * lib/xstrtol.c (strtoimax): New decl.
32082
32083 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32084
32085         * lib/xgetcwd.c: Don't include pathmax.h.
32086         Include stdlib.h and unistd.h if available.
32087         Include xalloc.h.
32088         (xmalloc, xstrdup, free): Remove decls.
32089         (xgetcwd): Don't assume sizes fit in unsigned.
32090         Check for overflow when computing sizes.
32091         Simplify reallocation code.
32092
32093 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32094
32095         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
32096         a directory's st_size can have an arbitrary value, so the old
32097         usage could waste an arbitrary amount of memory.  All uses
32098         changed.
32099         * lib/savedir.h: Update prototype.
32100
32101 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32102
32103         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
32104
32105         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
32106         old strtoimax.c.
32107
32108         Also, make the following further changes to make this file's
32109         configuration more similar to that of strtol.c:
32110         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
32111         (strtoumax, uintmax_t, strtoull, strtol): Remove.
32112         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
32113         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
32114         changed to signed values.
32115
32116         And make the following changes as well:
32117         Fix copyright notice, as 1999 was missing.
32118         (verify): New macro.
32119         (strtoimax): Check sizes at compile-time, not run-time.
32120         Prefer strtol to strtoll if both work.
32121         (main): Remove; it was not that useful and was a pain to maintain.
32122
32123         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
32124
32125 2001-08-31  Jim Meyering  <meyering@lucent.com>
32126
32127         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
32128         Use an initial, malloc'd, buffer of length 128 rather than
32129         a statically allocated one of length 1024.
32130
32131 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32132
32133         Simplify code, partly by assuming autoconf 2.52 semantics.
32134
32135         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
32136
32137         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
32138         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
32139         All uses removed.
32140         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
32141         Move AC_REQUIRE to next-to-top level, to avoid confusion.
32142         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
32143         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
32144         jm_AC_HEADER_INTTYPES_H.
32145         * m4/jm-macros.m4 (jm_MACROS): Likewise.
32146
32147         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
32148
32149         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
32150         Quote first arg of AC_DEFUN.
32151         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
32152         since they are needed to parse the include file even if we need
32153         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
32154         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
32155         but with opposite signedness.
32156
32157 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32158
32159         Merge 'exclude' changes from tar 1.13.22.
32160         This fixes one or two unlikely storage allocation overflow bugs,
32161         but doesn't change user-visible behavior otherwise.
32162
32163 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32164
32165         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
32166         (jm_PREREQ_EXCLUDE): New macro.
32167
32168 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32169
32170         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
32171         tm to be declared.
32172
32173 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32174
32175         * lib/hash.c: Remove '2001' from copyright notice.
32176
32177 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32178
32179         * lib/full-write.h: New file.
32180         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
32181         * lib/full-write.c: Correct credits, as cccp.c no longer
32182         exists and anyway it was so heavily changed from the old cccp
32183         code as to be unrecognizable.  Include full-write.h.
32184         (full_write) Return size_t, with short writes meaning failure.
32185         All callers changed.  This fixes a bug with large buffers
32186         on 64-bit hosts.
32187         * lib/utime.c: Include full-write.h.
32188
32189 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32190
32191         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
32192         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
32193         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
32194         Include if available.
32195         (<xalloc.h>): Include
32196         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
32197         (verify): New macro.  Use it to verify that EXCLUDE macros do not
32198         collide with FNM macros.
32199         (struct patopts): New struct.
32200         (struct exclude): Use it, as exclude patterns now come with options.
32201         (new_exclude): Support above changes.
32202         (new_exclude, add_exclude_file):
32203         Initial size must now be a power of two to simplify overflow checking.
32204         (free_exclude, fnmatch_no_wildcards): New function.
32205         (excluded_filename): No longer requires options arg, as the options
32206         are determined by add_exclude.  Now returns bool, not int.
32207         (excluded_filename, add_exclude):
32208         Add support for the fancy new exclusion options.
32209         (add_exclude, add_exclude_file): Now takes int options arg.
32210         Check for arithmetic overflow when computing sizes.
32211         (add_exclude_file): xrealloc might modify errno, so don't
32212         realloc until after errno might be used.
32213
32214         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
32215         New macros.
32216         (free_exclude): New decl.
32217         (add_exclude, add_exclude_file): Now takes int options arg.
32218         (excluded_filename): No longer requires options arg, as the options
32219         are determined by add_exclude.  Now returns bool, not int.
32220
32221 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32222
32223         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
32224
32225 2001-08-27  Jim Meyering  <meyering@lucent.com>
32226
32227         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
32228
32229         * lib/version-etc.c (N_): Remove definition.
32230         Revert most of last change.
32231         Instead, simply don't mark the `Copyright...' string for translation.
32232         Based on advice from Paul Eggert.
32233
32234         * lib/strtoxmax.c: Tweak comment.
32235
32236 2001-08-26  Jim Meyering  <meyering@lucent.com>
32237
32238         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
32239
32240         * m4/xstrtoimax.m4: New file.
32241         * m4/xstrtoumax.m4: Add comments explaining why we
32242         AC_REPLACE_FUNCS(strtol).
32243
32244 2001-08-26  Jim Meyering  <meyering@lucent.com>
32245
32246         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
32247         of copyright with `%s' so translators don't get an untranslated
32248         message in 2002.
32249         (COPYRIGHT_YEAR): Define.
32250         (version_etc): Use fprintf rather than fputs.
32251         Suggestion from Ulrich Drepper.
32252
32253         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
32254
32255         * lib/strtoll.c: New file, from GNU libc.
32256         * lib/xstrtoimax.c: New file.
32257
32258         * lib/xstrtol.h: Add xstrtoimax.
32259         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
32260         * lib/strtoimax.c: New file.  Likewise, but first define
32261         STRTOUXMAX_SIGNED.
32262
32263         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
32264         ...
32265         * lib/strtoxmax.c: ... then renamed to this.
32266
32267 2001-08-18  Paul Eggert  <eggert@twinsun.com>
32268
32269         * m4/inttypes.m4: Add AC_PREREQ(2.13).
32270         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
32271         (jm_AC_TYPE_INTMAX_T): New macro.
32272         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
32273
32274         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
32275
32276         * m4/longlong.m4: Renamed from ulonglong.m4.
32277         * m4/inttypes.m4: Renamed from inttypes_h.m4.
32278         * m4/uintmax_t.m4: Removed.
32279
32280 2001-08-13  Paul Eggert  <eggert@twinsun.com>
32281
32282         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
32283         Port to Solaris 8, where 'sed' requires a space after the 'r'
32284         command, and where sh dislikes "$/".  Clean up the spacing a bit.
32285         Redirect output to $tmp just once.
32286
32287 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
32288
32289         * lib/addext.c (<errno.h>): Include.
32290         (errno): Declare if not defined.
32291         (addext): Work correctly when pathconf returns -1 and leaves
32292         errno alone because there is no limit.  Also, work even if
32293         pathconf returns a value greater than SIZE_MAX.
32294
32295 2001-08-12  Jim Meyering  <meyering@lucent.com>
32296
32297         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
32298         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
32299         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
32300         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
32301         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
32302         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
32303         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
32304         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
32305         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
32306         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
32307         utime.m4, utimes.m4, xstrtoumax.m4:
32308         Quote the first argument in each use of AC_DEFUN.
32309
32310 2001-08-12  Jim Meyering  <meyering@lucent.com>
32311
32312         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
32313         Simply `return getcwd (NULL, 0);'.
32314         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
32315         Use 1300 as initial value for length, not PATH_MAX.
32316
32317         * lib/pathmax.h: Clean up cpp syntax.
32318
32319 2001-08-12  Jim Meyering  <meyering@lucent.com>
32320
32321         * lib/gettimeofday.c: New file.
32322         * lib/gtod.h: New file.
32323         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
32324
32325 2001-08-05  Jim Meyering  <meyering@lucent.com>
32326
32327         * m4/jm-macros.m4: Require autoconf-2.52.
32328
32329 2001-08-04  Jim Meyering  <meyering@lucent.com>
32330
32331         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
32332         stmt, to get in sync with glibc.
32333
32334 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32335
32336         The following changes are from gettext 0.10.39 as maintained by
32337         Bruno Haible.
32338
32339         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
32340         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
32341         with inverted sense.  All uses changed.
32342
32343         * lib/mbswidth.c: Don't include <limits.h>.
32344         Include <stdlib.h> and <string.h> unconditionally.
32345         (iswcntrl, mbsinit, ISCNTRL): New macros.
32346         (mbsnwidth): Use K&R style function declarations.
32347         Don't bother checking for MB_LEN_MAX == 1, since the compiler
32348         can optimize it when MB_CUR_MAX == 1.
32349         The width of control characters is zero, not 1.
32350
32351 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32352
32353         The following changes are from gettext 0.10.39 as maintained by
32354         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
32355
32356         * m4/codeset.m4: Upgrade to serial AM1.
32357         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
32358         all uses changed.  Quote first arg of AC_DEFUN.
32359         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
32360
32361         * m4/iconv.m4: Upgrade to serial AM2.
32362         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
32363         Add --with-libconv-prefix.
32364         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
32365         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
32366         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
32367         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
32368         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
32369
32370         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
32371         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
32372         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
32373         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
32374         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
32375         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
32376         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
32377         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
32378         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
32379
32380         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
32381         string.h any more.
32382
32383         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
32384         not the default value.
32385
32386         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
32387         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
32388         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
32389         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
32390         Also check for iswcntrl, used for wcwidth fallback.
32391         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
32392         to Autoconf 2.13.
32393
32394 2001-08-03  Jim Meyering  <meyering@lucent.com>
32395
32396         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
32397         as it was in the original.  Reported by Paul Eggert.
32398
32399 2001-07-16  Jim Meyering  <meyering@lucent.com>
32400
32401         * m4/gettimeofday.m4: New file.
32402         Prompted by a report from Bernhard Baehr.
32403
32404 2001-07-15  Jim Meyering  <meyering@lucent.com>
32405
32406         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
32407         stuff. Now it's in ../Makefile.cfg.
32408
32409 2001-07-15  Jim Meyering  <meyering@lucent.com>
32410
32411         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
32412         (BUILT_SOURCES): Add unlocked-io.h.
32413         (io_functions): Define.
32414         (unlocked-io.h): New rule.
32415         (DISTCLEANFILES): Add unlocked-io.h.
32416         (all-local): Depend on unlocked-io.h, to ensure it is created.
32417
32418         * lib/unlocked-io.hin: New file
32419
32420         * lib/regex.c: Update from glibc.
32421
32422 2001-07-05  Jim Meyering  <meyering@lucent.com>
32423
32424         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
32425         recommendation.
32426         (libfetish_a_SOURCES): Put all .h files here instead.
32427         Remove a thus-exposed (better checks in automake) duplicate and
32428         two unnecessary .h files.
32429
32430 2001-07-04  Jim Meyering  <meyering@lucent.com>
32431
32432         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
32433         that generates jm-glibc-io.m4 so that it doesn't trigger any make
32434         distcheck failure.
32435
32436 2001-07-02  Jim Meyering  <meyering@lucent.com>
32437
32438         The following changes were prompted by suggestions from Bruno Haible.
32439
32440         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
32441         is now generated.
32442         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
32443         definition of EXTRA_DIST.
32444         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
32445         ensure that the generated file is created/updated whenever the list
32446         of $(unlocked_functions) is changed.
32447         (jm-glibc-io.m4): New rule.
32448         (unlocked-io.h): New rule -- currently unused.
32449
32450 2001-06-24  Jim Meyering  <meyering@lucent.com>
32451
32452         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
32453         unmatched right bracket, rather than kludging it with an extra,
32454         falsely-matching quote in a comment.  Patch by Akim Demaille.
32455
32456 2001-06-11  Jim Meyering  <meyering@lucent.com>
32457
32458         * lib/regex.c: Update from GNU libc.
32459
32460 2001-05-27  Jim Meyering  <meyering@lucent.com>
32461
32462         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
32463         Check for ut_type in struct utmp.
32464
32465 2001-05-27  Jim Meyering  <meyering@lucent.com>
32466
32467         * lib/readutmp.h (UT_TYPE): Define.
32468
32469 2001-05-24  Jim Meyering  <meyering@lucent.com>
32470
32471         * lib/argmatch.c: Include "quote.h".
32472         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
32473         quote function.  Reported by Göran Uddeborg.
32474
32475 2001-05-22  Jim Meyering  <meyering@lucent.com>
32476
32477         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
32478         now that we use the package-supplied version unconditionally.
32479         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
32480
32481 2001-05-21  Jim Meyering  <meyering@lucent.com>
32482
32483         * m4/regex.m4: Change a couple backticks to single quotes to avoid
32484         shell syntax errors.
32485
32486 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32487
32488         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
32489
32490 2001-05-20  Paul Eggert  <eggert@twinsun.com>
32491
32492         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
32493         Don't bother to check library strftime, since
32494         we'll be using our own my_strftime function anyway.
32495         Define my_strftime instead of strftime.
32496
32497 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
32498
32499         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
32500         which is not yet declared.
32501
32502 2001-05-15  Jim Meyering  <meyering@lucent.com>
32503
32504         * m4/regex.m4: Use proper quoting so brackets appear in the test
32505         program.
32506         Reported by, and with help from, Bruno Haible.
32507
32508 2001-05-13  Jim Meyering  <meyering@lucent.com>
32509
32510         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
32511         undefined.
32512
32513 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32514
32515         dirname code cleanup.  base_name now behaves more compatibly
32516         with POSIX basename when given file names that have trailing
32517         slashes, and similarly for dir_name.  Add new primitives
32518         base_len and dir_len.  Put the directory-name-related decls
32519         into dirname.h.
32520
32521         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
32522         * lib/backupfile.c (base_name): Likewise.
32523         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
32524         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
32525         * lib/makepath.c (strip_trailing_slashes): Likewise.
32526         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
32527         ISSLASH): Likewise.
32528         * lib/rename.c (strip_trailing_slashes): Likewise.
32529         * lib/same.c (base_name): Likewise.
32530         * lib/stripslash.c (ISSLASH): Likewise.
32531
32532         * lib/addext.c: Include <dirname.h> after size_t is defined.
32533         * lib/backupfile.c: Likewise.
32534
32535         * lib/addext.c (addext): Use base_len to trim redundant
32536         trailing slashes instead of doing it ourselves.
32537         But do not trim the last slash if it is not redundant.
32538
32539         * lib/backupfile.c (find_backup_file_name,
32540         max_backup_version): Use base_len instead of rolling it ourselves.
32541         Handle the case of "" and (on DOS) "C:" correctly.
32542
32543         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
32544         needed. Include <string.h>, <dirname.h>.
32545         (base_name): Allow file names ending in slashes, other than names
32546         that are all slashes.  In this case, return the basename followed
32547         by the slashes.  This is more general, and can be used in places
32548         where the original base_name purposely had an assertion failure.
32549         (base_len): New function.
32550
32551         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
32552         Do not include <assert.h>; no longer needed.
32553         Include xalloc.h.
32554         (memrchr): Remove decl.
32555         (dir_name_r): Remove.
32556         (dir_len): Renamed from dirlen.  All callers changed.
32557         Rewrite in terms of base_name, for simplicity and consistency.
32558         (dir_name): Never return NULL.  All callers changed.
32559         Do not include <stdlib.h> in test program; no longer needed.
32560         return 0; is fine for test program.
32561
32562         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
32563         New macros.
32564         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
32565
32566         * lib/path-concat.c (path_concat): Use base_len to compute
32567         base length, not strlen; this means we cannot rely on memcpy
32568         to null-terminate.
32569
32570         * lib/same.c (STREQ): Remove.
32571         (same_name): Handle the case where the basename ends in trailing '/'.
32572
32573         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
32574         a slash was stripped.  Do not strip the last slash after a
32575         file system prefix.
32576
32577 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32578
32579         * lib/Makefile.am (libfetish_a_SOURCES):
32580         Add strftime.c, since we now compile it on all hosts.
32581
32582         * lib/strftime.c (my_strftime):
32583         Define to nstrftime if emacs, but only if my_strftime is not defined.
32584         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
32585         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
32586         Add one more extra argument: a nanoseconds value.
32587         All uses changed.
32588         (ns): New macro.
32589         (my_strftime function): Add %N format.
32590         (emacs_strftimeu): Renamed from emacs_strftime,
32591         with extra ut argument.
32592
32593 2001-05-09  Paul Eggert  <eggert@twinsun.com>
32594
32595         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
32596
32597 2001-04-21  Jim Meyering  <meyering@lucent.com>
32598
32599         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
32600         doesn't interfere.
32601
32602 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32603
32604         * m4/ftruncate.m4: Check for chsize.
32605         Link with ftruncate.o unconditionally if ftruncate is missing.
32606         This was required when cross-compiling to i586-mingw32msvc.
32607
32608 2001-04-08  Jim Meyering  <meyering@lucent.com>
32609
32610         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
32611         recomputed; that's necessary when the offset spans a DST transition.
32612         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
32613
32614 2001-04-02  Jim Meyering  <meyering@lucent.com>
32615
32616         * lib/regex.h, regex.c: Update from GNU libc.
32617
32618 2001-03-24  Jim Meyering  <meyering@lucent.com>
32619
32620         * m4/jm-macros.m4: Require autoconf-2.49d.
32621
32622 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
32623
32624         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
32625
32626 2001-03-19  Paul Eggert  <eggert@twinsun.com>
32627
32628         * lib/version-etc.c (version_etc_copyright): Update to 2001.
32629
32630 2001-03-17  Jim Meyering  <meyering@lucent.com>
32631
32632         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
32633         now that the version in autoconf is equivalent.
32634         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
32635
32636         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
32637         Suggestion from Akim Demaille.
32638
32639         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
32640         (jm_PREREQ_TEMPNAME): New function.
32641
32642 2001-03-16  Paul Eggert  <eggert@twinsun.com>
32643
32644         * lib/tempname.c (uint64_t): Define to uintmax_t if
32645         not defined, and if UINT64_MAX is not defined.
32646         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
32647         Reported by John David Anglin.
32648
32649 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
32650
32651         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
32652         resolve alias if codeset is empty.
32653         * lib/config.charset (BeOS): Use wildcard syntax.
32654
32655 2001-03-13  Jim Meyering  <meyering@lucent.com>
32656
32657         * lib/path-concat.c (path_concat)
32658         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32659         concatenating e.g., `C:' and `foo'.
32660         From Bruno Haible.
32661
32662 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32663
32664         * lib/localcharset.c (locale_charset): Don't use
32665         setlocale(LC_CTYPE,NULL). Don't return NULL.
32666         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32667
32668 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32669
32670         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32671         support for DOS/DJGPP.
32672
32673 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32674
32675         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32676         lacks mkstemp.  Compile our own tempname.c if we compile our own
32677         mkstemp.c, as mkstemp relies on tempname.
32678
32679 2001-03-01  Jim Meyering  <meyering@lucent.com>
32680
32681         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32682         AH_VERBATIM really does output its argument verbatim.
32683
32684 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32685
32686         * lib/Makefile.am (libfetish_a_SOURCES):
32687         Add dup-safer.c, fopen-safer.c.
32688         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32689
32690         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32691         * lib/unistd-safer.h: New files.
32692
32693 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32694
32695         The mkstemp replacement is taken from glibc 2.2.2, with some
32696         portability fixes for use outside glibc, as follows:
32697
32698         * lib/tempname.c (struct_stat64): New macro.
32699         (direxists, __gen_tempname): Use it.
32700         This avoids a portability problem with Solaris 8.
32701
32702         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32703         (<stddef.h>, <stdint.h>, <string.h>):
32704         Include only if STDC_HEADERS || _LIBC.
32705         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32706         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32707         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32708         (__set_errno): Define this macro if <errno.h> doesn't.
32709         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32710         Define these macros if <stdio.h> doesn't.
32711         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32712         Define these macros if <sys/stat.h>
32713         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32714         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32715         __xstat64): Define if not _LIBC.
32716         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32717         (__gen_tempname): Invoke gettimeofday only if
32718         HAVE_GETTIMEOFDAY || _LIBC;
32719         otherwise, fall back on plain "time".
32720         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32721
32722         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32723
32724         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32725
32726 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32727
32728         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32729
32730 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32731
32732         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32733         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32734         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32735         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32736
32737 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32738
32739         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32740         Remove workaround macros for hosts that have mbrtowc but not
32741         mbstate_t, as we now insist on proper declarations for both
32742         before using mbrtowc.
32743
32744 2001-02-17  Jim Meyering  <meyering@lucent.com>
32745
32746         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32747         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32748         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32749         UnixWare 7.1.1.
32750
32751         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32752         rather than AC_CACHE_VAL.
32753
32754 2001-02-17  Jim Meyering  <meyering@lucent.com>
32755
32756         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32757         around included file name.
32758
32759         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32760
32761         * lib/strftime.c: Update from GNU libc (the only changes were to
32762         comments).
32763
32764 2001-02-17  Jim Meyering  <meyering@lucent.com>
32765
32766         * lib/regex.c: Update from libc.
32767
32768 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32769
32770         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32771         clash.
32772
32773 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32774
32775         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32776         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32777         Reported by Mark Hounschell via Paul Eggert.
32778
32779 2001-02-07  Jim Meyering  <meyering@lucent.com>
32780
32781         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32782
32783 2001-02-05  Jim Meyering  <meyering@lucent.com>
32784
32785         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32786         it includes the patch required for `large file' support with at least
32787         HP-UX's 10.20 /bin/cc.
32788
32789 2001-02-03  Jim Meyering  <meyering@lucent.com>
32790
32791         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32792         AS_IF, now that it works once again (mysteriously).
32793         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32794
32795 2001-01-30  Jim Meyering  <meyering@lucent.com>
32796
32797         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32798         * m4/chown.m4: Rename conftestchown to conftest.chown.
32799         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32800         s/conftestdir2/conftest.d2/.
32801         * m4/utimes.m4: s/conftestdata/conftest.data/
32802         Inspired by Pavel Roskin's change in autoconf.
32803
32804 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32805
32806         * lib/config.charset: Update for FreeBSD 4.2.
32807
32808 2001-01-27  Jim Meyering  <meyering@lucent.com>
32809
32810         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32811         a use of AS_IF.
32812         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32813
32814 2001-01-26  Jim Meyering  <meyering@lucent.com>
32815
32816         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32817         quotearg.c includes it.
32818
32819 2001-01-26  Jim Meyering  <meyering@lucent.com>
32820
32821         * lib/quotearg.c: Include stddef.h.
32822         * lib/quote.c: Include stddef.h.
32823         Reported by Axel Kittenberger.
32824
32825         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32826         line in double quotes so that it evokes a better diagnostic.
32827         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32828         Reported by Axel Kittenberger.
32829
32830 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32831
32832         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32833         as if it was a `charset'.
32834
32835 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32836
32837         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32838         has const.
32839
32840 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32841
32842         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32843         to avoid a warning.  Add back 'const' to inptr.
32844
32845 2001-01-20  Jim Meyering  <meyering@lucent.com>
32846
32847         Be sure that headers are checked before used in code compiled
32848         for the type checks.
32849         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32850         In place of that, invoke jm_CHECK_ALL_TYPES.
32851         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32852         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32853         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32854         The check for ssize_t was mistakenly run before the test for unistd.h.
32855
32856         The configure-time check for stdbool.h was missing.
32857         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32858         (jm_PREREQ_HASH): New function.
32859
32860 2001-01-17  Jim Meyering  <meyering@lucent.com>
32861
32862         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32863         for autoconf-2.49c.
32864         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32865
32866 2001-01-16  Jim Meyering  <meyering@lucent.com>
32867
32868         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32869         From Bruno Haible.
32870
32871 2001-01-14  Jim Meyering  <meyering@lucent.com>
32872
32873         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32874         foo and bar.  Create conftestdir/ in the script, not in the C code.
32875         Remove directories in the script, not in the C code.
32876         Remove conftestdir{,2} before trying to create the directory.
32877         Make the entire configure script fail if the mkdir fails.
32878
32879 2001-01-14  Jim Meyering  <meyering@lucent.com>
32880
32881         * lib/rename.c: New file.  From Volker Borchert.
32882         Include stdlib.h, string.h or strings.h, and xalloc.h.
32883         Use strip_trailing_slashes rather than open-coding it.
32884
32885 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32886
32887         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32888
32889 2001-01-03  Jim Meyering  <meyering@lucent.com>
32890
32891         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32892         of local `inptr' to avoid warning with some system declarations of
32893         iconv.
32894
32895 2001-01-02  Volker Borchert  <bt@teknon.de>
32896
32897         * m4/rename.m4: New file.
32898         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32899
32900 2001-01-01  Jim Meyering  <meyering@lucent.com>
32901
32902         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32903         even on systems with utmpx.h.  It's necessary for the declaration of
32904         utmp's ut_user member.  Reported by Andreas Jaeger.
32905
32906         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32907         available. They are required for the declarations of getgrgid and
32908         getpwuid resp.
32909         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32910         Reported by Andreas Jaeger.
32911
32912 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32913
32914         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32915         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32916         so `make install' also works in VPATH builds.
32917
32918 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32919
32920         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32921         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32922         can be used in subdirectories.
32923
32924 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32925
32926         * lib/modechange.c: Do not assume that mode_t uses the
32927         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32928         the other-execute bit of FOO even if S_IXOTH != 1.
32929
32930         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32931         WOTH, XOTH, ALLM): New macros.
32932         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32933          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32934         Use them.
32935         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32936         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32937         (mode_compile):
32938         No need to use uintmax_t; unsigned long is long enough.
32939         Don't bother to get suffix since we don't use it.
32940
32941 2000-12-26  Jim Meyering  <meyering@lucent.com>
32942
32943         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32944         better with autoheader.
32945
32946 2000-12-24  Jim Meyering  <meyering@lucent.com>
32947
32948         * lib/hash.c (is_prime): Return explicit boolean values.
32949         (hash_get_first): Return NULL to appease Irix5.6's 89.
32950         Reported by Nelson Beebe.
32951
32952 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32953
32954         * lib/localcharset.c (locale_charset): Add support for Win32.
32955
32956 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32957
32958         * lib/physmem.h, lib/physmem.c: New files.
32959
32960         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32961         (noinst_HEADERS): Add physmem.h.
32962
32963         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32964         't' for compatibility with Solaris 8 sort.
32965
32966 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32967
32968         * lib/config.charset: Add support for BeOS.
32969
32970 2000-12-17  Jim Meyering  <meyering@lucent.com>
32971
32972         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32973         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32974
32975 2000-12-16  Jim Meyering  <meyering@lucent.com>
32976
32977         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32978         N and M) would have treated it like `chown N:N FILE'.
32979
32980         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32981
32982 2000-12-16  Jim Meyering  <meyering@lucent.com>
32983
32984         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32985         SHELLS_FILE to a file name that's useful on djgpp systems.
32986         Include stdlib.h.
32987         (ADDITIONAL_DEFAULT_SHELLS): Define.
32988         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32989         Based mostly on a patch from Prashant TR.
32990
32991 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32992
32993         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32994         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32995         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32996
32997 2000-12-08  Andreas Schwab  <schwab@suse.de>
32998
32999         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
33000         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
33001
33002 2000-12-07  Jim Meyering  <meyering@lucent.com>
33003
33004         * lib/stripslash.c (ISSLASH): Define.
33005         (strip_trailing_slashes): Use ISSLASH rather than comparing against
33006         `/'.
33007         From Prashant TR.
33008
33009         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
33010         (dir_name_r): Declare this function as static.
33011         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
33012         manifest itself on a name containing a mix of slashes and
33013         backslashes.
33014         Make this function work with names starting with a DOS-style
33015         drive letter and colon prefix.
33016         (dir_name): Append `.' if necessary.
33017         Based mostly on patches from Prashant TR and Eli Zaretskii.
33018
33019         * lib/dirname.h (dir_name_r): Remove prototype.
33020
33021 2000-12-06  Paul Eggert  <eggert@twinsun.com>
33022
33023         * m4/off_t-format.m4: Remove this file.
33024         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
33025
33026 2000-12-06  Jim Meyering  <meyering@lucent.com>
33027
33028         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
33029         replacement strtoull, we may well need the replacement strtoul, too.
33030         Check for declarations of strtoul and strtoull.
33031         Check for strtol.  Mainly as a cue to cause automake to include
33032         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
33033         Check for limits.h -- strtol.c needs it.
33034
33035 2000-12-05  Jim Meyering  <meyering@lucent.com>
33036
33037         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
33038
33039 2000-12-04  Jim Meyering  <meyering@lucent.com>
33040
33041         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
33042         Also include memory.h, stdlib.h, unistd.h if appropriate.
33043         Reported by Andreas Jaeger (conflicting declaration of malloc).
33044
33045 2000-12-02  Jim Meyering  <meyering@lucent.com>
33046
33047         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
33048         * m4/jm-macros.m4 (jm_MACROS): require it.
33049
33050 2000-12-02  Jim Meyering  <meyering@lucent.com>
33051
33052         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
33053
33054 2000-12-01  Paul Eggert  <eggert@twinsun.com>
33055
33056         * lib/memrchr.c: Include <config.h> before any system include file.
33057
33058 2000-11-30  Jim Meyering  <meyering@lucent.com>
33059
33060         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
33061
33062 2000-11-30  Jim Meyering  <meyering@lucent.com>
33063
33064         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
33065
33066 2000-11-29  Paul Eggert  <eggert@twinsun.com>
33067
33068         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
33069
33070 2000-11-26  Jim Meyering  <meyering@lucent.com>
33071
33072         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
33073
33074 2000-11-22  Paul Eggert  <eggert@twinsun.com>
33075
33076         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
33077         size of (size_t) -1; it's not portable.
33078
33079 2000-11-17  Jim Meyering  <meyering@lucent.com>
33080
33081         * lib/strstr.c: Update from GNU libc.
33082
33083 2000-11-17  Akim Demaille  <akim@epita.fr>
33084
33085         * lib/obstack.h: Formatting changes.
33086         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
33087         prevent type checking.
33088         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
33089         cast the value to (void *): assigning a `foo *' to a `void *'
33090         variable is valid.
33091         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
33092
33093 2000-11-16  Jim Meyering  <meyering@lucent.com>
33094
33095         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
33096
33097 2000-11-11  Jim Meyering  <meyering@lucent.com>
33098
33099         * lib/error.c: Add a couple #includes, merging from GNU libc version.
33100
33101 2000-11-10  Jim Meyering  <meyering@lucent.com>
33102
33103         * lib/obstack.h: Update from GNU libc.
33104         * lib/obstack.c: Likewise.
33105
33106 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
33107
33108         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
33109
33110 2000-11-06  Paul Eggert  <eggert@twinsun.com>
33111
33112         * lib/getusershell.c (setusershell): Use rewind rather than
33113         fseek/fseeko, to avoid configuration hassles with fseeko.
33114         Don't bother opening SHELLS_FILE if shellstream is NULL;
33115         it's not necessary.
33116
33117 2000-11-05  Jim Meyering  <meyering@lucent.com>
33118
33119         * lib/makepath.h (make_dir): Declare.
33120         * lib/makepath.c (make_dir): Remove `static' attribute.
33121         Tweak a comment.
33122
33123 2000-11-04  Jim Meyering  <meyering@lucent.com>
33124
33125         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
33126
33127 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
33128
33129         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
33130         last one in a bucket, advance to the next bucket.
33131
33132 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
33133
33134         * lib/fnmatch.c: Do not comment out all the code if we are using
33135         the GNU C library, because in some cases we are replacing buggy
33136         code in the GNU C library itself.
33137
33138 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
33139
33140         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
33141         (regex_compile): Catch bogus \(\1\).
33142
33143 2000-10-30  Paul Eggert  <eggert@twinsun.com>
33144
33145         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
33146         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
33147         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
33148
33149 2000-10-30  Paul Eggert  <eggert@twinsun.com>
33150
33151         * lib/error.h, getline.h, modechange.h:
33152         Remove "2000" from Copyright line, as the file hasn't been
33153         changed this year other than in the copyright notice.
33154
33155         * lib/xalloc.h: Add "2000" to Copyright line, as this file
33156         was changed this year.
33157
33158 2000-10-29  Jim Meyering  <meyering@lucent.com>
33159
33160         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
33161         renaming.
33162         * m4/ls-mntd-fs.m4: Likewise
33163
33164 2000-10-29  Jim Meyering  <meyering@lucent.com>
33165
33166         * lib/xstat.in: Fix grammar in comment.
33167
33168 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
33169
33170         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
33171         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
33172         doesn't define __restrict_arr.
33173
33174 2000-10-28  Jim Meyering  <meyering@lucent.com>
33175
33176         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
33177         (jm_PREREQ_MEMCHR): New function.
33178
33179 2000-10-28  Jim Meyering  <meyering@lucent.com>
33180
33181         * lib/memchr.c: Update from libc.
33182         Adjust for portability:
33183         [HAVE_STDLIB_H]: Include stdlib.h.
33184         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
33185         Undef __memchr, too.
33186         [!weak_alias]: Define __memchr to memchr.
33187
33188         * lib/regex.c: Update from libc.
33189         * lib/regex.h: Likewise.
33190         * lib/getopt1.c: Likewise.
33191         * lib/memcmp.c: Likewise.
33192
33193         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
33194         Avoid using fseek, when possible -- it's broken by design.
33195         Patch by Ulrich Drepper.
33196
33197 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
33198
33199         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
33200         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
33201         Giving in to popular pressure to shut up the compiler with casts.
33202
33203 2000-10-26  Jim Meyering  <meyering@lucent.com>
33204
33205         * lib/strftime.c: Update from libc.
33206
33207 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
33208
33209         * regex.c: More `unsigned char' -> `re_char' changes.
33210         Also change several `int' into `re_wchar_t'.
33211         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
33212         (PUSH_FAILURE_POINTER): Don't cast any more.
33213         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
33214         We want GCC to complain, since this piece of code makes
33215         re_match non-reentrant, which *should* be fixed.
33216         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
33217         (EXTEND_BUFFER): Use RETALLOC.
33218         (SET_LIST_BIT): Don't cast.
33219         (re_wchar_t): New type.
33220         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
33221         that those two functions will always properly return.
33222         (IMMEDIATE_QUIT_CHECK): Cast to void.
33223         (analyse_first): Use recursion rather than an explicit stack.
33224         (re_compile_fastmap): Can't fail anymore.
33225         (re_search_2): Don't check re_compile_fastmap for failure.
33226         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
33227         Now also sets the new value (passed in a new argument).
33228         (re_match_2_internal): Use it.
33229         Also, use a new var `reg' of type size_t when looping through regs
33230         rather than reuse the inappropriate `mcnt'.
33231
33232 2000-10-25  Jim Meyering  <meyering@lucent.com>
33233
33234         * lib/obstack.c: Update from libc.
33235
33236 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
33237
33238         * regex.c (regex_compile): Change the way of handling a range from
33239         a char less than 256 to a char not less than 256.
33240
33241 2000-10-24  Andrew Innes  <andrewi@gnu.org>
33242
33243         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
33244         NT-Emacs only.
33245         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
33246         so that re_search functions only quit when callers expect them to.
33247
33248 2000-10-23  Jim Meyering  <meyering@lucent.com>
33249
33250         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
33251         wrong.  That set_locale call must not have any side effects.
33252         From Paul Eggert.
33253
33254 2000-10-22  Jim Meyering  <meyering@lucent.com>
33255
33256         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
33257         [CYCLIC]: Remove now-unused definition.
33258
33259         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
33260         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
33261         Suggestion from Ulrich Drepper.
33262
33263 2000-10-21  Jim Meyering  <meyering@lucent.com>
33264
33265         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
33266         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
33267         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
33268
33269 2000-10-21  Jim Meyering  <meyering@lucent.com>
33270
33271         * lib/dirname.c (memrchr): Declare if necessary.
33272         (dir_name): Remove the restriction that there be no
33273         trailing slashes.  Now, this code skips past them, effectively
33274         ignoring them.
33275         [TEST_DIRNAME] (main): New unit tests.
33276
33277         * lib/memrchr.c: New file from GNU libc.
33278         Undef __memrchr, too.
33279         [!weak_alias]: Define __memrchr to memrchr.
33280         Guard weak_alias use with `#ifdef weak_alias'.
33281
33282 2000-10-21  Jim Meyering  <meyering@lucent.com>
33283
33284         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
33285         (dir_name): Use dir_name_r.
33286         * lib/dirname.h (dir_name_r): Declare it.
33287
33288 2000-10-17  Jim Meyering  <meyering@lucent.com>
33289
33290         * lib/quote.h (PARAMS): Define and use.
33291         Reported by Akim Demaille.
33292
33293         * lib/getopt.c: Update from libc.
33294
33295 2000-10-16  Jim Meyering  <meyering@lucent.com>
33296
33297         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
33298         setlocale.
33299         From Jan Fedak.
33300
33301 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
33302
33303         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
33304
33305 2000-09-25  Jim Meyering  <meyering@lucent.com>
33306
33307         * lib/md5.h (rol): Define (from GnuPG).
33308
33309         * lib/sha.c: Give credit (GnuPG) where due.
33310         (M): Use rol rather than open-coding it.
33311         Add a FIXME comment.
33312
33313 2000-09-21  Jim Meyering  <meyering@lucent.com>
33314
33315         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
33316         Reported by Michael Stone.
33317
33318 2000-09-20  Jim Meyering  <meyering@lucent.com>
33319
33320         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
33321         (noinst_HEADERS): Add sha.h.
33322         Based on code from Scott G. Miller and from GnuPG.
33323
33324 2000-09-18  Jim Meyering  <meyering@lucent.com>
33325
33326         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
33327         LIBS. Otherwise, everyone ends up linking with -lelf for some
33328         configurations.
33329         Reported by Mike Stone.
33330
33331 2000-09-15  Jim Meyering  <meyering@lucent.com>
33332
33333         * lib/regex.c: Update from libc.
33334
33335 2000-09-10  Jim Meyering  <meyering@lucent.com>
33336
33337         * lib/getopt.c (_getopt_internal): Update from glibc.
33338
33339 2000-09-09  Jim Meyering  <meyering@lucent.com>
33340
33341         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
33342         think it should be used as a general replacement for isascii.
33343         * lib/fnmatch.c: Likewise.
33344         * lib/mbswidth.c: Likewise
33345         * lib/regex.c: Likewise.
33346
33347         Don't use atoi.
33348         * lib/userspec.c: Include sys/param.h and limits.h.
33349         Include xstrtol.h.
33350         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
33351         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
33352         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
33353         UID, GID.  Check range.
33354
33355 2000-09-06  Jim Meyering  <meyering@lucent.com>
33356
33357         * lib/getopt.c (_getopt_internal): Update from glibc.
33358
33359 2000-08-30  Jim Meyering  <meyering@lucent.com>
33360
33361         * lib/strftime.c: Merge in changes from GNU libc.
33362
33363 2000-08-26  Jim Meyering  <meyering@lucent.com>
33364
33365         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
33366         * m4/fpending.m4: New file.
33367
33368 2000-08-26  Jim Meyering  <meyering@lucent.com>
33369
33370         * lib/closeout.c: Include "__fpending.h".
33371         (close_stdout_status): Return right away if there's nothing to flush.
33372
33373         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
33374         * lib/__fpending.c: New file.
33375         * lib/__fpending.h: New file.
33376
33377 2000-08-20  Jim Meyering  <meyering@lucent.com>
33378
33379         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
33380         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
33381         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
33382
33383 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
33384
33385         Improve fileutils installation on systems where running
33386         programs (like install) can't be unlinked.
33387         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
33388         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
33389
33390 2000-08-07  Paul Eggert  <eggert@twinsun.com>
33391
33392         Standardize on "memory exhausted" instead of "Memory exhausted"
33393         or "virtual memory exhausted".
33394         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
33395         "virtual memory exhausted".
33396         * lib/same.c (same_name): Invoke xalloc_die instead of printing
33397         our own message.
33398         * lib/userspec.c (parse_user_spec): Likewise.
33399         * lib/bumpalloc.h: comment fix
33400         * lib/same.c, userspec.c: Include xalloc.h.
33401
33402         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
33403         not char *const and pointing to a constant array.
33404         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
33405         (xrealloc): Comment fix.
33406
33407         * lib/userspec.c (parse_user_spec):
33408         Don't translate a message until just before returning,
33409         to avoid unnecessary translation.
33410
33411 2000-08-07  Jim Meyering  <meyering@lucent.com>
33412
33413         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
33414         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
33415         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
33416         getgroups.c, gethostname.c, getopt.h, group-member.c,
33417         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
33418         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
33419         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
33420         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
33421         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
33422         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
33423         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
33424         yesno.c: Back out Copyright date changes for each file with no change
33425         this year.  This eases coordination with other programs using the same
33426         source code modules.  From Paul Eggert.
33427
33428 2000-08-06  Paul Eggert  <eggert@twinsun.com>
33429
33430         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
33431         not char, for compatibility with glibc 2.1.3 strftime.c.
33432
33433 2000-08-03  Greg McGary  <greg@mcgary.org>
33434
33435         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
33436         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
33437         (EXTEND_BUFFER): Use them.
33438
33439 2000-08-01  Jim Meyering  <meyering@lucent.com>
33440
33441         * lib/dirname.c (ISSLASH): Define.
33442         (BACKSLASH_IS_PATH_SEPARATOR): Define.
33443         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
33444         both `\' and `/' may be use as path separators.
33445         Based on a patch from Prashant TR.
33446
33447 2000-07-31  Paul Eggert  <eggert@twinsun.com>
33448
33449         * lib/quotearg.c (quotearg_n_options): Don't make the initial
33450         slot vector a constant, since it might get modified.
33451
33452 2000-07-31  Jim Meyering  <meyering@lucent.com>
33453
33454         * lib/xmalloc.c: Use `virtual memory exhausted', not
33455         `Memory exhausted'.
33456         * lib/obstack.c (print_and_abort): Likewise.
33457
33458 2000-07-30  Paul Eggert  <eggert@twinsun.com>
33459
33460         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
33461         buffer, so that the caller can always quote one small
33462         component of a "memory exhausted" message in slot 0.
33463         From a suggestion by Jim Meyering.
33464
33465 2000-07-30  Jim Meyering  <meyering@lucent.com>
33466
33467         * lib/makepath.c (make_path): Quote the other instance, too.
33468
33469         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
33470         (STATIC_BUF_SIZE): Define.
33471         (quotearg_n_options): Use only statically allocated storage when
33472         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
33473         than STATIC_BUF_SIZE.
33474
33475 2000-07-29  Jim Meyering  <meyering@lucent.com>
33476
33477         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
33478         * lib/dirname.c (dir_name): Likewise.
33479
33480         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
33481         `/'.
33482
33483         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
33484         (dir_name): Assert that there are no trailing slashes.
33485
33486 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
33487
33488         * lib/mbswidth.h (mbswidth): Add a flags argument.
33489         (mbswidth): New declaration.
33490         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
33491         * lib/mbswidth.c (mbswidth): Add a flags argument.
33492         (mbsnwidth): New function.
33493
33494 2000-07-24  Jim Meyering  <meyering@lucent.com>
33495
33496         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
33497
33498 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33499
33500         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
33501
33502 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33503
33504         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
33505         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
33506         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
33507         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
33508         invoke multibyte primitives.
33509
33510 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33511
33512         * lib/quotearg.c:
33513         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
33514         so that mbstate_t is always defined.
33515
33516         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
33517         be 1 in at least one GCC installation, and this configuration
33518         error is likely to be common.  Ignoring MB_LEN_MAX hurts
33519         performance on hosts that have mbrtowc but have only unibyte
33520         locales, but I assume these hosts are rare.
33521
33522 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33523
33524         * lib/mbswidth.c (_XOPEN_SOURCE):
33525         Don't define; this causes problems on Solaris 7.
33526         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
33527
33528 2000-07-23  Jim Meyering  <meyering@lucent.com>
33529
33530         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
33531         too: getgrgid, getpwuid, getuid.
33532
33533 2000-07-23  Jim Meyering  <meyering@lucent.com>
33534
33535         * lib/basename.c (base_name): Add an assertion.
33536
33537 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
33538
33539         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
33540         shadow its mbsinit function.
33541
33542 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33543
33544         * lib/mbswidth.h: New file.
33545         * lib/mbswidth.c: New file.
33546         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
33547         (noinst_HEADERS): Add mbswidth.h.
33548
33549 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33550
33551         * lib/config.charset: Add support for FreeBSD. Improve support for
33552         HP-UX and IRIX 6.
33553
33554 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
33555
33556         * m4/mbswidth.m4: New file.
33557         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
33558
33559 2000-07-15  Jim Meyering  <meyering@lucent.com>
33560
33561         * lib/makepath.c: Include quote.h.
33562         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
33563         corresponding argument in a `quote (...)' call.
33564         Give better diagnostics.
33565
33566         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
33567         (noinst_HEADERS): Add quote.h.
33568
33569         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
33570         from tar's src/misc.c.
33571         * lib/quote.h: New file.  Prototypes for same.
33572
33573 2000-07-14  Paul Eggert  <eggert@twinsun.com>
33574
33575         From a suggestion by Bruno Haible.
33576         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
33577         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
33578         to decide whether to define the BeOS workaround macro;
33579         this adjusts to the change to AC_MBSTATE_T.
33580
33581 2000-07-14  Jim Meyering  <meyering@lucent.com>
33582
33583         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
33584         jm_AC_TYPE_UINTMAX_T.
33585
33586 2000-07-13  Paul Eggert  <eggert@twinsun.com>
33587
33588         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
33589
33590         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
33591         quotearg_buffer_restyled): Add support for
33592         clocale_quoting_style.  Undo previous change to
33593         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
33594         and "{RIGHT QUOTATION MARK}" msgids.
33595
33596 2000-07-10  Paul Eggert  <eggert@twinsun.com>
33597
33598         From a suggestion by Bruno Haible.
33599         * m4/mbstate_t.m4 (AC_MBSTATE_T):
33600         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
33601         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
33602         and mbstate_t, to a single-part test that simply defines mbstate_t.
33603         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
33604         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
33605
33606 2000-07-10  Jim Meyering  <meyering@lucent.com>
33607
33608         * m4/strerror_r.m4: Mirror the correction made in autoconf.
33609
33610         * m4/gnu-source.m4: Output to confdefs.h directly.
33611         Suggestion from Akim Demaille.
33612
33613 2000-07-09  Paul Eggert  <eggert@twinsun.com>
33614
33615         The old behavior of quoting `like this' doesn't look good with
33616         newer, ISO-style fonts.  See:
33617         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
33618
33619         Instead, quote "like this" by default.  Let the translator
33620         tailor the locale-specific quoting behavior by providing
33621         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
33622
33623         * lib/quotearg.c (N_): New macro.
33624         (gettext_default): New function.
33625         (quotearg_buffer_restyled): Use
33626         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
33627         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
33628
33629 2000-07-09  Jim Meyering  <meyering@lucent.com>
33630
33631         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
33632         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
33633
33634         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
33635         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
33636
33637 2000-07-09  Jim Meyering  <meyering@lucent.com>
33638
33639         * lib/Most files: Update copyright dates to include 2000.
33640
33641 2000-07-08  Jim Meyering  <meyering@lucent.com>
33642
33643         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
33644         if not defined.
33645         (xgethostname): Remove now-unnecessary #ifdef.
33646         Move declaration of `err' into loop where it's used.
33647
33648 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33649         and Bruno Haible  <haible@clisp.cons.org>
33650
33651         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
33652         only if the test for an object-type mbstate_t fails.  This
33653         prevents us from mistakenly reporting that mbstate_t is a
33654         system object type after we "#define mbstate_t int" to work
33655         around its lack.
33656
33657 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33658         and Bruno Haible  <haible@clisp.cons.org>
33659
33660         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33661
33662 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33663
33664         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33665         to strerror_r.
33666         Include <ctype.h> for use of isalpha.
33667
33668 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33669
33670         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33671         by allocating a larger buffer. Test the gethostname return value for
33672         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33673         returns an error and ENAMETOOLONG isn't defined.
33674
33675 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33676
33677         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33678         dimension.
33679
33680 2000-07-04  Jim Meyering  <meyering@lucent.com>
33681
33682         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33683         of the deprecated AC_CHECKING.
33684
33685 2000-07-04  Jim Meyering  <meyering@lucent.com>
33686
33687         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33688         Reported by Bruno Haible.
33689
33690 2000-07-04  Jim Meyering  <meyering@lucent.com>
33691
33692         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33693         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33694         lacks mbrtowc.
33695
33696 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33697
33698         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33699         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33700
33701 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33702         and Bruno Haible  <haible@clisp.cons.org>
33703
33704         * lib/quotearg.c (mbrtowc):
33705         Assign to *pwc, and return 1 only if result is nonzero.
33706         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33707
33708 2000-07-03  Jim Meyering  <meyering@lucent.com>
33709
33710         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33711
33712 2000-07-03  Jim Meyering  <meyering@lucent.com>
33713
33714         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33715         This is necessary to get a definition of e.g., UTMP_FILE on
33716         HP-UX 10.20.
33717         From Bob Proulx.
33718
33719 2000-07-02  Jim Meyering  <meyering@lucent.com>
33720
33721         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33722
33723         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33724         AC_LIBOBJ(function_name).
33725         * m4/chown.m4: Likewise.
33726         * m4/fnmatch.m4: Likewise.
33727         * m4/ftruncate.m4: Likewise.
33728         * m4/getgroups.m4: Likewise.
33729         * m4/getline.m4: Likewise.
33730         * m4/group-member.m4: Likewise.
33731         * m4/jm-macros.m4: Likewise.
33732         * m4/lstat.m4: Likewise.
33733         * m4/malloc.m4: Likewise.
33734         * m4/memcmp.m4: Likewise.
33735         * m4/nanosleep.m4: Likewise.
33736         * m4/putenv.m4: Likewise.
33737         * m4/realloc.m4: Likewise.
33738         * m4/regex.m4: Likewise.
33739         * m4/stat.m4: Likewise.
33740         * m4/strftime.m4: Likewise.
33741
33742 2000-07-02  Jim Meyering  <meyering@lucent.com>
33743
33744         * lib/quotearg.c (mbstate_t): Don't define here.
33745
33746 2000-07-02  Jim Meyering  <meyering@lucent.com>
33747
33748         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33749
33750 2000-07-01  Jim Meyering  <meyering@lucent.com>
33751
33752         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33753
33754 2000-07-01  Jim Meyering  <meyering@lucent.com>
33755
33756         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33757         problem.
33758
33759 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33760
33761         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33762         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33763
33764 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33765
33766         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33767         per change in ../m4/ls-mntd-fs.m4.
33768         (read_filesystem_list): Ignore symbolic links.
33769
33770 2000-06-29  Jim Meyering  <meyering@lucent.com>
33771
33772         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33773         for declaration of strcmp.
33774
33775         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33776
33777         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33778         Avoid warning by casting result to `char *' to remove `const'.
33779
33780 2000-06-28  Jim Meyering  <meyering@lucent.com>
33781
33782         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33783         included by quotearg.c, for which we perform this test.  From
33784         Bruno Haible.
33785
33786 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33787
33788         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33789         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33790         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33791
33792 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33793
33794         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33795
33796 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33797
33798         savedir now sets errno on failure and invokes xmalloc to get memory.
33799         Fix a couple of other minor bugs while we're at it.
33800
33801         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33802         (NAMLEN): Remove macro.
33803         (malloc, realloc): Remove decls.
33804         (stpcpy): Likewise.
33805         ("xalloc.h"): Include.
33806         (NAME_SIZE_DEFAULT): New macro.
33807         (savedir): Use xmalloc / xrealloc to allocate memory.
33808         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33809         Skip "" directory entries.
33810         Use strlen to calculate directory entry length, since the old method
33811         is rarely used these days and isn't worth supporting.
33812         Don't use a pointer after freeing it.
33813         Check for integer overflow when calculating allocation size.
33814         Use memcpy to copy entries, instead of stpcpy.
33815         Set errno properly when returning NULL.
33816         Check for readdir error.
33817
33818 2000-06-26  Jim Meyering  <meyering@lucent.com>
33819
33820         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33821
33822 2000-06-25  Jim Meyering  <meyering@lucent.com>
33823
33824         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33825         Linux header bug when _XOPEN_SOURCE is defined to 500.
33826
33827 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33828
33829         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33830         deficiency.
33831
33832 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33833
33834         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33835         Include xalloc.h.
33836         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33837
33838 2000-06-24  Jim Meyering  <meyering@lucent.com>
33839
33840         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33841         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33842         for which strerror does return char*, but which lacks a conveniently
33843         accessible declaration of the function.  If the compile-test says
33844         strerror_r doesn't work, then resort to a `run'-test that works on
33845         BeOS and segfaults on DEC Unix.
33846
33847 2000-06-24  Jim Meyering  <meyering@lucent.com>
33848
33849         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33850
33851 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33852
33853         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33854         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33855
33856 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33857
33858         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33859         (mbrtowc, mbstate_t): Define substitutes if
33860         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33861         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33862         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33863
33864 2000-06-23  Jim Meyering  <meyering@lucent.com>
33865
33866         * m4/afs.m4: Add missing AC_MSG_RESULT.
33867         Reported by Bruno Haible.
33868
33869         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33870         Suggestion from Bruno Haible.
33871
33872 2000-06-23  Jim Meyering  <meyering@lucent.com>
33873
33874         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33875
33876 2000-06-21  Jim Meyering  <meyering@lucent.com>
33877
33878         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33879
33880 2000-06-21  Jim Meyering  <meyering@lucent.com>
33881
33882         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33883         (noinst_HEADERS): Add getstr.h.
33884
33885         * lib/getline.c (getstr): Move into a separate file.
33886         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33887         the following changes: new parameter, delim2; both delim[12]
33888         parameters have type `int', not `char'.  The latter would lose
33889         with 8-bit delimiters.
33890         * lib/getstr.h: New file.
33891
33892 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33893
33894         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33895         than 1024, return a memory chunk of least possible size, instead
33896         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33897         Use free/xmalloc instead of xrealloc to avoid copying for very long
33898         paths.
33899
33900 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33901
33902         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33903         the empty string.
33904
33905 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33906
33907         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33908         address, not strdup.  Include <stdlib.h> and don't declare free().
33909
33910 2000-06-19  Jim Meyering  <meyering@lucent.com>
33911
33912         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33913
33914 2000-06-18  Jim Meyering  <meyering@lucent.com>
33915
33916         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33917
33918         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33919         `checking whether...' message to be consistent with that of the
33920         lstat test.
33921
33922 2000-06-18  Jim Meyering  <meyering@lucent.com>
33923
33924         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33925         Besides, these days every porting target provides a mkdir function.
33926
33927         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33928         needed. (this snippet comes from src/system.h).
33929
33930 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33931
33932         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33933
33934 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33935
33936         * lib/human.c (adjust_value): New function.
33937         (human_readable_inexact): Apply rounding style even when
33938         printing approximate values.
33939
33940 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33941
33942         * lib/human.c (human_readable_inexact): Allow an input block
33943         size that is not a multiple of the output block size, and vice versa.
33944         Reported by Piergiorgio Sartor.
33945
33946 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33947
33948         * lib/getdate.y (get_date): Apply relative times after time
33949         zone indicator, not before.  Reported by Todd A. Jacobs.
33950
33951 2000-06-13  Jim Meyering  <meyering@lucent.com>
33952
33953         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33954
33955         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33956
33957 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33958
33959         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33960
33961 2000-06-12  Jim Meyering  <meyering@lucent.com>
33962
33963         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33964         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33965         optional argument.
33966         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33967         the optional argument, `lib'.
33968
33969 2000-06-08  Jim Meyering  <meyering@lucent.com>
33970
33971         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33972
33973 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33974
33975         Rewrite largefile configuration so that we don't need to run
33976         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33977         AC_CANONICAL_HOST in configure.in -- jmm]
33978
33979         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33980         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33981         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33982         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33983         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33984         All uses changed.
33985         Instead of inspecting the output of getconf, try to compile the
33986         test program without and with the macro definition.
33987         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33988         for getconf.  Instead, check for the needed flags by compiling
33989         test programs.
33990
33991 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33992
33993         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33994
33995 2000-06-04  Jim Meyering  <meyering@lucent.com>
33996
33997         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33998         SunOS 4.1.4 for which gid_t is an unsigned type.
33999
34000 2000-06-03  Jim Meyering  <meyering@lucent.com>
34001
34002         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
34003         now that autoconf requires that.
34004
34005         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
34006         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
34007         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
34008
34009 2000-06-03  Jim Meyering  <meyering@lucent.com>
34010
34011         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
34012
34013 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
34014
34015         * m4/glibc21.m4: New file.
34016         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
34017
34018 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
34019
34020         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
34021         newer, don't install charset.alias.
34022         * lib/config.charset: Change the Linux/glibc rules so they become empty
34023         on glibc-2.1 or newer.
34024
34025 2000-06-02  Jim Meyering  <meyering@lucent.com>
34026
34027         * lib/mountlist.c: Back out last change.  Instead, do this...
34028         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
34029         me_dummy member using the same `ignore'-testing code.
34030         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
34031         fs_type strings.
34032         From Mark D. Roth.
34033
34034 2000-05-29  Jim Meyering  <meyering@lucent.com>
34035
34036         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
34037         mounts with the `ignore' attribute.  Based on a patch from
34038         Mark D. Roth.
34039
34040 2000-05-28  Jim Meyering  <meyering@lucent.com>
34041
34042         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
34043         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34044         * m4/stat.m4: Likewise.
34045         * m4/lstat.m4: Likewise.
34046         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
34047
34048         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
34049         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
34050
34051 2000-05-26  Jim Meyering  <meyering@lucent.com>
34052
34053         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
34054
34055 2000-05-24  Jim Meyering  <meyering@lucent.com>
34056
34057         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
34058         autoconf requires that.
34059         * m4/lib-check.m4: Likewise.
34060         * m4/jm-macros.m4: Likewise.
34061         * m4/strftime.m4: Likewise.
34062
34063         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
34064         AC_CHECK_DECLS, now that autoconf requires that.
34065
34066 2000-05-22  Jim Meyering  <meyering@lucent.com>
34067
34068         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34069         * m4/lstat.m4: Likewise.
34070
34071 2000-05-22  Jim Meyering  <meyering@lucent.com>
34072
34073         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
34074
34075 2000-05-20  Jim Meyering  <meyering@lucent.com>
34076
34077         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
34078         (jm_PREREQ): Use it.
34079
34080 2000-05-18  Jim Meyering  <meyering@lucent.com>
34081
34082         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
34083         back, too, since it may have been modified by allocate_entry.
34084         (hash_delete): Rewrite to use neither the assignment operator
34085         nor the comma operator in an if-expression.
34086
34087 2000-05-15  Paul Eggert  <eggert@twinsun.com>
34088
34089         * lib/closeout.c:
34090         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
34091         Remove; no longer needed.
34092         "quotearg.h": Add include.
34093         (file_name): Do not bother to explicitly initialize to NULL; it's less
34094         efficient on some hosts.
34095         (close_stdout_status): Remove test as to whether stdout was already
34096         closed; it breaks for the case "echo x | sort >&-".
34097         Quote file name colons.
34098         Do not assume that _("write error") lacks format strings.
34099
34100 2000-05-15  Jim Meyering  <meyering@lucent.com>
34101
34102         * lib/version-etc.c (version_etc_copyright): Update the copyright
34103         string used in all --version output.
34104
34105 2000-05-14  Jim Meyering  <meyering@lucent.com>
34106
34107         * lib/closeout.c (close_stdout_set_file_name): New function.
34108         (close_stdout_status): Use new file-scoped global.
34109         Return right away if fstat says the stdout file descriptor is invalid.
34110         * lib/closeout.h (close_stdout_set_file_name): Declare.
34111
34112 2000-05-10  Jim Meyering  <meyering@lucent.com>
34113
34114         * lib/closeout.c [default_exit_status]: New file-scoped variable.
34115         (close_stdout_set_status): New function.
34116         * lib/closeout.h (close_stdout_set_status): Declare.
34117
34118 2000-05-09  Jim Meyering  <meyering@lucent.com>
34119
34120         * m4/gettext.m4: Rename this...
34121         * m4/libintl.m4: ...to this.
34122
34123 2000-05-08  Jim Meyering  <meyering@lucent.com>
34124
34125         * lib/long-options.c: Don't include closeout.h.
34126         (parse_long_options): Don't call close_stdout for --version.
34127
34128 2000-05-06  Paul Eggert  <eggert@twinsun.com>
34129
34130         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
34131         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
34132         2.1.3 bug.  This avoids a clash when files like regex.c define
34133         _GNU_SOURCE.
34134
34135 2000-05-06  Jim Meyering  <meyering@lucent.com>
34136
34137         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
34138         (AC_REPLACE_FUNCS): Add strnlen.
34139
34140         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
34141         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
34142
34143         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
34144         AC_SEARCH_LIBS call for nanosleep.
34145         (LIB_NANOSLEEP): Set and AC_SUBST.
34146
34147 2000-05-06  Jim Meyering  <meyering@lucent.com>
34148
34149         * lib/strnlen.c: Undefine __strnlen and strnlen.
34150         [!weak_alias]: Define __strnlen to strnlen.
34151
34152         * lib/atexit.c: New file, from libiberty.
34153
34154 2000-05-06  Jim Meyering  <meyering@lucent.com>
34155
34156         * lib/closeout.c (close_stdout_status): Also check for errors on the
34157         stderr stream.
34158
34159 2000-05-05  Jim Meyering  <meyering@lucent.com>
34160
34161         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
34162         AC_SEARCH_LIBS call for clock_gettime.
34163         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
34164
34165         * m4/search-libs.m4: Update from autoconf.
34166
34167         su doesn't work on Solaris 2.6.
34168         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
34169         <shadow.h>.  Reported by Dragos Harabor.
34170
34171 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
34172
34173         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
34174         memcpy instead of xmalloc, xrealloc, path_concat.
34175         (locale_charset): Treat empty environment variables as absent.
34176         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
34177
34178 2000-05-04  Jim Meyering  <meyering@lucent.com>
34179
34180         * lib/getopt.c: Update from glibc.
34181         * lib/obstack.c: Likewise.
34182         * lib/obstack.h: Likewise.
34183         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
34184         file
34185
34186         * lib/regex.h: Likewise.
34187         * lib/strndup.c: Likewise.
34188         * lib/strnlen.c: New file, from glibc.
34189
34190 2000-05-03  Jim Meyering  <meyering@lucent.com>
34191
34192         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
34193
34194 2000-05-02  Paul Eggert  <eggert@twinsun.com>
34195
34196         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
34197         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
34198         compile-time test, rather than inspecting host and OS, to
34199         decide whether to define _LARGEFILE_SOURCE.
34200
34201 2000-05-01  Jim Meyering  <meyering@lucent.com>
34202
34203         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
34204
34205         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
34206         Based on a patch from Bruno Haible.
34207
34208 2000-05-01  Jim Meyering  <meyering@lucent.com>
34209
34210         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
34211
34212 2000-04-29  Jim Meyering  <meyering@lucent.com>
34213
34214         * lib/path-concat.c: Declare strdup only if it's not defined.
34215         * lib/canon-host.c: Likewise.
34216
34217 2000-04-28  Jim Meyering  <meyering@lucent.com>
34218
34219         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
34220         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
34221         is included first, then limits.h is included by locale.h by libintl.h.
34222         From John David Anglin.
34223
34224 2000-04-25  Jim Meyering  <meyering@lucent.com>
34225
34226         * lib/makepath.c (S_IRWXUGO): Define.
34227         (make_path): Always perform explicit chmod if MODE specifies any
34228         of the `special' permission bits.  Prompted by a bug report against
34229         install from Mate Wierdl and Joost van Baal.
34230
34231 2000-04-18  Jim Meyering  <meyering@lucent.com>
34232
34233         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
34234         (jm_PREREQ): Use it.
34235
34236 2000-04-18  Jim Meyering  <meyering@lucent.com>
34237
34238         * lib/README: New file.
34239
34240         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
34241         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
34242
34243 2000-04-17  Jim Meyering  <meyering@lucent.com>
34244
34245         Get it right :-)
34246         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
34247         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
34248         Suggestion from Akim Demaille.
34249
34250 2000-04-17  Jim Meyering  <meyering@lucent.com>
34251
34252         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
34253         the definition of it to rpl_strftime also defined-away the system's
34254         declaration.
34255
34256 2000-04-15  Jim Meyering  <meyering@lucent.com>
34257
34258         Use `C' to denote so-called `contiguous' files, the same way
34259         that tar does.
34260         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
34261         (ftypelet): Use S_ISCTG.
34262         From Michael Deutschmann.
34263
34264 2000-04-14  Jim Meyering  <meyering@lucent.com>
34265
34266         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
34267         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
34268         clobbered.
34269
34270 2000-04-14  Jim Meyering  <meyering@lucent.com>
34271
34272         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
34273
34274 2000-04-13  Jim Meyering  <meyering@lucent.com>
34275
34276         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
34277         AH_VERBATIM to insert required #ifndef into config.h.in.
34278         Suggestion from Akim Demaille.
34279
34280 2000-04-12  Jim Meyering  <meyering@lucent.com>
34281
34282         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
34283         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
34284         Christian Krackowizer.
34285
34286         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
34287         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
34288         (AC_SYS_LARGEFILE): Require.
34289         (AM_C_PROTOTYPES): Require.
34290
34291 2000-04-08  Jim Meyering  <meyering@lucent.com>
34292
34293         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
34294         names don't conflict.  Reported by Eli Zaretskii.
34295
34296 2000-04-07  Jim Meyering  <meyering@lucent.com>
34297
34298         * lib/putenv.c: Move inclusion of errno.h so it follows that of
34299         sys/types.h, to work around system header problems on AIX 3.2.5.
34300         From Bruno Haible.
34301
34302 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
34303
34304         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
34305         bug.  Deal with the different error behavior of Irix iconv.
34306
34307 2000-04-05  Paul Eggert  <eggert@twinsun.com>
34308
34309         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
34310         IRIX if the installer said otherwise.
34311
34312 2000-04-05  Jim Meyering  <meyering@lucent.com>
34313
34314         Portability tweaks required for ultrix4.3.
34315         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
34316         (jm_CHECK_DECLS): Add getutent to the list of functions.
34317         (_jm_DECL_HEADERS): Add utmpx.h.
34318         From John David Anglin.
34319
34320         * m4/strftime.m4: Back out the 2000-04-02 change.
34321         Instead of that change, simply undefine putenv in the test program.
34322
34323 2000-04-05  Jim Meyering  <meyering@lucent.com>
34324
34325         Portability tweaks required for ultrix4.3.
34326         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
34327         getutent.
34328         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
34329         * lib/canon-host.c: Declare strdup.
34330         * lib/path-concat.c: Likewise.
34331         From John David Anglin.
34332
34333 2000-04-04  Jim Meyering  <meyering@lucent.com>
34334
34335         Be more DOS 8.3-friendly.
34336         * lib/ref-add.sin: Renamed from ref-add.sed.in.
34337         * lib/ref-del.sin: Renamed from ref-del.sed.in.
34338         * lib/Makefile.am: Reflect renaming.
34339         Reported by Eli Zaretskii.
34340
34341         Use a temporary file name that won't clash with `charset.alias'
34342         in the DOS 8.3 name space.
34343         * lib/Makefile.am (charset_tmp): Define.
34344         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
34345         (uninstall-local): Likewise.
34346         Reported by Eli Zaretskii.
34347
34348 2000-04-03  Jim Meyering  <meyering@lucent.com>
34349
34350         * m4/gettext.m4: Fix typo in comment.
34351
34352         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
34353         textutils/configure.in).  Suggestion from Paul Eggert.
34354         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
34355
34356 2000-04-02  Paul Eggert  <eggert@twinsun.com>
34357
34358         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
34359         variable in the shell rather than using putenv, which isn't
34360         portable.  This avoids the configure-time inter-test dependency
34361         on the potentially-renamed putenv function.
34362
34363 2000-03-30  Paul Eggert  <eggert@twinsun.com>
34364
34365         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
34366         before checking struct stat.st_blksize, so that
34367         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
34368
34369 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34370
34371         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
34372         since strftime.c uses HAVE_STRFTIME to decide whether to use
34373         the underlying strftime.
34374
34375 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34376
34377         * lib/time/strftime.c (my_strftime): Make sure we call the system
34378         strftime, not ourselves, when invoking the underlying strftime.
34379
34380 2000-03-24  Jim Meyering  <meyering@lucent.com>
34381
34382         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
34383         (charset_alias): Define.
34384         (install-exec-local): Factor out common code.
34385         (uninstall-local): Split lines longer than 80.
34386         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
34387         (SUFFIXES): Define.
34388         (.sed.in.sed): New rule.  Don't redirect directly to $@.
34389         (CLEANFILES): Add ref-add.sed and ref-del.sed.
34390
34391 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
34392
34393         * lib/config.charset: Output a line containing "Packages using this
34394         file".
34395         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
34396         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
34397         ref-del.sed): New rules.
34398
34399 2000-03-17  Jim Meyering  <meyering@lucent.com>
34400
34401         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
34402         Otherwise, include <strings.h>
34403
34404 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
34405
34406         * lib/unicodeio.c (utf8_wctomb): New function.
34407         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
34408         format instead of in UCS-4 with platform dependent endianness.
34409
34410 2000-03-10  Jim Meyering  <meyering@lucent.com>
34411
34412         * m4/lib-check.m4: Look for getspnam in -lgen, too.
34413         From Marco Franzen.
34414
34415 2000-03-07  Paul Eggert  <eggert@twinsun.com>
34416
34417         * lib/savedir.c (savedir): Work even if directory size is
34418         negative; this can happen with some screwy NFS configurations.
34419
34420 2000-03-06  Jim Meyering  <meyering@lucent.com>
34421
34422         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
34423         if it's NULL (because we ran out of memory).  From Bruno Haible.
34424
34425 2000-03-05  Jim Meyering  <meyering@lucent.com>
34426
34427         * lib/localcharset.c ("path-concat.h"): Include.
34428         (get_charset_aliases): Use path_concat instead of ANSI string
34429         concatenation.
34430
34431         * lib/unicodeio.h (PARAMS): Define.
34432         Use it to guard prototype.
34433
34434 2000-03-04  Jim Meyering  <meyering@lucent.com>
34435
34436         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
34437         for lib/localcharset.c.
34438
34439 2000-03-04  Jim Meyering  <meyering@lucent.com>
34440
34441         * lib/Makefile.am (install-exec-local): Create $(libdir) before
34442         installing into it.
34443         (uninstall-local): Uncomment this rule so `make distcheck' works
34444         once again.
34445
34446         * lib/unicodeio.c (<errno.h>): Include it.
34447         (errno): Declare if not defined.
34448
34449         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
34450
34451         * lib/config.charset: New version, incorporating remarks from a linux
34452         i18n mailing list.  From Bruno Haible.
34453
34454 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
34455
34456         * m4/codeset.m4: New file.
34457         * m4/iconv.m4: New file.
34458         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
34459
34460 2000-03-03  Jim Meyering  <meyering@lucent.com>
34461
34462         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
34463
34464 2000-03-02  Jim Meyering  <meyering@lucent.com>
34465
34466         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
34467         the messages come out on separate lines.
34468
34469         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
34470         rather than jm_CHECK_DECLARATIONS.
34471         * m4/decl.m4: Remove now-unused file.
34472
34473         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
34474         geteuid.
34475
34476 2000-03-02  Jim Meyering  <meyering@lucent.com>
34477
34478         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
34479
34480 2000-03-01  Jim Meyering  <meyering@lucent.com>
34481
34482         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
34483         * lib/unicodeio.c: Likewise.
34484
34485 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
34486
34487         * lib/config.charset: New file.
34488         * lib/localcharset.c: New file.
34489         * lib/unicodeio.h, lib/unicodeio.c: New files.
34490         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
34491         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
34492         (noinst_HEADERS): Add unicodeio.h.
34493         (all-local, install-exec-local, charset.alias): New targets.
34494
34495 2000-02-28  Paul Eggert  <eggert@twinsun.com>
34496
34497         * lib/quotearg.c (ALERT_CHAR): New macro.
34498         (quotearg_buffer_restyled): Use it.
34499
34500 2000-02-27  Jim Meyering  <meyering@lucent.com>
34501
34502         * m4/check-decl.m4: Add getenv to the list.
34503
34504 2000-02-27  Jim Meyering  <meyering@lucent.com>
34505
34506         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
34507         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
34508
34509         * lib/backupfile.c: Guard inclusion of stdlib.h with
34510         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
34511         Declare malloc if needed.
34512
34513         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
34514         `#ifndef HAVE_DECL..'
34515         now that autoconf always defines the HAVE_DECL_ symbols.
34516         * lib/human.c: Likewise.
34517         * lib/same.c: Likewise.
34518         * lib/strtoumax.c: Likewise.
34519
34520         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
34521         declaration check was not run.
34522         * lib/hash.c: Likewise.
34523         * lib/human.c: Likewise.
34524         * lib/same.c: Likewise.
34525         * lib/strtoumax.c: Likewise.
34526
34527         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
34528         `.', then first look up the entire `.'-containing string as a login
34529         name.
34530
34531 2000-02-23  Jim Meyering  <meyering@lucent.com>
34532
34533         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
34534         in place of my hack.
34535
34536 2000-02-18  Paul Eggert  <eggert@twinsun.com>
34537
34538         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
34539         (textint): New typedef.
34540         (parser_control): Member year changed from int to textint.
34541         All uses changed.
34542         (YYSTYPE): Removed; replaced by %union with int and textint members.
34543         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
34544         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
34545         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
34546         (tSNUMBER, tUNUMBER): Now of type <textintval>.
34547         (date, number, to_year): Use width of number in digits, not its value,
34548         to determine whether it's a 2-digit year, or a 2-digit time.
34549         (yylex): Store number of digits of numeric tokens.
34550         Reported by John Kendall.
34551
34552         (parser_control): Changed from struct parser_control to typedef (for
34553         consistency).  All uses changed.
34554
34555         (tID): Removed; not used.
34556         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
34557
34558 2000-02-14  Paul Eggert  <eggert@twinsun.com>
34559
34560         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
34561         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
34562
34563 2000-02-12  Jim Meyering  <meyering@lucent.com>
34564
34565         * lib/userspec.c (ISDIGIT): Define it.
34566         (isdigit): Remove definition.
34567         (is_number): Use ISDIGIT, not isdigit.
34568         <libintl.h>: Include.
34569         (_ and N_): Define.
34570         (parse_user_spec): Mark translatable strings.
34571
34572 2000-02-10  Jim Meyering  <meyering@lucent.com>
34573
34574         With these changes, nanosleep.[ch] are finally enough like the other
34575         lib/* replacement files to compile on a few more losing systems.
34576
34577         * lib/nanosleep.h: Don't include config.h.
34578         Remove prototype from declaration of nanosleep.
34579         (PARAMS): Remove now-unneeded definition.
34580         * lib/nanosleep.c: #undef nanosleep.
34581         (rpl_nanosleep): Rename from nanosleep.
34582
34583 2000-02-10  Jim Meyering  <meyering@lucent.com>
34584
34585         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
34586         gnu_nanosleep to rpl_nanosleep.
34587
34588 2000-02-09  Jim Meyering  <meyering@lucent.com>
34589
34590         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
34591         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
34592
34593 2000-02-08  Akim Demaille  <akim@epita.fr>
34594
34595         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
34596         `[' and `]' and remove uses of `changequote'.
34597         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
34598         (AC_SYS_LARGEFILE): Likewise.
34599         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
34600         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
34601         of changequote.
34602         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
34603         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
34604         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
34605         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
34606
34607 2000-02-05  Jim Meyering  <meyering@lucent.com>
34608
34609         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
34610         Remove explicit use of AC_HEADER_TIME.  It is required by
34611         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
34612         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
34613         in autoconf whereby the expansion of the latter ended up preceding
34614         the expansion of its prerequisite, AC_HEADER_TIME.
34615         Reported by Volker Borchert.
34616
34617 2000-02-03  Jim Meyering  <meyering@lucent.com>
34618
34619         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
34620
34621 2000-02-03  Jim Meyering  <meyering@lucent.com>
34622
34623         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
34624         rather than with `#if HAVE_UTMPNAME'.
34625
34626 2000-02-02  Jim Meyering  <meyering@lucent.com>
34627
34628         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
34629         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
34630         Reported by Eli Zaretskii.
34631
34632 2000-02-01  Jim Meyering  <meyering@lucent.com>
34633
34634         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
34635
34636 2000-01-31  Jim Meyering  <meyering@lucent.com>
34637
34638         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
34639         functions.  Add the time.h and sys/time.h headers along with the
34640         AC_REQUIRE'ment of AC_HEADER_TIME.
34641
34642 2000-01-31  Jim Meyering  <meyering@lucent.com>
34643
34644         * lib/nanosleep.h (nanosleep): Guard declaration with
34645         `#if ! HAVE_DECL_NANOSLEEP'.
34646         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
34647         the declaration in that vendor's sys/timers.h.
34648         Reported by Christian Krackowizer.
34649
34650         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
34651         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
34652         (ISPRINT): Likewise.
34653         Reported by Tom Tromey.
34654
34655 2000-01-30  Jim Meyering  <meyering@lucent.com>
34656
34657         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34658
34659         * m4/prereq.m4 (utmp_includes): Define.
34660         Check for ut_user and ut_name members in both struct utmpx
34661         and struct utmp.
34662
34663 2000-01-30  Jim Meyering  <meyering@lucent.com>
34664
34665         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34666         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34667         header files where only utmpx.ut_user is declared.
34668
34669         * lib/readutmp.h (UT_USER): Define.
34670
34671 2000-01-29  Jim Meyering  <meyering@lucent.com>
34672
34673         * m4/lib-check.m4: New file containing library-related checks from
34674         fileutils and sh-utils (textutils had none).
34675
34676 2000-01-28  Jim Meyering  <meyering@lucent.com>
34677
34678         * m4/perl.m4: Change format of warning message to look more like that
34679         from the missing script.  Suggestion from François Pinard.
34680
34681 2000-01-25  Jim Meyering  <meyering@lucent.com>
34682
34683         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34684         well as time.h in the compile check.
34685         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34686         Fix typo in cross-compiling case: s/yes/no/.
34687
34688 2000-01-23  Jim Meyering  <meyering@lucent.com>
34689
34690         * m4/jm-macros.m4: Move df-related tests here from
34691         fileutils/configure.in
34692
34693         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34694         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34695
34696         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34697         s/space/ac_fsusage_space/.
34698         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34699
34700         * m4/ftruncate.m4: New file (derived from part of
34701         fileutils/configure.in).
34702         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34703         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34704
34705         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34706         AC_SUBST these here, rather than just in sh-util/configure.in, so
34707         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34708         all the same.
34709         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34710         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34711         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34712         (AC_SUBST(POW_LIBM)): Likewise.
34713         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34714
34715 2000-01-23  Jim Meyering  <meyering@lucent.com>
34716
34717         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34718         obstack.c.
34719
34720 2000-01-22  Jim Meyering  <meyering@lucent.com>
34721
34722         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34723
34724         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34725
34726         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34727         configure.in
34728         (AC_CHECK_HEADERS): Likewise for sh-utils.
34729         (AC_CHECK_HEADERS): Likewise for textutils.
34730         Merge the three lists of headers.
34731
34732         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34733         from fileutils' configure.in.
34734
34735         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34736         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34737         check-decl.m4.
34738
34739         * m4/check-decl.m4: Use #if rather than #ifdef.
34740         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34741         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34742         (_jm_DECL_HEADERS): Define new function.
34743         (jm_CHECK_DECLARATIONS): Require it.
34744
34745 2000-01-22  Jim Meyering  <meyering@lucent.com>
34746
34747         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34748         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34749         Required for some AIX systems.  Reported by Christian Krackowizer.
34750         [TESTING] (main): New function.
34751
34752         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34753         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34754         letters.
34755
34756         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34757         iswprint.
34758
34759         * lib/strverscmp.c (ISDIGIT): Define.
34760         (strverscmp): Use ISDIGIT, not isdigit.
34761
34762 2000-01-19  Jim Meyering  <meyering@lucent.com>
34763
34764         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34765         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34766         defines `struct timespec' in <sys/time.h>
34767
34768         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34769         Thanks to Akim for explaining.
34770
34771 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34772
34773         * lib/nanosleep.c (nanosleep):
34774         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34775         POSIX.1 doesn't require SA_INTERRUPT and some systems
34776         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34777         it's been part of POSIX.1 since day 1 (in 1988).
34778
34779 2000-01-17  Jim Meyering  <meyering@lucent.com>
34780
34781         * lib/interlock: Remove unused file.  Reported by François Pinard.
34782
34783 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34784
34785         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34786         alert, backslash, formfeed, and vertical tab unnecessarily in
34787         shell quoting style.
34788
34789 2000-01-16  Jim Meyering  <meyering@lucent.com>
34790
34791         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34792         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34793         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34794         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34795
34796 2000-01-16  Jim Meyering  <meyering@lucent.com>
34797
34798         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34799         because the latter didn't work.
34800
34801 2000-01-15  Jim Meyering  <meyering@lucent.com>
34802
34803         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34804         (AC_REPLACE_FUNCS): Add memcpy and memset.
34805         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34806         Add strpbrk.
34807         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34808
34809 2000-01-12  Jim Meyering  <meyering@lucent.com>
34810
34811         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34812         (jm_PREREQ): Use it.
34813         (jm_PREREQ_READUTMP): New macro.
34814         (jm_PREREQ): Use it.
34815
34816 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34817
34818         Quote multibyte characters correctly.
34819         * m4/c-bs-a.m4: New file.
34820         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34821         (jm_PREREQ): Use it.
34822
34823 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34824
34825         * m4/uintmax_t.m4: Port to autoconf 2.13.
34826
34827 2000-01-08  Jim Meyering  <meyering@ascend.com>
34828
34829         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34830         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34831
34832 2000-01-04  Jim Meyering  <meyering@ascend.com>
34833
34834         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34835         jm_STRUCT_DIRENT_D_TYPE.
34836         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34837         jm_STRUCT_DIRENT_D_INO.
34838         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34839         jm_STRUCT_UTIMBUF.
34840         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34841         renamings.
34842         * m4/utime.m4: Likewise.
34843
34844         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34845         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34846
34847 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34848
34849         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34850         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34851
34852 2000-01-02  Jim Meyering  <meyering@ascend.com>
34853
34854         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34855         remember if this is necessary.
34856
34857 1999-12-26  Jim Meyering  <meyering@ascend.com>
34858
34859         * m4/jm-macros.m4: Use it here.
34860         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34861
34862 1999-12-23  Jim Meyering  <meyering@ascend.com>
34863
34864         * m4/jm-macros.m4: Check for clock_gettime (moved from
34865         fileutils/configure.in)
34866         Check for gettimeofday.
34867
34868 1999-12-20  Jim Meyering  <meyering@ascend.com>
34869
34870         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34871         autoconf-2.14a-1999-12-20.
34872
34873 1999-12-19  Jim Meyering  <meyering@ascend.com>
34874
34875         * m4/lstat-slash.m4: New file.
34876         * m4/jm-macros.m4: Use the new macro:
34877         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34878
34879 1999-12-07  Jim Meyering  <meyering@ascend.com>
34880
34881         * m4/perl.m4: Require that File::Compare be available, too.
34882         Too many systems seem to lack it.
34883
34884         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34885         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34886
34887 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34888
34889         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34890         problem with the QNX 4.25 shell, which doesn't propagate exit
34891         status of failed commands inside shell assignments.
34892
34893 1999-11-17  Jim Meyering  <meyering@ascend.com>
34894
34895         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34896
34897 1999-11-07  Jim Meyering  <meyering@ascend.com>
34898
34899         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34900
34901 1999-11-06  Jim Meyering  <meyering@ascend.com>
34902
34903         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34904         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34905
34906 1999-11-05  Jim Meyering  <meyering@ascend.com>
34907
34908         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34909         configure.in of textutils, fileutils, and sh-utils into this one
34910         (shared between those packages) file.
34911         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34912         AC_STRUCT_ST_BLKSIZE.
34913
34914 1999-11-03  Jim Meyering  <meyering@ascend.com>
34915
34916         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34917         of AC_CHECK_TYPE checks includes unistd.h.
34918         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34919         Suggestion from Akim Demaille.
34920
34921 1999-10-30  Jim Meyering  <meyering@ascend.com>
34922
34923         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34924         m4-quoted string.
34925         * m4/ls-mntd-fs.m4: Likewise.
34926         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34927         * m4/jm-winsz1.m4: Likewise.
34928
34929         * m4/const.m4: Remove file, since the fix made it into the experimental
34930         version of autoconf.
34931         * m4/mktime.m4: Likewise.
34932
34933         * m4/check-type.m4: Remove file, now that the latest version of
34934         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34935
34936         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34937         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34938         AC_CHECK_TYPE.
34939
34940 1999-10-04  Jim Meyering  <meyering@ascend.com>
34941
34942         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34943
34944 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34945
34946         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34947         2.95.1 bug with HP-UX 10.20.
34948
34949 1999-09-17  Jim Meyering  <meyering@ascend.com>
34950
34951         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34952         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34953         due to missing strdup (against sh-utils-2.0).
34954
34955 1999-08-29  Jim Meyering  <meyering@ascend.com>
34956
34957         * m4/jm-macros.m4: Require jm_BISON.
34958         * m4/bison.m4: New file.
34959
34960 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34961
34962         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34963         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34964
34965 1999-08-05  Jim Meyering  <meyering@ascend.com>
34966
34967         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34968         to avoid conflicts with `conftest' on 8+3 filesystems.
34969         Suggestion from Eli Zaretskii.
34970
34971 1999-08-04  Jim Meyering  <meyering@ascend.com>
34972
34973         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34974         fileutils and sh-utils (textutils's getline test was inadequate).
34975         (AM_FUNC_GETLINE): Run this test.
34976         (AC_CHECK_FUNCS): Check for getdelim.
34977         Reported by Bob Proulx.
34978
34979 1999-08-02  Jim Meyering  <meyering@ascend.com>
34980
34981         * m4/jm-macros.m4: Add a comment.
34982
34983 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34984
34985         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34986         <inttypes.h> defines strtoumax as a macro (and not as a
34987         function).
34988
34989 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34990
34991         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34992         that we can shift, multiply and divide unsigned long long
34993         values; Ultrix cc can't do it.
34994
34995 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34996
34997         * m4/mktime.m4: New file, which is a preview of what should appear
34998         in the next public autoconf release.
34999
35000 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35001
35002         * m4/lfs.m4: Remove this file.
35003         * m4/largefile.m4: New file.  It contains the old contents of
35004         lfs.m4, except that all names with prefix AC_LFS have been
35005         changed to use the prefix AC_SYS_LARGEFILE instead, to be
35006         compatible with future autoconf versions.  Also, some minor m4
35007         quoting problems have been fixed.
35008
35009 1999-08-01  Paul Eggert  <eggert@twinsun.com>
35010
35011         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
35012         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
35013         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
35014         and simplify the shell code.
35015
35016 1999-08-01  Jim Meyering  <meyering@ascend.com>
35017
35018         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
35019         m4.
35020
35021 1999-07-20  Jim Meyering  <meyering@ascend.com>
35022
35023         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
35024
35025 1999-07-15  Jim Meyering  <meyering@ascend.com>
35026
35027         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
35028
35029 1999-05-22  Jim Meyering  <meyering@ascend.com>
35030
35031         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
35032
35033 1999-05-20  Jim Meyering  <meyering@ascend.com>
35034
35035         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
35036         Add a colon after each `then' in case $4 is empty.
35037
35038 1999-05-16  Jim Meyering  <meyering@ascend.com>
35039
35040         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
35041
35042 1999-05-10  Jim Meyering  <meyering@ascend.com>
35043
35044         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
35045
35046         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
35047         AC_FUNC_MKTIME.
35048
35049 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
35050
35051         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
35052
35053 1999-05-04  Paul Eggert  <eggert@twinsun.com>
35054
35055         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
35056         not CPPFLAGS, so that linking works correctly in IRIX.
35057
35058 1999-04-30  Paul Eggert  <eggert@twinsun.com>
35059
35060         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
35061
35062 1999-04-20  Paul Eggert  <eggert@twinsun.com>
35063
35064         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
35065         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
35066         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
35067         jm_AC_TYPE_UNSIGNED_LONG_LONG.
35068         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
35069
35070         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
35071
35072 1999-04-20  Jim Meyering  <meyering@ascend.com>
35073
35074         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
35075         AC_REPLACE xstroull if necessary.  From Paul Eggert.
35076         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
35077
35078 1999-04-18  Jim Meyering  <meyering@ascend.com>
35079
35080         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
35081         * m4/jm-macros.m4: Use it.
35082
35083 1999-04-06  Jim Meyering  <meyering@ascend.com>
35084
35085         * m4/strftime.m4: Remove test for %f.
35086
35087 1999-03-29  Jim Meyering  <meyering@ascend.com>
35088
35089         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
35090         superset of the AC_TYPE_* checks in the textutils, fileutils,
35091         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
35092         AC_TYPE_PID_T.
35093
35094 1999-03-28  Jim Meyering  <meyering@ascend.com>
35095
35096         * m4/jm-macros.m4: Define GNU_PACKAGE here.
35097         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
35098         replaced e.g., in the *.sh files of the sh-utils.
35099
35100 1999-03-20  Jim Meyering  <meyering@ascend.com>
35101
35102         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
35103         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
35104         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
35105
35106 1999-03-19  Jim Meyering  <meyering@ascend.com>
35107
35108         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
35109
35110 1999-03-12  Jim Meyering  <meyering@ascend.com>
35111
35112         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
35113
35114 1999-03-07  Jim Meyering  <meyering@ascend.com>
35115
35116         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
35117         declared.
35118
35119 1999-02-17  Jim Meyering  <meyering@ascend.com>
35120
35121         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
35122         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
35123
35124 1999-02-07  Jim Meyering  <meyering@ascend.com>
35125
35126         * m4/group-member.m4: New file -- extracted from sh-utils'
35127         configure.in.
35128
35129         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
35130         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
35131
35132 1999-02-06  Jim Meyering  <meyering@ascend.com>
35133
35134         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
35135         * m4/fnmatch.m4: Likewise.
35136         * m4/getgroups.m4: Likewise.
35137         * m4/lstat.m4: Likewise.
35138         * m4/malloc.m4: Likewise.
35139         * m4/putenv.m4: Likewise.
35140         * m4/realloc.m4: Likewise.
35141         * m4/regex.m4: Likewise.
35142         * m4/stat.m4: Likewise.
35143         * m4/strftime.m4: Likewise.
35144         Suggestion from Alain Magloire.
35145
35146         * m4/chown.m4: Use `.$ac_objext', not `.o'.
35147         * m4/fnmatch.m4: Likewise.
35148         * m4/getgroups.m4: Likewise.
35149         * m4/getline.m4: Likewise.
35150         * m4/lstat.m4: Likewise.
35151         * m4/malloc.m4: Likewise.
35152         * m4/memcmp.m4: Likewise.
35153         * m4/putenv.m4: Likewise.
35154         * m4/realloc.m4: Likewise.
35155         * m4/regex.m4: Likewise.
35156         * m4/stat.m4: Likewise.
35157         * m4/strftime.m4: Likewise.
35158         Suggestion from Alain Magloire.
35159
35160         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
35161         an argument.
35162
35163         * m4/regex.m4: Add a run-time Test for proper operation of
35164         re_compile_pattern.
35165
35166 1999-01-31  Jim Meyering  <meyering@ascend.com>
35167
35168         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
35169
35170 1999-01-30  Jim Meyering  <meyering@ascend.com>
35171
35172         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
35173
35174         * m4/jm-mktime.m4: Make this a wrapper around the official
35175         AM_FUNC_MKTIME rather than my private copy, now that the official one
35176         is up to date.
35177         * m4/mktime.m4: Remove file.
35178
35179         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
35180         * m4/uptime.m4: Likewise.
35181         * m4/uintmax_t.m4: Likewise.
35182
35183 1999-01-28  Jim Meyering  <meyering@ascend.com>
35184
35185         * m4/jm-macros.m4: Use jm_AFS.
35186         * m4/afs.m4: New file (from fileutils' configure.in).
35187
35188         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
35189         * m4/chown.m4: Likewise.
35190         * m4/d-ino.m4: Likewise.
35191         * m4/d-type.m4: Likewise.
35192         * m4/fnmatch.m4: Likewise.
35193         * m4/getgroups.m4: Likewise.
35194         * m4/gettext.m4: Likewise.
35195         * m4/jm-mktime.m4: Likewise.
35196         * m4/jm-winsz2.m4: Likewise.
35197         * m4/lcmessage.m4: Likewise.
35198         * m4/ls-mntd-fs.m4: Likewise.
35199         * m4/malloc.m4: Likewise.
35200         * m4/memcmp.m4: Likewise.
35201         * m4/putenv.m4: Likewise.
35202         * m4/realloc.m4: Likewise.
35203         * m4/st_mtim.m4: Likewise.
35204         * m4/strftime.m4: Likewise.
35205
35206 1999-01-16  Jim Meyering  <meyering@ascend.com>
35207
35208         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
35209         (ARGMATCH_DIE_DECL): Define.
35210
35211 1999-01-12  Jim Meyering  <meyering@ascend.com>
35212
35213         * m4/Makefile.am.in: Rewrite to avoid using fmt.
35214         Reported by Lars Hecking.
35215
35216 1999-01-10  Jim Meyering  <meyering@ascend.com>
35217
35218         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
35219         gross kludge.
35220         * m4/inttypes_h.m4: Likewise.
35221         * m4/lstat.m4: Likewise.
35222         * m4/malloc.m4: Likewise.
35223         * m4/readdir.m4: Likewise.
35224         * m4/realloc.m4: Likewise.
35225         * m4/st_dm_mode.m4: Likewise.
35226         * m4/stat.m4: Likewise.
35227         * m4/utimbuf.m4: Likewise.
35228         * m4/utimes.m4: Likewise.
35229
35230         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
35231         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
35232         comments in config.h.in are meaningful.
35233
35234         * m4/jm-macros.m4: Require autoconf-2.13 here.
35235
35236         * m4/regex.m4: By default, don't use the included regex.c on systems
35237         with glibc 2.  Suggestion from Uli Drepper.
35238
35239 1999-01-02  Jim Meyering  <meyering@ascend.com>
35240
35241         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
35242
35243 1998-12-18  Jim Meyering  <meyering@ascend.com>
35244
35245         * m4/Makefile.am.in (Makefile.am): Simplify rule.
35246         Based on a suggestion from Lars Hecking.
35247
35248 1998-11-16  Paul Eggert  <eggert@twinsun.com>
35249
35250         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
35251
35252 1998-11-16  Jim Meyering  <meyering@ascend.com>
35253
35254         * m4/lfs.m4: Double-quote the `uname...` expression.
35255
35256 1998-11-14  Jim Meyering  <meyering@ascend.com>
35257
35258         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
35259         * m4/stat.m4: Likewise.
35260
35261 1998-11-03  Jim Meyering  <meyering@ascend.com>
35262
35263         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
35264         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
35265
35266 1998-10-18  Jim Meyering  <meyering@ascend.com>
35267
35268         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
35269
35270 1998-10-17  Jim Meyering  <meyering@ascend.com>
35271
35272         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
35273         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
35274         calls for those previously hard-coded headers.  Instead, take a new
35275         parameter.
35276         (jm_CHECK_DECLARATIONS): Reflect interface change.
35277         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
35278         (jm_CHECK_DECL_LOCALTIME_R): New macro.
35279
35280         * m4/mktime.m4: Test for spring-forward gap before long-running test.
35281
35282 1998-10-14  Jim Meyering  <meyering@ascend.com>
35283
35284         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
35285         instead of "TZ=America/Vancouver".  From Paul Eggert.
35286
35287 1998-10-11  Jim Meyering  <meyering@ascend.com>
35288
35289         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
35290         This adds a test for a recently added compatibility fix for mktime.c.
35291         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
35292
35293 1998-09-27  Jim Meyering  <meyering@ascend.com>
35294
35295         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
35296
35297         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
35298         ../configure.in, including a change from Gordon Matzigkeit to allow
35299         cross-compiling for the Hurd.
35300
35301         * m4/glibc.m4: New file/macro to test for the GNU C Library
35302         versions 1 and 2.  From Gordon Matzigkeit.
35303         Indent.
35304
35305 1998-09-21  Jim Meyering  <meyering@ascend.com>
35306
35307         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
35308
35309 1998-08-18  Paul Eggert  <eggert@twinsun.com>
35310
35311         Port nanosecond-resolution times to UnixWare 2.1.2 and
35312         pedantic Solaris 2.6.
35313
35314         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
35315         AC_STRUCT_ST_MTIM.
35316         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
35317         Generate name of ns member, instead of just 1 or undef.
35318         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
35319
35320 1998-08-15  Jim Meyering  <meyering@ascend.com>
35321
35322         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
35323         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
35324         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
35325         instead of jm_TYPE_SSIZE_T.
35326
35327 1998-08-12  Jim Meyering  <meyering@ascend.com>
35328
35329         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
35330
35331 1998-08-02  Jim Meyering  <meyering@ascend.com>
35332
35333         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
35334         in acconfig.h manually.
35335
35336 1998-07-31  Paul Eggert  <eggert@twinsun.com>
35337
35338         * m4/st_mtim.m4: New file.
35339
35340 1998-07-28  Jim Meyering  <meyering@ascend.com>
35341
35342         * m4/utimes.m4: Undef stat.
35343
35344 1998-07-25  Jim Meyering  <meyering@ascend.com>
35345
35346         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
35347         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
35348
35349 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
35350
35351         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
35352         uid and gid actually remain unchanged.
35353
35354 1998-07-07  Jim Meyering  <meyering@ascend.com>
35355
35356         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
35357
35358 1998-07-04  Jim Meyering  <meyering@ascend.com>
35359
35360         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
35361         to prove that this macro can be used in packages without regex.c.
35362
35363 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
35364
35365         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
35366         is to be used.
35367
35368 1998-07-03  Jim Meyering  <meyering@ascend.com>
35369
35370         * m4/gettext.m4: Add -lintl if it's found to be necessary.
35371
35372         * m4/gettext.m4: New file -- from gettext-0.10.35.
35373         * m4/lcmessage.m4: Likewise.
35374         * m4/progtest.m4: Likewise.
35375
35376         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
35377         * m4/jm-macros.m4: Require the new macro.
35378
35379 1998-06-29  Jim Meyering  <meyering@ascend.com>
35380
35381         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
35382         for the definition of NGROUPS (used in a system header included
35383         by sys/mount.h).
35384
35385 1998-06-28  Jim Meyering  <meyering@ascend.com>
35386
35387         * m4/ls-mntd-fs.m4: New file.
35388         * m4/fstypename.m4: New file.
35389
35390         * m4/jm-macros.m4: Require the new macro.
35391         * m4/jm-glibc-io.m4: New file.
35392
35393 1998-05-19  Jim Meyering  <meyering@ascend.com>
35394
35395         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
35396         * m4/lchown.m4: New file.
35397
35398         * m4/Makefile.am.in: New file.
35399         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
35400
35401 1998-05-14  Jim Meyering  <meyering@ascend.com>
35402
35403         * m4/Makefile.am (EXTRA_DIST): Add them.
35404         * m4/jm-macros.m4: New file.
35405         * m4/utimbuf.m4: New file.
35406
35407 1998-05-12  Jim Meyering  <meyering@ascend.com>
35408
35409         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
35410
35411 1998-05-11  Jim Meyering  <meyering@ascend.com>
35412
35413         * m4/isc-posix.m4: New file.
35414
35415 1998-05-10  Jim Meyering  <meyering@ascend.com>
35416
35417         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
35418
35419 1998-05-09  Jim Meyering  <meyering@ascend.com>
35420
35421         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35422         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
35423         with automake.
35424
35425         * m4/ssize_t.m4: New file.
35426         * m4/mktime.m4: Remove file -- the new automake has this now.
35427
35428 1998-04-26  Jim Meyering  <meyering@ascend.com>
35429
35430         * m4/assert.m4: New file.
35431         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
35432
35433 1998-04-05  Jim Meyering  <meyering@ascend.com>
35434
35435         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
35436         (jm_PREREQ): Use it here.
35437
35438 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
35439
35440         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
35441         in acconfig.h.
35442
35443 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
35444
35445         * m4/prereq.m4: New file.
35446         * m4/error.m4: New file.
35447         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
35448
35449 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
35450
35451         * m4/getline.m4: Don't set am_cv_func_working_getline before the
35452         cache-check for the same variable -- that defeated the purpose of
35453         the test; the test program was never run.  This was a problem only
35454         on systems with losing getline functions -- HP-UX 10.20 is one.
35455         Reported by Bjorn Helgaas.
35456
35457 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
35458
35459         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
35460
35461 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
35462
35463         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
35464
35465         * m4/const.m4: New file.  Use an initializer in this declaration
35466         typedef int charset[2]; const charset x;
35467         Reported by Bob Glickstein.
35468
35469 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
35470
35471         * m4/chown.m4: Fix reversed types on -1 args to chown.
35472         From Kaveh Ghazi.
35473
35474 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
35475
35476         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
35477         Add lseek and memchr.
35478
35479         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
35480         T.E.Dickey <dickey@clark.net> said that some older preprocessors
35481         have a 20-character limit on names.
35482
35483 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
35484
35485         * m4/inttypes_h.m4: New file.
35486         * m4/uintmax_t.m4: New file.
35487         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
35488
35489 Copyright (C) 1997-2007 Free Software Foundation, Inc.
35490 Copying and distribution of this file, with or without modification,
35491 are permitted provided the copyright notice and this notice are preserved.