aabcdee66147e25577083dd60ecdddf62ded6e79
[gnulib.git] / ChangeLog
1 2007-10-30  Bruno Haible  <bruno@clisp.org>
2
3         * modules/xvasprintf-posix: New file.
4         Suggested by Eric Blake.
5
6 2007-10-30  Bruno Haible  <bruno@clisp.org>
7
8         * modules/xprintf-posix-tests: New file.
9         * tests/test-xprintf-posix.sh: New file.
10         * tests/test-xprintf-posix.c: New file.
11         * tests/test-xfprintf-posix.c: New file.
12
13         * modules/xprintf-posix: New file.
14
15 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16
17         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
18         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
19         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
20
21 2007-10-29  Bruno Haible  <bruno@clisp.org>
22
23         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
24         contain the special marker '_cv_'.
25         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
26         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
27         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
28         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30         Reported by Ralf Wildenhues.
31
32 2007-10-29  Bruno Haible  <bruno@clisp.org>
33
34         * gnulib-tool (func_import): When --lgpl is not specified, set
35         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
36         GPLv3.
37         Reported by Simon Josefsson.
38
39 2007-10-28  Bruno Haible  <bruno@clisp.org>
40
41         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
42         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
43         HAVE_DECL_ISFINITE.
44         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
45         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
46         HAVE_DECL_ISFINITE.
47
48 2007-10-28  Bruno Haible  <bruno@clisp.org>
49
50         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
51         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
52
53 2007-10-28  Bruno Haible  <bruno@clisp.org>
54
55         Fix link errors with Sun C 5.0 on Solaris 10.
56         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
57         function is declared but not present in the compiler's libm.
58         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
59         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
60         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
61         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
62         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
63         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
64         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
65         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
66         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
67         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
68         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
69         HAVE_DECL_FLOORL.
70
71 2007-10-28  Bruno Haible  <bruno@clisp.org>
72
73         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
74         gl_FUNC_FLOORL. Cache the result.
75         (gl_FUNC_FLOORL): Use it.
76         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
77         gl_FUNC_CEILL. Cache the result.
78         (gl_FUNC_CEILL): Use it.
79
80         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
81         gl_FUNC_FLOOR. Cache the result.
82         (gl_FUNC_FLOOR): Use it.
83         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
84         gl_FUNC_CEIL. Cache the result.
85         (gl_FUNC_CEIL): Use it.
86
87         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
88         gl_FUNC_FLOORF. Cache the result.
89         (gl_FUNC_FLOORF): Use it.
90         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
91         gl_FUNC_CEILF. Cache the result.
92         (gl_FUNC_CEILF): Use it.
93
94 2007-10-28  Bruno Haible  <bruno@clisp.org>
95
96         * gnulib-tool: Allow specifying the LGPL version number through
97         --lgpl=2 or --lgpl=3.
98         (func_usage): Document --lgpl with argument.
99         Handle --lgpl=... arguments.
100         (func_import): Recognize also gl_LGPL calls with an argument. When
101         --lgpl=2 is used and the module's license is just LGPL, report an
102         error. Set sed_transform_lib_file according to the lgpl variable. In
103         the generated files, use --lgpl or gl_LGPL invocations with argument,
104         if necessary.
105         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
106         an LGPv2+ license.
107         * doc/gnulib-tool.texi (Modified imports): Update explanation of
108         gl_LGPL macro.
109
110 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
111             Bruno Haible  <bruno@clisp.org>
112
113         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
114         (u16_uctomb_aux): Likewise.
115         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
116         !HAVE_INLINE.
117         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
118
119 2007-10-28  Bruno Haible  <bruno@clisp.org>
120
121         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
122         Invoke AM_GETTEXT_OPTION if it exists.
123         * modules/vasprintf: Likewise.
124         * modules/verror: Likewise.
125         * modules/xprintf: Likewise.
126         * modules/xvasprintf: Likewise.
127
128 2007-10-27  Ben Pfaff  <blp@gnu.org>
129
130         * lib/math.in.h: Define isfinite macro and prototypes for
131         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
132         implementations.
133         * m4/math_h.m4: New substitutions for isfinite module.
134         * lib/isfinite.c: New file.
135         * m4/isfinite.m4: New file.
136         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
137         * modules/isfinite: New file.
138         * modules/isfinite-tests: New file.
139         * tests/tests-isfinite.c: New file.
140         * doc/functions/isfinite.texi: Mention isfinite module.
141         * MODULES.html.sh: Mention new module.
142
143 2007-10-27  Ben Pfaff  <blp@gnu.org>
144
145         Ralf Wildenhues reported that Tru64 4.0D declares the round
146         functions but does not have definitions.
147         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
148         cannot be found in any library, set the output variable to
149         "missing" instead of "".
150         * m4/round.m4: Also use our substitute if we cannot find round in
151         any library, even if it is declared.
152         * m4/roundf.m4: Likewise for roundf.
153         * m4/roundl.m4: Likewise for roundl.
154         * lib/math.in.h: Undefine roundf, round, roundl before defining
155         their replacements, to allow for hypothetical systems where these
156         may be defined as macros but not available in libraries.
157
158 2007-10-27  Bruno Haible  <bruno@clisp.org>
159
160         * doc/gnulib.texi: Invoke @firstparagraphindent.
161         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
162         changes in gnulib.
163         (Source changes): New section.
164
165 2007-10-26  Bruno Haible  <bruno@clisp.org>
166
167         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
168         borrowed from autoconf.
169
170 2007-10-26  Bruno Haible  <bruno@clisp.org>
171
172         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
173         strerror returned the empty string. Needed on HP-UX 11.00.
174
175 2007-10-24  Micah Cowan  <micah@cowan.name>
176
177         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
178         * build-aux/bootstrap: Remove support for now-unnecessary option,
179         --cvs-user, and envvars CVS_USER, CVS_RSH.
180
181 2007-10-24  Jim Meyering  <meyering@redhat.com>
182
183         Avoid diagnostics from sha1sum when there is no cached checksum.
184         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
185         if the po.s1 file hasn't been created yet.
186
187         * build-aux/bootstrap: Sync from coreutils:
188         2007-10-24  Jim Meyering  <meyering@redhat.com>
189         Get gnulib from the git repository, not from an obsolete cvs one.
190         * build-aux/bootstrap: Suggestion from Micah Cowan.
191         2007-10-04  Jim Meyering  <jim@meyering.net>
192         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
193         (update_po_files): Work also when there are no .po files in po/.
194
195 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
196
197         * README: Append ".git" to git and cg examples.
198         Problem reported by Benoit Sigoure.
199
200 2007-10-23  Micah Cowan  <micah@cowan.name>
201
202         * users.txt: Add wget.
203
204 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
205
206         Fix linking of some unistdio tests on FreeBSD.
207         * modules/unistdio/u16-vsnprintf-tests
208         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
209         * modules/unistdio/u16-vsprintf-tests
210         (test_u16_vsnprintf1_LDADD): Likewise.
211         * modules/unistdio/u32-vsnprintf-tests
212         (test_u32_vsnprintf1_LDADD): Likewise.
213         * modules/unistdio/u32-vsprintf-tests
214         (test_u32_vsprintf1_LDADD): Likewise.
215         * modules/unistdio/u8-vsnprintf-tests
216         (test_u8_vsnprintf1_LDADD): Likewise.
217         * modules/unistdio/u8-vsprintf-tests
218         (test_u8_vsprintf1_LDADD): Likewise.
219         * modules/unistdio/ulc-vsnprintf-tests
220         (test_ulc_vsnprintf1_LDADD): Likewise.
221         * modules/unistdio/ulc-vsprintf-tests
222         (test_ulc_vsprintf1_LDADD): Likewise.
223
224         Fix linking of some uniconv tests on FreeBSD.
225         * modules/uniconv/u16-conv-from-enc-tests
226         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
227         * modules/uniconv/u16-conv-to-enc-tests
228         (test_u16_conv_to_enc_LDADD): Likewise.
229         * modules/uniconv/u16-strconv-from-enc-tests
230         (test_u16_strconv_from_enc_LDADD): Likewise.
231         * modules/uniconv/u16-strconv-to-enc-tests
232         (test_u16_strconv_to_enc_LDADD): Likewise.
233         * modules/uniconv/u32-conv-from-enc-tests
234         (test_u32_conv_from_enc_LDADD): Likewise.
235         * modules/uniconv/u32-conv-to-enc-tests
236         (test_u32_conv_to_enc_LDADD): Likewise.
237         * modules/uniconv/u32-strconv-from-enc-tests
238         (test_u32_strconv_from_enc_LDADD): Likewise.
239         * modules/uniconv/u32-strconv-to-enc-tests
240         (test_u32_strconv_to_enc_LDADD): Likewise.
241         * modules/uniconv/u8-conv-from-enc-tests
242         (test_u8_conv_from_enc_LDADD): Likewise.
243         * modules/uniconv/u8-conv-to-enc-tests
244         (test_u8_conv_to_enc_LDADD): Likewise.
245         * modules/uniconv/u8-strconv-from-enc-tests
246         (test_u8_strconv_from_enc_LDADD): Likewise.
247         * modules/uniconv/u8-strconv-to-enc-tests
248         (test_u8_strconv_to_enc_LDADD): Likewise.
249
250 2007-10-22  Bruno Haible  <bruno@clisp.org>
251
252         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
253         size.
254
255 2007-10-22  Eric Blake  <ebb9@byu.net>
256
257         Tweak x*printf documentation.
258         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
259         variable name and comments.
260         Suggested by Bruno Haible.
261
262 2007-10-22  Bruno Haible  <bruno@clisp.org>
263
264         * lib/acl.c (copy_acl): Fix file name in comment.
265
266 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
267
268         Fix Tru64 problem with stdbool.h.
269         * lib/stdbool.in.h (false, true):
270         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
271         Don't declare as an enum in this situation; it runs afoul of Tru64.
272         Problem reported by Steven M. Schweda in
273         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
274
275 2007-10-22  Eric Blake  <ebb9@byu.net>
276
277         Also wrap vf?printf.
278         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
279         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
280         (xvprintf, xvfprintf): New functions.
281
282 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
283
284         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
285         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
286
287         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
288         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
289
290 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
291
292         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
293         by Bruno Haible.
294
295 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
296
297         * lib/getloadavg.c
298         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
299         Undef `sys' after including sys/table.h, for Tru64 4.0D.
300
301         * tests/test-i-ring.c: Work for C89.
302
303 2007-10-22  Bruno Haible  <bruno@clisp.org>
304
305         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
306         -1u, in preprocessor expression, so that we don't test for the bug
307         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
308         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
309
310 2007-10-22  Eric Blake  <ebb9@byu.net>
311
312         * tests/test-yesno.sh: Silence stderr during test.
313
314 2007-10-22  Simon Josefsson  <simon@josefsson.org>
315
316         * modules/crypto/gc-camellia: New file.
317
318         * m4/gc-camellia.m4: New file.
319
320         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
321
322         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
323
324 2007-10-22  Simon Josefsson  <simon@josefsson.org>
325
326         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
327         --help to stdout.  Reported by sms@antinode.org (Steven
328         M. Schweda).
329
330 2007-10-22  Simon Josefsson  <simon@josefsson.org>
331
332         * users.txt: Fix link to libksba.
333
334 2007-10-21  Ben Pfaff  <blp@gnu.org>
335
336         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
337         round.c roundf implementation that depends on floorf and ceilf to
338         be tested unconditionally.
339
340 2007-10-21  Ben Pfaff  <blp@gnu.org>
341
342         * m4/check-libm-func.m4: Removed.
343         * m4/check-math-lib.m4: New file.
344         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
345         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
346         definition and lack of AC_LIBOBJ([roundf]).
347         * m4/roundl.m4: Ditto, and similarly for roundl.
348         * modules/round: Reference new m4 file.
349         * modules/roundf: Ditto.
350         * modules/roundl: Ditto.
351         * tests/test-round2.c (main): Use ROUND instead of round.
352         Bug report from Bruno Haible.
353
354 2007-10-21  Bruno Haible  <bruno@clisp.org>
355
356         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
357         context.
358
359 2007-10-21  Bruno Haible  <bruno@clisp.org>
360
361         * tests/test-wcwidth.c (main): Allow negative result for some control
362         characters.
363
364         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
365         Needed on OSF/1 5.1.
366
367 2007-10-21  Bruno Haible  <bruno@clisp.org>
368
369         * tests/test-floorf1.c: Include isnanf.h.
370         (main): Use isnanf() instead of isnan().
371         * tests/test-ceilf1.c: Include isnanf.h.
372         (main): Use isnanf() instead of isnan().
373         * tests/test-truncf1.c: Include isnanf.h.
374         (main): Use isnanf() instead of isnan().
375         * tests/test-roundf1.c: Include isnanf.h.
376         (main): Use isnanf() instead of isnan().
377
378 2007-10-21  Eric Blake  <ebb9@byu.net>
379
380         * users.txt: Update URL for m4.
381
382 2007-10-21  Bruno Haible  <bruno@clisp.org>
383
384         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
385
386 2007-10-21  Bruno Haible  <bruno@clisp.org>
387
388         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
389         Git's management files if the CVS files are not present.
390
391 2007-10-20  Bruno Haible  <bruno@clisp.org>
392
393         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
394         gcc-3.4.x.
395
396 2007-10-20  Ben Pfaff  <blp@gnu.org>
397
398         * lib/math.in.h: Declare round, roundf, roundl if we are providing
399         implementations.
400         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
401         * lib/round.c: New file.
402         * lib/roundf.c: New file.
403         * lib/roundl.c: New file.
404         * m4/round.m4: New file.
405         * m4/roundf.m4: New file.
406         * m4/roundl.m4: New file.
407         * m4/check-libm-func-m4: New file.
408         * modules/math: Replace round, roundf, roundl related @VARS@ in
409         math.in.h.
410         * modules/round: New file.
411         * modules/round-tests: New file.
412         * modules/roundf: New file.
413         * modules/roundf-tests: New file.
414         * modules/roundl: New file.
415         * modules/roundl-tests: New file.
416         * tests/test-round1.c: New file.
417         * tests/test-round2.c: New file.
418         * tests/test-roundf1.c: New file.
419         * tests/test-roundf2.c: New file.
420         * tests/test-roundl.c: New file.
421         * doc/functions/round.texi: Mention round module.
422         * doc/functions/roundf.texi: Mention roundf module.
423         * doc/functions/roundl.texi: Mention roundl module.
424         * MODULES.html.sh: Mention new modules.
425         Thanks to Bruno Haible for suggestions.
426
427 2007-10-20  Jim Meyering  <meyering@redhat.com>
428
429         * lib/xprintf.c: Include <config.h> unconditionally.
430
431         Change xprintf's license to GPL.
432         * modules/xprintf (License): s/LGPL/GPL/, since this module
433         depends on modules (exit and exitfail) which are GPL.
434         Suggestion from Bruno Haible.
435
436         xprintf fixes.
437         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
438         Use a clearer diagnostic.
439         Patch from Bruno Haible.
440
441 2007-10-20  Bruno Haible  <bruno@clisp.org>
442
443         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
444         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
445         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
446
447 2007-10-20  Bruno Haible  <bruno@clisp.org>
448
449         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
450         precision in the comparison result > x - 1 or similar.
451         * tests/test-ceilf2.c (correct_result_p): Likewise.
452         * tests/test-truncf2.c (correct_result_p): Likewise.
453         * tests/test-trunc2.c (correct_result_p): Likewise.
454         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
455
456 2007-10-20  Bruno Haible  <bruno@clisp.org>
457
458         * modules/ceil: New file.
459         * m4/ceil.m4: New file.
460         * doc/functions/ceil.texi: Mention the 'ceil' module.
461
462 2007-10-20  Bruno Haible  <bruno@clisp.org>
463
464         * modules/floor: New file.
465         * m4/floor.m4: New file.
466         * doc/functions/floor.texi: Mention the 'floor' module.
467
468 2007-10-20  Bruno Haible  <bruno@clisp.org>
469
470         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
471         of %a.
472         * modules/floorf-tests (Depends-on): Likewise.
473         * modules/truncf-tests (Depends-on): Likewise.
474         * modules/trunc-tests (Depends-on): Likewise.
475         Reported by Ben Pfaff.
476
477 2007-10-19  Jim Meyering  <meyering@redhat.com>
478
479         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
480         Don't bother testing specific errno values.  Just test ferror.
481
482         New module: xprintf
483         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
484
485 2007-10-19  Bruno Haible  <bruno@clisp.org>
486
487         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
488         syntax.
489         * modules/javaexec (Makefile.am): Likewise.
490         * modules/relocatable-prog (Makefile.am): Likewise.
491         Suggested by Jim Meyering.
492
493 2007-10-18  Bruno Haible  <bruno@clisp.org>
494
495         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
496         Reported by Jim Meyering.
497
498 2007-10-18  Eric Blake  <ebb9@byu.net>
499
500         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
501
502 2007-10-18  Bruno Haible  <bruno@clisp.org>
503
504         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
505         the format string into writable memory. Needed in Fortify conditions.
506
507 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
508             Bruno Haible  <bruno@clisp.org>
509
510         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
511         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
512         * modules/trim (Depends-on): Add mbchar.
513         (configure.ac): Add gl_FUNC_MBRTOWC.
514         (Makefile.am): Augment lib_SOURCES.
515
516 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
517
518         Modify glob.c to use fstatat and dirfd, to simplify it.
519         Suggested by Eric Blake.
520         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
521         Don't include <stdbool.h>; not used.
522         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
523         (link_exists_p): Simplify implementation, since we can now assume
524         dirfd and fstatat.
525         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
526
527 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
528
529         * gnulib-tool (func_get_dependencies): Fix sed script to
530         match only tests.
531
532 2007-10-17  Bruno Haible  <bruno@clisp.org>
533
534         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
535         allow locale names without encoding suffix.
536         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
537         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
538
539 2007-10-16  Bruno Haible  <bruno@clisp.org>
540
541         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
542         * lib/getgroups.c (getgroups): Likewise.
543         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
544
545 2007-10-16  Bruno Haible  <bruno@clisp.org>
546
547         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
548         * modules/malloc-posix (License): Likewise.
549         * modules/realloc-posix (License): Likewise.
550         * modules/calloc-posix (License): Likewise.
551         * modules/intprops (License): Change from GPL to LGPL, with
552         Paul Eggert's approval.
553
554 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
555
556         Merge glibc changes into lib/glob.c.
557
558         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
559         2007-10-15 04:59:03 UTC.  Here are the changes:
560
561         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
562
563         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
564
565         * lib/glob.c: Add some branch prediction throughout.
566
567         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
568
569         [BZ #5103]
570         * lib/glob.c (glob): Recognize patterns starting \/.
571
572         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
573
574         [BZ #3996]
575         * lib/glob.c (attribute_hidden): Define if not defined.
576         (glob): Unescape dirname, filename or username when needed and not
577         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
578         is NULL.  Handle unescaped [ in pattern without closing ].
579         Don't pass GLOB_CHECK down to recursive glob for directories.
580         (__glob_pattern_type): New function.
581         (__glob_pattern_p): Implement using __glob_pattern_type.
582         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
583         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
584         Remove unreachable code.
585
586         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
587
588         * lib/glob.c (glob_in_dir): Add some comments and asserts to
589         explain why there are no leaks.
590
591         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
592
593         [BZ #3253]
594         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
595         time, rather allocate increasingly bigger arrays of pointers, if
596         possible with alloca, if too large with malloc.
597
598 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
599
600         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
601         Problem reported by H.Merijn Brand in
602         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
603         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
604         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
605
606 2007-10-15  Bruno Haible  <bruno@clisp.org>
607
608         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
609         with explicit rpl_ prefix.
610         * lib/fopen.c (fopen): Likewise.
611         * lib/freopen.c (freopen): Likewise.
612         * lib/iconv.c (iconv): Likewise.
613         * lib/iconv_close.c (iconv_close): Likewise.
614
615 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
616
617         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
618
619 2007-10-15  Bruno Haible  <bruno@clisp.org>
620
621         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
622         <stddef.h> instead of <stdlib.h> since we only need NULL.
623         Reported by Ben Pfaff <blp@cs.stanford.edu>.
624
625 2007-10-15  Bruno Haible  <bruno@clisp.org>
626
627         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
628         Replace paragraph talking about LIBOBJS.
629         Reported by Colin Watson <cjwatson@debian.org>.
630
631 2007-10-15  Bruno Haible  <bruno@clisp.org>
632
633         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
634         <stdlib.h> before using NULL.
635
636 2007-10-15  Simon Josefsson  <simon@josefsson.org>
637
638         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
639         Reported by Albert Chin <china@thewrittenword.com>.
640
641 2007-10-14  Bruno Haible  <bruno@clisp.org>
642
643         * modules/iconv_open-utf-tests: New file.
644         * tests/test-iconv-utf.c: New file.
645
646         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
647         * modules/iconv_open-utf: New file.
648         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
649         (iconv, iconv_close): New declarations.
650         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
651         be defined.
652         (iconv_open): Add special handling of conversion between UTF-8 and
653         UTF-{16,32}{BE,LE}.
654         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
655         * lib/iconv_close.c: New file.
656         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
657         gl_FUNC_ICONV_OPEN.
658         (gl_FUNC_ICONV_OPEN): Use it.
659         (gl_FUNC_ICONV_OPEN_UTF): New macro.
660         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
661         and REPLACE_ICONV_UTF.
662         * modules/iconv_open (Depends-on): Add c-strcase.
663         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
664         ICONV_CONST.
665         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
666
667 2007-10-13  Albert Chin  <china@thewrittenword.com>
668             Bruno Haible  <bruno@clisp.org>
669
670         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
671         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
672
673 2007-10-13  Bruno Haible  <bruno@clisp.org>
674
675         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
676         defined, use the ISO C99 inline semantics.
677         * lib/argp.h (ARGP_EI): Likewise.
678
679 2007-10-13  Bruno Haible  <bruno@clisp.org>
680
681         Handle 'inline' change in gcc 4.3.0.
682         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
683         argp_fmtstream_write, argp_fmtstream_set_lmargin,
684         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
685         argp_fmtstream_point): Disable 'extern' declaration if the function
686         definition is going to be provided inline.
687         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
688         semantics, not the ISO C99 inline semantics.
689         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
690         'extern' declaration if the function definition is going to be provided
691         inline.
692         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
693         the GNU C inline semantics, not the ISO C99 inline semantics. With
694         GCC 4.2, avoid a warning.
695
696 2007-10-13  Bruno Haible  <bruno@clisp.org>
697
698         * lib/freading.h (freading): Enable the use of __freading for
699         glibc >= 2.7.
700         * lib/freading.c (freading): Likewise.
701
702 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
703
704         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
705         "warning: C99 inline functions are not supported; using GNU89".
706
707 2007-10-12  Bruno Haible  <bruno@clisp.org>
708
709         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
710         of 2.
711         * tests/test-ceilf2.c: New file.
712         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
713
714         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
715         * modules/ceilf-tests: Update.
716
717 2007-10-12  Bruno Haible  <bruno@clisp.org>
718
719         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
720         of 2.
721         * tests/test-floorf2.c: New file.
722         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
723
724         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
725         * modules/floorf-tests: Update.
726
727 2007-10-12  Bruno Haible  <bruno@clisp.org>
728
729         * tests/test-trunc2.c: New file.
730         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
731
732         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
733         * modules/trunc-tests: Update.
734
735 2007-10-12  Bruno Haible  <bruno@clisp.org>
736
737         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
738         of 2.
739         * tests/test-truncf2.c: New file.
740         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
741
742         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
743         * modules/truncf-tests: Update.
744
745 2007-10-11  Eric Blake  <ebb9@byu.net>
746
747         Don't claim strerror is broken on Interix.
748         * doc/functions/strerror.texi (strerror): Known broken systems are
749         now Solaris 8, and not Interix.
750         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
751         Interix on cross-compile.
752         Reported by Martin Koeppe in
753         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
754
755 2007-10-11  Bruno Haible  <bruno@clisp.org>
756
757         * modules/i-ring-tests: New file.
758         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
759         instead of assert.
760
761 2007-10-11  Bruno Haible  <bruno@clisp.org>
762
763         * modules/filenamecat-tests: New file.
764         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
765         * lib/filenamecat.c: Remove test code.
766
767 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
768
769         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
770
771         * lib/strerror.c: Include <string.h> always, to test interface,
772         and to remove the need for the dummy.
773         Include intprops.h to compute width instead of doing it ourselves
774         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
775         (strerror): Define it to return NULL if there's no system strerror.
776         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
777         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
778         ancient pre-strerror Unix systems well any more.  Saying "unknown
779         system error" is enough.
780         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
781         simpler strerror.c implementation.
782         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
783         Simplify the tests to reflect the simpler strerror implementation.
784         * modules/strerror (Depends-on): Add intprops.
785
786 2007-10-09  Eric Blake  <ebb9@byu.net>
787
788         Silence test-fpending.
789         * modules/fpending-tests (Files): Add wrapper script.
790         * tests/test-fpending.sh: New file.
791
792 2007-10-09  Bruno Haible  <bruno@clisp.org>
793
794         * MODULES.html.sh (func_module): Don't create a hyperlink for
795         function names like 'printf_frexp'.
796         (Misc): Add crc, memxor.
797         (Characteristics of floating types): New section.
798         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
799         isnanf-nolibm, signbit, trunc, truncf, truncl.
800         (Enhancements for ISO C 99 functions): New subsection Input/output.
801         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
802         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
803         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
804         (Compatibility checks for POSIX:2001 functions): Add clock-time.
805         (Enhancements for POSIX:2001 functions): Add chdir-long.
806         (File system functions): Add areadlink, chdir-safer, read-file.
807         Remove cycle-check.
808         (File system as inode set): New section.
809         (Date and time): Add gethrxtime.
810         (Multithreading): Add openmp.
811         (Internationalization functions): Add localename.
812         (Unicode string functions): Add unistr/u*-mbsnlen.
813         (Support for maintaining and releasing projects): Add git-version-gen.
814         (Lone files): Remove directories.
815
816 2007-10-08  Ben Pfaff  <blp@gnu.org>
817
818         * lib/xmalloca.h: Fix typo in comment.
819
820 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
821
822         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
823         when avoiding problems with integer overflow.  Use a portable test
824         instead.
825
826 2007-10-08  Simon Josefsson  <simon@josefsson.org>
827
828         * modules/dummy (License): Change to LGPLv2+.
829         * modules/float (License): Likewise
830         * modules/realloc (License): Likewise
831         * modules/stdlib (License): Likewise
832
833 2007-10-07  Bruno Haible  <bruno@clisp.org>
834
835         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
836         * floor.c (TWO_MANT_DIG): Likewise.
837         * ceil.c (TWO_MANT_DIG): Likewise.
838         Reported by Ben Pfaff.
839
840 2007-10-07  Bruno Haible  <bruno@clisp.org>
841
842         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
843         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
844         * lib/frexp.c (FUNC): Likewise.
845         * lib/printf-frexp.h (printf_frexp): Likewise.
846         * lib/printf-frexpl.h (printf_frexpl): Likewise.
847         * lib/printf-frexp.c (FUNC): Likewise.
848         Suggested by Jim Meyering.
849
850 2007-10-07  Jim Meyering  <meyering@redhat.com>
851
852         Make xnanosleep's integer overflow test more robust.
853         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
854         so that gcc-4.3.0 doesn't optimize away this test for overflow.
855
856 2007-10-07  Bruno Haible  <bruno@clisp.org>
857
858         * NEWS: Mention the license change.
859
860         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
861         abbreviations in the modules files.
862
863         Change copyright notice from GPLv2+ to GPLv3+.
864         * README: Change copyright notice.
865         * MODULES.html.sh: Likewise.
866         * build-aux/bootstrap.conf: Likewise.
867         * build-aux/config.libpath: Likewise.
868         * build-aux/csharpcomp.sh.in: Likewise.
869         * build-aux/csharpexec.sh.in: Likewise.
870         * build-aux/install-reloc: Likewise.
871         * build-aux/javacomp.sh.in: Likewise.
872         * build-aux/javaexec.sh.in: Likewise.
873         * build-aux/ldd.sh.in: Likewise.
874         * build-aux/reloc-ldflags: Likewise.
875         * build-aux/relocatable.sh.in: Likewise.
876         * build-aux/x-to-1.in: Likewise.
877         * check-module: Likewise.
878         * config/srclistvars.sh: Likewise.
879         * gnulib-tool: Likewise.
880         * lib/acl-internal.h: Likewise.
881         * lib/acl.c: Likewise.
882         * lib/acl.h: Likewise.
883         * lib/acl_entries.c: Likewise.
884         * lib/areadlink-with-size.c: Likewise.
885         * lib/areadlink.c: Likewise.
886         * lib/areadlink.h: Likewise.
887         * lib/argmatch.c: Likewise.
888         * lib/argmatch.h: Likewise.
889         * lib/argp-ba.c: Likewise.
890         * lib/argp-eexst.c: Likewise.
891         * lib/argp-fmtstream.c: Likewise.
892         * lib/argp-fmtstream.h: Likewise.
893         * lib/argp-fs-xinl.c: Likewise.
894         * lib/argp-help.c: Likewise.
895         * lib/argp-namefrob.h: Likewise.
896         * lib/argp-parse.c: Likewise.
897         * lib/argp-pin.c: Likewise.
898         * lib/argp-pv.c: Likewise.
899         * lib/argp-pvh.c: Likewise.
900         * lib/argp-xinl.c: Likewise.
901         * lib/argp.h: Likewise.
902         * lib/at-func.c: Likewise.
903         * lib/atanl.c: Likewise.
904         * lib/backupfile.c: Likewise.
905         * lib/backupfile.h: Likewise.
906         * lib/basename.c: Likewise.
907         * lib/binary-io.h: Likewise.
908         * lib/byteswap.in.h: Likewise.
909         * lib/c-stack.c: Likewise.
910         * lib/c-stack.h: Likewise.
911         * lib/c-strcasestr.c: Likewise.
912         * lib/c-strcasestr.h: Likewise.
913         * lib/c-strstr.c: Likewise.
914         * lib/c-strstr.h: Likewise.
915         * lib/c-strtod.c: Likewise.
916         * lib/calloc.c: Likewise.
917         * lib/canon-host.c: Likewise.
918         * lib/canon-host.h: Likewise.
919         * lib/canonicalize-lgpl.c: Likewise.
920         * lib/canonicalize.c: Likewise.
921         * lib/canonicalize.h: Likewise.
922         * lib/ceil.c: Likewise.
923         * lib/ceilf.c: Likewise.
924         * lib/ceill.c: Likewise.
925         * lib/chdir-long.c: Likewise.
926         * lib/chdir-long.h: Likewise.
927         * lib/chdir-safer.c: Likewise.
928         * lib/chdir-safer.h: Likewise.
929         * lib/chown.c: Likewise.
930         * lib/classpath.c: Likewise.
931         * lib/classpath.h: Likewise.
932         * lib/clean-temp.c: Likewise.
933         * lib/clean-temp.h: Likewise.
934         * lib/cloexec.c: Likewise.
935         * lib/close-stream.c: Likewise.
936         * lib/closein.c: Likewise.
937         * lib/closein.h: Likewise.
938         * lib/closeout.c: Likewise.
939         * lib/closeout.h: Likewise.
940         * lib/concat-filename.c: Likewise.
941         * lib/copy-file.c: Likewise.
942         * lib/copy-file.h: Likewise.
943         * lib/count-one-bits.h: Likewise.
944         * lib/crc.c: Likewise.
945         * lib/crc.h: Likewise.
946         * lib/creat-safer.c: Likewise.
947         * lib/csharpcomp.c: Likewise.
948         * lib/csharpcomp.h: Likewise.
949         * lib/csharpexec.c: Likewise.
950         * lib/csharpexec.h: Likewise.
951         * lib/cycle-check.c: Likewise.
952         * lib/cycle-check.h: Likewise.
953         * lib/diacrit.c: Likewise.
954         * lib/diacrit.h: Likewise.
955         * lib/diffseq.h: Likewise.
956         * lib/dirchownmod.c: Likewise.
957         * lib/dirent.in.h: Likewise.
958         * lib/dirfd.c: Likewise.
959         * lib/dirfd.h: Likewise.
960         * lib/dirname.c: Likewise.
961         * lib/dirname.h: Likewise.
962         * lib/dummy.c: Likewise.
963         * lib/dup-safer.c: Likewise.
964         * lib/dup2.c: Likewise.
965         * lib/eealloc.h: Likewise.
966         * lib/error.c: Likewise.
967         * lib/error.h: Likewise.
968         * lib/euidaccess.c: Likewise.
969         * lib/exclude.c: Likewise.
970         * lib/exclude.h: Likewise.
971         * lib/execute.c: Likewise.
972         * lib/execute.h: Likewise.
973         * lib/exitfail.c: Likewise.
974         * lib/exitfail.h: Likewise.
975         * lib/expl.c: Likewise.
976         * lib/fatal-signal.c: Likewise.
977         * lib/fatal-signal.h: Likewise.
978         * lib/fbufmode.c: Likewise.
979         * lib/fbufmode.h: Likewise.
980         * lib/fchdir.c: Likewise.
981         * lib/fchmodat.c: Likewise.
982         * lib/fchownat.c: Likewise.
983         * lib/fcntl--.h: Likewise.
984         * lib/fcntl-safer.h: Likewise.
985         * lib/fcntl.in.h: Likewise.
986         * lib/fd-safer.c: Likewise.
987         * lib/fflush.c: Likewise.
988         * lib/file-has-acl.c: Likewise.
989         * lib/file-set.c: Likewise.
990         * lib/file-type.c: Likewise.
991         * lib/file-type.h: Likewise.
992         * lib/fileblocks.c: Likewise.
993         * lib/filemode.c: Likewise.
994         * lib/filemode.h: Likewise.
995         * lib/filename.h: Likewise.
996         * lib/filenamecat.c: Likewise.
997         * lib/filenamecat.h: Likewise.
998         * lib/findprog.c: Likewise.
999         * lib/findprog.h: Likewise.
1000         * lib/float.in.h: Likewise.
1001         * lib/floor.c: Likewise.
1002         * lib/floorf.c: Likewise.
1003         * lib/floorl.c: Likewise.
1004         * lib/fopen-safer.c: Likewise.
1005         * lib/fopen.c: Likewise.
1006         * lib/fpending.c: Likewise.
1007         * lib/fpending.h: Likewise.
1008         * lib/fprintf.c: Likewise.
1009         * lib/fprintftime.h: Likewise.
1010         * lib/fpucw.h: Likewise.
1011         * lib/fpurge.c: Likewise.
1012         * lib/fpurge.h: Likewise.
1013         * lib/freadable.c: Likewise.
1014         * lib/freadable.h: Likewise.
1015         * lib/freadahead.c: Likewise.
1016         * lib/freadahead.h: Likewise.
1017         * lib/freading.c: Likewise.
1018         * lib/freading.h: Likewise.
1019         * lib/free.c: Likewise.
1020         * lib/freopen.c: Likewise.
1021         * lib/frexp.c: Likewise.
1022         * lib/frexpl.c: Likewise.
1023         * lib/fseek.c: Likewise.
1024         * lib/fseterr.c: Likewise.
1025         * lib/fseterr.h: Likewise.
1026         * lib/fstatat.c: Likewise.
1027         * lib/fstrcmp.c: Likewise.
1028         * lib/fstrcmp.h: Likewise.
1029         * lib/fsusage.c: Likewise.
1030         * lib/fsusage.h: Likewise.
1031         * lib/ftell.c: Likewise.
1032         * lib/ftello.c: Likewise.
1033         * lib/fts-cycle.c: Likewise.
1034         * lib/fts.c: Likewise.
1035         * lib/fts_.h: Likewise.
1036         * lib/full-read.c: Likewise.
1037         * lib/full-read.h: Likewise.
1038         * lib/full-write.c: Likewise.
1039         * lib/full-write.h: Likewise.
1040         * lib/fwritable.c: Likewise.
1041         * lib/fwritable.h: Likewise.
1042         * lib/fwriteerror.c: Likewise.
1043         * lib/fwriteerror.h: Likewise.
1044         * lib/fwriting.c: Likewise.
1045         * lib/fwriting.h: Likewise.
1046         * lib/gcd.c: Likewise.
1047         * lib/gcd.h: Likewise.
1048         * lib/getcwd.c: Likewise.
1049         * lib/getdate.h: Likewise.
1050         * lib/getdate.y: Likewise.
1051         * lib/getdomainname.c: Likewise.
1052         * lib/getdomainname.h: Likewise.
1053         * lib/getgroups.c: Likewise.
1054         * lib/gethostname.c: Likewise.
1055         * lib/gethrxtime.c: Likewise.
1056         * lib/gethrxtime.h: Likewise.
1057         * lib/getloadavg.c: Likewise.
1058         * lib/getndelim2.c: Likewise.
1059         * lib/getndelim2.h: Likewise.
1060         * lib/getnline.c: Likewise.
1061         * lib/getnline.h: Likewise.
1062         * lib/getopt.c: Likewise.
1063         * lib/getopt.in.h: Likewise.
1064         * lib/getopt1.c: Likewise.
1065         * lib/getopt_int.h: Likewise.
1066         * lib/getpagesize.h: Likewise.
1067         * lib/getsubopt.c: Likewise.
1068         * lib/gettime.c: Likewise.
1069         * lib/getugroups.c: Likewise.
1070         * lib/getugroups.h: Likewise.
1071         * lib/getusershell.c: Likewise.
1072         * lib/gl_anyavltree_list1.h: Likewise.
1073         * lib/gl_anyavltree_list2.h: Likewise.
1074         * lib/gl_anyhash_list1.h: Likewise.
1075         * lib/gl_anyhash_list2.h: Likewise.
1076         * lib/gl_anylinked_list1.h: Likewise.
1077         * lib/gl_anylinked_list2.h: Likewise.
1078         * lib/gl_anyrbtree_list1.h: Likewise.
1079         * lib/gl_anyrbtree_list2.h: Likewise.
1080         * lib/gl_anytree_list1.h: Likewise.
1081         * lib/gl_anytree_list2.h: Likewise.
1082         * lib/gl_anytree_oset.h: Likewise.
1083         * lib/gl_anytreehash_list1.h: Likewise.
1084         * lib/gl_anytreehash_list2.h: Likewise.
1085         * lib/gl_array_list.c: Likewise.
1086         * lib/gl_array_list.h: Likewise.
1087         * lib/gl_array_oset.c: Likewise.
1088         * lib/gl_array_oset.h: Likewise.
1089         * lib/gl_avltree_list.c: Likewise.
1090         * lib/gl_avltree_list.h: Likewise.
1091         * lib/gl_avltree_oset.c: Likewise.
1092         * lib/gl_avltree_oset.h: Likewise.
1093         * lib/gl_avltreehash_list.c: Likewise.
1094         * lib/gl_avltreehash_list.h: Likewise.
1095         * lib/gl_carray_list.c: Likewise.
1096         * lib/gl_carray_list.h: Likewise.
1097         * lib/gl_linked_list.c: Likewise.
1098         * lib/gl_linked_list.h: Likewise.
1099         * lib/gl_linkedhash_list.c: Likewise.
1100         * lib/gl_linkedhash_list.h: Likewise.
1101         * lib/gl_list.c: Likewise.
1102         * lib/gl_list.h: Likewise.
1103         * lib/gl_oset.c: Likewise.
1104         * lib/gl_oset.h: Likewise.
1105         * lib/gl_rbtree_list.c: Likewise.
1106         * lib/gl_rbtree_list.h: Likewise.
1107         * lib/gl_rbtree_oset.c: Likewise.
1108         * lib/gl_rbtree_oset.h: Likewise.
1109         * lib/gl_rbtreehash_list.c: Likewise.
1110         * lib/gl_rbtreehash_list.h: Likewise.
1111         * lib/gl_sublist.c: Likewise.
1112         * lib/gl_sublist.h: Likewise.
1113         * lib/group-member.c: Likewise.
1114         * lib/group-member.h: Likewise.
1115         * lib/hard-locale.c: Likewise.
1116         * lib/hard-locale.h: Likewise.
1117         * lib/hash-pjw.c: Likewise.
1118         * lib/hash-pjw.h: Likewise.
1119         * lib/hash-triple.c: Likewise.
1120         * lib/hash.c: Likewise.
1121         * lib/hash.h: Likewise.
1122         * lib/human.c: Likewise.
1123         * lib/human.h: Likewise.
1124         * lib/i-ring.c: Likewise.
1125         * lib/i-ring.h: Likewise.
1126         * lib/idcache.c: Likewise.
1127         * lib/imaxabs.c: Likewise.
1128         * lib/imaxdiv.c: Likewise.
1129         * lib/inet_pton.c: Likewise.
1130         * lib/inet_pton.h: Likewise.
1131         * lib/intprops.h: Likewise.
1132         * lib/inttostr.c: Likewise.
1133         * lib/inttostr.h: Likewise.
1134         * lib/inttypes.in.h: Likewise.
1135         * lib/isapipe.c: Likewise.
1136         * lib/isdir.c: Likewise.
1137         * lib/isnan.c: Likewise.
1138         * lib/isnan.h: Likewise.
1139         * lib/isnanf.c: Likewise.
1140         * lib/isnanf.h: Likewise.
1141         * lib/isnanl-nolibm.h: Likewise.
1142         * lib/isnanl.c: Likewise.
1143         * lib/isnanl.h: Likewise.
1144         * lib/javacomp.c: Likewise.
1145         * lib/javacomp.h: Likewise.
1146         * lib/javaexec.c: Likewise.
1147         * lib/javaexec.h: Likewise.
1148         * lib/javaversion.c: Likewise.
1149         * lib/javaversion.h: Likewise.
1150         * lib/javaversion.java: Likewise.
1151         * lib/lbrkprop.h: Likewise.
1152         * lib/lchmod.h: Likewise.
1153         * lib/lchown.c: Likewise.
1154         * lib/ldexpl.c: Likewise.
1155         * lib/linebreak.c: Likewise.
1156         * lib/linebreak.h: Likewise.
1157         * lib/linebuffer.c: Likewise.
1158         * lib/linebuffer.h: Likewise.
1159         * lib/locale.in.h: Likewise.
1160         * lib/logl.c: Likewise.
1161         * lib/long-options.c: Likewise.
1162         * lib/long-options.h: Likewise.
1163         * lib/lstat.c: Likewise.
1164         * lib/lstat.h: Likewise.
1165         * lib/math.in.h: Likewise.
1166         * lib/mbchar.c: Likewise.
1167         * lib/mbchar.h: Likewise.
1168         * lib/mbfile.h: Likewise.
1169         * lib/mbiter.h: Likewise.
1170         * lib/mbscasecmp.c: Likewise.
1171         * lib/mbscasestr.c: Likewise.
1172         * lib/mbschr.c: Likewise.
1173         * lib/mbscspn.c: Likewise.
1174         * lib/mbslen.c: Likewise.
1175         * lib/mbsncasecmp.c: Likewise.
1176         * lib/mbsnlen.c: Likewise.
1177         * lib/mbspbrk.c: Likewise.
1178         * lib/mbspcasecmp.c: Likewise.
1179         * lib/mbsrchr.c: Likewise.
1180         * lib/mbssep.c: Likewise.
1181         * lib/mbsspn.c: Likewise.
1182         * lib/mbsstr.c: Likewise.
1183         * lib/mbstok_r.c: Likewise.
1184         * lib/mbswidth.c: Likewise.
1185         * lib/mbswidth.h: Likewise.
1186         * lib/mbuiter.h: Likewise.
1187         * lib/memcasecmp.c: Likewise.
1188         * lib/memcasecmp.h: Likewise.
1189         * lib/memchr.c: Likewise.
1190         * lib/memcmp.c: Likewise.
1191         * lib/memcoll.c: Likewise.
1192         * lib/memcoll.h: Likewise.
1193         * lib/memcpy.c: Likewise.
1194         * lib/memrchr.c: Likewise.
1195         * lib/mkancesdirs.c: Likewise.
1196         * lib/mkdir-p.c: Likewise.
1197         * lib/mkdir-p.h: Likewise.
1198         * lib/mkdir.c: Likewise.
1199         * lib/mkdirat.c: Likewise.
1200         * lib/mkdtemp.c: Likewise.
1201         * lib/mkstemp-safer.c: Likewise.
1202         * lib/mkstemp.c: Likewise.
1203         * lib/modechange.c: Likewise.
1204         * lib/modechange.h: Likewise.
1205         * lib/mountlist.c: Likewise.
1206         * lib/mountlist.h: Likewise.
1207         * lib/mpsort.c: Likewise.
1208         * lib/nanosleep.c: Likewise.
1209         * lib/obstack.c: Likewise.
1210         * lib/obstack.h: Likewise.
1211         * lib/open-safer.c: Likewise.
1212         * lib/open.c: Likewise.
1213         * lib/openat-die.c: Likewise.
1214         * lib/openat-priv.h: Likewise.
1215         * lib/openat-proc.c: Likewise.
1216         * lib/openat.c: Likewise.
1217         * lib/openat.h: Likewise.
1218         * lib/pagealign_alloc.c: Likewise.
1219         * lib/pagealign_alloc.h: Likewise.
1220         * lib/physmem.c: Likewise.
1221         * lib/physmem.h: Likewise.
1222         * lib/pipe-safer.c: Likewise.
1223         * lib/pipe.c: Likewise.
1224         * lib/pipe.h: Likewise.
1225         * lib/posixtm.c: Likewise.
1226         * lib/posixtm.h: Likewise.
1227         * lib/posixver.c: Likewise.
1228         * lib/printf-frexp.c: Likewise.
1229         * lib/printf-frexp.h: Likewise.
1230         * lib/printf-frexpl.c: Likewise.
1231         * lib/printf-frexpl.h: Likewise.
1232         * lib/printf.c: Likewise.
1233         * lib/progname.c: Likewise.
1234         * lib/progname.h: Likewise.
1235         * lib/progreloc.c: Likewise.
1236         * lib/putenv.c: Likewise.
1237         * lib/quote.c: Likewise.
1238         * lib/quote.h: Likewise.
1239         * lib/quotearg.c: Likewise.
1240         * lib/quotearg.h: Likewise.
1241         * lib/raise.c: Likewise.
1242         * lib/readline.c: Likewise.
1243         * lib/readline.h: Likewise.
1244         * lib/readlink.c: Likewise.
1245         * lib/readtokens.c: Likewise.
1246         * lib/readtokens.h: Likewise.
1247         * lib/readtokens0.c: Likewise.
1248         * lib/readtokens0.h: Likewise.
1249         * lib/readutmp.c: Likewise.
1250         * lib/readutmp.h: Likewise.
1251         * lib/realloc.c: Likewise.
1252         * lib/relocwrapper.c: Likewise.
1253         * lib/rename-dest-slash.c: Likewise.
1254         * lib/rename.c: Likewise.
1255         * lib/rmdir.c: Likewise.
1256         * lib/rpmatch.c: Likewise.
1257         * lib/safe-read.c: Likewise.
1258         * lib/safe-read.h: Likewise.
1259         * lib/safe-write.c: Likewise.
1260         * lib/safe-write.h: Likewise.
1261         * lib/same-inode.h: Likewise.
1262         * lib/same.c: Likewise.
1263         * lib/same.h: Likewise.
1264         * lib/save-cwd.c: Likewise.
1265         * lib/save-cwd.h: Likewise.
1266         * lib/savedir.c: Likewise.
1267         * lib/savedir.h: Likewise.
1268         * lib/savewd.c: Likewise.
1269         * lib/savewd.h: Likewise.
1270         * lib/search.in.h: Likewise.
1271         * lib/setenv.c: Likewise.
1272         * lib/setenv.h: Likewise.
1273         * lib/settime.c: Likewise.
1274         * lib/sh-quote.c: Likewise.
1275         * lib/sh-quote.h: Likewise.
1276         * lib/sig2str.c: Likewise.
1277         * lib/sig2str.h: Likewise.
1278         * lib/signal.in.h: Likewise.
1279         * lib/signbitd.c: Likewise.
1280         * lib/signbitf.c: Likewise.
1281         * lib/signbitl.c: Likewise.
1282         * lib/sigprocmask.c: Likewise.
1283         * lib/sincosl.c: Likewise.
1284         * lib/sleep.c: Likewise.
1285         * lib/sprintf.c: Likewise.
1286         * lib/sqrtl.c: Likewise.
1287         * lib/stat-time.h: Likewise.
1288         * lib/stdio--.h: Likewise.
1289         * lib/stdio-safer.h: Likewise.
1290         * lib/stdlib--.h: Likewise.
1291         * lib/stdlib-safer.h: Likewise.
1292         * lib/stdlib.in.h: Likewise.
1293         * lib/stpcpy.c: Likewise.
1294         * lib/stpncpy.c: Likewise.
1295         * lib/strchrnul.c: Likewise.
1296         * lib/strcspn.c: Likewise.
1297         * lib/strerror.c: Likewise.
1298         * lib/strftime.c: Likewise.
1299         * lib/strftime.h: Likewise.
1300         * lib/striconveh.c: Likewise.
1301         * lib/striconveh.h: Likewise.
1302         * lib/striconveha.c: Likewise.
1303         * lib/striconveha.h: Likewise.
1304         * lib/stripslash.c: Likewise.
1305         * lib/strnlen1.c: Likewise.
1306         * lib/strnlen1.h: Likewise.
1307         * lib/strtod.c: Likewise.
1308         * lib/strtoimax.c: Likewise.
1309         * lib/strtok_r.c: Likewise.
1310         * lib/strtol.c: Likewise.
1311         * lib/strtoll.c: Likewise.
1312         * lib/strtoul.c: Likewise.
1313         * lib/strtoull.c: Likewise.
1314         * lib/sysexits.in.h: Likewise.
1315         * lib/tempname.c: Likewise.
1316         * lib/tempname.h: Likewise.
1317         * lib/timespec.h: Likewise.
1318         * lib/tls.c: Likewise.
1319         * lib/tls.h: Likewise.
1320         * lib/tmpdir.c: Likewise.
1321         * lib/tmpdir.h: Likewise.
1322         * lib/tmpfile-safer.c: Likewise.
1323         * lib/tmpfile.c: Likewise.
1324         * lib/trigl.c: Likewise.
1325         * lib/trigl.h: Likewise.
1326         * lib/trim.c: Likewise.
1327         * lib/trim.h: Likewise.
1328         * lib/trunc.c: Likewise.
1329         * lib/truncf.c: Likewise.
1330         * lib/truncl.c: Likewise.
1331         * lib/tsearch.c: Likewise.
1332         * lib/unicodeio.c: Likewise.
1333         * lib/unicodeio.h: Likewise.
1334         * lib/unistd--.h: Likewise.
1335         * lib/unistd-safer.h: Likewise.
1336         * lib/unistdio/ulc-fprintf.c: Likewise.
1337         * lib/unistdio/ulc-vfprintf.c: Likewise.
1338         * lib/unlinkdir.c: Likewise.
1339         * lib/unlinkdir.h: Likewise.
1340         * lib/unlocked-io.h: Likewise.
1341         * lib/unsetenv.c: Likewise.
1342         * lib/userspec.c: Likewise.
1343         * lib/utime.c: Likewise.
1344         * lib/utimecmp.c: Likewise.
1345         * lib/utimecmp.h: Likewise.
1346         * lib/utimens.c: Likewise.
1347         * lib/verify.h: Likewise.
1348         * lib/verror.c: Likewise.
1349         * lib/verror.h: Likewise.
1350         * lib/version-etc-fsf.c: Likewise.
1351         * lib/version-etc.c: Likewise.
1352         * lib/version-etc.h: Likewise.
1353         * lib/vfprintf.c: Likewise.
1354         * lib/vprintf.c: Likewise.
1355         * lib/vsprintf.c: Likewise.
1356         * lib/w32spawn.h: Likewise.
1357         * lib/wait-process.c: Likewise.
1358         * lib/wait-process.h: Likewise.
1359         * lib/wcwidth.c: Likewise.
1360         * lib/write-any-file.c: Likewise.
1361         * lib/xalloc-die.c: Likewise.
1362         * lib/xalloc.h: Likewise.
1363         * lib/xasprintf.c: Likewise.
1364         * lib/xgetcwd.c: Likewise.
1365         * lib/xgetcwd.h: Likewise.
1366         * lib/xgetdomainname.c: Likewise.
1367         * lib/xgetdomainname.h: Likewise.
1368         * lib/xgethostname.c: Likewise.
1369         * lib/xmalloc.c: Likewise.
1370         * lib/xmalloca.c: Likewise.
1371         * lib/xmalloca.h: Likewise.
1372         * lib/xmemcoll.c: Likewise.
1373         * lib/xnanosleep.c: Likewise.
1374         * lib/xreadlink.c: Likewise.
1375         * lib/xreadlink.h: Likewise.
1376         * lib/xsetenv.c: Likewise.
1377         * lib/xsetenv.h: Likewise.
1378         * lib/xstriconv.c: Likewise.
1379         * lib/xstriconv.h: Likewise.
1380         * lib/xstrndup.c: Likewise.
1381         * lib/xstrndup.h: Likewise.
1382         * lib/xstrtod.c: Likewise.
1383         * lib/xstrtod.h: Likewise.
1384         * lib/xstrtol-error.c: Likewise.
1385         * lib/xstrtol.c: Likewise.
1386         * lib/xstrtol.h: Likewise.
1387         * lib/xtime.h: Likewise.
1388         * lib/xvasprintf.c: Likewise.
1389         * lib/xvasprintf.h: Likewise.
1390         * lib/yesno.c: Likewise.
1391         * lib/yesno.h: Likewise.
1392         * posix-modules: Likewise.
1393         * tests/test-alloca-opt.c: Likewise.
1394         * tests/test-arcfour.c: Likewise.
1395         * tests/test-arctwo.c: Likewise.
1396         * tests/test-argmatch.c: Likewise.
1397         * tests/test-argp-2.sh: Likewise.
1398         * tests/test-argp.c: Likewise.
1399         * tests/test-arpa_inet.c: Likewise.
1400         * tests/test-array_list.c: Likewise.
1401         * tests/test-array_oset.c: Likewise.
1402         * tests/test-atexit.c: Likewise.
1403         * tests/test-avltree_list.c: Likewise.
1404         * tests/test-avltree_oset.c: Likewise.
1405         * tests/test-avltreehash_list.c: Likewise.
1406         * tests/test-base64.c: Likewise.
1407         * tests/test-binary-io.c: Likewise.
1408         * tests/test-byteswap.c: Likewise.
1409         * tests/test-c-ctype.c: Likewise.
1410         * tests/test-c-strcasecmp.c: Likewise.
1411         * tests/test-c-strcasestr.c: Likewise.
1412         * tests/test-c-strncasecmp.c: Likewise.
1413         * tests/test-c-strstr.c: Likewise.
1414         * tests/test-canonicalize-lgpl.c: Likewise.
1415         * tests/test-canonicalize.c: Likewise.
1416         * tests/test-carray_list.c: Likewise.
1417         * tests/test-ceilf.c: Likewise.
1418         * tests/test-ceill.c: Likewise.
1419         * tests/test-count-one-bits.c: Likewise.
1420         * tests/test-crc.c: Likewise.
1421         * tests/test-dirname.c: Likewise.
1422         * tests/test-fbufmode.c: Likewise.
1423         * tests/test-fcntl.c: Likewise.
1424         * tests/test-fflush.c: Likewise.
1425         * tests/test-floorf.c: Likewise.
1426         * tests/test-floorl.c: Likewise.
1427         * tests/test-fopen.c: Likewise.
1428         * tests/test-fprintf-posix.c: Likewise.
1429         * tests/test-fprintf-posix.h: Likewise.
1430         * tests/test-fpurge.c: Likewise.
1431         * tests/test-freadable.c: Likewise.
1432         * tests/test-freadahead.c: Likewise.
1433         * tests/test-freading.c: Likewise.
1434         * tests/test-freopen.c: Likewise.
1435         * tests/test-frexp.c: Likewise.
1436         * tests/test-frexpl.c: Likewise.
1437         * tests/test-fseek.c: Likewise.
1438         * tests/test-fseeko.c: Likewise.
1439         * tests/test-fseterr.c: Likewise.
1440         * tests/test-fstrcmp.c: Likewise.
1441         * tests/test-ftell.c: Likewise.
1442         * tests/test-ftello.c: Likewise.
1443         * tests/test-fwritable.c: Likewise.
1444         * tests/test-fwriting.c: Likewise.
1445         * tests/test-getaddrinfo.c: Likewise.
1446         * tests/test-getpass.c: Likewise.
1447         * tests/test-gettimeofday.c: Likewise.
1448         * tests/test-hmac-md5.c: Likewise.
1449         * tests/test-hmac-sha1.c: Likewise.
1450         * tests/test-iconv.c: Likewise.
1451         * tests/test-iconvme.c: Likewise.
1452         * tests/test-inttypes.c: Likewise.
1453         * tests/test-isnan.c: Likewise.
1454         * tests/test-isnanf.c: Likewise.
1455         * tests/test-isnanl-nolibm.c: Likewise.
1456         * tests/test-isnanl.c: Likewise.
1457         * tests/test-isnanl.h: Likewise.
1458         * tests/test-ldexpl.c: Likewise.
1459         * tests/test-linked_list.c: Likewise.
1460         * tests/test-linkedhash_list.c: Likewise.
1461         * tests/test-locale.c: Likewise.
1462         * tests/test-localename.c: Likewise.
1463         * tests/test-lock.c: Likewise.
1464         * tests/test-lseek.c: Likewise.
1465         * tests/test-malloca.c: Likewise.
1466         * tests/test-math.c: Likewise.
1467         * tests/test-mbscasecmp.c: Likewise.
1468         * tests/test-mbscasestr1.c: Likewise.
1469         * tests/test-mbscasestr2.c: Likewise.
1470         * tests/test-mbscasestr3.c: Likewise.
1471         * tests/test-mbscasestr4.c: Likewise.
1472         * tests/test-mbschr.c: Likewise.
1473         * tests/test-mbscspn.c: Likewise.
1474         * tests/test-mbsncasecmp.c: Likewise.
1475         * tests/test-mbspbrk.c: Likewise.
1476         * tests/test-mbspcasecmp.c: Likewise.
1477         * tests/test-mbsrchr.c: Likewise.
1478         * tests/test-mbsspn.c: Likewise.
1479         * tests/test-mbsstr1.c: Likewise.
1480         * tests/test-mbsstr2.c: Likewise.
1481         * tests/test-mbsstr3.c: Likewise.
1482         * tests/test-md5.c: Likewise.
1483         * tests/test-memmem.c: Likewise.
1484         * tests/test-netinet_in.c: Likewise.
1485         * tests/test-open.c: Likewise.
1486         * tests/test-printf-frexp.c: Likewise.
1487         * tests/test-printf-frexpl.c: Likewise.
1488         * tests/test-printf-posix.c: Likewise.
1489         * tests/test-printf-posix.h: Likewise.
1490         * tests/test-rbtree_list.c: Likewise.
1491         * tests/test-rbtree_oset.c: Likewise.
1492         * tests/test-rbtreehash_list.c: Likewise.
1493         * tests/test-read-file.c: Likewise.
1494         * tests/test-rijndael.c: Likewise.
1495         * tests/test-search.c: Likewise.
1496         * tests/test-signbit.c: Likewise.
1497         * tests/test-sleep.c: Likewise.
1498         * tests/test-snprintf-posix.c: Likewise.
1499         * tests/test-snprintf-posix.h: Likewise.
1500         * tests/test-snprintf.c: Likewise.
1501         * tests/test-sprintf-posix.c: Likewise.
1502         * tests/test-sprintf-posix.h: Likewise.
1503         * tests/test-stat-time.c: Likewise.
1504         * tests/test-stdbool.c: Likewise.
1505         * tests/test-stdint.c: Likewise.
1506         * tests/test-stdio.c: Likewise.
1507         * tests/test-stdlib.c: Likewise.
1508         * tests/test-stpncpy.c: Likewise.
1509         * tests/test-strcasestr.c: Likewise.
1510         * tests/test-striconv.c: Likewise.
1511         * tests/test-striconveh.c: Likewise.
1512         * tests/test-striconveha.c: Likewise.
1513         * tests/test-string.c: Likewise.
1514         * tests/test-sys_select.c: Likewise.
1515         * tests/test-sys_socket.c: Likewise.
1516         * tests/test-sys_stat.c: Likewise.
1517         * tests/test-sys_time.c: Likewise.
1518         * tests/test-sysexits.c: Likewise.
1519         * tests/test-time.c: Likewise.
1520         * tests/test-tls.c: Likewise.
1521         * tests/test-trunc.c: Likewise.
1522         * tests/test-truncf.c: Likewise.
1523         * tests/test-truncl.c: Likewise.
1524         * tests/test-unistd.c: Likewise.
1525         * tests/test-vasnprintf-posix.c: Likewise.
1526         * tests/test-vasnprintf-posix2.c: Likewise.
1527         * tests/test-vasnprintf.c: Likewise.
1528         * tests/test-vasprintf-posix.c: Likewise.
1529         * tests/test-vasprintf.c: Likewise.
1530         * tests/test-verify.c: Likewise.
1531         * tests/test-vfprintf-posix.c: Likewise.
1532         * tests/test-vprintf-posix.c: Likewise.
1533         * tests/test-vsnprintf-posix.c: Likewise.
1534         * tests/test-vsnprintf.c: Likewise.
1535         * tests/test-vsprintf-posix.c: Likewise.
1536         * tests/test-wchar.c: Likewise.
1537         * tests/test-wctype.c: Likewise.
1538         * tests/test-wcwidth.c: Likewise.
1539         * tests/test-xstrtol.c: Likewise.
1540         * tests/test-xvasprintf.c: Likewise.
1541         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1542         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1543         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1544         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1545         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1546         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1547         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1548         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1549         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1550         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1551         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1552         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1553         * tests/uniname/test-uninames.c: Likewise.
1554         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1555         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
1556         * tests/unistdio/test-u16-printf1.h: Likewise.
1557         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1558         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1559         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1560         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1561         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1562         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1563         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1564         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
1565         * tests/unistdio/test-u32-printf1.h: Likewise.
1566         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1567         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1568         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1569         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1570         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1571         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1572         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1573         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
1574         * tests/unistdio/test-u8-printf1.h: Likewise.
1575         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1576         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1577         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1578         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1579         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1580         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1581         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1582         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
1583         * tests/unistdio/test-ulc-printf1.h: Likewise.
1584         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1585         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1586         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1587         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1588         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1589         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1590         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1591         * tests/uniwidth/test-u16-width.c: Likewise.
1592         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1593         * tests/uniwidth/test-u32-width.c: Likewise.
1594         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1595         * tests/uniwidth/test-u8-width.c: Likewise.
1596         * tests/uniwidth/test-uc_width.c: Likewise.
1597         * config/srclist-update: Likewise.
1598         (fixlicense): Update to GPLv3+.
1599
1600         Change copyright notice from LGPLv2.1+ to LGPLv3+.
1601         * tests/test-tsearch.c: Change copyright notice.
1602
1603         Change copyright notice from LGPLv2.0+ to LGPLv3+.
1604         * lib/c-strcaseeq.h: Change copyright notice.
1605         * lib/streq.h: Likewise.
1606         * lib/uniconv.h: Likewise.
1607         * lib/uniconv/u-conv-from-enc.h: Likewise.
1608         * lib/uniconv/u-conv-to-enc.h: Likewise.
1609         * lib/uniconv/u-strconv-from-enc.h: Likewise.
1610         * lib/uniconv/u-strconv-to-enc.h: Likewise.
1611         * lib/uniconv/u16-conv-from-enc.c: Likewise.
1612         * lib/uniconv/u16-conv-to-enc.c: Likewise.
1613         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
1614         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
1615         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
1616         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
1617         * lib/uniconv/u32-conv-from-enc.c: Likewise.
1618         * lib/uniconv/u32-conv-to-enc.c: Likewise.
1619         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
1620         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
1621         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
1622         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
1623         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1624         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1625         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1626         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1627         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1628         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1629         * lib/uniname.h: Likewise.
1630         * lib/uniname/uniname.c: Likewise.
1631         * lib/unistdio.h: Likewise.
1632         * lib/unistdio/u-asnprintf.h: Likewise.
1633         * lib/unistdio/u-asprintf.h: Likewise.
1634         * lib/unistdio/u-printf-args.c: Likewise.
1635         * lib/unistdio/u-printf-args.h: Likewise.
1636         * lib/unistdio/u-printf-parse.h: Likewise.
1637         * lib/unistdio/u-snprintf.h: Likewise.
1638         * lib/unistdio/u-sprintf.h: Likewise.
1639         * lib/unistdio/u-vasprintf.h: Likewise.
1640         * lib/unistdio/u-vsnprintf.h: Likewise.
1641         * lib/unistdio/u-vsprintf.h: Likewise.
1642         * lib/unistdio/u16-asnprintf.c: Likewise.
1643         * lib/unistdio/u16-asprintf.c: Likewise.
1644         * lib/unistdio/u16-printf-parse.c: Likewise.
1645         * lib/unistdio/u16-snprintf.c: Likewise.
1646         * lib/unistdio/u16-sprintf.c: Likewise.
1647         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1648         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1649         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1650         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1651         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1652         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1653         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1654         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1655         * lib/unistdio/u16-vasnprintf.c: Likewise.
1656         * lib/unistdio/u16-vasprintf.c: Likewise.
1657         * lib/unistdio/u16-vsnprintf.c: Likewise.
1658         * lib/unistdio/u16-vsprintf.c: Likewise.
1659         * lib/unistdio/u32-asnprintf.c: Likewise.
1660         * lib/unistdio/u32-asprintf.c: Likewise.
1661         * lib/unistdio/u32-printf-parse.c: Likewise.
1662         * lib/unistdio/u32-snprintf.c: Likewise.
1663         * lib/unistdio/u32-sprintf.c: Likewise.
1664         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1665         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1666         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1667         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1668         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1669         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1670         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1671         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1672         * lib/unistdio/u32-vasnprintf.c: Likewise.
1673         * lib/unistdio/u32-vasprintf.c: Likewise.
1674         * lib/unistdio/u32-vsnprintf.c: Likewise.
1675         * lib/unistdio/u32-vsprintf.c: Likewise.
1676         * lib/unistdio/u8-asnprintf.c: Likewise.
1677         * lib/unistdio/u8-asprintf.c: Likewise.
1678         * lib/unistdio/u8-printf-parse.c: Likewise.
1679         * lib/unistdio/u8-snprintf.c: Likewise.
1680         * lib/unistdio/u8-sprintf.c: Likewise.
1681         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1682         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1683         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1684         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1685         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1686         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1687         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1688         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1689         * lib/unistdio/u8-vasnprintf.c: Likewise.
1690         * lib/unistdio/u8-vasprintf.c: Likewise.
1691         * lib/unistdio/u8-vsnprintf.c: Likewise.
1692         * lib/unistdio/u8-vsprintf.c: Likewise.
1693         * lib/unistdio/ulc-asnprintf.c: Likewise.
1694         * lib/unistdio/ulc-asprintf.c: Likewise.
1695         * lib/unistdio/ulc-printf-parse.c: Likewise.
1696         * lib/unistdio/ulc-snprintf.c: Likewise.
1697         * lib/unistdio/ulc-sprintf.c: Likewise.
1698         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1699         * lib/unistdio/ulc-vasprintf.c: Likewise.
1700         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1701         * lib/unistdio/ulc-vsprintf.c: Likewise.
1702         * lib/unistr.h: Likewise.
1703         * lib/unistr/u-cpy-alloc.h: Likewise.
1704         * lib/unistr/u-cpy.h: Likewise.
1705         * lib/unistr/u-endswith.h: Likewise.
1706         * lib/unistr/u-move.h: Likewise.
1707         * lib/unistr/u-set.h: Likewise.
1708         * lib/unistr/u-startswith.h: Likewise.
1709         * lib/unistr/u-stpcpy.h: Likewise.
1710         * lib/unistr/u-stpncpy.h: Likewise.
1711         * lib/unistr/u-strcat.h: Likewise.
1712         * lib/unistr/u-strcpy.h: Likewise.
1713         * lib/unistr/u-strcspn.h: Likewise.
1714         * lib/unistr/u-strdup.h: Likewise.
1715         * lib/unistr/u-strlen.h: Likewise.
1716         * lib/unistr/u-strncat.h: Likewise.
1717         * lib/unistr/u-strncpy.h: Likewise.
1718         * lib/unistr/u-strnlen.h: Likewise.
1719         * lib/unistr/u-strpbrk.h: Likewise.
1720         * lib/unistr/u-strspn.h: Likewise.
1721         * lib/unistr/u-strstr.h: Likewise.
1722         * lib/unistr/u-strtok.h: Likewise.
1723         * lib/unistr/u16-check.c: Likewise.
1724         * lib/unistr/u16-chr.c: Likewise.
1725         * lib/unistr/u16-cmp.c: Likewise.
1726         * lib/unistr/u16-cpy-alloc.c: Likewise.
1727         * lib/unistr/u16-cpy.c: Likewise.
1728         * lib/unistr/u16-endswith.c: Likewise.
1729         * lib/unistr/u16-mblen.c: Likewise.
1730         * lib/unistr/u16-mbsnlen.c: Likewise.
1731         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1732         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1733         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1734         * lib/unistr/u16-mbtouc.c: Likewise.
1735         * lib/unistr/u16-mbtoucr.c: Likewise.
1736         * lib/unistr/u16-move.c: Likewise.
1737         * lib/unistr/u16-next.c: Likewise.
1738         * lib/unistr/u16-prev.c: Likewise.
1739         * lib/unistr/u16-set.c: Likewise.
1740         * lib/unistr/u16-startswith.c: Likewise.
1741         * lib/unistr/u16-stpcpy.c: Likewise.
1742         * lib/unistr/u16-stpncpy.c: Likewise.
1743         * lib/unistr/u16-strcat.c: Likewise.
1744         * lib/unistr/u16-strchr.c: Likewise.
1745         * lib/unistr/u16-strcmp.c: Likewise.
1746         * lib/unistr/u16-strcpy.c: Likewise.
1747         * lib/unistr/u16-strcspn.c: Likewise.
1748         * lib/unistr/u16-strdup.c: Likewise.
1749         * lib/unistr/u16-strlen.c: Likewise.
1750         * lib/unistr/u16-strmblen.c: Likewise.
1751         * lib/unistr/u16-strmbtouc.c: Likewise.
1752         * lib/unistr/u16-strncat.c: Likewise.
1753         * lib/unistr/u16-strncmp.c: Likewise.
1754         * lib/unistr/u16-strncpy.c: Likewise.
1755         * lib/unistr/u16-strnlen.c: Likewise.
1756         * lib/unistr/u16-strpbrk.c: Likewise.
1757         * lib/unistr/u16-strrchr.c: Likewise.
1758         * lib/unistr/u16-strspn.c: Likewise.
1759         * lib/unistr/u16-strstr.c: Likewise.
1760         * lib/unistr/u16-strtok.c: Likewise.
1761         * lib/unistr/u16-to-u32.c: Likewise.
1762         * lib/unistr/u16-to-u8.c: Likewise.
1763         * lib/unistr/u16-uctomb-aux.c: Likewise.
1764         * lib/unistr/u16-uctomb.c: Likewise.
1765         * lib/unistr/u32-check.c: Likewise.
1766         * lib/unistr/u32-chr.c: Likewise.
1767         * lib/unistr/u32-cmp.c: Likewise.
1768         * lib/unistr/u32-cpy-alloc.c: Likewise.
1769         * lib/unistr/u32-cpy.c: Likewise.
1770         * lib/unistr/u32-endswith.c: Likewise.
1771         * lib/unistr/u32-mblen.c: Likewise.
1772         * lib/unistr/u32-mbsnlen.c: Likewise.
1773         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1774         * lib/unistr/u32-mbtouc.c: Likewise.
1775         * lib/unistr/u32-mbtoucr.c: Likewise.
1776         * lib/unistr/u32-move.c: Likewise.
1777         * lib/unistr/u32-next.c: Likewise.
1778         * lib/unistr/u32-prev.c: Likewise.
1779         * lib/unistr/u32-set.c: Likewise.
1780         * lib/unistr/u32-startswith.c: Likewise.
1781         * lib/unistr/u32-stpcpy.c: Likewise.
1782         * lib/unistr/u32-stpncpy.c: Likewise.
1783         * lib/unistr/u32-strcat.c: Likewise.
1784         * lib/unistr/u32-strchr.c: Likewise.
1785         * lib/unistr/u32-strcmp.c: Likewise.
1786         * lib/unistr/u32-strcpy.c: Likewise.
1787         * lib/unistr/u32-strcspn.c: Likewise.
1788         * lib/unistr/u32-strdup.c: Likewise.
1789         * lib/unistr/u32-strlen.c: Likewise.
1790         * lib/unistr/u32-strmblen.c: Likewise.
1791         * lib/unistr/u32-strmbtouc.c: Likewise.
1792         * lib/unistr/u32-strncat.c: Likewise.
1793         * lib/unistr/u32-strncmp.c: Likewise.
1794         * lib/unistr/u32-strncpy.c: Likewise.
1795         * lib/unistr/u32-strnlen.c: Likewise.
1796         * lib/unistr/u32-strpbrk.c: Likewise.
1797         * lib/unistr/u32-strrchr.c: Likewise.
1798         * lib/unistr/u32-strspn.c: Likewise.
1799         * lib/unistr/u32-strstr.c: Likewise.
1800         * lib/unistr/u32-strtok.c: Likewise.
1801         * lib/unistr/u32-to-u16.c: Likewise.
1802         * lib/unistr/u32-to-u8.c: Likewise.
1803         * lib/unistr/u32-uctomb.c: Likewise.
1804         * lib/unistr/u8-check.c: Likewise.
1805         * lib/unistr/u8-chr.c: Likewise.
1806         * lib/unistr/u8-cmp.c: Likewise.
1807         * lib/unistr/u8-cpy-alloc.c: Likewise.
1808         * lib/unistr/u8-cpy.c: Likewise.
1809         * lib/unistr/u8-endswith.c: Likewise.
1810         * lib/unistr/u8-mblen.c: Likewise.
1811         * lib/unistr/u8-mbsnlen.c: Likewise.
1812         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1813         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1814         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1815         * lib/unistr/u8-mbtouc.c: Likewise.
1816         * lib/unistr/u8-mbtoucr.c: Likewise.
1817         * lib/unistr/u8-move.c: Likewise.
1818         * lib/unistr/u8-next.c: Likewise.
1819         * lib/unistr/u8-prev.c: Likewise.
1820         * lib/unistr/u8-set.c: Likewise.
1821         * lib/unistr/u8-startswith.c: Likewise.
1822         * lib/unistr/u8-stpcpy.c: Likewise.
1823         * lib/unistr/u8-stpncpy.c: Likewise.
1824         * lib/unistr/u8-strcat.c: Likewise.
1825         * lib/unistr/u8-strchr.c: Likewise.
1826         * lib/unistr/u8-strcmp.c: Likewise.
1827         * lib/unistr/u8-strcpy.c: Likewise.
1828         * lib/unistr/u8-strcspn.c: Likewise.
1829         * lib/unistr/u8-strdup.c: Likewise.
1830         * lib/unistr/u8-strlen.c: Likewise.
1831         * lib/unistr/u8-strmblen.c: Likewise.
1832         * lib/unistr/u8-strmbtouc.c: Likewise.
1833         * lib/unistr/u8-strncat.c: Likewise.
1834         * lib/unistr/u8-strncmp.c: Likewise.
1835         * lib/unistr/u8-strncpy.c: Likewise.
1836         * lib/unistr/u8-strnlen.c: Likewise.
1837         * lib/unistr/u8-strpbrk.c: Likewise.
1838         * lib/unistr/u8-strrchr.c: Likewise.
1839         * lib/unistr/u8-strspn.c: Likewise.
1840         * lib/unistr/u8-strstr.c: Likewise.
1841         * lib/unistr/u8-strtok.c: Likewise.
1842         * lib/unistr/u8-to-u16.c: Likewise.
1843         * lib/unistr/u8-to-u32.c: Likewise.
1844         * lib/unistr/u8-uctomb-aux.c: Likewise.
1845         * lib/unistr/u8-uctomb.c: Likewise.
1846         * lib/unitypes.h: Likewise.
1847         * lib/uniwidth.h: Likewise.
1848         * lib/uniwidth/cjk.h: Likewise.
1849         * lib/uniwidth/u16-strwidth.c: Likewise.
1850         * lib/uniwidth/u16-width.c: Likewise.
1851         * lib/uniwidth/u32-strwidth.c: Likewise.
1852         * lib/uniwidth/u32-width.c: Likewise.
1853         * lib/uniwidth/u8-strwidth.c: Likewise.
1854         * lib/uniwidth/u8-width.c: Likewise.
1855         * lib/uniwidth/width.c: Likewise.
1856
1857 2007-10-07  Bruno Haible  <bruno@clisp.org>
1858
1859         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1860         The file is still under LGPL (see modules/inttypes).
1861
1862 2007-10-06  Bruno Haible  <bruno@clisp.org>
1863
1864         * modules/trunc (Dependencies): Add 'extensions'.
1865         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1866         Reported by Ben Pfaff <blp@gnu.org>.
1867
1868 2007-10-06  Bruno Haible  <bruno@clisp.org>
1869
1870         * modules/freopen-tests: New file.
1871         * tests/test-freopen.c: New file.
1872
1873         * modules/fopen-tests: New file.
1874         * tests/test-fopen.c: New file.
1875
1876         * modules/fopen: New file.
1877         * lib/fopen.c: New file.
1878         * m4/fopen.m4: New file.
1879         * modules/freopen: New file.
1880         * lib/freopen.c: New file.
1881         * m4/freopen.m4: New file.
1882         * lib/stdio.in.h (fopen, freopen): New declarations.
1883         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1884         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1885         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1886         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1887         * doc/functions/fopen.texi: Mention the 'fopen' module.
1888         * doc/functions/freopen.texi: Mention the 'freopen' module.
1889
1890 2007-10-06  Bruno Haible  <bruno@clisp.org>
1891
1892         * modules/open-tests: New file.
1893         * tests/test-open.c: New file.
1894
1895         * modules/open: New file.
1896         * lib/open.c: New file.
1897         * m4/open.m4: New file.
1898         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1899         lib/open.c does.
1900         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1901         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1902         macros.
1903         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1904         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1905         REPLACE_OPEN.
1906         * doc/functions/open.texi: Mention the 'open' module.
1907
1908 2007-10-04  Bruno Haible  <bruno@clisp.org>
1909
1910         * modules/ceill-tests: New file.
1911         * tests/test-ceill.c: New file.
1912
1913         * modules/ceill: New file.
1914         * lib/ceill.c: Replace entire file.
1915         * m4/ceill.m4: New file.
1916         * lib/math.in.h (ceill): Replace declaration.
1917         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1918         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1919         * doc/functions/ceill.texi: Mention the 'ceill' module.
1920         * modules/mathl (Files): Remove lib/ceill.c.
1921         (Depends-on): Add ceill.
1922
1923 2007-10-04  Bruno Haible  <bruno@clisp.org>
1924
1925         * modules/ceilf-tests: New file.
1926         * tests/test-ceilf.c: New file.
1927
1928         * modules/ceilf: New file.
1929         * lib/ceil.c: New file.
1930         * lib/ceilf.c: New file.
1931         * m4/ceilf.m4: New file.
1932         * lib/math.in.h (ceilf): New declaration.
1933         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1934         HAVE_DECL_CEILF.
1935         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1936         HAVE_DECL_CEILF.
1937         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1938
1939 2007-10-04  Bruno Haible  <bruno@clisp.org>
1940
1941         * modules/floorl-tests: New file.
1942         * tests/test-floorl.c: New file.
1943
1944         * modules/floorl: New file.
1945         * lib/floorl.c: Replace entire file.
1946         * m4/floorl.m4: New file.
1947         * lib/math.in.h (floorl): Replace declaration.
1948         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1949         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1950         * doc/functions/floorl.texi: Mention the 'floorl' module.
1951         * modules/mathl (Files): Remove lib/floorl.c.
1952         (Depends-on): Add floorl.
1953
1954 2007-10-04  Bruno Haible  <bruno@clisp.org>
1955
1956         * modules/floorf-tests: New file.
1957         * tests/test-floorf.c: New file.
1958
1959         * modules/floorf: New file.
1960         * lib/floor.c: New file.
1961         * lib/floorf.c: New file.
1962         * m4/floorf.m4: New file.
1963         * lib/math.in.h (floorf): New declaration.
1964         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1965         HAVE_DECL_FLOORF.
1966         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1967         HAVE_DECL_FLOORF.
1968         * doc/functions/floorf.texi: Mention the 'floorf' module.
1969
1970 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1971             Bruno Haible  <bruno@clisp.org>
1972
1973         Advertise for the Git server instead of the CVS server.
1974         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1975         repository instead of the CVS one.
1976         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1977         about all VCS systems generically.
1978         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1979
1980 2007-10-04  Bruno Haible  <bruno@clisp.org>
1981
1982         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1983         means.
1984         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1985
1986 2007-10-04  Bruno Haible  <bruno@clisp.org>
1987
1988         * modules/truncl-tests: New file.
1989         * tests/test-truncl.c: New file.
1990
1991         * modules/truncl: New file.
1992         * lib/truncl.c: New file.
1993         * m4/truncl.m4: New file.
1994         * lib/math.in.h (truncl): New declaration.
1995         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1996         HAVE_DECL_TRUNCL.
1997         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1998         HAVE_DECL_TRUNCL.
1999         * doc/functions/truncl.texi: Mention the 'truncl' module.
2000
2001 2007-10-04  Bruno Haible  <bruno@clisp.org>
2002
2003         * modules/truncf-tests: New file.
2004         * tests/test-truncf.c: New file.
2005
2006         * modules/truncf: New file.
2007         * lib/trunc.c: Make paramerizable through USE_* macros.
2008         * lib/truncf.c: New file.
2009         * m4/truncf.m4: New file.
2010         * lib/math.in.h (truncf): New declaration.
2011         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
2012         HAVE_DECL_TRUNCF.
2013         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
2014         HAVE_DECL_TRUNCF.
2015         * doc/functions/truncf.texi: Mention the 'truncf' module.
2016
2017 2007-10-03  Bruno Haible  <bruno@clisp.org>
2018
2019         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
2020         augmentation also for tests modules.
2021         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
2022         * modules/atexit-tests (Makefile.am): Likewise.
2023         * modules/binary-io-tests (Makefile.am): Likewise.
2024         * modules/c-strcase-tests (Makefile.am): Likewise.
2025         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
2026         * modules/canonicalize-tests (Makefile.am): Likewise.
2027         * modules/closein-tests (Makefile.am): Likewise.
2028         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2029         * modules/freadahead-tests (Makefile.am): Likewise.
2030         * modules/fseek-tests (Makefile.am): Likewise.
2031         * modules/fseeko-tests (Makefile.am): Likewise.
2032         * modules/ftell-tests (Makefile.am): Likewise.
2033         * modules/ftello-tests (Makefile.am): Likewise.
2034         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
2035         * modules/isnanl-tests (Makefile.am): Likewise.
2036         * modules/lseek-tests (Makefile.am): Likewise.
2037         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2038         * modules/mbscasestr-tests (Makefile.am): Likewise.
2039         * modules/mbschr-tests (Makefile.am): Likewise.
2040         * modules/mbscspn-tests (Makefile.am): Likewise.
2041         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2042         * modules/mbspbrk-tests (Makefile.am): Likewise.
2043         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2044         * modules/mbsrchr-tests (Makefile.am): Likewise.
2045         * modules/mbsspn-tests (Makefile.am): Likewise.
2046         * modules/mbsstr-tests (Makefile.am): Likewise.
2047         * modules/printf-posix-tests (Makefile.am): Likewise.
2048         * modules/snprintf-posix-tests (Makefile.am): Likewise.
2049         * modules/sprintf-posix-tests (Makefile.am): Likewise.
2050         * modules/tsearch-tests (Makefile.am): Likewise.
2051         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2052         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2053         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2054         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2055         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2056         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2057         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2058         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2059         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
2060         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
2061         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2062         * modules/xstrtol-tests (Makefile.am): Likewise.
2063         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2064         * modules/yesno-tests (Makefile.am): Likewise.
2065
2066 2007-10-03  Bruno Haible  <bruno@clisp.org>
2067
2068         * modules/trunc-tests: New file.
2069         * tests/test-trunc.c: New file.
2070
2071         * modules/trunc: New file.
2072         * lib/trunc.c: New file.
2073         * m4/trunc.m4: New file.
2074         * lib/math.in.h (trunc): New declaration.
2075         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
2076         HAVE_DECL_TRUNC.
2077         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
2078         HAVE_DECL_TRUNC.
2079         * doc/functions/trunc.texi: Mention the 'trunc' module.
2080
2081 2007-10-03  Bruno Haible  <bruno@clisp.org>
2082
2083         * tests/test-fpending.c: New file, mostly copied
2084         from coreutils/lib/t-fpending.c.
2085         * modules/fpending-tests: New file.
2086
2087 2007-10-03  Bruno Haible  <bruno@clisp.org>
2088
2089         Port the stdio extensions to QNX (untested).
2090         * lib/fseterr.c (fseterr): Add support for QNX.
2091         * lib/fbufmode.c (fbufmode): Likewise.
2092         * lib/freadable.c (freadable): Likewise.
2093         * lib/fwritable.c (fwritable): Likewise.
2094         * lib/freading.c (freading): Likewise.
2095         * lib/fwriting.c (fwriting): Likewise.
2096         * lib/freadahead.c (freadahed): Likewise.
2097         * lib/fpurge.c (fpurge): Likewise.
2098         * lib/fseeko.c (rpl_fseeko): Likewise.
2099
2100 2007-10-03  Bruno Haible  <bruno@clisp.org>
2101             Jim Meyering  <jim@meyering.net>
2102             Eric Blake  <ebb9@byu.net>
2103
2104         * doc/relocatable.texi: Use @command instead of @program.
2105
2106 2007-10-02  Jim Meyering  <jim@meyering.net>
2107
2108         Perform one more "_.h" -> ".in.h" substitution.
2109         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
2110         instead of unistd_.h here, too.
2111
2112 2007-10-01  Bruno Haible  <bruno@clisp.org>
2113
2114         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
2115         Needed for the alloca-opt module.
2116
2117 2007-09-30  Bruno Haible  <bruno@clisp.org>
2118
2119         * lib/alloca.in.h: Renamed from lib/alloca_.h.
2120         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
2121         alloca_.h.
2122         * lib/argz.in.h: Renamed from lib/argz_.h.
2123         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
2124         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
2125         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
2126         byteswap_.h.
2127         * lib/dirent.in.h: Renamed from lib/dirent_.h.
2128         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
2129         dirent_.h.
2130         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
2131         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
2132         fcntl_.h.
2133         * lib/float.in.h: Renamed from lib/float_.h.
2134         * modules/float (Files, Makefile.am): Use float.in.h instead of
2135         float_.h.
2136         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
2137         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
2138         fnmatch_.h.
2139         * lib/getopt.in.h: Renamed from lib/getopt_.h.
2140         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
2141         getopt_.h.
2142         * lib/glob.in.h: Renamed from lib/glob_.h.
2143         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
2144         * lib/iconv.in.h: Renamed from lib/iconv_.h.
2145         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
2146         iconv_.h.
2147         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
2148         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
2149         inttypes_.h.
2150         * lib/locale.in.h: Renamed from lib/locale_.h.
2151         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
2152         locale_.h.
2153         * lib/math.in.h: Renamed from lib/math_.h.
2154         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
2155         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
2156         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
2157         of netinet_in_.h. Add dependency.
2158         * lib/poll.in.h: Renamed from lib/poll_.h.
2159         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
2160         * lib/search.in.h: Renamed from lib/search_.h.
2161         * modules/search (Files, Makefile.am): Use search.in.h instead of
2162         search_.h.
2163         * lib/signal.in.h: Renamed from lib/signal_.h.
2164         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
2165         _signal.h.
2166         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
2167         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
2168         stdbool_.h.
2169         * lib/stdint.in.h: Renamed from lib/stdint_.h.
2170         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
2171         stdint_.h.
2172         * lib/stdio.in.h: Renamed from lib/stdio_.h.
2173         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
2174         stdio_.h.
2175         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
2176         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
2177         stdlib_.h.
2178         * lib/string.in.h: Renamed from lib/string_.h.
2179         * modules/string (Files, Makefile.am): Use string.in.h instead of
2180         string_.h.
2181         * doc/gnulib-tool.texi (Initial import): Update.
2182         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
2183         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
2184         of sys_select_.h. Add dependency.
2185         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
2186         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
2187         of sys_socket_.h.
2188         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
2189         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
2190         sys_stat_.h.
2191         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
2192         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
2193         sys_time_.h.
2194         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
2195         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
2196         sysexits_.h.
2197         * lib/time.in.h: Renamed from lib/time_.h.
2198         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
2199         * lib/unistd.in.h: Renamed from lib/unistd_.h.
2200         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
2201         unistd_.h.
2202         * lib/wchar.in.h: Renamed from lib/wchar_.h.
2203         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
2204         wchar_.h.
2205         * lib/wctype.in.h: Renamed from lib/wctype_.h.
2206         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
2207         wctype_.h.
2208         * build-aux/bootstrap (slurp): Update.
2209         * lib/.cppi-disable: Update.
2210
2211 2007-09-30  Bruno Haible  <bruno@clisp.org>
2212
2213         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
2214         Needed on BeOS.
2215
2216 2007-09-30  Bruno Haible  <bruno@clisp.org>
2217
2218         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
2219
2220 2007-09-29  Bruno Haible  <bruno@clisp.org>
2221
2222         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
2223
2224 2007-09-29  Bruno Haible  <bruno@clisp.org>
2225
2226         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
2227         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
2228         * build-aux/install-reloc: Compile also areadlink.c.
2229         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
2230
2231 2007-09-29  Bruno Haible  <bruno@clisp.org>
2232
2233         * gnulib-tool (func_emit_initmacro_done): Indentation.
2234
2235 2007-09-29  Bruno Haible  <bruno@clisp.org>
2236
2237         * README: Add CVS checkout update instructions.
2238         Info from Bob Proulx <bob@proulx.com>.
2239
2240 2007-09-28  Eric Blake  <ebb9@byu.net>
2241
2242         Provide move-if-change.
2243         * build-aux/move-if-change: New file, based on best practice
2244         rather than any canonical upstream location.
2245
2246 2007-09-28  Jim Meyering  <jim@meyering.net>
2247
2248         Fix canonicalize loop-detection corner case.
2249         Do not attempt to stat the symlink values stored via seen_triple.
2250         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
2251         on linux-2.6.18, (but not 2.6.22).
2252         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
2253         triple_compare.  The former compares dev,ino,filename, while the latter
2254         would actually stat dirname(filename) when dev and ino were equal.
2255         * lib/hash-triple.c: Install <string.h>.
2256         (STREQ): Define.
2257         (triple_compare_ino_str): New function.
2258         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
2259
2260 2007-09-28  Eric Blake  <ebb9@byu.net>
2261
2262         Enforce that AC_REPLACE_FUNCS files exist.
2263         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
2264         override check for typos.
2265
2266         Fix test-closein on Solaris 10.
2267         * tests/test-closein.c (main): Don't assume stdin can be inherited
2268         closed on all systems.
2269         * tests/test-closein.sh: Likewise.
2270         Reported by Piotr Tarnowski.
2271
2272 2007-09-28  Jim Meyering  <jim@meyering.net>
2273
2274         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
2275
2276 2007-09-27  Jim Meyering  <jim@meyering.net>
2277
2278         canonicalize: Avoid a false-positive cycle failure.
2279         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
2280         Sort.  Remove cycle-check.
2281         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
2282         not cycle-check.h.
2283         (seen_triple): New function.
2284         (canonicalize_filename_mode): Use it instead of cycle-check.
2285         * tests/test-canonicalize.c: Add a test for this bug.
2286         * tests/test-canonicalize.sh: Set up and run the test.
2287
2288         New module, file-set, from coreutils.
2289         * modules/file-set: Define it.
2290         * lib/file-set.c, lib/file-set.h: Implement.
2291
2292         New module, hash-triple, from coreutils.
2293         * modules/hash-triple: Define it.
2294         * lib/hash-triple.c, lib/hash-triple.h: Implement.
2295
2296 2007-09-25  Eric Blake  <ebb9@byu.net>
2297
2298         Fix strerror on Interix.
2299         * lib/string_.h (strerror): Declare replacement.
2300         * doc/functions/strerror.texi (strerror): Document the Interix
2301         shortcoming.
2302         * modules/string (Makefile.am): Support new hooks.
2303         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
2304         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
2305         gl_FUNC_STRERROR_SEPARATE.
2306         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
2307         * lib/strerror.c (rpl_strerror): Provide replacement.
2308         * modules/strerror (Depends-on): Add string.
2309         (configure.ac): Detect use of module.
2310         * tests/test-strerror.c: New file.
2311         * modules/strerror-tests: New test module.
2312         * modules/argp (Depends-on): Add strerror.
2313         * modules/error (Depends-on): Likewise.
2314         Reported by Martin Koeppe.
2315
2316 2007-09-24  Bruno Haible  <bruno@clisp.org>
2317
2318         * README: Update git instructions.
2319
2320 2007-09-24  Eric Blake  <ebb9@byu.net>
2321
2322         Revert fpending breakage from 2007-09-08.
2323         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
2324         __fpending.c.
2325
2326 2007-09-24  Jim Meyering  <jim@meyering.net>
2327
2328         filenamecat.c: Add a test.
2329         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
2330         showing how the function works when DIR is the empty string.
2331
2332 2007-09-21  Simon Josefsson  <simon@josefsson.org>
2333
2334         * tests/test-canonicalize.sh: Turn on executable bit.
2335
2336 2007-09-19  Eric Blake  <ebb9@byu.net>
2337
2338         * README: Update CVS instructions.
2339
2340 2007-09-18  Bruno Haible  <bruno@clisp.org>
2341
2342         * modules/areadlink: New file.
2343         * lib/areadlink.h (areadlink): New declaration.
2344         * lib/areadlink.c: New file, based on lib/xreadlink.c.
2345
2346 2007-09-17  Jim Meyering  <jim@meyering.net>
2347
2348         * lib/savewd.c (ESTALE) [!defined]: Define.
2349         Reported to be required on Interix by Martin Koeppe.
2350
2351 2007-09-17  Bruno Haible  <bruno@clisp.org>
2352
2353         * gnulib-tool (func_version): Use $version.
2354
2355 2007-09-16  Bruno Haible  <bruno@clisp.org>
2356
2357         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
2358         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
2359         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
2360         Reported by Greg Schafer <gschafer@zip.com.au>.
2361
2362 2007-09-15  Bruno Haible  <bruno@clisp.org>
2363
2364         * gnulib-tool (sed): Try a little harder to make bash understand the
2365         alias.
2366         Reported by Bruce Korb <bruce.korb@gmail.com>.
2367
2368 2007-09-13  Eric Blake  <ebb9@byu.net>
2369
2370         * ChangeLog: Remove conflict markers.
2371
2372 2007-09-13  Simon Josefsson  <simon@josefsson.org>
2373
2374         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
2375         Reported by Bruno Haible <bruno@clisp.org>.
2376
2377 2007-09-12  Bruno Haible  <bruno@clisp.org>
2378
2379         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
2380         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
2381         is not defined.
2382
2383 2007-09-12  Eric Blake  <ebb9@byu.net>
2384
2385         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2386         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
2387         Autoconf definition.
2388         * modules/euidaccess (Depends-on): Add extensions, for
2389         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
2390         * modules/fnmatch (Depends-on): Likewise.
2391         * modules/getaddrinfo (Depends-on): Likewise.
2392         * modules/getdelim (Depends-on): Likewise.
2393         * modules/getline (Depends-on): Likewise.
2394         * modules/getsubopt (Depends-on): Likewise.
2395         * modules/gettext (Depends-on): Likewise.
2396         * modules/group-member (Depends-on): Likewise.
2397         * modules/mbchar (Depends-on): Likewise.
2398         * modules/memmem (Depends-on): Likewise.
2399         * modules/mempcpy (Depends-on): Likewise.
2400         * modules/memrchr (Depends-on): Likewise.
2401         * modules/pagealign_alloc (Depends-on): Likewise.
2402         * modules/readutmp (Depends-on): Likewise.
2403         * modules/stpcpy (Depends-on): Likewise.
2404         * modules/stpncpy (Depends-on): Likewise.
2405         * modules/strchrnul (Depends-on): Likewise.
2406         * modules/strndup (Depends-on): Likewise.
2407         * modules/strsep (Depends-on): Likewise.
2408         * modules/strverscmp (Depends-on): Likewise.
2409         * modules/vasprintf (Depends-on): Likewise.
2410         * modules/wcwidth (Depends-on): Likewise.
2411         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
2412         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
2413         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
2414         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
2415         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2416         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2417         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
2418         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2419         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
2420         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2421         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2422         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2423         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2424         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2425         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
2426         * m4/readutmp.m4 (gl_READUTMP): Likewise.
2427         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2428         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2429         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2430         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2431         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2432         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2433         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2434         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
2435         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
2436         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2437         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
2438         so that lock.m4 can be used in gettext without extensions module.
2439
2440 2007-09-11  Bruno Haible  <bruno@clisp.org>
2441
2442         * m4/isc-posix.m4: Remove file.
2443         Suggested by Eric Blake.
2444
2445 2007-09-11  Eric Blake  <ebb9@byu.net>
2446
2447         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
2448
2449 2007-09-10  Bruno Haible  <bruno@clisp.org>
2450
2451         * posix-modules: Fix typo in error message.
2452         Reported by Matt <mkraai@beckman.com>.
2453
2454 2007-09-09  Bruno Haible  <bruno@clisp.org>
2455
2456         * doc/functions/getdelim.texi: Update list of platforms lacking the
2457         function.
2458         * doc/functions/getline.texi: Likewise.
2459
2460 2007-09-09  Jim Meyering  <jim@meyering.net>
2461
2462         * lib/hash.c (hash_initialize): Detect calloc failure.
2463         Reported by Bruno Haible.
2464
2465 2007-09-09  Bruno Haible  <bruno@clisp.org>
2466
2467         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
2468         malloc or realloc fails.
2469
2470 2007-09-09  Bruno Haible  <bruno@clisp.org>
2471
2472         * modules/getcwd (Depends-on): Add malloc-posix.
2473         * modules/glob (Depends-on): Likewise.
2474         * modules/putenv (Depends-on): Likewise.
2475         * modules/strdup (Depends-on): Likewise.
2476         * modules/getdelim (Depends-on): Add realloc-posix.
2477         * modules/read-file (Depends-on): Likewise.
2478
2479 2007-09-09  Bruno Haible  <bruno@clisp.org>
2480
2481         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
2482         (gl_FUNC_MALLOC_POSIX): Require it.
2483         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
2484         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
2485         * modules/realloc (Files): Add m4/malloc.m4.
2486         * modules/calloc (Files): Likewise.
2487
2488 2007-09-09  Bruno Haible  <bruno@clisp.org>
2489
2490         * modules/malloc-posix: New file.
2491         * modules/malloc (Depends-on): Add malloc-posix.
2492         * lib/malloc.c: Include errno.h.
2493         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
2494         and a POSIX-compatible malloc into a single function. Set ENOMEM
2495         when returning NULL.
2496         * m4/malloc.m4: New file.
2497         * doc/functions/malloc.texi: Mention the malloc-posix module.
2498         * lib/stdlib_.h (malloc): New declaration.
2499         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2500         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
2501         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
2502         and HAVE_MALLOC_POSIX.
2503
2504 2007-09-09  Bruno Haible  <bruno@clisp.org>
2505
2506         * modules/realloc-posix: New file.
2507         * modules/realloc (Depends-on): Add realloc-posix.
2508         * lib/realloc.c: Include errno.h.
2509         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
2510         and a POSIX-compatible realloc into a single function. Set ENOMEM
2511         when returning NULL.
2512         * m4/realloc.m4: New file.
2513         * doc/functions/realloc.texi: Mention the realloc-posix module.
2514         * lib/stdlib_.h (realloc): New declaration.
2515         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2516         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
2517         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
2518         and HAVE_REALLOC_POSIX.
2519
2520 2007-09-09  Bruno Haible  <bruno@clisp.org>
2521
2522         * modules/calloc-posix: New file.
2523         * modules/calloc (Depends-on): Add calloc-posix.
2524         * lib/calloc.c: Include errno.h.
2525         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
2526         and a POSIX-compatible calloc into a single function. Set ENOMEM
2527         when returning NULL.
2528         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
2529         * doc/functions/calloc.texi: Mention the calloc-posix module.
2530         * lib/stdlib_.h (calloc): New declaration.
2531         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2532         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
2533         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
2534         and HAVE_CALLOC_POSIX.
2535
2536 2007-09-09  Bruno Haible  <bruno@clisp.org>
2537
2538         Allow for modules to show an arbitrary notice.
2539         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
2540         * gnulib-tool: New option --extract-notice.
2541         (func_usage): Document it.
2542         (sed_extract_prog): Update.
2543         (func_get_notice): New function.
2544         (func_modules_notice): New function.
2545         (func_import, func_create_testdir): Invoke it.
2546         Suggested by Jim Meyering.
2547
2548 2007-09-09  Bruno Haible  <bruno@clisp.org>
2549
2550         * gnulib-tool: New options --verbose, --quiet.
2551         (func_usage): Document them.
2552         (verbose): New variable.
2553         (func_execute_command): New function.
2554         (func_import): Don't show the module list and the file list if
2555         $verbose < 0.
2556         (func_create_testdir): Likewise. Use func_execute_command.
2557         (func_create_megatestdir): Use func_execute_command.
2558
2559 2007-09-08  Bruno Haible  <bruno@clisp.org>
2560
2561         * gnulib-tool (func_import): Prefer rsync over wget when available,
2562         for fetching the PO files.
2563
2564 2007-09-08  Bruno Haible  <bruno@clisp.org>
2565
2566         * posix-modules: New file. Portions copied from gnulib-tool.
2567         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
2568
2569 2007-09-08  Jim Meyering  <jim@meyering.net>
2570
2571         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
2572         * lib/fpending.h: Rename from __fpending.h.
2573         * lib/fpending.c: Rename from __fpending.c.
2574         Include "fpending.h", not "__fpending.h".
2575         * lib/__fpending.h, lib/__fpending.c: Remove files.
2576         * modules/fpending (Files): Reflect new file names.
2577         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2578
2579 2007-09-08  Bruno Haible  <bruno@clisp.org>
2580
2581         * m4/inttypes-h.m4: Remove stub file.
2582
2583 2007-09-07  Simon Josefsson  <simon@josefsson.org>
2584
2585         * doc/headers/stdint.texi: Discuss #include_next issue.
2586
2587 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2588
2589         * build-aux/bootstrap: Remove obsolete comment about wget --help.
2590
2591 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2592
2593         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
2594         in variable name.
2595
2596 2007-09-03  Jim Meyering  <jim@meyering.net>
2597
2598         New module: git-version-gen.
2599         * modules/git-version-gen: New file.
2600
2601         Import changes from coreutils for bootstrap script.
2602
2603         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
2604
2605         bootstrap: uses rsync to download the .po files
2606         * build-aux/bootstrap (po_download_command_format): New global.
2607         (download_po_files): Use rsync.
2608         (update_po_files): Don't remove .po files after download,
2609         so future rsync runs can take advantage of the copies.
2610
2611         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
2612
2613         Solve the unnecessary-.po-file-regeneration problem once and for all.
2614         * build-aux/bootstrap (download_po_files): New function, renamed from
2615         get_translations.  Now, downloads, but doesn't update LINGUAS.
2616         (update_po_files): New function.
2617
2618         bootstrap: Ignore more.
2619         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
2620         uniwidth to e.g., lib/.gitignore.
2621         (slurp): Handle the sys_stat_.h -> sys mapping, too.
2622
2623         * build-aux/bootstrap: New setting: vc_ignore.
2624         (insert_sorted_if_absent): Create $file if absent.
2625         Adapt to new, possibly empty, list: $vc_ignore.
2626
2627         bootstrap: generate more ignorable names
2628         * build-aux/bootstrap (slurp): When generating ignorable names,
2629         also map .sin to .sed, .gperf to .c, and .y to .c.
2630
2631 2007-09-03  Jim Meyering  <jim@meyering.net>
2632
2633         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2634         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2635
2636 2007-09-02  Bruno Haible  <bruno@clisp.org>
2637
2638         Fix mis-recognition of 'mcs' on QNX 6.
2639         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2640         output contains the string "Mono".
2641         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2642         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2643
2644 2007-09-01  Bruno Haible  <bruno@clisp.org>
2645
2646         Fix collision between uniwidth/* and linebreak modules.
2647         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2648         u32_width): Remove declarations.
2649         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2650         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2651         streq3, streq2, streq1, streq0): Remove functions.
2652         (STREQ): Remove macro.
2653         (is_cjk_encoding): Remove function.
2654         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2655         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2656         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2657         * NEWS: Document the change.
2658
2659 2007-09-01  Bruno Haible  <bruno@clisp.org>
2660
2661         * lib/streq.h: Add double-inclusion guard.
2662
2663 2007-09-01  Karl Berry  <karl@gnu.org>
2664
2665         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2666
2667 2007-08-28  Jim Meyering  <jim@meyering.net>
2668
2669         Rename mreadlink_with_size to areadlink_with_size.
2670         * NEWS: Document the change.
2671         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2672         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2673         * lib/mreadlink.h: Rename this to...
2674         * lib/areadlink.h: ...this.
2675         * modules/mreadlink-with-size: Rename this to...
2676         * modules/areadlink-with-size: ...this.
2677         * lib/canonicalize.c: Reflect the renaming.
2678         * modules/canonicalize: Likewise.
2679
2680 2007-08-26  Bruno Haible  <bruno@clisp.org>
2681
2682         * gnulib-tool (func_import): When deciding which files to remove,
2683         consider also dangling symbolic links.
2684         Reported by Eric Blake.
2685
2686 2007-08-26  Bruno Haible  <bruno@clisp.org>
2687
2688         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2689
2690 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2691
2692         * lib/readline.c: Don't include getline.h, the prototype is now
2693         found in stdio.h.
2694
2695 2007-08-23  Jim Meyering  <jim@meyering.net>
2696
2697         Getdelim touchup.
2698         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2699         around the funlockfile call, since funlockfile never sets errno.
2700         Don't set errno upon failed realloc.
2701
2702 2007-08-22  Eric Blake  <ebb9@byu.net>
2703
2704         Getline touchups.
2705         * lib/getdelim.c (getdelim): Revert regression that required *n to
2706         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2707         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2708         getdelim, rather than whether implementation is missing.
2709         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2710         * lib/stdio_.h (getline): Also declare if replacement is
2711         required.
2712         * doc/functions/getdelim.texi: New file.
2713         * doc/functions/getline.texi: Likewise.
2714         * doc/gnulib.texi (Function Substitutes): Add new files.
2715         Reported by Bruno Haible.
2716
2717 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2718
2719         * users.txt: Add Guile.
2720
2721 2007-08-22  Eric Blake  <ebb9@byu.net>
2722
2723         * tests/test-getdelim.c (main): Use remove, not unlink.
2724         * tests/test-getline.c (main): Likewise.
2725
2726         Move getline and getdelim into stdio.h, per POSIX 200x.
2727         * modules/getline (Files): Remove getline.h.
2728         (Depends-on): Add stdio.
2729         (configure.ac): Add module indicator.
2730         * modules/getdelim (Files): Remove getdelim.h.
2731         (Depends-on): Add stdio.
2732         (configure.ac): Add module indicator.
2733         * modules/stdio (Makefile.am): Work with new indicators.
2734         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2735         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2736         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2737         * lib/getdelim.h: Delete.
2738         * lib/getline.h: Delete.
2739         * lib/stdio_.h (getdelim, getline): Declare.
2740         * modules/getdelim-tests: New module.
2741         * modules/getline-tests: Likewise.
2742         * tests/test-getdelim.c: New file.
2743         * tests/test-getline.c: Likewise.
2744         * NEWS: Document the change.
2745         * lib/getline.c: Update choice of header.
2746         * lib/csharpcomp.c: Likewise.
2747         * lib/getpass.c: Likewise.
2748         * lib/javacomp.c: Likewise.
2749         * lib/javaversion.c: Likewise.
2750         * lib/yesno.c: Likewise.
2751         * lib/getdelim.c: Likewise.
2752         (getdelim): Set errno on failure, and avoid memory leak.
2753
2754 2007-08-19  Bruno Haible  <bruno@clisp.org>
2755
2756         * modules/closein (Depends-on): Add freadahead.
2757         * lib/closein.c: Include freadahead.h.
2758         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2759         is zero.
2760
2761 2007-08-19  Bruno Haible  <bruno@clisp.org>
2762
2763         * modules/freadahead-tests: New file.
2764         * tests/test-freadahead.sh: New file.
2765         * tests/test-freadahead.c: New file.
2766
2767         * modules/freadahead: New file.
2768         * lib/freadahead.h: New file.
2769         * lib/freadahead.c: New file.
2770         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2771         fbufmode, fpurge, freadable, fwritable.
2772
2773 2007-08-19  Eric Blake  <ebb9@byu.net>
2774
2775         Test yesno in combination with closein.
2776         * lib/yesno.c (yesno): Document use of stdin.
2777         * modules/yesno-tests (Files): New module.
2778         * tests/test-yesno.c (main): New file.
2779         * tests/test-yesno.sh: Likewise.
2780
2781 2007-08-19  Bruno Haible  <bruno@clisp.org>
2782
2783         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2784         * lib/fseeko.c (rpl_fseeko): Likewise.
2785         * lib/fseterr.c (fseterr): Likewise.
2786
2787 2007-08-19  Bruno Haible  <bruno@clisp.org>
2788
2789         * tests/test-lseek.c (main): Disable a test for BeOS.
2790         * doc/functions/lseek.texi: Document the BeOS bug.
2791
2792 2007-08-19  Bruno Haible  <bruno@clisp.org>
2793             Eric Blake  <ebb9@byu.net>
2794
2795         * lib/lseek.c: Include <sys/stat.h>.
2796         (rpl_lseek): Add workaround code also for Unix platforms.
2797         Needed for BeOS.
2798         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2799         * doc/functions/lseek.texi: Document BeOS definiency.
2800
2801 2007-08-18  Bruno Haible  <bruno@clisp.org>
2802
2803         * modules/fstrcmp-tests: New file.
2804         * tests/test-fstrcmp.c: New file.
2805
2806 2007-08-18  Bruno Haible  <bruno@clisp.org>
2807
2808         * modules/fstrcmp: New file, from GNU gettext with modifications.
2809         * lib/fstrcmp.h: New file, from GNU gettext.
2810         * lib/fstrcmp.c: New file, from GNU gettext.
2811         * MODULES.html.sh (String handling): Add fstrcmp.
2812
2813 2007-08-18  Bruno Haible  <bruno@clisp.org>
2814
2815         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2816         'bool'.
2817         (diag, compareseq): Remove const from the ctxt argument.
2818         (USE_HEURISTIC): Undefine at the end.
2819
2820 2007-08-18  Jim Meyering  <jim@meyering.net>
2821
2822         New file: lib/idcache.h
2823         * NEWS: Mention the addition.
2824         * modules/idcache (Files): Add lib/idcache.h
2825         * lib/idcache.c: Include "idcache.h".
2826         Don't include <sys/types.h>.
2827         Add a FIXME comment.
2828         Move file-scoped "static" declarations to the top.
2829         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2830
2831 2007-08-17  Bruno Haible  <bruno@clisp.org>
2832         and Paul Eggert  <eggert@cs.ucla.edu>
2833
2834         * MODULES.html.sh: Add diffseq.
2835         * modules/diffseq: New file.
2836         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2837         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2838
2839 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2840
2841         Import changes from coreutils for bootstrap script.
2842
2843         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2844
2845         * build-aux/bootstrap (slurp): Work even in environments where
2846         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2847         current code does not slurp files whose names start with ".", and
2848         this looks like it might be a troublesome area.
2849
2850         2007-07-11  Jim Meyering  <jim@meyering.net>
2851
2852         If there's a GPL vN copyright comment, require that N == 3.
2853
2854         2007-07-08  Jim Meyering  <jim@meyering.net>
2855
2856         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2857         * build-aux/bootstrap (mam_template): Move definition out of loop.
2858
2859         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2860
2861         * build-aux/bootstrap (symlink_to_dir): Rename function from
2862         symlink_to_gnulib.  Add a directory parameter.  Update all
2863         callers.
2864         (cp_mark_as_generated): Also check for -- and link to -- files in
2865         gl/.
2866
2867         2007-07-08  Jim Meyering  <jim@meyering.net>
2868
2869         Adapt to deeper hierarchy in gnulib.
2870         * build-aux/bootstrap (symlink_to_dir): If the destination
2871         directory doesn't exist, create it. This is required at least for
2872         "lib/uniwidth/cjk.h".
2873
2874         2007-05-15  Jim Meyering  <jim@meyering.net>
2875
2876         * build-aux/bootstrap: Now that generated Makefile.am files
2877         are no longer under version control, they must be created at
2878         bootstrap time.
2879
2880 2007-08-14  Ben Pfaff  <blp@gnu.org>
2881
2882         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2883
2884 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2885
2886         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2887         given the changes below.
2888         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2889         even on hosts that have padding bits beyond the supported 64.
2890
2891 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2892
2893         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2894         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2895         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2896         depends on it.
2897         (xstrtol_error): Remove.
2898         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2899         but with a different signature.
2900         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2901         * lib/xstrtol-error.c: Include exitfail.h.
2902         (xstrtol_fatal): New function, with a different signature from the
2903         old xstrtol_error, so that the caller need not worry about passing
2904         in an exit status, or about storage management of the option argument.
2905         (xstrtol_error): Now a static function.  Redo signature to
2906         implement xstrtol_fatal.  Output the correct number of hyphens in
2907         front of the option so that the caller need not worry about
2908         storage management.
2909         (N_): New macro.
2910         (_): Remove; not used now.
2911         * modules/xstrtol: Depend on getopt.
2912         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2913         of old STRTOL_FATAL_ERROR macro.
2914         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2915         of test program.
2916         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2917         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2918
2919 2007-08-08  Eric Blake  <ebb9@byu.net>
2920
2921         * lib/xstrtol-error.c: Add missing include.
2922
2923         Move xstrtol messages into gnulib domain, when --pobase is used.
2924         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2925         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2926         * modules/xstrtol (Files): Distribute new file.
2927         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2928         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2929         * tests/test-xstrtol.c: ...into new file.
2930         * tests/test-xstrtoul.c: Also test xstrtoul.
2931         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2932         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2933         * tests/test-xstrtol.sh: Drive the tests.
2934         * tests/test-xstrtoimax.sh: Likewise.
2935         * tests/test-xstrtoumax.sh: Likewise.
2936         * modules/xstrtol-tests: New module.
2937         * modules/xstrtoimax-tests: Likewise.
2938         * modules/xstrtoumax-tests: Likewise.
2939
2940 2007-08-08  Jim Meyering  <jim@meyering.net>
2941
2942         New function: mfile_name_concat.
2943         * lib/filenamecat.c (mfile_name_concat): New function, just like
2944         file_name_concat, but return NULL upon failure rather than exiting
2945         with a diagnostic.
2946         * lib/filenamecat.h: Declare it.
2947
2948 2007-08-07  Bruno Haible  <bruno@clisp.org>
2949
2950         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2951         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2952         warning from gcc.
2953         Reported by Eric Blake.
2954
2955 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2956
2957         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2958         * modules/crypto/arcfour (License): Likewise.
2959         * modules/crypto/des-tests (License): Likewise.
2960         * modules/crypto/gc-arctwo-tests (License): Likewise.
2961         * modules/crypto/gc-des-tests (License): Likewise.
2962         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2963         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2964         * modules/crypto/gc-md2-tests (License): Likewise.
2965         * modules/crypto/gc-md4-tests (License): Likewise.
2966         * modules/crypto/gc-md5-tests (License): Likewise.
2967         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2968         * modules/crypto/gc-rijndael-tests (License): Likewise.
2969         * modules/crypto/gc-sha1-tests (License): Likewise.
2970         * modules/crypto/gc-tests (License): Likewise.
2971         * modules/crypto/hmac-md5 (License): Likewise.
2972         * modules/crypto/hmac-sha1 (License): Likewise.
2973         * modules/crypto/md2-tests (License): Likewise.
2974         * modules/crypto/md4-tests (License): Likewise.
2975         * modules/crypto/md5 (License): Likewise.
2976         * modules/crypto/rijndael (License): Likewise.
2977         * modules/crypto/sha1 (License): Likewise.
2978         * modules/memxor (License): Likewise.
2979
2980 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2981         and Bruno Haible  <bruno@clisp.org>
2982
2983         * NEWS: Describe interface changes to human, xstrtol.
2984         * lib/human.h: Include <xstrtol.h>.
2985         (human_options): Return enum strtol_error, not int.  Remove
2986         bool arg; take int * instead.
2987         * lib/human.c: Don't include "gettext.h".
2988         (_): Remove; no longer used.
2989         Don't include <xstrtol.h>, since human.h does it.
2990         (human_options): Adjust to abovementioned interface changes.
2991         Do not report error to stderr; that's now the caller's
2992         responsibility.
2993         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2994         interface change.
2995         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2996         Str, Argument_type_string.  All uses changed.  Put " argument"
2997         in diagnostics to make them clearer.  Change wording of suffix
2998         message for clarity.
2999         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
3000         Argument_type_string.
3001         (STRTOL_FATAL_WARN): Remove; no longer used.
3002         * modules/human (Depends-on): Remove gettext-h.
3003
3004 2007-08-06  Simon Josefsson  <simon@josefsson.org>
3005
3006         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
3007
3008 2007-07-31  Bruno Haible  <bruno@clisp.org>
3009
3010         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
3011         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
3012         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
3013
3014 2007-07-31  Bruno Haible  <bruno@clisp.org>
3015
3016         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
3017         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
3018
3019 2007-07-30  Bruno Haible  <bruno@clisp.org>
3020
3021         * modules/base64 (License): Use the synonymous term "LGPLv2+".
3022         * modules/c-ctype (License): Likewise.
3023         * modules/c-strcase (License): Likewise.
3024         * modules/check-version (License): Likewise.
3025         * modules/iconv (License): Likewise.
3026         * modules/iconv_open (License): Likewise.
3027         * modules/read-file (License): Likewise.
3028         * modules/striconv (License): Likewise.
3029         * modules/strverscmp (License): Likewise.
3030         * modules/vasprintf (License): Likewise.
3031         * modules/crypto/des (License): Likewise.
3032         * modules/crypto/gc (License): Likewise.
3033         * modules/crypto/gc-arcfour (License): Likewise.
3034         * modules/crypto/gc-arctwo (License): Likewise.
3035         * modules/crypto/gc-des (License): Likewise.
3036         * modules/crypto/gc-hmac-md5 (License): Likewise.
3037         * modules/crypto/gc-hmac-sha1 (License): Likewise.
3038         * modules/crypto/gc-md2 (License): Likewise.
3039         * modules/crypto/gc-md4 (License): Likewise.
3040         * modules/crypto/gc-md5 (License): Likewise.
3041         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
3042         * modules/crypto/gc-random (License): Likewise.
3043         * modules/crypto/gc-rijndael (License): Likewise.
3044         * modules/crypto/gc-sha1 (License): Likewise.
3045         * modules/crypto/md2 (License): Likewise.
3046         * modules/crypto/md4 (License): Likewise.
3047
3048 2007-07-30  Jim Meyering  <jim@meyering.net>
3049
3050         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
3051         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
3052         it has valid stat data.  This bug would cause du not to count the
3053         sizes of inaccessible directories.
3054         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
3055         in <http://bugzilla.redhat.com/250077>.
3056
3057 2007-07-25  Peter O'Gorman  <peter@pogma.com>
3058             Bruno Haible  <bruno@clisp.org>
3059
3060         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
3061         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
3062         #include_next, gives a diagnostic about it, but reports no error in
3063         the exit code.
3064         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
3065
3066 2007-07-24  Ben Pfaff  <blp@gnu.org>
3067
3068         Improve name: "count-one-bits" is better than "popcount".
3069         * MODULES.html.sh: Update name.
3070         * lib/popcount.h: Renamed lib/count-one-bits.h.
3071         (popcount): Renamed count_one_bits.
3072         (popcountl): Renamed count_one_bits_l.
3073         (popcountll): Renamed count_one_bits_ll.
3074         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
3075         * modules/popcount: Renamed module/count-one-bits.
3076         * modules/popcount-tests: Renamed module/count-one-bits-tests.
3077         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
3078
3079 2007-07-23  Ben Pfaff  <blp@gnu.org>
3080
3081         * lib/popcount.h (popcount32): Reduce size of constants, to allow
3082         better code generation, and add U to large constants to avoid
3083         warnings, in non-GCC case.
3084         Suggested by Bruno Haible.
3085
3086 2007-07-23  Ben Pfaff  <blp@gnu.org>
3087
3088         * lib/popcount.h: Use verify_true instead of if...abort.
3089         * modules/popcount: Depend on verify module.
3090         Suggested by Jim Meyering.
3091
3092 2007-07-23  Bruno Haible  <bruno@clisp.org>
3093
3094         * gnulib-tool (func_import): Create a .cvsignore file also when the
3095         directory is not yet in CVS but the toplevel directory is. When
3096         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
3097         Reported by Karl Berry.
3098
3099 2007-07-22  Ben Pfaff  <blp@gnu.org>
3100
3101         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
3102         case.
3103         Suggested by Eric Blake.
3104
3105 2007-07-22  Ben Pfaff  <blp@gnu.org>
3106
3107         New module: popcount.
3108         * MODULES.html.sh: Add popcount.
3109         * modules/popcount: New file.
3110         * modules/popcount-tests: New file.
3111         * tests/test-popcount.c: New file.
3112         * lib/popcount.h: New file.
3113         * m4/popcount.m4: New file.
3114
3115 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3116
3117         * build-aux/announce-gen: Update to GPLv3.
3118
3119         * build-aux/config.guess: Update from config.
3120
3121 2007-07-21  Bruno Haible  <bruno@clisp.org>
3122
3123         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
3124         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
3125
3126 2007-07-20  Jim Meyering  <jim@meyering.net>
3127
3128         * check-module: Diagnose a self-dependency.
3129
3130 2007-07-19  Bruno Haible  <bruno@clisp.org>
3131
3132         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
3133         empty.
3134         Reported by Eric Blake.
3135
3136 2007-07-18  Bruno Haible  <bruno@clisp.org>
3137
3138         * gnulib-tool: New options --po-base, --po-domain.
3139         (func_usage): Document them.
3140         (pobase, po_domain): New variables.
3141         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
3142         DEFAULT_TEXT_DOMAIN.
3143         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
3144         (func_import): Consider pobase and po_domain. Create a po/ directory.
3145         (func_create_testdir): Set pobase and po_domain to empty.
3146         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
3147         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
3148
3149 2007-07-18  Bruno Haible  <bruno@clisp.org>
3150
3151         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3152         EXTRA_DIST augmentation for files in build-aux/.
3153
3154 2007-07-16  Bruno Haible  <bruno@clisp.org>
3155
3156         * modules/lseek (License): Use the synonymous term "LGPLv2+".
3157         * modules/getdelim (License): Likewise.
3158
3159 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3160
3161         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
3162         * modules/d-type (License): Likewise.
3163         * modules/extensions (License): Likewise.
3164         * modules/fnmatch (License): Likewise.
3165         * modules/fseeko (License): Likewise.
3166         * modules/getaddrinfo (License): Likewise.
3167         * modules/getline (License): Likewise.
3168         * modules/getlogin_r (License): Likewise.
3169         * modules/getpass (License): Likewise.
3170         * modules/gettimeofday (License): Likewise.
3171         * modules/glob (License): Likewise.
3172         * modules/inet_ntop (License): Likewise.
3173         * modules/malloc (License): Likewise.
3174         * modules/malloca (License): Likewise.
3175         * modules/memmem (License): Likewise.
3176         * modules/mempcpy (License): Likewise.
3177         * modules/memset (License): Likewise.
3178         * modules/minmax (License): Likewise.
3179         * modules/mktime (License): Likewise.
3180         * modules/netinet_in (License): Likewise.
3181         * modules/pathmax (License): Likewise.
3182         * modules/poll (License): Likewise.
3183         * modules/regex (License): Likewise.
3184         * modules/snprintf (License): Likewise.
3185         * modules/stdbool (License): Likewise.
3186         * modules/stdint (License): Likewise.
3187         * modules/stdio (License): Likewise.
3188         * modules/strcase (License): Likewise.
3189         * modules/strcasestr (License): Likewise.
3190         * modules/strdup (License): Likewise.
3191         * modules/string (License): Likewise.
3192         * modules/strndup (License): Likewise.
3193         * modules/strnlen (License): Likewise.
3194         * modules/strpbrk (License): Likewise.
3195         * modules/strptime (License): Likewise.
3196         * modules/strsep (License): Likewise.
3197         * modules/sys_select (License): Likewise.
3198         * modules/sys_socket (License): Likewise.
3199         * modules/sys_stat (License): Likewise.
3200         * modules/sys_time (License): Likewise.
3201         * modules/time (License): Likewise.
3202         * modules/time_r (License): Likewise.
3203         * modules/timegm (License): Likewise.
3204         * modules/unistd (License): Likewise.
3205         * modules/vsnprintf (License): Likewise.
3206         * modules/wctype (License): Likewise.
3207
3208 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3209
3210         * modules/argz (License): LGPLv2+.
3211
3212 2007-07-15  Karl Berry  <karl@gnu.org>
3213
3214         * doc/gnulib.texi: revise node structure per new fdl.texi.
3215
3216 2007-07-14  Bruno Haible  <bruno@clisp.org>
3217
3218         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
3219         the output file.
3220         * lib/uniname/uninames.h: Regenerated.
3221
3222 2007-07-14  Karl Berry  <karl@gnu.org>
3223
3224         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
3225         omitting sectioning and index commands.
3226
3227 2007-07-13  Bruno Haible  <bruno@clisp.org>
3228
3229         New gnulib-tool option --more-symlinks.
3230         * gnulib-tool (func_usage): Document --more-symlinks.
3231         (do_copyrights): New variable.
3232         Recognize option --more-symlinks.
3233         (func_import): Don't add a copyright notice transform to
3234         sed_transform_lib_file if do_copyrights is empty.
3235
3236 2007-07-13  Bruno Haible  <bruno@clisp.org>
3237
3238         * lib/vasnprintf.c (decimal_point_char): Define also if
3239         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
3240         && !NEED_PRINTF_DIRECTIVE_A.
3241         Reported by Clemens Koller <clemens.koller@anagramm.de> via
3242         Gary V. Vaughan <gary@gnu.org>.
3243
3244 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
3245
3246         * lib/inttypes_.h: Undo previous change, since it was fixed
3247         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
3248
3249 2007-07-13  Bruno Haible  <bruno@clisp.org>
3250
3251         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
3252         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
3253
3254 2007-07-13  Jim Meyering  <jim@meyering.net>
3255
3256         df: Don't fail for Tru64's "file-on-file mount".
3257         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
3258         so we fall through and use statfs instead.  Details here:
3259         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
3260         Reported by Albert Chin.
3261
3262 2007-07-13  Bruno Haible  <bruno@clisp.org>
3263
3264         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
3265         * modules/configmake (License): Likewise.
3266         * modules/gettext (License): Likewise.
3267         * modules/gettext-h (License): Likewise.
3268         * modules/include_next (License): Likewise.
3269         * modules/link-warning (License): Likewise.
3270         * modules/localcharset (License): Likewise.
3271         * modules/localename (License): Likewise.
3272         * modules/lock (License): Likewise.
3273         * modules/relocatable-lib-lgpl (License): Likewise.
3274         * modules/size_max (License): Likewise.
3275         * modules/vasnprintf (License): Likewise.
3276         * modules/wchar (License): Likewise.
3277         * modules/xsize (License): Likewise.
3278
3279 2007-07-13  Bruno Haible  <bruno@clisp.org>
3280
3281         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
3282         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
3283
3284 2007-07-12  Bruno Haible  <bruno@clisp.org>
3285
3286         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
3287         in the modules files.
3288
3289 2007-07-11  Karl Berry  <karl@gnu.org>
3290
3291         * MODULES.html.sh (func_module): use
3292          sed -e '\|^'"${includefile}"'$|d'
3293          instead of /.../d, to avoid errors on $includefile's containing /.
3294
3295 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3296
3297         * gnulib-tool (func_import): Avoid duplication of --avoid
3298         statements
3299         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
3300         names to `_' in variable names.
3301
3302 2007-07-10  Eric Blake  <ebb9@byu.net>
3303
3304         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
3305         * NEWS: Document this change.
3306
3307 2007-07-08  Bruno Haible  <bruno@clisp.org>
3308
3309         Update to Unicode 5.0.
3310         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
3311         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
3312         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
3313         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
3314         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
3315         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
3316         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
3317         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
3318         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
3319         U+10A3F, U+1D242..U+1D244.
3320         (nonspacing_table_ind): Update.
3321         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
3322         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
3323
3324 2007-07-08  Bruno Haible  <bruno@clisp.org>
3325
3326         Update to Unicode 5.0.
3327         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
3328         code transform. Extend the name index field of unicode_name_to_code and
3329         unicode_code_to_name from 16 to 24 bits.
3330         * lib/uniname/uniname.c (unicode_character_name,
3331         unicode_name_character): Add the range 0x12xxx to the code transform.
3332         * lib/uniname/uninames.h: Regenerated.
3333         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
3334
3335 2007-07-07  Bruno Haible  <bruno@clisp.org>
3336
3337         * modules/wcwidth-tests: New file.
3338         * tests/test-wcwidth.c: New file.
3339
3340         Work around MacOS X wcwidth() bug.
3341         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
3342         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
3343         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
3344         original wcwidth in non-UTF-8 locales.
3345         * modules/wcwidth (Depends-on): Add localcharset, streq,
3346         uniwidth/width.
3347         * doc/functions/wcwidth.texi: Update.
3348
3349 2007-07-07  Bruno Haible  <bruno@clisp.org>
3350
3351         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
3352         (wcwidth): New declaration.
3353         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
3354         macros.
3355         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
3356         here. Prepare for creating <wchar.h> unconditionally.
3357         * modules/wchar (Depends-on): Add link-warning.
3358         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
3359         REPLACE_WCWIDTH, and GL_LINK_WARNING.
3360         * lib/wcwidth.h: Remove file.
3361         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
3362         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
3363         * modules/wcwidth (Files): Remove lib/wcwidth.h.
3364         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
3365         (Include): Replace wcwidth.h with <wchar.h>.
3366         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
3367         * lib/mbchar.h: Don't include wcwidth.h.
3368         * lib/mbswidth.c: Likewise.
3369         * NEWS: Mention the change.
3370
3371 2007-07-07  Bruno Haible  <bruno@clisp.org>
3372
3373         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
3374         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
3375         definition with an external declaration.
3376         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
3377         defined as a function. Remove AC_C_INLINE requirement.
3378         * modules/wcwidth (Files): Add lib/wcwidth.c.
3379         (Makefile.am): Remove redundant statement.
3380
3381 2007-07-07  Bruno Haible  <bruno@clisp.org>
3382
3383         * MODULES.html.sh (Unicode string functions): Add the new modules.
3384
3385         * tests/uniwidth/test-u32-strwidth.c: New file.
3386         * modules/uniwidth/u32-strwidth-tests: New file.
3387
3388         * lib/uniwidth/u32-strwidth.c: New file.
3389         * modules/uniwidth/u32-strwidth: New file.
3390
3391         * tests/uniwidth/test-u16-strwidth.c: New file.
3392         * modules/uniwidth/u16-strwidth-tests: New file.
3393
3394         * lib/uniwidth/u16-strwidth.c: New file.
3395         * modules/uniwidth/u16-strwidth: New file.
3396
3397         * tests/uniwidth/test-u8-strwidth.c: New file.
3398         * modules/uniwidth/u8-strwidth-tests: New file.
3399
3400         * lib/uniwidth/u8-strwidth.c: New file.
3401         * modules/uniwidth/u8-strwidth: New file.
3402
3403         * tests/uniwidth/test-u32-width.c: New file.
3404         * modules/uniwidth/u32-width-tests: New file.
3405
3406         * lib/uniwidth/u32-width.c: New file.
3407         * modules/uniwidth/u32-width: New file.
3408
3409         * tests/uniwidth/test-u16-width.c: New file.
3410         * modules/uniwidth/u16-width-tests: New file.
3411
3412         * lib/uniwidth/u16-width.c: New file.
3413         * modules/uniwidth/u16-width: New file.
3414
3415         * tests/uniwidth/test-u8-width.c: New file.
3416         * modules/uniwidth/u8-width-tests: New file.
3417
3418         * lib/uniwidth/u8-width.c: New file.
3419         * modules/uniwidth/u8-width: New file.
3420
3421         * tests/uniwidth/test-uc_width.c: New file.
3422         * modules/uniwidth/width-tests: New file.
3423
3424         * lib/uniwidth/width.c: New file, from GNU libiconv.
3425         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
3426         * modules/uniwidth/width: New file.
3427
3428         * lib/uniwidth.h: New file, from GNU libiconv.
3429         * modules/uniwidth/base: New file.
3430
3431 2007-07-07  Bruno Haible  <bruno@clisp.org>
3432
3433         * lib/uniname.h: New file, from GNU gettext.
3434         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
3435         * lib/uniname/uninames.h: New file, from GNU gettext.
3436         * lib/uniname/uniname.c: New file, from GNU gettext.
3437         * tests/uniname/test-uninames.sh: New file.
3438         * tests/uniname/test-uninames.c: New file, from GNU gettext.
3439         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
3440         * modules/uniname/base: New file.
3441         * modules/uniname/uniname: New file.
3442         * modules/uniname/uniname-tests: New file.
3443         * MODULES.html.sh (Unicode string functions): Add the new modules.
3444
3445 2007-07-06  Bruno Haible  <bruno@clisp.org>
3446
3447         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
3448
3449 2007-07-06  Bruno Haible  <bruno@clisp.org>
3450
3451         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
3452         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
3453         includes <cygwin/sys_time.h> which includes <sys/select.h> which
3454         include <sys/time.h>.
3455         Reported by Eric Blake.
3456
3457 2007-07-06  Eric Blake  <ebb9@byu.net>
3458
3459         Fix testing canonicalize on cygwin.
3460         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3461         Revert patch from 2007-06-19.
3462         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
3463         canonicalize module is also in use.
3464         * tests/test-canonicalize.c: New file.
3465         * tests/test-canonicalize.sh: Likewise.
3466         * modules/canonicalize-tests: Likewise.
3467
3468 2007-07-06  Jim Meyering  <jim@meyering.net>
3469
3470         * lib/getugroups.c (getugroups): Detect getgrent failure.
3471         Adjust comment to reflect reality: this function may return -1.
3472
3473 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3474
3475         * build-aux/bootstrap (TP_URL,get_translations): Update to use
3476         the new TP address.
3477         (usage): Fix typo
3478         (gnulib_mk): New variable.
3479
3480 2007-07-05  Jim Meyering  <jim@meyering.net>
3481
3482         Don't let endgrent clobber errno, no matter how improbable.
3483         * lib/getugroups.c (getugroups): Save and restore errno around
3484         endgrent call.
3485
3486         Close the group DB even when failing with 2^31 or more members.
3487         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
3488
3489 2007-07-04  Jim Meyering  <jim@meyering.net>
3490
3491         * lib/getugroups.h: New file.
3492         * lib/getugroups.c: Include "getugroups.h".
3493         Remove uses of "register" keyword.
3494         Move local variable, "cp", down into scope where used.
3495         Give "username" parameter the "const" attribute.
3496         * modules/getugroups (Files): Add lib/getugroups.h
3497
3498 2007-07-04  Karl Berry  <karl@gnu.org>
3499
3500         * MODULES.html.sh (func_all_modules): Complete rename of
3501         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
3502
3503 2007-07-02  Bruno Haible  <bruno@clisp.org>
3504
3505         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
3506         mode, when inttypes.h comes from gnulib.
3507         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3508
3509 2007-07-02  Simon Josefsson  <simon@josefsson.org>
3510
3511         * NEWS: Mention lgpl module name change.
3512
3513         * modules/lgpl-2.1: Renamed from lgpl.
3514
3515         * NEWS: Mention gpl module name change.
3516
3517         * modules/gpl-3.0: New file, based on gpl-2.0.
3518
3519         * modules/gpl-2.0: Renamed from gpl.
3520
3521         * modules/gpl: Fix filename, doc/gpl.texi is now found at
3522         doc/gpl-2.0.texi.
3523
3524 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3525
3526         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
3527         #define __STDC_LIMIT_MACROS temporarily while including
3528         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
3529         Problem reported by Joel E. Denny in
3530         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
3531
3532 2007-07-01  Bruno Haible  <bruno@clisp.org>
3533
3534         * lib/unistdio.h: New file.
3535         * lib/unistdio/u-asnprintf.h: New file.
3536         * lib/unistdio/u-asprintf.h: New file.
3537         * lib/unistdio/u-printf-args.c: New file.
3538         * lib/unistdio/u-printf-args.h: New file.
3539         * lib/unistdio/u-printf-parse.h: New file.
3540         * lib/unistdio/u-snprintf.h: New file.
3541         * lib/unistdio/u-sprintf.h: New file.
3542         * lib/unistdio/u-vasprintf.h: New file.
3543         * lib/unistdio/u-vsnprintf.h: New file.
3544         * lib/unistdio/u-vsprintf.h: New file.
3545         * lib/unistdio/ulc-asnprintf.c: New file.
3546         * lib/unistdio/ulc-asprintf.c: New file.
3547         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
3548         * lib/unistdio/ulc-printf-parse.c: New file.
3549         * lib/unistdio/ulc-snprintf.c: New file.
3550         * lib/unistdio/ulc-sprintf.c: New file.
3551         * lib/unistdio/ulc-vasnprintf.c: New file.
3552         * lib/unistdio/ulc-vasprintf.c: New file.
3553         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
3554         * lib/unistdio/ulc-vsnprintf.c: New file.
3555         * lib/unistdio/ulc-vsprintf.c: New file.
3556         * lib/unistdio/u8-asnprintf.c: New file.
3557         * lib/unistdio/u8-asprintf.c: New file.
3558         * lib/unistdio/u8-printf-parse.c: New file.
3559         * lib/unistdio/u8-snprintf.c: New file.
3560         * lib/unistdio/u8-sprintf.c: New file.
3561         * lib/unistdio/u8-vasnprintf.c: New file.
3562         * lib/unistdio/u8-vasprintf.c: New file.
3563         * lib/unistdio/u8-vsnprintf.c: New file.
3564         * lib/unistdio/u8-vsprintf.c: New file.
3565         * lib/unistdio/u8-u8-asnprintf.c: New file.
3566         * lib/unistdio/u8-u8-asprintf.c: New file.
3567         * lib/unistdio/u8-u8-snprintf.c: New file.
3568         * lib/unistdio/u8-u8-sprintf.c: New file.
3569         * lib/unistdio/u8-u8-vasnprintf.c: New file.
3570         * lib/unistdio/u8-u8-vasprintf.c: New file.
3571         * lib/unistdio/u8-u8-vsnprintf.c: New file.
3572         * lib/unistdio/u8-u8-vsprintf.c: New file.
3573         * lib/unistdio/u16-asnprintf.c: New file.
3574         * lib/unistdio/u16-asprintf.c: New file.
3575         * lib/unistdio/u16-printf-parse.c: New file.
3576         * lib/unistdio/u16-snprintf.c: New file.
3577         * lib/unistdio/u16-sprintf.c: New file.
3578         * lib/unistdio/u16-vasnprintf.c: New file.
3579         * lib/unistdio/u16-vasprintf.c: New file.
3580         * lib/unistdio/u16-vsnprintf.c: New file.
3581         * lib/unistdio/u16-vsprintf.c: New file.
3582         * lib/unistdio/u16-u16-asnprintf.c: New file.
3583         * lib/unistdio/u16-u16-asprintf.c: New file.
3584         * lib/unistdio/u16-u16-snprintf.c: New file.
3585         * lib/unistdio/u16-u16-sprintf.c: New file.
3586         * lib/unistdio/u16-u16-vasnprintf.c: New file.
3587         * lib/unistdio/u16-u16-vasprintf.c: New file.
3588         * lib/unistdio/u16-u16-vsnprintf.c: New file.
3589         * lib/unistdio/u16-u16-vsprintf.c: New file.
3590         * lib/unistdio/u32-asnprintf.c: New file.
3591         * lib/unistdio/u32-asprintf.c: New file.
3592         * lib/unistdio/u32-printf-parse.c: New file.
3593         * lib/unistdio/u32-snprintf.c: New file.
3594         * lib/unistdio/u32-sprintf.c: New file.
3595         * lib/unistdio/u32-vasnprintf.c: New file.
3596         * lib/unistdio/u32-vasprintf.c: New file.
3597         * lib/unistdio/u32-vsnprintf.c: New file.
3598         * lib/unistdio/u32-vsprintf.c: New file.
3599         * lib/unistdio/u32-u32-asnprintf.c: New file.
3600         * lib/unistdio/u32-u32-asprintf.c: New file.
3601         * lib/unistdio/u32-u32-snprintf.c: New file.
3602         * lib/unistdio/u32-u32-sprintf.c: New file.
3603         * lib/unistdio/u32-u32-vasnprintf.c: New file.
3604         * lib/unistdio/u32-u32-vasprintf.c: New file.
3605         * lib/unistdio/u32-u32-vsnprintf.c: New file.
3606         * lib/unistdio/u32-u32-vsprintf.c: New file.
3607         * tests/unistdio/test-ulc-asnprintf1.c: New file.
3608         * tests/unistdio/test-ulc-asnprintf1.h: New file.
3609         * tests/unistdio/test-ulc-printf1.h: New file.
3610         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
3611         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
3612         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
3613         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
3614         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
3615         * tests/unistdio/test-ulc-vasprintf1.c: New file.
3616         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
3617         * tests/unistdio/test-ulc-vsprintf1.c: New file.
3618         * tests/unistdio/test-u8-asnprintf1.c: New file.
3619         * tests/unistdio/test-u8-asnprintf1.h: New file.
3620         * tests/unistdio/test-u8-printf1.h: New file.
3621         * tests/unistdio/test-u8-vasnprintf1.c: New file.
3622         * tests/unistdio/test-u8-vasnprintf2.c: New file.
3623         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3624         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3625         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3626         * tests/unistdio/test-u8-vasprintf1.c: New file.
3627         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3628         * tests/unistdio/test-u8-vsprintf1.c: New file.
3629         * tests/unistdio/test-u16-asnprintf1.c: New file.
3630         * tests/unistdio/test-u16-asnprintf1.h: New file.
3631         * tests/unistdio/test-u16-printf1.h: New file.
3632         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3633         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3634         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3635         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3636         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3637         * tests/unistdio/test-u16-vasprintf1.c: New file.
3638         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3639         * tests/unistdio/test-u16-vsprintf1.c: New file.
3640         * tests/unistdio/test-u32-asnprintf1.c: New file.
3641         * tests/unistdio/test-u32-asnprintf1.h: New file.
3642         * tests/unistdio/test-u32-printf1.h: New file.
3643         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3644         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3645         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3646         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3647         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3648         * tests/unistdio/test-u32-vasprintf1.c: New file.
3649         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3650         * tests/unistdio/test-u32-vsprintf1.c: New file.
3651         * modules/unistdio/base: New file.
3652         * modules/unistdio/u-printf-args: New file.
3653         * modules/unistdio/ulc-asnprintf: New file.
3654         * modules/unistdio/ulc-asprintf: New file.
3655         * modules/unistdio/ulc-fprintf: New file.
3656         * modules/unistdio/ulc-printf-parse: New file.
3657         * modules/unistdio/ulc-snprintf: New file.
3658         * modules/unistdio/ulc-sprintf: New file.
3659         * modules/unistdio/ulc-vasnprintf: New file.
3660         * modules/unistdio/ulc-vasprintf: New file.
3661         * modules/unistdio/ulc-vfprintf: New file.
3662         * modules/unistdio/ulc-vsnprintf: New file.
3663         * modules/unistdio/ulc-vsprintf: New file.
3664         * modules/unistdio/u8-asnprintf: New file.
3665         * modules/unistdio/u8-asprintf: New file.
3666         * modules/unistdio/u8-printf-parse: New file.
3667         * modules/unistdio/u8-snprintf: New file.
3668         * modules/unistdio/u8-sprintf: New file.
3669         * modules/unistdio/u8-vasnprintf: New file.
3670         * modules/unistdio/u8-vasprintf: New file.
3671         * modules/unistdio/u8-vsnprintf: New file.
3672         * modules/unistdio/u8-vsprintf: New file.
3673         * modules/unistdio/u8-u8-asnprintf: New file.
3674         * modules/unistdio/u8-u8-asprintf: New file.
3675         * modules/unistdio/u8-u8-snprintf: New file.
3676         * modules/unistdio/u8-u8-sprintf: New file.
3677         * modules/unistdio/u8-u8-vasnprintf: New file.
3678         * modules/unistdio/u8-u8-vasprintf: New file.
3679         * modules/unistdio/u8-u8-vsnprintf: New file.
3680         * modules/unistdio/u8-u8-vsprintf: New file.
3681         * modules/unistdio/u16-asnprintf: New file.
3682         * modules/unistdio/u16-asprintf: New file.
3683         * modules/unistdio/u16-printf-parse: New file.
3684         * modules/unistdio/u16-snprintf: New file.
3685         * modules/unistdio/u16-sprintf: New file.
3686         * modules/unistdio/u16-vasnprintf: New file.
3687         * modules/unistdio/u16-vasprintf: New file.
3688         * modules/unistdio/u16-vsnprintf: New file.
3689         * modules/unistdio/u16-vsprintf: New file.
3690         * modules/unistdio/u16-u16-asnprintf: New file.
3691         * modules/unistdio/u16-u16-asprintf: New file.
3692         * modules/unistdio/u16-u16-snprintf: New file.
3693         * modules/unistdio/u16-u16-sprintf: New file.
3694         * modules/unistdio/u16-u16-vasnprintf: New file.
3695         * modules/unistdio/u16-u16-vasprintf: New file.
3696         * modules/unistdio/u16-u16-vsnprintf: New file.
3697         * modules/unistdio/u16-u16-vsprintf: New file.
3698         * modules/unistdio/u32-asnprintf: New file.
3699         * modules/unistdio/u32-asprintf: New file.
3700         * modules/unistdio/u32-printf-parse: New file.
3701         * modules/unistdio/u32-snprintf: New file.
3702         * modules/unistdio/u32-sprintf: New file.
3703         * modules/unistdio/u32-vasnprintf: New file.
3704         * modules/unistdio/u32-vasprintf: New file.
3705         * modules/unistdio/u32-vsnprintf: New file.
3706         * modules/unistdio/u32-vsprintf: New file.
3707         * modules/unistdio/u32-u32-asnprintf: New file.
3708         * modules/unistdio/u32-u32-asprintf: New file.
3709         * modules/unistdio/u32-u32-snprintf: New file.
3710         * modules/unistdio/u32-u32-sprintf: New file.
3711         * modules/unistdio/u32-u32-vasnprintf: New file.
3712         * modules/unistdio/u32-u32-vasprintf: New file.
3713         * modules/unistdio/u32-u32-vsnprintf: New file.
3714         * modules/unistdio/u32-u32-vsprintf: New file.
3715         * modules/unistdio/ulc-asnprintf-tests: New file.
3716         * modules/unistdio/ulc-vasnprintf-tests: New file.
3717         * modules/unistdio/ulc-vasprintf-tests: New file.
3718         * modules/unistdio/ulc-vsnprintf-tests: New file.
3719         * modules/unistdio/ulc-vsprintf-tests: New file.
3720         * modules/unistdio/u8-asnprintf-tests: New file.
3721         * modules/unistdio/u8-vasnprintf-tests: New file.
3722         * modules/unistdio/u8-vasprintf-tests: New file.
3723         * modules/unistdio/u8-vsnprintf-tests: New file.
3724         * modules/unistdio/u8-vsprintf-tests: New file.
3725         * modules/unistdio/u16-asnprintf-tests: New file.
3726         * modules/unistdio/u16-vasnprintf-tests: New file.
3727         * modules/unistdio/u16-vasprintf-tests: New file.
3728         * modules/unistdio/u16-vsnprintf-tests: New file.
3729         * modules/unistdio/u16-vsprintf-tests: New file.
3730         * modules/unistdio/u32-asnprintf-tests: New file.
3731         * modules/unistdio/u32-vasnprintf-tests: New file.
3732         * modules/unistdio/u32-vasprintf-tests: New file.
3733         * modules/unistdio/u32-vsnprintf-tests: New file.
3734         * modules/unistdio/u32-vsprintf-tests: New file.
3735         * MODULES.html.sh (Unicode string functions): Add the new modules.
3736
3737 2007-07-01  Bruno Haible  <bruno@clisp.org>
3738
3739         * lib/sprintf.c (sprintf): Limit the available length estimation,
3740         to avoid address wraparound.
3741         * lib/vsprintf.c (vsprintf): Likewise.
3742         * modules/sprintf-posix (Dependencies): Add stdint.
3743         * modules/vsprintf-posix (Dependencies): Likewise.
3744
3745 2007-07-01  Bruno Haible  <bruno@clisp.org>
3746
3747         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3748         Windows PATH as well. Conservative double-quoting. Comments.
3749
3750 2007-07-01  Bruno Haible  <bruno@clisp.org>
3751             Eric Blake  <ebb9@byu.net>
3752             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3753
3754         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3755         empty components in $PATH, denoting '.'.
3756
3757 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3758
3759         * gnulib-tool: Fix indentation.
3760         (func_create_megatestdir): Likewise.
3761         Report by Bruno Haible.
3762
3763 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3764
3765         Sync from Automake.
3766         * build-aux/gnupload: Fix shell portability issues with for loops.
3767         Report by Karl Berry.
3768
3769 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3770
3771         * build-aux/maint.mk (POURL): Use translationproject.org.
3772
3773 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3774             Bruno Haible  <bruno@clisp.org>
3775
3776         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3777         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3778         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3779         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3780         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3781
3782 2007-06-27  Bruno Haible  <bruno@clisp.org>
3783
3784         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3785         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3786
3787 2007-06-26  Karl Berry  <karl@gnu.org>
3788
3789         * MODULES.html.sh: remove xreadlink-with-size.
3790
3791 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3792
3793         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3794         method that I hope also handles the double-include problem noted
3795         by Bruno Haible in
3796         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3797
3798 2007-06-23  Bruno Haible  <bruno@clisp.org>
3799
3800         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3801         Don't let the 'mostlyclean' target fail if the last subdirectory could
3802         not be removed.
3803         Reported by Karl Berry.
3804
3805 2007-06-23  Bruno Haible  <bruno@clisp.org>
3806
3807         * gnulib-tool (echo): Add a speedier workaround for ksh.
3808         * tests/test-echo.sh: Likewise.
3809
3810 2007-06-23  Bruno Haible  <bruno@clisp.org>
3811
3812         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3813         * tests/test-echo.sh: Likewise.
3814
3815 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3816
3817         * gnulib-tool (IFS): Initialize early, so we don't set it to
3818         empty later.
3819         (self_abspathname): Rewrite algorithm to set it, reindent.
3820         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3821         (func_create_megatestdir): Merge some sed scripts.
3822
3823 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3824
3825         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3826         exposed by Sun Studio 11 cc on Solaris 8.
3827
3828 2007-06-22  Bruno Haible  <bruno@clisp.org>
3829
3830         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3831         backslashes.
3832         * tests/test-echo.sh: New file.
3833
3834 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3835
3836         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3837         simplify `sed_replace_build_aux' scripts, they are portable but
3838         echoing them with `echo' is not.
3839         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3840
3841 2007-06-21  Karl Berry  <karl@gnu.org>
3842
3843         * config/srclist.txt: guess we can't handle the licenses via
3844         srclist at the moment.
3845
3846 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3847
3848         * MODULES.html.sh: Add include_next.
3849         * modules/include_next: New file.
3850
3851 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3852
3853         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3854         INCLUDE_NEXT.
3855         (gl_CHECK_NEXT_HEADERS): New macro.
3856         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3857         the obsolescent gl_ABSOLUTE_HEADER.
3858         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3859         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3860         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3861         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3862         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3863         * m4/math_h.m4 (gl_MATH_H): Likewise.
3864         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3865         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3866         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3867         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3868         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3869         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3870         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3871         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3872         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3873         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3874         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3875         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3876         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3877         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3878         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3879         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3880         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3881         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3882         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3883         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3884         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3885         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3886         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3887         * lib/float_.h: Likewise.
3888         * lib/inttypes_.h: Likewise.
3889         * lib/math_.h: Likewise.
3890         * lib/search_.h: Likewise.
3891         * lib/signal_.h: Likewise.
3892         * lib/stdint_.h: Likewise.
3893         * lib/stdio_.h: Likewise.
3894         * lib/stdlib_.h: Likewise.
3895         * lib/string_.h: Likewise.
3896         * lib/sys_stat_.h: Likewise.
3897         * lib/sys_time_.h: Likewise.
3898         * lib/time_.h: Likewise.
3899         * lib/unistd_.h: Likewise.
3900         * lib/wchar_.h: Likewise.
3901         * lib/wctype_.h: Likewise.
3902         * lib/dirent_.h: Likewise.
3903         * lib/iconv_.h: Likewise.
3904         * lib/locale_.h: Likewise.
3905         * lib/netinet_in_.h: Likewise.
3906         * lib/sys_select_.h: Likewise.
3907         * lib/sys_socket_.h: Likewise.
3908         * lib/sysexits_.h: Likewise.
3909         * modules/fcntl (Depends-on): Depend on include_next, not
3910         absolute_header.
3911         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3912         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3913         * modules/fchdir: Likewise.
3914         * modules/float: Likewise.
3915         * modules/iconv_open: Likewise.
3916         * modules/inttypes: Likewise.
3917         * modules/locale: Likewise.
3918         * modules/math: Likewise.
3919         * modules/netinet_in: Likewise.
3920         * modules/search: Likewise.
3921         * modules/signal: Likewise.
3922         * modules/stdint: Likewise.
3923         * modules/stdio: Likewise.
3924         * modules/stdlib: Likewise.
3925         * modules/string: Likewise.
3926         * modules/sys_select: Likewise.
3927         * modules/sys_socket: Likewise.
3928         * modules/sys_stat: Likewise.
3929         * modules/sys_time: Likewise.
3930         * modules/sysexits: Likewise.
3931         * modules/time: Likewise.
3932         * modules/unistd: Likewise.
3933         * modules/wchar: Likewise.
3934         * modules/wctype: Likewise.
3935         * modules/sys_stat: Change maintainer to "all".
3936         * modules/unistd: Likewise.
3937
3938 2007-06-20  Karl Berry  <karl@gnu.org>
3939
3940         * config/srclist.txt: track www changes in license files.
3941
3942 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3943
3944         * build-aux/bootstrap: Remove stray dot.
3945         Make sure build_aux settings are honored when linking
3946         gnulib_extra_files.
3947
3948 2007-06-19  Eric Blake  <ebb9@byu.net>
3949
3950         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3951         Allow compilation on cygwin.
3952
3953 2007-06-19  Jim Meyering  <jim@meyering.net>
3954
3955         xreadlink-with-size: Remove module.  No longer used.
3956         Ex-callers now use xreadlink or mreadlink-with-size.
3957         * modules/xreadlink-with-size: Remove module.
3958         * lib/xreadlink-with-size.c: Remove file.
3959         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3960         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3961         just before the function definition *is* accurate.
3962
3963         Eliminate one way canonicalize_filename_mode could exit.
3964         * lib/canonicalize.c (canonicalize_filename_mode):
3965         Use mreadlink_with_size, not xreadlink_with_size.
3966
3967 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3968
3969         Detect porting problems to FreeBSD/arm, which has time_t wider than
3970         long int.  Original problem reported for GNU diff by Xin Li in
3971         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3972         * modules/getdate (Depends-on): Add intprops, verify.
3973         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3974         is an integer type no wider than long int.
3975
3976 2007-06-18  Jim Meyering  <jim@meyering.net>
3977
3978         New module: mreadlink-with-size.
3979         * MODULES.html.sh: Add mreadlink-with-size.
3980         * modules/mreadlink-with-size: New module
3981         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3982         not xreadlink-with-size.
3983         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3984
3985 2007-06-16  Bruno Haible  <bruno@clisp.org>
3986
3987         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3988         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3989         Reported by Gary V. Vaughan <gary@gnu.org>.
3990
3991 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3992
3993         Revamp lchown so that it lives in unistd.h where it belongs.
3994         * lib/lchown.h: Remove.
3995         * lib/dirchownmod.c: Don't include lib/lchown.h.
3996         * lib/fchownat.c: Likewise.
3997         * lib/openat.c: Likewise.
3998         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3999         does not follow symlinks.
4000         (EOPNOTSUPP): Define if not defined.
4001         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
4002         is defined to 0.
4003         (lchown): New decl.
4004         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
4005         Do not check for lchown decl.
4006         Set REPLACE_LCHOWN.
4007         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
4008         REPLACE_LCHOWN.
4009         * modules/chown: Make it clear it follows symlinks.
4010         * modules/lchown: Make it clear it doesn't follow symlinks.
4011         (Files): Remove lib/lchown.h
4012         (Depends-on): Add unistd.
4013         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
4014         (Include): Include <unistd.h>, not "lchown.h".
4015         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
4016         REPLACE_LCHOWN.
4017
4018 2007-06-15  Jim Meyering  <jim@meyering.net>
4019
4020         Change license (GPL to LGPL) of fsusage and dependents.
4021         * modules/fsusage (License): Change to LGPL.
4022         * modules/full-read (License): Likewise.
4023         * modules/full-write (License): Likewise.
4024         * modules/safe-read (License): Likewise.
4025         * modules/safe-write (License): Likewise.
4026
4027 2007-06-14  Ben Pfaff  <blp@gnu.org>
4028
4029         Missing part of allocsa -> malloca transition.
4030         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
4031         gl_MALLOCA.
4032
4033 2007-06-12  Bruno Haible  <bruno@clisp.org>
4034
4035         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
4036         to ia64, x86_64, i386.
4037         Reported by Eric Blake.
4038
4039 2007-06-12  Bruno Haible  <bruno@clisp.org>
4040
4041         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
4042         cross-compiling to x86_64.
4043
4044 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
4045
4046         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
4047         glitch reported by Ralf Wildenhues in
4048         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
4049
4050         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
4051         Vin Shelton.
4052
4053 2007-06-11  Bruno Haible  <bruno@clisp.org>
4054
4055         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
4056         replacement string.
4057         Reported by Eric Blake.
4058
4059 2007-06-10  Bruno Haible  <bruno@clisp.org>
4060
4061         Prepare vasnprintf code for use with Unicode strings.
4062         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
4063         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
4064         TYPE_U32_STRING.
4065         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
4066         a_u32_string variants.
4067         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
4068         * lib/printf-args.c: Don't include config.h and the specification
4069         header if PRINTF_FETCHARGS is already defined.
4070         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
4071         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
4072         TYPE_U16_STRING, TYPE_U32_STRING.
4073         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
4074         u16_directive, u16_directives, u32_directive, u32_directives): New
4075         types.
4076         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
4077         New declarations.
4078         * lib/printf-parse.c: Don't include config.h and the specification
4079         header if PRINTF_PARSE is already defined. Eliminate the set of
4080         parameters for WIDE_CHAR_VERSION; the user of this file must provide
4081         them now. Include c-ctype.h.
4082         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
4083         directive and CHAR_T_ONLY_ASCII.
4084         * lib/vasnprintf.c: Don't include config.h and the specification header
4085         if VASNPRINTF is already defined.
4086         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
4087         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
4088         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
4089         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
4090         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
4091         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
4092         code accordingly.
4093         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
4094         pad_ourselves also in this case, with the 'c' and 's' directives, and
4095         with a different notion of "width".
4096         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
4097
4098 2007-06-10  Bruno Haible  <bruno@clisp.org>
4099
4100         * modules/unistr/u32-mbsnlen: New file.
4101         * lib/unistr/u32-mbsnlen.c: New file.
4102
4103         * modules/unistr/u16-mbsnlen: New file.
4104         * lib/unistr/u16-mbsnlen.c: New file.
4105
4106         * modules/unistr/u8-mbsnlen: New file.
4107         * lib/unistr/u8-mbsnlen.c: New file.
4108
4109         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
4110         declarations.
4111
4112 2007-06-10  Bruno Haible  <bruno@clisp.org>
4113
4114         * lib/string_.h (mbsnlen): New declaration.
4115         * lib/mbsnlen.c: New file.
4116         * m4/mbsnlen.m4: New file.
4117         * modules/mbsnlen: New file.
4118         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
4119         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
4120         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
4121
4122 2007-06-10  Bruno Haible  <bruno@clisp.org>
4123
4124         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
4125
4126 2007-06-10  Bruno Haible  <bruno@clisp.org>
4127
4128         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
4129         * lib/mbuiter.h: Likewise.
4130
4131 2007-06-10  Bruno Haible  <bruno@clisp.org>
4132
4133         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
4134         declaration.
4135
4136 2007-06-10  Karl Berry  <karl@gnu.org>
4137
4138         * config/srclist.txt: remove gettext entries, Bruno prefers
4139         to update individually.
4140
4141 2007-06-10  Bruno Haible  <bruno@clisp.org>
4142
4143         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
4144         'maxlen'. Ensure only length + width bytes are allocated, not
4145         length + 1 + width.
4146
4147 2007-06-09  Bruno Haible  <bruno@clisp.org>
4148
4149         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
4150         (CHAR_T): Remove macro.
4151         (VASNPRINTF): Update.
4152
4153 2007-06-09  Bruno Haible  <bruno@clisp.org>
4154
4155         * MODULES.html.sh (Unicode string functions): Add the new modules.
4156
4157         * modules/uniconv/u32-conv-to-enc: New file.
4158         * lib/uniconv/u32-conv-to-enc.c: New file.
4159         * modules/uniconv/u32-conv-to-enc-tests: New file.
4160         * tests/uniconv/test-u32-conv-to-enc.c: New file.
4161
4162         * modules/uniconv/u16-conv-to-enc: New file.
4163         * lib/uniconv/u16-conv-to-enc.c: New file.
4164         * lib/uniconv/u-conv-to-enc.h: New file.
4165         * modules/uniconv/u16-conv-to-enc-tests: New file.
4166         * tests/uniconv/test-u16-conv-to-enc.c: New file.
4167
4168         * modules/uniconv/u8-conv-to-enc: New file.
4169         * lib/uniconv/u8-conv-to-enc.c: New file.
4170         * modules/uniconv/u8-conv-to-enc-tests: New file.
4171         * tests/uniconv/test-u8-conv-to-enc.c: New file.
4172
4173         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
4174         u32_conv_to_encoding): New declarations.
4175
4176 2007-06-09  Bruno Haible  <bruno@clisp.org>
4177
4178         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
4179
4180 2007-06-09  Bruno Haible  <bruno@clisp.org>
4181
4182         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
4183         * modules/malloca: Renamed from modules/allocsa, updated.
4184         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
4185         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
4186         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
4187         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
4188         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
4189         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
4190         * modules/xmalloca: Renamed from modules/xallocsa, updated.
4191         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
4192         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
4193         * modules/c-strcasestr (Depends-on): Update.
4194         * lib/c-strcasestr.c: Update.
4195         * modules/c-strstr (Depends-on): Update.
4196         * lib/c-strstr.c: Update.
4197         * modules/canonicalize-lgpl (Depends-on): Update.
4198         * lib/canonicalize-lgpl.c: Update.
4199         * modules/clean-temp (Depends-on): Update.
4200         * lib/clean-temp.c: Update.
4201         * modules/csharpcomp (Depends-on): Update.
4202         * lib/csharpcomp.c: Update.
4203         * modules/csharpexec (Depends-on): Update.
4204         * lib/csharpexec.c: Update.
4205         * modules/javacomp (Depends-on): Update.
4206         * lib/javacomp.c: Update.
4207         * modules/javaexec (Depends-on): Update.
4208         * lib/javaexec.c: Update.
4209         * modules/mbscasestr (Depends-on): Update.
4210         * lib/mbscasestr.c: Update.
4211         * modules/mbsstr (Depends-on): Update.
4212         * lib/mbsstr.c: Update.
4213         * modules/setenv (Depends-on): Update.
4214         * lib/setenv.c: Update.
4215         * modules/strcasestr (Depends-on): Update.
4216         * lib/strcasestr.c: Update.
4217         * modules/striconveha (Depends-on): Update.
4218         * lib/striconveha.c: Update.
4219         * modules/relocatable-prog-wrapper (Files): Update.
4220         * lib/relocwrapper.c: Update.
4221         * build-aux/install-reloc: Update.
4222         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
4223
4224 2007-06-08  Bruno Haible  <bruno@clisp.org>
4225
4226         Port to uClibc.
4227         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
4228         * lib/fpurge.c (fpurge): Likewise.
4229         * lib/freading.c (freading): Likewise.
4230         * lib/fseeko.c (rpl_fseeko): Likewise.
4231         * lib/fseterr.c (fseterr): Likewise.
4232         * lib/fwriting.c (fwriting): Likewise.
4233         * tests/test-fflush.c (main): Avoid a failure on uClibc.
4234
4235 2007-06-08  Bruno Haible  <bruno@clisp.org>
4236
4237         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
4238         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
4239         * modules/gettext (Files): Add m4/intlmacosx.m4.
4240
4241 2007-06-07  Bruno Haible  <bruno@clisp.org>
4242
4243         * modules/localename-tests: New file.
4244         * tests/test-localename.c: New file.
4245
4246         New module 'localename'.
4247         * lib/localename.h: New file.
4248         * lib/localename.c: New file, from GNU gettext.
4249         * m4/localename.m4: New file.
4250         * modules/localename: New file.
4251
4252 2007-06-07  Bruno Haible  <bruno@clisp.org>
4253
4254         Work around the lack of <wchar.h> on some builds of uClibc.
4255         * doc/headers/wchar.texi: Update.
4256         * lib/wchar_.h: Include <wchar.h> only if it exists.
4257         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
4258         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
4259         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
4260         doesn't exist.
4261         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
4262         * modules/mbfile (Depends-on): Add wchar.
4263         * modules/mbiter (Depends-on): Likewise.
4264         * modules/mbuiter (Depends-on): Likewise.
4265         Reported by Simon Josefsson.
4266
4267 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
4268
4269         Work around problem reported by Steven M. Schweda in
4270         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
4271         Tru64 5.1B with the Compaq compiler environment installed declares
4272         an 'isblank' function but does not define it in the C library.
4273         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
4274         * lib/regex_internal.h (isblank): Likewise.
4275         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
4276         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4277
4278 2007-06-05  Bruno Haible  <bruno@clisp.org>
4279
4280         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
4281         ia64.
4282         * modules/printf-safe: New file.
4283         * modules/fprintf-posix (Depends-on): Add printf-safe.
4284         * modules/printf-posix (Depends-on): Likewise.
4285         * modules/snprintf-posix (Depends-on): Likewise.
4286         * modules/sprintf-posix (Depends-on): Likewise.
4287         * modules/vasnprintf-posix (Depends-on): Likewise.
4288         * modules/vasprintf-posix (Depends-on): Likewise.
4289         * modules/vfprintf-posix (Depends-on): Likewise.
4290         * modules/vprintf-posix (Depends-on): Likewise.
4291         * modules/vsnprintf-posix (Depends-on): Likewise.
4292         * modules/vsprintf-posix (Depends-on): Likewise.
4293         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
4294         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
4295         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
4296         "no" on i386, x86_64, ia64.
4297         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
4298         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4299         on i386, x86_64, ia64.
4300         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
4301         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4302         on i386, x86_64, ia64.
4303         * tests/test-vasnprintf-posix.c: Include float.h.
4304         (LDBL80_WORDS): New macro.
4305         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4306         on i386, x86_64, ia64.
4307         * tests/test-vasprintf-posix.c: Include float.h.
4308         (LDBL80_WORDS): New macro.
4309         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4310         on i386, x86_64, ia64.
4311         * tests/test-snprintf-posix.c: Include float.h.
4312         * tests/test-sprintf-posix.c: Likewise.
4313         * tests/test-vsnprintf-posix.c: Likewise.
4314         * tests/test-vsprintf-posix.c: Likewise.
4315
4316 2007-06-05  Bruno Haible  <bruno@clisp.org>
4317
4318         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
4319         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
4320         non-IEEE numbers on i386, x86_64, ia64.
4321         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
4322         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
4323         * tests/test-isnanl.h: Include float.h.
4324         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
4325
4326 2007-06-05  Bruno Haible  <bruno@clisp.org>
4327
4328         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
4329         also the %a / %A. Handle the %a / %A code before this extra handling.
4330
4331 2007-06-05  Bruno Haible  <bruno@clisp.org>
4332
4333         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
4334         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
4335
4336 2007-06-05  Bruno Haible  <bruno@clisp.org>
4337
4338         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
4339         typo in variable name.
4340
4341 2007-06-05  Eric Blake  <ebb9@byu.net>
4342
4343         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
4344         Reported by Simon Josefsson.
4345
4346 2007-06-04  Bruno Haible  <bruno@clisp.org>
4347
4348         Avoid test failures on some PowerPC platforms.
4349         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
4350         Define differently for PowerPC.
4351         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
4352         Reported by Gary V. Vaughan <gary@gnu.org>.
4353
4354 2007-06-02  Bruno Haible  <bruno@clisp.org>
4355
4356         Fix test-stdint failure on FreeBSD/ia64.
4357         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
4358         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
4359         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
4360         * doc/headers/stdint.texi: Update.
4361
4362 2007-06-01  Bruno Haible  <bruno@clisp.org>
4363
4364         * tests/test-binary-io.c (main): Pass a third argument to open().
4365         Reported by Gary V. Vaughan <gary@gnu.org>.
4366
4367 2007-06-01  Bruno Haible  <bruno@clisp.org>
4368
4369         * doc/functions/frexpl.texi: Update for mingw.
4370
4371 2007-06-01  Bruno Haible  <bruno@clisp.org>
4372
4373         * tests/test-lseek.c (main): Disable test of errno for invalid third
4374         argument.
4375         * doc/functions/lseek.texi: Update.
4376         Reported by Gary V. Vaughan <gary@gnu.org>.
4377
4378 2007-05-28  Bruno Haible  <bruno@clisp.org>
4379
4380         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
4381
4382 2007-05-31  Eric Blake  <ebb9@byu.net>
4383
4384         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
4385         cross compiling.
4386
4387 2007-05-30  Eric Blake  <ebb9@byu.net>
4388         and Bruno Haible  <bruno@clisp.org>
4389
4390         Work around mingw test failures exposed by m4-1.4.9b.
4391         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
4392         * tests/test-unistd.c: Disable uid_t and git_t tests for the
4393         moment.
4394
4395 2007-05-30  Bruno Haible  <bruno@clisp.org>
4396
4397         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
4398         assuming that they are closed. Needed on HP-UX 11.
4399
4400 2007-05-29  Bruno Haible  <bruno@clisp.org>
4401
4402         Fix a problem with #include_next.
4403         * lib/dirent_.h: Split the double-inclusion guard.
4404         * lib/fcntl_.h: Likewise.
4405         * lib/float_.h: Likewise.
4406         * lib/iconv_.h: Likewise.
4407         * lib/inttypes_.h: Likewise.
4408         * lib/locale_.h: Likewise.
4409         * lib/math_.h: Likewise.
4410         * lib/netinet_in_.h: Likewise.
4411         * lib/search_.h: Likewise.
4412         * lib/signal_.h: Likewise.
4413         * lib/stdint_.h: Likewise.
4414         * lib/stdio_.h: Likewise.
4415         * lib/stdlib_.h: Likewise.
4416         * lib/string_.h: Likewise.
4417         * lib/sys_select_.h: Likewise.
4418         * lib/sys_socket_.h: Likewise.
4419         * lib/sys_stat_.h: Likewise.
4420         * lib/sys_time_.h: Likewise.
4421         * lib/sysexits_.h: Likewise.
4422         * lib/time_.h: Likewise.
4423         * lib/unistd_.h: Likewise.
4424         * lib/wchar_.h: Likewise.
4425         * lib/wctype_.h: Likewise.
4426
4427 2007-05-29  Bruno Haible  <bruno@clisp.org>
4428
4429         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
4430         for the moment.
4431
4432 2007-05-29  Bruno Haible  <bruno@clisp.org>
4433
4434         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
4435         invocation.
4436         Reported by Eric Blake.
4437
4438 2007-05-29  Bruno Haible  <bruno@clisp.org>
4439
4440         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
4441         compiling case.
4442
4443 2007-05-29  Eric Blake  <ebb9@byu.net>
4444             Bruno Haible  <bruno@clisp.org>
4445
4446         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
4447         cross compiles.
4448
4449 2007-05-28  Eric Blake  <ebb9@byu.net>
4450
4451         * modules/closein-tests (test_closein_LDADD): Support test on
4452         cygwin with libtool.
4453
4454 2007-05-28  Bruno Haible  <bruno@clisp.org>
4455
4456         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
4457         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4458         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4459         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4460         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4461         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4462         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4463         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4464         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4465
4466 2007-05-28  Eric Blake  <ebb9@byu.net>
4467
4468         Unconditionally include <config.h> in unit tests.
4469         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
4470         * tests/test-allocsa.c, tests/test-arcfour.c,
4471         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
4472         tests/test-array_list.c, tests/test-array_oset.c,
4473         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
4474         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
4475         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
4476         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
4477         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
4478         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
4479         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
4480         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
4481         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
4482         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
4483         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
4484         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
4485         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
4486         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
4487         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
4488         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
4489         test-md5.c, test-memmem.c, test-printf-posix.c,
4490         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
4491         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
4492         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
4493         test-strcasestr.c, test-striconv.c, test-striconveh.c,
4494         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
4495         test-vasnprintf-posix2.c, test-vasnprintf.c,
4496         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
4497         test-vfprintf-posix.c, test-vprintf-posix.c,
4498         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
4499         test-xvasprintf.c: Likewise.
4500
4501 2007-05-28  Bruno Haible  <bruno@clisp.org>
4502
4503         * gnulib-tool (func_import): Remember the --with-tests command-line
4504         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
4505         Reported by Eric Blake.
4506
4507 2007-05-28  Bruno Haible  <bruno@clisp.org>
4508
4509         * modules/ftell-tests: New file.
4510         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
4511         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
4512
4513         * lib/ftell.c: New file.
4514         * modules/ftell: New file.
4515         * m4/ftell.m4: New file.
4516         * doc/functions/ftell.texi: Update.
4517         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
4518         REPLACE_FTELL.
4519         * lib/stdio_.h (rpl_ftell): New declaration.
4520         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
4521         REPLACE_FTELL.
4522
4523 2007-05-28  Eric Blake  <ebb9@byu.net>
4524
4525         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
4526
4527 2007-05-28  Bruno Haible  <bruno@clisp.org>
4528
4529         * modules/fseek-tests: New file.
4530         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
4531         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
4532
4533         * lib/fseek.c: New file.
4534         * modules/fseek: New file.
4535         * m4/fseek.m4: New file.
4536         * doc/functions/fseek.texi: Update.
4537         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
4538         REPLACE_FSEEK.
4539         * lib/stdio_.h (rpl_fseek): New declaration.
4540         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
4541         REPLACE_FSEEK.
4542
4543 2007-05-28  Bruno Haible  <bruno@clisp.org>
4544
4545         * lib/stdio_.h (fflush): More comments.
4546
4547 2007-05-28  Bruno Haible  <bruno@clisp.org>
4548
4549         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
4550         runtime test.
4551
4552 2007-05-28  Eric Blake  <ebb9@byu.net>
4553
4554         Improve lseek module.
4555         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
4556         * lib/unistd_.h (lseek): Scale back link warning message.
4557         * tests/test-lseek.c: Beef up test.
4558         * tests/test-lseek.sh: Exercise more facets of lseek.
4559         Reported by Bruno Haible.
4560
4561 2007-05-28  Bruno Haible  <bruno@clisp.org>
4562
4563         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
4564         to define.
4565
4566 2007-05-27  Bruno Haible  <bruno@clisp.org>
4567
4568         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
4569
4570 2007-05-27  Bruno Haible  <bruno@clisp.org>
4571
4572         * modules/openmp: New file.
4573         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
4574         Noah Misch.
4575
4576 2007-05-26  Bruno Haible  <bruno@clisp.org>
4577
4578         * modules/chdir-long (Depends-on): Add fchdir.
4579         * modules/chdir-safer (Depends-on): Likewise.
4580         * modules/fts (Depends-on): Likewise.
4581         * modules/fts-lgpl (Depends-on): Likewise.
4582         * modules/openat (Depends-on): Likewise.
4583         * modules/savewd (Depends-on): Likewise.
4584
4585 2007-05-24  Eric Blake  <ebb9@byu.net>
4586
4587         Fix lseek on mingw.
4588         * modules/lseek: New module.
4589         * m4/lseek.m4: New file.
4590         * lib/lseek.c: New file.
4591         * modules/lseek-tests: New file.
4592         * tests/test-lseek.c: New file.
4593         * tests/test-lseek.sh: New file.
4594         * MODULES.html.sh: Document lseek module.
4595         * modules/fflush (Depends-on): Add lseek, fseeko.
4596         * modules/fseeko (Depends-on): Likewise.
4597         * modules/ftello (Depends-on): Likewise.
4598         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
4599         broken.
4600         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
4601         broken.
4602         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
4603         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
4604         * lib/ftello.c (rpl_ftello): Likewise.
4605         * tests/test-fseeko.c (main): Test this.
4606         * tests/test-fseeko.sh: Likewise.
4607         * tests/test-ftello.c (main): Likewise.
4608         * tests/test-ftello.sh: Likewise.
4609         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
4610         implies replacing fseek.
4611         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
4612         HAVE_FTELLO.
4613         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
4614         * modules/unistd (Makefile.am): Likewise.
4615         * lib/unistd_.h (lseek): Declare a replacement.
4616         * doc/functions/lseek.texi (lseek): Document this fix.
4617         * doc/functions/fseek.texi (fseek): Likewise.
4618         * doc/functions/ftell.texi (ftell): Likewise.
4619
4620 2007-05-24  Bruno Haible  <bruno@clisp.org>
4621
4622         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
4623         in the printed representation of a NaN.
4624         * tests/test-vasprintf-posix.c (test_function): Likewise.
4625         * tests/test-snprintf-posix.h (test_function): Likewise.
4626         * tests/test-sprintf-posix.h (test_function): Likewise.
4627         Reported by Eric Blake.
4628
4629 2007-05-23  Eric Blake  <ebb9@byu.net>
4630
4631         Fix fseeko/ftello on cygwin 1.5.24.
4632         * doc/functions/fseeko.texi (fseeko): Document the fix.
4633         * doc/functions/ftello.texi (ftello): Document the fix.
4634         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4635         * doc/functions/stdout.text (stdout): New file.
4636         * doc/functions/stderr.text (stderr): New file.
4637         * doc/gnulib.texi (Function Substitutes): Use new files.
4638         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4639         prior to 1.7.0.
4640         * tests/test-ftello.c (main): Likewise for ftello.
4641         * tests/test-fseeko.sh: New file.
4642         * tests/test-ftello.sh: New file.
4643         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4644         with seekable stdin.
4645         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4646         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4647         (gl_REPLACE_FSEEKO): New macro.
4648         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4649         * modules/fseeko (Files): Distribute fseeko.c.
4650         * modules/ftello (Files): Distribute ftello.c.
4651         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4652         mode.
4653         * lib/ftello.c (rpl_ftello): New file.
4654         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4655         fseeko, ftello.
4656         (gl_STDIN_LARGE_OFFSET): New macro.
4657         * modules/stdio (Makefile.am): Perform the replacement.
4658         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4659
4660 2007-05-23  Bruno Haible  <bruno@clisp.org>
4661
4662         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4663         GNULIB_POSIXCHECK is defined.
4664
4665 2007-05-21  Bruno Haible  <bruno@clisp.org>
4666
4667         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4668         Check also the output for NaN arguments. When cross-compiling, guess
4669         no on IRIX.
4670         * lib/vasnprintf.c: Update comments.
4671         * tests/test-vasnprintf-posix.c (strisnan): New function.
4672         (test_function): Use it.
4673         * tests/test-vasprintf-posix.c (strisnan): New function.
4674         (test_function): Use it.
4675         * tests/test-snprintf-posix.h (strisnan): New function.
4676         (test_function): Use it.
4677         * tests/test-sprintf-posix.h (strisnan): New function.
4678         (test_function): Use it.
4679         Reported by Eric Blake.
4680
4681 2007-05-20  Bruno Haible  <bruno@clisp.org>
4682
4683         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4684         numbers that fails on BeOS.
4685         * doc/functions/frexpl.texi: Update.
4686
4687 2007-05-20  Jim Meyering  <jim@meyering.net>
4688
4689         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4690         forced upon us by glibc-2.6.
4691
4692 2007-05-20  Bruno Haible  <bruno@clisp.org>
4693
4694         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4695         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4696         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4697         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4698         NEED_PRINTF_INFINITE.
4699         (is_infinitel): New function.
4700         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4701         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4702         gl_PREREQ_VASNPRINTF_INFINITE.
4703         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4704         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4705         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4706         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4707         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4708         gl_PREREQ_VASNPRINTF_INFINITE.
4709         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4710         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4711         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4712         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4713         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4714         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4715         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4716         * doc/functions/fprintf.texi: Update.
4717         * doc/functions/printf.texi: Update.
4718         * doc/functions/snprintf.texi: Update.
4719         * doc/functions/sprintf.texi: Update.
4720         * doc/functions/vfprintf.texi: Update.
4721         * doc/functions/vprintf.texi: Update.
4722         * doc/functions/vsnprintf.texi: Update.
4723         * doc/functions/vsprintf.texi: Update.
4724
4725 2007-05-20  Bruno Haible  <bruno@clisp.org>
4726
4727         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4728         was not found in libc.
4729         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4730
4731 2007-05-20  Bruno Haible  <bruno@clisp.org>
4732
4733         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4734         printed as "-nan" instead of "nan".
4735         * tests/test-vasprintf-posix.c (test_function): Likewise.
4736         * tests/test-snprintf-posix.h (test_function): Likewise.
4737         * tests/test-sprintf-posix.h (test_function): Likewise.
4738         Needed for HP-UX 11.
4739
4740 2007-05-20  Jim Meyering  <jim@meyering.net>
4741
4742         Fix buggy test for the fchownat-deref bug.
4743         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4744         symlink required for the run-test.  Without it, this test would
4745         always declare that fchownat doesn't work, and client code would
4746         unnecessarily use the replacement function with fixed libc.
4747         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4748         Reported by Greg Schafer.
4749
4750 2007-05-19  Bruno Haible  <bruno@clisp.org>
4751
4752         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4753         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4754         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4755         Needed for IRIX 6.5 and Solaris 2.5.1.
4756
4757 2007-05-19  Bruno Haible  <bruno@clisp.org>
4758
4759         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4760         (test_function): Skip tests involving -0.0 on platforms where
4761         -0.0 = 0.0.
4762         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4763         (test_function): Skip tests involving -0.0 on platforms where
4764         -0.0 = 0.0.
4765         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4766         (test_function): Skip tests involving -0.0 on platforms where
4767         -0.0 = 0.0.
4768         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4769         (test_function): Skip tests involving -0.0 on platforms where
4770         -0.0 = 0.0.
4771         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4772         tests.
4773         * tests/test-printf-posix.h (test_function): Likewise.
4774         * tests/test-printf-posix.output: Remove all -0.0 related results.
4775         Needed for IRIX 6.5.
4776
4777 2007-05-19  Bruno Haible  <bruno@clisp.org>
4778
4779         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4780         printed as "nan0x7fffffff" instead of "nan".
4781         * tests/test-vasprintf-posix.c (test_function): Likewise.
4782         * tests/test-snprintf-posix.h (test_function): Likewise.
4783         * tests/test-sprintf-posix.h (test_function): Likewise.
4784         * tests/test-fprintf-posix.h (NaN): Remove macro.
4785         (test_function): Remove all NaN related tests.
4786         * tests/test-printf-posix.h (NaN): Remove macro.
4787         (test_function): Remove all NaN related tests.
4788         * tests/test-printf-posix.output: Remove all NaN related results.
4789         Needed for IRIX 6.5.
4790
4791 2007-05-19  Bruno Haible  <bruno@clisp.org>
4792
4793         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4794         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4795
4796 2007-05-19  Bruno Haible  <bruno@clisp.org>
4797
4798         * lib/float_.h: New file.
4799         * m4/float_h.m4: New file.
4800         * modules/float: New file.
4801         * modules/isnanl (Dependencies): Add float.
4802         * modules/isnanl-nolibm (Dependencies): Likewise.
4803         * modules/mathl (Dependencies): Likewise.
4804         * modules/printf-frexpl (Dependencies): Likewise.
4805         * modules/signbit (Dependencies): Likewise.
4806         * modules/vasnprintf (Dependencies): Likewise.
4807         * doc/headers/float.texi: Update.
4808
4809 2007-05-19  Jim Meyering  <jim@meyering.net>
4810
4811         * lib/utimens.c (gl_futimens): Rename from futimens,
4812         now that glibc-2.6 declares futimens.
4813         * lib/utimens.h: Likewise.
4814
4815 2007-05-19  Bruno Haible  <bruno@clisp.org>
4816
4817         Avoid test failures on mingw.
4818         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4819         * tests/test-printf-posix.sh: Likewise.
4820         * tests/test-vfprintf-posix.sh: Likewise.
4821         * tests/test-vprintf-posix.sh: Likewise.
4822
4823 2007-05-19  Bruno Haible  <bruno@clisp.org>
4824
4825         Fix *printf result for NaN, Inf, -0.0 on mingw.
4826         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4827         * lib/vasnprintf.c: Include math.h and isnan.h.
4828         (is_infinite_or_zero): New function.
4829         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4830         values in the %f, %F, %e, %E, %g, %G directives.
4831         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4832         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4833         gl_PRINTF_INFINITE and test its result. Invoke
4834         gl_PREREQ_VASNPRINTF_INFINITE.
4835         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4836         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4837         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4838         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4839         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4840         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4841         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4842         * doc/functions/fprintf.texi: Update.
4843         * doc/functions/printf.texi: Update.
4844         * doc/functions/snprintf.texi: Update.
4845         * doc/functions/sprintf.texi: Update.
4846         * doc/functions/vfprintf.texi: Update.
4847         * doc/functions/vprintf.texi: Update.
4848         * doc/functions/vsnprintf.texi: Update.
4849         * doc/functions/vsprintf.texi: Update.
4850
4851 2007-05-19  Bruno Haible  <bruno@clisp.org>
4852
4853         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4854         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4855         Instead of multiplying with 10^k, set extra_zeroes to k.
4856         (scale10_round_long_double): Remove function.
4857
4858 2007-05-18  Bruno Haible  <bruno@clisp.org>
4859
4860         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4861         introduced on 2007-05-06.
4862
4863 2007-05-18  Bruno Haible  <bruno@clisp.org>
4864
4865         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4866         %g directives.
4867         * tests/test-vasprintf-posix.c (test_function): Likewise.
4868         * tests/test-snprintf-posix.h (test_function): Likewise.
4869         * tests/test-sprintf-posix.h (test_function): Likewise.
4870
4871 2007-05-18  Bruno Haible  <bruno@clisp.org>
4872
4873         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4874         (strmatch): New function.
4875         (test_function): Test the %f directive on numbers of various exponents.
4876         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4877         (strmatch): New function.
4878         (test_function): Test the %f directive on numbers of various exponents.
4879         * tests/test-snprintf-posix.h (strmatch): New function.
4880         (test_function): Test the %f directive on numbers of various exponents.
4881         * tests/test-sprintf-posix.h (strmatch): New function.
4882         (test_function): Test the %f directive on numbers of various exponents.
4883         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4884         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4885         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4886         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4887
4888 2007-05-18  Bruno Haible  <bruno@clisp.org>
4889
4890         Add support for 'long double' number output.
4891         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4892         * lib/vasnprintf.c: Include math.h and float+.h.
4893         (mp_limb_t): New type.
4894         (GMP_LIMB_BITS): New macro.
4895         (mp_twolimb_t): New type.
4896         (GMP_TWOLIMB_BITS): New macro.
4897         (mpn_t): New type.
4898         (multiply, divide, convert_to_decimal, decode_long_double,
4899         scale10_round_long_double, scale10_round_decimal_long_double,
4900         floorlog10l): New functions.
4901         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4902         for the %f, %F, %e, %E, %g, %G directives.
4903         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4904         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4905         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4906         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4907         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4908         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4909         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4910         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4911         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4912         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4913         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4914         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4915         * modules/snprintf-posix (Depends-on): Likewise.
4916         * modules/sprintf-posix (Depends-on): Likewise.
4917         * modules/vasnprintf-posix (Depends-on): Likewise.
4918         * modules/vasprintf-posix (Depends-on): Likewise.
4919         * modules/vfprintf-posix (Depends-on): Likewise.
4920         * modules/vsnprintf-posix (Depends-on): Likewise.
4921         * modules/vsprintf-posix (Depends-on): Likewise.
4922         * modules/vasnprintf (Files): Add lib/float+.h.
4923         * doc/functions/fprintf.texi: Update.
4924         * doc/functions/printf.texi: Update.
4925         * doc/functions/snprintf.texi: Update.
4926         * doc/functions/sprintf.texi: Update.
4927         * doc/functions/vfprintf.texi: Update.
4928         * doc/functions/vprintf.texi: Update.
4929         * doc/functions/vsnprintf.texi: Update.
4930         * doc/functions/vsprintf.texi: Update.
4931
4932 2007-05-18  Bruno Haible  <bruno@clisp.org>
4933
4934         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4935
4936 2007-05-18  Bruno Haible  <bruno@clisp.org>
4937
4938         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4939         for printing 64-bit integers. Needed for mingw.
4940
4941 2007-05-18  Bruno Haible  <bruno@clisp.org>
4942
4943         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4944         gl_FUNC_FREXPL_WORKS.
4945         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4946
4947 2007-05-18  Bruno Haible  <bruno@clisp.org>
4948
4949         * modules/frexpl-nolibm-tests: New file.
4950
4951         * modules/frexpl-nolibm: New file.
4952         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4953
4954 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4955
4956         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4957         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4958         GCC 4.2, which otherwise issues a lot of warnings.
4959         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4960         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4961         Likewise.
4962         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4963         * modules/iconv_open (iconv.h): Likewise.
4964         * modules/locale (locale.h): Likewise.
4965         * modules/netinet_in (netinet/in.h): Likewise.
4966         * modules/sys_select (sys_select.h): Likewise.
4967         * modules/sys_socket (sys/socket.h): Likewise.
4968         * modules/sys_stat (sys/stat.h): Likewise.
4969         * modules/sysexits (sysexits.h): Likewise.
4970         * modules/unistd (unistd.h): Likewise.
4971
4972 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4973
4974         * modules/closein-tests (Makefile.am): Distribute
4975         `test-closein.sh'.
4976
4977 2007-05-17  Bruno Haible  <bruno@clisp.org>
4978
4979         * tests/test-printf-posix.output: Renamed from
4980         tests/test-fprintf-posix.out.
4981         * modules/fprintf-posix-tests: Update.
4982         * modules/printf-posix-tests: Update.
4983         * modules/vfprintf-posix-tests: Update.
4984         * modules/vprintf-posix-tests: Update.
4985         * tests/test-fprintf-posix.sh: Update.
4986         * tests/test-printf-posix.sh: Update.
4987         * tests/test-vfprintf-posix.sh: Update.
4988         * tests/test-vprintf-posix.sh: Update.
4989         Reported by Ralf Wildenhues.
4990
4991 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4992
4993         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4994         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4995         GCC 4.2, which otherwise issues a lot of warnings.
4996         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4997         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4998         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4999         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
5000         it should no longer be needed.
5001         * lib/string_.h: Likewise.
5002         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
5003         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
5004         * modules/inttypes (inttypes.h): Likewise.
5005         * modules/math (math.h): Likewise.
5006         * modules/search (search.h): Likewise.
5007         * modules/signal (signal.h): Likewise.
5008         * modules/stdint (stdint.h): Likewise.
5009         * modules/stdio (stdio.h): Likewise.
5010         * modules/stdlib (stdlib.h): Likewise.
5011         * modules/string (string.h): Likewise.
5012         * modules/sys_time (sys/time.h): Likewise.
5013         * modules/time (time.h): Likewise.
5014         * modules/wchar (wchar.h): Likewise.
5015         * modules/wctype (wtype.h): Likewise.
5016
5017 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5018
5019         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
5020
5021 2007-05-13  Bruno Haible  <bruno@clisp.org>
5022
5023         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
5024         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5025         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
5026         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5027         (gl_PREREQ_STRTOK_R): Don't require it here.
5028
5029 2007-05-13  Bruno Haible  <bruno@clisp.org>
5030
5031         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
5032         when used in C++ mode.
5033
5034 2007-05-12  Bruno Haible  <bruno@clisp.org>
5035
5036         * lib/linebuffer.h: Tweak doc.
5037         * lib/linebuffer.c: Likewise.
5038
5039 2007-05-12  James Youngman  <jay@gnu.org>
5040
5041         * lib/linebuffer.c (readlinebuffer_delim): New function,
5042         like readlinebuffer, but use a caller-specified delimiter.
5043         (readlinebuffer): Just call readlinebuffer_delim with '\n'
5044         as the delimiter.
5045         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
5046
5047 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5048
5049         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
5050         * modules/openat (Files): Remove openat-die.c.
5051         (Depends-on): Add openat-die.
5052         * modules/openat-die: New module.
5053
5054 2007-05-06  Bruno Haible  <bruno@clisp.org>
5055
5056         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
5057         Update with info about Cygwin.
5058         * doc/functions/fprintf.texi: Update.
5059         * doc/functions/printf.texi: Update.
5060         * doc/functions/snprintf.texi: Update.
5061         * doc/functions/sprintf.texi: Update.
5062         * doc/functions/vfprintf.texi: Update.
5063         * doc/functions/vprintf.texi: Update.
5064         * doc/functions/vsnprintf.texi: Update.
5065         * doc/functions/vsprintf.texi: Update.
5066         Reported by Eric Blake.
5067
5068 2007-05-06  Bruno Haible  <bruno@clisp.org>
5069
5070         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
5071         padding ourselves for the floating-point directives.
5072         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
5073         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
5074         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5075         gl_PRINTF_FLAG_ZERO and test its result. Invoke
5076         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
5077         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5078         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
5079         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5080         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5081         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5082         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5083         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5084         * tests/test-snprintf-posix.h (test_function): Also check the width
5085         and some flags in the %f directive.
5086         * tests/test-sprintf-posix.h (test_function): Likewise.
5087         * tests/test-vasnprintf-posix.c (test_function): Likewise.
5088         * tests/test-vasprintf-posix.c (test_function): Likewise.
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
5098 2007-05-06  Bruno Haible  <bruno@clisp.org>
5099
5100         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
5101         pass the ' flag character to sprintf or snprintf.
5102         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
5103         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
5104         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5105         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
5106         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
5107         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5108         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
5109         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5110         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5111         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5112         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5113         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5114         * tests/test-snprintf-posix.h (test_function): Also check the grouping
5115         flag.
5116         * tests/test-sprintf-posix.h (test_function): Likewise.
5117         * tests/test-vasnprintf-posix.c (test_function): Likewise.
5118         * tests/test-vasprintf-posix.c (test_function): Likewise.
5119         * doc/functions/fprintf.texi: Update.
5120         * doc/functions/printf.texi: Update.
5121         * doc/functions/snprintf.texi: Update.
5122         * doc/functions/sprintf.texi: Update.
5123         * doc/functions/vfprintf.texi: Update.
5124         * doc/functions/vprintf.texi: Update.
5125         * doc/functions/vsnprintf.texi: Update.
5126         * doc/functions/vsprintf.texi: Update.
5127
5128 2007-05-01  Bruno Haible  <bruno@clisp.org>
5129
5130         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
5131
5132 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5133
5134         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
5135         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
5136
5137 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5138
5139         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
5140         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
5141         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
5142
5143 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
5144
5145         * lib/argp-help.c (struct hol_entry): New member `ord'.
5146         (HOL_ENTRY_PTRCMP): Use ord for comparison
5147         (hol_sort): Initialize ord.
5148
5149 2007-05-01  Bruno Haible  <bruno@clisp.org>
5150
5151         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
5152         Reported by Eric Blake.
5153         * doc/gnulib.texi (Function Substitutes): Update.
5154
5155 2007-05-01  Bruno Haible  <bruno@clisp.org>
5156
5157         * doc/functions.texi: Remove file, now redundant through
5158         doc/functions/*.texi.
5159
5160 2007-05-01  Bruno Haible  <bruno@clisp.org>
5161
5162         * modules/argp (Depends-on): Add sleep.
5163
5164 2007-05-01  Bruno Haible  <bruno@clisp.org>
5165
5166         * modules/sleep-tests: New file.
5167         * tests/test-sleep.c: New file.
5168
5169         * modules/sleep: New file.
5170         * lib/sleep.c: New file.
5171         * m4/sleep.m4: New file.
5172         * lib/unistd_.h (sleep): New declaration.
5173         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
5174         HAVE_SLEEP.
5175         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
5176         * doc/functions/sleep.texi: Document the sleep module.
5177
5178 2007-05-01  Bruno Haible  <bruno@clisp.org>
5179
5180         * lib/sigprocmask.h: Remove file.
5181         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
5182         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
5183         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
5184         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
5185         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
5186         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
5187         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
5188         HAVE_SIGSET_T as a shell variable.
5189         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
5190         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
5191         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
5192         (Depends-on): Add signal. Remove verify.
5193         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
5194         (Include): Mention <signal.h> instead of sigprocmask.h.
5195         * NEWS: Mention the change.
5196         * lib/fatal-signal.c: Don't include sigprocmask.h.
5197
5198 2007-05-01  Bruno Haible  <bruno@clisp.org>
5199
5200         * modules/signal: New file.
5201         * lib/signal_.h: New file.
5202         * m4/signal_h.m4: New file.
5203
5204 2007-05-01  Bruno Haible  <bruno@clisp.org>
5205
5206         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
5207         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
5208         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
5209         HAVE_WCTYPE_CTMP_BUG into wctype.h.
5210
5211 2007-05-01  Bruno Haible  <bruno@clisp.org>
5212
5213         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
5214         configure time.
5215         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
5216         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
5217         * modules/sys_stat (Makefile.am): Substitute their values into
5218         sys/stat.h.
5219
5220 2007-05-01  Bruno Haible  <bruno@clisp.org>
5221
5222         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
5223         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
5224         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
5225
5226 2007-05-01  Bruno Haible  <bruno@clisp.org>
5227
5228         * doc/header/assert.texi: Undo last change: don't mention the gnulib
5229         'assert' module here.
5230
5231 2007-05-01  Bruno Haible  <bruno@clisp.org>
5232
5233         * doc/functions/*.texi: New files.
5234         * doc/functions/google-ranking.txt: New file.
5235         * doc/gnulib.texi (Function Substitutes): New chapter.
5236         (ctime, inet_ntoa): Remove sections.
5237         * doc/ctime.texi: Remove file.
5238         * doc/inet_ntoa.texi: Remove file.
5239         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
5240         dependencies.
5241         (%.info): New rule, specifying a --reference-limit.
5242
5243 2007-05-01  Bruno Haible  <bruno@clisp.org>
5244
5245         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
5246
5247 2007-05-01  Bruno Haible  <bruno@clisp.org>
5248
5249         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
5250         the portability of 'mkdir' to mingw systems.
5251
5252 2007-05-01  Bruno Haible  <bruno@clisp.org>
5253
5254         * doc/headers/google-ranking.txt: New file.
5255
5256 2007-04-30  Eric Blake  <ebb9@byu.net>
5257
5258         Prefer fseeko to fseek.
5259         * modules/getpass (Depends-on): Add fseeko.
5260         * lib/getpass.c (getpass): Use fseeko, not fseek.
5261
5262 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
5263
5264         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
5265         assumes the sorting is stable, while most qsort implementations
5266         are not.  Use argument addresses to ensure they never compare as
5267         equal.
5268
5269         * tests/test-argp-2.sh (usage-indent test): Fix output
5270         (func_compare): Restore diff options
5271         * tests/test-argp.c: Restore #include "progname.h"
5272
5273 2007-04-29  Bruno Haible  <bruno@clisp.org>
5274
5275         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
5276         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5277         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
5278         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5279         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
5280         (configure.ac): Define CHECK_SNPRINTF_POSIX.
5281         (TESTS, check_PROGRAMS): Add test-snprintf.
5282         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
5283         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
5284         (TESTS, check_PROGRAMS): Add test-vsnprintf.
5285         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
5286         assertions that fail on HP-UX, OSF/1, or IRIX.
5287         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
5288
5289 2007-04-29  Bruno Haible  <bruno@clisp.org>
5290
5291         * MODULES.html.sh (posix_functions): Remove 'contents'.
5292
5293 2007-04-29  Karl Berry  <karl@gnu.org>
5294
5295         * config/srclist.txt (gendocs_template_min): new entry.
5296
5297 2007-04-29  Bruno Haible  <bruno@clisp.org>
5298
5299         Work around fpurge bug on BSD systems.
5300         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
5301         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
5302         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
5303         fpurge to rpl_fpurge if the system already has this function.
5304         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
5305         the case where the system already has this function. Correct invariants
5306         on BSD systems.
5307         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
5308         BSD systems.
5309
5310 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5311
5312         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
5313         proposed by Sven Verdoolaege.
5314
5315         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
5316         options.
5317         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
5318         (usage and help tests): Update
5319
5320 2007-04-29  Bruno Haible  <bruno@clisp.org>
5321
5322         * tests/test-fflush.c (main): Use a file of size 17, not 10.
5323         Print more information in case of failure. Disable a test on BeOS.
5324
5325 2007-04-29  Bruno Haible  <bruno@clisp.org>
5326
5327         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
5328         This helps debugging on systems on which no gdb is available.
5329
5330 2007-04-29  Bruno Haible  <bruno@clisp.org>
5331
5332         * lib/freading.h: Improve comments.
5333         * lib/fwriting.h: Likewise.
5334         * tests/test-freading.c (main): Don't check freading immediately after
5335         repositioning. Needed for glibc.
5336
5337 2007-04-29  Bruno Haible  <bruno@clisp.org>
5338
5339         * lib/freading.c (freading): Trivial simplification.
5340
5341 2007-04-28  Bruno Haible  <bruno@clisp.org>
5342
5343         * tests/test-fwriting.c (main): Also test the interaction between
5344         fflush and fwriting.
5345         * modules/fwriting-tests (Depends-on): Add fflush.
5346
5347         * tests/test-freading.c (main): Also test the interaction between
5348         fflush and freading.
5349         * modules/freading-tests (Depends-on): Add fflush.
5350
5351 2007-04-28  Bruno Haible  <bruno@clisp.org>
5352
5353         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
5354         fseeko and ftello.
5355         Suggested by Eric Blake.
5356
5357 2007-04-28  Jim Meyering  <jim@meyering.net>
5358
5359         Avoid false-negative in gl_STDINT_H's C99 conformance test.
5360         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
5361         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
5362
5363 2007-04-27  Eric Blake  <ebb9@byu.net>
5364
5365         * doc/headers/assert.texi (assert.h): Document assert module use.
5366
5367 2007-04-27  Bruno Haible  <bruno@clisp.org>
5368
5369         * doc/headers/*.texi: New files.
5370         * doc/gnulib.texi (Header File Substitutes): New chapter.
5371         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
5372         dependencies.
5373         (standards.info ,standards.html, standards.dvi): Update dependencies.
5374         (mostlyclean, clean): New targets.
5375
5376 2007-04-27  Bruno Haible  <bruno@clisp.org>
5377
5378         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
5379         * modules/sysexits (Files, Makefile.am): Update.
5380
5381         * lib/sys_socket_.h: Renamed from lib/socket_.h.
5382         * modules/sys_socket (Files, Makefile.am): Update.
5383
5384         * lib/sys_stat_.h: Renamed from lib/stat_.h.
5385         * modules/sys_stat (Files, Makefile.am): Update.
5386
5387 2007-04-27  Eric Blake  <ebb9@byu.net>
5388
5389         * lib/freading.h: Improve comments.
5390         * lib/fwriting.h: Likewise.
5391         * lib/fflush.c: Likewise.
5392
5393         Fix closein for mingw.
5394         * modules/closein-tests: Add tests for closein.
5395         * tests/test-closein.c: New file.
5396         * tests/test-closein.sh: Likewise.
5397         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
5398         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
5399
5400 2007-04-27  Bruno Haible  <bruno@clisp.org>
5401
5402         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
5403         version is < 6.
5404         * lib/math_.h [__DECC]: Likewise.
5405         * lib/stdio_.h [__DECC]: Likewise.
5406         * lib/stdlib_.h [__DECC]: Likewise.
5407         * lib/string_.h [__DECC]: Likewise.
5408         * lib/time_.h [__DECC]: Likewise.
5409         * lib/wchar_.h [__DECC]: Likewise.
5410         * lib/wctype_.h [__DECC]: Likewise.
5411
5412 2007-04-27  Bruno Haible  <bruno@clisp.org>
5413
5414         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
5415
5416 2007-04-27  Bruno Haible  <bruno@clisp.org>
5417
5418         * lib/fflush.c: Add comments.
5419         * modules/fpurge-tests (Depends-on): Add fflush.
5420         * modules/freadable-tests (Depends-on): Likewise.
5421         * modules/fwritable-tests (Depends-on): Likewise.
5422
5423 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
5424
5425         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
5426         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
5427         Report by Bruno Haible <bruno@clisp.org>.
5428
5429 2007-04-26  Eric Blake  <ebb9@byu.net>
5430
5431         Fix fflush on mingw.
5432         * modules/fflush (Depends-on): Add freading.
5433         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
5434         but unread data.
5435
5436 2007-04-26  Eric Blake  <ebb9@byu.net>
5437         and Bruno Haible  <bruno@clisp.org>
5438
5439         Implement freading and fwriting.
5440         * lib/freading.c: New file.
5441         * lib/freading.h: Likewise.
5442         * m4/freading.m4: Likewise.
5443         * modules/freading: Likewise.
5444         * modules/freading-tests: Likewise.
5445         * tests/test-freading.c: Likewise.
5446         * lib/fwriting.c: New file.
5447         * lib/fwriting.h: Likewise.
5448         * m4/fwriting.m4: Likewise.
5449         * modules/fwriting: Likewise.
5450         * modules/fwriting-tests: Likewise.
5451         * tests/test-fwriting.c: Likewise.
5452         * MODULES.html.sh (File stream based Input/Output): Mention them.
5453
5454 2007-04-26  Bruno Haible  <bruno@clisp.org>
5455
5456         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
5457         'long' when we assume it.
5458         Suggested by Eric Blake.
5459
5460 2007-04-26  Bruno Haible  <bruno@clisp.org>
5461
5462         Ensure fseeko, ftello are declared on glibc systems.
5463         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
5464         * modules/fseeko (configure.ac-early): Likewise.
5465         * modules/ftello (configure.ac-early): Likewise.
5466         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
5467         AC_FUNC_FSEEKO for this.
5468         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
5469         (gl_CHECK_FSEEKO): Remove macro.
5470
5471 2007-04-26  Bruno Haible  <bruno@clisp.org>
5472
5473         * tests/test-fflush.c (main): Also check the ftell result after
5474         fflush and fseek/fseeko.
5475         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
5476         file descriptor position cache in the stream.
5477         * lib/fseeko.c (rpl_fseeko): Likewise.
5478
5479 2007-04-26  Bruno Haible  <bruno@clisp.org>
5480
5481         * modules/fflush-tests (Depends-on): Add fseeko.
5482
5483 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
5484             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5485
5486         * lib/argz_.h: ensure error_t definition is obtained in same
5487         mechanism system argz.h would have.
5488         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
5489         argz facilities are known bad.  Err on the side of caution if
5490         cross-compiling.
5491
5492 2007-04-25  Eric Blake  <ebb9@byu.net>
5493
5494         * lib/fpurge.c (includes): Use stdlib.h for free.
5495         * tests/test-fflush.c (main): Also test fflush-fseeko.
5496
5497 2007-04-25  Bruno Haible  <bruno@clisp.org>
5498
5499         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
5500         * lib/fseeko.c: New file.
5501         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
5502         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
5503         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
5504         gl_FUNC_FSEEKO.
5505         (gl_FUNC_FSEEKO): Invoke it.
5506         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
5507         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
5508         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
5509
5510 2007-04-25  Bruno Haible  <bruno@clisp.org>
5511
5512         * modules/fflush (Depends-on): Add ftello.
5513
5514 2007-04-25  Bruno Haible  <bruno@clisp.org>
5515
5516         * modules/ftello-tests: New file.
5517         * tests/test-ftello.c: New file.
5518
5519         * modules/ftello: New file.
5520         * m4/ftello.m4: New file.
5521         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
5522         HAVE_FTELLO.
5523         * lib/stdio_.h (ftello): New declaration.
5524         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
5525         HAVE_FTELLO.
5526
5527 2007-04-25  Bruno Haible  <bruno@clisp.org>
5528
5529         * modules/fseeko-tests: New file.
5530         * tests/test-fseeko.c: New file.
5531
5532         * modules/fseeko: New file.
5533         * m4/fseeko.m4: New file.
5534         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
5535         HAVE_FSEEKO.
5536         * lib/stdio_.h (fseeko): New declaration.
5537         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
5538         HAVE_FSEEKO.
5539
5540 2007-04-25  Bruno Haible  <bruno@clisp.org>
5541
5542         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
5543
5544 2007-04-25  Bruno Haible  <bruno@clisp.org>
5545
5546         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
5547         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
5548         * tests/test-unistd.c: Likewise.
5549         * tests/test-fcntl.c: Likewise.
5550
5551 2007-04-23  Eric Blake  <ebb9@byu.net>
5552
5553         * lib/fflush.c: Fix missing include.
5554         Reported by Bruno Haible.
5555
5556 2007-04-23  Bruno Haible  <bruno@clisp.org>
5557
5558         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
5559         Reported by Eric Blake.
5560
5561 2007-04-23  Bruno Haible  <bruno@clisp.org>
5562
5563         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
5564
5565 2007-04-23  Bruno Haible  <bruno@clisp.org>
5566
5567         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
5568
5569 2007-04-23  Bruno Haible  <bruno@clisp.org>
5570
5571         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
5572         Needed on HP-UX 11.
5573
5574 2007-04-16  Eric Blake  <ebb9@byu.net>
5575
5576         Make fflush rely on fpurge.
5577         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
5578         open coding all variants.
5579         * modules/fflush (Depends-on): Add fpurge and unistd.
5580         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
5581         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
5582
5583         Fix --with-tests compilation on cygwin.
5584         * modules/argmatch-tests (Makefile.am): List gnulib library first
5585         in LDADD.
5586         * modules/argp-tests (Makefile.am): Likewise.
5587         * modules/array-list-tests (Makefile.am): Likewise.
5588         * modules/array-oset-tests (Makefile.am): Likewise.
5589         * modules/avltree-list-tests (Makefile.am): Likewise.
5590         * modules/avltree-oset-tests (Makefile.am): Likewise.
5591         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5592         * modules/carray-list-tests (Makefile.am): Likewise.
5593         * modules/dirname-tests (Makefile.am): Likewise.
5594         * modules/frexp-tests (Makefile.am): Likewise.
5595         * modules/isnanl-tests (Makefile.am): Likewise.
5596         * modules/linked-list-tests (Makefile.am): Likewise.
5597         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5598         * modules/lock-tests (Makefile.am): Likewise.
5599         * modules/rbtree-list-tests (Makefile.am): Likewise.
5600         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5601         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5602         * modules/tls-tests (Makefile.am): Likewise.
5603         * modules/tsearch-tests (Makefile.am): Likewise.
5604         * modules/xvasprintf-tests (Makefile.am): Likewise.
5605
5606         Fix fpurge for cygwin.
5607         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
5608         value.
5609         * modules/fpurge-tests (Depends-on): Clean up trash.
5610
5611 2007-04-16  Simon Josefsson  <simon@josefsson.org>
5612
5613         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
5614
5615         * m4/autobuild.m4: Re-indent.
5616
5617 2007-04-13  Bruno Haible  <bruno@clisp.org>
5618
5619         * modules/fpurge-tests: New file.
5620         * tests/test-fpurge.c: New file.
5621
5622         * modules/fpurge: New file.
5623         * lib/fpurge.h: New file.
5624         * lib/fpurge.c: New file.
5625         * m4/fpurge.m4: New file.
5626
5627 2007-04-13  Bruno Haible  <bruno@clisp.org>
5628
5629         * modules/fbufmode-tests: New file.
5630         * tests/test-fbufmode.c: New file.
5631
5632         * modules/fbufmode: New file.
5633         * lib/fbufmode.h: New file.
5634         * lib/fbufmode.c: New file.
5635         * m4/fbufmode.m4: New file.
5636
5637 2007-04-13  Bruno Haible  <bruno@clisp.org>
5638
5639         * modules/fwritable-tests: New file.
5640         * tests/test-fwritable.c: New file.
5641
5642         * modules/fwritable: New file.
5643         * lib/fwritable.h: New file.
5644         * lib/fwritable.c: New file.
5645         * m4/fwritable.m4: New file.
5646
5647 2007-04-13  Bruno Haible  <bruno@clisp.org>
5648
5649         * modules/freadable-tests: New file.
5650         * tests/test-freadable.c: New file.
5651
5652         * modules/freadable: New file.
5653         * lib/freadable.h: New file.
5654         * lib/freadable.c: New file.
5655         * m4/freadable.m4: New file.
5656
5657 2007-04-13  Bruno Haible  <bruno@clisp.org>
5658
5659         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5660         MOSTLYCLEANFILES.
5661
5662 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5663
5664         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5665         gzip bootstrap.conf to avoid dragging in i18n machinery.
5666         (gnulib_tool_option): Use it.
5667
5668 2007-04-13  Bruno Haible  <bruno@clisp.org>
5669
5670         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5671         %F directives.
5672         * tests/test-vasprintf-posix.c (test_function): Likewise.
5673         * tests/test-snprintf-posix.h (test_function): Likewise.
5674         * tests/test-sprintf-posix.h (test_function): Likewise.
5675         * tests/test-fprintf-posix.h (test_function): Likewise.
5676         * tests/test-printf-posix.h (test_function): Likewise.
5677         * tests/test-fprintf-posix.out: Likewise.
5678
5679 2007-04-13  Bruno Haible  <bruno@clisp.org>
5680
5681         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5682         * modules/tls-tests (configure.ac): Likewise.
5683         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5684
5685 2007-04-13  Bruno Haible  <bruno@clisp.org>
5686
5687         * lib/tls.c (glthread_tls_get): Fix return type.
5688         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5689
5690 2007-04-12  Eric Blake  <ebb9@byu.net>
5691
5692         * modules/gettime (Depends-on): Remove gettime.
5693         Reported by Dmitry V. Levin.
5694
5695 2007-04-12  Bruno Haible  <bruno@clisp.org>
5696
5697         * modules/fflush (Include): Mention <stdio.h>.
5698         * modules/strtoimax (Include): Mention <inttypes.h>.
5699         * modules/strtoumax (Include): Likewise.
5700
5701 2007-04-12  Eric Blake  <ebb9@byu.net>
5702
5703         * .cvsignore: New file.
5704         * .gitignore: Likewise.
5705
5706 2007-04-12  Bruno Haible  <bruno@clisp.org>
5707
5708         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5709         not before, since $(LDADD) often contains libgnu.a.
5710         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5711         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5712         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5713         Needed on Cygwin.
5714
5715 2007-04-12  Eric Blake  <ebb9@byu.net>
5716
5717         Work around glibc's failure to flush stdin on fclose.
5718         * lib/closein.c (close_stdin): Flush stdin before closing.
5719
5720         Work around glibc's failure to reset seekable stdin on exit.
5721         * modules/closein: New module.
5722         * lib/closein.c: New file.
5723         * lib/closein.h: Likewise.
5724         * m4/closein.m4: Likewise.
5725         * MODULES.html.sh (File stream based Input/Output): Document it.
5726
5727 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5728
5729         * gnulib-tool: Rename generated 'autobuild' script to
5730         'do-autobuild' in --create-megatestdir output.
5731
5732         * doc/gnulib.texi (Build robot for gnulib): Fix.
5733
5734 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5735
5736         * modules/sysexits (Depends-on): Add absolute-header.
5737
5738 2007-04-12  Eric Blake  <ebb9@byu.net>
5739
5740         No need to preserve errno on success.
5741         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5742         Reported by Bruno Haible.
5743
5744 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5745
5746         * MODULES.html.sh (Support for maintaining and releasing
5747         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5748
5749 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5750
5751         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5752
5753 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5754
5755         * modules/autobuild: New module.
5756
5757         * m4/autobuild.m4: New file.
5758
5759 2007-04-11  Bruno Haible  <bruno@clisp.org>
5760
5761         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5762         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5763         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5764         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5765         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5766         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5767         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5768         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5769         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5770         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5771         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5772         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5773         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5774         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5775         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5776         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5777         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5778         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5779         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5780         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5781         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5782         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5783         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5784         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5785         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5786         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5787         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5788         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5789         Reported by Eric Blake.
5790
5791 2007-04-11  Bruno Haible  <bruno@clisp.org>
5792
5793         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5794
5795 2007-04-10  Bruno Haible  <bruno@clisp.org>
5796
5797         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5798         for NaN and Infinity. Needed on FreeBSD 6.1.
5799         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5800         regarding results for "%010a" of Infinity and NaN.
5801         * tests/test-vasprintf-posix.c (test_function): Likewise.
5802         * tests/test-snprintf-posix.h (test_function): Likewise.
5803         * tests/test-sprintf-posix.h (test_function): Likewise.
5804         * tests/test-fprintf-posix.h (test_function): Likewise.
5805         * tests/test-printf-posix.h (test_function): Likewise.
5806         * tests/test-fprintf-posix.out: Likewise.
5807
5808 2007-04-10  Bruno Haible  <bruno@clisp.org>
5809
5810         * modules/locale-tests: New file.
5811         * tests/test-locale.c: New file.
5812
5813         * modules/locale: New file.
5814         * lib/locale_.h: New file.
5815         * m4/locale_h.m4: New file.
5816
5817 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5818             Bruno Haible  <bruno@clisp.org>
5819
5820         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5821         be determined, test for availability of the copysignf, copysign,
5822         copysignl functions.
5823         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5824         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5825         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5826
5827 2007-04-09  Eric Blake  <ebb9@byu.net>
5828
5829         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5830         * modules/stdio (Makefile.am): Support fflush.
5831         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5832         * modules/fflush: New file.
5833         * lib/fflush.c: Likewise.
5834         * m4/fflush.m4: Likewise.
5835         * modules/fflush-tests: New test.
5836         * tests/test-fflush.c: Likewise.
5837         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5838
5839 2007-04-06  Bruno Haible  <bruno@clisp.org>
5840
5841         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5842         (VASNPRINTF): Use signbit for faster determination whether to print a
5843         minus sign.
5844         * modules/vasnprintf (Files): Remove lib/float+.h.
5845         * modules/fprintf-posix (Depends-on): Add signbit.
5846         * modules/snprintf-posix (Depends-on): Likewise.
5847         * modules/sprintf-posix (Depends-on): Likewise.
5848         * modules/vasnprintf-posix (Depends-on): Likewise.
5849         * modules/vasprintf-posix (Depends-on): Likewise.
5850         * modules/vfprintf-posix (Depends-on): Likewise.
5851         * modules/vsnprintf-posix (Depends-on): Likewise.
5852         * modules/vsprintf-posix (Depends-on): Likewise.
5853
5854 2007-04-06  Bruno Haible  <bruno@clisp.org>
5855
5856         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5857         * tests/test-frexpl.c (main): Likewise.
5858         * tests/test-ldexpl.c (main): Likewise.
5859         * modules/frexp-tests (Depends-on): Add signbit.
5860         * modules/frexpl-tests (Depdends-on): Likewise.
5861         * modules/ldexpl-tests (Depdends-on): Likewise.
5862
5863 2007-04-06  Bruno Haible  <bruno@clisp.org>
5864
5865         * modules/signbit-tests: New file.
5866         * tests/test-signbit.c: New file.
5867
5868         * modules/signbit: New file.
5869         * lib/signbitf.c: New file.
5870         * lib/signbitd.c: New file.
5871         * lib/signbitl.c: New file.
5872         * m4/signbit.m4: New file.
5873         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5874         (signbit): New macro.
5875         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5876         REPLACE_SIGNBIT.
5877         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5878         REPLACE_FREXPL into math.h.
5879
5880 2007-04-06  Bruno Haible  <bruno@clisp.org>
5881
5882         * modules/isnanf-nolibm-tests: New file.
5883         * tests/test-isnanf.c: New file.
5884
5885         * modules/isnanf-nolibm: New file.
5886         * lib/isnanf.h: New file.
5887         * lib/isnanf.c: New file.
5888         * lib/isnan.c: Consider the USE_FLOAT macro.
5889         * m4/isnanf.m4: New file.
5890
5891 2007-04-06  Bruno Haible  <bruno@clisp.org>
5892
5893         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5894         (Link): New section.
5895
5896         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5897
5898 2007-04-06  Bruno Haible  <bruno@clisp.org>
5899
5900         Assume the 'long double' type.
5901         * m4/longdouble.m4: Remove file.
5902         * config/srclist.txt: Don't mention longdouble.m4.
5903         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5904         * lib/float+.h: Likewise.
5905         * lib/frexp.c: Likewise.
5906         * lib/printf-args.h: Likewise.
5907         * lib/printf-args.c: Likewise.
5908         * lib/printf-frexp.c: Likewise.
5909         * lib/printf-parse.c: Likewise.
5910         * lib/vasnprintf.c: Likewise.
5911         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5912         * m4/intl.m4: Likewise.
5913         * m4/isnanl.m4: Likewise.
5914         * m4/printf.m4: Likewise.
5915         * m4/printf-frexpl.m4: Likewise.
5916         * m4/vasnprintf.m4: Likewise.
5917         * modules/allocsa (Files): Remove m4/longdouble.m4.
5918         * modules/gettext (Files): Likewise.
5919         * modules/relocatable-prog-wrapper (Files): Likewise.
5920         * modules/vasnprintf (Files): Likewise.
5921         * modules/isnanl (Files): Likewise.
5922         (Include): Simplify.
5923         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5924         (Include): Simplify.
5925         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5926         (Include): Simplify.
5927         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5928         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5929         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5930         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5931         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5932         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5933         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5934         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5935         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5936         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5937         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5938         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5939         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5940         * tests/test-isnanl.c: Likewise.
5941         * tests/test-snprintf-posix.h: Likewise.
5942         * tests/test-sprintf-posix.h: Likewise.
5943         * tests/test-vasnprintf-posix.c: Likewise.
5944         * tests/test-vasnprintf-posix2.c: Likewise.
5945         * tests/test-vasprintf-posix.c: Likewise.
5946
5947 2007-04-06  Bruno Haible  <bruno@clisp.org>
5948
5949         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5950         * lib/math_.h [__DECC]: Include the overridden include file through
5951         #include_next, outside the double-inclusion guard.
5952         * lib/stdio_.h [__DECC]: Likewise.
5953         * lib/stdlib_.h [__DECC]: Likewise.
5954         * lib/string_.h [__DECC]: Likewise.
5955         * lib/time_.h [__DECC]: Likewise.
5956         * lib/wchar_.h [__DECC]: Likewise.
5957         * lib/wctype_.h [__DECC]: Likewise.
5958         * lib/inttypes_.h [__DECC]: Likewise.
5959         Reported by Albert Chin <china@thewrittenword.com> in
5960         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5961
5962 2007-04-04  Eric Blake  <ebb9@byu.net>
5963
5964         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5965         1.5.x.
5966
5967 2007-04-04  Bruno Haible  <bruno@clisp.org>
5968
5969         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5970         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5971
5972 2007-04-04  Bruno Haible  <bruno@clisp.org>
5973
5974         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5975         results for "%010a" of Infinity and NaN.
5976         * tests/test-vasprintf-posix.c (test_function): Likewise.
5977         * tests/test-snprintf-posix.h (test_function): Likewise.
5978         * tests/test-sprintf-posix.h (test_function): Likewise.
5979         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5980         * tests/test-printf-posix.h (test_function): Likewise.
5981         * tests/test-fprintf-posix.out: Update.
5982         Needed for FreeBSD 6.1.
5983
5984 2007-04-04  Bruno Haible  <bruno@clisp.org>
5985
5986         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5987         directly used by the gnulib modules nor by gnulib-tool.
5988
5989 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5990
5991         * DEPENDENCIES: Give overall description of version dependency
5992         desirability.  Use more-typical names for apps.
5993         Add shell, coreutils, diffutils, grep, tar, gzip.
5994
5995 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5996
5997         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5998
5999 2007-04-04  Karl Berry  <karl@gnu.org>
6000
6001         * MODULES.html.sh (func_module): missing '.
6002
6003 2007-04-03  Bruno Haible  <bruno@clisp.org>
6004
6005         * modules/argmatch-tests (Makefile.am): New variable
6006         test_argmatch_LDADD.
6007         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
6008         * modules/array-list-tests (Makefile.am): New variable
6009         test_array_list_LDADD.
6010         * modules/array-oset-tests (Makefile.am): New variable
6011         test_array_oset_LDADD.
6012         * modules/avltree-list-tests (Makefile.am): New variable
6013         test_avltree_list_LDADD.
6014         * modules/avltree-oset-tests (Makefile.am): New variable
6015         test_avltree_oset_LDADD.
6016         * modules/avltreehash-list-tests (Makefile.am): New variable
6017         test_avltreehash_list_LDADD.
6018         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
6019         test_canonicalize_lgpl_LDADD.
6020         * modules/carray-list-tests (Makefile.am): New variable
6021         test_carray_list_LDADD.
6022         * modules/dirname-tests (Makefile.am): New variable
6023         test_dirname_LDADD.
6024         * modules/linked-list-tests (Makefile.am): New variable
6025         test_linked_list_LDADD.
6026         * modules/linkedhash-list-tests (Makefile.am): New variable
6027         test_linkedhash_list_LDADD.
6028         * modules/rbtree-list-tests (Makefile.am): New variable
6029         test_rbtree_list_LDADD.
6030         * modules/rbtree-oset-tests (Makefile.am): New variable
6031         test_rbtree_oset_LDADD.
6032         * modules/rbtreehash-list-tests (Makefile.am): New variable
6033         test_rbtreehash_list_LDADD.
6034         * modules/xvasprintf-tests (Makefile.am): New variable
6035         test_xvasprintf_LDADD.
6036         Reported by Eric Blake.
6037
6038 2007-04-03  Eric Blake  <ebb9@byu.net>
6039
6040         * DEPENDENCIES: Weaken m4 requirements.
6041
6042 2007-04-03  Bruno Haible  <bruno@clisp.org>
6043
6044         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
6045         * modules/isnanl-tests (configure.ac): Likewise.
6046
6047 2007-04-03  Ben Pfaff  <blp@gnu.org>
6048
6049         * modules/iconv_open: Add $(srcdir)/ to source directory
6050         references in Makefile fragments that call gperf, to fix VPATH
6051         builds.
6052
6053 2007-04-03  Bruno Haible  <bruno@clisp.org>
6054
6055         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
6056         * lib/ldexpl.c: Undo last change.
6057
6058 2007-04-03  Bruno Haible  <bruno@clisp.org>
6059
6060         * modules/printf-frexpl (Depends-on): Undo last change.
6061         (Files): Add m4/ldexpl.m4.
6062
6063 2007-04-03  Bruno Haible  <bruno@clisp.org>
6064
6065         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
6066         * modules/isnanl (Link): New section.
6067
6068         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
6069         * modules/frexp (Link): New section.
6070
6071         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
6072         * modules/frexpl (Link): New section.
6073
6074         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
6075         * modules/ldexpl (Link): New section.
6076
6077 2007-04-03  Bruno Haible  <bruno@clisp.org>
6078
6079         * modules/TEMPLATE-EXTENDED: New file.
6080         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
6081
6082 2007-04-03  Bruno Haible  <bruno@clisp.org>
6083
6084         * DEPENDENCIES: New file.
6085         Suggested by Simon Josefsson.
6086
6087 2007-04-03  Bruno Haible  <bruno@clisp.org>
6088
6089         * doc/gnulib.texi: Escape @.
6090
6091 2007-04-03  James Youngman  <jay@gnu.org>
6092         and Paul Eggert  <eggert@cs.ucla.edu>
6093
6094         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
6095         birthtime on all systems that have birthtime, not just those which
6096         use st_birthtimensec rather than st_birthtim.  Putting zero in
6097         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
6098         that the birth time is not available for files on an NFS mount.
6099
6100 2007-04-03  Simon Josefsson  <simon@josefsson.org>
6101
6102         * modules/memxor: Move back from crypto/, suggested by Bruno.
6103         * modules/crypto/hmac-sha1: Fix memxor dependency.
6104
6105         * modules/crypto/gc: Moved from ../.
6106
6107 2007-04-02  Eric Blake  <ebb9@byu.net>
6108
6109         * lib/ldexpl.c (includes): Avoid libm.
6110
6111         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
6112
6113 2007-04-02  Bruno Haible  <bruno@clisp.org>
6114
6115         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
6116         on IRIX.
6117
6118 2007-04-02  Bruno Haible  <bruno@clisp.org>
6119
6120         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
6121         x86 or x86_64 platforms running MacOS X.
6122         Reported by Ryan Schmidt <@ryandesign.com>.
6123
6124 2007-04-02  Bruno Haible  <bruno@clisp.org>
6125
6126         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
6127         i386.
6128
6129 2007-04-01  Simon Josefsson  <simon@josefsson.org>
6130
6131         * modules/crypto/arcfour: Moved from ../.
6132         * modules/crypto/arcfour-tests: Moved from ../.
6133         * modules/crypto/arctwo: Moved from ../.
6134         * modules/crypto/arctwo-tests: Moved from ../.
6135         * modules/crypto/des: Moved from ../.
6136         * modules/crypto/des-tests: Moved from ../.
6137         * modules/crypto/gc-arcfour: Moved from ../.
6138         * modules/crypto/gc-arcfour-tests: Moved from ../.
6139         * modules/crypto/gc-arctwo: Moved from ../.
6140         * modules/crypto/gc-arctwo-tests: Moved from ../.
6141         * modules/crypto/gc-des: Moved from ../.
6142         * modules/crypto/gc-des-tests: Moved from ../.
6143         * modules/crypto/gc-hmac-md5: Moved from ../.
6144         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
6145         * modules/crypto/gc-hmac-sha1: Moved from ../.
6146         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
6147         * modules/crypto/gc-md2: Moved from ../.
6148         * modules/crypto/gc-md2-tests: Moved from ../.
6149         * modules/crypto/gc-md4: Moved from ../.
6150         * modules/crypto/gc-md4-tests: Moved from ../.
6151         * modules/crypto/gc-md5: Moved from ../.
6152         * modules/crypto/gc-md5-tests: Moved from ../.
6153         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
6154         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
6155         * modules/crypto/gc-random: Moved from ../.
6156         * modules/crypto/gc-rijndael: Moved from ../.
6157         * modules/crypto/gc-rijndael-tests: Moved from ../.
6158         * modules/crypto/gc-sha1: Moved from ../.
6159         * modules/crypto/gc-sha1-tests: Moved from ../.
6160         * modules/crypto/gc-tests: Moved from ../.
6161         * modules/crypto/hmac-md5: Moved from ../.
6162         * modules/crypto/hmac-md5-tests: Moved from ../.
6163         * modules/crypto/hmac-sha1: Moved from ../.
6164         * modules/crypto/hmac-sha1-tests: Moved from ../.
6165         * modules/crypto/md2: Moved from ../.
6166         * modules/crypto/md2-tests: Moved from ../.
6167         * modules/crypto/md4: Moved from ../.
6168         * modules/crypto/md4-tests: Moved from ../.
6169         * modules/crypto/md5: Moved from ../.
6170         * modules/crypto/md5-tests: Moved from ../.
6171         * modules/crypto/memxor: Moved from ../.
6172         * modules/crypto/rijndael: Moved from ../.
6173         * modules/crypto/rijndael-tests: Moved from ../.
6174         * modules/crypto/sha1: Moved from ../.
6175
6176 2007-03-30  James Youngman  <jay@gnu.org>
6177
6178         * tests/test-stat-time.c (prepare_test): use chmod() rather than
6179         rename() to change the ctime of a file (because ctime is unaffected
6180         by rename on jfs2 on AIX 5.1).
6181         (main): Start by doing cleanup, in case a previous run failed leaving
6182         test files behind.
6183
6184 2007-03-31  Bruno Haible  <bruno@clisp.org>
6185
6186         Support old proprietary implementations of iconv.
6187         * modules/iconv_open: New file.
6188         * lib/iconv_.h: New file.
6189         * m4/iconv_h.m4: New file.
6190         * lib/iconv_open.c: New file.
6191         * lib/iconv_open-aix.gperf: New file.
6192         * lib/iconv_open-hpux.gperf: New file.
6193         * lib/iconv_open-irix.gperf: New file.
6194         * lib/iconv_open-osf.gperf: New file.
6195         * m4/iconv_open.m4: New file.
6196         * modules/linebreak (Depends-on): Add iconv_open.
6197         * modules/striconv (Depends-on): Likewise.
6198         * modules/striconveh (Depends-on): Likewise.
6199         * modules/unicodeio (Depends-on): Likewise.
6200         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
6201         (iconv_t)(-1).
6202         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
6203         conversion if cd is (iconv_t)(-1).
6204         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
6205         is not possible.
6206
6207 2007-03-31  Bruno Haible  <bruno@clisp.org>
6208
6209         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6210         work on Solaris either. Protect also second use of "autodetect_jp".
6211
6212 2007-03-31  Bruno Haible  <bruno@clisp.org>
6213
6214         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
6215         the function is not present.
6216
6217 2007-03-31  Bruno Haible  <bruno@clisp.org>
6218
6219         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
6220         the function is not present.
6221
6222 2007-03-31  Bruno Haible  <bruno@clisp.org>
6223
6224         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
6225         a bug in HP-UX iconv_open().
6226
6227 2007-03-31  Bruno Haible  <bruno@clisp.org>
6228
6229         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
6230         (Mathematics <math.h>): New section, add fpieee.
6231         (Input/output <stdio.h>): Add fseterr.
6232         (Mathematics <math.h>): New section, add printf-frexp.
6233         (Container data structures): Add sublist.
6234         (Core language properties): Add fpucw, inline.
6235         (Functions for greatest-width integer types <inttypes.h>): Add
6236         imaxabs, imaxdiv, inttypes.
6237         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
6238         isnanl-nolibm, ldexp.
6239         (Mathematics <math.h>): New section, add printf-frexpl.
6240         (Support for systems lacking POSIX:2001): Add fprintf-posix,
6241         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
6242         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
6243         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
6244         (Unicode string functions): Add unistr/u*-mbtoucr.
6245         (Java): Add javacomp-script, javaexec-script.
6246         (C#): Add csharpcomp-script, csharpexec-script.
6247         (Support for building libraries and executables): Add havelib,
6248         relocatable-*.
6249         (Support for maintaining and releasing projects): Renamed from
6250         'Support for maintaining and release projects'. Add announce-gen.
6251
6252 2007-03-31  Bruno Haible  <bruno@clisp.org>
6253
6254         * README: Talk primarily about git.
6255         (git and CVS): Renamed from CVS.
6256         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
6257         gnulib is available through git.
6258         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
6259
6260 2007-03-30  Bruno Haible  <bruno@clisp.org>
6261
6262         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
6263         * lib/poll_.h: Likewise.
6264         * lib/stat_.h: Likewise.
6265         * lib/sys_time_.h: Likewise.
6266         * lib/sysexit_.h: Likewise.
6267         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
6268         * lib/stdbool_.h: Likewise.
6269         * lib/byteswap_.h: Add double-inclusion guard.
6270
6271 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
6272
6273         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
6274
6275 2007-03-30  Karl Berry  <karl@gnu.org>
6276
6277         * config/srclist-update: double space after USA in the license
6278         substitution, since that's how it's usually (?) written.
6279
6280 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6281
6282         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
6283         reported by Bruno Haible.
6284
6285 2007-03-29  Bruno Haible  <bruno@clisp.org>
6286
6287         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
6288         a bug in AIX iconv().
6289
6290 2007-03-29  Bruno Haible  <bruno@clisp.org>
6291
6292         * modules/ldexpl-tests: New file.
6293         * tests/test-ldexpl.c: New file.
6294
6295 2007-03-29  Bruno Haible  <bruno@clisp.org>
6296
6297         * lib/ldexpl.c: Include fpucw.h.
6298         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
6299         multiplication.
6300         * modules/ldexpl (Depends-on): Add fpucw.
6301
6302 2007-03-29  Bruno Haible  <bruno@clisp.org>
6303
6304         * modules/ldexpl: New file.
6305         * m4/ldexpl.m4: New file.
6306         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
6307         set.
6308         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
6309         REPLACE_LDEXPL.
6310         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
6311         REPLACE_LDEXPL.
6312         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6313         gl_FUNC_LDEXPL_WORKS.
6314         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
6315         * modules/mathl (Files): Remove lib/ldexpl.c.
6316         (Depends-on): Add ldexpl.
6317
6318 2007-03-29  Bruno Haible  <bruno@clisp.org>
6319
6320         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
6321
6322 2007-03-29  Bruno Haible  <bruno@clisp.org>
6323
6324         * tests/test-striconveh.c (main): Don't assume that a direct conversion
6325         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
6326         and possibly also HP-UX.
6327         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6328         work on AIX, IRIX, HP-UX, OSF/1.
6329         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
6330         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
6331         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
6332         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
6333         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
6334         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
6335
6336 2007-03-29  Bruno Haible  <bruno@clisp.org>
6337
6338         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
6339
6340 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6341
6342         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
6343         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
6344
6345 2007-03-29  Eric Blake  <ebb9@byu.net>
6346
6347         * lib/acl-internal.h: Remove redundant include.
6348         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
6349         Cygwin when a file is locked.
6350
6351 2007-03-29  Bruno Haible  <bruno@clisp.org>
6352
6353         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
6354         file.
6355         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
6356
6357 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6358
6359         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
6360         try to remove a parent directory if the child couldn't be removed
6361         (except for the first rmdir, which could fail because the child
6362         doesn't exist).  Problem reported by Jeff Blaine in
6363         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
6364
6365 2007-03-28  Bruno Haible  <bruno@clisp.org>
6366
6367         * lib/striconveh.c (utf8conv_carefully): New function.
6368         (mem_cd_iconveh_internal): Invoke it.
6369
6370 2007-03-28  Bruno Haible  <bruno@clisp.org>
6371
6372         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
6373         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
6374         input.
6375         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
6376         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
6377         unistr/u8-uctomb.
6378
6379 2007-03-28  Bruno Haible  <bruno@clisp.org>
6380
6381         * modules/unistr/u8-mbtoucr: New file.
6382         * lib/unistr/u8-mbtoucr.c: New file.
6383         * modules/unistr/u16-mbtoucr: New file.
6384         * lib/unistr/u16-mbtoucr.c: New file.
6385         * modules/unistr/u16-mbtoucr: New file.
6386         * lib/unistr/u16-mbtoucr.c: New file.
6387         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
6388
6389 2007-03-27  Simon Josefsson  <simon@josefsson.org>
6390             Bruno Haible  <bruno@clisp.org>
6391
6392         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
6393         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
6394         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
6395
6396         * m4/stdio_h.m4: Add stubs for vasprintf too.
6397
6398         * modules/stdio: Support vasprintf in sed command.
6399
6400         * modules/vasprintf: Depend on stdio for prototypes.  Remove
6401         vasprintf.h.  Add stdio module indicator.
6402
6403         * lib/stdio_.h: Declare asprintf and vasprintf, based on
6404         vasprintf.h.
6405
6406         * lib/vasprintf.h: File removed.
6407
6408         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
6409         * lib/vasprintf.c: Ditto.
6410         * lib/xvasprintf.c: Ditto.
6411         * tests/test-vasprintf-posix.c: Ditto.
6412         * tests/test-vasprintf.c: Ditto.
6413
6414 2007-03-27  Bruno Haible  <bruno@clisp.org>
6415
6416         Make vasnprintf multithread-safe.
6417         * lib/vasnprintf.c (decimal_point_char): New function.
6418         (VASNPRINTF): Use it.
6419         Suggested by Simon Josefsson.
6420
6421 2007-03-27  Eric Blake  <ebb9@byu.net>
6422
6423         Support sub-second birthtime on cygwin.
6424         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
6425         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
6426         (get_stat_birthtime): Also work with st_birthtim.
6427
6428 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
6429
6430         * lib/stat-time.h (USE_BIRTHTIME): Remove.
6431         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
6432         (get_stat_birthtime_ns): Do not try to use "spare" fields.
6433         (get_stat_birthtime_ns): Simplify compile-time tests.
6434         (get_stat_birthtime): Change the API to look like
6435         get_stat_mtime etc., except return a negative tv_nsec on error.
6436         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
6437         Don't check for "spare" fields.
6438         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
6439         or for struct stat.st_birthtime, as these tests aren't used.
6440         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
6441
6442 2007-03-27  Bruno Haible  <bruno@clisp.org>
6443
6444         * lib/stat-time.h: Include <sys/stat.h>.
6445
6446 2007-03-27  James Youngman  <jay@gnu.org>
6447
6448         * lib/stat-time.h (get_stat_birthtime): New function for
6449           retrieving st_birthtime as provided by UFS2 (hence *BSD).
6450         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
6451           and its variants.
6452         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
6453         * modules/stat-time-test: New file.
6454         * tests/test-stat-time.c: New test, devised by Bruno Haible.
6455
6456 2007-03-26  Bruno Haible  <bruno@clisp.org>
6457
6458         Better support of signalling NaNs.
6459         * lib/atanl.c: Include isnanl.h.
6460         (atanl): Perform test for NaN at the beginning of the function and
6461         through a call to isnanl.
6462         * lib/cosl.c: Include isnanl.h.
6463         (cosl): Perform test for NaN at the beginning of the function and
6464         through a call to isnanl.
6465         * lib/ldexpl.c: Include isnanl.h.
6466         (ldexpl): Perform test for NaN through a call to isnanl.
6467         * lib/logl.c: Include isnanl.h.
6468         (logl): Perform test for NaN at the beginning of the function and
6469         through a call to isnanl.
6470         * lib/sinl.c: Include isnanl.h.
6471         (sinl): Perform test for NaN at the beginning of the function and
6472         through a call to isnanl.
6473         * lib/sqrtl.c: Include isnanl.h.
6474         (sqrtl): Perform test for NaN at the beginning of the function and
6475         through a call to isnanl.
6476         * lib/tanl.c: Include isnanl.h.
6477         (tanl): Perform test for NaN at the beginning of the function and
6478         through a call to isnanl.
6479         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
6480         * modules/mathl (Depends-on): Add isnanl.
6481
6482 2007-03-26  Eric Blake  <ebb9@byu.net>
6483
6484         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
6485         regression in logic sense of previous patch.
6486
6487 2007-03-26  Bruno Haible  <bruno@clisp.org>
6488
6489         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
6490         unportable shell command "if ! ...".
6491         Reported by Ralf Wildenhues.
6492
6493 2007-03-25  Bruno Haible  <bruno@clisp.org>
6494
6495         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
6496         <sysexits.h> file, and only add EX_CONFIG.
6497         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
6498         absolute file name and whether it is sufficient. Substitute also
6499         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
6500         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
6501         ABSOLUTE_SYSEXITS_H into sysexits.h.
6502
6503 2007-03-25  Bruno Haible  <bruno@clisp.org>
6504
6505         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
6506         hints is NULL.
6507
6508 2007-03-25  Bruno Haible  <bruno@clisp.org>
6509
6510         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
6511         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
6512
6513 2007-03-25  Bruno Haible  <bruno@clisp.org>
6514
6515         * lib/vasnprintf.c: Include langinfo.h.
6516         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
6517         multithread-safe.
6518         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
6519         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
6520         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6521         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6522         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6523         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6524         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6525         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
6526         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6527         Reported by Simon Josefsson.
6528
6529 2007-03-25  Bruno Haible  <bruno@clisp.org>
6530
6531         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
6532         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
6533         * modules/vasnprintf (Depends-on): Add stdint.
6534
6535 2007-03-25  Bruno Haible  <bruno@clisp.org>
6536
6537         * modules/fpieee: New file.
6538         * m4/fpieee.m4: New file.
6539         * modules/isnan-nolibm (Depends-on): Add fpieee.
6540         * modules/isnanl-nolibm (Depends-on): Add fpieee.
6541         * modules/isnanl (Depends-on): Add fpieee.
6542
6543 2007-03-25  Bruno Haible  <bruno@clisp.org>
6544
6545         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
6546
6547 2007-03-25  Bruno Haible  <bruno@clisp.org>
6548
6549         Avoid test failures on IRIX 6.5.
6550         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
6551         (main): Use it.
6552         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
6553         macros.
6554         (main): Use them.
6555
6556 2007-03-25  Bruno Haible  <bruno@clisp.org>
6557
6558         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
6559         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
6560         exists but doesn't work.
6561         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
6562         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
6563         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
6564         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
6565
6566 2007-03-25  Bruno Haible  <bruno@clisp.org>
6567
6568         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
6569         returns inf. Needed on IRIX 6.5.
6570
6571 2007-03-25  Bruno Haible  <bruno@clisp.org>
6572
6573         * tests/test-frexpl.c: Include isnanl-nolibm.h.
6574         (main): Use isnanl instead of x != x idiom.
6575         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
6576
6577         * tests/test-frexp.c: Include isnan.h.
6578         (main): Use isnan instead of x != x idiom.
6579         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
6580
6581 2007-03-25  Bruno Haible  <bruno@clisp.org>
6582
6583         * tests/test-frexp.c (NaN): New function/macro.
6584         (main): Use it instead of 0.0 / 0.0.
6585         * tests/test-isnan.c (NaN): New function/macro.
6586         (main): Use it instead of 0.0 / 0.0.
6587         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
6588         (test_function): Use it instead of 0.0 / 0.0.
6589         * tests/test-vasprintf-posix.c (NaN): New function/macro.
6590         (test_function): Use it instead of 0.0 / 0.0.
6591         * tests/test-snprintf-posix.h (NaN): New function/macro.
6592         (test_function): Use it instead of 0.0 / 0.0.
6593         * tests/test-sprintf-posix.h (NaN): New function/macro.
6594         (test_function): Use it instead of 0.0 / 0.0.
6595         * tests/test-fprintf-posix.h (NaN): New function/macro.
6596         (test_function): Use it instead of 0.0 / 0.0.
6597         * tests/test-printf-posix.h (NaN): New function/macro.
6598         (test_function): Use it instead of 0.0 / 0.0.
6599
6600         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
6601
6602 2007-03-25  Bruno Haible  <bruno@clisp.org>
6603
6604         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
6605
6606 2007-03-25  Bruno Haible  <bruno@clisp.org>
6607
6608         * lib/regexec.c (merge_state_with_log): Make static.
6609
6610 2007-03-25  Bruno Haible  <bruno@clisp.org>
6611
6612         * lib/trigl.c (kernel_rem_pio2): Make static.
6613
6614 2007-03-25  Bruno Haible  <bruno@clisp.org>
6615
6616         * lib/sincosl.c (sincosl_table): Make static.
6617
6618 2007-03-25  Bruno Haible  <bruno@clisp.org>
6619
6620         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
6621         if the compiler does not support C99.
6622
6623 2007-03-25  Bruno Haible  <bruno@clisp.org>
6624
6625         * modules/time (Makefile.am): Ensure all rule action lines start with a
6626         tab.
6627
6628 2007-03-24  Bruno Haible  <bruno@clisp.org>
6629
6630         * modules/tsearch-tests: New file.
6631         * tests/test-tsearch.sh: New file.
6632         * tests/test-tsearch.c: New file, mostly copied from glibc.
6633
6634         * modules/search-tests: New file.
6635         * tests/test-search.c: New file.
6636
6637         * modules/search: New file.
6638         * lib/search_.h: New file, incorporating lib/tsearch.h.
6639         * m4/search_h.m4: New file.
6640         * lib/tsearch.h: Remove file.
6641         * lib/tsearch.c: Include search.h instead of tsearch.h.
6642         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6643         HAVE_TSEARCH.
6644         * modules/tsearch (Files): Remove lib/tsearch.h.
6645         (Depends-on): Add search.
6646         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6647         (Include): Change tsearch.h into search.h.
6648
6649 2007-03-24  Bruno Haible  <bruno@clisp.org>
6650
6651         * modules/fpucw: New file.
6652         * lib/fpucw.h: New file.
6653         * lib/frexp.c: Include fpucw.h.
6654         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6655         (FUNC): Use them.
6656         * lib/printf-frexp.c: Include fpucw.h.
6657         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6658         (FUNC): Use them.
6659         * lib/vasnprintf.c: Include fpucw.h.
6660         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6661         'long double' calculations.
6662         * tests/test-frexpl.c: Include fpucw.h.
6663         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6664         * tests/test-printf-frexpl.c: Include fpucw.h.
6665         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6666         * modules/frexpl (Depends-on): Add fpucw.
6667         * modules/printf-frexpl (Depends-on): Likewise.
6668         * modules/fprintf-posix (Depends-on): Likewise.
6669         * modules/snprintf-posix (Depends-on): Likewise.
6670         * modules/sprintf-posix (Depends-on): Likewise.
6671         * modules/vasnprintf-posix (Depends-on): Likewise.
6672         * modules/vasprintf-posix (Depends-on): Likewise.
6673         * modules/vfprintf-posix (Depends-on): Likewise.
6674         * modules/vsnprintf-posix (Depends-on): Likewise.
6675         * modules/vsprintf-posix (Depends-on): Likewise.
6676         * modules/frexpl-tests (Depends-on): Likewise.
6677         * modules/printf-frexpl-tests (Depends-on): Likewise.
6678
6679 2007-03-24  Bruno Haible  <bruno@clisp.org>
6680
6681         * lib/float+.h: New file.
6682         * lib/isnan.c: Include float+.h.
6683         (SIZE): New macro.
6684         (FUNC): Compare only SIZE bytes of the value.
6685         * lib/vasnprintf.c: Include float+.h.
6686         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6687         SIZEOF_LDBL or SIZEOF_DBL bytes.
6688         * modules/isnan-nolibm (Files): Add lib/float+.h.
6689         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6690         * modules/isnanl (Files): Add lib/float+.h.
6691         * modules/vasnprintf (Files): Add lib/float+.h.
6692
6693 2007-03-24  Bruno Haible  <bruno@clisp.org>
6694
6695         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6696         include isnanl-nolibm.h.
6697
6698 2007-03-24  Bruno Haible  <bruno@clisp.org>
6699
6700         * tests/test-read-file.c (main): Don't produce spurious output for
6701         expected situations. Make the test fail if it encountered unexpected
6702         results.
6703
6704 2007-03-24  Bruno Haible  <bruno@clisp.org>
6705
6706         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6707         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6708
6709 2007-03-24  Bruno Haible  <bruno@clisp.org>
6710
6711         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6712
6713 2007-03-24  Bruno Haible  <bruno@clisp.org>
6714
6715         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6716         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6717
6718         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6719         * modules/utf8-ucs4: Turn into a symbolic link to module
6720         unistr/u8-mbtouc.
6721
6722         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6723         utf8-ucs4-unsafe.
6724         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6725         unistr/u8-mbtouc-unsafe.
6726
6727         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6728         * modules/utf16-ucs4: Turn into a symbolic link to module
6729         unistr/u16-mbtouc.
6730
6731         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6732         utf16-ucs4-unsafe.
6733         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6734         unistr/u16-mbtouc-unsafe.
6735
6736         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6737         * modules/ucs4-utf8: Turn into a symbolic link to module
6738         unistr/u8-ubtomb.
6739
6740         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6741         * modules/ucs4-utf16: Turn into a symbolic link to module
6742         unistr/u16-ubtomb.
6743
6744 2007-03-24  Bruno Haible  <bruno@clisp.org>
6745
6746         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6747         Enable the function only if HAVE_INLINE.
6748         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6749         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6750         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6751         Enable the function only if HAVE_INLINE.
6752         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6753         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6754         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6755         Enable the function only if HAVE_INLINE.
6756         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6757         Enable the function only if HAVE_INLINE.
6758         * modules/utf8-ucs4: Update.
6759         * modules/utf8-ucs4-unsafe: Update.
6760         * modules/utf16-ucs4: Update.
6761         * modules/utf16-ucs4-unsafe: Update.
6762         * modules/ucs4-utf8: Update.
6763         * modules/ucs4-utf16: Update.
6764
6765 2007-03-24  Bruno Haible  <bruno@clisp.org>
6766
6767         * lib/utf8-ucs4.h: Remove file.
6768         * lib/utf8-ucs4-unsafe.h: Remove file.
6769         * lib/utf16-ucs4.h: Remove file.
6770         * lib/utf16-ucs4-unsafe.h: Remove file.
6771         * lib/ucs4-utf8.h: Remove file.
6772         * lib/ucs4-utf16.h: Remove file.
6773         * lib/unistr.h: Include their previous contents.
6774         * m4/utf-ucs4.m4: Remove file.
6775         * m4/ucs4-utf.m4: Remove file.
6776         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6777         (Depends-on): Add unistr/base.
6778         (configure.ac): Remove gl_UTF_UCS4.
6779         (Makefile.am): Update.
6780         (Include): Change to unistr.h.
6781         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6782         (Depends-on): Add unistr/base.
6783         (configure.ac): Remove gl_UTF_UCS4.
6784         (Makefile.am): Update.
6785         (Include): Change to unistr.h.
6786         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6787         (Depends-on): Add unistr/base.
6788         (configure.ac): Remove gl_UTF_UCS4.
6789         (Makefile.am): Update.
6790         (Include): Change to unistr.h.
6791         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6792         (Depends-on): Add unistr/base.
6793         (configure.ac): Remove gl_UTF_UCS4.
6794         (Makefile.am): Update.
6795         (Include): Change to unistr.h.
6796         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6797         (Depends-on): Add unistr/base.
6798         (configure.ac): Remove gl_UCS4_UTF.
6799         (Makefile.am): Update.
6800         (Include): Change to unistr.h.
6801         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6802         (Depends-on): Add unistr/base.
6803         (configure.ac): Remove gl_UCS4_UTF.
6804         (Makefile.am): Update.
6805         (Include): Change to unistr.h.
6806         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6807         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6808         utf8-ucs4-unsafe.h.
6809         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6810         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6811         utf16-ucs4-unsafe.h.
6812         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6813         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6814         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6815         * lib/unistr/u8-strchr.c: Likewise.
6816         * lib/unistr/u8-strrchr.c: Likewise.
6817         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6818         * lib/unistr/u16-strchr.c: Likewise.
6819         * lib/unistr/u16-strrchr.c: Likewise.
6820         * lib/striconveh.c: Update.
6821         * lib/linebreak.c: Update.
6822
6823 2007-03-24  Bruno Haible  <bruno@clisp.org>
6824
6825         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6826         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6827
6828 2007-03-22  Bruno Haible  <bruno@clisp.org>
6829
6830         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6831
6832 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6833
6834         * MODULES.html.sh (File system functions): New module write-any-file.
6835         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6836         * m4/write-any-file.m4: New files.
6837
6838 2007-03-23  Eric Blake  <ebb9@byu.net>
6839
6840         * gnulib-tool: Rearrange space-tab sequences, since some editors
6841         like to eat them.
6842
6843 2007-03-23  Eric Blake  <ebb9@byu.net>
6844
6845         * lib/version-etc.c (version_etc_va): Update license wording to
6846         be more concise.  Recommended by Richard Stallman.
6847
6848 2007-03-22  Bruno Haible  <bruno@clisp.org>
6849
6850         * lib/poll.c (MSG_PEEK): New fallback definition.
6851
6852 2007-03-22  Bruno Haible  <bruno@clisp.org>
6853
6854         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6855         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6856         (main): Update.
6857         Fixes a compilation error on BeOS.
6858
6859 2007-03-22  Bruno Haible  <bruno@clisp.org>
6860
6861         * modules/frexpl-tests: New file.
6862         * tests/test-frexpl.c: New file.
6863
6864         * modules/frexpl: New file.
6865         * m4/frexpl.m4: New file.
6866         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6867         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6868         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6869         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6870         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6871         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6872
6873 2007-03-22  Bruno Haible  <bruno@clisp.org>
6874
6875         * lib/frexpl.c: Share code with lib/frexp.c.
6876         * modules/mathl (Files): Add lib/frexp.c.
6877         (Depends-on): Add isnanl-nolibm.
6878
6879 2007-03-22  Bruno Haible  <bruno@clisp.org>
6880
6881         * modules/printf-frexp (Files): Add m4/frexp.m4.
6882         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6883         only if the found frexp function actually works.
6884
6885 2007-03-22  Bruno Haible  <bruno@clisp.org>
6886
6887         * lib/frexp.c: Remove older implementation that uses divisions.
6888
6889 2007-03-21  Bruno Haible  <bruno@clisp.org>
6890
6891         * modules/frexp-tests: New file.
6892         * tests/test-frexp.c: New file.
6893
6894         * modules/frexp: New file.
6895         * lib/frexp.c: New file.
6896         * m4/frexp.m4: New file.
6897         * lib/math_.h (frexp): New declaration.
6898         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6899         REPLACE_FREXP.
6900         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6901
6902 2007-03-21  Bruno Haible  <bruno@clisp.org>
6903
6904         * modules/isnanl-tests: New file.
6905         * tests/test-isnanl.c: New file.
6906
6907         * modules/isnanl: New file.
6908         * lib/isnanl.h: New file.
6909         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6910         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6911         gl_FUNC_ISNANL_WORKS.
6912         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6913         New macros.
6914
6915 2007-03-21  Bruno Haible  <bruno@clisp.org>
6916
6917         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6918         lib/isnanl.h.
6919         (Include): Update.
6920         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6921         * lib/vasnprintf.c: Update.
6922         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6923         tests/test-isnanl.h, remove tests/test-isnanl.c.
6924         (Makefile.am): Update.
6925         * tests/test-isnanl-nolibm.c: New file.
6926         * tests/test-isnanl.h: New file.
6927         * tests/test-isnanl.c: Remove file.
6928
6929 2007-03-21  Jim Meyering  <jim@meyering.net>
6930
6931         When trying to open ".", treat ESTALE like EACCES.
6932         * lib/savewd.c (savewd_save): Resort to forking not just upon
6933         failure with EACCES, but also when errno is ESTALE.
6934
6935 2007-03-20  Bruno Haible  <bruno@clisp.org>
6936
6937         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6938         Needed on AIX 5.1. Reported by Matthew Woehlke.
6939
6940 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6941
6942         Suggestions by Bruno Haible:
6943         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6944         our own.
6945         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6946         * modules/acl (Depends-on): Add gettext.
6947
6948 2007-03-19  Bruno Haible  <bruno@clisp.org>
6949
6950         * modules/iconvme: Remove file.
6951         * lib/iconvme.h: Remove file.
6952         * lib/iconvme.c: Remove file.
6953         * m4/iconvme.m4: Remove file.
6954
6955 2007-03-19  Bruno Haible  <bruno@clisp.org>
6956
6957         * doc/relocatable-maint.texi: Break long shell script line.
6958         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6959
6960 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6961
6962         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6963         handle file_has_acl.
6964         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6965         * lib/acl.c: Move header inclusions and related macro defns into
6966         lib/acl-internal.h.
6967         (S_ISLNK): Remove defn, since that's now done for us.
6968         (file_has_acl): Move to lib/file-has-acl.c.
6969         Call acl_trivial if available.  This is the crucial part of the fix.
6970         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6971         shared within the library.  Rewrite a bit, partly to make it compatible
6972         with the GNU coding style.
6973         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6974         Remove unnecessary double-quotes.
6975         Don't test for acl_to_text; the build will catch that.
6976         Replace acl_entries if it doesn't exist and it is needed.
6977         Check for -lsec and acl_trivial (as used on Solaris 10).
6978         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6979         lib/file-has-acl.c.
6980         (Depends-on): Add sys_stat, for S_ISLNK.
6981
6982 2007-03-19  Ben Pfaff  <blp@gnu.org>
6983
6984         * doc/gnulib.texi: Fix typos.
6985         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6986
6987 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6988
6989         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6990         If size is zero here, buf must be zero.
6991
6992 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6993
6994         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6995         <bruno@clisp.org>.
6996
6997 2007-03-18  Bruno Haible  <bruno@clisp.org>
6998
6999         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
7000         Suggested by Eric Blake.
7001
7002 2007-03-18  Ben Pfaff  <blp@gnu.org>
7003
7004         * doc/relocatable.texi: Recommend using as prefix a directory
7005         that does not exist and will never be created.  Based on
7006         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
7007         and others.
7008
7009 2007-03-17  Bruno Haible  <bruno@clisp.org>
7010
7011         * lib/fchownat.c: Include lchown.h.
7012
7013 2007-03-17  Bruno Haible  <bruno@clisp.org>
7014
7015         Fix endless loop when the given allocated size was > INT_MAX.
7016         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
7017         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
7018         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
7019         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
7020         * lib/sprintf.c (sprintf): Likewise.
7021
7022 2007-03-17  Bruno Haible  <bruno@clisp.org>
7023
7024         * tests/test-argp-2.sh (func_compare): Output a context diff.
7025
7026 2007-03-17  Bruno Haible  <bruno@clisp.org>
7027
7028         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
7029         locale's decimal-point character.
7030
7031 2007-03-17  Bruno Haible  <bruno@clisp.org>
7032
7033         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
7034         before comparing it. Needed because on some platforms (e.g. x86) a
7035         'long double' occupies less bytes than sizeof (long double).
7036
7037 2007-03-17  Bruno Haible  <bruno@clisp.org>
7038
7039         * tests/test-crc.c (main): Make printf statements 64-bit clean.
7040         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
7041         * tests/test-getaddrinfo.c (simple): Likewise.
7042         * tests/test-read-file.c (main): Likewise.
7043
7044 2007-03-17  Bruno Haible  <bruno@clisp.org>
7045
7046         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
7047
7048 2007-03-17  Bruno Haible  <bruno@clisp.org>
7049
7050         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
7051         unused variable.
7052
7053 2007-03-17  Bruno Haible  <bruno@clisp.org>
7054
7055         * tests/test-c-strcasecmp.c: Include c-strcase.h.
7056         * tests/test-c-strncasecmp.c: Likewise.
7057
7058 2007-03-17  Bruno Haible  <bruno@clisp.org>
7059
7060         * modules/stdlib (Depends-on): Add unistd.
7061         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
7062         Needed for MacOS X 10.3.
7063
7064 2007-03-17  Bruno Haible  <bruno@clisp.org>
7065
7066         * lib/unistr/u-strdup.h: Include <stdlib.h>.
7067
7068 2007-03-17  Bruno Haible  <bruno@clisp.org>
7069
7070         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
7071
7072 2007-03-17  Bruno Haible  <bruno@clisp.org>
7073
7074         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
7075         to reflect files copied from gnulib (with or without modifications).
7076         Suggested by Jim Meyering.
7077
7078 2007-03-17  Eric Blake  <ebb9@byu.net>
7079
7080         * NEWS: Document stdlib change from 2007-02-18.
7081
7082 2007-03-17  Jim Meyering  <jim@meyering.net>
7083
7084         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
7085         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
7086         someone uses a name containing shell meta-characters.
7087         Reported by Alfred M. Szmidt.
7088
7089         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
7090
7091 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
7092
7093         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
7094         and copy gettext configuration files only if configure.ac contains
7095         a use of AM_GNU_GETTEXT_VERSION.
7096
7097 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
7098
7099         * build-aux/bootstrap (gnulib_name): New variable.
7100         (gnulib_tool_options): Use it.
7101
7102 2007-03-13  Simon Josefsson  <simon@josefsson.org>
7103
7104         * tests/test-des.c: Use new namespace.
7105
7106 2007-03-15  Bruno Haible  <bruno@clisp.org>
7107
7108         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
7109         Reported by James Youngman <jay@gnu.org>.
7110
7111 2007-03-15  Bruno Haible  <bruno@clisp.org>
7112
7113         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
7114         declared prototype. Needed with cc on OSF/1 5.1.
7115
7116 2007-03-15  Bruno Haible  <bruno@clisp.org>
7117
7118         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
7119         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
7120         (struct gl_list_implementation): Add dispose_fn argument to the
7121         'create_empty', 'create' methods.
7122         (struct gl_list_impl_base): Add field 'dispose_fn'.
7123         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
7124         argument.
7125         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
7126         dispose_fn argument.
7127         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
7128         dispose_fn on the dropped values.
7129         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
7130         dispose_fn argument.
7131         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
7132         dropped values.
7133         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
7134         (gl_tree_remove_node): Call dispose_fn on the dropped value.
7135         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
7136         (gl_tree_remove_node): Call dispose_fn on the dropped value.
7137         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
7138         argument.
7139         (gl_tree_list_free): Call dispose_fn on the dropped values.
7140         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
7141         the dropped values.
7142         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
7143         Add dispose_fn argument.
7144         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
7145         Call dispose_fn on the dropped values.
7146         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
7147         Add dispose_fn argument.
7148         (gl_sublist_create): Initialize the 'dispose_fn' field.
7149         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
7150         * tests/test-array_list.c (main): Update.
7151         * tests/test-carray_list.c (main): Update.
7152         * tests/test-avltree_list.c (main): Update.
7153         * tests/test-rbtree_list.c (main): Update.
7154         * tests/test-avltreehash_list.c (main): Update.
7155         * tests/test-rbtreehash_list.c (main): Update.
7156         * tests/test-linked_list.c (main): Update.
7157         * tests/test-linkedhash_list.c (main): Update.
7158         * tests/test-array_oset.c (main): Update.
7159
7160 2007-03-15  Bruno Haible  <bruno@clisp.org>
7161
7162         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
7163         (gl_oset_create_empty): Add dispose_fn argument.
7164         (struct gl_oset_implementation): Add dispose_fn argument to
7165         'create_empty' method.
7166         (struct gl_oset_impl_base): Add dispose_fn field.
7167         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
7168         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
7169         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
7170         values.
7171         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
7172         (gl_tree_oset_free): Call dispose_fn on the dropped values.
7173         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7174         dropped value.
7175         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7176         dropped value.
7177         * tests/test-array_oset.c (main): Update.
7178         * tests/test-avltree_oset.c (main): Update.
7179         * tests/test-rbtree_oset.c (main): Update.
7180         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
7181
7182 2007-03-13  Bruno Haible  <bruno@clisp.org>
7183
7184         * tests/test-stdbool.c (i): Update after last patch.
7185
7186 2007-03-12  Bruno Haible  <bruno@clisp.org>
7187
7188         * lib/quotearg.c: Include <wctype.h> early, before the definition of
7189         the iswprint macro. Needed on Solaris 2.5.1.
7190
7191 2007-03-12  Bruno Haible  <bruno@clisp.org>
7192
7193         * tests/test-printf-frexp.c (main): Declare x as volatile.
7194
7195 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7196
7197         * doc/gnulib.texi (Build robot for gnulib): New section.
7198
7199 2007-03-12  Jim Meyering  <jim@meyering.net>
7200
7201         * build-aux/bootstrap: New file.
7202         * build-aux/bootstrap.conf: New file, from coreutils.
7203
7204 2007-03-11  Bruno Haible  <bruno@clisp.org>
7205
7206         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
7207
7208 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7209
7210         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
7211         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
7212         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
7213
7214 2007-03-11  Bruno Haible  <bruno@clisp.org>
7215
7216         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
7217         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
7218
7219 2007-03-11  Bruno Haible  <bruno@clisp.org>
7220
7221         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
7222         formula. Needed for SunPRO C 5.0.
7223
7224 2007-03-11  Bruno Haible  <bruno@clisp.org>
7225
7226         * modules/long-options (Depends-on): Add getopt.
7227
7228 2007-03-11  Bruno Haible  <bruno@clisp.org>
7229
7230         * modules/modechange (Depends-on): Add stdbool.
7231
7232 2007-03-11  Bruno Haible  <bruno@clisp.org>
7233
7234         * modules/i-ring (Depends-on): Add stdbool.
7235
7236 2007-03-11  Bruno Haible  <bruno@clisp.org>
7237
7238         * modules/gc-des (Depends-on): Add stdbool.
7239
7240 2007-03-11  Bruno Haible  <bruno@clisp.org>
7241
7242         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
7243
7244 2007-03-11  Bruno Haible  <bruno@clisp.org>
7245
7246         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
7247
7248 2007-03-11  Bruno Haible  <bruno@clisp.org>
7249
7250         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
7251
7252 2007-03-11  Bruno Haible  <bruno@clisp.org>
7253
7254         * lib/vasnprintf.c (sprintf): Undefine.
7255
7256 2007-03-11  Bruno Haible  <bruno@clisp.org>
7257
7258         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
7259         initializers in SunPRO C and Compaq C compilers.
7260
7261 2007-03-11  Bruno Haible  <bruno@clisp.org>
7262
7263         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
7264         decrementing code ANSI C compliant.
7265
7266 2007-03-11  Bruno Haible  <bruno@clisp.org>
7267
7268         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
7269         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
7270
7271 2007-03-11  Bruno Haible  <bruno@clisp.org>
7272
7273         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
7274         <stdbool.h> substitute doesn't pass.
7275
7276 2007-03-11  Bruno Haible  <bruno@clisp.org>
7277
7278         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
7279
7280 2007-03-11  Bruno Haible  <bruno@clisp.org>
7281
7282         * gnulib-tool (func_create_megatestdir): Create also an autobuild
7283         script, for submission to autobuild.josefsson.org.
7284
7285 2007-03-10  Bruno Haible  <bruno@clisp.org>
7286
7287         * modules/canonicalize-lgpl-tests: New file.
7288         * tests/test-canonicalize-lgpl.sh: New file.
7289         * tests/test-canonicalize-lgpl.c: New file.
7290
7291         * modules/c-strcase-tests: New file.
7292         * tests/test-c-strcase.sh: New file.
7293         * tests/test-c-strcasecmp.c: New file.
7294         * tests/test-c-strncasecmp.c: New file.
7295
7296         * modules/atexit-tests: New file.
7297         * tests/test-atexit.sh: New file.
7298         * tests/test-atexit.c: New file.
7299
7300 2007-03-10  Bruno Haible  <bruno@clisp.org>
7301
7302         * tests/test-binary-io.sh: Use temporary filenames that are not so
7303         likely to clash with those of other tests (in a parallel make).
7304         * tests/test-binary-io.c: Likewise.
7305
7306 2007-03-10  Bruno Haible  <bruno@clisp.org>
7307
7308         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
7309         fallback; use #error instead.
7310         Suggested by Simon Josefsson.
7311
7312 2007-03-10  Bruno Haible  <bruno@clisp.org>
7313
7314         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
7315         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
7316         first and the last.
7317
7318 2007-03-10  Bruno Haible  <bruno@clisp.org>
7319
7320         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
7321
7322 2007-03-10  Bruno Haible  <bruno@clisp.org>
7323
7324         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
7325         "make distcheck".
7326         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
7327         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
7328         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
7329
7330 2007-03-10  Bruno Haible  <bruno@clisp.org>
7331
7332         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
7333         variable.
7334         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
7335         variable.
7336
7337 2007-03-09  Eric Blake  <ebb9@byu.net>
7338         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
7339
7340         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
7341         types are not being provided by gnulib.
7342         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
7343         types are supported.
7344
7345 2007-03-10  Bruno Haible  <bruno@clisp.org>
7346
7347         * lib/stdio_.h (__attribute__): New macro.
7348         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
7349         vsprintf): Specify __attribute__ __format__ for GCC.
7350         Suggested by Eric Blake.
7351
7352 2007-03-09  Bruno Haible  <bruno@clisp.org>
7353
7354         * modules/printf-posix-tests: New file.
7355         * tests/test-printf-posix.sh: New file.
7356         * tests/test-printf-posix.c: New file.
7357
7358         * modules/printf-posix: New file.
7359         * lib/printf.c: New file.
7360         * m4/printf-posix-rpl.m4: New file.
7361         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
7362         REPLACE_PRINTF.
7363         * lib/stdio_.h (printf): New declaration.
7364         (format, __format__, ____printf____, ____scanf____, ____strftime____,
7365         ____strfmon____): New macros.
7366         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
7367         REPLACE_PRINTF.
7368
7369 2007-03-09  Bruno Haible  <bruno@clisp.org>
7370
7371         * tests/test-vasnprintf-posix2.sh: New file.
7372         * tests/test-vasnprintf-posix2.c: New file.
7373         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
7374         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
7375         (Makefile.am): Activate test-vasnprintf-posix2.sh.
7376
7377         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
7378         a locale dependent decimal point, rather than always '.'.
7379
7380 2007-03-09  Eric Blake  <ebb9@byu.net>
7381
7382         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
7383         spite of platforms like Tandem/NSK that define it to -1.
7384
7385 2007-03-08  Bruno Haible  <bruno@clisp.org>
7386
7387         * modules/vprintf-posix-tests: New file.
7388         * tests/test-vprintf-posix.sh: New file.
7389         * tests/test-vprintf-posix.c: New file.
7390         * tests/test-printf-posix.h: New file.
7391
7392         * modules/vprintf-posix: New file.
7393         * lib/vprintf.c: New file.
7394         * m4/vprintf-posix.m4: New file.
7395         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
7396         REPLACE_VPRINTF.
7397         * lib/stdio_.h (vprintf): New declaration.
7398         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
7399         REPLACE_VPRINTF.
7400
7401 2007-03-08  Bruno Haible  <bruno@clisp.org>
7402
7403         * modules/fprintf-posix-tests: New file.
7404         * tests/test-fprintf-posix.sh: New file.
7405         * tests/test-fprintf-posix.c: New file.
7406
7407         * modules/fprintf-posix: New file.
7408         * lib/fprintf.c: New file.
7409         * m4/fprintf-posix.m4: New file.
7410         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7411         REPLACE_FPRINTF.
7412         * lib/stdio_.h (fprintf): New declaration.
7413         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
7414         REPLACE_FPRINTF.
7415
7416 2007-03-08  Bruno Haible  <bruno@clisp.org>
7417
7418         * modules/vfprintf-posix-tests: New file.
7419         * tests/test-vfprintf-posix.sh: New file.
7420         * tests/test-vfprintf-posix.c: New file.
7421         * tests/test-fprintf-posix.h: New file.
7422         * tests/test-fprintf-posix.out: New file.
7423
7424         * modules/vfprintf-posix: New file.
7425         * lib/vfprintf.c: New file.
7426         * m4/vfprintf-posix.m4: New file.
7427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
7428         REPLACE_VFPRINTF.
7429         * lib/stdio_.h (vfprintf): New declaration.
7430         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
7431         REPLACE_VFPRINTF.
7432
7433 2007-03-08  Bruno Haible  <bruno@clisp.org>
7434
7435         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
7436
7437 2007-03-08  Bruno Haible  <bruno@clisp.org>
7438
7439         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
7440         instead of 'expr' invocations.
7441         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7442         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7443         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7444         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7445         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7446         Suggested by Paul Eggert.
7447
7448 2007-03-08  Bruno Haible  <bruno@clisp.org>
7449
7450         * modules/fseterr-tests: New file.
7451         * tests/test-fseterr.c: New file.
7452
7453         * modules/fseterr: New file.
7454         * lib/fseterr.h: New file.
7455         * lib/fseterr.c: New file.
7456
7457 2007-03-08  Bruno Haible  <bruno@clisp.org>
7458
7459         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
7460         * lib/getopt_.h: Likewise.
7461         * lib/mbswidth.h: Likewise.
7462         * lib/setenv.h: Likewise.
7463         * lib/vasnprintf.h: Likewise.
7464         * lib/vasprintf.h: Likewise.
7465         * lib/verror.h: Likewise.
7466         * lib/xsetenv.h: Likewise.
7467         * lib/xvasprintf.h: Likewise.
7468
7469 2007-03-08  Jim Meyering  <jim@meyering.net>
7470
7471         * users.txt: Add parted.
7472
7473         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
7474
7475 2007-03-07  Bruno Haible  <bruno@clisp.org>
7476
7477         * m4/printf.m4: Make the shell script snippets copy&pastable.
7478
7479 2007-03-02  Bruno Haible  <bruno@clisp.org>
7480
7481         * lib/netinet_in_.h: New file.
7482         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
7483         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
7484         * modules/netinet_in (Files): Add lib/netinet_in_.h.
7485         (Depends-on): Add absolute-header.
7486         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
7487         into netinet/in.h.
7488
7489 2007-03-03  Bruno Haible  <bruno@clisp.org>
7490
7491         * lib/sys_select_.h: New file.
7492         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
7493         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
7494         * modules/sys_select (Files): Add lib/sys_select_.h.
7495         (Depends-on): Add absolute-header.
7496         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
7497         into sys/select.h.
7498
7499 2007-03-02  Bruno Haible  <bruno@clisp.org>
7500
7501         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
7502         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
7503         values.
7504         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
7505         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
7506         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
7507         * modules/sys_socket (Depends-on): Add absolute-header.
7508         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
7509         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
7510         (Include): Remove requirement of inclusion of <sys/types.h>.
7511
7512 2007-03-02  Bruno Haible  <bruno@clisp.org>
7513
7514         * lib/byteswap_.h (bswap_32): Fix formula.
7515
7516 2007-03-06  Bruno Haible  <bruno@clisp.org>
7517
7518         * modules/sprintf-posix-tests: New file.
7519         * tests/test-sprintf-posix.c: New file.
7520
7521         * modules/sprintf-posix: New file.
7522         * lib/sprintf.c: New file.
7523         * m4/sprintf-posix.m4: New file.
7524         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
7525         REPLACE_SPRINTF.
7526         * lib/stdio_.h (sprintf): New declaration.
7527         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
7528         REPLACE_SPRINTF.
7529
7530 2007-03-06  Bruno Haible  <bruno@clisp.org>
7531
7532         * modules/vsprintf-posix-tests: New file.
7533         * tests/test-vsprintf-posix.c: New file.
7534         * tests/test-sprintf-posix.h: New file.
7535
7536         * modules/vsprintf-posix: New file.
7537         * lib/vsprintf.c: New file.
7538         * m4/vsprintf-posix.m4: New file.
7539         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
7540         REPLACE_VSPRINTF.
7541         * lib/stdio_.h (vsprintf): New declaration.
7542         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
7543         REPLACE_VSPRINTF.
7544
7545 2007-03-06  Bruno Haible  <bruno@clisp.org>
7546
7547         * modules/vsnprintf (Depend-on): Remove minmax.
7548
7549 2007-03-06  Bruno Haible  <bruno@clisp.org>
7550
7551         * modules/snprintf-posix-tests: New file.
7552         * tests/test-snprintf-posix.c: New file.
7553
7554         * modules/snprintf-posix: New file.
7555         * m4/snprintf-posix.m4: New file.
7556         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
7557         gl_FUNC_SNPRINTF.
7558         (gl_FUNC_SNPRINTF): Invoke it.
7559         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
7560         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
7561         is set.
7562         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
7563
7564 2007-03-06  Bruno Haible  <bruno@clisp.org>
7565
7566         * modules/vsnprintf-posix-tests: New file.
7567         * tests/test-vsnprintf-posix.c: New file.
7568         * tests/test-snprintf-posix.h: New file.
7569
7570         * modules/vsnprintf-posix: New file.
7571         * m4/vsnprintf-posix.m4: New file.
7572         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
7573         gl_FUNC_VSNPRINTF.
7574         (gl_FUNC_VSNPRINTF): Invoke it.
7575         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
7576         * lib/stdio_.h (vsnprintf): Define as a replacement if
7577         REPLACE_VSNPRINTF is set.
7578         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
7579
7580 2007-03-06  Bruno Haible  <bruno@clisp.org>
7581
7582         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
7583         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
7584
7585 2007-03-06  Bruno Haible  <bruno@clisp.org>
7586
7587         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
7588         (asinl): Declare also if HAVE_DECL_ASINL is set.
7589         (atanl): Declare also if HAVE_DECL_ATANL is set.
7590         (ceill): Declare also if HAVE_DECL_CEILL is set.
7591         (cosl): Declare also if HAVE_DECL_COSL is set.
7592         (expl): Declare also if HAVE_DECL_EXPL is set.
7593         (floorl): Declare also if HAVE_DECL_FLOORL is set.
7594         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
7595         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
7596         (logl): Declare also if HAVE_DECL_LOGL is set.
7597         (sinl): Declare also if HAVE_DECL_SINL is set.
7598         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
7599         (tanl): Declare also if HAVE_DECL_TANL is set.
7600         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
7601         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
7602         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
7603         declaration of frexpl, ldexpl.
7604         * modules/printf-frexpl (Depends-on): Add math.
7605         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
7606
7607 2007-03-05  Bruno Haible  <bruno@clisp.org>
7608
7609         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
7610         frexpl and ldexpl are declared.
7611         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
7612
7613 2007-03-05  Bruno Haible  <bruno@clisp.org>
7614
7615         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
7616         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
7617
7618 2007-03-05  Bruno Haible  <bruno@clisp.org>
7619
7620         * lib/stdio_.h: Include <stddef.h>.
7621
7622 2007-03-05  Bruno Haible  <bruno@clisp.org>
7623
7624         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7625
7626 2007-03-05  Bruno Haible  <bruno@clisp.org>
7627
7628         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7629         NetBSD 4, from Ralf Wildenhues.
7630
7631 2007-03-04  Bruno Haible  <bruno@clisp.org>
7632
7633         * lib/vasprintf.h: Update #if logic for the case when the functions
7634         exist but are overridden.
7635
7636 2007-03-04  Bruno Haible  <bruno@clisp.org>
7637
7638         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7639         implementations: glibc-2.4 and MacOS X 10.3.
7640         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7641         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7642         * tests/test-vasprintf-posix.c (test_function): Likewise.
7643
7644 2007-03-04  Bruno Haible  <bruno@clisp.org>
7645
7646         * modules/vasprintf-posix-tests: New file.
7647         * tests/test-vasprintf-posix.c: New file.
7648
7649         * modules/vasprintf-posix: New file.
7650         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7651         defined.
7652         * m4/vasprintf-posix.m4: New file.
7653         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7654         gl_FUNC_VASPRINTF.
7655         (gl_FUNC_VASPRINTF): Invoke it.
7656         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7657         here.
7658         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7659
7660 2007-03-04  Bruno Haible  <bruno@clisp.org>
7661
7662         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7663         REPLACE_GETTIMEOFDAY.
7664         * modules/sys_time (Makefile.am): Likewise.
7665         * m4/sys_time_h.m4: Likewise.
7666         * m4/gettimeofday.m4: Likewise.
7667
7668 2007-03-04  Bruno Haible  <bruno@clisp.org>
7669
7670         * modules/vasnprintf-posix-tests: New file.
7671         * tests/test-vasnprintf-posix.c: New file.
7672
7673         * modules/vasnprintf-posix: New file.
7674         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7675         printf-frexpl.h.
7676         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7677         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7678         REPLACE_VASNPRINTF is defined.
7679         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7680         gl_FUNC_VASNPRINTF.
7681         (gl_FUNC_VASNPRINTF): Invoke it.
7682         * m4/vasnprintf-posix.m4: New file.
7683         * m4/printf.m4: New file.
7684
7685 2007-03-04  Bruno Haible  <bruno@clisp.org>
7686
7687         Compile progreloc.c only if --enable-relocatable is specified.
7688         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7689         if --enable-relocatable was specified.
7690         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7691         lib_SOURCES.
7692
7693 2007-03-04  Jim Meyering  <jim@meyering.net>
7694
7695         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7696         Use it consistently, rather than enumerating errno constants.
7697
7698 2007-03-04  Bruno Haible  <bruno@clisp.org>
7699
7700         * modules/xvasprintf-tests: New file.
7701         * tests/test-xvasprintf.c: New file.
7702
7703         * modules/vasprintf-tests: New file.
7704         * tests/test-vasprintf.c: New file.
7705
7706         * modules/vasnprintf-tests: New file.
7707         * tests/test-vasnprintf.c: New file.
7708
7709         * modules/vsnprintf-tests: New file.
7710         * tests/test-vsnprintf.c: New file.
7711
7712         * modules/snprintf-tests: New file.
7713         * tests/test-snprintf.c: New file.
7714
7715 2007-03-04  Bruno Haible  <bruno@clisp.org>
7716
7717         Compile relocatable.c only if --enable-relocatable is specified.
7718         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7719         gl_RELOCATABLE_LIBRARY.
7720         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7721         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7722         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7723         gl_RELOCATABLE_LIBRARY.
7724         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7725         (Makefile.am): Remove lib_SOURCES.
7726         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7727         gl_RELOCATABLE_LIBRARY.
7728         (Makefile.am): Remove lib_SOURCES.
7729         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7730         always.
7731         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7732         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7733
7734 2007-03-04  Bruno Haible  <bruno@clisp.org>
7735
7736         * modules/argmatch-tests: New file.
7737         * tests/test-argmatch.c: New file.
7738
7739         * tests/test-allocsa.c (main): Halve the number of loop runs.
7740
7741         * modules/alloca-opt-tests: New file.
7742         * tests/test-alloca-opt.c: New file.
7743
7744 2007-03-04  Jim Meyering  <jim@meyering.net>
7745
7746         Work around difference between Linux ACLs and Solaris 10 ZFS.
7747         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7748         for EINVAL.
7749
7750 2007-03-03  Bruno Haible  <bruno@clisp.org>
7751
7752         * modules/relocatable-prog (Depends-on): Add back progreloc's
7753         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7754
7755 2007-03-03  Bruno Haible  <bruno@clisp.org>
7756
7757         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7758         * modules/relocatable-lib: New file.
7759
7760 2007-03-03  Bruno Haible  <bruno@clisp.org>
7761
7762         * modules/relocatable-prog: Renamed from modules/relocatable.
7763         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7764
7765 2007-03-03  Bruno Haible  <bruno@clisp.org>
7766
7767         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7768         m4/relocatable-lib.m4.
7769         (Depends-on): Remove 'relocatable'.
7770         (configure.ac): Add gl_RELOCATABLE_NOP.
7771
7772 2007-03-03  Bruno Haible  <bruno@clisp.org>
7773
7774         * modules/relocatable-prog-wrapper: New file.
7775         * modules/relocatable (Depends-on): Add it. Remove all other
7776         dependencies except progname.
7777         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7778
7779         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7780         (gl_FUNC_STRERROR): Nop.
7781         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7782
7783         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7784         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7785
7786         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7787         (gl_FUNC_READLINK): Update.
7788
7789         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7790
7791 2007-03-03  Bruno Haible  <bruno@clisp.org>
7792
7793         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7794         * modules/xreadlink (Depends-on): Add unistd.
7795         * modules/xreadlink-with-size (Depends-on): Likewise.
7796
7797 2007-03-03  Bruno Haible  <bruno@clisp.org>
7798
7799         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7800         extracted from gt_FUNC_SETENV.
7801         (gt_FUNC_SETENV): Remove macro.
7802         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7803         remove gt_FUNC_SETENV.
7804
7805 2007-03-03  Bruno Haible  <bruno@clisp.org>
7806
7807         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7808         ENABLE_RELOCATABLE here.
7809         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7810
7811 2007-03-03  Bruno Haible  <bruno@clisp.org>
7812
7813         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7814         * tests/test-rbtreehash_list.c: Include progname.h.
7815         (main): Call set_program_name.
7816
7817         * modules/rbtree-oset-tests (Depends-on): Add progname.
7818         * tests/test-rbtree_oset.c: Include progname.h.
7819         (main): Call set_program_name.
7820
7821         * modules/rbtree-list-tests (Depends-on): Add progname.
7822         * tests/test-rbtree_list.c: Include progname.h.
7823         (main): Call set_program_name.
7824
7825         * modules/linked-list-tests (Depends-on): Add progname.
7826         * tests/test-linked_list.c: Include progname.h.
7827         (main): Call set_program_name.
7828
7829 2007-03-03  Bruno Haible  <bruno@clisp.org>
7830
7831         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7832         All uses of __restrict changed to _Restrict_.
7833         * lib/glob_.h (__restrict): Remove macro.
7834
7835 2007-03-02  Bruno Haible  <bruno@clisp.org>
7836
7837         * modules/gettext (configure.ac): Require gettext infrastructure
7838         from version 0.16.1.
7839
7840 2007-03-02  Bruno Haible  <bruno@clisp.org>
7841
7842         * modules/linkedhash-list-tests (Depends-on): Add progname.
7843         * tests/test-linkedhash_list.c: Include progname.h.
7844         (main): Call set_program_name.
7845
7846         * modules/carray-list-tests (Depends-on): Add progname.
7847         * tests/test-carray_list.c: Include progname.h.
7848         (main): Call set_program_name.
7849
7850         * modules/avltreehash-list-tests (Depends-on): Add progname.
7851         * tests/test-avltreehash_list.c: Include progname.h.
7852         (main): Call set_program_name.
7853
7854         * modules/avltree-oset-tests (Depends-on): Add progname.
7855         * tests/test-avltree_oset.c: Include progname.h.
7856         (main): Call set_program_name.
7857
7858         * modules/avltree-list-tests (Depends-on): Add progname.
7859         * tests/test-avltree_list.c: Include progname.h.
7860         (main): Call set_program_name.
7861
7862         * modules/array-oset-tests (Depends-on): Add progname.
7863         * tests/test-array_oset.c: Include progname.h.
7864         (main): Call set_program_name.
7865
7866         * modules/array-list-tests (Depends-on): Add progname.
7867         * tests/test-array_list.c: Include progname.h.
7868         (main): Call set_program_name.
7869
7870         * modules/argp-tests (Depends-on): Add progname.
7871         * tests/test-argp.c: Include argp.h first. Include progname.h.
7872         (main): Call set_program_name.
7873
7874 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7875
7876         * doc/gnulib-tool.texi (Initial import): Reword description of
7877         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7878         limited effect even if defined after the first system include.
7879
7880 2007-03-01  Bruno Haible  <bruno@clisp.org>
7881
7882         * build-aux/config.libpath: Update to libtool-1.5.22.
7883         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7884
7885 2007-03-01  Bruno Haible  <bruno@clisp.org>
7886
7887         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7888         foo_CFLAGS.
7889         Reported by Ralf Wildenhues.
7890
7891 2007-03-01  Bruno Haible  <bruno@clisp.org>
7892
7893         * build-aux/install-reloc: Remove object files left over by some
7894         compilers.
7895         Reported by Ralf Wildenhues.
7896
7897 2007-03-01  Bruno Haible  <bruno@clisp.org>
7898
7899         * build-aux/install-reloc: Break long lines.
7900
7901 2007-03-01  Bruno Haible  <bruno@clisp.org>
7902
7903         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7904         Reported by Ralf Wildenhues.
7905
7906 2007-03-01  Bruno Haible  <bruno@clisp.org>
7907
7908         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7909         include ordering constraints.
7910
7911 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7912
7913         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7914         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7915         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7916         as another example.
7917         * lib/time_.h: Fix misspelling.
7918         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7919         Require gl_HEADER_TIME_H_DEFAULTS.
7920         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7921         * m4/time_r.m4 (gl_TIME_R): Likewise.
7922         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7923
7924 2007-03-01  Bruno Haible  <bruno@clisp.org>
7925
7926         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7927         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7928
7929 2007-03-01  Jim Meyering  <jim@meyering.net>
7930
7931         * modules/xreadlink (Maintainer): Add my name.
7932         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7933
7934 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7935             Bruno Haible  <bruno@clisp.org>
7936
7937         * build-aux/install-reloc: Compile also c-ctype.c.
7938         * build-aux/relocatable.sh.in: New file.
7939         * doc/relocatable.texi: New file.
7940         * doc/relocatable-maint.texi: New file.
7941         * doc/gnulib.texi: Include relocatable-maint.texi.
7942         * lib/progreloc.c: Include unistd.h unconditionally.
7943         * lib/relocwrapper.c: Include unistd.h unconditionally.
7944         Include c-ctype.h.
7945         (add_dotbin): Use c_tolower.
7946         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7947         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7948         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7949         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7950         to m4/relocatable-lib.m4.
7951         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7952         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7953         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7954         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7955         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7956         * modules/relocatable: New file.
7957         * modules/relocatable-lib: New file.
7958         * modules/relocatable-script: New file.
7959
7960 2007-02-28  Bruno Haible  <bruno@clisp.org>
7961
7962         Import --enable-relocatable infrastructure.
7963         * build-aux/config.libpath: New file, from GNU gettext.
7964         * build-aux/install-reloc: New file, from GNU gettext.
7965         * build-aux/reloc-ldflags: New file, from GNU gettext.
7966         * lib/relocatable.h: New file, from GNU gettext.
7967         * lib/relocatable.c: New file, from GNU gettext.
7968         * lib/relocwrapper.c: New file, from GNU gettext.
7969         * m4/relocatable.m4: New file, from GNU gettext.
7970
7971 2007-02-28  Bruno Haible  <bruno@clisp.org>
7972
7973         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7974
7975         * modules/xreadlink: New file, from GNU gettext with modifications.
7976         * lib/xreadlink.c: New file, from GNU gettext.
7977         * lib/xreadlink.h: Add comments.
7978         (xreadlink): New declaration.
7979
7980         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7981         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7982         lib/xreadlink-with-size.c.
7983         (configure.ac): Remove gl_XREADLINK invocation.
7984         (Makefile.am): Augment lib_SOURCES.
7985         * m4/xreadlink.m4: Remove file.
7986         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7987         (xreadlink_with_size): Renamed from xreadink.
7988         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7989         * modules/canonicalize (Depends-on): Replace xreadlink with
7990         xreadlink-with-size.
7991         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7992
7993 2007-02-25  Jim Meyering  <jim@meyering.net>
7994
7995         * build-aux/announce-gen: When complaining about excess arguments,
7996         list them.
7997
7998 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7999
8000         * README: Document signed integer overflow situation more
8001         accurately.
8002
8003 2007-02-25  Bruno Haible  <bruno@clisp.org>
8004
8005         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
8006         'a' or 'A' conversion.
8007
8008 2007-02-25  Bruno Haible  <bruno@clisp.org>
8009
8010         * modules/filename: Renamed from modules/pathname.
8011         (Files): Replace lib/pathname.h with lib/filename.h. Replace
8012         lib/concatpath.c with lib/concat-filename.c.
8013         (Makefile.am): Update.
8014         (Include): Replace pathname.h with filename.h.
8015         * lib/filename.h: Renamed from lib/pathname.h.
8016         (concatenated_filename): Renamed from concatenated_pathname.
8017         * lib/concat-filename.c: Renamed from lib/concatpath.c.
8018         (concatenated_filename): Renamed from concatenated_pathname.
8019         * lib/findprog.c: Include filename.h instead of pathname.h.
8020         (find_in_path): Update.
8021         * lib/javacomp.c: Include filename.h instead of pathname.h.
8022         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
8023         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
8024         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
8025         is_oldgcj_14_13_usable, is_javac_usable): Update.
8026         * lib/javaexec.c: Include filename.h instead of pathname.h.
8027         (execute_java_class): Update.
8028         * modules/findprog: Update.
8029         * modules/javacomp: Update.
8030         * modules/javaexec: Update.
8031         * MODULES.html.sh (File system functions): Add 'filename', remove
8032         'pathname'.
8033
8034 2007-02-25  Bruno Haible  <bruno@clisp.org>
8035
8036         * modules/printf-frexpl-tests: New file.
8037         * tests/test-printf-frexpl.c: New file.
8038
8039         * modules/printf-frexpl: New file.
8040         * lib/printf-frexpl.h: New file.
8041         * lib/printf-frexpl.c: New file.
8042         * m4/printf-frexpl.m4: New file.
8043
8044 2007-02-25  Bruno Haible  <bruno@clisp.org>
8045
8046         * modules/printf-frexp-tests: New file.
8047         * tests/test-printf-frexp.c: New file.
8048
8049         * modules/printf-frexp: New file.
8050         * lib/printf-frexp.h: New file.
8051         * lib/printf-frexp.c: New file.
8052         * m4/printf-frexp.m4: New file.
8053
8054 2007-02-25  Bruno Haible  <bruno@clisp.org>
8055
8056         Assume automake >= 1.10 for the tests.
8057         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
8058         * modules/arctwo-tests: Likewise.
8059         * modules/argp-tests: Likewise.
8060         * modules/avltree-list-tests: Likewise.
8061         * modules/avltree-oset-tests: Likewise.
8062         * modules/avltreehash-list-tests: Likewise.
8063         * modules/carray-list-tests: Likewise.
8064         * modules/crc-tests: Likewise.
8065         * modules/des-tests: Likewise.
8066         * modules/gc-arcfour-tests: Likewise.
8067         * modules/gc-arctwo-tests: Likewise.
8068         * modules/gc-des-tests: Likewise.
8069         * modules/gc-hmac-md5-tests: Likewise.
8070         * modules/gc-hmac-sha1-tests: Likewise.
8071         * modules/gc-md2-tests: Likewise.
8072         * modules/gc-md4-tests: Likewise.
8073         * modules/gc-md5-tests: Likewise.
8074         * modules/gc-pbkdf2-sha1-tests: Likewise.
8075         * modules/gc-rijndael-tests: Likewise.
8076         * modules/gc-sha1-tests: Likewise.
8077         * modules/gc-tests: Likewise.
8078         * modules/getaddrinfo-tests: Likewise.
8079         * modules/hmac-md5-tests: Likewise.
8080         * modules/hmac-sha1-tests: Likewise.
8081         * modules/linked-list-tests: Likewise.
8082         * modules/linkedhash-list-tests: Likewise.
8083         * modules/lock-tests: Likewise.
8084         * modules/md2-tests: Likewise.
8085         * modules/md4-tests: Likewise.
8086         * modules/md5-tests: Likewise.
8087         * modules/rbtree-list-tests: Likewise.
8088         * modules/rbtree-oset-tests: Likewise.
8089         * modules/rbtreehash-list-tests: Likewise.
8090         * modules/read-file-tests: Likewise.
8091         * modules/rijndael-tests: Likewise.
8092         * modules/stdint-tests: Likewise.
8093         * modules/tls-tests: Likewise.
8094
8095 2007-02-24  Bruno Haible  <bruno@clisp.org>
8096
8097         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
8098         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
8099         function; instead check whether isnan with a double argument links.
8100         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
8101         function; instead check whether isnan with a 'long double' argument
8102         links.
8103         Reported by Eric Blake <ebb9@byu.net>.
8104
8105 2007-02-24  Bruno Haible  <bruno@clisp.org>
8106
8107         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
8108         defined.
8109         * lib/isnanl.c: Remove all code. Just include isnan.c.
8110         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
8111
8112 2007-02-25  Jim Meyering  <jim@meyering.net>
8113
8114         Avoid conflicting types for 'unsetenv' on FreeBSD.
8115         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
8116         conflicting with FreeBSD's (5.0 and 6.1) function declaration
8117         in stdlib.h.
8118
8119 2007-02-24  Bruno Haible  <bruno@clisp.org>
8120
8121         * modules/isnanl-nolibm-tests: New file.
8122         * tests/test-isnanl.c: New file.
8123
8124         * modules/isnanl-nolibm: New file.
8125         * lib/isnanl.h: New file.
8126         * lib/isnanl.c: New file.
8127         * m4/isnanl.m4: New file.
8128
8129 2007-02-24  Bruno Haible  <bruno@clisp.org>
8130
8131         * modules/isnan-nolibm-tests: New file.
8132         * tests/test-isnan.c: New file.
8133
8134         * modules/isnan-nolibm: New file.
8135         * lib/isnan.h: New file.
8136         * lib/isnan.c: New file.
8137         * m4/isnan.m4: New file.
8138
8139 2007-02-24  Bruno Haible  <bruno@clisp.org>
8140
8141         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
8142         assume that an exponent fits in 20 bits.
8143
8144 2007-02-24  Jim Meyering  <jim@meyering.net>
8145
8146         * m4/regex.m4: Update the description of the configure-time option,
8147         --without-included-regex, to state accurately what the defaults are,
8148         and perhaps to give people an idea why using this option is risky.
8149
8150 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8151
8152         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
8153         loops on small arguments.  This attempts to avoid the problem
8154         Bruno Haible reported for AIX 4.3.2 in
8155         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
8156
8157 2007-02-23  Bruno Haible  <bruno@clisp.org>
8158
8159         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
8160         Needed for help2man.
8161
8162 2007-02-23  Karl Berry  <karl@gnu.org>
8163
8164         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
8165         exists, foo.h should be cvs-ignored, not committed.
8166
8167 2007-02-23  Eric Blake  <ebb9@byu.net>
8168
8169         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
8170         * lib/stat-time.h (includes): Likewise.
8171         * lib/utimecmp.c (includes): Likewise.
8172         * lib/utimens.h (includes): Likewise.
8173         * lib/getdate.y (includes): Also include "timespec.h" for use
8174         internal to the module.
8175         * modules/utimens (Depends-on): Revert yesterday's patch.
8176         * modules/nanosleep (Depends-on): Add missing dependency.
8177
8178 2007-02-22  Bruno Haible  <bruno@clisp.org>
8179
8180         * lib/glob.c: Don't include getlogin_r.h.
8181
8182 2007-02-22  Jim Meyering  <jim@meyering.net>
8183
8184         * modules/utimens (Depends-on): Add timespec, required for
8185         utimens.h's inclusion of timespec.h.
8186
8187 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
8188
8189         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
8190         long unreadable paths in GNU/Linux.  Problem reported by Andreas
8191         Schwab in
8192         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
8193         I'll try to think of a better way to fix the Solaris problem.
8194
8195         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
8196         like glibc; on Solaris 10, it fails with errno == EINVAL.
8197         POSIX says the behavior is unspecified if the first argument is NULL,
8198         so play it safe and never pass NULL to the system getcwd.
8199
8200 2007-02-21  Jim Meyering  <jim@meyering.net>
8201
8202         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
8203         of gettimeofday.  It would conflict with the one now always
8204         provided via sys_time_.h.  Reported by Matthew Woehlke, as
8205         an IRIX 6.5 build failure.
8206
8207 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8208
8209         Minor fixups to port to Solaris 10 with Sun C 5.8.
8210         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
8211         * modules/getcwd (Depends-on): Add dirfd.
8212         * lib/putenv.c (putenv): #undef it.
8213         (rpl_putenv): New decl.
8214         (malloc, free): Include <stdlib.h> rather than prototyping separately.
8215
8216 2007-02-20  Bruno Haible  <bruno@clisp.org>
8217
8218         * modules/stdio-tests: New file.
8219         * tests/test-stdio.c: New file.
8220
8221         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
8222         (Depends-on): Add stdio.
8223         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8224         (Include): Use <stdio.h> instead of vsnprintf.h.
8225         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8226         HAVE_DECL_VSNPRINTF.
8227         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
8228
8229         * modules/snprintf (Files): Remove lib/snprintf.h.
8230         (Depends-on): Add stdio.
8231         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8232         (Include): Use <stdio.h> instead of snprintf.h.
8233         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8234         HAVE_DECL_SNPRINTF.
8235         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
8236         * lib/getaddrinfo.c: Likewise.
8237
8238         * modules/stdio: New file.
8239         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
8240         * lib/snprintf.h: Remove file.
8241         * lib/vsnprintf.h: Remove file.
8242         * lib/.cppi-disable: Remove snprintf.h.
8243         * m4/stdio_h.m4: New file.
8244         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
8245
8246 2007-02-20  Jim Meyering  <jim@meyering.net>
8247
8248         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
8249         used by e.g., mingw.  From Bruno Haible.
8250
8251 2007-02-19  Bruno Haible  <bruno@clisp.org>
8252
8253         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
8254         warnings.
8255         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8256
8257 2007-02-19  Bruno Haible  <bruno@clisp.org>
8258
8259         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
8260         from mingw users.
8261
8262 2007-02-19  Bruno Haible  <bruno@clisp.org>
8263
8264         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
8265         warnings.
8266         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
8267
8268 2007-02-19  Jim Meyering  <jim@meyering.net>
8269
8270         Don't use FD after a successful "fdopendir (fd)".
8271         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
8272         Reset it by calling dirfd on the just-obtained DIR*.
8273
8274         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
8275         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
8276
8277 2007-02-18  Bruno Haible  <bruno@clisp.org>
8278
8279         * lib/readlink.c: Include <unistd.h>.
8280         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
8281         HAVE_READLINK.
8282         * modules/readlink (Depends-on): Add unistd.
8283         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8284         (Include): Add <unistd.h>.
8285
8286         * lib/getlogin_r.h: Remove file.
8287         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
8288         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
8289         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
8290         HAVE_DECL_GETLOGIN_R.
8291         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
8292         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8293         (Include): Use <unistd.h> instead of getlogin_r.h.
8294
8295         * lib/getcwd.h: Remove file.
8296         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
8297         * lib/xgetcwd.c: Likewise.
8298         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
8299         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
8300         * modules/getcwd (Files): Remove lib/getcwd.h.
8301         (Depends-on): Add unistd.
8302         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8303         (Include): Use <unistd.h> instad of getcwd.h.
8304
8305         * lib/ftruncate.c: Include <unistd.h> first.
8306         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
8307         Set HAVE_FTRUNCATE.
8308         * modules/ftruncate (Depends-on): Add unistd.
8309         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8310
8311         * lib/fchdir.c: Include <unistd.h> first.
8312         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
8313         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
8314         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
8315         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8316         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
8317
8318         * lib/dup2.c: Include <unistd.h> first.
8319         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
8320         HAVE_DUP2.
8321         * modules/dup2 (Depends-on): Add unistd.
8322         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8323
8324         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
8325         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
8326         REPLACE_CHOWN. Don't define chown as a macro here.
8327         * modules/chown (Depends-on): Add unistd.
8328         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8329
8330         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
8331         Add definition for GL_LINK_WARNING.
8332         (chown, dup2): New declarations.
8333         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
8334         link warning.
8335         (ftruncate): New declaration.
8336         (getcwd): New declaration, taken from old getcwd.h.
8337         (getlogin_r): New declaration, taken from old getlogin_r.h.
8338         (readlink): New declaration.
8339         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
8340         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
8341         (gl_PREREQ_UNISTD): Remove macro.
8342         (gl_UNISTD_MODULE_INDICATOR): New macro.
8343         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
8344         many new variables. Don't set UNISTD_H.
8345         * modules/unistd (Description): Change.
8346         (Depends-on): Add link-warning.
8347         (configure.ac): Update.
8348         (Makefile.am): Create unistd.h always. Substitute many new variables
8349         into it.
8350
8351 2007-02-18  Bruno Haible  <bruno@clisp.org>
8352
8353         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
8354         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
8355         HAVE_GETSUBOPT.
8356         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
8357         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
8358         * lib/getsubopt.h: Remove file.
8359         * modules/getsubopt (Files): Remove lib/getsubopt.h.
8360         (Depends-on): Add stdlib.
8361         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8362         (Includes): Use <stdlib.h> instead of getsubopt.h.
8363         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
8364         Set HAVE_GETSUBOPT.
8365         * lib/getsubopt.c: Don't include getsubopt.h.
8366
8367 2007-02-18  Bruno Haible  <bruno@clisp.org>
8368
8369         * modules/fchdir (Depends-on): Add dup2.
8370
8371 2007-02-18  Bruno Haible  <bruno@clisp.org>
8372
8373         * lib/stdlib_.h: Handle glibc's special invocation convention
8374         specially.
8375
8376 2007-02-18  Bruno Haible  <bruno@clisp.org>
8377
8378         * modules/stdlib-tests: New file.
8379         * tests/test-stdlib.c: New file.
8380
8381         * modules/mkstemp (Files): Remove lib/mkstemp.h.
8382         (Depends-on): Add stdlib.
8383         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8384         (Includes): Use <stdlib.h> instead of mkstemp.h.
8385         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8386         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
8387         * lib/mkstemp.c: Don't include mkstemp.h.
8388         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
8389         * lib/stdlib--.h: Don't include mkstemp.h.
8390
8391         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
8392         (Depends-on): Add stdlib.
8393         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8394         (Includes): Use <stdlib.h> instead of mkdtemp.h.
8395         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8396         HAVE_MKDTEMP.
8397         * lib/mkdtemp.c: Don't include mkdtemp.h.
8398         * lib/clean-temp.c: Don't include mkdtemp.h.
8399
8400         * modules/exit (Files): Remove lib/exit.h.
8401         (Depends-on): Add stdlib.
8402         (Makefile.am): Remove lib_SOURCES.
8403         (Include): Use <stdlib.h> instead of exit.h.
8404         * lib/argmatch.c: Don't include exit.h.
8405         * lib/execute.c: Likewise.
8406         * lib/pagealign_alloc.c: Likewise.
8407         * lib/pipe.c: Likewise.
8408         * lib/wait-process.c: Likewise.
8409         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
8410         * lib/exitfail.c: Likewise.
8411         * lib/savewd.c: Likewise.
8412         * lib/xsetenv.c: Likewise.
8413
8414         * modules/stdlib: New file.
8415         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
8416         and extra comments about mkstemp().
8417         * lib/exit.h: Remove file.
8418         * lib/mkdtemp.h: Remove file.
8419         * lib/mkstemp.h: Remove file.
8420         * m4/stdlib_h.m4: New file.
8421         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
8422
8423 2007-02-18  Bruno Haible  <bruno@clisp.org>
8424
8425         * modules/math-tests: New file.
8426         * tests/test-math.c: New file.
8427
8428         * modules/math: New file.
8429         * modules/mathl (Files): Remove lib/mathl.h.
8430         (Depends-on): Add math.
8431         (Makefile.am): Don't mention mathl.h.
8432         (Include): Use <math.h> instead of mathl.h.
8433         * lib/math_.h: New file.
8434         * lib/mathl.h: Remove file.
8435         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
8436         mathl.h.
8437         * lib/asinl.c: Likewise.
8438         * lib/atanl.c: Likewise.
8439         * lib/ceill.c: Likewise.
8440         * lib/cosl.c: Likewise.
8441         * lib/expl.c: Likewise.
8442         * lib/floorl.c: Likewise.
8443         * lib/frexpl.c: Likewise.
8444         * lib/ldexpl.c: Likewise.
8445         * lib/logl.c: Likewise.
8446         * lib/sincosl.c: Likewise.
8447         * lib/sinl.c: Likewise.
8448         * lib/sqrtl.c: Likewise.
8449         * lib/tanl.c: Likewise.
8450         * lib/trigl.c: Likewise.
8451         * m4/math_h.m4: New file.
8452         * MODULES.html.sh (Mathematics): Add math.
8453
8454 2007-02-17  Bruno Haible  <bruno@clisp.org>
8455
8456         * modules/wctype-tests: New file.
8457         * tests/test-wctype.c: New file.
8458
8459         * modules/wchar-tests: New file.
8460         * tests/test-wchar.c: New file.
8461
8462         * modules/unistd-tests: New file.
8463         * tests/test-unistd.c: New file.
8464
8465         * modules/time-tests: New file.
8466         * tests/test-time.c: New file.
8467
8468         * modules/sysexits-tests: New file.
8469         * tests/test-sysexits.c: New file.
8470
8471         * modules/sys_time-tests: New file.
8472         * tests/test-sys_time.c: New file.
8473
8474         * modules/sys_stat-tests: New file.
8475         * tests/test-sys_stat.c: New file.
8476
8477         * modules/sys_socket-tests: New file.
8478         * tests/test-sys_socket.c: New file.
8479
8480         * modules/sys_select-tests: New file.
8481         * tests/test-sys_select.c: New file.
8482
8483         * modules/string-tests: New file.
8484         * tests/test-string.c: New file.
8485
8486         * modules/stdbool-tests: New file.
8487         * tests/test-stdbool.c: New file.
8488
8489         * modules/netinet_in-tests: New file.
8490         * tests/test-netinet_in.c: New file.
8491
8492         * modules/inttypes-tests: New file.
8493         * tests/test-inttypes.c: New file.
8494
8495         * modules/fcntl-tests: New file.
8496         * tests/test-fcntl.c: New file.
8497
8498         * modules/byteswap-tests: New file.
8499         * tests/test-byteswap.c: New file.
8500
8501         * modules/arpa_inet-tests: New file.
8502         * tests/test-arpa_inet.c: New file.
8503
8504 2007-02-17  Bruno Haible  <bruno@clisp.org>
8505
8506         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
8507         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
8508         if the corresponding module is not enabled. Emit link warnings if
8509         the function is used nevertheless.
8510         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
8511         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
8512         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
8513         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
8514         * modules/inttypes (Depends-on): Add link-warning.
8515         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8516         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
8517         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
8518         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
8519         * modules/imaxdiv (configure.ac): Likewise.
8520         * modules/strtoimax (configure.ac): Likewise.
8521         * modules/strtoumax (configure.ac): Likewise.
8522
8523 2007-02-17  Bruno Haible  <bruno@clisp.org>
8524
8525         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
8526         gl_STRING_MODULE_INDICATOR_DEFAULTS.
8527         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
8528         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
8529
8530 2007-02-17  Bruno Haible  <bruno@clisp.org>
8531
8532         * modules/link-warning: New file.
8533         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
8534         * lib/string_.h (GL_LINK_WARNING): Remove definition.
8535         * modules/string (Depends-on): Add link-warning.
8536         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8537         string.h.
8538         * MODULES.html.sh (Support for building libraries and executables): Add
8539         link-warning.
8540
8541 2007-02-17  Bruno Haible  <bruno@clisp.org>
8542
8543         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
8544         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
8545         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
8546         long lines.
8547
8548 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
8549             Bruno Haible  <bruno@clisp.org>
8550
8551         * modules/tmpfile: New file.
8552         * lib/tmpfile.c: New file.
8553         * m4/tmpfile.m4: New file.
8554         * MODULES.html.sh (func_all_modules): New section "Input/output".
8555
8556 2007-02-15  Bruno Haible  <bruno@clisp.org>
8557
8558         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
8559         (supports_delete_on_close): New function.
8560         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
8561
8562 2007-02-14  Bruno Haible  <bruno@clisp.org>
8563
8564         * modules/mbspcasecmp-tests: New file.
8565         * tests/test-mbspcasecmp.sh: New file.
8566         * tests/test-mbspcasecmp.c: New file.
8567
8568         New module mbspcasecmp.
8569         * modules/mbspcasecmp: New file.
8570         * lib/mbspcasecmp.c: New file.
8571         * lib/string_.h (strncasecmp): Change warning message.
8572         (mbspcasecmp): New declaration.
8573         * m4/mbspcasecmp.m4: New file.
8574         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8575         GNULIB_MBSPCASECMP.
8576         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
8577         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
8578
8579 2007-02-14  Bruno Haible  <bruno@clisp.org>
8580
8581         * modules/mbsncasecmp-tests: New file.
8582         * tests/test-mbsncasecmp.sh: New file.
8583         * tests/test-mbsncasecmp.c: New file.
8584
8585         New module mbsncasecmp.
8586         * modules/mbsncasecmp: New file.
8587         * lib/mbsncasecmp.c: New file.
8588         * lib/string_.h (mbsncasecmp): New declaration.
8589         * m4/mbsncasecmp.m4: New file.
8590         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8591         GNULIB_MBSNCASECMP.
8592         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
8593         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
8594
8595 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8596
8597         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
8598         Verify that it doesn't overlap with our flags.
8599         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
8600         do not have the desired effect in multibyte locales; instead, use
8601         mbscasecmp.
8602         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
8603         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
8604         we don't require GNU fnmatch ourselves (if our users require it, they
8605         should do so explicitly).
8606
8607         Fix regex code so it doesn't rely on strcasecmp.
8608         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
8609         Otherwise, include gnulib's langinfo.h.
8610         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
8611         undesirable behavior in non-C locales.  Instead, rely on localecharset.
8612         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
8613         * modules/regex (FILES): Remove m4/codeset.m4.
8614         (Depends-on): Add localcharset.  Remove strcase.
8615
8616 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8617
8618         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
8619         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
8620
8621 2007-02-13  Bruno Haible  <bruno@clisp.org>
8622
8623         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8624         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8625
8626 2007-02-12  Bruno Haible  <bruno@clisp.org>
8627
8628         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8629         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8630         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8631         time warning rather than a link error.
8632
8633 2007-02-12  Bruno Haible  <bruno@clisp.org>
8634
8635         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8636         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8637         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8638
8639 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8640
8641         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8642         args, not 2.
8643
8644 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8645
8646         New module 'time', so that apps can include <time.h> as per
8647         POSIX and GNU instead of separate include files like time_r.h
8648         and timegm.h.  This implementation tries out a simpler approach
8649         for replacing decls in standard include files (as compared to
8650         the string module), somewhat as an experiment.
8651
8652         * config/srclist.txt: Comment out mktime.c for now.
8653         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8654         since it doesn't apply any more.  Use generic wording instead.
8655         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8656         'time'.
8657         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8658         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8659         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8660         Don't include <sys/types.h>; no longer needed since we assume C89.
8661         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8662         * lib/strftime.c: Likewise.
8663         * lib/time_r.c: Likewise.
8664         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8665         * lib/nanosleep.c: Include <time.h> first, to check interface.
8666         * lib/strptime.c: Likewise.
8667         * lib/time_r.c: Likewise.
8668         * lib/timegm.c: Likewise.
8669         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8670         needed.
8671         * lib/timegm.c: Don't include timegm.h; no longer needed.
8672         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8673         time.h now handles any problems in that area.
8674         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8675         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8676         that time.h defines struct timespec.
8677         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8678         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8679         handles that.
8680         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8681         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8682         needed.  Set REPLACE_LOCALTIME.
8683         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8684         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8685         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8686         nanosleep; time_h.m4 now does that.  Don't require
8687         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8688         module handles this now.
8689         * modules/getdate (Depends-on): Remove timespec.  Add time.
8690         * modules/nanosleep (Depends-on): Likewise.
8691         * modules/stat-time (Depends-on): Likewise.
8692         * modules/nanosleep (Include): Include time.h, not timespec.h.
8693         * modules/strptime (Files): Remove lib/strptime.h.
8694         (Depends-on): Add extensions, time.
8695         (Include): Include time.h, not strptime.h.
8696         * modules/time_r (Files): Remove lib/time_r.h.
8697         (Depends-on): Add time.
8698         (Include): Include time.h, not time_r.h.
8699         * modules/timegm: Likewise.
8700         * modules/timespec (Description): Now does timespec-related decls
8701         of our own, instead of struct timespec itself.
8702         (Depends-on): Add time; remove extensions.
8703         (Maintainer): Add self.
8704         * modules/utimecmp (Depends-on): Add time; remove timespec.
8705         * modules/utimens (Depends-on): Likewise.
8706         * modules/xnanosleep (Depends-on): Likewise.
8707
8708 2007-02-11  Bruno Haible  <bruno@clisp.org>
8709
8710         * lib/c-strstr.c: Include allocsa.h.
8711         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8712         * lib/c-strcasestr.c: Include allocsa.h.
8713         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8714         * lib/strcasestr.c: Include allocsa.h.
8715         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8716         * lib/mbsstr.c: Include allocsa.h.
8717         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8718         allocsa/freesa instead of malloc/free.
8719         * lib/mbscasestr.c: Include allocsa.h.
8720         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8721         allocsa/freesa instead of malloc/free.
8722         * modules/c-strstr (Depends-on): Add allocsa.
8723         * modules/c-strcasestr (Depends-on): Likewise.
8724         * modules/strcasestr (Depends-on): Likewise.
8725         * modules/mbsstr (Depends-on): Likewise.
8726         * modules/mbscasestr (Depends-on): Likewise.
8727
8728 2007-02-11  Bruno Haible  <bruno@clisp.org>
8729
8730         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8731
8732         * modules/mbsspn-tests: New file.
8733         * tests/test-mbsspn.sh: New file.
8734         * tests/test-mbsspn.c: New file.
8735
8736 2007-02-11  Bruno Haible  <bruno@clisp.org>
8737
8738         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8739
8740         * modules/mbspbrk-tests: New file.
8741         * tests/test-mbspbrk.sh: New file.
8742         * tests/test-mbspbrk.c: New file.
8743
8744 2007-02-11  Bruno Haible  <bruno@clisp.org>
8745
8746         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8747         unneeded cast.
8748
8749         * modules/mbscspn-tests: New file.
8750         * tests/test-mbscspn.sh: New file.
8751         * tests/test-mbscspn.c: New file.
8752
8753 2007-02-11  Bruno Haible  <bruno@clisp.org>
8754
8755         * modules/mbscasecmp-tests: New file.
8756         * tests/test-mbscasecmp.sh: New file.
8757         * tests/test-mbscasecmp.c: New file.
8758
8759 2007-02-11  Bruno Haible  <bruno@clisp.org>
8760
8761         Ensure O(n) worst-case complexity of mbscasestr.
8762         * lib/mbscasestr.c: Include stdbool.h.
8763         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8764         functions.
8765         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8766         the bookkeeping indicates that it's worth it.
8767         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8768
8769         * modules/mbscasestr-tests: New file.
8770         * tests/test-mbscasestr1.c: New file.
8771         * tests/test-mbscasestr2.sh: New file.
8772         * tests/test-mbscasestr2.c: New file.
8773         * tests/test-mbscasestr3.sh: New file.
8774         * tests/test-mbscasestr3.c: New file.
8775         * tests/test-mbscasestr4.sh: New file.
8776         * tests/test-mbscasestr4.c: New file.
8777         * m4/locale-tr.m4: New file.
8778
8779 2007-02-11  Bruno Haible  <bruno@clisp.org>
8780
8781         Ensure O(n) worst-case complexity of mbsstr.
8782         * lib/mbsstr.c: Include stdbool.h.
8783         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8784         functions.
8785         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8786         bookkeeping indicates that it's worth it.
8787         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8788
8789         * modules/mbsstr-tests: New file.
8790         * tests/test-mbsstr1.c: New file.
8791         * tests/test-mbsstr2.sh: New file.
8792         * tests/test-mbsstr2.c: New file.
8793         * tests/test-mbsstr3.sh: New file.
8794         * tests/test-mbsstr3.c: New file.
8795         * m4/locale-fr.m4: New file.
8796
8797 2007-02-11  Bruno Haible  <bruno@clisp.org>
8798
8799         * lib/mbsrchr.c (mbsrchr): Fix bug.
8800
8801         * modules/mbsrchr-tests: New file.
8802         * tests/test-mbsrchr.sh: New file.
8803         * tests/test-mbsrchr.c: New file.
8804
8805 2007-02-11  Bruno Haible  <bruno@clisp.org>
8806
8807         * lib/mbschr.c (mbschr): Fix bug.
8808
8809         * modules/mbschr-tests: New file.
8810         * tests/test-mbschr.sh: New file.
8811         * tests/test-mbschr.c: New file.
8812         * m4/locale-zh.m4: New file.
8813
8814 2007-02-11  Bruno Haible  <bruno@clisp.org>
8815
8816         Support for copying multibyte string iterators.
8817         * lib/mbiter.h: Include <string.h>.
8818         (mbiter_multi_copy): New function.
8819         (mbi_copy): New macro.
8820         * lib/mbuiter.h: Include <string.h>.
8821         (mbuiter_multi_copy): New function.
8822         (mbui_copy): New macro.
8823
8824 2007-02-11  Bruno Haible  <bruno@clisp.org>
8825
8826         New module mbslen.
8827         * modules/mbslen: New file.
8828         * lib/mbslen.c: New file.
8829         * lib/string_.h (mbslen): New declaration.
8830         * m4/mbslen.m4: New file.
8831         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8832         GNULIB_MBSLEN.
8833         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8834         * MODULES.html.sh (Internationalization functions): Add mbslen.
8835
8836 2007-02-11  Bruno Haible  <bruno@clisp.org>
8837
8838         Ensure O(n) worst-case complexity of strcasestr substitute.
8839         * lib/strcasestr.c: Include stdbool.h.
8840         (knuth_morris_pratt): New function.
8841         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8842         bookkeeping indicates that it's worth it.
8843         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8844
8845         * modules/strcasestr-tests: New file.
8846         * tests/test-strcasestr.c: New file.
8847
8848 2007-02-11  Bruno Haible  <bruno@clisp.org>
8849
8850         Ensure O(n) worst-case complexity of c_strcasestr.
8851         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8852         (knuth_morris_pratt): New function.
8853         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8854         the bookkeeping indicates that it's worth it.
8855         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8856
8857         * modules/c-strcasestr-tests: New file.
8858         * tests/test-c-strcasestr.c: New file.
8859
8860 2007-02-11  Bruno Haible  <bruno@clisp.org>
8861
8862         Ensure O(n) worst-case complexity of c_strstr.
8863         * lib/c-strstr.c: Include stdbool.h, string.h.
8864         (knuth_morris_pratt): New function.
8865         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8866         bookkeeping indicates that it's worth it.
8867         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8868
8869         * lib/c-strstr.c: Complete rewrite for maintainability.
8870
8871         * modules/c-strstr-tests: New file.
8872         * tests/test-c-strstr.c: New file.
8873
8874 2007-02-11  Bruno Haible  <bruno@clisp.org>
8875
8876         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8877         5.2.1 and earlier, whereby \055 was treated just like the range
8878         delimiter '-'.
8879         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8880
8881 2007-02-08  Bruno Haible  <bruno@clisp.org>
8882
8883         * modules/regex (Depends-on): Add stdbool.
8884         Reported by Dalibor Topic <robilad@kaffe.org>.
8885
8886 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8887
8888         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8889         Prefer returning from main to exiting from it.
8890         Remove unnecessary parens after sizeof.
8891
8892 2007-02-05  Bruno Haible  <bruno@clisp.org>
8893
8894         New module mbssep.
8895         * modules/mbssep: New file.
8896         * lib/mbssep.c: New file.
8897         * lib/string_.h (strsep): Add a conditional link warning.
8898         (mbssep): New declaration.
8899         * m4/mbssep.m4: New file.
8900         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8901         GNULIB_MBSSEP.
8902         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8903         * MODULES.html.sh (Internationalization functions): Add mbssep.
8904
8905 2007-02-05  Bruno Haible  <bruno@clisp.org>
8906
8907         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8908         Optimize search in case of 1 delimiter.
8909
8910 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8911
8912         * lib/acl.h: Include sys/types.h before sys/acl.h.
8913
8914 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8915
8916         Merge upstream fix for glibc bugzilla #3957:
8917
8918         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8919
8920         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8921         bit for RE_HAT_LISTS_NOT_NEWLINE.
8922         (build_charclass_op): Remove bogus comment.
8923
8924 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8925
8926         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8927
8928 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8929
8930         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8931         * lib/memmem.c [!defined _LIBC]: Include config.h.
8932
8933 2007-02-04  Bruno Haible  <bruno@clisp.org>
8934
8935         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8936         warning message.
8937
8938 2007-02-04  Bruno Haible  <bruno@clisp.org>
8939
8940         New module mbstok_r.
8941         * modules/mbstok_r: New file.
8942         * lib/mbstok_r.c: New file.
8943         * lib/string_.h (strtok_r): Change argument names to match the
8944         comments. Add a conditional link warning.
8945         (mbstok_r): New declaration.
8946         * m4/mbstok_r.m4: New file.
8947         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8948         GNULIB_MBSTOK_R.
8949         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8950         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8951
8952 2007-02-04  Bruno Haible  <bruno@clisp.org>
8953
8954         New module mbsspn.
8955         * modules/mbsspn: New file.
8956         * lib/mbsspn.c: New file.
8957         * lib/string_.h (strspn): Add a conditional link warning.
8958         (mbsspn): New declaration.
8959         * m4/mbsspn.m4: New file.
8960         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8961         GNULIB_MBSSPN.
8962         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8963         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8964
8965 2007-02-04  Bruno Haible  <bruno@clisp.org>
8966
8967         New module mbspbrk.
8968         * modules/mbspbrk: New file.
8969         * lib/mbspbrk.c: New file.
8970         * lib/string_.h (strpbrk): Add a conditional link warning.
8971         (mbspbrk): New declaration.
8972         * m4/mbspbrk.m4: New file.
8973         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8974         GNULIB_MBSPBRK.
8975         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8976         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8977
8978 2007-02-04  Bruno Haible  <bruno@clisp.org>
8979
8980         New module mbscspn.
8981         * modules/mbscspn: New file.
8982         * lib/mbscspn.c: New file.
8983         * lib/string_.h (strcspn): Add a conditional link warning.
8984         (mbscspn): New declaration.
8985         * m4/mbscspn.m4: New file.
8986         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8987         GNULIB_MBSCSPN.
8988         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8989         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8990
8991 2007-02-04  Bruno Haible  <bruno@clisp.org>
8992
8993         New module mbscasestr, reduced goal of strcasestr.
8994         * modules/mbscasestr: New file.
8995         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8996         (mbscasestr): Renamed from strcasestr.
8997         * lib/strcasestr.c: Don't include mbuiter.h.
8998         (strcasestr): Remove support for multibyte locales.
8999         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
9000         Change the conditional link warning.
9001         (mbscasestr): New declaration.
9002         * m4/mbscasestr.m4: New file.
9003         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
9004         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
9005         REPLACE_STRCASESTR.
9006         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
9007         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9008         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
9009         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
9010         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
9011         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
9012         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
9013         (Depends-on): Remove mbuiter.
9014         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
9015
9016 2007-02-04  Bruno Haible  <bruno@clisp.org>
9017
9018         Simplify handling of strncasecmp.
9019         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
9020         the conditional link warning.
9021         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9022         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
9023         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
9024         * modules/strcase (configure.ac): Don't invoke
9025         gl_STRING_MODULE_INDICATOR.
9026         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
9027
9028 2007-02-04  Bruno Haible  <bruno@clisp.org>
9029
9030         New module mbscasecmp, reduced goal of strcasecmp.
9031         * modules/mbscasecmp: New file.
9032         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
9033         (mbscasecmp): Renamed from strcasecmp.
9034         * lib/strcasecmp.c: Don't include mbuiter.h.
9035         (strcasecmp): Remove support for multibyte locales.
9036         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
9037         Change the conditional link warning.
9038         (mbscasecmp): New declaration.
9039         * m4/mbscasecmp.m4: New file.
9040         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
9041         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
9042         REPLACE_STRCASECMP.
9043         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
9044         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9045         GNULIB_MBSCASECMP.
9046         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
9047         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
9048         * modules/strcase (Files): Remove m4/mbrtowc.m4.
9049         (Depends-on): Remove mbuiter.
9050         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
9051
9052 2007-02-04  Bruno Haible  <bruno@clisp.org>
9053
9054         New module mbsstr. Remove module strstr.
9055         * modules/mbsstr: New file.
9056         * modules/strstr: Remove file.
9057         * lib/mbsstr.c: Renamed from lib/strstr.c.
9058         (mbsstr): Renamed from strstr.
9059         * lib/string_.h (strstr): Remove declaration. Change the conditional
9060         link warning.
9061         (mbsstr): New declaration.
9062         * m4/mbsstr.m4: New file.
9063         * m4/strstr.m4: Remove file.
9064         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
9065         REPLACE_STRSTR.
9066         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
9067         Don't initialize GNULIB_STRSTR.
9068         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
9069         substitute GNULIB_STRSTR and REPLACE_STRSTR.
9070         * MODULES.html.sh (Internationalization functions): Add mbsstr.
9071         (Support for systems lacking ANSI C 89): Remove strstr.
9072
9073 2007-02-04  Bruno Haible  <bruno@clisp.org>
9074
9075         New module mbsrchr.
9076         * modules/mbsrchr: New file.
9077         * lib/mbsrchr.c: New file.
9078         * lib/string_.h (strrchr): Add a conditional link warning.
9079         (mbsrchr): New declaration.
9080         * m4/mbsrchr.m4: New file.
9081         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9082         GNULIB_MBSRCHR.
9083         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
9084         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
9085
9086 2007-02-04  Bruno Haible  <bruno@clisp.org>
9087
9088         New module mbschr.
9089         * modules/mbschr: New file.
9090         * lib/mbschr.c: New file.
9091         * lib/string_.h (strchr): Add a conditional link warning.
9092         (mbschr): New declaration.
9093         * m4/mbschr.m4: New file.
9094         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
9095         GNULIB_MBSCHR.
9096         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
9097         * MODULES.html.sh (Internationalization functions): Add mbschr.
9098
9099 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
9100
9101         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
9102
9103         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
9104
9105 2007-02-04  Bruno Haible  <bruno@clisp.org>
9106
9107         New module description section 'configure.ac-early'.
9108         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
9109         (func_get_autoconf_early_snippet): New function.
9110         (func_import, func_create_testdir): Use it. Remove special cases for
9111         modules 'extensions' and 'lock'.
9112         * modules/extensions (configure.ac-early): Require
9113         gl_USE_SYSTEM_EXTENSIONS.
9114         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
9115
9116 2007-02-04  Bruno Haible  <bruno@clisp.org>
9117
9118         Make use of gcj-4.3's -fsource and -ftarget option.
9119         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
9120         and if so try the options -fsource and -ftarget.
9121         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
9122         source_version, ftarget_option, target_version arguments.
9123         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
9124         (is_envjavac_oldgcj_14_14_usable): Renamed from
9125         is_envjavac_gcj_14_14_usable.
9126         (is_envjavac_oldgcj_14_13_usable): Renamed from
9127         is_envjavac_gcj_14_13_usable.
9128         (is_gcj_present): Update.
9129         (is_gcj_43, is_gcj43_usable): New functions.
9130         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
9131         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
9132         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
9133         try the options -fsource and -ftarget.
9134
9135 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
9136
9137         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
9138         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
9139         larger value.
9140
9141 2007-02-03  Jim Meyering  <jim@meyering.net>
9142
9143         Give tools a better chance to allocate space for very large buffers.
9144         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
9145
9146         Make pwd and readlink work also when run with an unreadable parent dir
9147         on systems with openat support.
9148         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
9149         provided getcwd function, even when we have openat support.
9150         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
9151
9152 2007-02-02  Bruno Haible  <bruno@clisp.org>
9153
9154         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
9155         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
9156         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
9157         portability problems if one of these functions is only used on specific
9158         platforms.
9159         Reported by Paul Eggert.
9160
9161 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
9162
9163         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
9164         is causing more trouble than it's curing.
9165         * lib/regex_internal.h (__mempcpy): Remove.
9166         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
9167         (and make the code a tad smaller to boot).
9168         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
9169
9170 2007-02-02  Jim Meyering  <jim@meyering.net>
9171
9172         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
9173         section, not in the Makefile.am: one.
9174
9175 2007-02-02  Eric Blake  <ebb9@byu.net>
9176
9177         * lib/strchrnul.c: Always include config.h first.
9178
9179         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
9180         gnulib strstr is not necessary here.
9181
9182 2007-02-02  Simon Josefsson  <simon@josefsson.org>
9183
9184         * m4/socklen.m4: Fix typo.
9185
9186 2007-02-02  Eric Blake  <ebb9@byu.net>
9187
9188         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
9189         * modules/netinet_in (Makefile.am): Likewise.
9190
9191 2007-02-01  Bruno Haible  <bruno@clisp.org>
9192
9193         * lib/string_.h (GL_LINK_WARNING): New macro.
9194         (strcasecmp, strstr, strcasestr): If provided by the system,
9195         conditionally define as a macro that leads to a warning instead of to
9196         an error.
9197         (strncasecmp): Conditionally define as a macro that leads to a warning.
9198
9199 2007-02-01  Karl Berry  <karl@gnu.org>
9200
9201         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
9202
9203 2007-02-01  Bruno Haible  <bruno@clisp.org>
9204
9205         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
9206         renamings.
9207
9208 2007-02-01  Eric Blake  <ebb9@byu.net>
9209
9210         * modules/regex (Depends-on): Revert dependence on mempcpy.
9211         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
9212         module's definition of mempcpy.
9213         Reported by Paul Eggert.
9214
9215 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
9216
9217         * lib/string_.h: If the gnulib module XYZ is not present, undefine
9218         the symbol XYZ before redefining it.  This fixes a problem with
9219         programs that don't use XYZ, when compiled on systems that define
9220         XYZ to something else.
9221
9222 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
9223
9224         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
9225         occurs when "mkdir -m foo" creates a setgid directory that is (1)
9226         writeable to group or other and (2) is intended to have a special
9227         mode bit that is set or cleared.  In such a case, the directory
9228         should be neither group- nor other-writeable until the special
9229         mode bits are right.
9230
9231 2007-01-31  Eric Blake  <ebb9@byu.net>
9232
9233         * modules/mountlist (Depends-on): Add strstr.
9234
9235         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
9236         bug.
9237         * modules/string (Makefile.am): Remove redundant replacement.
9238         * modules/regex (Depends-on): Add mempcpy.
9239
9240 2007-01-31  Bruno Haible  <bruno@clisp.org>
9241
9242         New module description field 'Link'.
9243         * gnulib-tool (func_usage): Document --extract-link-directive.
9244         (sed_extract_prog): Recognize 'Link' directive.
9245         (func_get_link_directive): New function.
9246         (func_import): Show summary of link directives.
9247         Handle --extract-link-directive option.
9248         * modules/acl (Link): New section.
9249         * modules/clock-time (Link): New section.
9250         * modules/euidaccess (Link): New section.
9251         * modules/gettext (Link): New section.
9252         * modules/iconv (Link): New section.
9253         * modules/lock (Link): New section.
9254         * modules/nanosleep (Link): New section.
9255         * modules/readline (Link): New section.
9256
9257 2007-01-27  Bruno Haible  <bruno@clisp.org>
9258
9259         Enforce the use of gnulib modules for unportable <string.h> functions.
9260         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
9261         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
9262         (gl_HEADER_STRING_H_BODY): Require it.
9263         * lib/string_.h: If the gnulib module XYZ is not present, redefine
9264         the symbol XYZ to one that gives a link error.
9265         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
9266         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
9267         * modules/mempcpy (configure.ac): Likewise.
9268         * modules/memrchr (configure.ac): Likewise.
9269         * modules/stpcpy (configure.ac): Likewise.
9270         * modules/stpncpy (configure.ac): Likewise.
9271         * modules/strcase (configure.ac): Likewise.
9272         * modules/strcasestr (configure.ac): Likewise.
9273         * modules/strchrnul (configure.ac): Likewise.
9274         * modules/strdup (configure.ac): Likewise.
9275         * modules/strndup (configure.ac): Likewise.
9276         * modules/strnlen (configure.ac): Likewise.
9277         * modules/strpbrk (configure.ac): Likewise.
9278         * modules/strsep (configure.ac): Likewise.
9279         * modules/strstr (configure.ac): Likewise.
9280         * modules/strtok_r (configure.ac): Likewise.
9281
9282 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
9283
9284         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
9285
9286 2007-01-30  Jim Meyering  <jim@meyering.net>
9287
9288         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
9289
9290 2007-01-29  Bruno Haible  <bruno@clisp.org>
9291
9292         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
9293         * lib/execute.c: Likewise.
9294         * lib/pipe.c: Likewise.
9295         * lib/printf-args.h: Likewise.
9296         * lib/printf-args.c: Likewise.
9297         * lib/printf-parse.c: Likewise.
9298         * lib/vasnprintf.c: Likewise.
9299
9300 2007-01-29  Eric Blake  <ebb9@byu.net>
9301
9302         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
9303         declaration.
9304
9305 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
9306
9307         * lib/strptime.h (strptime): Use 'restrict' for args where
9308         POSIX requires this.
9309         * lib/strptime.c (strptime): Likewise.
9310         Change license notice from LGPL to GPL, since gnulib-tool will
9311         change this as needed.
9312         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
9313         defined.
9314         Include "strptime.h" first, to check interface.
9315         Do not #undef _LIBC and _NL_CURRENT.
9316         Do not include <stdlib.h>; no longer needed.
9317         Include "time_r.h" and declare ptime_locale_status
9318         only if _LIBC is not defined.
9319         (__P): Remove unused macro.
9320         (match_string): Bring back glibc version, but use it only if _LIBC
9321         is defined.
9322         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
9323         Remove unnecessary assertion and abort() call.
9324         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
9325         * m4/strptime.m4: Fix serial number comment.
9326         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
9327         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
9328         (Depends-on): Add time_r.
9329
9330 2007-01-29  Bruno Haible  <bruno@clisp.org>
9331
9332         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9333         strptime.
9334         * modules/strptime (Depends-on): Add stdbool.
9335         * lib/strptime.h: Include <time.h> always. Add comments.
9336
9337 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9338
9339         * modules/strptime: New file.
9340         * lib/strptime.h: New file.
9341         * lib/strptime.c: New file.
9342         * m4/strptime.m4: New file.
9343
9344 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
9345
9346         * MODULES.html.sh: New module mpsort.
9347         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
9348
9349         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
9350         a circularity problem with HP-UX ia64 reported by Bob Proulx in
9351         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
9352         All uses changed.
9353         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
9354         All uses changed.
9355         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
9356         to _Restrict_.
9357         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
9358         the parameter matches the prototype.
9359
9360 2007-01-28  Jim Meyering  <jim@meyering.net>
9361
9362         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
9363         sys/time.h here, reverting that part of the previous patch:
9364         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
9365
9366 2007-01-28  Bruno Haible  <bruno@clisp.org>
9367
9368         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
9369         value of $(SYS_TIME_H).
9370         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
9371         remove it conditionally, too. [added by Jim Meyering]
9372         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
9373         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9374         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
9375         GETTIMEOFDAY_REPLACEMENT to 1.
9376
9377 2007-01-28  Bruno Haible  <bruno@clisp.org>
9378
9379         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
9380         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
9381         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
9382         Set UNISTD_H instead of UNISTD_H2.
9383         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
9384
9385 2007-01-28  Bruno Haible  <bruno@clisp.org>
9386
9387         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
9388         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
9389
9390 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9391
9392         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
9393         (func_create_testdir): Ensure C locale for `grep' and `tr'
9394         character ranges.
9395         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
9396         ACLOCAL_AMFLAGS parsing state machine.
9397
9398 2007-01-27  Bruno Haible  <bruno@clisp.org>
9399
9400         * modules/unistr/base: Update.
9401
9402 2007-01-27  Bruno Haible  <bruno@clisp.org>
9403
9404         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
9405         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
9406         * modules/unistr/u32-mbtouc-unsafe: Renamed from
9407         modules/unistr/u32-mbtouc.
9408         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
9409         * lib/unistr.h: Update.
9410         * lib/linebreak.c: Update.
9411         * modules/unistr/u32-mbtouc: Renamed from
9412         modules/unistr/u32-mbtouc-safe.
9413         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
9414         * lib/unistr.h: Update.
9415         * lib/unistr/u32-to-u8.c: Update.
9416         * lib/unistr/u32-to-u16.c: Update.
9417
9418 2007-01-27  Bruno Haible  <bruno@clisp.org>
9419
9420         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
9421         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
9422         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
9423         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
9424         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
9425         * modules/unistr/u16-mbtouc-unsafe: Renamed from
9426         modules/unistr/u16-mbtouc.
9427         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
9428         * lib/unistr.h: Update.
9429         * lib/linebreak.c: Update.
9430         * modules/linebreak: Update.
9431         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
9432         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
9433         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
9434         * modules/unistr/u16-mbtouc: Renamed from
9435         modules/unistr/u16-mbtouc-safe.
9436         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
9437         * lib/unistr.h: Update.
9438         * lib/unistr/u16-to-u8.c: Update.
9439         * modules/unistr/u16-to-u8: Update.
9440         * lib/unistr/u16-to-u32.c: Update.
9441         * modules/unistr/u16-to-u32: Update.
9442
9443 2007-01-27  Bruno Haible  <bruno@clisp.org>
9444
9445         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
9446         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
9447         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
9448         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
9449         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
9450         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9451         modules/unistr/u8-mbtouc.
9452         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
9453         * lib/unistr.h: Update.
9454         * lib/striconveh.c: Update.
9455         * modules/striconveh: Update.
9456         * lib/linebreak.c: Update.
9457         * modules/linebreak: Update.
9458         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
9459         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
9460         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
9461         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
9462         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
9463         * lib/unistr.h: Update.
9464         * lib/striconveh.c: Update.
9465         * modules/striconveh: Update.
9466         * lib/unistr/u8-to-u16.c: Update.
9467         * modules/unistr/u8-to-u16: Update.
9468         * lib/unistr/u8-to-u32.c: Update.
9469         * modules/unistr/u8-to-u32: Update.
9470
9471 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9472
9473         Sync from Libtool.
9474         * lib/argz.c: Do not include strings.h nor memory.h, include
9475         string.h unconditionally.  Patch by Simon Josefsson.
9476
9477 2007-01-27  Bruno Haible  <bruno@clisp.org>
9478
9479         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
9480         from gl_HEADER_STRING_H_BODY.
9481         (gl_HEADER_STRING_H_BODY): Require it.
9482         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
9483         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9484         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9485         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9486         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9487         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
9488         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9489         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9490         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
9491         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9492         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9493         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
9494         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9495         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9496         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9497
9498 2007-01-27  Bruno Haible  <bruno@clisp.org>
9499
9500         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
9501         check_PROGRAMS into noinst_PROGRAMS.
9502         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
9503         check_PROGRAMS in this case.
9504         (func_import): Set for_test to false.
9505         (func_create_testdir): Set for_test to true.
9506
9507 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9508             Bruno Haible  <bruno@clisp.org>
9509
9510         * modules/strcasestr (Files): Remove lib/strcasestr.h.
9511         (Depends-on): Add string.
9512         (Includes): Use <string.h> instead of strcasestr.h.
9513         * modules/string (Makefile.am): Also substitute the value of
9514         REPLACE_STRCASESTR.
9515         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
9516         assume strcasestr is declared in <string.h> not <strings.h>. Also
9517         set REPLACE_STRCASESTR.
9518         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
9519         REPLACE_STRCASESTR.
9520         * lib/strcasestr.h: Remove file.
9521         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
9522         * lib/string_.h (strcasestr): New declaration.
9523
9524 2007-01-27  Bruno Haible  <bruno@clisp.org>
9525
9526         * lib/string_.h: Use 'extern'.
9527
9528 2007-01-27  Jim Meyering  <jim@meyering.net>
9529
9530         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
9531         of set-but-not-used local, "q".
9532
9533         * lib/mempcpy.c: Include <config.h> before <string.h>.
9534         This fixes a compilation error on HP-UX, due to the system's
9535         "restrict"-using mempcpy prototype.
9536
9537 2007-01-26  Bruno Haible  <bruno@clisp.org>
9538
9539         Small optimization.
9540         * lib/javacomp.c: Include c-strstr.h.
9541          (is_envjavac_gcj): Use c_strstr instead of strstr.
9542         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
9543
9544 2007-01-26  Bruno Haible  <bruno@clisp.org>
9545
9546         * MODULES.html.sh (Unicode string functions): Add the new modules.
9547
9548         * modules/uniconv/u32-strconv-to-locale: New file.
9549         * lib/uniconv/u32-strconv-to-locale.c: New file.
9550
9551         * modules/uniconv/u16-strconv-to-locale: New file.
9552         * lib/uniconv/u16-strconv-to-locale.c: New file.
9553
9554         * modules/uniconv/u8-strconv-to-locale: New file.
9555         * lib/uniconv/u8-strconv-to-locale.c: New file.
9556
9557         * modules/uniconv/u32-strconv-from-locale: New file.
9558         * lib/uniconv/u32-strconv-from-locale.c: New file.
9559
9560         * modules/uniconv/u16-strconv-from-locale: New file.
9561         * lib/uniconv/u16-strconv-from-locale.c: New file.
9562
9563         * modules/uniconv/u8-strconv-from-locale: New file.
9564         * lib/uniconv/u8-strconv-from-locale.c: New file.
9565
9566         * modules/uniconv/u32-strconv-to-enc: New file.
9567         * lib/uniconv/u32-strconv-to-enc.c: New file.
9568         * modules/uniconv/u32-strconv-to-enc-tests: New file.
9569         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
9570
9571         * modules/uniconv/u16-strconv-to-enc: New file.
9572         * lib/uniconv/u16-strconv-to-enc.c: New file.
9573         * lib/uniconv/u-strconv-to-enc.h: New file.
9574         * modules/uniconv/u16-strconv-to-enc-tests: New file.
9575         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
9576
9577         * modules/uniconv/u8-strconv-to-enc: New file.
9578         * lib/uniconv/u8-strconv-to-enc.c: New file.
9579         * modules/uniconv/u8-strconv-to-enc-tests: New file.
9580         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
9581
9582         * modules/uniconv/u32-strconv-from-enc: New file.
9583         * lib/uniconv/u32-strconv-from-enc.c: New file.
9584         * modules/uniconv/u32-strconv-from-enc-tests: New file.
9585         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
9586
9587         * modules/uniconv/u16-strconv-from-enc: New file.
9588         * lib/uniconv/u16-strconv-from-enc.c: New file.
9589         * modules/uniconv/u16-strconv-from-enc-tests: New file.
9590         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
9591
9592         * modules/uniconv/u8-strconv-from-enc: New file.
9593         * lib/uniconv/u8-strconv-from-enc.c: New file.
9594         * lib/uniconv/u-strconv-from-enc.h: New file.
9595         * modules/uniconv/u8-strconv-from-enc-tests: New file.
9596         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
9597
9598         * modules/uniconv/u32-conv-from-enc: New file.
9599         * lib/uniconv/u32-conv-from-enc.c: New file.
9600         * modules/uniconv/u32-conv-from-enc-tests: New file.
9601         * tests/uniconv/test-u32-conv-from-enc.c: New file.
9602
9603         * modules/uniconv/u16-conv-from-enc: New file.
9604         * lib/uniconv/u16-conv-from-enc.c: New file.
9605         * lib/uniconv/u-conv-from-enc.h: New file.
9606         * modules/uniconv/u16-conv-from-enc-tests: New file.
9607         * tests/uniconv/test-u16-conv-from-enc.c: New file.
9608
9609         * modules/uniconv/u8-conv-from-enc: New file.
9610         * lib/uniconv/u8-conv-from-enc.c: New file.
9611         * modules/uniconv/u8-conv-from-enc-tests: New file.
9612         * tests/uniconv/test-u8-conv-from-enc.c: New file.
9613
9614         * modules/uniconv/base: New file.
9615         * lib/uniconv.h: New file.
9616
9617 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9618
9619         * doc/gnulib-tool.texi (Initial import): Update to match current
9620         behavior with strdup module.
9621         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
9622         * lib/memmem.h: Remove; all uses removed.  This is now done
9623         by <string.h>.
9624         * lib/mempcpy.h: Likewise.
9625         * lib/memrchr.h: Likewise.
9626         * lib/stpcpy.h: Likewise.
9627         * lib/stpncpy.h: Likewise.
9628         * lib/strcase.h: Likewise.
9629         * lib/strchrnul.h: Likewise.
9630         * lib/strdup.h: Likewise.
9631         * lib/strndup.h: Likewise.
9632         * lib/strnlen.h: Likewise.
9633         * lib/strpbrk.h: Likewise.
9634         * lib/strsep.h: Likewise.
9635         * lib/strstr.h: Likewise.
9636         * lib/strtok_r.h: Likewise.
9637         * lib/string_.h: New file.
9638         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9639         Rely on <string.h> instead.
9640         * lib/canon-host.c: Likewise.
9641         * lib/chdir-long.c: Likewise.
9642         * lib/concatpath.c: Likewise.
9643         * lib/exclude.c: Likewise.
9644         * lib/fchdir.c: Likewise.
9645         * lib/getaddrinfo.c: Likewise.
9646         * lib/getcwd.c: Likewise.
9647         * lib/getsubopt.c: Likewise.
9648         * lib/glob.c: Likewise.
9649         * lib/hard-locale.c: Likewise.
9650         * lib/iconvme.c: Likewise.
9651         * lib/javacomp.c: Likewise.
9652         * lib/mempcpy.c: Likewise.
9653         * lib/memrchr.c: Likewise.
9654         * lib/regex_internal.h: Likewise.
9655         * lib/stpncpy.c: Likewise.
9656         * lib/strcasecmp.c: Likewise.
9657         * lib/strchrnul.c: Likewise.
9658         * lib/strdup.c: Likewise.
9659         * lib/striconv.c: Likewise.
9660         * lib/striconveh.c: Likewise.
9661         * lib/striconveha.c: Likewise.
9662         * lib/strncasecmp.c: Likewise.
9663         * lib/strndup.c: Likewise.
9664         * lib/strnlen.c: Likewise.
9665         * lib/strsep.c: Likewise.
9666         * lib/strstr.c: Likewise.
9667         * lib/strtok_r.c: Likewise.
9668         * lib/userspec.c: Likewise.
9669         * lib/w32spawn.h: Likewise.
9670         * lib/xstrndup.c: Likewise.
9671         * lib/mountlist.c (strstr): Remove decl.
9672         * m4/string_h.m4: New file.
9673         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9674         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9675         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9676         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9677         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9678         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9679         Set REPLACE_STRCASECMP if necessary.
9680         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9681         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9682         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9683         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9684         HAVE_DECL_STRDUP if necessary.
9685         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9686         since gl_FUNC_STRNDUP does that now.
9687         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9688         Check for decl here...
9689         (gl_PREREQ_STRNLEN): ... not here.
9690         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9691         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9692         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9693         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9694         necessary.
9695         * modules/string: New file.
9696         * modules/memmem (Files): Remove special-purpose include file.
9697         (Depends-on): Add string.
9698         (Include): Include <string.h>, not the removed file.
9699         * modules/mempcpy: Likewise.
9700         * modules/memrchr: Likewise.
9701         * modules/stpcpy: Likewise.
9702         * modules/stpncpy: Likewise.
9703         * modules/strcase: Likewise.
9704         * modules/strchrnul: Likewise.
9705         * modules/strdup: Likewise.
9706         * modules/strndup: Likewise.
9707         * modules/strnlen: Likewise.
9708         * modules/strpbrk: Likewise.
9709         * modules/strsep: Likewise.
9710         * modules/strstr: Likewise.
9711         * modules/strtok_r: Likewise.
9712         * tests/test-dirname.c: Don't include "strdup.h", since
9713         <string.h> now suffices.
9714         * tests/test-memmem.c: Don't include "memmem.h", since
9715         <string.h> now suffices.
9716
9717 2007-01-25  Bruno Haible  <bruno@clisp.org>
9718
9719         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9720         *resultp is 0.
9721
9722         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9723         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9724         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9725         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9726
9727         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9728         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9729         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9730         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9731         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9732         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9733
9734 2007-01-24  Bruno Haible  <bruno@clisp.org>
9735
9736         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9737         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9738         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9739         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9740         gl_FUNC_FTS_CORE.
9741         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9742         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9743         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9744         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9745         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9746         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9747         gl_FUNC_FCHOWNAT.
9748         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9749         gl_FUNC_STRFTIME.
9750         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9751         Reported by Ralf Wildenhues.
9752
9753 2007-01-24  Bruno Haible  <bruno@clisp.org>
9754
9755         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9756         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9757         gl_GETADDRINFO.
9758         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9759         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9760         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9761
9762 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9763
9764         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9765         Don't use 'exit'; just return from 'main'.
9766         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9767
9768         * lib/fnmatch_.h: Readjust white space and comments to match
9769         glibc, to avoid spurious diffs.
9770
9771 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9772
9773         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9774         2004-12-01 change by Jakub Jelinek, since this code won't compile
9775         if !LIBC.  Problem reported by Bob Proulx.
9776
9777 2007-01-23  Bruno Haible  <bruno@clisp.org>
9778
9779         * lib/striconveh.c: Include c-strcaseeq.h.
9780         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9781         * modules/striconveh (Depends-on): Add c-strcaseeq.
9782
9783 2007-01-23  Bruno Haible  <bruno@clisp.org>
9784
9785         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9786
9787         * modules/c-strcaseeq: New file.
9788         * lib/c-strcaseeq.h: New file.
9789
9790         * modules/streq: New file.
9791         * lib/streq.h: New file.
9792
9793 2007-01-23  Bruno Haible  <bruno@clisp.org>
9794
9795         * modules/striconveha-tests: New file.
9796         * tests/test-striconveha.c: New file.
9797
9798         * lib/striconveha.h: Include <stdbool.h>.
9799         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9800         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9801         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9802         (mem_iconveha): New function.
9803         (str_iconveha_notranslit): Renamed from str_iconveha.
9804         (str_iconveha): New function.
9805         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9806         c-strcase.
9807
9808 2007-01-23  Bruno Haible  <bruno@clisp.org>
9809
9810         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9811         encodings without forgiving before trying any encoding with handler.
9812         (str_iconveha): Try all encodings without forgiving before trying any
9813         encoding with handler.
9814
9815 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9816
9817         Import the following changes from libc.
9818
9819         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9820
9821         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9822
9823         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9824
9825         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9826         normal_bracket label.
9827
9828         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9829
9830         [BZ #361]
9831         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9832         to normal_bracket after fetching the next character.
9833
9834 2007-01-22  Bruno Haible  <bruno@clisp.org>
9835
9836         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9837         argument.
9838         * lib/striconveh.c (iconv_carefully_1): New function.
9839         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9840         argument.
9841         (str_cd_iconveh): Update.
9842         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9843         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9844         * tests/test-striconveh.c (MAGIC): New macro.
9845         (new_offsets): New function.
9846         (main): Test call with and without offsets.
9847
9848 2007-01-22  Bruno Haible  <bruno@clisp.org>
9849
9850         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9851         * modules/sys_select (Makefile.am): Likewise.
9852         * modules/sys_socket (Makefile.am): Likewise.
9853         * modules/sys_time (Makefile.am): Likewise.
9854
9855 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9856
9857         * modules/gettimeofday (License): Change from GPL to LGPL, since
9858         gettimeofday is a library function.
9859
9860 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9861
9862         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9863
9864 2007-01-21  Bruno Haible  <bruno@clisp.org>
9865
9866         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9867
9868 2007-01-21  Bruno Haible  <bruno@clisp.org>
9869
9870         * modules/striconveha: New file.
9871         * lib/striconveha.h: New file.
9872         * lib/striconveha.c: New file.
9873         * MODULES.html.sh (Internationalization functions): Add striconveha.
9874         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9875         string.
9876         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9877
9878 2007-01-21  Bruno Haible  <bruno@clisp.org>
9879
9880         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9881         * lib/striconveh.c (str_iconveh): Likewise.
9882
9883 2007-01-21  Bruno Haible  <bruno@clisp.org>
9884
9885         * lib/striconveh.h (mem_iconveh): New declaration.
9886         * lib/striconveh.c (mem_iconveh): New function.
9887         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9888
9889 2007-01-21  Bruno Haible  <bruno@clisp.org>
9890
9891         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9892
9893         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9894         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9895         original result buffer.
9896         (str_cd_iconveh): Update.
9897         * tests/test-striconveh.c (main): Update.
9898
9899         * lib/striconv.h (mem_cd_iconv): Change specification.
9900         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9901         result buffer.
9902         (str_cd_iconv): Update.
9903         * tests/test-striconv.c (main): Update.
9904
9905 2007-01-21  Bruno Haible  <bruno@clisp.org>
9906
9907         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9908
9909 2007-01-20  Jim Meyering  <jim@meyering.net>
9910
9911         * lib/userspec.c (parse_with_separator): If a user or group string
9912         starts with "+", skip the corresponding name-to-ID look-up, since
9913         such a look-up must fail: user and group names may not include "+".
9914
9915 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9916
9917         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9918         since we now assume the sys_time module.
9919         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9920         check for sys/time.h; no longer needed.
9921         * modules/poll (Depends-on): Depend on sys_time.
9922
9923 2007-01-18  Bruno Haible  <bruno@clisp.org>
9924
9925         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9926         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9927
9928         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9929         gettimeofday.
9930
9931         * tests/test-gettimeofday.c: Include <time.h>.
9932         (dummy): Remove variable.
9933
9934         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9935         gl_HEADER_SYS_TIME_H.
9936         (gl_HEADER_SYS_TIME_H): New macro.
9937
9938         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9939         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9940         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9941         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9942         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9943         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9944         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9945         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9946         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9947         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9948         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9949
9950         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9951         last change; it caused a compilation error when cross-compiling to
9952         Cygwin.
9953
9954 2007-01-18  Jim Meyering  <jim@meyering.net>
9955
9956         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9957         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9958         than the race-prone "test -d sys || mkdir sys".
9959         (configure.ac): Use AC_PROG_MKDIR_P.
9960         * modules/sys_select: Likewise.
9961         * modules/sys_socket: Likewise.
9962         * modules/sys_time: Likewise.
9963
9964 2007-01-18  Eric Blake  <ebb9@byu.net>
9965
9966         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9967         replace gettimeofday.
9968         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9969         name, to avoid infinite recursion.
9970
9971 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9972
9973         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9974         module sys_time.
9975         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9976         assume timespec.h defines struct timeval.
9977         * lib/settime.c: Likewise.
9978         * lib/utimens.c: Likewise.
9979         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9980         since we now assume the gettimeofday module.
9981         * lib/tempname.c (__gen_tempname): Likewise.
9982         * lib/gettimeofday.h: Remove.
9983         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9984         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9985         Include <time.h>, for 'time()'.
9986         (localtime_buffer_addr): Also use this workaround if
9987         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9988         to simplify the uses.  All uses changed.
9989         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9990         that #undef is inside {}, and 'const' follows type name consistently.
9991         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9992         (gettimeofday): Do not use the maximum possible value for
9993         tv->tv_usec, since that might break usages other than ls.c.
9994         Instead, we'll leave ls.c alone.  This undoes today's patch
9995         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9996         we've never observed the problem but might as well keep the
9997         canary.
9998         * lib/nanosleep.c: Include timespec.h first, for interface check.
9999         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
10000         now assume the sys_time module.
10001         * lib/tempname.c: Likewise.
10002         * lib/timespec.h: Likewise.
10003         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
10004         needed.
10005         * lib/strftime.c: Likewise.
10006         * lib/timespec.h: Likewise.
10007         * lib/posixtm.c: Include posixtm.h first, for interface check.
10008         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
10009         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
10010         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
10011         * lib/sys_time_.h: New file.
10012         * lib/timespec.h (struct timespec): Use long int, not long.
10013         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
10014         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
10015         Remove obsolescent call to AC_HEADER_TIME.
10016         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
10017         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10018         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
10019         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
10020         Likewise.
10021         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
10022         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
10023         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
10024         into the sys_time module.  Check for gettimeofday just once.
10025         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
10026         for gettimeofday signature to just check the signature.  Merely
10027         compile it, since linking doesn't test signature.  Improve test for
10028         whether gettimeofday.o is actually needed.
10029         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
10030         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
10031         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
10032         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10033         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
10034         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
10035         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
10036         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
10037         than worrying about sys/time.h.
10038         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
10039         Don't bother worrying about TIME_WITH_SYS_TIME.
10040         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
10041         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
10042         * m4/sys_time_h.m4: New file.
10043         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
10044         Don't include sys/time.h.  Return from main rather than exiting.
10045         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
10046         all uses changed.
10047         * modules/gethrxtime (Depends-on): Add sys_time.
10048         * modules/gettime (Depends-on): Likewise.
10049         * modules/gettimeofday (Depends-on): Likewise.
10050         * modules/nanosleep (Depends-on): Likewise.
10051         * modules/settime (Depends-on): Likewise.
10052         * modules/tempname (Depends-on): Likewise.
10053         * modules/utimens (Depends-on): Likewise.
10054         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
10055         (Include:) Change back to <sys/time.h>.
10056         (Maintainer:) Add self.
10057         * modules/sys_time: New file.
10058         * modules/tempname (Depends-on): Add gettimeofday.
10059         * tests/test-gettimeofday.c: Include <sys/time.h>
10060         rather than gettimeofday.h.
10061
10062 2007-01-17  Bruno Haible  <bruno@clisp.org>
10063
10064         * gnulib-tool (func_get_license): Revert last patch. Instead, let
10065         the license default to GPL.
10066         (func_create_testdir): Don't complain if a module is LGPL and its
10067         tests module depends on GPLed modules.
10068
10069 2007-01-17  Bruno Haible  <bruno@clisp.org>
10070
10071         * lib/gettimeofday.c (gettimeofday): Add code for the case
10072         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
10073         maximum possible value for tv->tv_usec, rather than the minimum one.
10074
10075 2005-10-08  Martin Lambers  <marlam@marlam.de>
10076 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10077 2007-01-16  Bruno Haible  <bruno@clisp.org>
10078
10079         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
10080         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
10081         gl_FUNC_GETTIMEOFDAY.
10082         (Include): Add gettimeofday.h.
10083         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
10084         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
10085         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
10086         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
10087         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
10088         * lib/gettimeofday.h: New file.
10089         * lib/gettimeofday.c: Include <sys/timeb.h>.
10090         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
10091         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
10092         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
10093         fall back on time().
10094
10095         * tests/test-gettimeofday.c: New file.
10096         * modules/gettimeofday-tests: New file.
10097
10098 2007-01-16  Eric Blake  <ebb9@byu.net>
10099
10100         * modules/fnmatch (Depends-on): Depend on wchar.
10101         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
10102         * m4/fnmatch.m4: Likewise.
10103         * modules/mbchar (Makefile.am): Assume <wchar.h>.
10104         * m4/mbchar.m4: Likewise.
10105         * modules/mbswidth (Depends-on): Depend on wchar.
10106         * lib/mbswidth.c: Assume <wchar.h>.
10107         * m4/mbswidth.m4: Likewise.
10108         * modules/quotearg (Depends-on): Depend on wchar.
10109         * lib/quotearg.c: Assume <wchar.h>.
10110         * m4/quotearg.m4: Likewise.
10111         * modules/regex (Depends-on): Depend on wchar.
10112         * lib/regex_internal.h: Assume <wchar.h>.
10113         * m4/regex.m4: Likewise.
10114         * modules/stdint (Depends-on): Depend on wchar.
10115         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
10116         * m4/stdint.m4: Likewise.
10117         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
10118         * modules/strftime (Depends-on): Depend on wchar.
10119         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
10120         * modules/strtol (Depends-on): Depend on wchar.
10121         * lib/strtol.c: Assume <wchar.h>.
10122         * modules/wcwidth (Depends-on): Depend on wchar.
10123         * lib/wcwidth.h: Assume <wchar.h>.
10124         * m4/wcwidth.m4: Likewise.
10125
10126 2007-01-16  Bruno Haible  <bruno@clisp.org>
10127
10128         * modules/csharpexec-script: New, created from...
10129         * modules/csharpexec: ... this.
10130
10131 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
10132
10133         * modules/javaexec-script: New, created from...
10134         * modules/javaexec: ... this.
10135
10136 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10137
10138         * modules/poll (Dependencies): Add sys_select.
10139
10140 2007-01-15  Jim Meyering  <jim@meyering.net>
10141
10142         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
10143         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
10144         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
10145         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
10146
10147 2007-01-15  Bruno Haible  <bruno@clisp.org>
10148
10149         * modules/striconveh: New file.
10150         * lib/striconveh.h: New file.
10151         * lib/striconveh.c: New file.
10152         * MODULES.html.sh (Internationalization functions): Add striconveh.
10153
10154         * modules/striconveh-tests: New file.
10155         * tests/test-striconveh.c: New file.
10156
10157 2007-01-15  Bruno Haible  <bruno@clisp.org>
10158
10159         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
10160         not from GNU libiconv or GNU libc.
10161
10162 2007-01-15  Bruno Haible  <bruno@clisp.org>
10163
10164         * doc/gnulib-intro.texi (Copyright): Explain the different license
10165         terms for module descriptions, autoconf macros, tests, documentation.
10166
10167 2007-01-14  Bruno Haible  <bruno@clisp.org>
10168
10169         * modules/striconv-tests: New file.
10170         * tests/test-striconv.c: New file.
10171
10172 2007-01-14  Bruno Haible  <bruno@clisp.org>
10173
10174         * modules/iconv-tests: New file.
10175         * tests/test-iconv.c: New file.
10176
10177 2007-01-14  Bruno Haible  <bruno@clisp.org>
10178
10179         * gnulib-tool (func_get_license): For test modules, use the license of
10180         the main module.
10181
10182 2007-01-14  Bruno Haible  <bruno@clisp.org>
10183
10184         * modules/iconv (Include): Clarify that <iconv.h> can only be included
10185         if iconv is found to exist.
10186
10187 2007-01-14  Bruno Haible  <bruno@clisp.org>
10188
10189         * modules/c-ctype-tests: New file.
10190         * tests/test-c-ctype.c: New file.
10191
10192 2007-01-14  Bruno Haible  <bruno@clisp.org>
10193
10194         * modules/binary-io-tests: New file.
10195         * tests/test-binary-io.sh: New file.
10196         * tests/test-binary-io.c: New file.
10197
10198 2007-01-14  Bruno Haible  <bruno@clisp.org>
10199
10200         * modules/array-oset-tests: New file.
10201         * tests/test-array_oset.c: New file.
10202
10203 2007-01-14  Bruno Haible  <bruno@clisp.org>
10204
10205         * modules/array-list-tests: New file.
10206         * tests/test-array_list.c: New file.
10207
10208 2007-01-14  Bruno Haible  <bruno@clisp.org>
10209
10210         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
10211         and make.
10212         Reported by Simon Josefsson in
10213         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
10214
10215 2007-01-14  Bruno Haible  <bruno@clisp.org>
10216
10217         * modules/allocsa-tests: New file.
10218         * tests/test-allocsa.c: New file.
10219
10220 2007-01-14  Bruno Haible  <bruno@clisp.org>
10221
10222         * modules/fchdir (Depends-on): Add absolute-header.
10223         * modules/unistd (Depends-on): Likewise.
10224
10225 2006-12-30  Bruno Haible  <bruno@clisp.org>
10226
10227         * modules/fchdir: New file.
10228         * modules/unistd (Files): Add lib/unistd_.h.
10229         (Makefile.am): Generate unistd.h from unistd_.h.
10230         * lib/fchdir.c: New file.
10231         * lib/dirent_.h: New file.
10232         * lib/unistd_.h: New file.
10233         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
10234         * m4/fchdir.m4: New file.
10235         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
10236         (gl_HEADER_UNISTD): Invoke it.
10237         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
10238         function.
10239         * lib/backupfile.c (opendir, closedir): Undefine.
10240         * lib/chown.c (open, close): Undefine.
10241         * lib/clean-temp.c (open, close): Undefine.
10242         * lib/copy-file.c (open, close): Undefine.
10243         * lib/execute.c (open, close): Undefine.
10244         * lib/fsusage.c (open, close): Undefine.
10245         * lib/gc-gnulib.c (open, close): Undefine.
10246         * lib/getcwd.c (opendir, closedir): Undefine.
10247         * lib/glob.c (opendir, closedir): Undefine.
10248         * lib/javacomp.c (open, close): Undefine.
10249         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
10250         * lib/openat-proc.c (open, close): Undefine.
10251         * lib/pagealign_alloc.c (open, close): Undefine.
10252         * lib/pipe.c (open, close): Undefine.
10253         * lib/progreloc.c (open, close): Undefine.
10254         * lib/savedir.c (opendir, closedir): Undefine.
10255         * lib/utime.c (open, close): Undefine.
10256         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
10257
10258 2007-01-10  Bruno Haible  <bruno@clisp.org>
10259
10260         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
10261
10262 2007-01-12  Eric Blake  <ebb9@byu.net>
10263
10264         Provide a robust <wchar.h>.  Further simplifications are now
10265         possible in other modules, but not included here.
10266         * modules/wchar: New module.
10267         * m4/wchar.m4: New file.
10268         * lib/wchar_.h: Likewise.
10269         * modules/mbchar (Depends-on): Depend on wchar, as the first use
10270         of the new module.
10271         * MODULES.html.sh (Extended multibyte and wide character utilities):
10272         New section.
10273
10274 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
10275
10276         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
10277         to a reasonable default for memory allocation.
10278         (xreadlink): Don't allocate a huge buffer, to work around a buggy
10279         file system that reports garbage st_size values for symlinks.
10280         Problem reported by Liyang Hu.
10281
10282 2007-01-11  Simon Josefsson  <simon@josefsson.org>
10283
10284         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
10285         Emacs .#* auto-save files).
10286
10287 2007-01-11  Bruno Haible  <bruno@clisp.org>
10288
10289         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
10290         directory.
10291
10292 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10293
10294         Use @...@ consistently in lib/wctype_.h.
10295         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
10296         on it being set to 1 or 0.
10297         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
10298         go back to AC_SUBSTing it.
10299         * modules/wctype (Makefile.am): Undo previous change.
10300
10301 2007-01-10  Eric Blake  <ebb9@byu.net>
10302
10303         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
10304         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
10305         * modules/wctype (Makefile.am): Likewise.
10306         Reported by Chris McGuire.
10307
10308 2007-01-10  Jim Meyering  <jim@meyering.net>
10309
10310         fts.c: a small readability/maintainability improvement
10311         * lib/fts.c (fts_read): Make this code slightly more readable and
10312         maintainable by hoisting the "sp->fts_cur = p" assignments to
10313         immediately follow the statements that set P.  Derived from
10314         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
10315
10316 2007-01-10  Eric Blake  <ebb9@byu.net>
10317
10318         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
10319         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
10320         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10321         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
10322         Reported by Chris McGuire.
10323
10324 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10325
10326         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
10327         in sed script.
10328
10329 2007-01-09  Bruno Haible  <bruno@clisp.org>
10330
10331         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
10332         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
10333         variables.
10334         (func_module): Use them.
10335
10336 2007-01-09  Bruno Haible  <bruno@clisp.org>
10337
10338         * modules/unistr/base: New file.
10339         * lib/unistr.h: New file.
10340
10341         * modules/unistr/u8-to-u16: New file.
10342         * lib/unistr/u8-to-u16.c: New file.
10343
10344         * modules/unistr/u8-to-u32: New file.
10345         * lib/unistr/u8-to-u32.c: New file.
10346
10347         * modules/unistr/u16-to-u8: New file.
10348         * lib/unistr/u16-to-u8.c: New file.
10349
10350         * modules/unistr/u16-to-u32: New file.
10351         * lib/unistr/u16-to-u32.c: New file.
10352
10353         * modules/unistr/u32-to-u8: New file.
10354         * lib/unistr/u32-to-u8.c: New file.
10355
10356         * modules/unistr/u32-to-u16: New file.
10357         * lib/unistr/u32-to-u16.c: New file.
10358
10359         * modules/unistr/u8-check: New file.
10360         * modules/unistr/u16-check: New file.
10361         * modules/unistr/u32-check: New file.
10362         * lib/unistr/u8-check.c: New file.
10363         * lib/unistr/u16-check.c: New file.
10364         * lib/unistr/u32-check.c: New file.
10365
10366         * modules/unistr/u8-chr: New file.
10367         * modules/unistr/u16-chr: New file.
10368         * modules/unistr/u32-chr: New file.
10369         * lib/unistr/u8-chr.c: New file.
10370         * lib/unistr/u16-chr.c: New file.
10371         * lib/unistr/u32-chr.c: New file.
10372
10373         * modules/unistr/u8-cmp: New file.
10374         * modules/unistr/u16-cmp: New file.
10375         * modules/unistr/u32-cmp: New file.
10376         * lib/unistr/u8-cmp.c: New file.
10377         * lib/unistr/u16-cmp.c: New file.
10378         * lib/unistr/u32-cmp.c: New file.
10379
10380         * modules/unistr/u8-cpy: New file.
10381         * modules/unistr/u16-cpy: New file.
10382         * modules/unistr/u32-cpy: New file.
10383         * lib/unistr/u8-cpy.c: New file.
10384         * lib/unistr/u16-cpy.c: New file.
10385         * lib/unistr/u32-cpy.c: New file.
10386         * lib/unistr/u-cpy.h: New file.
10387
10388         * modules/unistr/u8-cpy-alloc: New file.
10389         * modules/unistr/u16-cpy-alloc: New file.
10390         * modules/unistr/u32-cpy-alloc: New file.
10391         * lib/unistr/u8-cpy-alloc.c: New file.
10392         * lib/unistr/u16-cpy-alloc.c: New file.
10393         * lib/unistr/u32-cpy-alloc.c: New file.
10394         * lib/unistr/u-cpy-alloc.h: New file.
10395
10396         * modules/unistr/u8-endswith: New file.
10397         * modules/unistr/u16-endswith: New file.
10398         * modules/unistr/u32-endswith: New file.
10399         * lib/unistr/u8-endswith.c: New file.
10400         * lib/unistr/u16-endswith.c: New file.
10401         * lib/unistr/u32-endswith.c: New file.
10402         * lib/unistr/u-endswith.h: New file.
10403
10404         * modules/unistr/u8-mblen: New file.
10405         * modules/unistr/u16-mblen: New file.
10406         * modules/unistr/u32-mblen: New file.
10407         * lib/unistr/u8-mblen.c: New file.
10408         * lib/unistr/u16-mblen.c: New file.
10409         * lib/unistr/u32-mblen.c: New file.
10410
10411         * modules/unistr/u8-mbtouc: New file.
10412         * modules/unistr/u16-mbtouc: New file.
10413         * modules/unistr/u32-mbtouc: New file.
10414         * lib/unistr/u8-mbtouc.c: New file.
10415         * lib/unistr/u16-mbtouc.c: New file.
10416         * lib/unistr/u32-mbtouc.c: New file.
10417
10418         * modules/unistr/u8-mbtouc-safe: New file.
10419         * modules/unistr/u16-mbtouc-safe: New file.
10420         * modules/unistr/u32-mbtouc-safe: New file.
10421         * lib/unistr/u8-mbtouc-safe.c: New file.
10422         * lib/unistr/u16-mbtouc-safe.c: New file.
10423         * lib/unistr/u32-mbtouc-safe.c: New file.
10424
10425         * modules/unistr/u8-move: New file.
10426         * modules/unistr/u16-move: New file.
10427         * modules/unistr/u32-move: New file.
10428         * lib/unistr/u8-move.c: New file.
10429         * lib/unistr/u16-move.c: New file.
10430         * lib/unistr/u32-move.c: New file.
10431         * lib/unistr/u-move.h: New file.
10432
10433         * modules/unistr/u8-next: New file.
10434         * modules/unistr/u16-next: New file.
10435         * modules/unistr/u32-next: New file.
10436         * lib/unistr/u8-next.c: New file.
10437         * lib/unistr/u16-next.c: New file.
10438         * lib/unistr/u32-next.c: New file.
10439
10440         * modules/unistr/u8-prev: New file.
10441         * modules/unistr/u16-prev: New file.
10442         * modules/unistr/u32-prev: New file.
10443         * lib/unistr/u8-prev.c: New file.
10444         * lib/unistr/u16-prev.c: New file.
10445         * lib/unistr/u32-prev.c: New file.
10446
10447         * modules/unistr/u8-set: New file.
10448         * modules/unistr/u16-set: New file.
10449         * modules/unistr/u32-set: New file.
10450         * lib/unistr/u8-set.c: New file.
10451         * lib/unistr/u16-set.c: New file.
10452         * lib/unistr/u32-set.c: New file.
10453         * lib/unistr/u-set.h: New file.
10454
10455         * modules/unistr/u8-startswith: New file.
10456         * modules/unistr/u16-startswith: New file.
10457         * modules/unistr/u32-startswith: New file.
10458         * lib/unistr/u8-startswith.c: New file.
10459         * lib/unistr/u16-startswith.c: New file.
10460         * lib/unistr/u32-startswith.c: New file.
10461         * lib/unistr/u-startswith.h: New file.
10462
10463         * modules/unistr/u8-stpcpy: New file.
10464         * modules/unistr/u16-stpcpy: New file.
10465         * modules/unistr/u32-stpcpy: New file.
10466         * lib/unistr/u8-stpcpy.c: New file.
10467         * lib/unistr/u16-stpcpy.c: New file.
10468         * lib/unistr/u32-stpcpy.c: New file.
10469         * lib/unistr/u-stpcpy.h: New file.
10470
10471         * modules/unistr/u8-stpncpy: New file.
10472         * modules/unistr/u16-stpncpy: New file.
10473         * modules/unistr/u32-stpncpy: New file.
10474         * lib/unistr/u8-stpncpy.c: New file.
10475         * lib/unistr/u16-stpncpy.c: New file.
10476         * lib/unistr/u32-stpncpy.c: New file.
10477         * lib/unistr/u-stpncpy.h: New file.
10478
10479         * modules/unistr/u8-strcat: New file.
10480         * modules/unistr/u16-strcat: New file.
10481         * modules/unistr/u32-strcat: New file.
10482         * lib/unistr/u8-strcat.c: New file.
10483         * lib/unistr/u16-strcat.c: New file.
10484         * lib/unistr/u32-strcat.c: New file.
10485         * lib/unistr/u-strcat.h: New file.
10486
10487         * modules/unistr/u8-strchr: New file.
10488         * modules/unistr/u16-strchr: New file.
10489         * modules/unistr/u32-strchr: New file.
10490         * lib/unistr/u8-strchr.c: New file.
10491         * lib/unistr/u16-strchr.c: New file.
10492         * lib/unistr/u32-strchr.c: New file.
10493
10494         * modules/unistr/u8-strcmp: New file.
10495         * modules/unistr/u16-strcmp: New file.
10496         * modules/unistr/u32-strcmp: New file.
10497         * lib/unistr/u8-strcmp.c: New file.
10498         * lib/unistr/u16-strcmp.c: New file.
10499         * lib/unistr/u32-strcmp.c: New file.
10500
10501         * modules/unistr/u8-strcpy: New file.
10502         * modules/unistr/u16-strcpy: New file.
10503         * modules/unistr/u32-strcpy: New file.
10504         * lib/unistr/u8-strcpy.c: New file.
10505         * lib/unistr/u16-strcpy.c: New file.
10506         * lib/unistr/u32-strcpy.c: New file.
10507         * lib/unistr/u-strcpy.h: New file.
10508
10509         * modules/unistr/u8-strcspn: New file.
10510         * modules/unistr/u16-strcspn: New file.
10511         * modules/unistr/u32-strcspn: New file.
10512         * lib/unistr/u8-strcspn.c: New file.
10513         * lib/unistr/u16-strcspn.c: New file.
10514         * lib/unistr/u32-strcspn.c: New file.
10515         * lib/unistr/u-strcspn.h: New file.
10516
10517         * modules/unistr/u8-strdup: New file.
10518         * modules/unistr/u16-strdup: New file.
10519         * modules/unistr/u32-strdup: New file.
10520         * lib/unistr/u8-strdup.c: New file.
10521         * lib/unistr/u16-strdup.c: New file.
10522         * lib/unistr/u32-strdup.c: New file.
10523         * lib/unistr/u-strdup.h: New file.
10524
10525         * modules/unistr/u8-strlen: New file.
10526         * modules/unistr/u16-strlen: New file.
10527         * modules/unistr/u32-strlen: New file.
10528         * lib/unistr/u8-strlen.c: New file.
10529         * lib/unistr/u16-strlen.c: New file.
10530         * lib/unistr/u32-strlen.c: New file.
10531         * lib/unistr/u-strlen.h: New file.
10532
10533         * modules/unistr/u8-strmblen: New file.
10534         * modules/unistr/u16-strmblen: New file.
10535         * modules/unistr/u32-strmblen: New file.
10536         * lib/unistr/u8-strmblen.c: New file.
10537         * lib/unistr/u16-strmblen.c: New file.
10538         * lib/unistr/u32-strmblen.c: New file.
10539
10540         * modules/unistr/u8-strmbtouc: New file.
10541         * modules/unistr/u16-strmbtouc: New file.
10542         * modules/unistr/u32-strmbtouc: New file.
10543         * lib/unistr/u8-strmbtouc.c: New file.
10544         * lib/unistr/u16-strmbtouc.c: New file.
10545         * lib/unistr/u32-strmbtouc.c: New file.
10546
10547         * modules/unistr/u8-strncat: New file.
10548         * modules/unistr/u16-strncat: New file.
10549         * modules/unistr/u32-strncat: New file.
10550         * lib/unistr/u8-strncat.c: New file.
10551         * lib/unistr/u16-strncat.c: New file.
10552         * lib/unistr/u32-strncat.c: New file.
10553         * lib/unistr/u-strncat.h: New file.
10554
10555         * modules/unistr/u8-strncmp: New file.
10556         * modules/unistr/u16-strncmp: New file.
10557         * modules/unistr/u32-strncmp: New file.
10558         * lib/unistr/u8-strncmp.c: New file.
10559         * lib/unistr/u16-strncmp.c: New file.
10560         * lib/unistr/u32-strncmp.c: New file.
10561
10562         * modules/unistr/u8-strncpy: New file.
10563         * modules/unistr/u16-strncpy: New file.
10564         * modules/unistr/u32-strncpy: New file.
10565         * lib/unistr/u8-strncpy.c: New file.
10566         * lib/unistr/u16-strncpy.c: New file.
10567         * lib/unistr/u32-strncpy.c: New file.
10568         * lib/unistr/u-strncpy.h: New file.
10569
10570         * modules/unistr/u8-strnlen: New file.
10571         * modules/unistr/u16-strnlen: New file.
10572         * modules/unistr/u32-strnlen: New file.
10573         * lib/unistr/u8-strnlen.c: New file.
10574         * lib/unistr/u16-strnlen.c: New file.
10575         * lib/unistr/u32-strnlen.c: New file.
10576         * lib/unistr/u-strnlen.h: New file.
10577
10578         * modules/unistr/u8-strpbrk: New file.
10579         * modules/unistr/u16-strpbrk: New file.
10580         * modules/unistr/u32-strpbrk: New file.
10581         * lib/unistr/u8-strpbrk.c: New file.
10582         * lib/unistr/u16-strpbrk.c: New file.
10583         * lib/unistr/u32-strpbrk.c: New file.
10584         * lib/unistr/u-strpbrk.h: New file.
10585
10586         * modules/unistr/u8-strrchr: New file.
10587         * modules/unistr/u16-strrchr: New file.
10588         * modules/unistr/u32-strrchr: New file.
10589         * lib/unistr/u8-strrchr.c: New file.
10590         * lib/unistr/u16-strrchr.c: New file.
10591         * lib/unistr/u32-strrchr.c: New file.
10592
10593         * modules/unistr/u8-strspn: New file.
10594         * modules/unistr/u16-strspn: New file.
10595         * modules/unistr/u32-strspn: New file.
10596         * lib/unistr/u8-strspn.c: New file.
10597         * lib/unistr/u16-strspn.c: New file.
10598         * lib/unistr/u32-strspn.c: New file.
10599         * lib/unistr/u-strspn.h: New file.
10600
10601         * modules/unistr/u8-strstr: New file.
10602         * modules/unistr/u16-strstr: New file.
10603         * modules/unistr/u32-strstr: New file.
10604         * lib/unistr/u8-strstr.c: New file.
10605         * lib/unistr/u16-strstr.c: New file.
10606         * lib/unistr/u32-strstr.c: New file.
10607         * lib/unistr/u-strstr.h: New file.
10608
10609         * modules/unistr/u8-strtok: New file.
10610         * modules/unistr/u16-strtok: New file.
10611         * modules/unistr/u32-strtok: New file.
10612         * lib/unistr/u8-strtok.c: New file.
10613         * lib/unistr/u16-strtok.c: New file.
10614         * lib/unistr/u32-strtok.c: New file.
10615         * lib/unistr/u-strtok.h: New file.
10616
10617         * modules/unistr/u8-uctomb: New file.
10618         * modules/unistr/u16-uctomb: New file.
10619         * modules/unistr/u32-uctomb: New file.
10620         * lib/unistr/u8-uctomb.c: New file.
10621         * lib/unistr/u16-uctomb.c: New file.
10622         * lib/unistr/u32-uctomb.c: New file.
10623
10624         * MODULES.html.sh (Unicode string functions): Add the new modules.
10625
10626 2007-01-08  Bruno Haible  <bruno@clisp.org>
10627
10628         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10629         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10630         subdirectories.
10631
10632 2007-01-08  Karl Berry  <karl@gnu.org>
10633
10634         * doc/error.texi: mention that main() fns must set program_name
10635         when progname is used.
10636
10637 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10638
10639         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10640         WCTYPE_H is empty, for the benefit of builds from non-distclean
10641         directories.  Problem reported by Eric Blake in
10642         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10643
10644 2007-01-08  Bruno Haible  <bruno@clisp.org>
10645
10646         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10647         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10648         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10649         PROVIDE_CANONICALIZE_FILENAME_MODE.
10650         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10651
10652 2007-01-08  Bruno Haible  <bruno@clisp.org>
10653
10654         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10655         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10656         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10657         * lib/fts.c: Likewise.
10658         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10659
10660 2006-12-25  Bruno Haible  <bruno@clisp.org>
10661
10662         * modules/utf8-ucs4-safe: New file.
10663         * lib/utf8-ucs4-safe.h: New file.
10664         * lib/unistr/utf8-ucs4-safe.c: New file.
10665
10666         * modules/utf16-ucs4-safe: New file.
10667         * lib/utf16-ucs4-safe.h: New file.
10668         * lib/unistr/utf16-ucs4-safe.c: New file.
10669
10670         * MODULES.html.sh (Unicode string functions): Add the new modules.
10671
10672 2007-01-08  Bruno Haible  <bruno@clisp.org>
10673
10674         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10675         (Depends-on): Add unitypes.
10676         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10677         (u8_mbtouc_aux): Move out to separate file.
10678         (u8_mbtouc): Use ucs4_t, uint8_t types.
10679         * lib/unistr/utf8-ucs4.c: New file.
10680
10681         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10682         (Depends-on): Add unitypes.
10683         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10684         (u16_mbtouc_aux): Move out to separate file.
10685         (u16_mbtouc): Use ucs4_t, uint16_t types.
10686         * lib/unistr/utf16-ucs4.c: New file.
10687
10688         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10689         (Depends-on): Add unitypes.
10690         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10691         (u8_uctomb_aux): Move out to separate file.
10692         (u8_uctomb): Use ucs4_t, uint8_t types.
10693         * lib/unistr/ucs4-utf8.c: New file.
10694
10695         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10696         (Depends-on): Add unitypes.
10697         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10698         (u16_uctomb_aux): Move out to separate file.
10699         (u16_uctomb): Use ucs4_t, uint16_t types.
10700         * lib/unistr/ucs4-utf16.c: New file.
10701
10702 2006-12-25  Bruno Haible  <bruno@clisp.org>
10703
10704         * modules/unitypes: New file.
10705         * lib/unitypes.h: New file.
10706         * MODULES.html.sh (func_all_modules): New section "Unicode string
10707         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10708         this section. Add unitypes.
10709
10710 2007-01-08  Bruno Haible  <bruno@clisp.org>
10711
10712         Avoid variable names that conflict with those from libtool.
10713         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10714         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10715         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10716         library_names_spec to acl_library_names_spec, hardcode_* to
10717         acl_hardcode_*.
10718         Reported by Ralf Wildenhues.
10719
10720 2007-01-08  Bruno Haible  <bruno@clisp.org>
10721
10722         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10723         definition.
10724         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10725         definition.
10726         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10727         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10728         definition.
10729         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10730         definition.
10731         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10732         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10733         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10734         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10735         definition.
10736         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10737         definition.
10738         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10739         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10740         GC_USE_<algorithm>.
10741         * lib/gc-libgcrypt.c: Likewise.
10742         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10743         * modules/gc-arctwo (configure.ac): Likewise.
10744         * modules/gc-des (configure.ac): Likewise.
10745         * modules/gc-hmac-md5 (configure.ac): Likewise.
10746         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10747         * modules/gc-md2 (configure.ac): Likewise.
10748         * modules/gc-md4 (configure.ac): Likewise.
10749         * modules/gc-md5 (configure.ac): Likewise.
10750         * modules/gc-random (configure.ac): Likewise.
10751         * modules/gc-rijndael (configure.ac): Likewise.
10752         * modules/gc-sha1 (configure.ac): Likewise.
10753
10754 2007-01-08  Bruno Haible  <bruno@clisp.org>
10755
10756         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10757         macro definition.
10758         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10759         definition.
10760         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10761         definition.
10762         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10763         * modules/fcntl-safer (configure.ac): Likewise.
10764         * modules/fopen-safer (configure.ac): Likewise.
10765         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10766         GNULIB_FWRITEERROR macro definition.
10767
10768 2007-01-08  Bruno Haible  <bruno@clisp.org>
10769
10770         * m4/gnulib-common.m4: New file.
10771         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10772         (func_get_filelist): Add m4/gnulib-common.m4.
10773
10774 2007-01-08  Bruno Haible  <bruno@clisp.org>
10775
10776         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10777         command.
10778
10779 2007-01-08  Jim Meyering  <jim@meyering.net>
10780
10781         Use a more robust test for a "can't happen" condition.
10782         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10783         narrowed the st_size value.  Presuming the "can't happen" condition
10784         is true, that narrowing could conceivably convert an invalid st_size
10785         value into a valid one.  Instead, use a change based on Matthew
10786         Woehlke's original patch.
10787
10788         Slight readability improvement: use an assert-like macro
10789         in place of literal "abort ()" uses.
10790         * lib/fts.c (fts_assert): Define.
10791         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10792         Use this macro instead of a bare 'abort'.
10793
10794 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10795
10796         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10797         simply work around them.
10798         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10799         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10800         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10801         declaring.
10802         Don't bother to define as macros, since the standard doesn't require it.
10803         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10804         longer worry about IRIX 5.3.
10805         (HAVE_WCTYPE_CTMP_BUG): Remove.
10806
10807 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10808
10809         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10810         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10811         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10812         Problems reported by Georg Schwarz for IRIX 5.3.
10813
10814         * gnulib-tool (autoconf_minversion): Take the maximum version number
10815         found, not the minimum.  Problem reported by James Youngman.
10816
10817 2007-01-03  Karl Berry  <karl@gnu.org>
10818
10819         * doc/error.texi: new file, explaining interaction with progname.
10820         * doc/gnulib.texi: include it.  Update copyright.
10821
10822 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10823
10824         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10825         AC_CANONICAL_HOST, to improve autobuild outputs.
10826
10827 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10828             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10829
10830         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10831         sockets, server sockets, and other file descriptors.  Count errors
10832         to compute the return value.  Reorder the code a bit to be easier
10833         to follow.  Don't set event bits that were not requested (except
10834         POLLERR and POLLHUP).
10835
10836 2007-01-01  Bruno Haible  <bruno@clisp.org>
10837
10838         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10839
10840 2007-01-03  Jim Meyering  <jim@meyering.net>
10841
10842         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10843
10844 2007-01-02  Bruno Haible  <bruno@clisp.org>
10845
10846         * modules/settime (Include): Require timespec.h.
10847         * modules/nanosleep (Include): Likewise.
10848
10849 2007-01-01  Bruno Haible  <bruno@clisp.org>
10850
10851         * gnulib-tool (func_emit_copyright_notice): Bump year.
10852         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10853
10854 2007-01-01  Bruno Haible  <bruno@clisp.org>
10855
10856         Improve support for OpenBSD.
10857         * build-aux/config.rpath (libname_spec): Export.
10858         (library_names_spec): New variable. Export.
10859         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10860         library_names_spec from the config.rpath output. Locate shared library
10861         through the name pattern in library_names_spec.
10862
10863 2007-01-01  Eric Blake  <ebb9@byu.net>
10864
10865         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10866
10867 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10868
10869         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10870         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10871         assume the C locale, and avoid an "eval" that could cause trouble.
10872         Problem with SORT reported by Bob Proulx.
10873
10874         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10875         Define.  Trivial patch from Henning Nielsen Lund, originally
10876         sent to bug-grep@gnu.org today.
10877
10878 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10879
10880         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10881         struct stat.  Problem reported by Henning Nielsen Lund.
10882         * lib/acl.c: Include acl.h first, to check interface.  Don't
10883         bother to include sys/types.h and sys/stat.h again.
10884
10885 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10886
10887         Import the following change from libc; problem reported by
10888         Sven Verdoolaege.
10889
10890         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10891
10892         [BZ #1373]
10893         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10894
10895 2006-12-28  Jim Meyering  <jim@meyering.net>
10896
10897         * build-aux/announce-gen: Do not assume that the package
10898         builds any of tar.gz, tar.bz2, and .xdelta files.
10899         Suggestion from Simon Josefsson.
10900
10901 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10902
10903         * modules/announce-gen: New file.
10904
10905 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10906
10907         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10908         handles its gotchas now.
10909         * lib/mbswidth.c: Likewise.
10910         * lib/wcwidth.h: Likewise.
10911         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10912         and iswcntrl; the wctype module does this stuff now.
10913         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10914         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10915         * modules/mbchar (Depends-on): Add wctype.
10916         * modules/mbswidth (Depends-on): Likewise.
10917         * modules/wcwidth (Depends-on): Likewise.
10918
10919 2006-12-27  Eric Blake  <ebb9@byu.net>
10920
10921         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10922         module uses more than what <wctype.h> is required to provide.
10923
10924 2006-12-26  Eric Blake  <ebb9@byu.net>
10925
10926         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10927
10928 2006-12-26  Eric Blake  <ebb9@byu.net>
10929
10930         * modules/absolute-header: New module.
10931         * modules/fcntl (Depends-on): Depend on it.
10932         * modules/inttypes (Depends-on): Likewise.
10933         * modules/stdint (Depends-on): Likewise.
10934         * modules/sys_stat (Depends-on): Likewise.
10935         * modules/wctype (Depends-on): Likewise.
10936         * MODULES.html.sh (Support for building libraries and
10937         executables): Document it.
10938
10939 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10940
10941         * gnulib-tool (SED): Remove, undoing previous change.
10942         The problem was that it broke coreutils on Solaris, because
10943         "sed --posix" leaked into a makefile.
10944         (sed): New alias, if 'alias' and GNU sed.
10945
10946 2006-12-24  Jim Meyering  <jim@meyering.net>
10947
10948         Work around an fchownat bug in glibc-2.4:
10949         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10950         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10951         in spite of the -P option.
10952         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10953         New macros.
10954         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10955         * modules/openat (Files): Add lib/fchownat.c.
10956         * lib/openat.c (fchownat): Don't define here.  Move to...
10957         * lib/fchownat.c: ...this new file.
10958
10959 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10960
10961         Fix bug reported by Bruno Haible in
10962         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10963         where quotearg.c didn't compile on Mac OS X 10.2 because it
10964         lacks <wchar.h> and wint_t.
10965         * lib/wctype_.h (__wctype_wint_t): New type.
10966         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10967         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10968         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10969         Arg is now of type __wctype_wint_t, not wint_t.
10970         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10971         substitute HAVE_WINT_T.
10972         * modules/wctype (Files): Add m4/wint_t.m4.
10973         (wctype.h): Substitute HAVE_WINT_T.
10974
10975 2006-12-23  Bruno Haible  <bruno@clisp.org>
10976
10977         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10978
10979 2006-12-23  Bruno Haible  <bruno@clisp.org>
10980
10981         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10982         S_ISLNK.
10983         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10984         mingw.
10985
10986 2006-12-22  Bruno Haible  <bruno@clisp.org>
10987
10988         * lib/copy-file.c: Include acl.h.
10989         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10990         Close the file descriptors only after being done with copy_acl.
10991         * modules/copy-file (Depends-on): Add acl.
10992
10993 2006-12-22  Bruno Haible  <bruno@clisp.org>
10994
10995         * gnulib-tool (SED): New variable.
10996         Use $SED instead of sed everywhere.
10997
10998 2006-12-22  Bruno Haible  <bruno@clisp.org>
10999
11000         * modules/no-c++: New file.
11001         * m4/no-c++.m4: New file.
11002         * MODULES.html.sh (Support for building libraries and executables):
11003         Add no-c++.
11004
11005 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
11006
11007         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11008         Include <limits.h>, and use its INT_MAX to rewrite the
11009         j loop so that it does not overflow 'int'.  Problem reported by
11010         Ralf Wildenhues in
11011         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
11012         Play it safe by shifting left by 1 rather than multiplying by 2,
11013         as GCC is less likely to optimize this away when the value
11014         is signed (when it assumes overflow leads to undefined behavior).
11015         Also, don't assume time_t uses two's complement.
11016
11017 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
11018
11019         * MODULES.html.sh: New module wctype.
11020         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
11021         * lib/fnmatch.c: Don't bother to include <wchar.h> before
11022         <wctype.h>, since the new wctype module should fix this.
11023         * lib/quotearg.c: Include <wctype.h> unconditionally, since
11024         the wctype module should arrange for it.
11025         * lib/regex_internal.h: Likewise.
11026         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
11027         since the wctype module should handle this now.
11028         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
11029         * modules/fnmatch (Depends-on): Add wctype.
11030         * modules/quotearg (Depends-on): Likewise.
11031         * modules/regex (Depends-on): Likewise.
11032
11033 2006-12-19  Bruno Haible  <bruno@clisp.org>
11034
11035         * lib/strdup.h [C++]: Wrap definitions in extern "C".
11036         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
11037
11038 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11039
11040         * modules/savewd (Depends-on): Fix dependency on fcntl.
11041
11042 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11043
11044         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
11045         conforms to C99, rather than relying on the user's environment
11046         setting of STDINT_H.
11047
11048 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
11049         and Eric Blake  <ebb9@byu.net>
11050
11051         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
11052         This is more consistent with the other defines here.
11053         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
11054         Port to z/OS.  Problem reported by Paul Gilmartin.
11055         Change local vars to use gl_ prefix rather than ac_.
11056         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
11057         with other defines.
11058         * modules/double-slash-root: New module.
11059         * modules/dirname (Files): Remove m4/double-slash-root.m4.
11060         (Depends-on): Add double-slash-root.
11061         * MODULES.html.sh (File system functions): Mention new module.
11062
11063 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
11066         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
11067         This is for the benefit of gzip, which doesn't do i18n.
11068
11069 2006-12-12  Jim Meyering  <jim@meyering.net>
11070
11071         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
11072         Reported by Andreas Schwab <schwab@suse.de>.
11073
11074 2006-12-12  Bruno Haible  <bruno@clisp.org>
11075
11076         Merge these changes.
11077         2006-09-05  Bruno Haible  <bruno@clisp.org>
11078         * lib/iconvme.c (iconv_string): No need to save and restore errno when
11079         iconv_alloc succeeded.
11080         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
11081         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
11082         test for " && dest " at the end - dest is always != NULL there. Call
11083         iconv with 4xNULL arguments initially, to reset the state. Call iconv
11084         with 2xNULL arguments, also to flush the state storage. Handle the
11085         IRIX iconv behaviour. Realloc the final result, to throw away unused
11086         memory.
11087
11088 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
11089
11090         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
11091         and fchmodat unconditionally, since glibc 2.4 has them.
11092         Problem reported by Arkadiusz Miskiewicz.
11093
11094 2006-12-10  Bruno Haible  <bruno@clisp.org>
11095
11096         * gnulib-tool (func_import): Show the include files only for those
11097         modules that are copied and specified.
11098         Reported by Karl Berry.
11099
11100 2006-12-08  Jim Meyering  <jim@meyering.net>
11101
11102         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
11103         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
11104
11105         * build-aux/announce-gen: Add two new options, both optional:
11106         --bootstrap-tools=TOOL_LIST
11107               a comma-separated list of tools, e.g.,
11108               autoconf,automake,bison,gnulib
11109         --gnulib-snapshot-date=DATE
11110               if gnulib is in the bootstrap tool list,
11111               then report this as the snapshot date.
11112               If not specified, use the current date/time.
11113               If you specify a date here, be sure it's UTC.
11114
11115 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11116
11117         * tests/test-argp-2.sh: Fix test to match actual output.
11118         (func_compare): Fix sed script to be portable.
11119
11120 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
11121
11122         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
11123         workaround for this case.  It is not autoconfigured now; offhand
11124         it's hard to see how to autoconfigure it.
11125
11126 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
11127
11128         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
11129         a directory that is about to be chowned.  Such a directory's
11130         initial file permissions should permit the owner only and this
11131         should not be changed until after the chown, since the group and
11132         other bits would be incorrect if they granted permission before
11133         the chown.
11134
11135         Fix porting problem for iswctype reported by Georg Schwarz in:
11136         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
11137         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
11138         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
11139         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
11140         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11141
11142 2006-12-03  Jim Meyering  <jim@meyering.net>
11143
11144         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
11145         p->fts_statp may not yet be defined.
11146         (fts_read): Instead, set it in the caller, once p->fts_statp is
11147         sure to be defined, and corresponds to a top-level directory.
11148         This bug made du -x fail.  Here's the coreutils test case:
11149         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
11150         Reported by Mike Frysinger.
11151
11152 2006-12-01  Jim Meyering  <jim@meyering.net>
11153
11154         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
11155         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
11156         Reported by Simon Josefsson.
11157
11158 2006-11-30  Jim Meyering  <jim@meyering.net>
11159
11160         * m4/warning.m4: Use the all-permissive copyright notice
11161         recommended by RMS (rather than LGPL).
11162         * m4/vararrays.m4: Likewise.
11163         * m4/flexmember.m4: Likewise.
11164
11165 2006-11-29  Bruno Haible  <bruno@clisp.org>
11166
11167         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11168         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
11169         using +=.
11170         Reported by Simon Josefsson <simon@josefsson.org>.
11171
11172 2006-11-28  James Youngman <jay@gnu.org>
11173
11174         * README: Advise users that they might find the bug-gnulib@gnu.org
11175         and autotools-announce@gnu.org mailing lists useful.
11176
11177 2006-11-28  Bruno Haible  <bruno@clisp.org>
11178
11179         * m4/ptrdiff_max.m4: Remove file.
11180
11181 2006-11-21  Bruno Haible  <bruno@clisp.org>
11182
11183         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
11184         _AC_COMPUTE_INT.
11185         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11186         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
11187         _AC_COMPUTE_INT.
11188         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11189         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
11190         _AC_COMPUTE_INT.
11191         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11192
11193 2006-11-28  Jim Meyering  <jim@meyering.net>
11194
11195         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
11196         warning from "gcc -Wshadow" about shadowing the builtin.
11197
11198 2006-11-27  Bruno Haible  <bruno@clisp.org>
11199
11200         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
11201         _AC_COMPUTE_INT.
11202         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11203
11204 2006-11-27  Bruno Haible  <bruno@clisp.org>
11205             Paul Eggert  <eggert@cs.ucla.edu>
11206
11207         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
11208
11209 2006-11-26  Bruno Haible  <bruno@clisp.org>
11210
11211         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11212         noinst_LTLIBRARIES.
11213
11214 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11215             Bruno Haible  <bruno@clisp.org>
11216
11217         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
11218         if compiling with "gcc -ansi".
11219
11220 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11221
11222         Fix some incompatibilities with gcc -ansi -pedantic.
11223         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
11224         if compiling pedantically with GCC, unless it's C99 or later.
11225         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
11226         it mishandles gcc -ansi -pedantic as well.
11227         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
11228         if gcc -pedantic.
11229         * lib/regexec.c (check_node_accept_bytes): Don't use auto
11230         initializers for struct if -pedantic, unless it's C99 or later.
11231
11232 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
11233
11234         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
11235         Don't close an fd more than once. Identical atimes indicate
11236         success, not failure.
11237
11238 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
11239
11240         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
11241
11242 2006-11-23  Jim Meyering  <jim@meyering.net>
11243
11244         * build-aux/announce-gen: New file.  From coreutils.
11245
11246 2006-11-22  Jim Meyering  <jim@meyering.net>
11247
11248         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
11249         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
11250         (fts_read): Use a temporary to narrow the overused st_size member
11251         before using it in a switch statement.  Reported by Matthew Woehlke.
11252
11253         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
11254         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
11255
11256 2006-11-20  Bruno Haible  <bruno@clisp.org>
11257
11258         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
11259         changequote instead of pairs of brackets.
11260         Reported by Andreas Schwab <schwab@suse.de>.
11261
11262 2006-11-21  Jim Meyering  <jim@meyering.net>
11263
11264         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
11265         so as to remain compatible with older compilers.
11266         Patch from Michael Deutschmann.
11267
11268 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11269
11270         * MODULES.html.sh (File system functions): Add openat.
11271
11272         * lib/openat.h (rpl_fstatat): New macro, if
11273         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
11274         (fstatat): Define to rpl_fstatat under the same conditions,
11275         unless COMPILING_FSTATAT.
11276         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
11277         seems to have the bug.
11278         * lib/fstatat.c: New file.
11279         * modules/openat (Files): Add it.
11280
11281 2006-11-20  Bruno Haible  <bruno@clisp.org>
11282
11283         * Makefile: New file.
11284
11285 2006-11-20  Jim Meyering  <jim@meyering.net>
11286
11287         The beginnings of syntax-related checks for gnulib.
11288         * lib/Makefile: New file.
11289         * lib/t-idcache: New script.  Ensure that the two halves of
11290         idcache.c stay in sync.
11291
11292         * lib/idcache.c: Adjust comments in user- and group- portions to
11293         be more accurate, and to be consistent with one another.
11294
11295 2006-11-20  Jim Meyering  <jim@meyering.net>
11296
11297         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
11298         continue using the flexible array member (thus, this module performs
11299         half as many malloc calls), with the addition that...
11300         (getgroup, getuser): Consistently record a non-match via an empty
11301         "name" string, and map an empty string match to a NULL return value.
11302         * modules/idcache (Depends-on): Re-add flexmember.
11303
11304         * lib/idcache.c (getuser): Remove all uses of the register keyword.
11305         (getuidbyname, getgroup, getgidbyname): Likewise.
11306
11307         Use cleaner syntax: NULL rather than 0.
11308         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
11309
11310 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11311
11312         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
11313         It mishandled the case where the group was missing.
11314         Problem reported by Greg Schafer.
11315         * modules/idcache: Likewise.
11316
11317 2006-11-18  Jim Meyering  <jim@meyering.net>
11318
11319         * check-module (%exempt_header): Add exception for some
11320         conditionally-included headers.
11321
11322         * modules/i-ring (Depends-on): Add verify.
11323         (License): Change to LGPL.
11324
11325 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11326
11327         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
11328         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
11329         and inttostr.h.  Use snprintf rather than uinttostr, so that
11330         LGPLed code doesn't depend on GPLed.
11331
11332 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
11333
11334         * modules/inline (License): Change from GPL to LGPL.
11335
11336 2006-11-17  Jim Meyering  <jim@meyering.net>
11337
11338         * modules/d-type (License): Switch to LGPL.
11339
11340 2006-11-15  Bruno Haible  <bruno@clisp.org>
11341
11342         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
11343
11344 2006-11-15  Eric Blake  <ebb9@byu.net>
11345
11346         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
11347         the module dependency.
11348
11349 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11350             Bruno Haible  <bruno@clisp.org>
11351
11352         * gnulib-tool (func_create_testdir): Add license consistency check.
11353
11354 2006-11-15  Eric Blake  <ebb9@byu.net>
11355
11356         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
11357         random "(cached)" in configure output.
11358
11359 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11360
11361         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
11362         test for conforming inttypes.h is both announced and cached.
11363
11364         * MODULES.html.sh (seen_modules, seen_files): New variables.
11365         (func_module): Rewrite to use a few less gnulib-tool and sed
11366         invocations.  Avoid a couple of quadratic algorithms for ...
11367         (missed_modules, missed_files): ... these, with ...
11368         (func_append, func_tmpdir): ... these new functions, from
11369         gnulib-tool.  Analogously, install traps for cleanup.
11370
11371         * tests/test-gc.c (main): Remove unused variables.
11372         * tests/test-read-file.c: Include stdlib.h, for 'free'.
11373
11374 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
11375
11376         * modules/inttostr (License): Change to LGPL.
11377
11378 2006-11-14  Eric Blake  <ebb9@byu.net>
11379
11380         * modules/tempname (License): Change to LGPL.
11381
11382 2006-11-14  Eric Blake  <ebb9@byu.net>
11383
11384         * doc/functions.texi (Function Portability): *printf functions on
11385         Cygwin now understand all POSIX size specifiers.
11386
11387 2006-11-14  Bruno Haible  <bruno@clisp.org>
11388
11389         * modules/c-ctype (License): Change to LGPL.
11390
11391 2006-11-12  Bruno Haible  <bruno@clisp.org>
11392
11393         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11394         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
11395         for GNOME libraries, for which the include files are installed in
11396         subdirectories of $prefix/include.
11397
11398 2006-11-12  Bruno Haible  <bruno@clisp.org>
11399
11400         * m4/lib-link.m4: Require at least autoconf-2.54.
11401         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
11402         name to underscores for the --with option.
11403
11404 2006-11-13  Bruno Haible  <bruno@clisp.org>
11405
11406         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
11407         the tests directory.
11408         Reported by Ralf Wildenhues.
11409
11410 2006-11-13  Bruno Haible  <bruno@clisp.org>
11411
11412         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
11413         (func_emit_initmacro_end): Undo the override here.
11414         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
11415         Works around the famous automake error in coreutils.
11416
11417 2006-11-13  Eric Blake  <ebb9@byu.net>
11418
11419         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
11420         element, not its node.
11421
11422 2006-11-12  Bruno Haible  <bruno@clisp.org>
11423
11424         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
11425         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
11426
11427 2006-11-12  Bruno Haible  <bruno@clisp.org>
11428
11429         * gnulib-tool: New option --local-symlink.
11430         (func_usage): Document it.
11431         (lsymbolic): New variable.
11432         (func_import, func_create_testdir): If --symlink was not specified,
11433         test whether --local-symlink was specified and the file comes from
11434         the local_gnulib_dir.
11435
11436 2006-11-12  Bruno Haible  <bruno@clisp.org>
11437
11438         * gnulib-tool (func_ln): New function.
11439         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
11440
11441 2006-11-12  Bruno Haible  <bruno@clisp.org>
11442
11443         Finish support for source files in subdirectories.
11444         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
11445         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
11446         AUTOMAKE_OPTIONS.
11447         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
11448
11449 2006-11-12  Bruno Haible  <bruno@clisp.org>
11450
11451         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11452         EXTRA_lib_SOURCES augmentation.
11453         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
11454
11455 2006-11-12  Jim Meyering  <jim@meyering.net>
11456
11457         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
11458         file descriptors.  This also averts a failure on systems with
11459         native openat support when a traversed directory lacks "x" access.
11460         * lib/fts_.h: Include "i-ring.h"
11461         (struct FTS) [fts_fd_ring]: New member.
11462         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
11463         (FCHDIR): Add parentheses.
11464         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
11465         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
11466         When descending, rather than simply closing the previous
11467         fts_cwd_fd value, push that file descriptor onto the ring.
11468         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
11469         (fts_open): Initialize the new fd_ring member.
11470         (fts_close): Clear the ring.
11471         (fts_safe_changedir): When possible, use our new fd_ring to skip
11472         the diropen and fstat and dev/ino comparison that would normally
11473         accompany a virtual `chdir ("..")'.
11474
11475         * modules/fts (Depends-on): Add i-ring.
11476         * modules/i-ring: New module.
11477         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
11478         * m4/i-ring.m4: New file.
11479
11480 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11481
11482         * gnulib-tool (func_create_testdir): Fix replacement of
11483         `build-aux' in configure.ac.  Run autotools in gltests
11484         subdirectory.
11485         (func_create_testdir, func_create_megatestdir, test): There is
11486         no need for '--force' in most autotool invocations in a new
11487         tree.  Actually fail the whole test if any of the tools, or the
11488         configure or make stages fail.
11489
11490         Sync from Automake.
11491         * build-aux/gnupload: Revert last change.  Add pointer to upload
11492         instructions of the GNU Maintenance Instructions.
11493         Suggestion by Karl Berry.
11494
11495 2006-11-10  Jim Meyering  <jim@meyering.net>
11496
11497         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
11498
11499 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11500
11501         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
11502         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
11503         (bind_textdomain_codeset) [! ENABLE_NLS]:
11504         Evaluate all the arguments.  That way, callers get compatible behavior
11505         if the arguments have side effects.  Also, it avoids some GCC
11506         diagnostics in some cases; Joel E. Denny reported problems when Bison
11507         was configured with --enable-gcc-warnigs.
11508
11509 2006-11-10  Jim Meyering  <jim@meyering.net>
11510
11511         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
11512         relevant options in CFLAGS (like -O, -fno-inline) are taken into
11513         account.
11514
11515 2006-11-10  Jim Meyering  <jim@meyering.net>
11516
11517         * modules/inline: New file/module.
11518         * modules/xalloc (Files): Remove m4/inline.m4.
11519         (Depends-on): Add inline, instead.
11520         * modules/oset: Likewise.
11521         * modules/list: Likewise.
11522
11523 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11524
11525         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
11526         Problem reported by Matthew Woehlke.
11527
11528 2006-11-09  Bruno Haible  <bruno@clisp.org>
11529
11530         * lib/tempname.c (gen_tempname): Remove variant that invokes
11531         __gen_tempname.
11532         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
11533         __gen_tempname.
11534
11535 2006-11-08  Bruno Haible  <bruno@clisp.org>
11536
11537         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
11538         to 'yes' instead of 'cross-compiling'.
11539
11540 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
11541
11542         * lib/quotearg.h (quotearg_free): New decl.
11543         * lib/quotearg.c (quotearg_free): New function.
11544         (slot0, nslots, slotvec0, slotvec):
11545         Now file-scope so that quotearg_free can get at them.
11546
11547 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11548
11549         Sync from Automake.
11550         * build-aux/gnupload: Add missing 'gnu' to example URL.
11551         Report by Karl Berry.
11552
11553 2006-11-08  Bruno Haible  <bruno@clisp.org>
11554
11555         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
11556         Suggested by Paul Eggert.
11557
11558 2006-11-08  Jim Meyering  <jim@meyering.net>
11559
11560         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
11561         It's already included if !_LIBC.
11562         (fts_safe_changedir): Add a comment.
11563
11564 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11565
11566         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
11567         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
11568         Matthew Woehlke.
11569
11570         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
11571         definitions up, to avoid colliding with change below.
11572         (static_inline) [HAVE_INLINE]: New macro.
11573         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
11574         Provide extern decls when !HAVE_INLINE.  Do not define unless
11575         static_inline is defined, either by us or by xmalloc.c.  Use
11576         static_inline rather than static inline.
11577         (XCALLOC): Optimize sizeof(T) = 1 case.
11578         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
11579
11580 2006-11-07  Bruno Haible  <bruno@clisp.org>
11581
11582         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
11583         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
11584         AC_C_INLINE.
11585         * modules/xalloc (Files): Add m4/inline.m4.
11586
11587 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11588
11589         * README: Fix typo.
11590         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
11591         (Miscellanous Notes): ...from this.
11592
11593 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11594
11595         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
11596         Mention that offsetof should be used instead of sizeof.
11597         From Bruno Haible.
11598
11599 2006-11-07  Bruno Haible  <bruno@clisp.org>
11600
11601         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
11602
11603 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11604
11605         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11606         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
11607         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11608         (gl_tree_add_before, gl_tree_add_after):
11609         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
11610         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
11611         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11612         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
11613         (gl_linked_add_after, gl_linked_add_at): Likewise.
11614         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
11615         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11616         (gl_tree_add_before, gl_tree_add_after): Likewise.
11617         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
11618         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
11619         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
11620
11621 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11622
11623         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11624
11625 2006-11-06  Bruno Haible  <bruno@clisp.org>
11626
11627         * m4/inline.m4: New file.
11628         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11629         * modules/list (Files): Add m4/inline.m4.
11630         * modules/oset (Files): Likewise.
11631
11632 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11633
11634         * lib/idcache.c: Include <stddef.h>, for offsetof.
11635         (struct userid.name): Change from char * to a flexible array member.
11636         All uses changed.
11637         * modules/idcache (Depends-on): Add flexmember.
11638
11639         * MODULES.html.sh (Core language properties): New module flexmember.
11640         * modules/flexmember, m4/flexmember.m4: New files.
11641
11642         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11643         inline functions that are identical with the old xnmalloc_inline,
11644         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11645         that we can avoid some unnecessary integer multiplications and
11646         divisions in the common case where the element size is known at
11647         compile time.
11648         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11649         needed.
11650         (xnboundedmalloc): Remove.
11651         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11652         arguments, for consistency with rest of this header.
11653         (xcharalloc): Rewrite using XNMALLOC.
11654         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11655         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11656         versions have been moved to lib/xalloc.h and renamed to be the
11657         non-*_inline versions.
11658         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11659         and xnrealloc functions, since those functions are now inline and
11660         now call us.
11661         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11662         renaming described above.
11663         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11664         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11665         captures the dependency in AC_C_INLINE.
11666
11667         New module canonicalize-lgpl, proposed by Charles Wilson in
11668         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11669         with a few small changes afterwards.
11670         * MODULES.html.sh (File system functions): New module
11671         canonicalize-lgpl.
11672         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11673         and canonicalize_file_name.
11674         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11675         * modules/canonicalize-lgpl: New files.
11676
11677 2006-11-05  Bruno Haible  <bruno@clisp.org>
11678
11679         * gnulib-tool (func_import, func_create_testdir): Create directories
11680         also for files in subdirectories of lib/.
11681
11682 2006-11-05  Bruno Haible  <bruno@clisp.org>
11683
11684         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11685         ANSI C compliant.
11686
11687 2006-11-03  Bruno Haible  <bruno@clisp.org>
11688
11689         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11690         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11691         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11692         (xnboundedmalloc): New inline function.
11693         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11694         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11695         xmalloc.
11696         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11697         xmalloc.
11698         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11699         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11700         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11701         xmalloc.
11702         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11703         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11704         xmalloc.
11705         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11706         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11707         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11708         xmalloc.
11709         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11710         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11711         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11712         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11713         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11714         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11715         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11716
11717 2006-11-03  Bruno Haible  <bruno@clisp.org>
11718
11719         * lib/c-ctype.h [C++]: Define functions without name mangling.
11720         * lib/fwriteerror.h [C++]: Likewise.
11721         * lib/gcd.h [C++]: Likewise.
11722         * lib/linebreak.h [C++]: Likewise.
11723
11724 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11725
11726         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11727         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11728         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11729         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11730         Check for functions and headers just once.
11731         Check for declaration of canonicalize_file_name.
11732         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11733
11734 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11735
11736         * gnulib-tool (func_import): Fix typo in actioncmd.
11737
11738 2006-11-02  Bruno Haible  <bruno@clisp.org>
11739
11740         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11741         newline sequence in the Makefile.am snippet as a space, like "make"
11742         does.
11743         Reported by Roger Persson <perrog@gmail.com>.
11744
11745 2006-11-01  Bruno Haible  <bruno@clisp.org>
11746
11747         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11748         already declared in <string.h>.
11749         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11750
11751 2006-11-01  Bruno Haible  <bruno@clisp.org>
11752
11753         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11754         * lib/strcase.h: Include <string.h>.
11755         (strcasecmp): Define to rpl_strcasecmp here.
11756
11757 2006-11-01  Bruno Haible  <bruno@clisp.org>
11758
11759         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11760
11761 2006-11-01  Eric Blake  <ebb9@byu.net>
11762
11763         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11764
11765         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11766
11767 2006-10-29  Bruno Haible  <bruno@clisp.org>
11768
11769         Make it compile in C++ mode.
11770         * lib/full-write.c (full_rw): Add a cast.
11771
11772 2006-11-01  Bruno Haible  <bruno@clisp.org>
11773
11774         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11775         be POSIX compliant.
11776         Reported by Roger Persson <perrog@gmail.com>.
11777
11778 2006-11-01  Eric Blake  <ebb9@byu.net>
11779
11780         * lib/getopt_.h: Fix comments.
11781
11782 2006-10-31  Eric Blake  <ebb9@byu.net>
11783
11784         * modules/tmpdir (Depends-on): Add sys_stat.
11785         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11786         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11787         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11788         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11789         tempname.
11790
11791 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         Avoid some C++ diagnostics reported by Bruno Haible.
11794         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11795         xmalloc.
11796         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11797         (struct slotvec): Move to top level.
11798         (quotearg_n_options): Rewrite to avoid xmalloc.
11799         * lib/xalloc.h (xcharalloc): New function.
11800         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11801         [defined __cplusplus]: Add function template that provides result
11802         type propagation.  This part of the change is from Bruno Haible.
11803
11804 2006-10-29  Bruno Haible  <bruno@clisp.org>
11805
11806         Make it compile in C++ mode.
11807         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11808         * lib/strnlen1.c (strnlen1): Cast memchr result.
11809         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11810         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11811         (create_temp_dir): Rename local variable 'template'.
11812         (compile_csharp_using_sscli): Add cast.
11813         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11814         * lib/findprog.c (find_in_path): Likewise.
11815         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11816         * lib/wait-process.c (register_slave_subprocess): Likewise.
11817
11818 2006-10-22  Bruno Haible  <bruno@clisp.org>
11819
11820         * modules/tsearch: New file.
11821         * lib/tsearch.h: New file.
11822         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11823         * m4/tsearch.m4: New file.
11824         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11825
11826 2006-10-29  Eric Blake  <ebb9@byu.net>
11827
11828         * lib/arcfour.c: Assume config.h.
11829         * lib/arctwo.c: Likewise.
11830         * lib/base64.c: Likewise.
11831         * lib/check-version.c: Likewise.
11832         * lib/crc.c: Likewise.
11833         * lib/des.c: Likewise.
11834         * lib/gc-gnulib.c: Likewise.
11835         * lib/gc-libgcrypt.c: Likewise.
11836         * lib/gc-pbkdf2-sha1.c: Likewise.
11837         * lib/getaddrinfo.c: Likewise.
11838         * lib/getdelim.c: Likewise.
11839         * lib/getline.c: Likewise.
11840         * lib/hmac-md5.c: Likewise.
11841         * lib/hmac-sha1.c: Likewise.
11842         * lib/iconvme.c: Likewise.
11843         * lib/md2.c: Likewise.
11844         * lib/md4.c: Likewise.
11845         * lib/memxor.c: Likewise.
11846         * lib/read-file.c: Likewise.
11847         * lib/readline.c: Likewise.
11848         * lib/rijndael-alg-fst.c: Likewise.
11849         * lib/rijndael-api-fst.c: Likewise.
11850         * lib/xgetdomainname.c: Likewise.
11851
11852 2006-10-28  Eric Blake  <ebb9@byu.net>
11853
11854         * lib/xstrndup.c: Assume config.h.
11855
11856 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11859         stat-macros.h is now for our own macros, whereas stat_h is for
11860         macros in the <sys/stat.h> name space.
11861         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11862         (STAT_MACROS_H): Remove.
11863         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11864         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11865         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11866         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11867         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11868         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11869         Move these macros to ...
11870         * lib/stat_.h: here.  Don't include stat-macros.h.
11871         * lib/canonicalize.c: Don't include stat-macros.h.
11872         * lib/chown.c: Likewise.
11873         * lib/euidaccess.c: Likewise.
11874         * lib/file-type.c: Likewise.
11875         * lib/filemode.c: Likewise.
11876         * lib/glob.c: Likewise.
11877         * lib/isapipe.c: Likewise.
11878         * lib/lchown.c: Likewise.
11879         * lib/lstat.c: Likewise.
11880         * lib/mkdir-p.c: Likewise.
11881         * lib/rmdir.c: Likewise.
11882         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11883         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11884         unless mkdir isn't declared, to speed up 'configure'.
11885         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11886         would define all the S_* symbols.
11887         * modules/canonicalize (Depends-on):
11888         Depend on sys_stat, not stat-macros.
11889         * modules/chown: Likewise.
11890         * modules/euidaccess: Likewise.
11891         * modules/filemode: Likewise.
11892         * modules/file-type: Likewise.
11893         * modules/glob: Likewise.
11894         * modules/isapipe: Likewise.
11895         * modules/lchown: Likewise.
11896         * modules/lstat: Likewise.
11897         * modules/mkancesdirs: Likewise.
11898         * modules/rmdir: Likewise.
11899         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11900         * modules/modechange: Likewise.
11901         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11902         (configure.ac): Remove gl_STAT_MACROS.
11903         * modules/sys_stat (Depends-on): Remove stat-macros.
11904
11905 2006-10-27  Bruno Haible  <bruno@clisp.org>
11906
11907         * m4/signed.m4: Remove file.
11908         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11909         invocation.
11910         * modules/vasnprintf (Files): Remove m4/signed.m4.
11911
11912 2006-10-27  Bruno Haible  <bruno@clisp.org>
11913
11914         Update to GNU gettext 0.16.
11915         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11916         m4/inttypes-h.m4, m4/signed.m4.
11917         * m4/gettext.m4: Update to GNU gettext 0.16.
11918         * m4/intl.m4: New file, from GNU gettext.
11919         * m4/intldir.m4: New file, from GNU gettext.
11920         * config/srclist.txt: Update
11921
11922 2006-10-27  Eric Blake  <ebb9@byu.net>
11923
11924         * MODULES.html.sh: Document tempname.
11925         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11926         dependencies.
11927         (Files): Move lib/tempname.c...
11928         * modules/tempname: ...to this new module.
11929         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11930         (gl_PREREQ_TEMPNAME): Move...
11931         * m4/tempname.m4: ...to this new file.
11932         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11933         * modules/sys_stat (Depends-on): Add stat-macros.
11934         * lib/stat_.h (includes): Pick up stat macros.
11935         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11936         if stat macros are broken.
11937         * lib/tempname.c (includes): No need to include "stat-macros.h".
11938         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11939         (direxists, __path_search) [!_LIBC]: Don't compile these in
11940         gnulib; the tmpdir module covers that.
11941         * lib/tempname.h: New file.
11942
11943 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11944
11945         * COPYING: Explain how gnulib-tool converts licence headers.
11946         Almost all wording by Eric Blake.
11947
11948 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11949
11950         * lib/mbchar.h (is_basic_table): Make read-only.
11951         * lib/mbchar.c (is_basic_table): Likewise.
11952         Reported by John Darrington.
11953
11954 2006-10-25  Bruno Haible  <bruno@clisp.org>
11955
11956         * lib/progname.h (set_program_name): Undefine before defining.
11957
11958 2006-10-25  Bruno Haible  <bruno@clisp.org>
11959
11960         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11961         false for non-gcc C++ compilers.
11962         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11963
11964 2006-10-24  Bruno Haible  <bruno@clisp.org>
11965
11966         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11967         iconv implementations like Irix iconv.
11968
11969 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11970
11971         * modules/vararrays: New file.
11972         * m4/vararrays.m4: New file, taken from diffutils.
11973         * MODULES.html.sh: New module vararrays.
11974
11975 2006-10-24  Karl Berry  <karl@gnu.org>
11976
11977         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11978         Don't call GNU Unix.
11979
11980 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11981
11982         * users.txt: Add Libtool.
11983
11984         Sync from Libtool:
11985
11986         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11987
11988         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11989         to gnulib's policy of including config.h unconditionally.
11990
11991 2006-10-24  Bruno Haible  <bruno@clisp.org>
11992
11993         * modules/wcwidth (Files): Add m4/wint_t.m4.
11994         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11995         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11996
11997 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11998
11999         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
12000         to pacify GCC with some -W flags enabled.  Problem reported by
12001         Bruno Haible.
12002
12003 2006-10-24  Jim Meyering  <jim@meyering.net>
12004
12005         * MODULES.html.sh: Remove uinttostr.  It's not a module.
12006         Reported by Karl Berry.
12007
12008 2006-10-23  Bruno Haible  <bruno@clisp.org>
12009
12010         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
12011
12012 2006-10-24  Bruno Haible  <bruno@clisp.org>
12013
12014         * lib/gl_list.h: Use C comment style, not C++ comment style.
12015
12016 2006-10-23  Eric Blake  <ebb9@byu.net>
12017
12018         * lib/getaddrinfo.c (includes): Add missing include.
12019
12020 2006-10-23  Bruno Haible  <bruno@clisp.org>
12021             Paul Eggert  <eggert@cs.ucla.edu>
12022
12023         Ability to rename obstack_free.
12024         * lib/obstack.h (__obstack_free): New macro. Declare instead of
12025         obstack_free.
12026         (obstack_free): Invoke the __obstack_free macro.
12027         * lib/obstack.c (obstack_free): Use __obstack_free macro.
12028
12029 2006-10-23  Bruno Haible  <bruno@clisp.org>
12030             Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
12033         __argc, __argv from the declaration. (They are defined as macros on
12034         mingw.)
12035
12036 2006-10-22  Bruno Haible  <bruno@clisp.org>
12037
12038         * doc/gnulib-intro.texi: New file.
12039         * doc/gnulib.texi: Include it.
12040
12041 2006-10-21  Bruno Haible  <bruno@clisp.org>
12042
12043         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
12044         "Introduction", "Miscellanous Notes", "Particular Modules".
12045
12046 2006-10-21  Bruno Haible  <bruno@clisp.org>
12047
12048         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12049         Change mostlyclean-local rule to avoid sh syntax error from bash
12050         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
12051
12052 2006-10-23  Jim Meyering  <jim@meyering.net>
12053
12054         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
12055         in place of snprintf.
12056
12057         * modules/inttostr (Files): Add lib/uinttostr.c.
12058         * lib/uinttostr.c (inttostr): New file/function.
12059         * lib/inttostr.h (uinttostr): Declare.
12060         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
12061         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
12062         Add uinttostr.
12063         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
12064
12065 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
12066
12067         * lib/canonicalize.c (ELOOP): Define if not already defined.
12068         Problem reported by Bruno Haible in
12069         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
12070
12071 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
12072
12073         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
12074         Problem reported by Perry Smith and Ville Laurikari.
12075
12076         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
12077         uses.
12078
12079 2006-10-19  Bruno Haible  <bruno@clisp.org>
12080
12081         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
12082         for mingw.
12083
12084 2006-10-19  Bruno Haible  <bruno@clisp.org>
12085
12086         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
12087         Needed for mingw.
12088
12089 2006-10-19  Bruno Haible  <bruno@clisp.org>
12090
12091         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
12092
12093 2006-10-19  Bruno Haible  <bruno@clisp.org>
12094
12095         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
12096         it.
12097
12098 2006-10-19  Bruno Haible  <bruno@clisp.org>
12099
12100         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
12101         invocation.
12102
12103 2006-10-19  Bruno Haible  <bruno@clisp.org>
12104
12105         * gnulib-tool (func_create_testdir): Don't include ftruncate and
12106         mountlist by default.
12107
12108 2006-10-16  Bruno Haible  <bruno@clisp.org>
12109
12110         * lib/c-strstr.c: Include c-strstr.h.
12111
12112 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
12113
12114         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
12115         in a slash.
12116
12117 2006-10-18  Bruno Haible  <bruno@clisp.org>
12118
12119         * lib/lock.h [C++]: Wrap definitions in extern "C".
12120
12121 2006-10-18  Bruno Haible  <bruno@clisp.org>
12122
12123         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
12124         gl_LIBOBJS list.
12125
12126 2006-10-18  Bruno Haible  <bruno@clisp.org>
12127
12128         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
12129
12130 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
12131
12132         * lib/xstrtol.h: Include gettext.h.
12133         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
12134         Problem reported by Eric Blake.
12135         * modules/xstrtol (Depends-on): Add gettext-h.
12136
12137 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
12138
12139         * lib/strftime.c (advance): New macro.
12140         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
12141         incomplete type, so you can't add 0 to it.  Problem and patch
12142         reported by Eelco Dolstra for dietlibc.
12143
12144 2006-10-18  Jim Meyering  <jim@meyering.net>
12145
12146         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
12147         type for a local, and rename it: s/up/user_proc/.
12148
12149 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
12150
12151         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
12152         READ_UTMP_USER_PROCESS.
12153         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
12154
12155 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12156
12157         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
12158         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
12159
12160 2006-10-17  Eric Blake  <ebb9@byu.net>
12161
12162         * lib/sigprocmask.c (sigprocmask): Fix typo.
12163
12164         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
12165
12166         * modules/clean-temp (Makefile.am): Don't add to make output...
12167         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
12168         config.h.
12169
12170 2006-10-17  Bruno Haible  <bruno@clisp.org>
12171
12172         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
12173         differently if DEFAULT_TEXT_DOMAIN is set.
12174
12175 2006-10-16  Bruno Haible  <bruno@clisp.org>
12176
12177         * lib/clean-temp.c: Include fwriteerror.h.
12178
12179 2006-10-16  Bruno Haible  <bruno@clisp.org>
12180
12181         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
12182
12183 2006-10-16  Bruno Haible  <bruno@clisp.org>
12184
12185         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
12186         * lib/sigprocmask.h: Include <sys/types.h>.
12187         (sigset_t): Use the system's definition if present.
12188
12189 2006-10-17  Eric Blake  <ebb9@byu.net>
12190
12191         * lib/xvasprintf.c (includes): Assume config.h.
12192         * lib/xasprintf.c (includes): Likewise.
12193
12194 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12195
12196         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
12197         at least as wide as intmax_t.
12198
12199 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
12200
12201         (Imported from Automake.)
12202         * build-aux/gnupload: Update to version 1.1 of directive file.
12203
12204 2006-10-16  Eric Blake  <ebb9@byu.net>
12205
12206         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
12207         match Automake 1.10a.
12208
12209 2006-10-14  Bruno Haible  <bruno@clisp.org>
12210
12211         * modules/sigprocmask: New file.
12212         * lib/sigprocmask.h: New file.
12213         * lib/sigprocmask.c: New file.
12214         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
12215         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
12216         request sigprocmask.o.
12217         (gl_PREREQ_SIGPROCMASK): New macro.
12218         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
12219         (Depends-on): Add sigprocmask.
12220         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
12221         gt_SIGNALBLOCKING. Test for 'raise' only once.
12222         * lib/fatal-signal.c: Include sigprocmask.h.
12223         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
12224         unblock_fatal_signals): Define always.
12225         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12226         sigprocmask.
12227
12228 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12229
12230         Sync from Automake.
12231         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
12232         which incorrectly sets the mode of an existing destination
12233         directory.  In some cases the unpatched install-sh could do the
12234         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
12235         system.  We hope this is rare in practice, but it's clearly worth
12236         fixing.  Problem reported by Alex Unleashed in
12237         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
12238         Also, don't bother to check for -m bugs unless we're using -m;
12239         suggested by Stepan Kasal.
12240
12241 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12242
12243         Sync from Automake.
12244         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
12245         `-c' flag, so they appear at the same position as in %FASTDEP%
12246         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
12247         which ignores unknown options only after the first non-option.
12248         Bug report against M4 by Nelson H. F. Beebe.
12249
12250 2006-10-13  Jim Meyering  <jim@meyering.net>
12251
12252         Fix a bug in yesterday's change.
12253         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
12254         p->fts_statp->st_dev would be used uninitialized.
12255         Ensures that we always call fts_stat on the very first entry.
12256         Miklos Szeredi reported that find -xdev stopped working.
12257
12258 2006-10-12  Bruno Haible  <bruno@clisp.org>
12259
12260         * gnulib-tool (func_get_automake_snippet): Append an automatically
12261         computed EXTRA_DIST augmentation.
12262         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
12263         * modules/alloca-opt (Makefile.am): Likewise.
12264         * modules/allocsa (Makefile.am): Likewise.
12265         * modules/arcfour (Makefile.am): Likewise.
12266         * modules/arctwo (Makefile.am): Likewise.
12267         * modules/argmatch (Makefile.am): Likewise.
12268         * modules/argz (Makefile.am): Likewise.
12269         * modules/atexit (Makefile.am): Likewise.
12270         * modules/backupfile (Makefile.am): Likewise.
12271         * modules/byteswap (Makefile.am): Likewise.
12272         * modules/c-strtod (Makefile.am): Likewise.
12273         * modules/c-strtold (Makefile.am): Likewise.
12274         * modules/calloc (Makefile.am): Likewise.
12275         * modules/canon-host (Makefile.am): Likewise.
12276         * modules/canonicalize (Makefile.am): Likewise.
12277         * modules/chdir-long (Makefile.am): Likewise.
12278         * modules/chdir-safer (Makefile.am): Likewise.
12279         * modules/check-version (Makefile.am): Likewise.
12280         * modules/chown (Makefile.am): Likewise.
12281         * modules/cloexec (Makefile.am): Likewise.
12282         * modules/close-stream (Makefile.am): Likewise.
12283         * modules/closeout (Makefile.am): Likewise.
12284         * modules/crc (Makefile.am): Likewise.
12285         * modules/csharpexec (Makefile.am): Likewise.
12286         * modules/cycle-check (Makefile.am): Likewise.
12287         * modules/des (Makefile.am): Likewise.
12288         * modules/dev-ino (Makefile.am): Likewise.
12289         * modules/dirfd (Makefile.am): Likewise.
12290         * modules/dirname (Makefile.am): Likewise.
12291         * modules/dup2 (Makefile.am): Likewise.
12292         * modules/eealloc (Makefile.am): Likewise.
12293         * modules/error (Makefile.am): Likewise.
12294         * modules/euidaccess (Makefile.am): Likewise.
12295         * modules/exclude (Makefile.am): Likewise.
12296         * modules/exitfail (Makefile.am): Likewise.
12297         * modules/fcntl-safer (Makefile.am): Likewise.
12298         * modules/fcntl (Makefile.am): Likewise.
12299         * modules/file-type (Makefile.am): Likewise.
12300         * modules/fileblocks (Makefile.am): Likewise.
12301         * modules/filemode (Makefile.am): Likewise.
12302         * modules/filenamecat (Makefile.am): Likewise.
12303         * modules/fnmatch (Makefile.am): Likewise.
12304         * modules/fopen-safer (Makefile.am): Likewise.
12305         * modules/fpending (Makefile.am): Likewise.
12306         * modules/fprintftime (Makefile.am): Likewise.
12307         * modules/free (Makefile.am): Likewise.
12308         * modules/fsusage (Makefile.am): Likewise.
12309         * modules/ftruncate (Makefile.am): Likewise.
12310         * modules/fts (Makefile.am): Likewise.
12311         * modules/gc-arcfour (Makefile.am): Likewise.
12312         * modules/gc-des (Makefile.am): Likewise.
12313         * modules/gc-hmac-md5 (Makefile.am): Likewise.
12314         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
12315         * modules/gc-md4 (Makefile.am): Likewise.
12316         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12317         * modules/gc-sha1 (Makefile.am): Likewise.
12318         * modules/gc (Makefile.am): Likewise.
12319         * modules/getaddrinfo (Makefile.am): Likewise.
12320         * modules/getcwd (Makefile.am): Likewise.
12321         * modules/getdelim (Makefile.am): Likewise.
12322         * modules/getdomainname (Makefile.am): Likewise.
12323         * modules/getgroups (Makefile.am): Likewise.
12324         * modules/gethostname (Makefile.am): Likewise.
12325         * modules/gethrxtime (Makefile.am): Likewise.
12326         * modules/getline (Makefile.am): Likewise.
12327         * modules/getloadavg (Makefile.am): Likewise.
12328         * modules/getlogin_r (Makefile.am): Likewise.
12329         * modules/getndelim2 (Makefile.am): Likewise.
12330         * modules/getopt (Makefile.am): Likewise.
12331         * modules/getpagesize (Makefile.am): Likewise.
12332         * modules/getpass-gnu (Makefile.am): Likewise.
12333         * modules/getpass (Makefile.am): Likewise.
12334         * modules/getsubopt (Makefile.am): Likewise.
12335         * modules/gettime (Makefile.am): Likewise.
12336         * modules/gettimeofday (Makefile.am): Likewise.
12337         * modules/getugroups (Makefile.am): Likewise.
12338         * modules/getusershell (Makefile.am): Likewise.
12339         * modules/glob (Makefile.am): Likewise.
12340         * modules/group-member (Makefile.am): Likewise.
12341         * modules/hard-locale (Makefile.am): Likewise.
12342         * modules/hash (Makefile.am): Likewise.
12343         * modules/hmac-md5 (Makefile.am): Likewise.
12344         * modules/hmac-sha1 (Makefile.am): Likewise.
12345         * modules/human (Makefile.am): Likewise.
12346         * modules/idcache (Makefile.am): Likewise.
12347         * modules/imaxabs (Makefile.am): Likewise.
12348         * modules/imaxdiv (Makefile.am): Likewise.
12349         * modules/inet_ntop (Makefile.am): Likewise.
12350         * modules/inet_pton (Makefile.am): Likewise.
12351         * modules/intprops (Makefile.am): Likewise.
12352         * modules/inttostr (Makefile.am): Likewise.
12353         * modules/inttypes (Makefile.am): Likewise.
12354         * modules/isapipe (Makefile.am): Likewise.
12355         * modules/javaversion (Makefile.am): Likewise.
12356         * modules/lchmod (Makefile.am): Likewise.
12357         * modules/lchown (Makefile.am): Likewise.
12358         * modules/localcharset (Makefile.am): Likewise.
12359         * modules/long-options (Makefile.am): Likewise.
12360         * modules/lstat (Makefile.am): Likewise.
12361         * modules/malloc (Makefile.am): Likewise.
12362         * modules/mathl (Makefile.am): Likewise.
12363         * modules/mbchar (Makefile.am): Likewise.
12364         * modules/md2 (Makefile.am): Likewise.
12365         * modules/md4 (Makefile.am): Likewise.
12366         * modules/md5 (Makefile.am): Likewise.
12367         * modules/memcasecmp (Makefile.am): Likewise.
12368         * modules/memchr (Makefile.am): Likewise.
12369         * modules/memcmp (Makefile.am): Likewise.
12370         * modules/memcoll (Makefile.am): Likewise.
12371         * modules/memcpy (Makefile.am): Likewise.
12372         * modules/memmem (Makefile.am): Likewise.
12373         * modules/memmove (Makefile.am): Likewise.
12374         * modules/mempcpy (Makefile.am): Likewise.
12375         * modules/memrchr (Makefile.am): Likewise.
12376         * modules/memset (Makefile.am): Likewise.
12377         * modules/memxor (Makefile.am): Likewise.
12378         * modules/mkancesdirs (Makefile.am): Likewise.
12379         * modules/mkdir-p (Makefile.am): Likewise.
12380         * modules/mkdir (Makefile.am): Likewise.
12381         * modules/mkdtemp (Makefile.am): Likewise.
12382         * modules/mkstemp (Makefile.am): Likewise.
12383         * modules/mktime (Makefile.am): Likewise.
12384         * modules/modechange (Makefile.am): Likewise.
12385         * modules/mountlist (Makefile.am): Likewise.
12386         * modules/nanosleep (Makefile.am): Likewise.
12387         * modules/obstack (Makefile.am): Likewise.
12388         * modules/openat (Makefile.am): Likewise.
12389         * modules/pagealign_alloc (Makefile.am): Likewise.
12390         * modules/pathmax (Makefile.am): Likewise.
12391         * modules/physmem (Makefile.am): Likewise.
12392         * modules/poll (Makefile.am): Likewise.
12393         * modules/posixtm (Makefile.am): Likewise.
12394         * modules/posixver (Makefile.am): Likewise.
12395         * modules/putenv (Makefile.am): Likewise.
12396         * modules/quote (Makefile.am): Likewise.
12397         * modules/quotearg (Makefile.am): Likewise.
12398         * modules/raise (Makefile.am): Likewise.
12399         * modules/read-file (Makefile.am): Likewise.
12400         * modules/readline (Makefile.am): Likewise.
12401         * modules/readlink (Makefile.am): Likewise.
12402         * modules/readtokens (Makefile.am): Likewise.
12403         * modules/readutmp (Makefile.am): Likewise.
12404         * modules/realloc (Makefile.am): Likewise.
12405         * modules/regex (Makefile.am): Likewise.
12406         * modules/rename-dest-slash (Makefile.am): Likewise.
12407         * modules/rename (Makefile.am): Likewise.
12408         * modules/rijndael (Makefile.am): Likewise.
12409         * modules/rmdir (Makefile.am): Likewise.
12410         * modules/rpmatch (Makefile.am): Likewise.
12411         * modules/safe-read (Makefile.am): Likewise.
12412         * modules/safe-write (Makefile.am): Likewise.
12413         * modules/same-inode (Makefile.am): Likewise.
12414         * modules/same (Makefile.am): Likewise.
12415         * modules/save-cwd (Makefile.am): Likewise.
12416         * modules/savedir (Makefile.am): Likewise.
12417         * modules/setenv (Makefile.am): Likewise.
12418         * modules/settime (Makefile.am): Likewise.
12419         * modules/sha1 (Makefile.am): Likewise.
12420         * modules/sig2str (Makefile.am): Likewise.
12421         * modules/snprintf (Makefile.am): Likewise.
12422         * modules/stat-macros (Makefile.am): Likewise.
12423         * modules/stat-time (Makefile.am): Likewise.
12424         * modules/stdbool (Makefile.am): Likewise.
12425         * modules/stdint (Makefile.am): Likewise.
12426         * modules/stdlib-safer (Makefile.am): Likewise.
12427         * modules/stpcpy (Makefile.am): Likewise.
12428         * modules/stpncpy (Makefile.am): Likewise.
12429         * modules/strcase (Makefile.am): Likewise.
12430         * modules/strcasestr (Makefile.am): Likewise.
12431         * modules/strchrnul (Makefile.am): Likewise.
12432         * modules/strcspn (Makefile.am): Likewise.
12433         * modules/strdup (Makefile.am): Likewise.
12434         * modules/strerror (Makefile.am): Likewise.
12435         * modules/strftime (Makefile.am): Likewise.
12436         * modules/strndup (Makefile.am): Likewise.
12437         * modules/strnlen (Makefile.am): Likewise.
12438         * modules/strpbrk (Makefile.am): Likewise.
12439         * modules/strsep (Makefile.am): Likewise.
12440         * modules/strstr (Makefile.am): Likewise.
12441         * modules/strtod (Makefile.am): Likewise.
12442         * modules/strtoimax (Makefile.am): Likewise.
12443         * modules/strtok_r (Makefile.am): Likewise.
12444         * modules/strtol (Makefile.am): Likewise.
12445         * modules/strtoll (Makefile.am): Likewise.
12446         * modules/strtoul (Makefile.am): Likewise.
12447         * modules/strtoull (Makefile.am): Likewise.
12448         * modules/strtoumax (Makefile.am): Likewise.
12449         * modules/strverscmp (Makefile.am): Likewise.
12450         * modules/sys_socket (Makefile.am): Likewise.
12451         * modules/sys_stat (Makefile.am): Likewise.
12452         * modules/sysexits (Makefile.am): Likewise.
12453         * modules/time_r (Makefile.am): Likewise.
12454         * modules/timegm (Makefile.am): Likewise.
12455         * modules/timespec (Makefile.am): Likewise.
12456         * modules/tmpfile-safer (Makefile.am): Likewise.
12457         * modules/trim (Makefile.am): Likewise.
12458         * modules/unistd-safer (Makefile.am): Likewise.
12459         * modules/unlinkdir (Makefile.am): Likewise.
12460         * modules/unlocked-io (Makefile.am): Likewise.
12461         * modules/userspec (Makefile.am): Likewise.
12462         * modules/utime (Makefile.am): Likewise.
12463         * modules/utimecmp (Makefile.am): Likewise.
12464         * modules/utimens (Makefile.am): Likewise.
12465         * modules/vasnprintf (Makefile.am): Likewise.
12466         * modules/vasprintf (Makefile.am): Likewise.
12467         * modules/vsnprintf (Makefile.am): Likewise.
12468         * modules/xalloc (Makefile.am): Likewise.
12469         * modules/xgetcwd (Makefile.am): Likewise.
12470         * modules/xnanosleep (Makefile.am): Likewise.
12471         * modules/xreadlink (Makefile.am): Likewise.
12472         * modules/xstrtod (Makefile.am): Likewise.
12473         * modules/xstrtol (Makefile.am): Likewise.
12474         * modules/xstrtold (Makefile.am): Likewise.
12475         * modules/yesno (Makefile.am): Likewise.
12476         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
12477
12478 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12479
12480         * modules/error (Makefile.am): Distribute files through
12481         EXTRA_DIST, not lib_SOURCES.
12482
12483 2006-10-12  Eric Blake  <ebb9@byu.net>
12484
12485         * modules/error (Makefile.am): Distribute files in /lib.
12486         * modules/obstack (Makefile.am): Likewise.
12487
12488 2006-10-12  Bruno Haible  <bruno@clisp.org>
12489
12490         * modules/acl (Makefile.am): Distribute all files in lib/ through
12491         EXTRA_DIST.
12492         * modules/arcfour (Makefile.am): Likewise.
12493         * modules/arctwo (Makefile.am): Likewise.
12494         * modules/argmatch (Makefile.am): Likewise.
12495         * modules/argz (Makefile.am): Likewise.
12496         * modules/atexit (Makefile.am): Likewise.
12497         * modules/backupfile (Makefile.am): Likewise.
12498         * modules/c-strtod (Makefile.am): Likewise.
12499         * modules/c-strtold (Makefile.am): Likewise.
12500         * modules/calloc (Makefile.am): Likewise.
12501         * modules/canon-host (Makefile.am): Likewise.
12502         * modules/canonicalize (Makefile.am): Likewise.
12503         * modules/chdir-long (Makefile.am): Likewise.
12504         * modules/chdir-safer (Makefile.am): Likewise.
12505         * modules/check-version (Makefile.am): Likewise.
12506         * modules/chown (Makefile.am): Likewise.
12507         * modules/cloexec (Makefile.am): Likewise.
12508         * modules/close-stream (Makefile.am): Likewise.
12509         * modules/closeout (Makefile.am): Likewise.
12510         * modules/crc (Makefile.am): Likewise.
12511         * modules/cycle-check (Makefile.am): Likewise.
12512         * modules/des (Makefile.am): Likewise.
12513         * modules/dirfd (Makefile.am): Likewise.
12514         * modules/dirname (Makefile.am): Likewise.
12515         * modules/dup2 (Makefile.am): Likewise.
12516         * modules/euidaccess (Makefile.am): Likewise.
12517         * modules/exclude (Makefile.am): Likewise.
12518         * modules/exitfail (Makefile.am): Likewise.
12519         * modules/fcntl-safer (Makefile.am): Likewise.
12520         * modules/file-type (Makefile.am): Likewise.
12521         * modules/fileblocks (Makefile.am): Likewise.
12522         * modules/filemode (Makefile.am): Likewise.
12523         * modules/filenamecat (Makefile.am): Likewise.
12524         * modules/fnmatch (Makefile.am): Likewise.
12525         * modules/fopen-safer (Makefile.am): Likewise.
12526         * modules/fpending (Makefile.am): Likewise.
12527         * modules/fprintftime (Makefile.am): Likewise.
12528         * modules/free (Makefile.am): Likewise.
12529         * modules/fsusage (Makefile.am): Likewise.
12530         * modules/ftruncate (Makefile.am): Likewise.
12531         * modules/fts (Makefile.am): Likewise.
12532         * modules/gc (Makefile.am): Likewise.
12533         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12534         * modules/getaddrinfo (Makefile.am): Likewise.
12535         * modules/getcwd (Makefile.am): Likewise.
12536         * modules/getdelim (Makefile.am): Likewise.
12537         * modules/getdomainname (Makefile.am): Likewise.
12538         * modules/getgroups (Makefile.am): Likewise.
12539         * modules/gethostname (Makefile.am): Likewise.
12540         * modules/gethrxtime (Makefile.am): Likewise.
12541         * modules/getline (Makefile.am): Likewise.
12542         * modules/getloadavg (Makefile.am): Likewise.
12543         * modules/getlogin_r (Makefile.am): Likewise.
12544         * modules/getopt (Makefile.am): Likewise.
12545         * modules/getpass (Makefile.am): Likewise.
12546         * modules/getpass-gnu (Makefile.am): Likewise.
12547         * modules/getsubopt (Makefile.am): Likewise.
12548         * modules/gettime (Makefile.am): Likewise.
12549         * modules/gettimeofday (Makefile.am): Likewise.
12550         * modules/getugroups (Makefile.am): Likewise.
12551         * modules/getusershell (Makefile.am): Likewise.
12552         * modules/glob (Makefile.am): Likewise.
12553         * modules/group-member (Makefile.am): Likewise.
12554         * modules/hard-locale (Makefile.am): Likewise.
12555         * modules/hash (Makefile.am): Likewise.
12556         * modules/hmac-md5 (Makefile.am): Likewise.
12557         * modules/hmac-sha1 (Makefile.am): Likewise.
12558         * modules/human (Makefile.am): Likewise.
12559         * modules/idcache (Makefile.am): Likewise.
12560         * modules/imaxabs (Makefile.am): Likewise.
12561         * modules/imaxdiv (Makefile.am): Likewise.
12562         * modules/inet_ntop (Makefile.am): Likewise.
12563         * modules/inet_pton (Makefile.am): Likewise.
12564         * modules/inttostr (Makefile.am): Likewise.
12565         * modules/isapipe (Makefile.am): Likewise.
12566         * modules/lchown (Makefile.am): Likewise.
12567         * modules/long-options (Makefile.am): Likewise.
12568         * modules/lstat (Makefile.am): Likewise.
12569         * modules/malloc (Makefile.am): Likewise.
12570         * modules/mathl (Makefile.am): Likewise.
12571         * modules/mbchar (Makefile.am): Likewise.
12572         * modules/md2 (Makefile.am): Likewise.
12573         * modules/md4 (Makefile.am): Likewise.
12574         * modules/md5 (Makefile.am): Likewise.
12575         * modules/memcasecmp (Makefile.am): Likewise.
12576         * modules/memchr (Makefile.am): Likewise.
12577         * modules/memcmp (Makefile.am): Likewise.
12578         * modules/memcoll (Makefile.am): Likewise.
12579         * modules/memcpy (Makefile.am): Likewise.
12580         * modules/memmem (Makefile.am): Likewise.
12581         * modules/memmove (Makefile.am): Likewise.
12582         * modules/mempcpy (Makefile.am): Likewise.
12583         * modules/memrchr (Makefile.am): Likewise.
12584         * modules/memset (Makefile.am): Likewise.
12585         * modules/memxor (Makefile.am): Likewise.
12586         * modules/mkancesdirs (Makefile.am): Likewise.
12587         * modules/mkdir (Makefile.am): Likewise.
12588         * modules/mkdir-p (Makefile.am): Likewise.
12589         * modules/mkdtemp (Makefile.am): Likewise.
12590         * modules/mkstemp (Makefile.am): Likewise.
12591         * modules/mktime (Makefile.am): Likewise.
12592         * modules/modechange (Makefile.am): Likewise.
12593         * modules/mountlist (Makefile.am): Likewise.
12594         * modules/nanosleep (Makefile.am): Likewise.
12595         * modules/openat (Makefile.am): Likewise.
12596         * modules/pagealign_alloc (Makefile.am): Likewise.
12597         * modules/physmem (Makefile.am): Likewise.
12598         * modules/poll (Makefile.am): Likewise.
12599         * modules/posixtm (Makefile.am): Likewise.
12600         * modules/posixver (Makefile.am): Likewise.
12601         * modules/putenv (Makefile.am): Likewise.
12602         * modules/quote (Makefile.am): Likewise.
12603         * modules/quotearg (Makefile.am): Likewise.
12604         * modules/raise (Makefile.am): Likewise.
12605         * modules/read-file (Makefile.am): Likewise.
12606         * modules/readline (Makefile.am): Likewise.
12607         * modules/readlink (Makefile.am): Likewise.
12608         * modules/readtokens (Makefile.am): Likewise.
12609         * modules/readutmp (Makefile.am): Likewise.
12610         * modules/realloc (Makefile.am): Likewise.
12611         * modules/regex (Makefile.am): Likewise.
12612         * modules/rename (Makefile.am): Likewise.
12613         * modules/rename-dest-slash (Makefile.am): Likewise.
12614         * modules/rijndael (Makefile.am): Likewise.
12615         * modules/rmdir (Makefile.am): Likewise.
12616         * modules/rpmatch (Makefile.am): Likewise.
12617         * modules/safe-read (Makefile.am): Likewise.
12618         * modules/safe-write (Makefile.am): Likewise.
12619         * modules/same (Makefile.am): Likewise.
12620         * modules/save-cwd (Makefile.am): Likewise.
12621         * modules/savedir (Makefile.am): Likewise.
12622         * modules/setenv (Makefile.am): Likewise.
12623         * modules/settime (Makefile.am): Likewise.
12624         * modules/sha1 (Makefile.am): Likewise.
12625         * modules/sig2str (Makefile.am): Likewise.
12626         * modules/snprintf (Makefile.am): Likewise.
12627         * modules/stdlib-safer (Makefile.am): Likewise.
12628         * modules/stpcpy (Makefile.am): Likewise.
12629         * modules/stpncpy (Makefile.am): Likewise.
12630         * modules/strcase (Makefile.am): Likewise.
12631         * modules/strcasestr (Makefile.am): Likewise.
12632         * modules/strchrnul (Makefile.am): Likewise.
12633         * modules/strcspn (Makefile.am): Likewise.
12634         * modules/strdup (Makefile.am): Likewise.
12635         * modules/strerror (Makefile.am): Likewise.
12636         * modules/strftime (Makefile.am): Likewise.
12637         * modules/strndup (Makefile.am): Likewise.
12638         * modules/strnlen (Makefile.am): Likewise.
12639         * modules/strpbrk (Makefile.am): Likewise.
12640         * modules/strsep (Makefile.am): Likewise.
12641         * modules/strstr (Makefile.am): Likewise.
12642         * modules/strtod (Makefile.am): Likewise.
12643         * modules/strtoimax (Makefile.am): Likewise.
12644         * modules/strtok_r (Makefile.am): Likewise.
12645         * modules/strtol (Makefile.am): Likewise.
12646         * modules/strtoll (Makefile.am): Likewise.
12647         * modules/strtoul (Makefile.am): Likewise.
12648         * modules/strtoull (Makefile.am): Likewise.
12649         * modules/strtoumax (Makefile.am): Likewise.
12650         * modules/strverscmp (Makefile.am): Likewise.
12651         * modules/time_r (Makefile.am): Likewise.
12652         * modules/timegm (Makefile.am): Likewise.
12653         * modules/tmpfile-safer (Makefile.am): Likewise.
12654         * modules/unistd-safer (Makefile.am): Likewise.
12655         * modules/unlinkdir (Makefile.am): Likewise.
12656         * modules/userspec (Makefile.am): Likewise.
12657         * modules/utime (Makefile.am): Likewise.
12658         * modules/utimecmp (Makefile.am): Likewise.
12659         * modules/utimens (Makefile.am): Likewise.
12660         * modules/vasnprintf (Makefile.am): Likewise.
12661         * modules/vasprintf (Makefile.am): Likewise.
12662         * modules/vsnprintf (Makefile.am): Likewise.
12663         * modules/xalloc (Makefile.am): Likewise.
12664         * modules/xgetcwd (Makefile.am): Likewise.
12665         * modules/xnanosleep (Makefile.am): Likewise.
12666         * modules/xreadlink (Makefile.am): Likewise.
12667         * modules/xstrtod (Makefile.am): Likewise.
12668         * modules/xstrtol (Makefile.am): Likewise.
12669         * modules/xstrtold (Makefile.am): Likewise.
12670         * modules/yesno (Makefile.am): Likewise.
12671
12672 2006-10-12  Jim Meyering  <jim@meyering.net>
12673
12674         * m4/getloadavg.m4: Revert the change below.
12675
12676         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12677         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12678         fail with a symlink, which is what coreutils' ./bootstrap now
12679         creates by default.
12680
12681 2006-10-12  Bruno Haible  <bruno@clisp.org>
12682
12683         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12684         mingw.
12685         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12686         MSVC and mingw explicitly.
12687
12688 2006-10-11  Simon Josefsson  <jas@extundo.com>
12689             Bruno Haible  <bruno@clisp.org>
12690
12691         Add support for multiple gnulib-tool invocations in the scope of a
12692         single configure.ac file.
12693         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12694         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12695         with the same contents as the _LIBADD variable.
12696         (func_emit_initmacro_start, func_emit_initmacro_end,
12697         func_emit_initmacro_done): New functions.
12698         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12699         gl_LIBOBJS and gl_LTLIBOBJS.
12700
12701 2006-10-11  Bruno Haible  <bruno@clisp.org>
12702
12703         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12704         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12705         autoreconf. Instead, invoke autopoint explicitly but move back the
12706         *.m4 files from gnulib.
12707
12708 2006-10-11  Bruno Haible  <bruno@clisp.org>
12709
12710         * gnulib-tool (func_usage): Make module names after --create-testdir
12711         optional.
12712         (func_create_testdir): If no module was specified, use nearly all
12713         modules.
12714
12715 2006-10-12  Jim Meyering  <jim@meyering.net>
12716
12717         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12718         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12719         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12720         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12721         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12722         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12723         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12724         (fts_set_stat_required): New function.
12725         (fts_open): Defer the calls to fts_stat, if possible or requested.
12726         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12727         into fts_stat itself.
12728         (fts_read): Perform any required (deferred) fts_stat call.
12729         (fts_build): Likewise, for the directory we're about to open and read.
12730         In the readdir loop, carefully decide whether each entry will require
12731         an eventual call to fts_stat, using dirent.d_type info if available.
12732         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12733         a command line argument into this function.  Update all callers.
12734         Map a return value of FTS_DOT to FTS_D for a command line argument.
12735         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12736         Thanks to Miklos Szeredi for his tenacity and for the initial
12737         bug report about "find" failing on a FUSE-based file system.
12738
12739         * lib/fts.c (fts_open): Use consistent indentation.
12740
12741 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12742
12743         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12744         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12745         reported by Jim Meyering.  All uses of cache variables renamed
12746         to match Autoconf's.
12747         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12748         the other one.
12749
12750         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12751         Fix misspelling in diagnostic.
12752
12753 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12754
12755         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12756         defined.  Problem reported by Matthew Woehlke.
12757
12758         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12759         Add support for Tandem NonStop R series.
12760         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12761         Use new macro.
12762
12763         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12764         (has_trailing_slash): Omit size arg; all callers changed.
12765         Omit 'inline', since it doesn't help performance and we'd
12766         need to configure it.
12767         Don't count //, ///, etc. as having a trailing slash.
12768         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12769         (rpl_rename_dest_slash): On failure, use rename's errno rather
12770         than (in some cases) an incorrect or junk errno.
12771         Simplify code by removing need to compute length; this does
12772         cause it to make two passes instead of one over the file name,
12773         but it's worth it.
12774
12775         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12776         change, since Autoconf's version may no longer be appropriate now
12777         that we are using CVS Autoconf's version.  Add support for Tandem.
12778
12779 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12780             Bruno Haible  <bruno@clisp.org>
12781
12782         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12783         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12784         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12785         gl_AC_TYPE_LONG_LONG.
12786
12787         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12788         instead of HAVE_LONG_LONG.
12789         * lib/printf-args.c (printf_fetchargs): Likewise.
12790         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12791         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12792         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12793         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12794         gl_AC_TYPE_LONG_LONG.
12795
12796 2006-10-11  Bruno Haible  <bruno@clisp.org>
12797
12798         * m4/longlong.m4: Add comments.
12799         * m4/ulonglong.m4: Likewise.
12800
12801 2006-10-10  Bruno Haible  <bruno@clisp.org>
12802
12803         Make it possible to #define stpcpy, strdup to aliases.
12804         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12805         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12806
12807 2006-10-10  Bruno Haible  <bruno@clisp.org>
12808
12809         Make it possible to #define gcd to an alias.
12810         * lib/gcd.c: Include config.h.
12811
12812 2006-10-10  Bruno Haible  <bruno@clisp.org>
12813
12814         Make it possible to #define c_isascii to an alias.
12815         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12816         defined. Undefine the macros before defining them, to avoid gcc
12817         warnings.
12818         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12819         define NO_C_CTYPE_MACROS early.
12820
12821 2006-10-10  Bruno Haible  <bruno@clisp.org>
12822
12823         Make it possible to #define set_program_name to an alias.
12824         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12825         ENABLE_RELOCATABLE early.
12826
12827 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12828
12829         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12830         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12831         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12832         More generally, don't assume that 64-bit signed int is available
12833         if unsigned int is, and vice versa.
12834         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12835         unsigned symbols, not on their signed counterparts.
12836         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12837         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12838         (UINT64_C, UINTMAX_C):
12839         Likewise.
12840         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12841         unsigned counterparts.
12842         (Have_long_long, Unsigned): New macros.
12843         (Int): Renamed from INT.
12844         (strtoimax): Use the new macros.
12845         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12846         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12847         * modules/inttypes (inttypes.h): Substitute
12848         HAVE_UNSIGNED_LONG_LONG_INT.
12849         * modules/stdint (stdint.h): Likewise.
12850         (Files): Add m4/ulonglong.m4.
12851
12852 2006-10-10  Bruno Haible  <bruno@clisp.org>
12853
12854         Fix a gcc -Wshadow warning.
12855         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12856         to 'bucket'.
12857         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12858         gl_linked_indexof_from_to): Likewise.
12859         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12860         Likewise.
12861         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12862         Likewise.
12863         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12864         Reported by Eric Blake.
12865
12866 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12867
12868         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12869         for NetBSD.  Problem reported by Bruno Haible.
12870
12871 2006-10-09  Jim Meyering  <jim@meyering.net>
12872
12873         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12874         Patch from Bruno Haible.
12875
12876 2006-10-09  Jim Meyering  <jim@meyering.net>
12877
12878         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12879         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12880         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12881
12882 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12883
12884         Don't include <config.h> twice; this doesn't work in some cases,
12885         e.g., when config.h has "#define intmax_t long long int" and
12886         we include <config.h>, <inttypes.h>, <config.h> in that order.
12887         Problem reported by Matthew Woehlke in:
12888         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12889         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12890         * lib/fts-cycle.c: Don't include config.h.
12891         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12892         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12893         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12894         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12895         inttypes.h.
12896         * lib/xstrtoumax.c: Likewise.
12897         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12898         __strtol and the like, so that this module is more like its siblings.
12899         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12900         Remove; no longer needed now that we assume gnulib inttypes.h.
12901
12902 2006-10-08  Bruno Haible  <bruno@clisp.org>
12903
12904         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12905         option.
12906
12907 2006-10-07  Jim Meyering  <jim@meyering.net>
12908
12909         * modules/inttypes (inttypes.h): Revert what seems to have been
12910         an inadvertent part of today's change: use "|", not "/" in the
12911         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12912
12913 2006-10-07  Bruno Haible  <bruno@clisp.org>
12914
12915         * modules/sublist: New file.
12916
12917 2006-10-07  Bruno Haible  <bruno@clisp.org>
12918
12919         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12920         * modules/argz (argz.h): Likewise.
12921         * modules/arpa_inet (arpa/inet.h): Likewise.
12922         * modules/byteswap (byteswap.h): Likewise.
12923         * modules/configmake (configmake.h): Likewise.
12924         * modules/fcntl (fcntl.h): Likewise.
12925         * modules/fnmatch (fnmatch.h): Likewise.
12926         * modules/getopt (getopt.h): Likewise.
12927         * modules/glob (glob.h): Likewise.
12928         * modules/inttypes (inttypes.h): Likewise.
12929         * modules/netinet_in (netinet/in.h): Likewise.
12930         * modules/poll (poll.h): Likewise.
12931         * modules/stdbool (stdbool.h): Likewise.
12932         * modules/stdint (stdint.h): Likewise.
12933         * modules/sys_select (sys/select.h): Likewise.
12934         * modules/sys_socket (sys/socket.h): Likewise.
12935         * modules/sys_stat (sys/stat.h): Likewise.
12936         * modules/sysexits (sysexits.h): Likewise.
12937         * modules/unistd (unistd.h): Likewise.
12938         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12939         Add a "DO NOT EDIT" comment to the generated file.
12940         (func_import): Likewise for gnulib-comp.m4.
12941
12942 2006-10-07  Bruno Haible  <bruno@clisp.org>
12943
12944         * lib/gl_sublist.h: New file.
12945         * lib/gl_sublist.c: New file.
12946
12947 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12948
12949         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12950         name (relative to the original working directory) and the file
12951         name component (relative to the temporary working directory).  All
12952         callers changed.
12953         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12954         * lib/mkdir-p.c (make_dir_parents): Likewise.
12955         * lib/mkdir-p.h (make_dir_parents): Likewise.
12956
12957 2006-10-06  Eric Blake  <ebb9@byu.net>
12958
12959         Define several macros for use by the clean-temp module.
12960         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12961         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12962         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12963
12964         * lib/clean-temp.h (close_stream_temp): New declaration.
12965         * lib/clean-temp.c (includes): Pull in headers according to what
12966         other modules are in use.
12967         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12968
12969 2006-10-06  Bruno Haible  <bruno@clisp.org>
12970
12971         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12972         instead of fopen, fwriteerror.
12973
12974 2006-10-06  Bruno Haible  <bruno@clisp.org>
12975
12976         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12977         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12978         int.
12979         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12980         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12981         Return an error indicator.
12982         Suggested by Eric Blake.
12983
12984 2006-10-06  Bruno Haible  <bruno@clisp.org>
12985
12986         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12987         Reported by Eric Blake.
12988
12989 2006-10-06  Bruno Haible  <bruno@clisp.org>
12990
12991         * modules/closeout (Description): Mention stderr too.
12992
12993 2006-10-06  Bruno Haible  <bruno@clisp.org>
12994         and Paul Eggert  <eggert@cs.ucla.edu>
12995
12996         * lib/closeout.c (close_stdout): Also close stderr.
12997         * lib/closeout.h: Update comment.
12998
12999 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13000
13001         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
13002         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
13003         * lib/dirchownmod.c: Include lchown.h.
13004         * lib/lchown.c: Don't include files that lchown.h now includes.
13005         Don't declare chown, since lchown.h now does that.
13006         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
13007         (lchown): Define to rpl_chown if lchown is declared but
13008         does not exist.  Declare using a prototype if lchown is not
13009         declared.  Add a copyright notice.
13010         * lib/mkstemp.h: Include <unistd.h>.
13011         * lib/openat.c: Include lchown.h.
13012
13013         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
13014         we now test for that separately.
13015         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
13016         rather than O_NOFOLLOW, when testing whether it's possible to
13017         avoid a race condition reliably.
13018         * lib/savewd.c (savewd_chdir): Likewise.
13019
13020         Remove macros that are no longer needed now that stdint.h is
13021         reliable.
13022         * lib/fsusage.c (UINTMAX_MAX): Remove.
13023         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
13024         * lib/utimecmp.c (SIZE_MAX): Remove.
13025
13026         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
13027
13028         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
13029         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
13030         O_NOATIME works.
13031
13032 2006-10-05  Bruno Haible  <bruno@clisp.org>
13033
13034         * lib/gl_list.h (gl_sortedlist_search_from_to,
13035         gl_sortedlist_indexof_from_to): New declarations.
13036         (gl_list_implementation): New fields sortedlist_search_from_to,
13037         sortedlist_indexof_from_to.
13038         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
13039         inline functions.
13040         * lib/gl_list.c (gl_sortedlist_search_from_to,
13041         gl_sortedlist_indexof_from_to): New functions.
13042         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
13043         function.
13044         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
13045         (gl_array_sortedlist_search_from_to): New function.
13046         (gl_array_list_implementation): Update.
13047         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
13048         function.
13049         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
13050         (gl_carray_sortedlist_search_from_to): New function.
13051         (gl_carray_list_implementation): Update.
13052         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
13053         gl_linked_sortedlist_indexof_from_to): New functions.
13054         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
13055         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
13056         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
13057         gl_tree_sortedlist_indexof_from_to): New functions.
13058         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
13059         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
13060         Update.
13061         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
13062         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
13063         Update.
13064
13065 2006-10-05  Bruno Haible  <bruno@clisp.org>
13066
13067         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
13068         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
13069         (struct gl_list_implementation): Add fields search_from_to,
13070         indexof_from_to. Remove fields search, indexof.
13071         (gl_list_search): Use the search_from_to method.
13072         (gl_list_search_from, gl_list_search_from_to): New functions.
13073         (gl_list_indexof): Use the indexof_from_to method.
13074         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
13075         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
13076         (gl_list_search_from, gl_list_search_from_to): New functions.
13077         (gl_list_indexof): Use the indexof_from_to method.
13078         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
13079         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
13080         gl_array_indexof. Add start_index, end_index arguments.
13081         (gl_array_search_from_to): Renamed from gl_array_search. Add
13082         start_index, end_index arguments.
13083         (gl_array_remove, gl_array_list_implementation): Update.
13084         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
13085         gl_carray_indexof. Add start_index, end_index arguments.
13086         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
13087         start_index, end_index arguments.
13088         (gl_carray_remove, gl_carray_list_implementation): Update.
13089         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
13090         gl_linked_search. Add start_index, end_index arguments.
13091         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
13092         start_index, end_index arguments.
13093         (gl_linked_remove): Update.
13094         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
13095         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
13096         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
13097         field to 'size_t'.
13098         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
13099         gl_tree_search. Add start_index, end_index arguments.
13100         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
13101         start_index, end_index arguments.
13102         (gl_tree_remove): Update.
13103         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
13104         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
13105         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
13106         function.
13107         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
13108         gl_tree_search. Add start_index, end_index arguments.
13109         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
13110         start_index, end_index arguments.
13111         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
13112         Update.
13113         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
13114
13115 2006-10-05  Bruno Haible  <bruno@clisp.org>
13116
13117         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
13118
13119         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
13120         fwriteerror_temp): New declarations.
13121         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
13122         (descriptors): New variable.
13123         (cleanup): First, close the descriptors.
13124         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
13125         fclose_temp, fwriteerror_temp): New functions.
13126
13127 2006-10-04  Jim Meyering  <jim@meyering.net>
13128
13129         * lib/fts.c (fts_open): Tiny comment change.
13130
13131 2006-10-04  Bruno Haible  <bruno@clisp.org>
13132
13133         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
13134         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
13135         gl_LOCK_BODY.
13136         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
13137         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
13138         gl_LOCK_EARLY_BODY.
13139         (gl_LOCK): Require gl_LOCK_BODY.
13140
13141 2006-10-04  Bruno Haible  <bruno@clisp.org>
13142
13143         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
13144         (gl_oset_search_atleast): New declaration.
13145         (struct gl_oset_implementation): Add field 'search_atleast'.
13146         (gl_oset_search_atleast): New inline function.
13147         * lib/gl_oset.c (gl_oset_search_atleast): New function.
13148         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
13149         (gl_array_oset_implementation): Update.
13150         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
13151         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
13152         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
13153
13154 2006-10-04  Bruno Haible  <bruno@clisp.org>
13155
13156         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
13157
13158 2006-10-03  Bruno Haible  <bruno@clisp.org>
13159
13160         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
13161         from gl_avltreehash_list_implementation.
13162
13163 2006-10-03  Bruno Haible  <bruno@clisp.org>
13164
13165         * lib/gl_oset.c (gl_oset_add): Fix return type.
13166
13167 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
13168
13169         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
13170
13171 2006-10-02  Eric Blake  <ebb9@byu.net>
13172
13173         * modules/strnlen (Depends-on): Add extensions.
13174
13175 2006-10-02  Eric Blake  <ebb9@byu.net>
13176
13177         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
13178         definition in 2.60+.
13179
13180 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13181
13182         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
13183         checks.
13184
13185 2006-10-02  Bruno Haible  <bruno@clisp.org>
13186
13187         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
13188         to the AUTOMAKE_OPTIONS.
13189         Reported by Jim Meyering.
13190
13191 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13192
13193         Work around bug in Solaris 10 /proc file system:
13194         /proc/self/fd/NNN/.. isn't the parent directory of
13195         the directory whose file descriptor is NNN.  This needs to
13196         be worked around at run time, not compile time, since a
13197         program might be built on Solaris 8, where things work, and
13198         run on Solaris 10.
13199         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
13200         to use the following interface instead:
13201         (OPENAT_BUFFER_SIZE): New macro.
13202         (openat_proc_name): New function.
13203         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
13204         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
13205         Likewise.
13206         * lib/openat-proc.c: New file.
13207         * modules/openat (Files): Add lib/openat-proc.c.
13208         (Depends-on): Add same-inode, stdbool.
13209         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
13210
13211 2006-09-29  Bruno Haible  <bruno@clisp.org>
13212
13213         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
13214         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
13215         argument. Set stdout_closed before testing for ferror, not after.
13216         (fwriteerror, fwriteerror_no_ebadf): New functions.
13217
13218 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13219
13220         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
13221
13222 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
13223
13224         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
13225         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
13226
13227 2006-09-28  Jim Meyering  <jim@meyering.net>
13228
13229         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
13230         Include <unistd.h>.
13231
13232 2006-09-28  Bruno Haible  <bruno@clisp.org>
13233
13234         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
13235         * modules/linkedhash-list (Depends-on): Likewise.
13236         * modules/rbtreehash-list (Depends-on): Likewise.
13237
13238 2006-09-28  Bruno Haible  <bruno@clisp.org>
13239
13240         * lib/strndup.h: Simplify the redefinition of strndup.
13241         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
13242         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
13243
13244 2006-09-28  Bruno Haible  <bruno@clisp.org>
13245
13246         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
13247         * lib/gl_linkedhash_list.c: Likewise.
13248         * lib/gl_rbtreehash_list.c: Likewise.
13249
13250 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13251
13252         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
13253         getaddrinfo.
13254
13255         * lib/__fpending.h: Don't include <stdio_ext.h> unless
13256         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
13257         it causes <stdio_ext.h> to cause a compile-time error.
13258         Problem reported by Nelson H. F. Beebe.
13259         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
13260         of HAVE_DECL___PENDING.
13261
13262         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
13263         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
13264         declaration.
13265
13266 2006-09-27  Jim Meyering  <jim@meyering.net>
13267
13268         This file could end up with a definition for a function
13269         named __strndup, rather than rpl_strndup on a system with
13270         incomplete weak_alias support.
13271         * lib/strndup.c (strndup): Rename from __strndup.
13272         Remove #defines that used to map __strndup to strndup.
13273         Don't use K&R prototypes.
13274         Remove LIBC-related code, since this file is not sync'd with glibc.
13275         * lib/strndup.h: Revamp, accordingly.
13276         * m4/strndup.m4: Modernize.
13277
13278 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         * modules/savewd (Depends-on): Add 'raise'.
13281         * lib/savewd.c: Include <signal.h>, for 'raise'.
13282
13283 2006-09-26  Jim Meyering  <jim@meyering.net>
13284
13285         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
13286         when we detect Darwin 8.7.0's acl_get_file bug.
13287         Rearrange to perform the new (below) run-test while $LIBS
13288         contains any acl-related library.  Set USE_ACL at the end.
13289         (gl_ACL_GET_FILE): New function.
13290
13291 2006-09-26  Eric Blake  <ebb9@byu.net>
13292
13293         * lib/verror.c: Include <config.h> unconditionally.
13294
13295 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
13296
13297         * modules/clock-time (Maintainer): Add self.
13298         * modules/getlogin_r (Depends-on): Add extensions.
13299
13300 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13301
13302         * modules/clock-time: New module.
13303         * modules/nanosleep (Depends-on): Add clock-time.
13304         * modules/gethrxtime (Depends-on): Likewise.
13305         * modules/gettime (Depends-on): Likewise.
13306         * modules/settime (Depends-on): Likewise.
13307
13308         * modules/fts-lgpl: Depend on openat.
13309         * modules/mkancesdirs: Depend on savewd.
13310         * modules/mkdir-p: Likewise.
13311
13312 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13313
13314         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
13315
13316         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
13317         `gl_have_arbitrary_file_name_length_limit' to
13318         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
13319         actually works between configure runs.
13320
13321 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13322             Bruno Haible  <bruno@clisp.org>
13323
13324         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
13325
13326 2006-09-25  Jim Meyering  <jim@meyering.net>
13327
13328         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
13329         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
13330
13331 2006-09-25  Eric Blake  <ebb9@byu.net>
13332
13333         * gnulib-tool (func_import, func_create_testdir): Fix typos in
13334         exec's in 2006-09-18 patch when shuffling fds.
13335
13336 2006-09-25  Bruno Haible  <bruno@clisp.org>
13337
13338         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
13339         Reported by Jim Meyering.
13340
13341 2006-09-24  Jim Meyering  <jim@meyering.net>
13342
13343         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
13344         compare a pointer against a literal "0".  That caused failures with
13345         at least HP-UX's hpcc.
13346
13347 2006-09-22  Simon Josefsson  <jas@extundo.com>
13348
13349         * modules/gc-sha1:
13350         * modules/gc-md4:
13351         * modules/gc-hmac-sha1:
13352         * modules/gc-hmac-md5:
13353         * modules/gc-des:
13354         * modules/gc-arcfour: Distribute more files.
13355
13356 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13357
13358         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
13359         (gl_linked_iterator_from_to): Initialize struct completely.
13360         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
13361         (gl_tree_iterator_from_to): Likewise
13362         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
13363         * lib/gl_array_list.c [lint] (gl_array_iterator)
13364         (gl_array_iterator_from_to): Likewise.
13365         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
13366         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
13367         (gl_carray_iterator_from_to): Likewise.
13368
13369         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
13370         * lib/md4.c (md4_process_block): Remove unused variable.
13371         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
13372         parentheses for clarity.
13373
13374 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13375
13376         * modules/bison-i18n (Depends-on): Add gettext.
13377
13378 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13379
13380         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
13381         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
13382         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
13383         also add missing comma that caused broken test.
13384         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
13385         stdlib.h, for `abort'.
13386         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
13387         variables.
13388         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
13389         include unistd.h if present, for `rmdir'.
13390         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
13391         variables.
13392         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
13393         in the process include standard headers for prototypes.
13394         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
13395         gets declared on GNU/Linux.
13396         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
13397         unistd.h, for `rmdir'.
13398         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
13399
13400         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
13401         always true.
13402         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
13403
13404         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
13405
13406 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13407
13408         * gnulib-tool (func_version): Create output all at once.  This
13409         may help avoid triggering unnecessary SIGPIPEs, and at any
13410         rate it doesn't hurt.
13411
13412 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13413             Bruno Haible  <bruno@clisp.org>
13414
13415         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
13416         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13417         * m4/signed.m4 (bh_C_SIGNED): Likewise.
13418
13419         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
13420         (gl_FUNC_VASPRINTF): Invoke it.
13421
13422 2006-09-22  Bruno Haible  <bruno@clisp.org>
13423
13424         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
13425         getloadavg.c as first argument.
13426
13427 2006-09-22  Bruno Haible  <bruno@clisp.org>
13428
13429         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
13430         at the beginning of the gl_INIT macro.
13431         * modules/getloadavg (configure.ac): Pass $gl_source_base to
13432         gl_GETLOADAVG.
13433
13434 2006-09-22  Bruno Haible  <bruno@clisp.org>
13435
13436         * gnulib-tool (func_create_megatestdir): Don't include the config-h
13437         module.
13438         Suggested by Ralf Wildenhues.
13439
13440 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13441
13442         Import this patch from libc:
13443
13444         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13445
13446         * lib/regex_internal.c (re_string_reconstruct): Handle
13447         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13448         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13449         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13450         re_string_context_at.
13451
13452         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
13453         now requires it.
13454         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
13455         gl_REGEX now does it for us.
13456         (gl_REGEX): Add test taken from
13457         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
13458
13459         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
13460         Check that large offsets work.  Modernize Autoconf usages.
13461         Prefer "yes" to mean a good thing rather than a bad.
13462         Don't put "#define mkstemp" in config.h, as this might interfere
13463         with standard system headers that "#define mkstemp mkstemp64".
13464
13465         * modules/mkstemp (Depends-on): Add extensions, so that
13466         mkstemp is visible on some platforms.
13467         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
13468         (Include): Change to "mkstemp.h" from <stdlib.h>.
13469         (Files): Add mkstemp.h.
13470
13471         * lib/mkstemp.h: New file, since some standard headers
13472         #define mkstemp.
13473         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
13474         Include "mkstemp.h".
13475         Make the _LIBC code resemble glibc original more,
13476         e.g., use K&R style.
13477         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
13478         (mkstemp): Remove, since mkstemp.h does this for us.
13479         * lib/stdlib--.h: Include mkstemp.h.
13480
13481         Import this patch from libc:
13482
13483         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13484
13485         * lib/tempname.c (__gen_tempname): Change attempts_min
13486         into a macro.  Use preprocessor to decide how to initialize
13487         attempts [Coverity CID 67].
13488
13489 2006-09-20  Bruno Haible  <bruno@clisp.org>
13490
13491         * lib/mkdtemp.c: Import from libc.
13492         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13493                 * sysdeps/posix/tempname.c (__gen_tempname): Change
13494                 attempts_min into a macro.  Use preprocessor to decide how to
13495                 initialize attempts [Coverity CID 67].
13496         2001-11-27  Paul Eggert  <eggert@twinsun.com>
13497                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
13498                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
13499
13500 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13501
13502         * gnulib-tool (func_exit): New function, to allow to pass the
13503         exit status portably through the trap.  Use everywhere.
13504         (--help, --version): Signal a write error.
13505         (trap): catch SIGPIPE, for write errors.
13506         Exit at the end of the trap, with the correct exit status.
13507
13508 2006-09-19  Karl Berry  <karl@gnu.org>
13509
13510         * doc/gnulib.texi: note about the license texinfo files.
13511
13512 2006-09-19  Eric Blake  <ebb9@byu.net>
13513
13514         * gnulib-tool: Avoid space-tab.
13515
13516 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13517
13518         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
13519         that prevented coreutils 6.1 from building.  Problem reported
13520         by Petter Reinholdtsen.
13521
13522 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13523
13524         * gnulib-tool (avoidlist): Fix typo that broke options like
13525         --avoid=lock that are used by coreutils bootstrap.
13526
13527 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
13528
13529         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
13530         more systematically.
13531
13532 2006-09-18  Jim Meyering  <jim@meyering.net>
13533
13534         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
13535
13536 2006-09-18  Bruno Haible  <bruno@clisp.org>
13537
13538         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
13539
13540 2006-09-18  Bruno Haible  <bruno@clisp.org>
13541
13542         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
13543         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
13544         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
13545         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
13546         * m4/gettext.m4: Require autoconf >= 2.52.
13547         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
13548         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
13549         of gl_cv_header_inttypes_h.
13550
13551 2006-09-18  Bruno Haible  <bruno@clisp.org>
13552
13553         * lib/javaversion.c: Include configmake.h.
13554
13555 2006-09-18  Bruno Haible  <bruno@clisp.org>
13556
13557         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
13558         avoid that the while loops be executed in a subshell.
13559
13560 2006-09-18  Bruno Haible  <bruno@clisp.org>
13561
13562         * MODULES.html.sh (func_module): Break long lines.
13563         Suggested by Bruce Korb <bkorb@gnu.org>.
13564
13565 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13566
13567         Speed up by a factor of 1.12.
13568         * gnulib-tool (nl): New variable.
13569         (func_import): Rewrite include directive extraction to only read each
13570         directive once.
13571
13572 2006-09-17  Bruno Haible  <bruno@clisp.org>
13573
13574         * modules/javaversion (Makefile.am): Remove DEFS setting.
13575         (Depends-on): Add configmake, for PKGDATADIR definition.
13576
13577 2006-09-17  Bruno Haible  <bruno@clisp.org>
13578
13579         * gnulib-tool (func_create_testdir): Rewrite all files at once.
13580
13581 2006-09-17  Bruno Haible  <bruno@clisp.org>
13582
13583         * gnulib-tool (func_append): New function, stolen from libtool.m4.
13584         (func_modules_transitive_closure, func_modules_add_dummy,
13585         func_modules_to_filelist, func_import, func_create_testdir,
13586         func_create_megatestdir, ...): Use it wherever possible.
13587         Suggested by Ralf Wildenhues.
13588
13589 2006-09-16  Karl Berry  <karl@gnu.org>
13590
13591         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
13592         to avoid sectioning errors.
13593         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
13594         [ifinfo]: blank line after @center-ed titles.
13595         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
13596         Spell FSF address consistently with others.
13597         (These changes approved by rms.)
13598
13599 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13600
13601         Speed up by a factor of 1.61.
13602         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
13603         already checked module names again.
13604
13605 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13606
13607         Speed up by a factor of 1.13.
13608         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
13609         for new_files, and the input to func_add_or_update.
13610
13611 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13612
13613         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
13614         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
13615
13616 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13617
13618         * modules/mkancesdirs (Depends-on): Add fcntl.
13619         * modules/savewd: New file.
13620         * MODULES.html.sh (File system functions): Add savewd.
13621
13622         * modules/configmake (Makefile.am): Add support for the
13623         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13624
13625 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13626
13627         * m4/savewd.m4: New file.
13628
13629 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13630
13631         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13632         (dirchownmod): New arg FD.  All callers changed.
13633         Use FD rather than opening the directory ourself, as opening is
13634         now the caller's responsibility.
13635         * lib/dirchownmod.h: Likewise.
13636         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13637         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13638         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13639         (test_dir): Remove.
13640         (mkancesdirs): Return length of prefix of FILE that has already
13641         been made, or -2 if there is a child doing the work.  Redo
13642         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13643         ".", and treat ".." specially since it might stray back into
13644         already-created areas.  Use a subprocess if necessary.  New arg
13645         WD; all users changed.  MAKE_DIR function should now return 1
13646         if it creates a directory that is not readable.  Return -2 if
13647         a child process is spun off.
13648         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13649         Adjust signature to match code.
13650         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13651         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13652         all users changed.
13653         * lib/savewd.c, lib/savewd.h: New files.
13654
13655 2006-09-15  Jim Meyering  <jim@meyering.net>
13656
13657         * modules/rename-dest-slash: New module.
13658         * MODULES.html.sh (posix_compat): Add it here.
13659
13660         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13661
13662 2006-09-15  Jim Meyering  <jim@meyering.net>
13663
13664         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13665         file.
13666
13667         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13668
13669 2006-09-15  Jim Meyering  <jim@meyering.net>
13670
13671         * lib/rename-dest-slash.c (has_trailing_slash): Use
13672         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13673         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13674         test before testing whether SRC is a directory.
13675         Suggestions from Bruno Haible.
13676
13677         Avoid a warning about an unused variable.
13678         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13679         into the #ifdef block where it's used.
13680
13681         * lib/rename-dest-slash.c: New file.
13682
13683 2006-09-14  Bruno Haible  <bruno@clisp.org>
13684
13685         * lib/allocsa.c: Include <config.h> unconditionally.
13686         * lib/asnprintf.c: Likewise.
13687         * lib/asprintf.c: Likewise.
13688         * lib/c-strcasecmp.c: Likewise.
13689         * lib/c-strcasestr.c: Likewise.
13690         * lib/c-strncasecmp.c: Likewise.
13691         * lib/c-strstr.c: Likewise.
13692         * lib/classpath.c: Likewise.
13693         * lib/clean-temp.c: Likewise.
13694         * lib/concatpath.c: Likewise.
13695         * lib/copy-file.c: Likewise.
13696         * lib/csharpcomp.c: Likewise.
13697         * lib/csharpexec.c: Likewise.
13698         * lib/execute.c: Likewise.
13699         * lib/fatal-signal.c: Likewise.
13700         * lib/findprog.c: Likewise.
13701         * lib/fwriteerror.c: Likewise.
13702         * lib/gl_array_list.c: Likewise.
13703         * lib/gl_array_oset.c: Likewise.
13704         * lib/gl_avltree_list.c: Likewise.
13705         * lib/gl_avltree_oset.c: Likewise.
13706         * lib/gl_avltreehash_list.c: Likewise.
13707         * lib/gl_carray_list.c: Likewise.
13708         * lib/gl_linked_list.c: Likewise.
13709         * lib/gl_linkedhash_list.c: Likewise.
13710         * lib/gl_list.c: Likewise.
13711         * lib/gl_oset.c: Likewise.
13712         * lib/gl_rbtree_list.c: Likewise.
13713         * lib/gl_rbtree_oset.c: Likewise.
13714         * lib/gl_rbtreehash_list.c: Likewise.
13715         * lib/imaxabs.c: Likewise.
13716         * lib/imaxdiv.c: Likewise.
13717         * lib/javacomp.c: Likewise.
13718         * lib/javaexec.c: Likewise.
13719         * lib/javaversion.c: Likewise.
13720         * lib/linebreak.c: Likewise.
13721         * lib/localcharset.c: Likewise.
13722         * lib/lock.c: Likewise.
13723         * lib/mbchar.c: Likewise.
13724         * lib/mbswidth.c: Likewise.
13725         * lib/mkdtemp.c: Likewise.
13726         * lib/pipe.c: Likewise.
13727         * lib/printf-args.c: Likewise.
13728         * lib/printf-parse.c: Likewise.
13729         * lib/progname.c: Likewise.
13730         * lib/progreloc.c: Likewise.
13731         * lib/readlink.c: Likewise.
13732         * lib/sh-quote.c: Likewise.
13733         * lib/stpcpy.c: Likewise.
13734         * lib/stpncpy.c: Likewise.
13735         * lib/strcasecmp.c: Likewise.
13736         * lib/strcasestr.c: Likewise.
13737         * lib/strcspn.c: Likewise.
13738         * lib/striconv.c: Likewise.
13739         * lib/strncasecmp.c: Likewise.
13740         * lib/strnlen1.c: Likewise.
13741         * lib/strstr.c: Likewise.
13742         * lib/strtok_r.c: Likewise.
13743         * lib/tls.c: Likewise.
13744         * lib/tmpdir.c: Likewise.
13745         * lib/unicodeio.c: Likewise.
13746         * lib/unsetenv.c: Likewise.
13747         * lib/vasnprintf.c: Likewise.
13748         * lib/vasprintf.c: Likewise.
13749         * lib/wait-process.c: Likewise.
13750         * lib/xallocsa.c: Likewise.
13751         * lib/xsetenv.c: Likewise.
13752         * lib/xstriconv.c: Likewise.
13753
13754 2006-09-13  Simon Josefsson  <jas@extundo.com>
13755
13756         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13757         that internally, suggested by Ralf Wildenhues
13758         <Ralf.Wildenhues@gmx.de>.
13759
13760 2006-09-13  Simon Josefsson  <jas@extundo.com>
13761
13762         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13763         @LIBOBJS@.
13764         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13765
13766 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13767
13768         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13769         longer worry about uses that don't define HAVE_CONFIG_H.
13770         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13771         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13772         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13773         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13774         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13775         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13776         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13777         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13778         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13779         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13780         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13781         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13782         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13783         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13784         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13785         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13786         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13787         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13788         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13789         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13790         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13791         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13792         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13793         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13794         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13795         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13796         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13797         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13798         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13799         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13800         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13801         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13802         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13803         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13804         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13805         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13806         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13807         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13808         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13809         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13810         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13811         Likewise.
13812
13813 2006-09-13  Eric Blake  <ebb9@byu.net>
13814
13815         * lib/getopt.c: Fix typo in last commit.
13816
13817 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13818
13819         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13820         dgettext.
13821
13822 2006-09-12  Jim Meyering  <jim@meyering.net>
13823
13824         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13825         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13826         Reported by Nelson H. F. Beebe.
13827
13828 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13829
13830         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13831         program_invocation_name and program_invocation_short_name are
13832         initialized.
13833         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13834         and program_invocation_short_name to argp.h, so they are visible
13835         to user programs.
13836         * lib/argp.h: Likewise
13837
13838 2006-09-10  Bruno Haible  <bruno@clisp.org>
13839
13840         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13841         m4/inttypes_h.m4, m4/uintmax_t.m4.
13842
13843 2006-09-10  Bruno Haible  <bruno@clisp.org>
13844
13845         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13846         gl_AC_TYPE_UINTMAX_T.
13847
13848 2006-09-10  Bruno Haible  <bruno@clisp.org>
13849
13850         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13851
13852 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13853
13854         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13855         convention.  Text proposed by Bruno Haible.
13856         (struct argp_option): Document the use of N_() wrappers.
13857
13858         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13859         '\v', and translate the two parts separately, instead of feeding
13860         the whole string to gettext.  This allows to exclude
13861         '\v' from the strings visible to the translator by writing doc
13862         strings as N_("..") "\v" N_("..").
13863
13864 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13865
13866         * config/srclist.txt: Undo latest change; the bug was fixed.
13867
13868 2006-09-09  Bruno Haible  <bruno@clisp.org>
13869
13870         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13871         assignments if building a library without libtool.
13872         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13873         in func_emit_lib_Makefile_am.
13874         (func_import): When building a static library libfoo.a, arrange to
13875         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13876         (func_create_testdir): Likewise.
13877         * modules/gc (configure.ac, Makefile.am): If building statically,
13878         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13879         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13880         * modules/striconv (configure.ac, Makefile.am): Likewise.
13881         Based on a suggestion by Ralf Wildenhues.
13882
13883 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13884
13885         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13886         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13887         Also:
13888
13889         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13890         Add year_2050_test to catch glibc bug 2821
13891         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13892
13893         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13894         Prefer #ifdef to #if.
13895
13896         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13897         Return from 'main' instead of calling 'exit'.
13898
13899 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13900
13901         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13902         returned the maximum time_t value rather than (time_t) -1.
13903         Problem originally reported by William Bardwell
13904         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13905
13906         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13907         Moved to here ...
13908         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13909         ... from here.
13910
13911 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13912
13913         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13914         2821 is fixed.
13915
13916 2006-09-08  Jim Meyering  <jim@meyering.net>
13917
13918         Don't make generated files read-only.  That would bother too many
13919         people.  However, do retain the ability to work when targets are
13920         read-only: remove the destination and temporary files before writing
13921         them (when generated via sed or echo), or by using the -f option for
13922         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13923         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13924         * modules/byteswap, modules/configmake, modules/fcntl:
13925         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13926         * modules/localcharset, modules/netinet_in, modules/poll:
13927         * modules/stdbool, modules/stdint, modules/sys_select:
13928         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13929
13930 2006-09-08  Jim Meyering  <jim@meyering.net>
13931
13932         Avoid new build failure on FreeBSD 6.0.
13933         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13934         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13935         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13936
13937 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13938
13939         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13940
13941 2006-09-07  Jim Meyering  <jim@meyering.net>
13942
13943         Fix global typo in last change: use chmod u-w, not chmod u-x.
13944         Spotted by Paul Eggert and Bruce Korb.
13945         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13946         * modules/byteswap, modules/configmake, modules/fcntl:
13947         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13948         * modules/localcharset, modules/netinet_in, modules/poll:
13949         * modules/stdbool, modules/stdint, modules/sys_select:
13950         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13951
13952 2006-09-06  Jim Meyering  <jim@meyering.net>
13953
13954         Make generated files be read-only.
13955         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13956         Ensure that each generated file is now read-only.
13957         * modules/argz: Likewise.
13958         * modules/arpa_inet: Likewise.
13959         * modules/byteswap: Likewise.
13960         * modules/configmake: Likewise.
13961         * modules/fcntl: Likewise.
13962         * modules/fnmatch: Likewise.
13963         * modules/getopt: Likewise.
13964         * modules/glob: Likewise.
13965         * modules/inttypes: Likewise.
13966         * modules/netinet_in: Likewise.
13967         * modules/poll: Likewise.
13968         * modules/stdbool: Likewise.
13969         * modules/stdint: Likewise.
13970         * modules/sys_select: Likewise.
13971         * modules/sys_socket: Likewise.
13972         * modules/sys_stat: Likewise.
13973         * modules/sysexits: Likewise.
13974         * modules/localcharset: Same as above, but continue using temporary
13975         file named "t-$@" (why different?) rather than the "$@-t" used
13976         everywhere else.
13977
13978         * modules/sysexits (Makefile.am): Replace literal occurrences
13979         of "sysexit.h" more readable, and more consistent, "$@".
13980
13981 2006-09-06  Bruno Haible  <bruno@clisp.org>
13982
13983         * modules/striconv: New file.
13984         * modules/xstriconv: New file.
13985         * MODULES.html.sh (Internationalization functions): Add striconv,
13986         xstriconv.
13987
13988 2006-09-06  Bruno Haible  <bruno@clisp.org>
13989
13990         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13991         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13992         not using libtool correctly.
13993
13994 2006-09-06  Bruno Haible  <bruno@clisp.org>
13995
13996         * lib/striconv.h: New file.
13997         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13998         iconvstring.c.
13999         * lib/xstriconv.h: New file.
14000         * lib/xstriconv.c: New file.
14001
14002 2006-09-06  Bruno Haible  <bruno@clisp.org>
14003
14004         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14005         lib_..._LDFLAGS.
14006
14007 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14008
14009         * lib/argz_.h: Sync from Libtool.
14010
14011         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
14012                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14013
14014         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
14015
14016 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
14017
14018         * modules/trim: New file.
14019
14020 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
14021
14022         * lib/trim.h: New file.
14023         * lib/trim.c: New file.
14024
14025 2006-09-05  Bruno Haible  <bruno@clisp.org>
14026
14027         * MODULES.html.sh (String handling): Add trim.
14028
14029 2006-09-04  Karl Berry  <karl@gnu.org>
14030
14031         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
14032         until next release.
14033
14034 2006-09-03  Bruno Haible  <bruno@clisp.org>
14035
14036         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
14037         correctly.
14038
14039 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14040
14041         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
14042         not gl_GETLOADAVG.  Omit unneeded semicolons.
14043         Problems reported by Ralf Wildenhues in
14044         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
14045         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
14046         at the end, which is the usual gnulib style.
14047
14048         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
14049         of doing all the work ourselves.
14050         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
14051         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
14052
14053 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14054
14055         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
14056         Problem reported by Ralf Wildenhues in
14057         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
14058
14059         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
14060         HAVE_STRUCT_STATFS_F_FSTYPENAME.
14061
14062 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14063
14064         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
14065         yesterday's patch by changing test -n to test -z.
14066
14067 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14068
14069         * modules/getloadavg (Files): Add m4/getloadavg.m4.
14070         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
14071         the former is now obsolescent.
14072
14073         * modules/chdir-long (Depends-on): Add fcntl.
14074
14075 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
14078         obsolescent, and programs should use gnulib instead.
14079         * m4/getloadavg.m4: New file, with contents taken from Autoconf
14080         but with prefixes changed.
14081
14082 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14083
14084         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
14085         or stdbool.h, because they might not exist while configuring.
14086
14087         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
14088         Don't include unistd.h or limits.h; not needed, since chdir-long.h
14089         does that for us.
14090         (O_DIRECTORY): Remove.
14091
14092 2006-08-31  Eric Blake  <ebb9@byu.net>
14093
14094         * gnulib-tool: Don't let emacs change spaces to TAB.
14095
14096 2006-08-31  Bruno Haible  <bruno@clisp.org>
14097
14098         * gnulib-tool: When calling func_import more than once, do it in a
14099         subshell.
14100         Reported by Eric Blake <ebb9@byu.net>.
14101
14102 2006-08-31  Bruno Haible  <bruno@clisp.org>
14103
14104         * gnulib-tool (nl): Remove variable.
14105         (sed_transform_lib_file): Use more robust test for config-h module.
14106         (func_import): Fix typo in 2006-08-25 patch.
14107
14108 2006-08-31  Bruno Haible  <bruno@clisp.org>
14109
14110         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
14111         specified, augment Makefile.am variables instead of assigning them.
14112
14113 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14114
14115         Work around a bug in both the Linux and SunOS 64-bit kernels:
14116         nanosleep mishandles sleeps for longer than 2**31 seconds.
14117         Problem reported by Frank v Waveren in
14118         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
14119         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
14120         Check for nanosleep bug.
14121         (LIB_NANOSLEEP): Append clock_gettime library if needed.
14122
14123 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         Work around a bug in both the Linux and SunOS 64-bit kernels:
14126         nanosleep mishandles sleeps for longer than 2**31 seconds.
14127         Problem reported by Frank v Waveren in
14128         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
14129         * lib/nanosleep.c (BILLION): New constant.
14130         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
14131         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
14132         implementation.
14133
14134 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14135
14136         * modules/nanosleep (Depends-on): Add gettime.
14137
14138 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
14139         and Simon Josefsson  <jas@extundo.com>
14140         and Oskar Liljeblad  <oskar@osk.mine.nu>
14141
14142         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
14143         * gnulib-tool (func_import): New license type 'unmodifiable license
14144         text'.
14145         * modules/fdl: Use it.  Longer description.
14146         * module/gpl, module/lgpl: New files.
14147
14148 2006-08-30  Jim Meyering  <jim@meyering.net>
14149
14150         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
14151         shadowing the parameter.
14152
14153 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14154
14155         Sync from Libtool:
14156
14157         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14158
14159         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
14160         sharing with gnulib.  Report by Eric Blake.
14161
14162 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14163
14164         * modules/isapipe: New file.
14165         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
14166
14167 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * modules/configmake (Makefile.am): Add a comment, and omit
14170         the CONFIGMAKE_ prefix from generated macro names.  Suggested
14171         by Bruno Haible.
14172
14173 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14174
14175         * m4/isapipe.m4: New file.
14176
14177 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14178
14179         * lib/isapipe.c, lib/isapipe.h: New files.
14180
14181 2006-08-29  Jim Meyering  <jim@meyering.net>
14182
14183         * modules/configmake (Makefile.am): Make configmake.h depend on
14184         Makefile.  Otherwise, a stale configmake.h could hang around.
14185
14186 2006-08-29  Eric Blake  <ebb9@byu.net>
14187
14188         * lib/error.c (error_at_line, print_errno_message): Match libc, after
14189         resolution of upstream bug 3044.
14190
14191 2006-08-29  Bruno Haible  <bruno@clisp.org>
14192
14193         * modules/localcharset (Depends-on): Add configmake.
14194         (Makefile.am): Remove setting of LIBDIR through DEFS.
14195
14196 2006-08-29  Bruno Haible  <bruno@clisp.org>
14197
14198         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
14199         defined.
14200
14201 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14202
14203         * modules/fcntl: New file.
14204         * modules/chdir-safer (Depends-on): Add fcntl.
14205         * modules/fts: Likewise.
14206         * modules/mkdir-p: Likewise.
14207
14208         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
14209         This undoes the most recent change, since we're now addressing the
14210         problem in a different way.
14211
14212         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
14213         into output, since the output might be called Makefile.am even
14214         if $makefile_name is something different.
14215         (func_import): Use $makefile_am rather than
14216         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
14217         empty.
14218
14219         * modules/inttypes (Files): Add m4/inttypes-h.m4.
14220
14221 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14222
14223         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
14224         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
14225         recent change to stdint.m4, since we're now addressing the problem in a
14226         different way.
14227
14228 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14229
14230         * m4/fcntl_h.m4: New file.
14231
14232 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14233
14234         * lib/fcntl_.h: New file.
14235         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
14236         the fcntl module.
14237         * lib/dirchownmod.c: Likewise.
14238         * lib/fts.c: Likewise.
14239
14240         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
14241         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
14242         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
14243         just before including <inttypes.h>, to avoid circular inclusion.
14244
14245 2006-08-28  Jim Meyering  <jim@meyering.net>
14246
14247         * doc/visibility.texi: Actually read and correct the grammar of the
14248         sentence affected by yesterday's change.
14249
14250 2006-08-28  Eric Blake  <ebb9@byu.net>
14251
14252         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
14253         needs wrapper.
14254
14255 2006-08-28  Eric Blake  <ebb9@byu.net>
14256
14257         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
14258
14259 2006-08-28  Eric Blake  <ebb9@byu.net>
14260
14261         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
14262
14263 2006-08-28  Bruno Haible  <bruno@clisp.org>
14264
14265         * modules/c-strstr: New file, from GNU gettext.
14266         * MODULES.html.sh (String handling): Add c-strstr.
14267
14268 2006-08-28  Bruno Haible  <bruno@clisp.org>
14269
14270         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
14271         macros.
14272         Reported by Eric Blake.
14273
14274 2006-08-28  Bruno Haible  <bruno@clisp.org>
14275
14276         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
14277         (VASNPRINTF): Return a string of length > INT_MAX without failing.
14278         * lib/vasprintf.c: Include errno.h, limits.h.
14279         (EOVERFLOW): New fallback definition.
14280         (vasprintf): Test here whether the string length is > INT_MAX.
14281         * lib/vsnprintf.c: Include errno.h, limits.h.
14282         (EOVERFLOW): New fallback definition.
14283         (vsnprintf): Fix bug when generated string was too long for the buffer.
14284         Test here whether the string length is > INT_MAX.
14285
14286 2006-08-28  Bruno Haible  <bruno@clisp.org>
14287
14288         * lib/inttypes_.h (SCNX*): Remove definitions.
14289         Reported by Eric Blake.
14290
14291 2006-08-28  Bruno Haible  <bruno@clisp.org>
14292
14293         * lib/c-strstr.h: New file, from GNU gettext.
14294         * lib/c-strstr.c: New file, from GNU gettext.
14295
14296 2006-08-28  Bruno Haible  <bruno@clisp.org>
14297
14298         * gnulib-tool: Reorder some statements.
14299
14300 2006-08-28  Bruno Haible  <bruno@clisp.org>
14301
14302         * gnulib-tool: New option --makefile-name.
14303         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
14304         $makefile_name.
14305         (func_import): Write $makefile_name to the cache file, and read it from
14306         there unless explicitly specified. Use $makefile_name as file name
14307         instead of Makefile.am. Adjust the recommendations accordingly.
14308
14309 2006-08-28  Bruno Haible  <bruno@clisp.org>
14310
14311         * gnulib-tool (func_verify_module): Check against misapplying patch.
14312
14313 2006-08-28  Bruno Haible  <bruno@clisp.org>
14314
14315         * gnulib-tool (func_relativize, func_relconcat): New functions.
14316         Give an error if --local-dir is given with --update.
14317         Remove trailing slashes from $local_gnulib_dir.
14318         (func_import): Store the relativized $local_gnulib_dir in
14319         gnulib-cache.m4, and read it from there if not specified explicitly.
14320
14321 2006-08-28  Bruno Haible  <bruno@clisp.org>
14322
14323         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
14324         is the current directory. Respect also $local_gnulib_dir.
14325
14326 2006-08-28  Bruno Haible  <bruno@clisp.org>
14327             Simon Josefsson  <jas@extundo.com>
14328
14329         BeOS portability.
14330         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
14331
14332 2006-08-27  Jim Meyering  <jim@meyering.net>
14333
14334         * doc/visibility.texi: Remove duplicate word: "pointer".
14335
14336 2006-08-26  Bruno Haible  <bruno@clisp.org>
14337
14338         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
14339         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
14340         (Makefile.am): Create inttypes.h from inttypes_.h.
14341         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
14342
14343         * modules/imaxabs: New file.
14344
14345         * modules/imaxdiv: New file.
14346
14347 2006-08-26  Bruno Haible  <bruno@clisp.org>
14348
14349         * m4/inttypes.m4: New file.
14350         * m4/_inttypes_h.m4: Remove file.
14351         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
14352         PRI_MACROS_BROKEN.
14353         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
14354
14355         * m4/imaxabs.m4: New file.
14356
14357         * m4/imaxdiv.m4: New file.
14358
14359 2006-08-26  Bruno Haible  <bruno@clisp.org>
14360
14361         * lib/inttypes_.h: New file.
14362         * lib/inttypes.h: Remove file.
14363         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
14364
14365         * lib/imaxabs.c: New file.
14366
14367         * lib/imaxdiv.c: New file.
14368
14369 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14370
14371         New config-h module, so that "make" output needn't be cluttered
14372         by -DHAVE_CONFIG_H.
14373         * MODULES.html.sh (Support for building libraries and executables):
14374         Add config-h.
14375         * modules/config-h: New file.
14376         * gnulib-tool (nl, sed_transform_lib_file): New vars.
14377         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
14378         the config-h module is used.
14379
14380         New configmake module, so that "make" output needn't be cluttered
14381         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
14382         * MODULES.html.sh (Support for building libraries and executables):
14383         Add configmake.
14384         * modules/configmake: New file.
14385
14386 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14387
14388         * m4/config-h.m4: New file.
14389
14390 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14391
14392         * config/srclist.txt: Add elisp-comp.
14393
14394 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14395
14396         * MODULES.html.sh (Support for building libraries and executables):
14397         Add elisp-comp.
14398         * build-aux/elisp-comp: New file.
14399         * modules/elisp-comp: New file.
14400
14401 2006-08-24  Bruno Haible  <bruno@clisp.org>
14402
14403         * gnulib-tool (func_create_testdir): Use non-default values of
14404         sourcebase and m4base.
14405
14406 2006-08-24  Bruno Haible  <bruno@clisp.org>
14407
14408         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
14409         HTML structure.
14410
14411 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14412
14413         * modules/openat (Depends-on): Add lchown.
14414
14415 2006-08-23  Bruno Haible  <bruno@clisp.org>
14416
14417         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
14418         of gl_LOCK_EARLY instead of gl_LOCK.
14419
14420 2006-08-23  Bruno Haible  <bruno@clisp.org>
14421
14422         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
14423         on OSF/1 to no.
14424         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
14425
14426 2006-08-23  Bruno Haible  <bruno@clisp.org>
14427
14428         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
14429         as unusable.
14430
14431         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
14432         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
14433         (gl_LOCK): New macro.
14434
14435 2006-08-22  Simon Josefsson  <jas@extundo.com>
14436
14437         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
14438         to md5 module.
14439
14440 2006-08-22  Simon Josefsson  <jas@extundo.com>
14441
14442         * MODULES.html.sh: Add "Support for maintaining and release
14443         projects".
14444
14445         * build-aux/gnupload: New file, from coreutils.
14446
14447 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14448
14449         Avoid the need for AC_LIBSOURCES in m4 macros.
14450         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
14451         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
14452         * modules/check-version (EXTRA_DIST): Add check-version.h.
14453         * modules/crc (EXTRA_DIST): Add crc.h.
14454         * modules/des (EXTRA_DIST): Add des.h.
14455         * modules/gc (EXTRA_DIST): Add gc.h.
14456         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
14457         * modules/getline (EXTRA_DIST): Add getline.h.
14458         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
14459         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
14460         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
14461         * modules/md2 (EXTRA_DIST): Add md2.h.
14462         * modules/md4 (EXTRA_DIST): Add md4.h.
14463         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
14464         * modules/read-file (EXTRA_DIST): Add read-file.h.
14465         * modules/readline (EXTRA_DIST): Add readline.h.
14466         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
14467         rijndael-api-fst.h.
14468
14469 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14470
14471         * m4/rijndael.m4 (gl_ARCFOUR):
14472         * m4/arctwo.m4 (gl_ARCTWO):
14473         * m4/check-version.m4 (gl_CHECK_VERSION):
14474         * m4/crc.m4 (gl_CRC):
14475         * m4/des.m4 (gl_DES):
14476         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
14477         * m4/gc.m4 (gl_GC):
14478         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
14479         * m4/getline.m4 (gl_FUNC_GETLINE):
14480         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
14481         * m4/hmac-md5.m4 (gl_HMAC_MD5):
14482         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
14483         * m4/md2.m4 (gl_MD2):
14484         * m4/md4.m4 (gl_MD4):
14485         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
14486         * m4/read-file.m4 (gl_FUNC_READ_FILE):
14487         * m4/readline.m4 (gl_FUNC_READLINE):
14488         * m4/rijndael.m4 (gl_RIJNDAEL):
14489         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14490         to get the necessary .h files and whatnot.
14491
14492 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14493
14494         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
14495         gnulib rather than the other way around.
14496         * config/srclistvars.sh (COREUTILS): Remove.
14497
14498 2006-08-22  Jim Meyering  <jim@meyering.net>
14499
14500         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
14501
14502         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
14503
14504 2006-08-22  Eric Blake  <ebb9@byu.net>
14505
14506         * modules/regexprops-generic: New file.
14507         * MODULES.html.sh (Support for building documentation): List it.
14508
14509 2006-08-22  Eric Blake  <ebb9@byu.net>
14510
14511         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
14512         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14513         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
14514         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
14515
14516 2006-08-22  Bruno Haible  <bruno@clisp.org>
14517
14518         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
14519         and lib_LTLIBRARIES like the other lib_* variables.
14520
14521 2006-08-22  Bruno Haible  <bruno@clisp.org>
14522
14523         * build-aux/x-to-1.in: New file, from GNU gettext.
14524
14525 2006-08-22  Bruno Haible  <bruno@clisp.org>
14526
14527         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
14528         <utmpx.h> exists.
14529
14530 2006-08-22  Bruno Haible  <bruno@clisp.org>
14531
14532         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
14533         <utmpx.h> exists.
14534
14535 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14536
14537         BeOS portability.
14538         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
14539         exist.
14540         Problem reported by Bruno Haible.
14541
14542 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14543
14544         Avoid the need for AC_LIBSOURCES in m4 macros.
14545         * modules/acl (EXTRA_DIST): Add acl.h.
14546         * modules/argmatch (Files): Add m4/argmatch.m4.
14547         (configure.ac): Add gl_ARGMATCH.
14548         (EXTRA_DIST): Renamed from lib_SOURCES, for
14549         consistency with the other modules.  Remove argmatch.c.
14550         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
14551         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
14552         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
14553         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
14554         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
14555         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
14556         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
14557         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
14558         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
14559         * modules/closeout (EXTRA_DIST): Add closeout.h.
14560         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
14561         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
14562         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
14563         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
14564         dirname.h; remove basename.c and stripslash.c.
14565         * modules/exclude (EXTRA_DIST): Add exclude.h.
14566         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
14567         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
14568         * modules/file-type (EXTRA_DIST): Add file-type.h.
14569         * modules/filemode (EXTRA_DIST): Add filemode.h.
14570         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
14571         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14572         * modules/fpending (EXTRA_DIST): Add __fpending.h.
14573         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
14574         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
14575         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
14576         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
14577         * modules/getdate (EXTRA_DIST): Add getdate.c.
14578         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
14579         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
14580         * modules/getpass (EXTRA_DIST): Add getpass.h.
14581         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
14582         * modules/group-member (EXTRA_DIST): Add group-member.h.
14583         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
14584         * modules/hash (EXTRA_DIST): Add hash.h.
14585         * modules/human (EXTRA_DIST): Add human.h.
14586         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
14587         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
14588         * modules/lchown (EXTRA_DIST): Add lchown.h.
14589         * modules/long-options (EXTRA_DIST): Add long-options.h.
14590         * modules/lstat (EXTRA_DIST): Add lstat.h.
14591         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
14592         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
14593         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
14594         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
14595         * modules/memxor (EXTRA_DIST): Add memxor.h.
14596         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
14597         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
14598         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
14599         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
14600         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
14601         * modules/physmem (EXTRA_DIST): Add physmem.h.
14602         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
14603         * modules/posixver (EXTRA_DIST): Add posixver.h.
14604         * modules/quote (EXTRA_DIST): Add quote.h.
14605         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
14606         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
14607         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
14608         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
14609         regex_internal.h regexec.c.
14610         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
14611         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
14612         * modules/same (EXTRA_DIST): Add same.h.
14613         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
14614         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
14615         * modules/savedir (EXTRA_DIST): Add savedir.h.
14616         * modules/sha1 (EXTRA_DIST): Add sha1.h.
14617         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
14618         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
14619         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
14620         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
14621         * modules/strdup (EXTRA_DIST): Add strdup.h.
14622         * modules/strftime (EXTRA_DIST): Add strftime.h.
14623         * modules/strndup (EXTRA_DIST): Add strndup.h.
14624         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14625         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14626         * modules/time_r (EXTRA_DIST): Add time_r.h.
14627         * modules/timespec (EXTRA_DIST): Add timespec.h.
14628         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14629         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14630         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14631         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14632         * modules/userspec (EXTRA_DIST): Add userspec.h.
14633         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14634         * modules/utimens (EXTRA_DIST): Add utimens.h.
14635         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14636         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14637         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14638         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14639         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14640         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14641         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14642         * modules/yesno (EXTRA_DIST): Add yesno.h.
14643
14644 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14645
14646         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14647
14648         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14649         * m4/dev-ino.m4, same-inode.m4: Remove.
14650
14651         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14652         * m4/acl.m4 (AC_FUNC_ACL):
14653         * m4/backupfile.m4 (gl_BACKUPFILE):
14654         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14655         * m4/canon-host.m4 (gl_CANON_HOST):
14656         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14657         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14658         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14659         * m4/cloexec.m4 (gl_CLOEXEC):
14660         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14661         * m4/closeout.m4 (gl_CLOSEOUT):
14662         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14663         * m4/dirname.m4 (gl_DIRNAME):
14664         * m4/exclude.m4 (gl_EXCLUDE):
14665         * m4/exitfail.m4 (gl_EXITFAIL):
14666         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14667         * m4/file-type.m4 (gl_FILE_TYPE):
14668         * m4/filemode.m4 (gl_FILEMODE):
14669         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14670         * m4/fpending.m4 (gl_FUNC_FPENDING):
14671         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14672         * m4/fts.m4 (gl_FUNC_FTS):
14673         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14674         * m4/getdate.m4 (gl_GETDATE):
14675         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14676         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14677         * m4/getpass.m4 (gl_FUNC_GETPASS):
14678         * m4/gettime.m4 (gl_GETTIME):
14679         * m4/getugroups.m4 (gl_GETUGROUPS):
14680         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14681         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14682         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14683         * m4/hash.m4 (gl_HASH):
14684         * m4/idcache.m4 (gl_IDCACHE):
14685         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14686         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14687         * m4/long-options.m4 (gl_LONG_OPTIONS):
14688         * m4/lstat.m4 (gl_FUNC_LSTAT):
14689         * m4/md5.m4 (gl_MD5):
14690         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14691         * m4/memcoll.m4 (gl_MEMCOLL):
14692         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14693         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14694         * m4/memxor.m4 (gl_MEMXOR):
14695         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14696         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14697         * m4/modechange.m4 (gl_MODECHANGE):
14698         * m4/mountlist.m4 (gl_MOUNTLIST):
14699         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14700         * m4/openat.m4 (gl_FUNC_OPENAT):
14701         * m4/pathmax.m4 (gl_PATHMAX):
14702         * m4/physmem.m4 (gl_PHYSMEM):
14703         * m4/posixtm.m4 (gl_POSIXTM):
14704         * m4/posixver.m4 (gl_POSIXVER):
14705         * m4/quote.m4 (gl_QUOTE):
14706         * m4/quotearg.m4 (gl_QUOTEARG):
14707         * m4/readtokens.m4 (gl_READTOKENS):
14708         * m4/readutmp.m4 (gl_READUTMP):
14709         * m4/regex.m4 (gl_REGEX):
14710         * m4/safe-read.m4 (gl_SAFE_READ):
14711         * m4/safe-write.m4 (gl_SAFE_WRITE):
14712         * m4/same.m4 (gl_SAME):
14713         * m4/save-cwd.m4 (gl_SAVE_CWD):
14714         * m4/savedir.m4 (gl_SAVEDIR):
14715         * m4/settime.m4 (gl_SETTIME):
14716         * m4/sha1.m4 (gl_SHA1):
14717         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14718         * m4/stat-macros.m4 (gl_STAT_MACROS):
14719         * m4/stat-time.m4 (gl_STAT_TIME):
14720         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14721         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14722         * m4/strdup.m4 (gl_FUNC_STRDUP):
14723         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14724         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14725         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14726         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14727         * m4/time_r.m4 (gl_TIME_R):
14728         * m4/timespec.m4 (gl_TIMESPEC):
14729         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14730         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14731         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14732         * m4/userspec.m4 (gl_USERSPEC):
14733         * m4/utimecmp.m4 (gl_UTIMECMP):
14734         * m4/utimens.m4 (gl_UTIMENS):
14735         * m4/xalloc.m4 (gl_XALLOC):
14736         * m4/xgetcwd.m4 (gl_XGETCWD):
14737         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14738         * m4/xreadlink.m4 (gl_XREADLINK):
14739         * m4/xstrtod.m4 (gl_XSTRTOD):
14740         * m4/yesno.m4 (gl_YESNO):
14741         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14742         to get the necessary .h files and whatnot.
14743
14744 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14745             Bruno Haible  <bruno@clisp.org>
14746
14747         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14748         /bin/sh understanding of '!' conditional negation.
14749
14750 2006-08-21  Jim Meyering  <jim@meyering.net>
14751
14752         * modules/openat (Depends-on): Really alphabetize.
14753
14754         * modules/acl (Depends-on): Add error and quote.
14755
14756         * check-module (find_included_lib_files): Add at-func.c to the
14757         ok-to-include-more-than-once white list.
14758
14759         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14760
14761 2006-08-21  Bruno Haible  <bruno@clisp.org>
14762
14763         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14764         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14765         Reported by Martin Lambers <marlam@marlam.de>.
14766
14767 2006-08-21  Bruno Haible  <bruno@clisp.org>
14768
14769         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14770         specify an installation location, don't emit a noinst_LIBRARIES or
14771         noinst_LTLIBRARIES assignment.
14772
14773 2006-08-21  Bruno Haible  <bruno@clisp.org>
14774
14775         BeOS portability.
14776         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14777         BeOS has mbrtowc() but no <wctype.h>.
14778
14779 2006-08-21  Bruno Haible  <bruno@clisp.org>
14780
14781         BeOS portability.
14782         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14783         exist.
14784
14785 2006-08-21  Bruno Haible  <bruno@clisp.org>
14786
14787         BeOS portability.
14788         * lib/mbchar.h: Include <wctype.h> only if it exists.
14789
14790 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14791
14792         Remove files that are no longer needed by their respective modules.
14793         * m4/obstack.m4: Remove.
14794         * m4/strerror_r.m4: Remove.
14795         * m4/uint32_t.m4: Remove.
14796         * m4/uintptr_t.m4: Remove.
14797         * m4/ullong_max.m4: Remove.
14798         * m4/xstrtoimax.m4: Remove.
14799         * m4/xstrtoumax.m4: Remove.
14800
14801         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14802         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14803         dependencies now capture this.
14804
14805         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14806         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14807         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14808         * m4/human.m4 (gl_HUMAN): Likewise.
14809         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14810         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14811
14812         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14813
14814         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14815         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14816         stdint.
14817         * m4/human.m4 (gl_HUMAN): Likewise.
14818         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14819         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14820         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14821         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14822         * m4/xstrtol (gl_XSTRTOL): Likewise.
14823
14824         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14825         AC_TYPE_LONG_LONG_INT.
14826         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14827         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14828         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14829         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14830
14831         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14832         on stdbool.
14833
14834         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14835         (gl_PREREQ_XSTRTOUL): Remove.
14836
14837         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14838
14839         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14840         mode.
14841
14842 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14843
14844         Add and change modules to make it easier for coreutils to use
14845         gnulib-tool.
14846         * modules/backupfile (Files): Remove m4/d-ino.m4.
14847         (Depends-on): Add d-ino.
14848         * modules/cycle-check (Depends-on): Add stdint.
14849         (lib_SOURCES): Add cycle-check.h.
14850         * modules/d-ino: New module.
14851         * modules/d-type: New module.
14852         * modules/error (Files): Remove m4/strerror_r.m4.
14853         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14854         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14855         m4/inttypes_h.m4, m4/uintmax_t.m4.
14856         (Depends-on): Add stdint.
14857         (lib_SOURCES): Add fsusage.h.
14858         * modules/getcwd (Files): Remove d-ino.m4.
14859         (Depends-on): Add d-ino.
14860         * modules/getndelim2 (Depends-on): Add stdint.
14861         * modules/glob (Files): Remove m4/d-type.m4.
14862         (Depends-on): Add d-type.
14863         * modules/host-os: New module.
14864         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14865         m4/inttypes_h.m4, m4/uintmax_t.m4.
14866         * Depends-on: Add stdint.
14867         (lib_SOURCES): Add human.h.
14868         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14869         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14870         m4/uintmax_t.m4, m4/ulonglong.m4.
14871         (Depends-on): Add stdint.
14872         (EXTRA_DIST): Add inttostr.h.
14873         * modules/lchmod: New module.
14874         * modules/link-follow: New module.
14875         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14876         (Depends-on): Add lchmod.
14877         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14878         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14879         (Depends-on): Add stdint.
14880         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14881         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14882         (Depends-on): Add stdint.
14883         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14884         * modules/perl: New module.
14885         * modules/regex (Depends-on): Add stdint.
14886         * modules/rmdir-errno: New module.
14887         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14888         m4/intmax_t.m4.
14889         (Depends-on): Add stdint.
14890         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14891         m4/uintmax_t.m4.
14892         (Depends-on): Add stdint.
14893         * modules/unlink-busy: New module.
14894         * modules/utimecmp (Depends-on): Add stdint.
14895         * modules/uptime: New module.
14896         * modules/winsz-ioctl: New module.
14897         * modules/winsz-termios: New module.
14898         * modules/xnanosleep (Depends-on): Add nanosleep.
14899         * modules/ullong_max: Remove.
14900         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14901         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14902         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14903         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14904         (Depends-on): Add inttypes.
14905         (lib_SOURCES): Add xstrtol.h.
14906         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14907         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14908         * MODULES.html.sh: Move 'assert' into the assert section.
14909         Move 'dummy' into the linking section.
14910         Remove ullong_max.
14911         Add section for compatibility checks for POSIX:2001 functions,
14912         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14913         winsz-ioctl, and winsz-termios into it.
14914         Add lchmod.
14915         Add top-level Misc section and put host-os, perl, and uptime
14916         into it.
14917
14918 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14919
14920         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14921         now assume the stdint module.  Do not include inttypes.h.
14922         * lib/fsusage.h: Likewise.
14923         * lib/getndelim2.c: Likewise.
14924         * lib/human.h: Likewise.
14925         * lib/inttostr.h: Likewise.
14926         * lib/obstack.c: Likewise.
14927         * lib/regex_internal.h: Likewise.
14928         * lib/tempname.c: Likewise.
14929         * lib/utimecmp.c: Likewise.
14930         * lib/xstrtol.h: Likewise.
14931
14932         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14933
14934         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14935         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14936         * lib/xtime.h: Likewise.
14937
14938 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14939
14940         * modules/openat (Files): Add lib/fchmodat.c.
14941         Fixes problem reported by Jay Youngman.
14942
14943 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14944
14945         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14946         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14947
14948 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14949             Bruno Haible  <bruno@clisp.org>
14950
14951         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14952         and is a script that invokes bison. Tighten the code. Add comments.
14953
14954 2006-08-18  Jim Meyering  <jim@meyering.net>
14955
14956         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14957         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14958         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14959         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14960
14961 2006-08-18  Bruno Haible  <bruno@clisp.org>
14962
14963         * modules/bison-i18n: New file.
14964         * MODULES.html.sh (Internationalization functions): Add it.
14965
14966 2006-08-18  Bruno Haible  <bruno@clisp.org>
14967
14968         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14969         sys/statvfs.h. When getmntinfo was found, check its declaration and
14970         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14971
14972 2006-08-18  Bruno Haible  <bruno@clisp.org>
14973
14974         * m4/bison-i18n.m4: New file, from bison.
14975
14976 2006-08-18  Bruno Haible  <bruno@clisp.org>
14977
14978         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14979         (ME_DUMMY): Treat "kernfs" as a dummy.
14980         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14981
14982 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14983
14984         Update from coreutils.
14985
14986         2006-08-15  Jim Meyering  <jim@meyering.net>
14987
14988         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14989
14990         2006-01-17  Jim Meyering  <jim@meyering.net>
14991
14992         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14993
14994         2006-01-11  Jim Meyering  <jim@meyering.net>
14995
14996         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14997         Check for the lchmod function.
14998
14999 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         Update from coreutils.
15002
15003         * lib/__fpending.h: Add copyright notice.
15004         * lib/fprintftime.h: Likewise.
15005         * lib/savedir.c: Use (C) in copyright notice.
15006         * lib/savedir.h: Likewise.
15007
15008         2006-08-15  Jim Meyering  <jim@meyering.net>
15009
15010         * lib/at-func.c: New file, with the logic of all emulated at-functions.
15011         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
15012         in support of the EXPECTED_ERRNO macro.
15013         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
15014         definitions.  Instead, define the appropriate symbols and include
15015         "at-func.c".
15016         * lib/mkdirat.c (mkdirat): Likewise.
15017         * lib/fchmodat.c (fchmodat): Likewise.
15018         (ENOSYS): Remove definition.
15019         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
15020         it.  Don't include "unistd--.h" -- it wasn't ever used.
15021
15022         2006-01-17  Jim Meyering  <jim@meyering.net>
15023
15024         Rewrite fts.c not to change the current working directory,
15025         by using openat, fstatat, fdopendir, etc..
15026
15027         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
15028         (HAVE_OPENAT_SUPPORT): Define.
15029         [_LIBC] (fchdir): Don't undef or define; no longer used.
15030         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
15031         Now, this `function' always succeeds, and consumes its file descriptor
15032         parameter -- so callers must not close such FDs.  Update callers.
15033         (diropen_fd, opendirat, cwd_advance_fd): New functions.
15034         (diropen): Add parameter, SP.  Adjust all callers.
15035         Implement using diropen_fd, rather than open.
15036         (fts_open): Initialize new member, fts_cwd_fd.
15037         Remove fts_rft-setting code.
15038         (fts_close): Close fts_cwd_fd, if necessary.
15039         (__opendir2): Define in terms of opendir or opendirat,
15040         depending on whether the FST_NOCHDIR flag is set.
15041         (fts_build): Since fts_safe_changedir consumes its FD, and since
15042         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
15043         and close the dup'd file descriptor upon failure.
15044         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
15045         (fts_safe_changedir): Tweak semantics to reflect that this function
15046         now calls cwd_advance_fd and hence consumes its FD argument.
15047         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
15048         [struct FTS] (fts_rft): Remove now-unused member.
15049         [struct FTS] (fts_cycle.state): Improve comment.
15050
15051         * lib/openat.c (openat_needs_fchdir): New function.
15052         * lib/openat.h (openat_needs_fchdir): Declare it.
15053
15054 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15055
15056         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
15057         Problem and fix reported by Pádraig Brady in
15058         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
15059
15060 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15061
15062         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
15063
15064 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15065
15066         * lib/memcoll.c (memcoll): Optimize for the common case where the
15067         arguments are bytewise equal.
15068
15069 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15070
15071         * doc/regexprops-generic.texi: Add a copyright notice.
15072
15073 2006-08-15  Bruno Haible  <bruno@clisp.org>
15074
15075         * modules/tmpdir (License): Change to LGPL.
15076
15077 2006-08-15  Bruno Haible  <bruno@clisp.org>
15078
15079         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
15080         module.
15081
15082 2006-08-14  Simon Josefsson  <jas@extundo.com>
15083
15084         * config/srclist.txt: Add gnupload.
15085
15086 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15087
15088         Change copyright notice from LGPL 2 to GPL 2, since that's the
15089         standard form used in the gnulib repository.
15090         * tests/test-lock.c: Likewise.
15091         * tests/test-stdint.c: Likewise.
15092         * tests/test-tls.c: Likewise.
15093
15094         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
15095         prelude-manager.  User shorter URLs for GNU projects, without '?'.
15096         Add copyright notice.
15097
15098         * check-module: Add copyright notice.  Output a copyright
15099         notice if "--version" is specified.
15100         * modules/COPYING: New file.
15101         * tests/test-getaddrinfo.c: Add copyright notice.
15102         * tests/test-verify.c: Likewise.
15103
15104 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15105
15106         Change copyright notice from LGPL 2 to GPL 2, since that's the
15107         standard form used in the gnulib repository.
15108         * lib/lock.c: LGPL -> GPL.
15109         * lib/lock.h: Likewise.
15110         * lib/strnlen1.c: Likewise.
15111         * lib/strnlen1.h: Likewise.
15112         * lib/tls.c: Likewise.
15113         * lib/tls.h: Likewise.
15114         * lib/tmpdir.c: Likewise.
15115
15116         * lib/TODO: Remove; this belongs only in coreutils.
15117
15118 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         Add copyright notices to long-enough files that lack them, since
15121         otherwise the files aren't clearly free.  Use the same notice that
15122         getdate.texi already uses.
15123         * doc/alloca-opt.texi: Add copyright notice.
15124         * doc/alloca.texi: Likewise.
15125         * doc/ctime.texi: Likewise.
15126         * doc/functions.texi: Likewise.
15127         * doc/gcd.texi: Likewise.
15128         * doc/gnulib-tool.texi: Likewise.
15129         * doc/inet_ntoa.texi: Likewise.
15130         * doc/visibility.texi: Likewise.
15131
15132         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
15133         * doc/quote.texi: Add copyright notice.
15134
15135         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
15136         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
15137         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
15138         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
15139         is now obsolete, and give a pointer to the Sun list.
15140         Add copyright notice.
15141
15142 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15143
15144         * config/srclistvars.sh: Add copyright notice.
15145
15146 2006-08-14  Eric Blake  <ebb9@byu.net>
15147
15148         Import the following change from libc:
15149
15150         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
15151
15152         Upstream bug 2997.
15153         * lib/misc/error.c: Add space between program name and message if file
15154         name is missing.
15155
15156 2006-08-12  Karl Berry  <karl@gnu.org>
15157
15158         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
15159         remove, these originate in gnulib now.
15160
15161 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15162
15163         * doc/Makefile (standards.info standards.html standards.dvi):
15164         Also depend on make-stds.texi.
15165
15166 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15167
15168         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
15169         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
15170
15171         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
15172         in wchar_t.  Problem reported by Eric Blake.
15173
15174         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
15175         LEN is smaller than SIZE.  Suggested by Bruno Haible.
15176         Also, help the compiler to keep LEN in a register.
15177
15178 2006-08-11  Eric Blake  <ebb9@byu.net>
15179
15180         * users.txt: Sort.  Add tar.
15181
15182 2006-08-11  Bruno Haible  <bruno@clisp.org>
15183
15184         * users.txt: New file.
15185
15186 2006-08-11  Bruno Haible  <bruno@clisp.org>
15187
15188         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
15189         before <wchar.h>. Needed for OSF/1 and BSD/OS.
15190
15191 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15192
15193         * modules/snprintf (Depends-on): Remove minmax.
15194         (Maintainer): Add self and Bruno.
15195
15196 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15197
15198         * lib/.cppi-disable: Add snprintf.h, socket_.h.
15199         * lib/snprintf.c: Include <errno.h> and <limits.h>.
15200         (EOVERFLOW): Define if the system does not.
15201         Do not include "minmax.h"; it wasn't used.
15202         (snprintf): Don't assume size_t promotes to an unsigned type.
15203         Fix bug when generated string was too long for the buffer: the
15204         buffer's contents are supposed to be the initial prefix of the
15205         output.  Don't assume vasnprintf returns EOVERFLOW if the size
15206         exceeds INT_MAX; do the check ourselves.
15207
15208         Import the following changes from libc:
15209
15210         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
15211
15212         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
15213         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
15214         set wc to the byte which couldn't be converted.
15215         (re_string_reconstruct): Don't clear valid_raw_len before calling
15216         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
15217         tip_context using re_string_context_at.
15218
15219         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
15220
15221         * lib/posix/regex.h: g++ still cannot handled [restrict].
15222
15223         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
15224
15225         * lib/posix/regex.h: Remove special handling for VMS.
15226
15227 2006-08-10  Jim Meyering  <jim@meyering.net>
15228
15229         * modules/same-inode: New module.
15230         * modules/dev-ino: New module.
15231         * modules/cycle-check: Depend on these modules, rather than simply
15232         including their .h files.
15233         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
15234         required via m4/cycle-check.m4.
15235         * modules/same: Depend on new same-inode module, rather than
15236         including same-inode.h.
15237         * modules/chdir-safer: New file.
15238
15239         * modules/chown (Depends-on): Add stat-macros.
15240
15241 2006-08-10  Jim Meyering  <jim@meyering.net>
15242
15243         * m4/cycle-check.m4: New file.
15244         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
15245         * m4/dev-ino.m4, m4/same-inode.m4: New files.
15246
15247 2006-08-10  Eric Blake  <ebb9@byu.net>
15248
15249         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
15250         in from original proposal.
15251
15252 2006-08-10  Eric Blake  <ebb9@byu.net>
15253         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15254
15255         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
15256         namespace.
15257
15258 2006-08-10  Bruno Haible  <bruno@clisp.org>
15259
15260         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
15261         as well.
15262
15263 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15264
15265         Sync from coreutils.
15266
15267         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
15268
15269         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
15270         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
15271
15272 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15273
15274         * modules/restrict: Remove; no longer needed now that we assume
15275         Autoconf 2.59 or later.
15276         * MODULES.html.sh: Remove 'restrict'.
15277         * modules/argp (Depends-on): Remove 'restrict'.
15278         * modules/base64 (Depends-on): Likewise.
15279         * modules/gc (Depends-on): Likewise.
15280         * modules/getaddrinfo (Depends-on): Likewise.
15281         * modules/glob (Depends-on): Likewise.
15282         * modules/inet_ntop (Depends-on): Likewise.
15283         * modules/inet_pton (Depends-on): Likewise.
15284         * modules/memxor (Depends-on): Likewise.
15285         * modules/regex (Depends-on): Likewise.
15286         * modules/strtok_r (Depends-on): Likewise.
15287         * modules/time_r (Depends-on): Likewise.
15288
15289 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15290
15291         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
15292         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
15293         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15294         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
15295         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
15296         * m4/memxor.m4 (gl_MEMXOR): Likewise.
15297         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
15298         gl_C_RESTRICT replaced by AC_C_RESTRICT.
15299
15300         Merge from coreutils.
15301         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
15302         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
15303         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15304         * m4/time_r.m4 (gl_TIME_R): Likewise.
15305
15306 2006-08-09  Karl Berry  <karl@gnu.org>
15307
15308         * config/srclist.txt: no more gettext-tools, per Bruno.
15309
15310 2006-08-08  Eric Blake  <ebb9@byu.net>
15311
15312         * modules/verror: New module.
15313         * MODULES.html.sh: Document it.
15314
15315 2006-08-08  Eric Blake  <ebb9@byu.net>
15316
15317         * lib/verror.h, lib/verror.c: New files.
15318
15319 2006-08-08  Eric Blake  <ebb9@byu.net>
15320
15321         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
15322         verror_at_line output complies with GNU Coding Standards even when
15323         file is NULL.
15324
15325 2006-08-07  Bruno Haible  <bruno@clisp.org>
15326
15327         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
15328         versions of AIX.
15329         Reported by Ralf Wildenhues.
15330
15331 2006-08-07  Bruno Haible  <bruno@clisp.org>
15332
15333         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
15334         in an AC_DEFUN. Needed so that the autoconf snippets can use
15335         AC_REQUIRE.
15336
15337 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15338
15339         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15340         Initialize pkgdata_DATA.
15341         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
15342         overriding it.
15343
15344 2006-08-06  Eric Blake  <ebb9@byu.net>
15345
15346         * lib/error.h: Fold in some upstream changes from glibc.
15347         * lib/error.c: Likewise.
15348
15349 2006-08-04  Bruno Haible  <bruno@clisp.org>
15350
15351         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15352         Make the mostlyclean-local rule depend on mostlyclean-generic.
15353         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
15354
15355 2006-07-31  Bruno Haible  <bruno@clisp.org>
15356
15357         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
15358         <stdlib.h>, <string.h>.
15359
15360 2006-07-30  Bruno Haible  <bruno@clisp.org>
15361
15362         * modules/readlink (License): Change to LGPL.
15363
15364 2006-07-30  Bruno Haible  <bruno@clisp.org>
15365
15366         * modules/javaversion (Makefile.am): Distribute javaversion.java and
15367         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
15368         set PKGDATADIR to point to it.
15369
15370 2006-07-30  Bruno Haible  <bruno@clisp.org>
15371
15372         * modules/csharpexec (configure.ac): Comment out macro invocation.
15373         * modules/javaexec (configure.ac): Likewise.
15374         * modules/javacomp-script (configure.ac): Likewise.
15375
15376         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
15377
15378 2006-07-30  Bruno Haible  <bruno@clisp.org>
15379
15380         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
15381         linked-list.
15382
15383 2006-07-30  Bruno Haible  <bruno@clisp.org>
15384
15385         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
15386
15387 2006-07-30  Bruno Haible  <bruno@clisp.org>
15388
15389         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15390         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
15391         get removed.
15392
15393 2006-07-29  Bruno Haible  <bruno@clisp.org>
15394
15395         Make it possible for gnulib-tool to work with locally modified or
15396         augmented gnulib repositories.
15397         * gnulib-tool (func_usage): Document --local-dir option.
15398         (local_gnulib_dir): New variable.
15399         Handle --local-dir option.
15400         (func_lookup_file): New function.
15401         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
15402         (func_get_description, func_get_filelist, func_get_description,
15403         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
15404         func_get_automake_snippet, func_get_include_directive,
15405         func_get_license, func_get_maintainer): Use func_lookup_file.
15406         (func_import, func_create_testdir): Use func_lookup_file.
15407
15408 2006-07-29  Bruno Haible  <bruno@clisp.org>
15409
15410         * modules/setenv (Depends-on): Add unistd.
15411
15412 2006-07-29  Bruno Haible  <bruno@clisp.org>
15413
15414         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
15415
15416 2006-07-29  Bruno Haible  <bruno@clisp.org>
15417
15418         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
15419
15420 2006-07-29  Bruno Haible  <bruno@clisp.org>
15421
15422         * gnulib-tool (import, update): If there is no Makefile.am, look at
15423         aclocal.m4, instead of bailing out.
15424
15425 2006-07-29  Bruno Haible  <bruno@clisp.org>
15426
15427         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
15428         Categorize the options by when they are useful.
15429
15430 2006-07-29  Bruno Haible  <bruno@clisp.org>
15431
15432         * gnulib-tool (func_usage): Document option --no-libtool.
15433         Handle option --no-libtool.
15434         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
15435         for changed semantics of $libtool variable.
15436         (func_import): Likewise. If libtool is not used, show this through
15437         an option --no-libtool.
15438         (func_create_testdir): Update.
15439
15440 2006-07-29  Bruno Haible  <bruno@clisp.org>
15441
15442         * gnulib-tool (func_import): Extend error message about missing
15443         --doc-base.
15444
15445 2006-07-29  Bruno Haible  <bruno@clisp.org>
15446
15447         * gnulib-tool (func_import): Don't create the $docbase directory if
15448         there is no file to store there.
15449
15450 2006-07-29  Bruno Haible  <bruno@clisp.org>
15451
15452         * gnulib-tool (autoconf_minversion): If a --dir option is given and
15453         relevant, look for configure.ac there, not in the current directory.
15454         Also use a simple search for AC_PREREQ, not "autoconf --trace".
15455
15456 2006-07-29  Bruno Haible  <bruno@clisp.org>
15457
15458         * gnulib-tool (SORT): New variable.
15459         (func_usage): Undocument --assume-autoconf option.
15460         Remove --assume-autoconf option handling.
15461         (autoconf_minversion): Determine from the contents of configure.ac.
15462         (func_import): Remove autoconf_minversion handling.
15463         Suggested by Eric Blake.
15464
15465 2006-07-29  Bruno Haible  <bruno@clisp.org>
15466
15467         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
15468
15469 2006-07-29  Bruno Haible  <bruno@clisp.org>
15470
15471         * config/srclist.txt (*setenv.[ch]): Remove rules.
15472
15473 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15474
15475         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
15476
15477 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15478
15479         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
15480         arpa/inet.h.
15481
15482 2006-07-28  Simon Josefsson  <jas@extundo.com>
15483
15484         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
15485         * modules/inet_pton (Depends-on): Likewise.
15486
15487 2006-07-28  Simon Josefsson  <jas@extundo.com>
15488
15489         * m4/netinet_in_h.m4: New file.
15490
15491 2006-07-28  Simon Josefsson  <jas@extundo.com>
15492
15493         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
15494         #include's.
15495
15496 2006-07-28  Simon Josefsson  <jas@extundo.com>
15497
15498         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
15499         #include's.
15500
15501 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15502
15503         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
15504         setgid on directories only if they set these bits.
15505         * lib/modechange.h: Remove obsolete comment about masks.
15506
15507 2006-07-28  Eric Blake  <ebb9@byu.net>
15508
15509         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
15510         macro expansion.
15511
15512 2006-07-28  Bruno Haible  <bruno@clisp.org>
15513
15514         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
15515
15516 2006-07-28  Bruno Haible  <bruno@clisp.org>
15517
15518         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
15519
15520 2006-07-28  Bruno Haible  <bruno@clisp.org>
15521
15522         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15523         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15524         Define fallbacks.
15525         Avoids link error on FreeBSD 4.x.
15526         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15527
15528         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
15529         encoding.
15530         * lib/mbswidth.c (iswcntrl): Likewise.
15531
15532 2006-07-27  Bruno Haible  <bruno@clisp.org>
15533
15534         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
15535         test.
15536
15537 2006-07-27  Bruno Haible  <bruno@clisp.org>
15538
15539         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
15540         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
15541         defined.
15542
15543 2006-07-26  Eric Blake  <ebb9@byu.net>
15544
15545         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
15546
15547 2006-07-26  Eric Blake  <ebb9@byu.net>
15548
15549         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
15550         like mingw that lack mkstemp.
15551         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
15552         avoid compilation warning on mingw.
15553
15554 2006-07-26  Bruno Haible  <bruno@clisp.org>
15555
15556         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
15557         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
15558         INT_FAST*_MIN, INTPTR_MIN.
15559
15560 2006-07-25  Bruno Haible  <bruno@clisp.org>
15561
15562         * modules/version-etc (Depends-on): Add stdarg.
15563
15564 2006-07-25  Bruno Haible  <bruno@clisp.org>
15565
15566         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
15567         complex commands.
15568
15569 2006-07-25  Bruno Haible  <bruno@clisp.org>
15570
15571         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
15572         defined in <stdarg.h> or config.h.
15573
15574 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
15577         (gl_STDIO_SAFER): Remove.
15578
15579 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15580
15581         * MODULES.html.sh (File stream based Input/Output):
15582         Add fopen-safer, tmpfile-safer; remove stdio-safer.
15583         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
15584         * modules/fopen-safer, modules/tmpfile-safer: New files.
15585         * modules/stdio-safer: Remove.
15586
15587 2006-07-24  Bruno Haible  <bruno@clisp.org>
15588
15589         * modules/tmpdir: New file.
15590         * MODULES.html.sh (File system functions): Add it.
15591
15592 2006-07-24  Bruno Haible  <bruno@clisp.org>
15593
15594         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
15595         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
15596
15597 2006-07-24  Bruno Haible  <bruno@clisp.org>
15598
15599         * modules/clean-temp: New file.
15600
15601 2006-07-24  Bruno Haible  <bruno@clisp.org>
15602
15603         * m4/tmpdir.m4: New file, from GNU gettext.
15604
15605 2006-07-24  Bruno Haible  <bruno@clisp.org>
15606
15607         * lib/tmpdir.h: New file, from GNU gettext.
15608         * lib/tmpdir.c: New file, from GNU gettext.
15609
15610 2006-07-24  Bruno Haible  <bruno@clisp.org>
15611
15612         * lib/clean-temp.h: New file, from GNU gettext.
15613         * lib/clean-temp.c: New file, from GNU gettext.
15614
15615 2006-07-23  Eric Blake  <ebb9@byu.net>
15616
15617         * modules/stdio-safer (Files): Add tmpfile-safer.c.
15618         (Depends-on): Add binary-io.
15619
15620 2006-07-23  Eric Blake  <ebb9@byu.net>
15621
15622         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
15623
15624 2006-07-23  Eric Blake  <ebb9@byu.net>
15625
15626         * lib/tmpfile-safer.c: New file.
15627         * lib/stdio-safer.h (fopen_safer): Add prototype.
15628         * lib/stdio--.h (tmpfile): Make safer.
15629
15630 2006-07-23  Bruno Haible  <bruno@clisp.org>
15631
15632         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15633         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15634         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15635         gl_linked_remove_at): Use it.
15636
15637 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15638         and Simon Josefsson <jas@extundo.com>
15639
15640         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15641
15642         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15643
15644 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15645
15646         * modules/close-stream: New file.
15647         * modules/closeout (Description): Make it clear that it exits
15648         with a diagnostic on error.
15649         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15650         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15651
15652 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15653
15654         * m4/close-stream.m4: New file.
15655
15656 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15657
15658         * lib/close-stream.c, lib/close-stream.h: New files.
15659
15660 2006-07-22  Bruno Haible  <bruno@clisp.org>
15661
15662         Merge from GNU gettext 0.15.
15663
15664         2006-05-01  Bruno Haible  <bruno@clisp.org>
15665
15666                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15667
15668         2006-07-22  Bruno Haible  <bruno@clisp.org>
15669
15670                 * modules/javaversion: New file.
15671                 * MODULES.html.sh (Java): Add javaversion.
15672
15673         2006-03-12  Bruno Haible  <bruno@clisp.org>
15674
15675                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15676
15677         2005-12-04  Bruno Haible  <bruno@clisp.org>
15678
15679                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15680                 (untested).
15681
15682         2006-06-21  Bruno Haible  <bruno@clisp.org>
15683
15684                 Avoid warnings from recent versions of mcs.
15685                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15686                 -o, -L, -r any more. Use options documented since mcs-1.0
15687                 instead. Similarly for -g.
15688
15689         2005-12-04  Bruno Haible  <bruno@clisp.org>
15690
15691                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15692                 .resources, not .resource.
15693
15694         2005-07-09  Bruno Haible  <bruno@clisp.org>
15695
15696                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15697                 add a .dll suffix.
15698                 Reported by Mark Junker <mjscod@gmx.de>.
15699
15700         2006-07-22  Bruno Haible  <bruno@clisp.org>
15701
15702                 * modules/gettext: Upgrade to gettext-0.15.
15703                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15704                 m4/visibility.m4.
15705                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15706
15707 2006-07-22  Bruno Haible  <bruno@clisp.org>
15708
15709         Merge from GNU gettext 0.15.
15710
15711         2006-03-25  Bruno Haible  <bruno@clisp.org>
15712
15713                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15714
15715         2006-07-21  Bruno Haible  <bruno@clisp.org>
15716
15717                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15718                 "1.1".
15719
15720         2006-05-09  Bruno Haible  <bruno@clisp.org>
15721
15722                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15723                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15724                 for the conftestver execution.
15725
15726         2006-05-01  Bruno Haible  <bruno@clisp.org>
15727
15728                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15729                 optional target-version argument. Verify that the compiler
15730                 groks source of the specified source-version, or add -source
15731                 option as necessary. Verify that the compiler produces
15732                 bytecode in the specified target-version, or add -target and
15733                 -source options as necessary. Make the result of the test
15734                 available as variable CONF_JAVAC. Also log error output in
15735                 config.log.
15736
15737         2006-03-11  Bruno Haible  <bruno@clisp.org>
15738
15739                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15740
15741         2006-05-09  Bruno Haible  <bruno@clisp.org>
15742
15743                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15744                 CLASSPATH_SEPARATOR to a semicolon.
15745
15746         2006-03-12  Bruno Haible  <bruno@clisp.org>
15747
15748                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15749                 available as variable CONF_JAVA, for subsequent autoconf
15750                 tests. Also log error output in config.log.
15751
15752         2006-07-19  Bruno Haible  <bruno@clisp.org>
15753
15754                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15755                 that getline works on glibc2 systems. Needed to avoid trouble
15756                 in relocatable.c.
15757                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15758
15759         2005-12-04  Bruno Haible  <bruno@clisp.org>
15760
15761                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15762                 launcher (untested).
15763
15764         2005-12-04  Bruno Haible  <bruno@clisp.org>
15765
15766                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15767
15768         2006-07-22  Bruno Haible  <bruno@clisp.org>
15769
15770                 * gettext.m4: Update from GNU gettext-0.15.
15771                 * nls.m4: Likewise.
15772                 * po.m4: Likewise.
15773                 * inttypes-pri.m4: Likewise.
15774                 * inttypes-h.m4: Renamed from inttypes.m4.
15775                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15776
15777 2006-07-22  Bruno Haible  <bruno@clisp.org>
15778
15779         Merge from GNU gettext 0.15.
15780
15781         2005-07-05  Bruno Haible  <bruno@clisp.org>
15782
15783                 * printf-args.c (printf_fetchargs): Work around broken
15784                 definition of wint_t on mingw.
15785
15786         2005-02-12  Bruno Haible  <bruno@clisp.org>
15787
15788                 * xallocsa.h: Add extern "C" for C++.
15789
15790         2006-05-17  Bruno Haible  <bruno@clisp.org>
15791
15792                 Cygwin portability.
15793                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15794
15795         2006-04-30  Bruno Haible  <bruno@clisp.org>
15796
15797                 * progreloc.c: Include <mach-o/dyld.h> if available.
15798                 (find_executable): Use _NSGetExecutablePath when possible.
15799
15800         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15801
15802                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15803                 function.
15804
15805         2005-12-29  Bruno Haible  <bruno@clisp.org>
15806
15807                 * progreloc.c (set_program_name_and_installdir): Fix
15808                 compilation error.
15809
15810         2005-12-04  Bruno Haible  <bruno@clisp.org>
15811
15812                 Cygwin portability.
15813                 * progreloc.c: Include <windows.h> also on Cygwin.
15814                 (find_executable): Add support for Cygwin.
15815                 (set_program_name_and_installdir): Handle also platforms with
15816                 nonempty EXEEXT.
15817
15818         2006-07-11  Bruno Haible  <bruno@clisp.org>
15819
15820                 * javacomp.c: Fix a comment.
15821                 Reported by Jim Meyering.
15822
15823         2006-04-30  Bruno Haible  <bruno@clisp.org>
15824
15825                 * javacomp.h (compile_java_class): Add source_version,
15826                 target_version arguments.
15827                 * javacomp.c: Rewritten to choose only a compiler that
15828                 respects the specified source_version and target_version.
15829
15830         2006-06-27  Bruno Haible  <bruno@clisp.org>
15831
15832                 Assume correct S_ISDIR macro.
15833                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15834
15835         2006-07-22  Bruno Haible  <bruno@clisp.org>
15836
15837                 * javaversion.h: New file, from GNU gettext.
15838                 * javaversion.c: New file, from GNU gettext.
15839                 * javaversion.java: New file, from GNU gettext.
15840                 * javaversion.class: New file, from GNU gettext.
15841
15842         2006-05-17  Bruno Haible  <bruno@clisp.org>
15843
15844                 Cygwin portability.
15845                 * javaexec.c (execute_java_class): Test for jview program
15846                 also on Cygwin.
15847
15848         2006-04-09  Bruno Haible  <bruno@clisp.org>
15849
15850                 * fatal-signal.c: Don't include string.h.
15851                 (at_fatal_signal): Use a copying loop instead of memcpy.
15852
15853         2005-12-04  Bruno Haible  <bruno@clisp.org>
15854
15855                 * csharpexec.c: Add support for 'clix' launcher (untested).
15856                 (execute_csharp_using_sscli): New function.
15857                 (execute_csharp_program): Call it.
15858
15859         2006-06-21  Bruno Haible  <bruno@clisp.org>
15860
15861                 Avoid warnings from recent versions of mcs.
15862                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15863                 -o, -L, -r any more. Use options documented since mcs-1.0
15864                 instead. Similarly for -g.
15865
15866         2005-07-09  Bruno Haible  <bruno@clisp.org>
15867
15868                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15869                 add a .dll suffix.
15870                 Reported by Mark Junker <mjscod@gmx.de>.
15871
15872         2006-06-17  Bruno Haible  <bruno@clisp.org>
15873
15874                 * config.charset: Update for NetBSD 3.0.
15875
15876         2006-05-17  Bruno Haible  <bruno@clisp.org>
15877
15878                 Cygwin portability.
15879                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15880
15881         2006-05-16  Bruno Haible  <bruno@clisp.org>
15882
15883                 * localcharset.c [CYGWIN]: Include <windows.h>.
15884                 (get_charset_aliases): For Cygwin, return the same CPxxx
15885                 aliases list as under WIN32.
15886                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15887                 the environment variables. Fall back to GetACP().
15888
15889         2006-04-05  Bruno Haible  <bruno@clisp.org>
15890
15891                 * config.charset: Update Juan Manuel Guerrero's address.
15892
15893         2005-02-12  Bruno Haible  <bruno@clisp.org>
15894
15895                 * allocsa.h: Add extern "C" for C++.
15896
15897         2005-02-10  Bruno Haible  <bruno@clisp.org>
15898
15899                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15900                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15901
15902         2006-07-22  Bruno Haible  <bruno@clisp.org>
15903
15904                 * gettext.h: Update to GNU gettext-0.15.
15905
15906 2006-07-22  Bruno Haible  <bruno@clisp.org>
15907
15908         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15909         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15910         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15911
15912 2006-07-21  Eric Blake  <ebb9@byu.net>
15913
15914         * modules/stdlib-safer: New file.
15915         * MODULES.html.sh (File stream based Input/Output): Add
15916         stdlib-safer.
15917
15918 2006-07-21  Eric Blake  <ebb9@byu.net>
15919
15920         * lib/stdlib-safer.h: New file from coreutils, required by
15921         stdlib--.h.
15922
15923 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15924
15925         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15926
15927 2006-07-20  Bruno Haible  <bruno@clisp.org>
15928
15929         * gnulib-tool: Recognize new option --assume-autoconf.
15930         (autoconf_minversion): New variable.
15931         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15932
15933 2006-07-20  Bruno Haible  <bruno@clisp.org>
15934
15935         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15936
15937 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15938
15939         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15940         Reindent and repaginate.
15941
15942 2006-07-19  Derek Price  <derek@ximbiot.com>
15943
15944         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15945         Correct grammar.
15946
15947 2006-07-17  Bruno Haible  <bruno@clisp.org>
15948
15949         * modules/list: New file.
15950         * modules/array-list: New file.
15951         * modules/carray-list, modules/carray-list-tests: New files.
15952         * modules/linked-list, modules/linked-list-tests: New files.
15953         * modules/avltree-list, modules/avltree-list-tests: New files.
15954         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15955         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15956         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15957         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15958         * modules/oset: New file.
15959         * modules/array-oset: New file.
15960         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15961         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15962         * tests/test-carray_list.c: New file.
15963         * tests/test-linked_list.c: New file.
15964         * tests/test-avltree_list.c: New file.
15965         * tests/test-rbtree_list.c: New file.
15966         * tests/test-linkedhash_list.c: New file.
15967         * tests/test-avltreehash_list.c: New file.
15968         * tests/test-rbtreehash_list.c: New file.
15969         * tests/test-avltree_oset.c: New file.
15970         * tests/test-rbtree_oset.c: New file.
15971         * MODULES.html.sh (Container data structures): New section.
15972
15973 2006-07-17  Bruno Haible  <bruno@clisp.org>
15974
15975         * m4/gl_list.m4: New file.
15976
15977 2006-07-17  Bruno Haible  <bruno@clisp.org>
15978
15979         * lib/gl_list.h: New file.
15980         * lib/gl_list.c: New file.
15981         * lib/gl_array_list.h: New file.
15982         * lib/gl_array_list.c: New file.
15983         * lib/gl_carray_list.h: New file.
15984         * lib/gl_carray_list.c: New file.
15985         * lib/gl_linked_list.h: New file.
15986         * lib/gl_linked_list.c: New file.
15987         * lib/gl_anylinked_list1.h: New file.
15988         * lib/gl_anylinked_list2.h: New file.
15989         * lib/gl_avltree_list.h: New file.
15990         * lib/gl_avltree_list.c: New file.
15991         * lib/gl_anyavltree_list1.h: New file.
15992         * lib/gl_anyavltree_list2.h: New file.
15993         * lib/gl_rbtree_list.h: New file.
15994         * lib/gl_rbtree_list.c: New file.
15995         * lib/gl_anyrbtree_list1.h: New file.
15996         * lib/gl_anyrbtree_list2.h: New file.
15997         * lib/gl_anytree_list1.h: New file.
15998         * lib/gl_anytree_list2.h: New file.
15999         * lib/gl_linkedhash_list.h: New file.
16000         * lib/gl_linkedhash_list.c: New file.
16001         * lib/gl_anyhash_list1.h: New file.
16002         * lib/gl_anyhash_list2.h: New file.
16003         * lib/gl_avltreehash_list.h: New file.
16004         * lib/gl_avltreehash_list.c: New file.
16005         * lib/gl_rbtreehash_list.h: New file.
16006         * lib/gl_rbtreehash_list.c: New file.
16007         * lib/gl_anytreehash_list1.h: New file.
16008         * lib/gl_anytreehash_list2.h: New file.
16009
16010         * lib/gl_oset.h: New file.
16011         * lib/gl_oset.c: New file.
16012         * lib/gl_array_oset.h: New file.
16013         * lib/gl_array_oset.c: New file.
16014         * lib/gl_avltree_oset.h: New file.
16015         * lib/gl_avltree_oset.c: New file.
16016         * lib/gl_rbtree_oset.h: New file.
16017         * lib/gl_rbtree_oset.c: New file.
16018         * lib/gl_anytree_oset.h: New file.
16019
16020 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16021
16022         * m4/mkancesdirs.m4: New file.
16023         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
16024         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
16025         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
16026         it.
16027
16028 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16029
16030         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
16031         * lib/mkancesdirs.h: New files.
16032         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
16033         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
16034         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
16035         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
16036         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
16037         callers changed.  Revamp internals significantly, by not
16038         attempting to create directories that are temporarily more
16039         permissive than the final results.  Do not attempt to use
16040         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
16041         This removes some race conditions, fixes some bugs, and simplifies
16042         things.  Use new dirchownmod function to do owner and mode changes.
16043         * lib/mkdir-p.h: Likewise.
16044         * lib/modechange.c (octal_to_mode): New function.
16045         (struct mode_change): New member mentioned.
16046         (make_node_op_equals): New arg mentioned.  All callers changed.
16047         (mode_compile): Keep track of which mode bits the user has explicitly
16048         mentioned.
16049         (mode_adjust): New arg DIR, so that we implement the X op correctly.
16050         New arg PMODE_BITS, to keep track of which mode bits the user
16051         mentioned; it treats S_ISUID and S_ISGID speciall.
16052         All callers changed.
16053         * lib/modechange.h: Likewise.
16054
16055 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16056
16057         * MODULES.html.sh: Add mkancestors.
16058         * modules/mkancesdirs: New module.
16059         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
16060         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
16061         The chdir-safer and afs files are now orphans; I'll remove them
16062         unless someone speaks up.
16063         Add lib/dirchownmod.c, lib/dirchownmod.h.
16064         (Depends-on): Remove alloca, chown, save-cwd, dirname.
16065         Add lchown, mkancesdirs.
16066         (Maintainer): Add self.
16067
16068 2006-07-15  Karl Berry  <karl@gnu.org>
16069
16070         * gnulib-tool: help message wording/arrangement.
16071
16072 2006-07-14  Simon Josefsson  <jas@extundo.com>
16073
16074         * doc/gnulib.texi (Libtool and Windows): New section.
16075
16076 2006-07-12  Simon Josefsson  <jas@extundo.com>
16077
16078         * modules/gendocs (License): Fix license, approved by Karl.
16079
16080 2006-07-12  Eric Blake  <ebb9@byu.net>
16081
16082         * MODULES.html.sh: Add gendocs.
16083
16084 2006-07-11  Eric Blake  <ebb9@byu.net>
16085
16086         * modules/fdl: New module, to install doc/fdl.texi.
16087         * MODULES.html.sh: Add new section for documentation modules.
16088         * gnulib-tool: Avoid space-tab.
16089         (--doc-base): New option, to manage files from doc.
16090
16091 2006-07-11  Eric Blake  <ebb9@byu.net>
16092
16093         * m4/absolute-header.m4: Fix comments to match recent change.
16094
16095 2006-07-11  Eric Blake  <ebb9@byu.net>
16096
16097         * gnulib-tool: List --doc-base before --tests-base.
16098
16099 2006-07-11  Derek R. Price  <derek@ximbiot.com>
16100
16101         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
16102
16103 2006-07-11  Bruno Haible  <bruno@clisp.org>
16104
16105         * README: Mention where to put documentation.
16106
16107 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16108
16109         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
16110
16111 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16112
16113         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
16114         to stdint.m4.
16115
16116 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16117
16118         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
16119         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
16120         "no/such/file/stdint.h" when there is no such file, so that
16121         the resulting C code can be parsed by dodgy compilers.
16122         Problems reported by Bob Proulx.
16123
16124 2006-07-10  Derek R. Price  <derek@ximbiot.com>
16125
16126         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
16127         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
16128         macros into the GNU _D_EXACT_NAMLEN.
16129         * lib/savedir.c:  Likewise.
16130         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
16131
16132 2006-07-10  Derek R. Price  <derek@ximbiot.com>
16133         and Paul Eggert  <eggert@cs.ucla.edu>
16134
16135         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
16136         * m4/savedir.m4:
16137         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
16138         macros into the GNU _D_EXACT_NAMLEN.
16139
16140 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16141
16142         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
16143         around the absolute name, to work around a problem with the HP-UX
16144         11.23 native C compiler, reported by Bob Proulx.
16145
16146 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16147
16148         * doc/maintain.texi, make-stds.texi: Sync from
16149         <http://savannah.gnu.org/projects/gnustandards>.
16150
16151 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16152
16153         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
16154
16155 2006-07-09  Jim Meyering  <jim@meyering.net>
16156
16157         * m4/glob.m4: Remove a doubled word in a comment.
16158
16159 2006-07-09  Jim Meyering  <jim@meyering.net>
16160
16161         * lib/argp-pv.c: Remove a doubled word in a comment.
16162         * lib/check-version.c (check_version): Likewise.
16163         * lib/javacomp.c (compile_java_class): Likewise.
16164
16165 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16166
16167         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
16168         for the benefit of people using Autoconf 2.60.  If you want to
16169         support older Autoconf versions you can copy m4/onceonly_2_57.m4
16170         (or m4/onceonly.m4, if pre-2.57) manually.
16171
16172 2006-07-08  Jim Meyering  <jim@meyering.net>
16173
16174         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
16175         comment.
16176         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
16177         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
16178         comment.
16179
16180 2006-07-08  Jim Meyering  <jim@meyering.net>
16181
16182         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
16183
16184 2006-07-07  Simon Josefsson  <jas@extundo.com>
16185
16186         * tests/test-crc.c: Change expected crc value, the test vector
16187         were probably computed using the old broken crc.c?
16188
16189 2006-07-06  Simon Josefsson  <jas@extundo.com>
16190
16191         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
16192         now the canonical place for the M4 file).
16193
16194         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
16195         from the sys_socket dependency now.
16196
16197         * modules/inet_pton (Files): Ditto.
16198
16199         * modules/inet_ntop (Files): Ditto.
16200
16201 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16202
16203         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
16204         not gl_PREREQ_GETUSERSHELL.
16205
16206 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16207
16208         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
16209         with only one argument, for Autoconf 2.60.
16210         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
16211         expand to nothing, so add a shell command to avoid syntax error.
16212         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16213
16214 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16215
16216         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
16217
16218 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16219
16220         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
16221         no longer needed.  Check for isblank decl.
16222         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
16223         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
16224         of existence.
16225
16226 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16227
16228         * lib/getloadavg.c: Use __VMS, not VMS.
16229         * lib/getopt.c: Likewise.
16230         * lib/getpagesize.h: Likewise.
16231         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
16232         and probably does not work.
16233
16234 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16235
16236         * lib/.cppi-disable: Add wcwidth.
16237         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
16238         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
16239         (ISGRAPH): Remove.  All uses changed to isgraph.
16240         (FOLD) [!defined _LIBC]: Remove special case.
16241         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
16242         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
16243         HAVE_ISBLANK.
16244         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
16245         case.
16246
16247 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16248
16249         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
16250         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
16251         brackets.  Other minor changes to suppress some compiler
16252         warnings.
16253
16254 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16255         and Paul Eggert  <eggert@cs.ucla.edu>
16256
16257         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
16258         of invoking obsolescent AC_HEADER_DIRENT macro.
16259         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
16260         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
16261         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
16262         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
16263         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
16264         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16265         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
16266         * m4/readdir.m4: Remove; no longer needed.
16267
16268 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16269         and Paul Eggert  <eggert@cs.ucla.edu>
16270
16271         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
16272         Don't worry about this obsolete case any more.
16273         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
16274         directories.
16275         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
16276         worry about this obsolete case any more.
16277         * lib/fts.c: Likewise.
16278         * lib/getcwd.c: Likewise.
16279         * lib/glob.h: Likewise.
16280         * lib/savedir.c: Likewise.
16281
16282 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16283
16284         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
16285         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
16286         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
16287         needed.
16288         All uses removed.
16289         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16290         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16291         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
16292         needed.
16293         * m4/getdate.m4 (gl_GETDATE): Likewise.
16294         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16295         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16296         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16297         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16298         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16299         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16300         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
16301         needed.
16302
16303 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16304
16305         * lib/memcasecmp.c: Include <limits.h>.
16306         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
16307         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
16308         Don't assume isdigit succeeds only on '0' through '9'.
16309
16310 2006-07-05  Eric Blake  <ebb9@byu.net>
16311
16312         * modules/getaddrinfo (Depends-on): Add snprintf.
16313
16314 2006-07-05  Eric Blake  <ebb9@byu.net>
16315
16316         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
16317         to avoid 'header present but could not be compiled' on cygwin.
16318
16319 2006-07-05  Eric Blake  <ebb9@byu.net>
16320
16321         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
16322         missing from netdb.h.
16323         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
16324
16325 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16326
16327         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
16328         no longer needed.
16329         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
16330         * m4/getdate.m4 (gl_GETDATE): Likewise.
16331         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16332         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16333         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16334         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16335         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16336
16337 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16338
16339         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
16340         All uses of is_space replaced by isspace.
16341         * lib/exit.h: Don't talk about STDC_HEADERS.
16342         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
16343         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
16344         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
16345         replaced by isprint etc.
16346         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
16347         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16348         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
16349         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
16350         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
16351         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16352
16353 2006-07-05  Bruno Haible  <bruno@clisp.org>
16354
16355         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
16356         the function exists, before testing against AIX.
16357         Reported by Martin Lambers <marlam@marlam.de>.
16358
16359 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16360
16361         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
16362         From Mark D. Baushke.
16363
16364 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
16367         to the absolute name, not just one, to bypass Sun C 5.8's
16368         "warning: #include of /usr/include/... may be non-portable".
16369
16370 2006-07-04  Eric Blake  <ebb9@byu.net>
16371
16372         * modules/dirname-tests: New test module.
16373         * tests/test-dirname.c: New file, replacing dirname.c
16374         TEST_DIRNAME section that was recently deleted.
16375
16376 2006-07-04  Bruno Haible  <bruno@clisp.org>
16377
16378         Assume ANSI C header files and <ctype.h> functions.
16379         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
16380         (mbsnwidth): Use isprint, iscntrl instead.
16381
16382 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16383
16384         Merge from coreutils.
16385         * MODULES.html.sh: Add xstrtold.
16386         * modules/xstrtold: New file.
16387         * modules/cycle-check (Files): Add lib/same-inode.h.
16388         * modules/dirname (Files): Add m4/double-slash-root.m4.
16389         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
16390         * modules/mkdir-p (Files): Add lib/same-inode.h.
16391         * modules/same (Files): Add lib/same-inode.h.
16392
16393 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16394
16395         * m4/absolute-header.m4: Renamed from full-header-path.m4.
16396         This is to keep the terminology clean; POSIX talks about
16397         "absolute pathnames", not "full pathnames", but the GNU
16398         Coding Standards say to use "path" for something else;
16399         so use "absolute" to keep both sides happy.
16400         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
16401         Set gl_absolute_header, not gl_full_header_path.
16402         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
16403         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
16404         All uses changed.
16405
16406         Merge from coreutils.
16407
16408         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16409
16410         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
16411         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
16412         want to require the building of c-strtod.o.
16413         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
16414         needs -lm directly.
16415         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
16416
16417         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16418
16419         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
16420         --as-needed option if available.  Problem reported by Albert Chin in
16421         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
16422         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
16423         cc merely issues a bunch of annoying warnings for --as-needed
16424         (this problem was reported by Bob Proulx).  Also, try linking with
16425         -lm to detect a bug in binutils 2.16 (this problem was reported
16426         by Ralf Wildenhues).
16427
16428         2006-06-18  Jim Meyering  <jim@meyering.net>
16429
16430         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
16431         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
16432         macro.
16433         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
16434         also check for glibc-2.4's abort-inducing bug.
16435
16436         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
16437         Low-probability clean-up should be to use rmdir to get rid of
16438         the just-created directory, not unlink.
16439
16440         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
16441         configure fail, and request a bug report to inform us about it.
16442         Add a comment that, barring reports to the contrary, in 2007 we'll
16443         assume ftruncate is universally available.
16444
16445         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16446
16447         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
16448
16449         2006-03-12  Jim Meyering  <jim@meyering.net>
16450
16451         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
16452         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
16453         * m4/same.m4 (gl_SAME): Likewise.
16454         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
16455
16456         2006-03-11  Eric Blake  <ebb9@byu.net>
16457
16458         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
16459         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
16460         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
16461         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
16462
16463 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16464
16465         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
16466         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
16467         reported by Mark D. Baushke, one in
16468         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
16469
16470         Merge from coreutils.
16471
16472         * lib/.cppi-disable: Add stdint_.h.
16473         * lib/.cvsignore: Add stdint.h.
16474
16475         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16476
16477         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
16478         both double and long double versions.
16479         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
16480         * lib/xstrtold.c: New file.
16481         * lib/xstrtod.h (xstrtold): New decl.
16482
16483         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16484
16485         * lib/filemode.c (setst): Remove.
16486         (strmode): Rewrite to avoid setst.  This makes the code shorter,
16487         (arguably) clearer, and the generated code is a bit smaller on my
16488         Debian GNU/Linux stable x86 host.
16489
16490         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16491
16492         * lib/filemode.c: Include "filemode.h" first, to test the interface.
16493         Assume that filemode.h includes sys/types.h and sys/stat.h.
16494         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
16495         (ftypelet): Reorder to put common cases first, for efficiency.
16496         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
16497         to do 'M'.
16498         (strmode): Renamed from mode_string, and now stores 12 bytes instead
16499         of 10, for compatibility with FreeBSD.  All callers changed.
16500         (filemodestring): Now stores 12 bytes instead of 10, and sets file
16501         types that can't be deduced solely from st_mode.  First arg is now a
16502         const pointer.
16503         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
16504         (strmode): Renamed from mode_string.
16505         (filemodestring): New decl.
16506         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
16507         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
16508         needed.
16509         (S_ISPORT, S_ISWHT): New macros, if not already defined.
16510
16511         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16512
16513         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
16514         fsusage.h now does that.  Include fsusage.h first, to test interface.
16515         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
16516         at most one method (the old code could have generated decls that
16517         didn't conform to C89, not that this was ever exercised).
16518         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
16519
16520         2006-03-19  Jim Meyering  <jim@meyering.net>
16521
16522         Work even in a chroot where d_ino values for entries in "/"
16523         don't match the stat.st_ino values for the same names.
16524         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
16525         number, iterate through all entries again, using lstat instead.
16526         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
16527         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
16528
16529         * lib/getcwd.c (__getcwd): Clarify a comment.
16530         Use memcpy in place of a call to strcpy.
16531
16532         2006-03-12  Jim Meyering  <jim@meyering.net>
16533
16534         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
16535         matches that of the current directory (which we're about to chdir ".."
16536         out of), then save the dev-ino of the parent, instead.
16537
16538         * lib/same-inode.h (SAME_INODE): New file/macro.
16539         * lib/chdir-safer.c (SAME_INODE): Remove definition.
16540         Include "same-inode.h", instead.
16541         * lib/same.c: Likewise.
16542         * lib/cycle-check.h: Include "same-inode.h".
16543         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
16544         * lib/cycle-check.c (SAME_INODE): Remove definition.
16545         * lib/root-dev-ino.h: Include "same-inode.h".
16546
16547         2006-03-11  Eric Blake  <ebb9@byu.net>
16548
16549         * lib/same.c (same_name): s/base_name/last_component/
16550         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
16551         * lib/filenamecat.c (file_name_concat): Likewise.
16552
16553         2006-03-11  Eric Blake  <ebb9@byu.net>,
16554                     Paul Eggert  <eggert@cs.ucla.edu>
16555
16556         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
16557         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
16558         drive prefix.
16559         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
16560         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
16561         (last_component): New method.
16562         * lib/dirname.c (dir_len): Determine when drive letters need a
16563         subsequent slash.  Preserve // when it is special.
16564         (dir_name): Don't append dot when drive letter is absolute.
16565         [TEST_DIRNAME]: Move into a full-blown gnulib test.
16566         * lib/basename.c (base_name): New semantics - malloc the result.
16567         Preserve // when it is special.  Preserve relative files that look
16568         like drive letters.
16569         (base_len): Preserve // when it is special.
16570         (last_component): New method, similar to old base_name semantics.
16571         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
16572         base_name.  Strip redundant slashes from ///.
16573
16574 2006-07-03  Jim Meyering  <jim@meyering.net>
16575
16576         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
16577         macro is used before the first cycle_check call.
16578
16579 2006-07-03  Eric Blake  <ebb9@byu.net>
16580
16581         * modules/dirname (Depends-on): Add xstrndup.
16582
16583 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16584
16585         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
16586         test cases, so that config.log is a bit easier to follow.
16587
16588 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16589
16590         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
16591         both are 64 bits, since this seems to be the tradition, and this
16592         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
16593         we ever run into a host that prefers long long to long in this
16594         case, we'll need another configure-time test.  Problem reported by
16595         Jim Meyering.
16596
16597 2006-07-02  Eric Blake  <ebb9@byu.net>
16598
16599         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
16600
16601 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16602
16603         * modules/inttypes (Depends-on): No longer depends on stdint.
16604         * modules/stdint (Description): Say more about assumptions.
16605         Say that the fast types might differ.  Say macros are used.
16606         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
16607         (Makefile.am): Revise list of substituted symbols to match
16608         new stdint.m4.
16609         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
16610         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
16611         * tests/test-stdint.c (verify_same_types)
16612         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
16613         the code conforms to C99/C89.
16614         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
16615         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
16616
16617 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16618
16619         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
16620         but fix a bug, by requiring at least 64 bits.
16621         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
16622         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
16623         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16624         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16625
16626         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16627         changes.  Make 2.59 a prerequisite.  Check and substitute for
16628         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16629         inttypes.h.  Do not use special include files; just use the
16630         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16631         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16632         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16633         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16634         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16635         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16636         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16637         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16638         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16639         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16640         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16641         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16642         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16643         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16644         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16645         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16646         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16647         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16648         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16649         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16650         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16651         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16652         not check for things that C99 does not require, e.g., int8_t.  If
16653         a test isn't needed unless <stdint.h> isn't working, and is
16654         unlikely to be needed for any other reason, then don't do it
16655         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16656         size_t, since we assume C89 freestanding at least.  Do not check
16657         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16658         the right thing even if the types are not defined.  Instead use:
16659         (gl_STDINT_TYPE_PROPERTIES): New macro.
16660         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16661         testing whether <sys/types.h> clashes, as Autoconf does this for
16662         us now.  All uses removed.
16663         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16664         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16665         (gl_CHECK_TYPE_SAME):
16666         Remove; no longer needed.
16667         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16668         exists, since we'll return 0 anyway in that case.
16669         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16670
16671 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16672
16673         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16674         possible collision with system files.
16675         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16676         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16677         WCHAR_MIN and WCHAR_MAX in this case.
16678         (<stddef.h>): Do not include; no longer needed.
16679         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16680         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16681         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16682         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16683         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16684         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16685         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16686         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16687         !defined(__c99))]: Include in this case too, since it's harmless
16688         now.
16689         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16690         dangerous to do so.
16691         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16692         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16693         (_STDINT_MIN, _STDINT_MAX): New macros.
16694         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16695         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16696         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16697         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16698         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16699         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16700         macros, not typedefs; this simplifies things quite a bit.
16701         Use long int for all types narrower than int64_t.
16702         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16703         Define in terms of long long int or int64_t or long int,
16704         not int64_t or int32_t.  This saves some compile-time testing.
16705         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16706         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16707         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16708         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16709         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16710         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16711         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16712         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16713         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16714         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16715         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16716         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16717         undef any previous version and define our own version, for
16718         simplicity and consistency with the new macros for types.
16719         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16720         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16721         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16722         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16723         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16724         @WINT_T_SUFFIX@ to keep things simple here.
16725         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16726         Simplify by assuming typical 8/16/32/64 host, since we're
16727         already doing that elsewhere anyway.
16728         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16729         and assume long long int is 64 bits if available.  This
16730         speeds up 'configure'.
16731
16732 2006-07-01  Eric Blake  <ebb9@byu.net>
16733
16734         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16735         Reported by Andreas Buening.
16736
16737 2006-07-01  Eric Blake  <ebb9@byu.net>
16738
16739         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16740
16741 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16742
16743         * lib/getaddrinfo.c: fixed typo
16744
16745 2006-06-29  Jim Meyering  <jim@meyering.net>
16746
16747         * modules/strftime (Maintainer): Add my name, since with the
16748         FPRINTFTIME changes strftime.c has forked from glibc.
16749
16750 2006-06-29  Eric Blake  <ebb9@byu.net>
16751
16752         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16753
16754 2006-06-29  Eric Blake  <ebb9@byu.net>
16755
16756         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16757
16758 2006-06-29  Eric Blake  <ebb9@byu.net>
16759
16760         * lib/stat_.h: New file.
16761
16762 2006-06-29  Eric Blake  <ebb9@byu.net>
16763
16764         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16765         unused static function.
16766
16767 2006-06-29  Eric Blake  <ebb9@byu.net>
16768
16769         * doc/functions.texi (Function Portability): Document missing lstat
16770         on mingw.
16771
16772 2006-06-29  Eric Blake  <ebb9@byu.net>
16773
16774         * MODULES.html.sh: Add sys_stat.
16775         * modules/sys_stat: New module.
16776         * modules/mkstemp (Depends-on): Add sys_stat.
16777
16778 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16779
16780         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16781
16782 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16783
16784         * m4/c-bs-a.m4: Removed.
16785
16786 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16787
16788         * lib/strftime.c: Assume strftime() exists.
16789
16790 2006-06-29  Derek Price  <derek@ximbiot.com>
16791
16792         * modules/c-bs-a: Removed - \a is C89.
16793         * MODULES.html.sh: Remove c-bs-a.
16794
16795 2006-06-29  Bruno Haible  <bruno@clisp.org>
16796
16797         * modules/wcwidth (License): Change to LGPL.
16798
16799 2006-06-28  Simon Josefsson  <jas@extundo.com>
16800
16801         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16802         on _WIN32.
16803
16804         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16805         getnameinfo.
16806
16807 2006-06-28  Simon Josefsson  <jas@extundo.com>
16808
16809         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16810
16811 2006-06-28  Simon Josefsson  <jas@extundo.com>
16812
16813         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16814         functions there.  It will succeed on Windows XP, but on Windows
16815         2000 and (presumably) earlier, it will fail, and use the internal
16816         re-implementation.
16817         (use_win32_p): New function.
16818         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16819         Support AI_NUMERICSERV to disable getservbyname.
16820         (getnameinfo): New function, only supports
16821         NI_NUMERICHOST|NI_NUMERICSERV for now.
16822
16823         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16824         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16825         getnameinfo.
16826
16827 2006-06-28  Eric Blake  <ebb9@byu.net>
16828
16829         * modules/wcwidth: New file.
16830         * modules/mbchar (Depends-on): Add wcwidth.
16831         * modules/mbswidth (Depends-on): Add wcwidth.
16832         * MODULES.html.sh: Add wcwidth.
16833
16834 2006-06-28  Eric Blake  <ebb9@byu.net>
16835
16836         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16837         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16838
16839 2006-06-28  Eric Blake  <ebb9@byu.net>
16840
16841         * lib/xvasprintf.h: Fix comments.
16842
16843 2006-06-28  Eric Blake  <ebb9@byu.net>
16844
16845         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16846         * lib/mbswidth.c (wcwidth): Move from here...
16847         * lib/wcwidth.h: ...to this new file.
16848
16849 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16850
16851         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16852
16853         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16854         it's obsolete.
16855         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16856
16857 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16858
16859         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16860         Autoconf 2.60 says this stuff was obsolete.
16861
16862 2006-06-28  Bruno Haible  <bruno@clisp.org>
16863
16864         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16865
16866 2006-06-28  Bruno Haible  <bruno@clisp.org>
16867
16868         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16869         gt_TYPE_WCHAR_T.
16870
16871 2006-06-28  Bruno Haible  <bruno@clisp.org>
16872
16873         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16874         declaration for wcwidth.
16875         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16876
16877 2006-06-28  Bruno Haible  <bruno@clisp.org>
16878
16879         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16880         (mkdir): Define using _mkdir.
16881
16882 2006-06-28  Bruno Haible  <bruno@clisp.org>
16883
16884         * lib/getaddrinfo.h: Fix POSIX URL.
16885         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16886         _WIN32.
16887         (use_win32_p): Make static.
16888         (getaddrinfo): Reject service name if it is empty or does not consist
16889         solely of decimal digits, or if its value is > 65535.
16890         (getnameinfo): Remove useless casts.
16891
16892 2006-06-27  Simon Josefsson  <jas@extundo.com>
16893
16894         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16895         Eggert and Martin Lambers.
16896
16897 2006-06-27  Simon Josefsson  <jas@extundo.com>
16898
16899         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16900         Eggert and Martin Lambers.
16901
16902 2006-06-27  Bruno Haible  <bruno@clisp.org>
16903
16904         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16905         result to 0, not to empty.
16906         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16907
16908 2006-06-27  Bruno Haible  <bruno@clisp.org>
16909
16910         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16911
16912 2006-06-26  Simon Josefsson  <jas@extundo.com>
16913
16914         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16915         present.
16916
16917 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16918
16919         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16920         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16921         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16922
16923 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16924
16925         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16926
16927 2006-06-26  Bruno Haible  <bruno@clisp.org>
16928
16929         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16930
16931 2006-06-26  Bruno Haible  <bruno@clisp.org>
16932
16933         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16934
16935 2006-06-26  Bruno Haible  <bruno@clisp.org>
16936
16937         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16938         SGI C compiler in pre-C99 mode.
16939         Suggested by Mark D. Baushke and Larry Jones.
16940
16941 2006-06-26  Bruno Haible  <bruno@clisp.org>
16942
16943         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16944         WCHAR_MAX.
16945         Reported by Mark D. Baushke and Larry Jones.
16946
16947 2006-06-26  Bruno Haible  <bruno@clisp.org>
16948
16949         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16950         in pre-C99 mode.
16951         Suggested by Mark D. Baushke and Larry Jones.
16952
16953 2006-06-23  Simon Josefsson  <jas@extundo.com>
16954             Bruno Haible  <bruno@clisp.org>
16955
16956         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16957         Emit mostlyclean-local rule.
16958         (func_emit_tests_Makefile_am): Likewise.
16959         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16960
16961 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16962
16963         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16964
16965 2006-06-23  Bruno Haible  <bruno@clisp.org>
16966
16967         * tests/test-stdint.c: Update to match ISO C 99 Technical
16968         Corrigendum 1.
16969
16970 2006-06-23  Bruno Haible  <bruno@clisp.org>
16971
16972         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16973
16974 2006-06-23  Bruno Haible  <bruno@clisp.org>
16975
16976         * lib/stdint_.h: Treat IRIX like OpenBSD.
16977
16978 2006-06-23  Bruno Haible  <bruno@clisp.org>
16979
16980         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16981         ISO C 99 Technical Corrigendum 1.
16982
16983 2006-06-22  Simon Josefsson  <jas@extundo.com>
16984
16985         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16986         MinGW.
16987
16988 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16989
16990         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16991         needed.  Some compiler complained about some of them.  Problem reported
16992         by Larry Jones in
16993         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16994
16995 2006-06-21  Simon Josefsson  <jas@extundo.com>
16996
16997         * tests/test-getaddrinfo.c: New file.
16998
16999         * modules/getaddrinfo-tests: New file.
17000
17001         * MODULES.html.sh: Add inet_pton.
17002
17003         * modules/inet_pton: New file.
17004
17005 2006-06-21  Simon Josefsson  <jas@extundo.com>
17006
17007         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
17008         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
17009         of using the (limited) gnulib implementation on Windows XP.
17010
17011         * m4/inet_pton.m4: New file.
17012
17013 2006-06-21  Simon Josefsson  <jas@extundo.com>
17014
17015         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
17016         variable.
17017
17018         * lib/socket_.h: Don't define WINVER.
17019
17020         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
17021         slightly modified to work in gnulib.
17022
17023 2006-06-21  Simon Josefsson  <jas@extundo.com>
17024
17025         * doc/gnulib.texi (Windows sockets): Add.
17026
17027 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
17028
17029         * lib/read-file.c (fread_file): Start with buffer allocation of
17030         0 bytes rather than 1 byte; this simplifies the code.
17031         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
17032         code to free buffer and save/restore errno.
17033         (internal_read_file): Remove unused local.
17034
17035 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
17036
17037         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
17038         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
17039         Problem reported by Denis Excoffier in
17040         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
17041
17042 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17043
17044         * modules/sys_socket, modules/socklen: Include sys/types since
17045         FreeBSD 4.x's sys/socket.h needs it.
17046
17047 2006-06-19  Simon Josefsson  <jas@extundo.com>
17048
17049         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
17050
17051 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
17052
17053         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
17054
17055 2006-06-19  Bruno Haible  <bruno@clisp.org>
17056
17057         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
17058         and FULL_PATH_INTTYPES_H in angle brackets.
17059         Reported by Mark D. Baushke <mdb@gnu.org>.
17060
17061 2006-06-17  Eric Blake  <ebb9@byu.net>
17062
17063         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
17064         errno.
17065
17066 2006-06-17  Bruno Haible  <bruno@clisp.org>
17067
17068         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
17069         <sys/inttypes.h>.
17070
17071 2006-06-17  Bruno Haible  <bruno@clisp.org>
17072
17073         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
17074         whether errno is declared. Assume <errno.h> declares errno.
17075
17076 2006-06-17  Bruno Haible  <bruno@clisp.org>
17077
17078         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
17079
17080 2006-06-17  Bruno Haible  <bruno@clisp.org>
17081
17082         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
17083         problem on Solaris 2.5.1.
17084
17085 2006-06-16  Eric Blake  <ebb9@byu.net>
17086
17087         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
17088         * lib/unicodeio.c [!defined errno]: Likewise.
17089         * lib/strtol.c [!defined errno]: Likewise.
17090         * lib/strtod.c [!defined errno]: Likewise.
17091
17092 2006-06-15  Eric Blake  <ebb9@byu.net>
17093
17094         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
17095
17096 2006-06-15  Eric Blake  <ebb9@byu.net>
17097
17098         * config/srclist.txt (ssize_t.m4): Lose sync.
17099
17100 2006-06-15  Bruno Haible  <bruno@clisp.org>
17101
17102         * modules/stdint (Files): Include m4/full-header-path.m4,
17103         m4/size_max.m4, m4/wchar_t.m4.
17104         (Makefile.am): Many more substitutions.
17105         * modules/stdint-tests: New file.
17106         * tests/test-stdint.c: New file.
17107
17108 2006-06-15  Bruno Haible  <bruno@clisp.org>
17109
17110         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
17111         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
17112         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
17113         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
17114         gl_CHECK_TYPE_SAME): New macros.
17115
17116 2006-06-15  Bruno Haible  <bruno@clisp.org>
17117
17118         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
17119
17120 2006-06-15  Bruno Haible  <bruno@clisp.org>
17121
17122         * lib/stdint_.h: Rewritten to be fully auto-configured.
17123         Fixes bug on HP-UX/IA64.
17124
17125 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
17126
17127         * lib/getdate.y (__attribute__): Don't define if already defined.
17128         Problem reported by Larry Jones.
17129         * lib/utimens.c (__attribute__): Likewise.
17130
17131 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
17132
17133         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
17134         reported by Andreas Schwab.
17135
17136 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17137             Bruno Haible  <bruno@clisp.org>
17138
17139         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
17140         check for the declaration of strnlen and a run test that exposes the
17141         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
17142         rpl_strndup.
17143
17144 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17145             Bruno Haible  <bruno@clisp.org>
17146
17147         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
17148
17149 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17150
17151         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
17152         compile test, for Tru64 4.0D.
17153
17154 2006-05-28  Karl Berry  <karl@gnu.org>
17155
17156         * config/srclist.txt (printf-args.c): lose sync.
17157
17158 2006-05-26  Martin Lambers  <marlam@marlam.de>
17159
17160         * lib/getpass.c: Updates the test for the native W32 API, and adds
17161         missing includes, thus fixing compilation warnings.
17162
17163 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17164
17165         * lib/exclude.c (exclude_fnmatch): New function.
17166         (excluded_file_name): Call exclude_fnmatch.
17167         * lib/exclude.h (excluded_file_name): New prototype
17168
17169 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
17170
17171         * lib/tempname.c (small_open, large_open): New macros.
17172         (__open, __open64) [!_LIBC]: Remove.
17173         (__gen_tempname): Use small_open and large_open instead of __open
17174         and __open64.  This fixes a portability bug on HP-UX 11.11i
17175         reported by Simon Wing-Tang in
17176         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
17177
17178 2006-05-24  Bruno Haible  <bruno@clisp.org>
17179
17180         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
17181         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
17182         Reported by Thorsten Maerz <torte@netztorte.de> via
17183         Aaron Stone <aaron@serendipity.cx>.
17184
17185 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17186
17187         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
17188         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
17189         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
17190         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
17191         not really conditional on the cache.
17192         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
17193
17194 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17195
17196         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
17197         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
17198         (my_usleep): Don't mishandle maximum value.
17199
17200 2006-05-19  Jim Meyering  <jim@meyering.net>
17201
17202         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
17203
17204 2006-05-17  Bruno Haible  <bruno@clisp.org>
17205
17206         Cygwin portability.
17207         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
17208
17209 2006-05-17  Bruno Haible  <bruno@clisp.org>
17210
17211         * lib/stdint_.h: Fix recognition of Cygwin.
17212
17213 2006-05-15  Bruno Haible  <bruno@clisp.org>
17214
17215         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
17216         on libtool patch by Ralf Wildenhues.
17217
17218 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17219
17220         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
17221         test for C99 conformance; (bool) 0.5 is an integer constant
17222         expression, but (bool) -0.5 is not.  Problem reported by Fedor
17223         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
17224
17225 2006-05-11  Simon Josefsson  <jas@extundo.com>
17226
17227         * m4/xvasprintf.m4: Fix obvious typo.
17228
17229 2006-05-11  Jim Meyering  <jim@meyering.net>
17230
17231         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
17232         James Lemley.
17233
17234 2006-05-10  Simon Josefsson  <jas@extundo.com>
17235
17236         * lib/md4.c: Typo fix, update copyright years.
17237         (K1, K2): Don't use L because it turn computations into 64-bit on
17238         64-bit platforms.
17239
17240 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
17241
17242         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
17243         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
17244         unwanted sign propagation, e.g., on hosts with 64-bit int.
17245         There still are some problems with reeelly weird theoretical hosts
17246         (e.g., 33-bit int) but it's not worth worrying about now.
17247         * lib/sha1.c (rol): Likewise.
17248         (K1, K2, K3, K4): Remove unnecessary L suffix.
17249
17250 2006-05-10  Bruno Haible  <bruno@clisp.org>
17251
17252         * lib/des.c: Cast to avoid warnings.
17253
17254 2006-05-09  Bruno Haible  <bruno@clisp.org>
17255
17256         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
17257         (Depends-on): Depend also on xsize, stdarg.
17258         (configure.ac): Add gl_XVASPRINTF.
17259
17260 2006-05-09  Bruno Haible  <bruno@clisp.org>
17261
17262         * m4/xvasprintf.m4: New file.
17263
17264 2006-05-09  Bruno Haible  <bruno@clisp.org>
17265
17266         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
17267         (EOVERFLOW): Define fallback value.
17268         (xstrcat): New function.
17269         (xvasprintf): Recognize the special case of a string concatenation.
17270
17271 2006-05-08  Eric Blake  <ebb9@byu.net>
17272
17273         * gnulib-tool (func_version): Base copyright year on CVS date.
17274         (func_emit_copyright_notice): New function.
17275         (func_emit_lib_Makefile_am): Use it.
17276         (func_emit_tests_Makefile_am): Likewise.
17277         (func_import): Likewise.
17278
17279 2006-05-08  Bruno Haible  <bruno@clisp.org>
17280
17281         * modules/stdarg: New file.
17282         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
17283
17284 2006-05-08  Bruno Haible  <bruno@clisp.org>
17285
17286         * m4/stdarg.m4: New file, from GNU gettext.
17287
17288 2006-05-08  Bruno Haible  <bruno@clisp.org>
17289
17290         * config/srclist.txt (build-aux/config.rpath): different from latest
17291         release.
17292
17293 2006-05-08  Bruno Haible  <bruno@clisp.org>
17294
17295         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
17296
17297 2006-05-05  Jim Meyering  <jim@meyering.net>
17298
17299         * m4/warning.m4: New file, derived from bison's file by the same name.
17300
17301 2006-05-03  Bruno Haible  <bruno@clisp.org>
17302
17303         * lib/stdint_.h: Shorter URL.
17304         * lib/inttypes.h: Likewise.
17305
17306 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17307
17308         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
17309
17310 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17311
17312         * lib/verify.h: Document the internals better.  Most of this change
17313         was written by Bruno Haible.
17314
17315 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17316
17317         * doc/verify.texi: New file, partly based on a proposal by
17318         Bruno Haible.
17319
17320 2006-05-02  Bruno Haible  <bruno@clisp.org>
17321
17322         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
17323         test from here...
17324         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
17325
17326 2006-04-29  Bruno Haible  <bruno@clisp.org>
17327
17328         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
17329         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
17330
17331 2006-04-29  Bruno Haible  <bruno@clisp.org>
17332
17333         * gnulib-tool: Make --update option actually work.
17334
17335 2006-04-29  Bruno Haible  <bruno@clisp.org>
17336
17337         * doc/gcd.texi: New file.
17338         * doc/gnulib.texi: Include it.
17339
17340 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * lib/getdate.y (get_date): When adding relative date, start with the
17343         initial time, not with the result of the first mktime call.
17344
17345 2006-04-25  Bruno Haible  <bruno@clisp.org>
17346
17347         * gnulib-tool (func_import): Output the include directives in three
17348         blocks, sorted separately.
17349         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17350
17351 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17352
17353         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
17354         to define main with arguments, for C++.  Reported by Eric Blake.
17355         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
17356         Prefer 'int main ()' to 'int main (void)', for C++.
17357         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
17358         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
17359         for 'main', for C99 and C++.
17360
17361 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17362
17363         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
17364         Don't assume that exit status -1 is valid.
17365         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17366         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
17367         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
17368         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
17369         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
17370         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
17371         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
17372         functions can be used without declaring them, or that you can
17373         exit with status -1.
17374         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
17375
17376 2006-04-24  Karl Berry  <karl@gnu.org>
17377
17378         * config/srclist.txt (longdouble.m4): sync lost.
17379
17380 2006-04-24  Eric Blake  <ebb9@byu.net>
17381
17382         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
17383
17384 2006-04-24  Bruno Haible  <bruno@clisp.org>
17385
17386         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
17387         poll() implementation in AIX.
17388         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17389
17390 2006-04-24  Bruno Haible  <bruno@clisp.org>
17391
17392         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
17393         assigned exactly once.
17394
17395 2006-04-23  Claudio Fontana  <claudio@gnu.org>
17396             Bruno Haible  <bruno@clisp.org>
17397
17398         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
17399         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
17400         for AM_CPPFLAGS.
17401
17402 2006-04-23  Bruno Haible  <bruno@clisp.org>
17403
17404         * modules/copy-file: Depend on unistd.
17405         * modules/execute: Likewise.
17406         * modules/fatal-signal: Likewise.
17407         * modules/findprog: Likewise.
17408         * modules/mkdtemp : Likewise.
17409         * modules/pipe: Likewise.
17410         * modules/wait-process: Likewise.
17411
17412 2006-04-23  Bruno Haible  <bruno@clisp.org>
17413
17414         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
17415         condition was already detected.
17416         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17417
17418 2006-04-23  Bruno Haible  <bruno@clisp.org>
17419
17420         * lib/copy-file.c: Include <unistd.h> unconditionally.
17421         * lib/execute.c: Likewise.
17422         * lib/fatal-signal.c: Likewise.
17423         * lib/findprog.c: Likewise.
17424         * lib/mkdtemp.c: Likewise.
17425         * lib/pipe.h: Likewise.
17426         * lib/pipe.c: Likewise.
17427         * lib/wait-process.h: Likewise.
17428
17429 2006-04-23  Bruno Haible  <bruno@clisp.org>
17430
17431         * gnulib-tool (func_usage): Fix --import description. Document
17432         --update.
17433         (func_import): Create temporary file in a temporary directory, if
17434         --dry-run is specified. Silence errors from 'grep' when there are no
17435         m4 files in $m4dir.
17436         (func_create_testdir): Silence errors from 'grep' when there are no
17437         m4 files in $m4dir.
17438         Reported by Karl Berry <karl@freefriends.org>.
17439
17440 2006-04-20  Bruno Haible  <bruno@clisp.org>
17441
17442         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
17443         one argument, so that the code will be portable to Autoconf 2.60.
17444         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
17445         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17446         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
17447
17448 2006-04-19  Derek Price  <derek@ximbiot.com>
17449             Eric Blake  <ebb9@byu.net>
17450
17451         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
17452         rather than "/full/path.h".  Update comment to match.  Shorten &
17453         generalize m4_translit call via AS_TR_CPP.
17454
17455 2006-04-19  Derek Price  <derek@ximbiot.com>
17456             Eric Blake  <ebb9@byu.net>
17457
17458         * lib/inttypes.h: Correct grammar in comment.
17459
17460 2006-04-18  Derek Price  <derek@ximbiot.com>
17461             Paul Eggert  <eggert@cs.ucla.edu>
17462
17463         * modules/inttypes: New file.
17464         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
17465
17466 2006-04-18  Derek Price  <derek@ximbiot.com>
17467             Paul Eggert  <eggert@cs.ucla.edu>
17468
17469         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
17470         New files.
17471
17472 2006-04-18  Derek Price  <derek@ximbiot.com>
17473             Paul Eggert  <eggert@cs.ucla.edu>
17474
17475         * lib/inttypes.h: New file.
17476         * lib/strtoimax.c: Assume <inttypes.h>.
17477
17478 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
17479
17480         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
17481         isn't mounted.  Problem reported by Kir Kolyshkin.
17482
17483 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17484
17485         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
17486         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
17487         Derek R. Price.
17488         * lib/regex.h (RE_DUP_MAX): Update comment to match current
17489         implementation.
17490
17491 2006-04-12  Eric Blake  <ebb9@byu.net>
17492
17493         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
17494         is now done automatically by the corresponding Autoconf macro.
17495
17496 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
17497
17498         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
17499         time_r.h.
17500
17501 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17502
17503         Merge regex changes from libc, removing some of our
17504         POSIX-conformance changes that were rejected and redoing them in a
17505         less-intrusive way.
17506
17507         * lib/regcomp.c (re_compile_internal, init_dfa):
17508         Length arg is now size_t, not Idx.  All uses changed.
17509         (peek_token): Forward decl now says internal_function.
17510         (__re_error_msgid, __re_error_msgid_idx):
17511         Now static rather than extern with attribute_hidden.
17512         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
17513         For some reason libc prefers K&R style defns for external functions.
17514         (regerror) [!defined _LIBC]: Likewise.
17515         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
17516         (seek_collating_symbol_entry, lookup_collation_sequence_value):
17517         (build_range_exp, build_collating_symbol):
17518         Use K&R-style defn.
17519         (re_compile_fastmap): Use '\0' to memset, not 0.
17520         (utf8_sb_map): Make the calculations more obvious.
17521         (init_dfa, parse_bracket_exp, build_charclass_op):
17522         Call calloc and cast result, as glibc does.
17523         (init_word_char, fetch_token, peek_token, peek_token_bracket):
17524         (build_range_exp, build_collating_symbol):
17525         Now internal functions.
17526
17527         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
17528
17529         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
17530         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
17531         Don't depend on VMS; depend on __VMS instead, for POSIX
17532         namespace cleanness.
17533         (regoff_t): Define to ssize_t, not long int.
17534
17535         Remove the REG_ macros named below.  Instead, make the old names
17536         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
17537         __USE_GNU_REGEX.
17538         (REG_BACKSLASH_ESCAPE_IN_LISTS):
17539         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
17540         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
17541         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
17542         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
17543         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
17544         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
17545         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
17546         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
17547         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
17548         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
17549         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
17550         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
17551         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
17552         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
17553         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
17554         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
17555         (REG_NREGS):
17556         Remove.  All uses replaced by the old RE_* names.
17557         (RE_BACKSLASH_ESCAPE_IN_LISTS):
17558         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
17559         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
17560         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
17561         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
17562         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
17563         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
17564         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
17565         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
17566         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
17567         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
17568         Don't bother having these macros be independent of each others'
17569         values, since they no longer exist in the POSIX name space.
17570
17571         Rename the following member names back to their old names,
17572         unless !__USE_GNU_REGEX.  All uses changed back.
17573         (buffer): Renamed from re_buffer.
17574         (allocated): Renamed from re_allocated.
17575         (used): Renamed from re_used.
17576         (syntax): Renamed from re_syntax.
17577         (fastmap): Renamed from re_fastmap.
17578         (translate): Renamed from re_translate.
17579         (can_be_null): Renamed from re_can_be_null.
17580         (regs_allocated): Renamed from re_regs_allocated.
17581         (fastmap_accurate): Renamed from re_fastmap_accurate.
17582         (no_sub): Renamed from re_no_sub.
17583         (not_bol): Renamed from re_not_bol.
17584         (not_eol): Renamed from re_not_eol.
17585         (newline_anchor): Renamed from re_newline_anchor.
17586         (num_regs): Renamed from rm_num_regs.
17587         (start): Renamed from rm_start.
17588         (end): Renamed from rm_end.
17589
17590         (free_state): Move up a bit.
17591
17592         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
17593         #define to be empty.
17594         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
17595         when that is what is intended.
17596         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
17597         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
17598         (MAX): New macro.
17599         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
17600         All uses changed back to re_malloc, etc.  It's now the caller's
17601         responsibility to check for overflow; all callers changed.
17602         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
17603         (re_x2nrealloc): Remove.
17604         (free_state): Remove decl.
17605
17606         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
17607         (re_set_registers, re_exec):
17608         Use K&R-style defn.
17609
17610         2006-01-31  Roland McGrath  <roland@redhat.com>
17611
17612         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
17613         Reported by Mike Frysinger <vapier@gentoo.org>.
17614
17615         2006-01-15  Andreas Jaeger  <aj@suse.de>
17616
17617         [BZ #1950]
17618         * lib/regex_internal.c (re_string_reconstruct): Adjust for
17619         build_wcs_upper_buffer change.
17620         (build_wcs_upper_buffer): Change return type.
17621
17622         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
17623
17624         * lib/regex_internal.h: Include <stdint.h> if available.
17625
17626         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17627
17628         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17629
17630         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17631
17632         * lib/regcomp.c: Adjust for changed secondary hash function.
17633
17634         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17635
17636         * lib/regex.h: Pretty printing.
17637         Clean up namespace a bit.
17638
17639         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17640
17641         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17642         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17643
17644         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17645                     Ulrich Drepper  <drepper@redhat.com>
17646
17647         [BZ #1302]
17648         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17649         changed.
17650         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17651
17652         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17653
17654         [BZ #281]
17655         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17656         * lib/regcomp.c: Remove unnecessary uses of
17657         unsigned RE_TRANSLATE_TYPE.
17658         * lib/regex_internal.h: Likewise.
17659         * lib/regex_internal.c: Likewise.
17660         * lib/regexec.c: Likewise.
17661         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17662
17663         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17664
17665         * lib/regexec.c (find_recover_state): Remove unnecessary
17666         initialization.
17667         (transit_state_bkref): Make DFA a const pointer.
17668         (get_subexp): Likewise.
17669         (check_arrival): Likewise.
17670         (update_cur_sifted_state): Likewise.
17671         (re_search_internal): Likewise.
17672         (prune_impossible_nodes): Likewise.
17673         (acquire_init_state_context): Likewise.
17674         (proceed_next_node): Likewise.
17675         (set_regs): Likewise.
17676         (free_fail_stack_return): Likewise.
17677         (check_arrival_expand_ecl): Mark DFA parameter as const.
17678         (check_arrival_expand_ecl_sub): Likewise.
17679         (check_subexp_limits): Likewise.
17680         (sub_epsilon_src_nodes):  Likewise.
17681         (add_epsilon_src_nodes):  Likewise.
17682         (merge_state_array): Likewise.
17683         (update_regs): Likewise.
17684         (build_trtable): Likewise.
17685         (sift_states_backward): Mark MCTX parameter as const.
17686         (build_sifted_states): Likewise.
17687         (update_cur_sifted_state): Likewise.
17688         (sift_states_mkref): Likewise.
17689         (check_arrival_expand_ecl): Mark eclosure as const.
17690         (check_dst_limits_calc_pos_1): Likewise.
17691         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17692         pointer.
17693
17694         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17695
17696         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17697         (transit_state_sb): Likewise.
17698         (transit_state_mb): Likewise.
17699         (sift_states_iter_mb): Likewise.
17700         (check_arrival_add_next_nodes): Likewise.
17701         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17702         [_LIBC] (re_search_2_stub): Use mempcpy.
17703
17704         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17705         mbrtowc for very simple UTF-8 case.
17706
17707         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17708         a pointer-to-const.
17709         (re_acquire_state_context): Likewise.
17710         * lib/regex_internal.h: Adjust prototypes.
17711
17712         * lib/regex.c: Prevent using C++ compilers.
17713
17714         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17715         (re_acquire_state_context): Likewise.
17716
17717 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17718
17719         * modules/regex (Depends-on): Add ssize_t.
17720
17721 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17722
17723         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17724         translation table.
17725
17726 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17727
17728         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17729
17730 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17731             Bruno Haible  <bruno@clisp.org>
17732
17733         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17734         <sys/types.h> and <inttypes.h>.
17735
17736 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17737
17738         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17739         `__error_t_defined', so argp.h will not typedef the former.
17740
17741 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17742
17743         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17744         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17745         glibc names.  Even if glibc is changed to conform to POSIX, the
17746         traditional names will be available anyway, since regex depends on
17747         the extensions module.  Also, fix a longstanding typo in the
17748         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17749         reported by Emanuele Giaquinta.  Also, change sense of cached
17750         variable, so that the message makes sense.
17751
17752 2006-03-24  Simon Josefsson  <jas@extundo.com>
17753
17754         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17755         including some doc fixes.
17756         (base64_encode_alloc): Fix +1 bug on allocation failures.
17757
17758 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17759
17760         * lib/base64.c (base64_encode): Do not read past end of array with
17761         unsanitized input on systems with CHAR_BIT > 8.
17762
17763 2006-03-24  Eric Blake  <ebb9@byu.net>
17764
17765         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17766
17767 2006-03-22  Karl Berry  <karl@gnu.org>
17768
17769         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17770         * config/srclistvars.sh (COREUTILS): new var.
17771
17772 2006-03-17  Jim Meyering  <jim@meyering.net>
17773
17774         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17775         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17776
17777 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17778
17779         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17780         no longer needs it.  Instead, check that regoff_t is as least
17781         as wide as ptrdiff_t.
17782
17783         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17784         so that our regex.h stays compatible with the installed regex.
17785         This is helpful for installers who configure --without-included-regex.
17786         Problem reported by Emanuele Giaquinta.
17787
17788 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17789
17790         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17791         Typedef to long int, not to off_, as POSIX will likely change
17792         in that direction.
17793
17794 2006-03-15  Eric Blake  <ebb9@byu.net>
17795
17796         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17797
17798 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17799
17800         * lib/argp-help.c (validate_uparams): Fix typo
17801         * lib/argp-parse.c (argp_default_options): Consistently begin help
17802         messages with a lowercase letter.
17803
17804 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17805
17806         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17807         overrun buffers and shouldn't be used (much as gets shouldn't be
17808         used).
17809         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17810
17811 2006-03-08  Simon Josefsson  <jas@extundo.com>
17812
17813         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17814         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17815
17816 2006-03-08  Simon Josefsson  <jas@extundo.com>
17817
17818         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17819         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17820
17821 2006-03-08  Simon Josefsson  <jas@extundo.com>
17822
17823         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17824         signal that configure disabled the device.
17825
17826 2006-03-08  Simon Josefsson  <jas@extundo.com>
17827
17828         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17829         languages.
17830
17831 2006-03-07  Simon Josefsson  <jas@extundo.com>
17832
17833         * modules/getopt (Depends-on): Add unistd.
17834
17835         * modules/unistd: New file.
17836
17837 2006-03-07  Simon Josefsson  <jas@extundo.com>
17838
17839         * modules/gc-random: New file.
17840
17841 2006-03-07  Simon Josefsson  <jas@extundo.com>
17842
17843         * m4/unistd_h.m4: New file.
17844
17845 2006-03-07  Simon Josefsson  <jas@extundo.com>
17846
17847         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17848         test to be side-effect free by storing the result in the cache
17849         variable gl_cv_lib_readline, and moving the assignment of
17850         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17851         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17852
17853 2006-03-07  Simon Josefsson  <jas@extundo.com>
17854
17855         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17856         error on missing devices (the functions will return an error).
17857
17858         * m4/gc.m4: Move random stuff to gc-random.m4
17859
17860 2006-03-07  Simon Josefsson  <jas@extundo.com>
17861
17862         * lib/unistd_.h: New file.
17863
17864 2006-03-07  Simon Josefsson  <jas@extundo.com>
17865
17866         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17867
17868 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17869
17870         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17871         Problem reported by Juan Manuel Guerrero.
17872
17873 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17874
17875         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17876         the unistd module.
17877         * lib/getlogin_r.c: Likewise.
17878         * lib/getlogin_r.h: Likewise.
17879         * lib/glob.c: Likewise.
17880         * lib/pagealign_alloc.c: Likewise.
17881         * lib/unistd_.h: Remove; no longer needed.
17882
17883 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17884
17885         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17886         Add unistd.
17887         * modules/c-stack (Depends-on): Add unistd.
17888         * modules/getlogin_r: Likewise.
17889         * modules/glob: Likewise.
17890         * modules/pagealign_alloc: Likewise.
17891         * modules/unistd (Files): Remove lib/unistd_.h.
17892         (EXTRA_DIST): Remove.
17893         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17894         need unistd_.h.
17895         (MOSTLYCLEANFILES): Remove unistd.h-t.
17896
17897 2006-03-03  Simon Josefsson  <jas@extundo.com>
17898
17899         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17900
17901 2006-03-03  Simon Josefsson  <jas@extundo.com>
17902
17903         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17904         libidn and bison.
17905
17906 2006-03-03  Simon Josefsson  <jas@extundo.com>
17907
17908         * build-aux/maint.mk: Add indent target.
17909
17910 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17911
17912         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17913         our replacement poll.h in any case, to avoid a differing
17914         declaration from a system header.  Seen on AIX.
17915
17916 2006-03-01  Simon Josefsson  <jas@extundo.com>
17917
17918         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17919         <kasal@ucw.cz>.
17920
17921 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17922
17923         * modules/gettime (Depends-on): Add extensions module.
17924         * modules/nanosleep (Depends-on): Likewise.
17925         * modules/settime (Depends-on): Likewise.
17926
17927 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17928
17929         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17930         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17931         pedantically.
17932         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17933         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17934
17935         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17936         not "==".  Reported by Ralf Wildenhues.
17937
17938 2006-03-01  Karl Berry  <karl@gnu.org>
17939
17940         * doc/Copyright/request-*: new files, synced from gnuorg.
17941
17942 2006-03-01  Karl Berry  <karl@gnu.org>
17943
17944         * config/srclist.txt (Copyright/*): new entries.
17945
17946 2006-02-28  Simon Josefsson  <jas@extundo.com>
17947
17948         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17949
17950 2006-02-27  Simon Josefsson  <jas@extundo.com>
17951
17952         * lib/base64.h: Indent #define's.  From Jim Meyering
17953         <jim@meyering.net>.
17954
17955 2006-02-27  Jim Meyering  <jim@meyering.net>
17956
17957         Revert the change of 2006-02-24, so these files can continue
17958         to be sync'd from gettext.
17959         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17960         of `config.h'.
17961
17962 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17963
17964         * modules/intprops: New file.
17965         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17966         Add intprops.
17967         * modules/getloadavg (Files): Remove lib/intprops.h.
17968         (Depends-on): Add intprops.
17969         * modules/human: Likewise.
17970         * modules/inttostr: Likewise.
17971         * modules/openat: Likewise.
17972         * modules/sig2str: Likewise.
17973         * modules/userspec: Likewise.
17974         * modules/utimecmp: Likewise.
17975         * modules/xnanosleep: Likewise.
17976         * modules/xstrtol: Likewise.
17977
17978 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17979
17980         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17981         * modules/lock-tests (TESTS): Use $(EXEEXT).
17982         * modules/tls-tests: Likewise.
17983         * modules/argp-tests: Likewise.
17984         (check_PROGRAMS): New var, replacing...
17985         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17986
17987 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17988
17989         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17990         `config.h'.
17991
17992 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17993
17994         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17995
17996 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17997
17998         Sync from coreutils.
17999         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
18000         gl_CHDIR_SAFER.
18001
18002 2006-02-22  Jim Meyering  <jim@meyering.net>
18003
18004         Sync from coreutils.
18005         * m4/chdir-safer.m4: New file.
18006
18007 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
18008
18009         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
18010         AT_FDCWD exceeds INT_MAX.
18011         * lib/openat.h (AT_FDCWD): Likewise.
18012
18013 2006-02-17  Eric Blake  <address@hidden>
18014
18015         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
18016
18017 2006-02-16  Simon Josefsson  <jas@extundo.com>
18018
18019         * modules/getaddrinfo (Depends-on): Add sys_socket.
18020
18021 2006-02-15  Simon Josefsson  <jas@extundo.com>
18022
18023         * build-aux/maint.mk: Add dsyntax-check rule.
18024
18025 2006-02-15  Eric Blake  <ebb9@byu.net>
18026
18027         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
18028         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
18029         'present but cannot compile' warnings on cygwin.
18030         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
18031         use ws2tcpip.h if sys/socket.h works.
18032         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
18033         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
18034
18035 2006-02-14  Simon Josefsson  <jas@extundo.com>
18036
18037         * modules/maintainer-makefile (Files): Rename.
18038
18039         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
18040         and (the local) Makefile.cfg to maint-cfg.mk.
18041
18042         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
18043         to the latter.
18044
18045         * modules/maintainer-makefile: New module.
18046
18047         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
18048         severaly stripped to make it possible to build it up from scratch
18049         with reliable tests.
18050
18051         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
18052         fixes to permit overriding the default actions when configure and
18053         makefile are not available.
18054
18055 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18056
18057         Sync from coreutils.
18058         * modules/lstat (Depends-on): Don't depend on xalloc.
18059         (License): Change from GPL to LGPL, since this is now simply a
18060         replacement for a libc function.
18061
18062 2006-02-14  Jim Meyering  <jim@meyering.net>
18063
18064         Sync from coreutils.
18065
18066         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
18067         failure on deficient systems, and simplify gnulib lgpl dependencies.
18068         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
18069         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
18070
18071         * lib/xalloc-die.c: Remove unused definition of N_.
18072
18073 2006-02-14  Jim Meyering  <jim@meyering.net>
18074
18075         Sync from coreutils.
18076         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
18077         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
18078         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
18079         double-quote uses of that variable, to accommodate the rare case in
18080         which getmntent is available in none of the libraries checked.  This
18081         happens at least on FreeBSD 5.0.
18082
18083 2006-02-13  Simon Josefsson  <jas@extundo.com>
18084
18085         * gnulib-tool (Usage): Fix --import, from
18086         karl@freefriends.org (Karl Berry).
18087
18088 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
18089
18090         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
18091
18092 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
18093
18094         * lib/argp-namefrob.h: Restore changes accidentally lost during the
18095         "autoupdate" on 2005-12-12.
18096
18097 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
18098
18099         * modules/closeout (Depends-on): Remove atexit.
18100
18101 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
18102
18103         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
18104         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
18105
18106 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
18107
18108         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
18109         __EXTENSIONS__ if this causes compilation to fail.  Problem
18110         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
18111         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
18112
18113 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
18114
18115         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
18116         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
18117         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
18118         All uses changed.
18119
18120 2006-01-26  Simon Josefsson  <jas@extundo.com>
18121
18122         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
18123         prototype is visible on mingw32.
18124
18125         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
18126         for mingw32.
18127
18128         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
18129         mingw32).
18130
18131 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
18132
18133         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
18134         attempt to open for write; this always fails, at least on POSIX
18135         hosts.  This reinstates the 2006-01-09 change, which was
18136         inadvertently removed.
18137
18138 2006-01-26  Bruno Haible  <bruno@clisp.org>
18139
18140         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
18141         Reported by Paul Eggert.
18142
18143 2006-01-26  Bruno Haible  <bruno@clisp.org>
18144             Paul Eggert  <eggert@cs.ucla.edu>
18145
18146         * lib/stdbool_.h (_Bool)
18147         [(! (defined __cplusplus || defined __BEOS__)
18148           && !defined __GNUC__
18149           && !(defined __HP_cc || defined __xlc__
18150                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
18151                || defined __sgi))]:
18152         #define to signed char in these cases too; this simplifies
18153         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
18154         etc., separately) and makes it more conservative.
18155
18156 2006-01-25  Simon Josefsson  <jas@extundo.com>
18157
18158         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
18159         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
18160         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
18161
18162 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
18163
18164         * lib/argp-namefrob.h: Bugfix. Remove stray #
18165
18166 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
18167
18168         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
18169         so that we test the test.
18170         Check for yet another HP-UX cc bug involving *bool |= bool.
18171
18172 2006-01-25  Karl Berry  <karl@gnu.org>
18173
18174         * config/srclist.txt (vasnprintf.c): sync lost.
18175
18176 2006-01-25  Jim Meyering  <jim@meyering.net>
18177
18178         Sync from the stable (b5) branch of coreutils:
18179
18180         * lib/fts.c (fts_children): Don't let close() clobber errno from
18181         failed fchdir().
18182
18183         * lib/fts.c (fts_stat): When following a symlink-to-directory,
18184         don't necessarily interpret stat-fails+lstat-succeeds as indicating
18185         a dangling symlink.  That can also happen at least for ELOOP.
18186         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
18187         FYI, this bug predates the inclusion of fts.c in coreutils.
18188
18189         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
18190         in their own block, so pre-c99 compilers don't object.
18191
18192         Avoid the double-free (first in fts_read, second in fts_close) that
18193         would occur when an `active' directory is made inaccessible (e.g.,
18194         via chmod a-x) during a traversal.
18195         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18196         before returning.  Reproduce this failure by
18197         mkdir -p a/b; cd a; chmod a-x . b
18198         Reported by Stavros Passas.
18199
18200 2006-01-25  Jim Meyering  <jim@meyering.net>
18201
18202         * lib/fileblocks.c: Remove more useless parentheses.
18203         * lib/readutmp.h: Likewise.
18204
18205 2006-01-25  Bruno Haible  <bruno@clisp.org>
18206
18207         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
18208         warnings.
18209         Reported by Paul Eggert.
18210
18211 2006-01-25  Bruno Haible  <bruno@clisp.org>
18212
18213         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
18214         rid of a trap command. For Solaris sh.
18215         Reported by Mark D. Baushke <mdb@gnu.org>.
18216
18217 2006-01-24  Simon Josefsson  <jas@extundo.com>
18218
18219         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
18220         Bruno.
18221
18222 2006-01-24  Karl Berry  <karl@gnu.org>
18223
18224         * config/srclist.txt (argp-namefrob.h): sync lost.
18225
18226 2006-01-24  Jim Meyering  <jim@meyering.net>
18227
18228         * modules/openat (Files): Add lib/intprops.h.
18229         From Mark D. Baushke.
18230
18231 2006-01-24  Jim Meyering  <jim@meyering.net>
18232
18233         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
18234         Reported by Mark D. Baushke.
18235
18236 2006-01-24  Jim Meyering  <jim@meyering.net>
18237
18238         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
18239
18240 2006-01-24  Bruno Haible  <bruno@clisp.org>
18241
18242         * modules/strnlen (Maintainer): Change from glibc to all.
18243
18244 2006-01-24  Bruno Haible  <bruno@clisp.org>
18245
18246         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
18247         Patch by Paul Eggert.
18248
18249 2006-01-24  Bruno Haible  <bruno@clisp.org>
18250
18251         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
18252         already has it.
18253         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
18254         2005-11-26.
18255
18256         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
18257         'signed char' to avoid problems with the built-in _Bool type.
18258         Reported by Paul Eggert on 2005-11-26.
18259
18260 2006-01-24  Bruno Haible  <bruno@clisp.org>
18261
18262         * gnulib-tool (func_import): Avoid constructing complicated sed
18263         expressions inside backquote.
18264         Report and solution by Mark D. Baushke <mdb@gnu.org>.
18265
18266 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
18267
18268         These changes imported from libc.
18269         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
18270         test and two separate function calls.
18271         * lib/strndup.c (__strndup): Add libc_hidden_def.
18272
18273 2006-01-23  Simon Josefsson  <jas@extundo.com>
18274
18275         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
18276         Remove the test_*_SOURCES variable: automake infers it by default.
18277         * modules/tls-tests: Likewise.
18278
18279 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18280
18281         Work around porting bugs reported by Dieter in
18282         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
18283         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
18284         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
18285         Include "getopt.h" first, to check interface.
18286         (getenv): Declare only if defined HAVE_DECL_GETENV &&
18287         !HAVE_DECL_GETENV.
18288         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
18289         (__strndup): Revert to K&R-style function dfns, the glibc style.
18290         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
18291         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
18292         Include strnlen.h first, to get prototype properly.
18293         (strnlen): Renamed from __strnlen.
18294         Remove weak alias.
18295
18296 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18297
18298         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
18299
18300 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18301
18302         * config/srclist.txt: Adjust to reflect glibc reorganization.
18303         This affects only comments.
18304
18305 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18306
18307          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
18308          Reported by Bruce Korb <bkorb@gnu.org>.
18309
18310 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18311
18312         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
18313         to pacify gcc -Wswitch-default.
18314
18315 2006-01-22  Bruno Haible  <bruno@clisp.org>
18316
18317         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
18318         temporary buffer for sprintf, take into account the precision also
18319         for 'd', 'i', 'u', 'o', 'x', 'X'.
18320
18321 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18322
18323         * modules/argp-tests: New module
18324         * tests/test-argp.c: New file
18325         * tests/test-argp-2.sh: New file
18326
18327 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18328
18329         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
18330         (__argp_base_name): Removed
18331         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
18332         typo.
18333         (__argp_base_name): Provide macro definition or extern declaration
18334         depending on the configuration
18335
18336 2006-01-20  Simon Josefsson  <jas@extundo.com>
18337
18338         * modules/inet_ntop (Depends-on): Depend on sys_socket.
18339
18340 2006-01-20  Simon Josefsson  <jas@extundo.com>
18341
18342         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
18343
18344 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18345
18346         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
18347         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
18348         Suggested by Bruno Haible.
18349
18350 2006-01-20  Karl Berry  <karl@gnu.org>
18351
18352         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
18353         until changes propagate, I guess.
18354
18355 2006-01-19  Simon Josefsson  <jas@extundo.com>
18356
18357         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
18358
18359 2006-01-19  Simon Josefsson  <jas@extundo.com>
18360
18361         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
18362
18363 2006-01-19  Simon Josefsson  <jas@extundo.com>
18364
18365         * gnulib-tool: Set check_PROGRAMS.
18366
18367         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18368         modules/des-tests, modules/gc-arcfour-tests,
18369         modules/gc-arctwo-tests, modules/gc-des-tests,
18370         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18371         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18372         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18373         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18374         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18375         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
18376         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
18377         test_*_SOURCES.
18378
18379 2006-01-18  Simon Josefsson  <jas@extundo.com>
18380
18381         * modules/socklen (Depends-on): Depend on sys_socket.
18382
18383 2006-01-18  Simon Josefsson  <jas@extundo.com>
18384
18385         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18386         modules/des-tests, modules/gc-arcfour-tests,
18387         modules/gc-arctwo-tests, modules/gc-des-tests,
18388         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18389         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18390         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18391         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18392         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18393         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
18394         $(EXEEXT) to automake TESTS variable, for mingw32.
18395
18396 2006-01-17  Simon Josefsson  <jas@extundo.com>
18397
18398         * modules/socklen (Include): Need sys/socket.h.
18399
18400 2006-01-17  Bruno Haible  <bruno@clisp.org>
18401
18402         * modules/ssize_t (Include): Add <sys/types.h>.
18403
18404 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
18405
18406         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
18407         it's not portable and it doesn't work with cross-compiles.
18408         Problem reported by Bruno Haible.  Fix missing-$ typo in
18409         'test "gl_cv_ignore_unused_libraries" ...' that prevented
18410         -zignore from being used with Sun's C compiler.
18411
18412 2006-01-12  Simon Josefsson  <jas@extundo.com>
18413
18414         * lib/base64.c: Fix warning, reported by Bruno Haible
18415         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
18416
18417 2006-01-12  Bruno Haible  <bruno@clisp.org>
18418
18419         * modules/ldd: New file.
18420         * build-aux/ldd.sh.in: New file.
18421         * MODULES.html.sh (Support for building libraries and executables): Add
18422         ldd.
18423
18424 2006-01-12  Bruno Haible  <bruno@clisp.org>
18425
18426         * m4/ldd.m4: New file.
18427
18428 2006-01-12  Bruno Haible  <bruno@clisp.org>
18429
18430         * gnulib-tool (func_import, func_create_testdir): Don't go into an
18431         endless loop while replacing $auxdir with build-aux.
18432
18433 2006-01-11  Simon Josefsson  <jas@extundo.com>
18434
18435         * lib/stdint_.h (SIZE_MAX): Add missing (.
18436
18437 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
18438
18439         Sync from coreutils.
18440         * lib/md5.c: Fix commentary typos.
18441         (alignof, UNALIGNED_P): No need for a GCC-specific version.
18442         * lib/md5.h (__attribute__): Remove; unused.
18443         * lib/sha1.c: Fix commentary to match md5 better.
18444         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
18445         so that we don't need to worry about alignment.  All uses changed.
18446         This merges the 2005-10-28 md5 change into sha1.
18447
18448 2006-01-11  Jim Meyering  <jim@meyering.net>
18449
18450         Sync from coreutils.
18451         * lib/md5.c (OP): Fix spacing.
18452
18453 2006-01-11  Bruno Haible  <bruno@clisp.org>
18454
18455         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18456         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
18457         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
18458
18459 2006-01-11  Bruno Haible  <bruno@clisp.org>
18460
18461         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18462         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
18463         the "early" section as well.
18464
18465 2006-01-11  Bruno Haible  <bruno@clisp.org>
18466
18467         Avoid "ar: no archive members specified" error on MacOS X.
18468         * gnulib-tool (func_modules_add_dummy): New function.
18469         (func_import, func_create_testdir): Invoke it.
18470
18471 2006-01-11  Bruno Haible  <bruno@clisp.org>
18472
18473         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
18474         with $auxdir in AC_CONFIG_FILES statements.
18475
18476 2006-01-11  Bruno Haible  <bruno@clisp.org>
18477
18478         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18479         Initialize also noinst_HEADERS to empty.
18480
18481 2006-01-11  Bruno Haible  <bruno@clisp.org>
18482
18483         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
18484         variables.
18485         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
18486         autoreconf.
18487
18488 2006-01-11  Bruno Haible  <bruno@clisp.org>
18489
18490         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
18491         overridable by the user.
18492         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18493
18494 2006-01-10  Simon Josefsson  <jas@extundo.com>
18495
18496         * modules/sys_socket: New file.
18497
18498 2006-01-10  Simon Josefsson  <jas@extundo.com>
18499
18500         * m4/sys_socket_h.m4: New file.
18501
18502 2006-01-10  Simon Josefsson  <jas@extundo.com>
18503
18504         * lib/socket_.h: New file.
18505
18506 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18507
18508         * modules/readutmp (Maintainer): Add myself.
18509
18510 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18511
18512         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
18513         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
18514         People who are still concerned with buggy memcmp implementations
18515         can invoke gl_FUNC_MEMCMP themselves.
18516
18517 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18518
18519         * lib/regex_internal.h (BITSET_WORD_BITS):
18520         Work around a bug in 64-bit PGC (before version 6.1-2), where the
18521         preprocessor mishandles large unsigned values as if they were signed.
18522         Problem reported by Claudio Fontana in
18523         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
18524
18525 2006-01-10  Jim Meyering  <jim@meyering.net>
18526
18527         Avoid the double-free (first in fts_read, second in fts_close) that
18528         would occur when an `active' directory is made inaccessible (e.g.,
18529         via chmod a-x) during a traversal.
18530         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18531         before returning.  Reproduce this failure by
18532         mkdir -p a/b; cd a; chmod a-x . b
18533         Reported by Stavros Passas.
18534
18535         Sync from coreutils.
18536         * lib/sha1.c: Tweak grammar in a comment.
18537
18538 2006-01-10  Jim Meyering  <jim@meyering.net>
18539
18540         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
18541         Patch by Joerg Sonnenberger.
18542
18543 2006-01-10  Bruno Haible  <bruno@clisp.org>
18544
18545         * modules/readutmp: Depend on module free.
18546         * modules/strtok_r: Depend on module restrict.
18547
18548 2006-01-10  Bruno Haible  <bruno@clisp.org>
18549
18550         * modules/gettext (configure.ac): Add an invocation of
18551         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
18552
18553 2006-01-10  Bruno Haible  <bruno@clisp.org>
18554
18555         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
18556         Reported by Werner Lemberg <wl@gnu.org>.
18557
18558 2006-01-10  Bruno Haible  <bruno@clisp.org>
18559
18560         * lib/localcharset.c: Update from GNU gettext.
18561
18562 2006-01-10  Bruno Haible  <bruno@clisp.org>
18563
18564         * lib/argp.h (__const): Remove macro. Use const instead.
18565         * lib/argp-fmtstream.h (__const): Likewise.
18566         * lib/glob_.h (__const): Remove macro.
18567         * lib/glob-libc.h: Use const instead of __const.
18568
18569 2006-01-10  Bruno Haible  <bruno@clisp.org>
18570
18571         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
18572         variable.
18573         Needed to avoid an automake error regarding the 'gettext' module.
18574
18575 2006-01-09  Simon Josefsson  <jas@extundo.com>
18576
18577         * modules/inet_ntop (Depends-on): Add restrict.
18578
18579 2006-01-09  Simon Josefsson  <jas@extundo.com>
18580
18581         * modules/gc-rijndael-tests (License): Put under LGPL.
18582
18583         * modules/gc-des-tests (License): Likewise.
18584
18585         * modules/gc-arcfour-tests (License): Likewise.
18586
18587         * modules/gc-arctwo-tests (License): Likewise.
18588
18589         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
18590
18591         * modules/gc-hmac-sha1-tests (Files): Likewise.
18592
18593         * modules/gc-hmac-md5-tests (License): Likewise.
18594
18595         * modules/gc-sha1-tests (License): Likewise.
18596
18597         * modules/gc-md5-tests (License): Likewise.
18598
18599         * modules/gc-md4-tests (License): Likewise.
18600
18601         * modules/gc-md2-tests (License): Likewise.
18602
18603         * modules/gc-tests (License): Likewise.
18604
18605         * modules/des-tests (License): Likewise.
18606
18607         * modules/md4-tests (License): Likewise.
18608
18609         * modules/md2-tests (License): Likewise.
18610
18611 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18612
18613         Sync from coreutils:
18614
18615         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
18616         * modules/lib-ignore: New file.
18617         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
18618         chdir-safer.m4, lchmod.m4.
18619         * modules/openat: Add mkdirat.c, openat-priv.h.
18620
18621 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18622
18623         Sync from coreutils.
18624         * m4/lib-ignore.m4: New file.
18625         * m4/lchmod.m4: New file.
18626
18627 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18628
18629         Sync from coreutils.
18630         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18631         for write access: POSIX says that must fail.
18632         * lib/fts.c (diropen): Likewise.
18633         * lib/save-cwd.c (save_cwd): Likewise.
18634         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18635         well, for minor improvements on hosts that lack O_DIRECTORY.
18636         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18637         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18638         Fall back on chown if open failed with EACCES.
18639
18640         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18641         Report an error at compile-time if only a 1-second nominal clock
18642         resolution is found.
18643
18644         * lib/lchmod.h: New file.
18645         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18646         (make_dir_parents): Use lchown rather than chown, and
18647         lchmod rather than chmod.
18648
18649         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18650         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18651         "proc" reported by n0dalus.
18652
18653         * lib/mountlist.c: Include <limits.h>.
18654         (dev_from_mount_options)
18655         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18656         New function.  It no longer assumes "dev=" has the System V meaning
18657         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18658         (read_file_system_list)
18659         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18660         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18661         dev= in that case.
18662
18663         * lib/posixtm.h (PDS_PRE_2000): New macro.
18664         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18665         allow_century.  All usages changed.  Reject dates outside the range
18666         1969-1999 if PDS_PRE_2000 is used.
18667
18668 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         Sync from coreutils.
18671         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18672         (Time of day items): Mention the possibility of leap seconds.
18673         Problem reported by Dr. David Alan Gilbert.
18674
18675 2006-01-09  Jim Meyering  <jim@meyering.net>
18676
18677         Sync from coreutils.
18678
18679         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18680
18681         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18682
18683         * lib/modechange.c (mode_compile): Reject an invalid mode string
18684         that starts with an octal digit.  From Andreas Gruenbacher.
18685
18686         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18687         and dup to open_safer and dup_safer, respectively.
18688         (openat_permissive): Fix typo in comment.
18689
18690         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18691         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18692         (_): Remove; no longer needed.
18693         (openat): Renamed from rpl_openat; no need for rpl_openat
18694         since openat.h renames openat for us.
18695         Replace most of the body with a call to openat_permissive,
18696         to avoid duplicate code.
18697         Port to (probably hypothetical) environments were mode_t is
18698         wider than int.
18699         (openat_permissive): Require mode arg, so that we can check
18700         types better.  Put it just after flags.  Change cwd failure
18701         indicator from pointer-to-bool to pointer-to-errno-value.
18702         All callers changed.
18703         Invoke openat_save_fail and/or openat_restore_fail if
18704         cwd_errno is null, so that openat can call us.
18705         (openat_permissive, fdopendir, fstatat, unlinkat):
18706         Simplify errno handling to avoid some duplicate code,
18707         as it's OK to set errno on success.
18708         * lib/openat.h: Revamp code so that function macros depend on
18709         __OPENAT_PREFIX only, not also on AT_FDCWD.
18710         (openat_ro): Remove.  Caller changed to use openat_permissive.
18711         (openat_permissive): Now a macro, if not a function.
18712         (openat_restore_fail, openat_save_fail): Now always functions,
18713         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18714
18715         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18716         and openat.c.
18717         * lib/mkdirat.c: Include openat-priv.h.
18718         Remove definitions of macros defined therein.
18719         * lib/openat.c: Likewise.
18720
18721         * lib/mkdirat.c (mkdirat): New file and function.
18722         * lib/openat.h (mkdirat): Declare.
18723
18724         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18725
18726         * lib/openat.h (openat_permissive): Declare.
18727         (openat_ro): Define.
18728
18729         * lib/openat.c (EXPECTED_ERRNO): New macro.
18730         (openat_permissive): New function -- used in remove.c rewrite.
18731         (all functions): Set errno just before returning, only if there
18732         was an actual failure.
18733         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18734
18735         Emulate openat-family functions using Linux's procfs, if possible.
18736         Idea and some code based on Ulrich Drepper's glibc changes.
18737
18738         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18739         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18740         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18741         before falling back on save_cwd and restore_cwd.
18742         (fdopendir, fstatat, unlinkat): Likewise.
18743
18744         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18745         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18746
18747         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18748         as second argument to va_arg.  Otherwise, some versions of gcc
18749         warn that `if this code is reached, the program will abort'.
18750
18751 2006-01-09  Jim Meyering  <jim@meyering.net>
18752
18753         Sync from coreutils.
18754         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18755         Require openat-priv.h.
18756
18757 2006-01-09  Bruno Haible  <bruno@clisp.org>
18758
18759         * modules/strnlen (Include): Use strnlen.h.
18760
18761 2006-01-09  Bruno Haible  <bruno@clisp.org>
18762
18763         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18764
18765 2006-01-09  Bruno Haible  <bruno@clisp.org>
18766
18767         * lib/sysexit_.h (EX_OK): New macro.
18768         Suggested by Martin Lambers <marlam@marlam.de>.
18769
18770 2006-01-09  Bruno Haible  <bruno@clisp.org>
18771
18772         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18773         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18774
18775 2006-01-09  Bruno Haible  <bruno@clisp.org>
18776
18777         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18778         numbers.
18779
18780 2006-01-09  Bruno Haible  <bruno@clisp.org>
18781
18782         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18783         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18784         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18785         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18786
18787 2006-01-09  Bruno Haible  <bruno@clisp.org>
18788
18789         * build-aux/javacomp.sh.in: New file, moved from lib/.
18790         * modules/javacomp-script (Files): Update.
18791         (configure.ac): Add AC_CONFIG_FILES invocation.
18792         (EXTRA_DIST): Remove variable.
18793
18794         * build-aux/javaexec.sh.in: New file, moved from lib/.
18795         * modules/javaexec (Files): Update.
18796         (configure.ac): Add AC_CONFIG_FILES invocation.
18797         (EXTRA_DIST): Remove javaexec.sh.in.
18798
18799         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18800         * modules/csharpcomp-script (Files): Update.
18801         (configure.ac): Add AC_CONFIG_FILES invocation.
18802         (EXTRA_DIST): Remove variable.
18803
18804         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18805         * modules/csharpexec (Files): Update.
18806         (configure.ac): Add AC_CONFIG_FILES invocation.
18807         (EXTRA_DIST): Remove csharpexec.sh.in.
18808
18809 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18810
18811         Sync from coreutils.
18812
18813         Add POSIX ACL support
18814         * lib/acl.h (copy_acl, set_acl): Add declarations.
18815         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18816         systems other than Linux.
18817         (chmod_or_fchmod): New function: use fchmod when possible,
18818         and chmod otherwise.
18819         (file_has_acl): Add a POSIX ACL implementation, with a
18820         Linux-specific subcase.
18821         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18822         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18823         acls are unsupported.
18824         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18825         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18826         are unsupported.
18827
18828 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18829
18830         Sync from coreutils.
18831         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18832
18833 2006-01-07  Bruno Haible  <bruno@clisp.org>
18834
18835         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18836         gl_EARLY.
18837
18838 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18839
18840         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18841         Problem reported for Mingw by Mark Junker.
18842
18843 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18844
18845         * README: Gnulib normally doesn't generate a tarball.
18846
18847 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18848
18849         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18850         long int, not int, for nanosecond counts, so that people who are
18851         used to POSIX struct timespec won't be surprised.  Reported by Jim
18852         Meyering.
18853
18854 2005-12-28  Bruno Haible  <bruno@clisp.org>
18855
18856         * build-aux/config.rpath: Update from GNU gettext.
18857
18858 2005-12-16  Jim Meyering  <jim@meyering.net>
18859
18860         * modules/fprintftime: New module.
18861         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18862
18863 2005-12-16  Jim Meyering  <jim@meyering.net>
18864
18865         * m4/fprintftime.m4: New file.
18866
18867 2005-12-16  Jim Meyering  <jim@meyering.net>
18868
18869         * lib/fprintftime.c, lib/fprintftime.h: New files.
18870
18871 2005-12-15  Simon Josefsson  <jas@extundo.com>
18872
18873         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18874         new m4/socklen.m4.
18875
18876 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18877
18878         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18879         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18880
18881 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18882
18883         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18884         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18885         struct uparams is valid. Fall back to the default values if it is
18886         not.
18887
18888 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18889
18890         * modules/argp (Files): Add argp-pin.c
18891         (Depends-on): dirname
18892         (lib_SOURCES): Add argp-pin.c
18893
18894 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18895
18896         * m4/argp.m4:  Check if program_invocation_name and
18897         program_invocation_short_name are declared and define appropriate
18898         macros if they are not.
18899
18900 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18901
18902         * lib/argp-help.c (__argp_base_name): New function
18903         (__argp_short_program_name): Rewrite using __argp_base_name
18904         * lib/argp-namefrob.h: Define program_invocation_name and
18905         program_invocation_short_name if requested
18906         (__argp_base_name): Add prototype
18907         * lib/argp-parse.c (argp_def): Use gettext wrappers
18908         (argp_default_parser): Use __argp_base_name
18909         * lib/argp-pin.c: New file. Defines program_invocation_name and
18910         program_invocation_short_name on systems that lack them.
18911
18912 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18913
18914         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18915         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18916         porting problem reported by Georg Schwarz in
18917         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18918
18919 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18920
18921         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18922         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18923         porting problem reported by Georg Schwarz in
18924         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18925
18926 2005-12-05  Bruno Haible  <bruno@clisp.org>
18927
18928         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18929         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18930         Reported by Mark Junker <mjscod@gmx.de>.
18931
18932 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18933
18934         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18935         Use implementation from Albert Chin, with some
18936         comments/corrections by Stepan Kasal and myself.
18937
18938 2005-12-02  Bruno Haible  <bruno@clisp.org>
18939
18940         * gnulib-tool (func_import): Accept GPLed build tool modules when
18941         --lgpl is given.
18942         * modules/csharpcomp-script: New file.
18943         * modules/csharpcomp: Depend on it.
18944         * modules/javacomp-script: New file.
18945         * modules/javacomp: Depend on it.
18946         Suggested by Simon Josefsson.
18947
18948 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18949
18950         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18951         statement, to work around an HP-UX 10.20 compiler bug reported by
18952         Peter O'Gorman.
18953
18954 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18955
18956         * modules/savedir (Depends-on): Add openat.
18957
18958 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18959
18960         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18961         (uintmax_t) [defined uintmax_t]: Do not declare.
18962         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18963         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18964         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18965         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18966         sake of portability to weird hosts that C allows (though we don't
18967         know of any practical examples).
18968
18969         * lib/savedir.h (fdsavedir): New decl.
18970         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18971         contains most of the former guts of savedir.
18972         (savedir): Use savedirstream.
18973         Include "openat.h".
18974
18975 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18976
18977         * modules/obstack (Files): Add m4/ulonglong.m4.
18978         Problem reported by Davide Angelocola.
18979
18980 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18981
18982         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18983         coreutils no longer futzes with rounding modes.
18984
18985 2005-11-14  Jim Meyering  <jim@meyering.net>
18986
18987         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18988         replacement of mkstemp.
18989
18990 2005-11-10  Simon Josefsson  <jas@extundo.com>
18991
18992         * lib/readline.c: Remove EOL.
18993
18994 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18995
18996         * modules/gethrxtime (Depends-on): Add gettime.
18997
18998 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
19001         or gettimeofday; no longer needed.
19002
19003 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
19004
19005         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
19006         time business.
19007         (gethrxtime) [! (HAVE_NANOUPTIME
19008         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
19009         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
19010         our own approximation.
19011
19012 2005-11-08  Eric Blake  <ebb9@byu.net>
19013
19014         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
19015
19016 2005-11-08  Eric Blake  <ebb9@byu.net>
19017
19018         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
19019
19020 2005-11-04  Bruno Haible  <bruno@clisp.org>
19021
19022         * gnulib-tool: Implement --update mode.
19023
19024 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19025
19026         Fix porting problem reported by Theodoros V. Kalamatianos.
19027         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
19028         Don't assume that futimes failing means we must fail.
19029
19030 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
19031
19032         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
19033         variables to suggest the intended function of the PATH_MAX check.
19034
19035 2005-10-30  Kean Johnston  <jkj@sco.com>
19036
19037         Trivial changes to support SCO systems.
19038         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
19039         as PATH_MAX.
19040         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
19041         where __ptr is null when no I/O is pending.
19042
19043 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
19044
19045         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
19046         leave errno alone.  Problem reported by Dmitry V. Levin.
19047
19048 2005-10-28  Simon Josefsson  <jas@extundo.com>
19049
19050         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
19051         Test more.
19052
19053         * tests/test-gc-md2.c, tests/test-md2.c: New files.
19054
19055         * modules/md2, modules/md2-tests: New files.
19056
19057 2005-10-28  Simon Josefsson  <jas@extundo.com>
19058
19059         * m4/inet_ntop.m4: More tests.
19060
19061         * m4/gc-md2.m4, md2.m4: New file.
19062
19063 2005-10-28  Simon Josefsson  <jas@extundo.com>
19064
19065         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
19066         "restrict" keywords, as per POSIX.  Protect the function
19067         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
19068         Don't use K&R prototypes.  Check the sprintf return values.
19069         Re-define EAFNOSUPPORT if not present.  Indent.
19070
19071         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
19072         suggested by Bruno Haible <bruno@clisp.org>.
19073
19074         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
19075
19076         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
19077
19078         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
19079         libgcrypt).
19080
19081         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
19082
19083         * lib/md2.h, lib/md2.c: New files.
19084
19085 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
19086
19087         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
19088         errno alone.  Problem reported by Frederic Jolliton.
19089
19090 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         * modules/verify (License): Change from GPL to LGPL.  This is a
19093         tiny module and there are apparently near-equivalents that are
19094         under the BSD license.
19095
19096 2005-10-24  Simon Josefsson  <jas@extundo.com>
19097
19098         * modules/sha1: Relicense to LGPL.
19099
19100 2005-10-24  Simon Josefsson  <jas@extundo.com>
19101
19102         * lib/md4.h: Shrink buffer size, now that we changed the type.
19103
19104 2005-10-23  Simon Josefsson  <jas@extundo.com>
19105
19106         * gnulib-tool (func_import): Fix --tests-base.
19107
19108 2005-10-22  Simon Josefsson  <jas@extundo.com>
19109
19110         * modules/arcfour (Depends-on): Need stdint.
19111
19112 2005-10-22  Simon Josefsson  <jas@extundo.com>
19113
19114         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
19115         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
19116
19117 2005-10-22  Simon Josefsson  <jas@extundo.com>
19118
19119         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
19120         suggested by Bruno Haible <bruno@clisp.org>.
19121
19122 2005-10-22  Simon Josefsson  <jas@extundo.com>
19123
19124         * lib/crc.h: Include stddef.h, for size_t.
19125
19126 2005-10-22  Simon Josefsson  <jas@extundo.com>
19127
19128         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
19129         arcfour_context struct (simplify test vector testing in GNU
19130         Shishi).
19131
19132 2005-10-21  Simon Josefsson  <jas@extundo.com>
19133
19134         * modules/des, modules/des-tests: New files.
19135
19136         * modules/gc-des, modules/gc-des-tests: New files.
19137
19138         * tests/test-des.c, tests/test-gc-des.c: New file.
19139
19140 2005-10-21  Simon Josefsson  <jas@extundo.com>
19141
19142         * modules/arctwo, modules/arctwo-tests: New files.
19143
19144         * tests/test-arctwo.c: New file.
19145
19146         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
19147
19148         * tests/test-gc-arctwo.c: New file.
19149
19150 2005-10-21  Simon Josefsson  <jas@extundo.com>
19151
19152         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
19153         Bruno Haible <bruno@clisp.org>.
19154
19155         * m4/gc-des.m4: New file.
19156
19157 2005-10-21  Simon Josefsson  <jas@extundo.com>
19158
19159         * m4/arctwo.m4: New file.
19160
19161         * m4/gc-arctwo.m4: New file.
19162
19163 2005-10-21  Simon Josefsson  <jas@extundo.com>
19164
19165         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
19166         block.
19167
19168 2005-10-21  Simon Josefsson  <jas@extundo.com>
19169
19170         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
19171         <bruno@clisp.org>.
19172
19173         * lib/hmac-sha1.c (hmac_sha1): Likewise.
19174
19175         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
19176         Bruno Haible <bruno@clisp.org>.
19177
19178         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
19179         <bruno@clisp.org>.
19180
19181 2005-10-21  Simon Josefsson  <jas@extundo.com>
19182
19183         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
19184
19185 2005-10-21  Simon Josefsson  <jas@extundo.com>
19186
19187         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
19188
19189 2005-10-21  Simon Josefsson  <jas@extundo.com>
19190
19191         * lib/des.h, lib/des.c: New files.
19192
19193         * lib/gc-gnulib.c: Support DES.c
19194
19195 2005-10-21  Simon Josefsson  <jas@extundo.com>
19196
19197         * lib/arctwo.h, lib/arctwo.c: New files.
19198
19199         * lib/gc-gnulib.c: Support ARCTWO.
19200
19201 2005-10-21  Simon Josefsson  <jas@extundo.com>
19202
19203         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
19204         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19205
19206 2005-10-21  Simon Josefsson  <jas@extundo.com>
19207
19208         * gnulib-tool (func_import, func_create_testdir): Define automake
19209         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
19210         Makefile.am snippet),
19211         suggested by Bruno Haible <bruno@clisp.org>.
19212
19213         * modules/gc (Makefile.am): Use it.
19214
19215 2005-10-21  Bruno Haible  <bruno@clisp.org>
19216
19217         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
19218         patch.
19219
19220 2005-10-19  Simon Josefsson  <jas@extundo.com>
19221
19222         * tests/test-gc-rijndael.c: New file.
19223
19224         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
19225
19226 2005-10-19  Simon Josefsson  <jas@extundo.com>
19227
19228         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
19229         interface too.
19230
19231 2005-10-19  Simon Josefsson  <jas@extundo.com>
19232
19233         * tests/test-gc-arcfour.c: New file.
19234
19235         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
19236
19237 2005-10-19  Simon Josefsson  <jas@extundo.com>
19238
19239         * modules/gc-md4, modules/gc-md4-tests: New file.
19240
19241         * tests/test-gc-md4.c: New file.
19242
19243 2005-10-19  Simon Josefsson  <jas@extundo.com>
19244
19245         * m4/gc-md4.m4: New file.
19246
19247 2005-10-19  Simon Josefsson  <jas@extundo.com>
19248
19249         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
19250         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
19251         <kasal@ucw.cz>.
19252
19253 2005-10-19  Simon Josefsson  <jas@extundo.com>
19254
19255         * m4/gc-arcfour.m4: New file.
19256
19257         * m4/gc-rijndael.m4: New file.
19258
19259 2005-10-19  Simon Josefsson  <jas@extundo.com>
19260
19261         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
19262
19263 2005-10-19  Simon Josefsson  <jas@extundo.com>
19264
19265         * lib/gc-gnulib.c: Support ARCFOUR.
19266
19267 2005-10-19  Simon Josefsson  <jas@extundo.com>
19268
19269         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
19270         support.
19271
19272         * lib/gc.h: Add ECB enum type.
19273
19274         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
19275
19276 2005-10-18  Simon Josefsson  <jas@extundo.com>
19277
19278         * tests/test-md5.c: New file.
19279
19280         * modules/md5-tests: New file.
19281
19282 2005-10-18  Simon Josefsson  <jas@extundo.com>
19283
19284         * tests/test-md4.c: New file.
19285
19286         * modules/md4, modules/md4-tests: New files.
19287
19288 2005-10-18  Simon Josefsson  <jas@extundo.com>
19289
19290         * m4/md4.m4: New file.
19291
19292 2005-10-18  Simon Josefsson  <jas@extundo.com>
19293
19294         * lib/md4.h, lib/md4.c: New files, based on md5.?.
19295
19296 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
19297
19298         * gnulib-tool (func_create_testdir): Omit the second check whether
19299         BUILT_SOURCES in nonempty.
19300
19301 2005-10-17  Simon Josefsson  <jas@extundo.com>
19302
19303         * tests/test-rijndael.c: New file.
19304
19305 2005-10-17  Simon Josefsson  <jas@extundo.com>
19306
19307         * modules/sha1: Depend on stdint instead of md5.
19308
19309         * modules/md5: Depend on stdint, remove uint32_t.
19310
19311 2005-10-17  Simon Josefsson  <jas@extundo.com>
19312
19313         * modules/gc-sha1-tests: New file.
19314
19315         * tests/test-gc-sha1.c: New file.
19316
19317 2005-10-17  Simon Josefsson  <jas@extundo.com>
19318
19319         * m4/md5.m4: Remove call to uint32_t.m4.
19320
19321 2005-10-17  Simon Josefsson  <jas@extundo.com>
19322
19323         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
19324
19325         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
19326         md5.h.
19327
19328         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
19329
19330         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
19331
19332 2005-10-17  Simon Josefsson  <jas@extundo.com>
19333
19334         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
19335
19336 2005-10-17  Simon Josefsson  <jas@extundo.com>
19337
19338         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
19339
19340 2005-10-17  Simon Josefsson  <jas@extundo.com>
19341
19342         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
19343
19344         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
19345
19346 2005-10-17  Bruno Haible  <bruno@clisp.org>
19347
19348         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
19349         that it can also be used in a test.
19350
19351 2005-10-16  Bruno Haible  <bruno@clisp.org>
19352
19353         * gnulib-tool (func_emit_tests_Makefile_am): Also define
19354         TESTS_ENVIRONMENT, so that individual tests can augment it.
19355
19356         * gnulib-tool (func_create_testdir): Use an intermediate target for
19357         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
19358         macros, like $(ALLOCA_H), which cannot be passed through the command
19359         line.
19360
19361 2005-10-15  Simon Josefsson  <jas@extundo.com>
19362
19363         * modules/rijndael-tests: New file.
19364
19365         * modules/rijndael: New file.
19366
19367 2005-10-15  Simon Josefsson  <jas@extundo.com>
19368
19369         * m4/rijndael.m4: New file.
19370
19371 2005-10-15  Simon Josefsson  <jas@extundo.com>
19372
19373         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
19374
19375         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
19376
19377 2005-10-14  Simon Josefsson  <jas@extundo.com>
19378
19379         * tests/test-arcfour.c: New file.
19380
19381         * modules/arcfour, modules/arcfour-tests: New files.
19382
19383 2005-10-14  Simon Josefsson  <jas@extundo.com>
19384
19385         * m4/arcfour.m4: New file.
19386
19387 2005-10-14  Simon Josefsson  <jas@extundo.com>
19388
19389         * lib/arcfour.h, lib/arcfour.c: New files.
19390
19391 2005-10-14  Roland McGrath  <roland@redhat.com>
19392
19393         Import from libc.  [BZ #1331]
19394         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
19395         macro argument.
19396         Reported by Matej Vela <vela@debian.org>.
19397
19398 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19399
19400         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
19401         include <wchar.h>; no longer needed.
19402
19403 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19404
19405         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
19406
19407 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
19408         and  Ulrich Drepper  <drepper@redhat.com>
19409
19410         Import from libc.
19411         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
19412         instead of inline stream orientation test and two separate
19413         function calls.  Pay no attention to USE_IN_LIBIO.
19414
19415 2005-10-13  Simon Josefsson  <jas@extundo.com>
19416
19417         * modules/gc-hmac-md5-tests: New file.
19418
19419         * tests/test-gc-hmac-sha1.c: New file.
19420
19421         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
19422
19423         * modules/gc-hmac-md5-tests: New file.
19424
19425         * tests/test-gc-md5.c: New file.
19426
19427         * modules/gc-md5-tests: New file.
19428
19429 2005-10-13  Simon Josefsson  <jas@extundo.com>
19430
19431         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
19432         Move memory allocation outside of loop.
19433
19434 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
19435
19436         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
19437         intermediate directory is in a read-only file system.  Problem
19438         reported by Eric Blake.
19439
19440 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
19441
19442         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
19443
19444 2005-10-12  Simon Josefsson  <jas@extundo.com>
19445
19446         * tests/test-hmac-sha1.c: New file.
19447
19448         * modules/hmac-sha1-tests: New file.
19449
19450         * modules/hmac-sha1: New file.
19451
19452 2005-10-12  Simon Josefsson  <jas@extundo.com>
19453
19454         * modules/gc-sha1: New file.
19455
19456 2005-10-12  Simon Josefsson  <jas@extundo.com>
19457
19458         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
19459
19460         * tests/test-gc-pbkdf2-sha1.c: New file.
19461
19462 2005-10-12  Simon Josefsson  <jas@extundo.com>
19463
19464         * modules/gc-md5, modules/gc-hmac-md5: New files.
19465
19466         * modules/gc (Files): Remove md5, memxor and hmac files.
19467
19468 2005-10-12  Simon Josefsson  <jas@extundo.com>
19469
19470         * m4/gc-pbkdf2-sha1.m4: New file.
19471
19472         * m4/gc-hmac-sha1.m4: New file.
19473
19474         * m4/gc-sha1: New file.
19475
19476         * m4/hmac-sha1.m4: New file.
19477
19478 2005-10-12  Simon Josefsson  <jas@extundo.com>
19479
19480         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
19481
19482         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
19483
19484 2005-10-12  Simon Josefsson  <jas@extundo.com>
19485
19486         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
19487         suggested by Bruno Haible <bruno@clisp.org>.
19488
19489 2005-10-12  Simon Josefsson  <jas@extundo.com>
19490
19491         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
19492
19493 2005-10-12  Simon Josefsson  <jas@extundo.com>
19494
19495         * lib/gc-pbkdf2-sha1.c: New file.
19496
19497         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
19498
19499 2005-10-12  Simon Josefsson  <jas@extundo.com>
19500
19501         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
19502
19503         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
19504
19505 2005-10-12  Simon Josefsson  <jas@extundo.com>
19506
19507         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
19508         GC_USE_HMAC_MD5, respectively.
19509
19510         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
19511         (gc_md5): Fix typo.
19512
19513         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
19514
19515         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
19516
19517         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
19518
19519 2005-10-12  Bruno Haible  <bruno@clisp.org>
19520
19521         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
19522         Reported by Stepan Kasal <kasal@ucw.cz>.
19523
19524 2005-10-11  Simon Josefsson  <jas@extundo.com>
19525
19526         * tests/test-crc.c: New file.
19527
19528         * modules/crc, modules/crc-tests: New files.
19529
19530 2005-10-11  Simon Josefsson  <jas@extundo.com>
19531
19532         * m4/crc.m4: New file.
19533
19534 2005-10-11  Simon Josefsson  <jas@extundo.com>
19535
19536         * lib/gc.h: Add gc_hash and gc_hash_buffer.
19537
19538         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
19539
19540         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
19541
19542 2005-10-11  Simon Josefsson  <jas@extundo.com>
19543
19544         * lib/crc.h, lib/crc.c: New files.
19545
19546         * lib/gc.h (gc_hash_buffer): Add doc.
19547
19548 2005-10-11  Bruno Haible  <bruno@clisp.org>
19549
19550         * modules/c-strcasestr: New file.
19551         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
19552
19553 2005-10-11  Bruno Haible  <bruno@clisp.org>
19554
19555         * modules/c-strcase: New file.
19556         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
19557
19558 2005-10-11  Bruno Haible  <bruno@clisp.org>
19559
19560         * lib/strcasecmp.c: Include limits.h.
19561         (strcasecmp): Avoid integer overflow on exotic platforms.
19562         * lib/strncasecmp.c: Include limits.h.
19563         (strncasecmp): Avoid integer overflow on exotic platforms.
19564         Reported by Paul Eggert.
19565
19566 2005-10-11  Bruno Haible  <bruno@clisp.org>
19567
19568         * lib/c-strcasestr.h: New file, from GNU gettext.
19569         * lib/c-strcasestr.c: New file, from GNU gettext.
19570
19571 2005-10-11  Bruno Haible  <bruno@clisp.org>
19572
19573         * lib/c-strcase.h: New file, from GNU gettext.
19574         * lib/c-strcasecmp.c: New file, from GNU gettext.
19575         * lib/c-strncasecmp.c: New file, from GNU gettext.
19576
19577 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19578
19579         * modules/mempcpy (License): GPL -> LGPL.
19580         * modules/strchrnul (License): Likewise.
19581         * modules/sysexits (License): Likewise.
19582
19583 2005-10-08  Simon Josefsson  <jas@extundo.com>
19584
19585         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
19586
19587 2005-10-07  Simon Josefsson  <jas@extundo.com>
19588
19589         * m4/memxor.m4: Remove gl_C_RESTRICT call.
19590
19591 2005-10-06  Simon Josefsson  <jas@extundo.com>
19592
19593         * tests/test-hmac-md5.c: New file.
19594
19595         * modules/hmac-md5-tests: New file.
19596
19597         * modules/hmac-md5: New file.
19598
19599 2005-10-06  Simon Josefsson  <jas@extundo.com>
19600
19601         * m4/hmac-md5.m4: New file.
19602
19603         * m4/memxor.m4: Require gl_C_RESTRICT.
19604
19605 2005-10-06  Simon Josefsson  <jas@extundo.com>
19606
19607         * lib/memxor.c (memxor): Avoid casts and warnings.
19608
19609 2005-10-06  Simon Josefsson  <jas@extundo.com>
19610
19611         * lib/hmac-md5.c: New file.
19612
19613         * lib/hmac.h: New file.
19614
19615 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19616
19617         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
19618         promotes to int, not unsigned int, to catch the AIX 5.3
19619         compiler bug.
19620
19621 2005-10-05  Simon Josefsson  <jas@extundo.com>
19622
19623         * modules/memxor: New file.
19624
19625         * modules/iconv (Files): Move config.rpath to havelib, it is used
19626         there.
19627
19628         * modules/havelib (Files): Add config.rpath.
19629
19630 2005-10-05  Simon Josefsson  <jas@extundo.com>
19631
19632         * m4/memxor.m4: New file.
19633
19634 2005-10-05  Simon Josefsson  <jas@extundo.com>
19635
19636         * lib/memxor.c (memxor): Fix compiler error.
19637
19638         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19639         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19640
19641         * lib/memxor.h, lib/memxor.c: New files.
19642
19643         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19644         we assume all systems have it, suggested by Jim Meyering
19645         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19646         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19647         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19648         same reasons.
19649
19650 2005-10-05  Simon Josefsson  <jas@extundo.com>
19651
19652         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19653
19654 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19655
19656         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19657         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19658         needed, since the source code now assumes these .h files.
19659
19660 2005-10-05  Derek Price  <derek@ximbiot.com>
19661
19662         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19663
19664 2005-10-05  Bruno Haible  <bruno@clisp.org>
19665
19666         * modules/stdint (License): Change to LGPL.
19667
19668 2005-10-04  Simon Josefsson  <jas@extundo.com>
19669
19670         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19671         D. Baushke" <mdb@gnu.org>.
19672
19673 2005-10-04  Bruno Haible  <bruno@clisp.org>
19674
19675         * lib/verify.h (verify_true): Provide alternative definition for C++.
19676
19677 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19678
19679         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19680         (SSIZE_MAX): New macro, if not already defined.
19681         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19682         than 2 GiB.
19683
19684 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19685
19686         Sync from coreutils.
19687         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19688         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19689         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19690         ULLONG_MAX doesn't work with 2.7.2.1.
19691
19692 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19693
19694         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19695         From Ben Pfaff.
19696
19697         * modules/exclude (Depends-on): Depend on verify.
19698         * modules/strtoimax (Depends-on): Likewise.
19699         * modules/utimecmp (Depends-on): Likewise.
19700
19701 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19702
19703         * lib/exclude.c: Include verify.h.
19704         (verify): Remove.  All callers changed to use verify.h's version.
19705         * lib/strtoimax.c: Likewise.
19706         * lib/utimecmp.c: Likewis.e
19707
19708         Sync from coreutils.
19709         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19710         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19711         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19712         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19713         bother returning ENOSYS if settimeofday or stime fails; just let
19714         them return whatever errno they want to return.
19715         * lib/utimens.c: Include unistd.h, for dup2.
19716         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19717         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19718
19719 2005-10-02  Jim Meyering  <jim@meyering.net>
19720
19721         Sync from coreutils.
19722         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19723         from glibc-2.2.5 that fails for read-only files.
19724
19725 2005-10-02  Jim Meyering  <jim@meyering.net>
19726
19727         Sync from coreutils.
19728         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19729         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19730         `#if HAVE_CONFIG_H'.
19731         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19732         Remove AT_FDCWD test.
19733         Do not consume the fd unless successful.
19734         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19735         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19736         block, so that we don't even try to compile it if settimeofday is
19737         available.  This works around a compilation failure on OSF1 V5.1,
19738         due to stime requiring a `long int*' while tv_sec is `int'.
19739
19740 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19741
19742         Sync from coreutils.
19743         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19744         against `yes', rather than just testing for nonempty.
19745
19746 2005-10-01  Simon Josefsson  <jas@extundo.com>
19747
19748         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19749         and Darwin.
19750
19751         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19752         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19753         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19754         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19755         Check if struct addrinfo is declared.
19756
19757 2005-10-01  Simon Josefsson  <jas@extundo.com>
19758
19759         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19760         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19761         AI_* and EAI_* definitions.  Protect function declarations.
19762
19763 2005-10-01  Jim Meyering  <jim@meyering.net>
19764
19765         Sync from coreutils.
19766
19767         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19768         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19769         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19770         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19771         in the inet and nsl libraries.  Required on Solaris 5.7.
19772
19773 2005-10-01  Jim Meyering  <jim@meyering.net>
19774
19775         Sync from coreutils.
19776         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19777         in the inet and nsl libraries.  Required on Solaris 5.7.
19778
19779 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19780
19781         * lib/getdelim.c (getdelim): Remove unused variables.
19782
19783 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19784
19785         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19786         so that the code works even with ancient cpp.  Portability problem
19787         with GCC 2.7.2.1 reported by Thomas M.Ott.
19788
19789 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19790
19791         * modules/regex (Depends-on): Add strcase.
19792
19793         * modules/gethostname (Licence): Change from GPL to LGPL, since
19794         gethostname.c is a trivial implementation of a standard library
19795         function.
19796         * modules/poll (License): Change from GPL to LGPL, since it's
19797         derived from LGPL code.
19798
19799 2005-09-27  Jim Meyering  <jim@meyering.net>
19800
19801         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19802         HAVE_CONFIG_H.
19803
19804         * lib/intprops.h (signed_type_or_expr__): Define.
19805         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19806         for unsigned types.
19807
19808 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19809
19810         * lib/verify.h (verify_expr): Remove, replacing with:
19811         (verify_true): New macro that returns true instead of void.
19812         (verify_type__): Remove.
19813         (verify): Use verify_true rather than verify_type__.
19814
19815 2005-09-26  Bruno Haible  <bruno@clisp.org>
19816
19817         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19818         is necessary.
19819         (lib_SOURCES): Remove mbchar.c.
19820         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19821         (Files): Add m4/mbrtowc.m4.
19822         * modules/mbiter: Likewise.
19823         * modules/mbuiter: Likewise.
19824
19825 2005-09-26  Bruno Haible  <bruno@clisp.org>
19826
19827         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19828         compile mbchar.c if they are not both present.
19829         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19830         * m4/mbiter.m4 (gl_MBITER): Likewise.
19831         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19832         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19833         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19834
19835 2005-09-25  Jim Meyering  <jim@meyering.net>
19836
19837         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19838         also uses socklen_t.
19839
19840 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19841
19842         * lib/utimens.c (ENOSYS): Define if not already defined.
19843         (futimens): Support having a null PATH if the file descriptor
19844         is nonnegative.
19845
19846         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19847         Remove.
19848         (__attribute): Define to empty unless GCC 3.1 or later.
19849         This works around a core dump on OpenBSD 3.4, which has GCC
19850         2.95.3, which dumps core when given __attribute__(()).  It also
19851         simplifies other tests, since we really don't want to bother with
19852         worrying about which ancient version of GCC supported what.
19853         Original problem reported by Yoann Vandoorselaere, with part of
19854         the fix suggested by Derek Price.
19855
19856 2005-09-24  Jim Meyering  <jim@meyering.net>
19857
19858         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19859         so we can once again use a positive bitfield width of 1 -- now we
19860         don't have to explain why we were using a bitfield width of 2.
19861
19862 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19863
19864         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19865         and similarly for the other external symbols.  Problem reported
19866         by James Gallager.
19867
19868         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19869         bug reported by Jim Meyering.
19870
19871         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19872         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19873         not needed, since socklen is a prerequisite module.
19874
19875 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19876
19877         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19878         Problem reported by Eric Blake.
19879         (getaddrinfo): Initialize se so that it's not garbage.
19880         Redo internal storage allocation so that it doesn't make unportable
19881         assumptions about alignment.
19882         Fix a memory leak.
19883
19884         * lib/utimens.c (futimens): Use futimesat if available.
19885         Prefer it to futimes since it doesn't have the futimes bug.
19886
19887         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19888         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19889         Instead, declare a function that returns a pointer to an array,
19890         and use verify_type__ to declare the size of the array.
19891         Problem and germ of a solution reported by Bruno Haible.
19892         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19893         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19894
19895 2005-09-23  Jim Meyering  <jim@meyering.net>
19896
19897         Sync from coreutils.
19898         Correct build failure (socklen_t not defined) on at least
19899         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19900         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19901
19902 2005-09-23  Jim Meyering  <jim@meyering.net>
19903
19904         * modules/getaddrinfo (Depends-on): Add socklen.
19905
19906 2005-09-23  Bruno Haible  <bruno@clisp.org>
19907
19908         * tests/test-verify.c: New file.
19909
19910 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19911
19912         Sync from coreutils.
19913
19914         * modules/argmatch (Depends-on): Add verify.
19915         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19916         unistd-safer.
19917         * modules/save-cwd (Depends-on): Likewise.
19918
19919         * modules/openat (Files): Add lib/openat-die.c.
19920         (Depends-on): Remove error, exitfail.
19921         Add dirname.
19922
19923         * modules/verify: New file.
19924         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19925         with "verify" module.
19926
19927 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19928
19929         Sync from coreutils.
19930
19931         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19932         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19933         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19934         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19935         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19936         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19937         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19938         Don't bother checking for string.h, stdlib.h, unistd.h.
19939         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19940         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19941         module's job.
19942         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19943         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19944
19945         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19946         (gl_GETDATE): Use it.
19947
19948         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19949
19950 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19951
19952         Sync from coreutils.
19953
19954         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19955         stat-time.h.
19956         * lib/argmatch.h: Include verify.h
19957         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19958         (ARGMATCH_ASSERT): Remove; unused.
19959         * lib/canonicalize.c: Assume STDC_HEADERS.
19960         * lib/exclude.c: Include "strcase.h".
19961         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19962         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19963         and stdio-safer.h.
19964         (getusershell): Call fopen, not fopen_safer.
19965         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19966         Do not include unistd-safer.h.
19967         (save_cwd): Don't call fd_safer; no longer needed
19968         now that we include fcntl--.h.
19969
19970         * lib/getdate.y (relative_time): New type.
19971         (RELATIVE_TIME_0): New constant.
19972         (parser_control): Use relative_time instead of doing it ourselves.
19973         (%union): Add new relative_time rel member.
19974         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19975         Now typeless.
19976         (relunit, relunit_snumber): Now of type rel.
19977         (zone, rel, relunit, get_date): Adjust to above changes.
19978
19979         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19980         Do not include unistd-safer.h.
19981         (getloadavg): Don't call fd_safer; no longer needed
19982         now that we include fcntl--.h.
19983
19984         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19985         (make_dir_parents): Treat ENOSYS like EEXIST.
19986
19987         Improve quality of diagnostics on restore_cwd failure.
19988         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19989         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19990         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19991         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19992         each time through the loop.  Do not diagnose restore_cwd failure;
19993         that is the caller's job (and perhaps the caller does not care).
19994
19995         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19996         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19997         If the file already exists but is not a directory, don't bother
19998         to try to make its parents.
19999         Close potential file descriptor leak if we can't chdir("/") (!).
20000         Don't always return true if chdir($PWD) fails; return true only
20001         if the requested action was done successfully (except for the
20002         chdir($PWD)).
20003         Don't log final directory unless we actually made it.
20004         Refactor to avoid duplicate code to fix up permissions.
20005         Don't attempt to fix up parent permissions if chdir($PWD) fails.
20006
20007         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
20008         to make it a bit faster and (I hope) clearer.
20009         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
20010         Fix bug in formats like %2N.
20011
20012         * lib/verify.h: New file.
20013
20014 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
20015
20016         Sync from coreutils.
20017         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
20018
20019 2005-09-22  Jim Meyering  <jim@meyering.net>
20020
20021         Sync from coreutils.
20022
20023         * m4/lstat.m4 (gl_FUNC_LSTAT):
20024         Use AC_LIBSOURCES to require lstat.c and lstat.h.
20025         Remove obsolete comment.
20026         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
20027         * m4/xstrtod.m4: Likewise.
20028
20029         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
20030
20031 2005-09-22  Jim Meyering  <jim@meyering.net>
20032
20033         Sync from coreutils.
20034
20035         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
20036
20037         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
20038         the .tm_year member, since otherwise gcc-4.0 would now warn about
20039         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
20040
20041         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
20042         order to avoid an unsuppressible warning from gcc on 64-bit systems.
20043
20044         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
20045         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
20046         when run in a time zone for which daylight savings time is in effect
20047         for the starting date.
20048
20049         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
20050         stop us from restricting permissions of just-created absolute-named
20051         directories.
20052         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
20053         to restore initial working directory.
20054         * lib/mkdir-p.c (make_dir_parents): New parameter:
20055         different_working_dir, to tell caller if/when we change the working
20056         directory and are unable to return to the initial one.
20057         * lib/mkdir-p.h (make_dir_parents): Update prototype.
20058         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
20059         `return false'.  This fixes a bug introduced on 2004-07-30.
20060
20061         * lib/openat.c (fdopendir): Be sure to close the supplied
20062         file descriptor before returning.  This makes our replacement
20063         implementation a little closer to Solaris's, where fdopendir
20064         ties the file descriptor to the returned DIR* pointer.
20065         * lib/openat.c (unlinkat): New function.
20066         * lib/openat.h (unlinkat): Add prototype.
20067         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
20068         (openat_restore_fail): Rename from openat_restore_die.
20069         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
20070
20071         Provide an alternative to exiting immediately upon save_cwd or
20072         restore_cwd failure.  Now, an application can arrange e.g.,
20073         to perform a longjump in that case.
20074         * lib/openat.c: Include dirname.h.
20075         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
20076         (rpl_openat, fdopendir, fstatat): Call openat_save_die
20077         and openat_restore_die rather than calling error directly.
20078         Don't include "error.h" or "exitfail.h"; they're no longer needed.
20079
20080         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
20081         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
20082         define.
20083
20084         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
20085         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
20086                             int utc, int nanoseconds);
20087         Background:
20088         date should not have to allocate a megabyte of virtual memory to
20089         handle a format argument like +%1048575T.  When implemented with
20090         strftime, it must allocate such a buffer, use strftime to fill it
20091         in, print it, then free it.
20092         With fprintftime, it simply prints everything and exits.
20093         With no need for memory allocation, that's one fewer way to fail.
20094         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
20095         optional field width, not before, so we accept %9:z, not %:9z.
20096         (my_strftime): Be sure to use L_('x') for literals.
20097
20098         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
20099         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
20100         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
20101         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
20102         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
20103         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
20104         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
20105         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
20106         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
20107         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
20108         * lib/xgethostname.c, lib/xreadlink.c:
20109         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
20110
20111         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
20112         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
20113         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
20114         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
20115         and don't include <sys/file.h>).
20116
20117 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
20118
20119         Sync from coreutils.
20120
20121         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
20122         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
20123         [!LDAV_DONE]: Avoid unused variable warning.
20124
20125 2005-09-21  Bruno Haible  <bruno@clisp.org>
20126
20127         * lib/unicodeio.h (unicode_to_mb): New declaration.
20128
20129 2005-09-20  Derek Price  <derek@ximbiot.com>
20130
20131         * lib/getaddrinfo.c: Don't include <netdb.h> included from
20132         getaddrinfo.h.
20133
20134 2005-09-20  Bruno Haible  <bruno@clisp.org>
20135
20136         * gnulib-tool: Remove trailing slashes from the values specified for
20137         --source-base, --m4-base, --tests-base, --aux-dir.
20138         Suggested by Simon Josefsson <jas@extundo.com>.
20139
20140 2005-09-20  Bruno Haible  <bruno@clisp.org>
20141
20142         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
20143         func_modules_to_filelist, func_import, func_create_testdir): Make all
20144         sorting results locale-independent, so that gnulib-cache.m4 doesn't
20145         change when gnulib-tool is invoked in a different locale.
20146
20147 2005-09-19  Simon Josefsson  <jas@extundo.com>
20148
20149         * m4/socklen.m4: Fix typo.
20150
20151 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20152
20153         Use a consistent style for including <config.h>.
20154         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
20155         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
20156         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
20157         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
20158         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
20159         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
20160         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
20161         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
20162         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
20163         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
20164         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
20165         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
20166         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
20167         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
20168         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
20169         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
20170         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
20171         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
20172         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
20173         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
20174         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
20175         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
20176         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
20177         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
20178         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
20179         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
20180         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
20181         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
20182         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
20183         lib/xstrtoumax.c, lib/yesno.c:
20184         Standardize inclusion of config.h.
20185         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
20186         lib/inttostr.h:  Removed inclusion of config.h from header files.
20187         * lib/inttostr.c:  Adjusted in-tree users.
20188         * lib/timespec.h: Remove superfluous warning to include config.h.
20189         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
20190         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
20191         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
20192         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
20193         config.h with HAVE_CONFIG_H.
20194
20195 2005-09-19  Jim Meyering  <jim@meyering.net>
20196
20197         * modules/pathmax (License): Change to LGPL.
20198
20199 2005-09-19  Derek Price  <derek@ximbiot.com>
20200
20201         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
20202
20203 2005-09-19  Bruno Haible  <bruno@clisp.org>
20204
20205         * gnulib-tool (import): Provide default for --tests-base.
20206
20207 2005-09-19  Bruno Haible  <bruno@clisp.org>
20208
20209         * doc/quote.texi: New file, extracted from gnulib.texi.
20210         * doc/ctime.texi: New file, extracted from gnulib.texi.
20211         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
20212         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
20213         * doc/gnulib.texi: Include them.
20214
20215 2005-09-18  Bruno Haible  <bruno@clisp.org>
20216
20217         Portability fix.
20218         * gnulib-tool (func_readlink): New function.
20219         (func_ln_if_changed): Use it.
20220
20221 2005-09-18  Bruno Haible  <bruno@clisp.org>
20222
20223         * gnulib-tool: Support --with-tests also with --import.
20224         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
20225         (func_import): Use variables $testsbase and $inctests. Emit a
20226         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
20227         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
20228         SUBDIRS += $testsdir.
20229         (func_create_testdir): Update.
20230
20231 2005-09-18  Bruno Haible  <bruno@clisp.org>
20232
20233         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
20234         instead of $dry_run.
20235         (func_cp_if_changed, func_mv_if_changed): Remove functions.
20236         (func_ln_if_changed): Don't handle dry-run here.
20237         (func_import): In dry-run mode, detect more precisely which actions
20238         would be performed, and don't use "...ing" verbs.
20239
20240 2005-09-18  Bruno Haible  <bruno@clisp.org>
20241
20242         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
20243         (func_import): Use join on two temporary files instead of three nested
20244         loops, in order to determine which files are new or old.
20245
20246 2005-09-18  Bruno Haible  <bruno@clisp.org>
20247
20248         * gnulib-tool (func_import): Comment out code that spits out the
20249         new files with --dry-run.
20250
20251 2005-09-18  Bruno Haible  <bruno@clisp.org>
20252
20253         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
20254
20255 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20256
20257         * lib/stat-time.h: New file.
20258         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
20259         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
20260         in a different way.
20261         (timespec_cmp): New function.
20262         * lib/utimecmp.c: Include stat-time.h.
20263         (SYSCALL_RESOLUTION): Depend on whether various struct stat
20264         members exist, not on the obsolescent ST_MTIM_NSEC.
20265         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
20266
20267 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20268
20269         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
20270
20271 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20272
20273         * MODULES.html.sh (File system functions): Add stat-time.
20274         * modules/stat-time: New file.
20275         * modules/timespec (Files): Remove m4/st_mtim.m4; this
20276         is now done in a different way, by the stat-time module.
20277         * modules/utimecmp (Depends-on): Add stat-time.
20278
20279 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20280
20281         * m4/st_mtim.m4: Remove.  Superseded by...
20282         * m4/stat-time.m4: New file.
20283         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
20284         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
20285
20286 2005-09-15  Derek Price  <derek@ximbiot.com>
20287
20288         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
20289
20290 2005-09-15  Derek Price  <derek@ximbiot.com>
20291
20292         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
20293         * lib/regex_internal.c: Ditto, using this...
20294         (__GNUC_PREREQ): ...new macro.
20295         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
20296         using...
20297         (__GNUC_PREREQ): ...this new macro.
20298
20299         * lib/strstr.h: Include string.h. Define strstr as a macro here.
20300
20301 2005-09-15  Derek Price  <derek@ximbiot.com>
20302             Paul Eggert  <eggert@cs.ucla.edu>
20303
20304         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
20305         changes, consolidating in...
20306         * lib/regex_internal.h: ...this file.
20307
20308 2005-09-13  Jim Meyering  <jim@meyering.net>
20309
20310         * lib/canon-host.c: Filter through gnu indent and reword comments
20311         slightly.
20312         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
20313
20314 2005-09-13  Derek Price  <derek@ximbiot.com>
20315
20316         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
20317         failure.
20318         Reported by Jim Meyering  <jim@meyering.net>.
20319
20320 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20321
20322         * lib/base64.c: Typo.
20323         (base64_encode): Put b64str in initialized data section.
20324
20325 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
20326
20327         Merge glibc and coreutils changes into gnulib, plus a few
20328         extra fixes.
20329         * lib/md5.c: Use #error rather than a string.
20330         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
20331         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
20332         (__attribute__): Define to empty for non recent-GCC.
20333         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
20334         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
20335         Renamed from their non-__ counterparts, with new macros replacing
20336         them if not _LIBC.  Add __THROW attribute.
20337         (rol): Remove.
20338         (struct md5_ctx): Align buffer if using GCC.
20339         * lib/sha1.h (struct sha1_ctx): Likewise.
20340         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
20341         The old name was backwards.
20342         (NOTSWAP): Remove; not used.
20343         (rol): New macro, moved here from md5.h.
20344         (sha1_process_block): Remove a FIXME that doesn't make sense.
20345
20346 2005-09-12  Derek Price  <derek@ximbiot.com>
20347
20348         Return usable errors from canon-host.
20349         * lib/canon-host.h: New file.
20350         * lib/canon-host.c (canon_host): Wrap...
20351         (canon_host_r): ...this new function, which now relies exclusively on
20352         getaddrinfo.
20353         (ch_strerror): New function.
20354         (last_cherror): New global.
20355         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
20356         interface.
20357         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
20358         void *.
20359         (freeaddrinfo): Free ai->ai_canonname when set.
20360
20361 2005-09-12  Derek Price  <derek@ximbiot.com>
20362
20363         Make canon-host require getaddrinfo.
20364         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
20365         AC_LIBSOURCE canon-host.h.  Call...
20366         (gl_PREREQ_CANON_HOST): ...this new function, which requires
20367         gl_GETADDRINFO.
20368         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
20369
20370 2005-09-12  Derek Price  <derek@ximbiot.com>
20371
20372         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
20373         LGPL.
20374         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
20375
20376 2005-09-12  Derek Price  <derek@ximbiot.com>
20377
20378         * lib/gai_strerror.c: Include config.h when available.  Include
20379         getaddrinfo.h before other headers to test interface.
20380         Reported by Larry Jones <lawrence.jones@ugs.com>.
20381
20382 2005-09-12  Derek Price  <derek@ximbiot.com>
20383             Paul Eggert  <eggert@cs.ucla.edu>
20384
20385         * modules/glob (Files): Add glob-libc.h.
20386
20387 2005-09-12  Derek Price  <derek@ximbiot.com>
20388             Paul Eggert  <eggert@cs.ucla.edu>
20389
20390         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
20391         glob_.h, glob-libc.h.
20392         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
20393
20394 2005-09-12  Derek Price  <derek@ximbiot.com>
20395             Paul Eggert  <eggert@cs.ucla.edu>
20396
20397         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
20398         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
20399         protecting things that should be done only in gnulib contexts.
20400         * lib/glob_.h: New file, containing only the glob things needed for
20401         gnulib.
20402         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
20403         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
20404         (glob, globfree, glob_pattern_p): Now defined simply in terms of
20405         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
20406         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
20407         and to respect the namespace rules better.
20408
20409 2005-09-08  Simon Josefsson  <jas@extundo.com>
20410
20411         * modules/socklen: New file.
20412
20413 2005-09-08  Simon Josefsson  <jas@extundo.com>
20414
20415         * m4/socklen.m4: New file.
20416
20417 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20418
20419         * modules/utimens (Files): Add m4/utimbuf.m4, since
20420         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
20421         Reported by Sergey Poznyakoff.
20422
20423 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20424
20425         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
20426         definitions, since that's the preferred style in glibc.
20427         Fix a minor spacing issue, and update copyright notice to match
20428         glibc's.
20429
20430 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20431
20432         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
20433
20434 2005-09-06  Simon Josefsson  <jas@extundo.com>
20435
20436         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
20437         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
20438
20439 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20440
20441         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
20442         warning.
20443
20444 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20445
20446         * config/srclist.txt: Add glibc bug 1302.
20447
20448 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
20449
20450         Change bitset word type from unsigned int to unsigned long int,
20451         as this has better performance on typical 64-bit hosts.
20452         Port bitset code to hosts with unusual word sizes.
20453         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
20454         (build_collating_symbol):
20455         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
20456         argument is a bitset.  This is merely a style issue, but it makes
20457         it clearer that an entire array is expected.
20458         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
20459         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
20460         Port to the case where bitset_word is not the same as unsigned int.
20461         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20462         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
20463         Likewise.
20464         * lib/regexec.c (check_dst_limits_calc_pos_1,
20465         check_subexp_matching_top):
20466         (build_trtable, group_nodes_into_DFAstates):
20467         Likewise.
20468         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
20469         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
20470         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
20471         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
20472         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
20473         * lib/regcomp.c (optimize_subexps, lower_subexp):
20474         Work even if bitset_word has holes in its bitwise representation.
20475         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
20476         * lib/regexec.c (check_dst_limits_calc_pos_1,
20477         check_subexp_matching_top):
20478         Likewise.
20479         * lib/regex_internal.c (re_string_reconstruct):
20480         Don't assume UCHAR_MAX == 255.
20481         * lib/regex_internal.h (bitset_set_all): Likewise.
20482         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
20483         All uses changed.
20484         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
20485         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
20486         All uses changed.
20487         (BITSET_WORD_MAX): New macro.
20488         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
20489         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
20490         (bitset_empty, bitset_copy):
20491         Prefer sizeof (bitset) to multiplying it out ourselves.
20492         (bitset_not_merge): Remove; unused.
20493         (bitset_contain): Return bool, not unsigned int with one bit on.
20494         All callers changed.
20495         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
20496         alignment than re_node_set; do this by defining a new internal
20497         type struct dests_alloc and using it to allocate memory.
20498
20499 2005-09-05  Bruno Haible  <bruno@clisp.org>
20500
20501         * gnulib-tool (func_import): Fix comparison in handling of symbolic
20502         links.
20503
20504 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
20505
20506         * modules/size_max (Makefile.am): Add size_max.h
20507
20508 2005-09-04  Derek Price  <derek@ximbiot.com>
20509
20510         * gnulib-tool (func_import): Fix reversed $symbolic logic.
20511
20512 2005-09-03  Simon Josefsson  <jas@extundo.com>
20513
20514         * gnulib-tool: Fix typo.
20515
20516 2005-09-03  Simon Josefsson  <jas@extundo.com>
20517
20518         * config/srclist.txt: Add glibc bug 1293.
20519
20520 2005-09-03  Derek Price  <derek@ximbiot.com>
20521
20522         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
20523         From Larry Jones <lawrence.jones@ugs.com>.
20524
20525 2005-09-02  Simon Josefsson  <jas@extundo.com>
20526
20527         * modules/socklen: New file.
20528
20529 2005-09-02  Simon Josefsson  <jas@extundo.com>
20530
20531         * modules/havelib: New module.
20532
20533         * modules/gettext, modules/iconv, modules/lock, modules/readline:
20534         Use havelib.
20535
20536 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20537
20538         Check for arithmetic overflow when calculating sizes, to prevent
20539         some buffer-overflow issues.  These patches are conservative, in the
20540         sense that when I couldn't determine whether an overflow was possible,
20541         I inserted a run-time check.
20542         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
20543         macros.
20544         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
20545         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
20546         (re_xnrealloc, re_x2nrealloc): New inline functions.
20547         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
20548         parse_bracket_exp):
20549         (build_equiv_class, build_charclass): Check for arithmetic overflow
20550         in size expression calculations.
20551         * lib/regex_internal.c (re_string_realloc_buffers):
20552         (build_wcs_upper_buffer, re_node_set_add_intersect):
20553         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
20554         (re_dfa_add_node, register_state): Likewise.
20555         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
20556         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
20557         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
20558         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
20559
20560 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20561
20562         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20563         m4/ulonglong.m4.  Problem reported by Martin Lambers.
20564
20565 2005-09-02  Bruno Haible  <bruno@clisp.org>
20566
20567         Support for lib vs. lib64 distinction on biarch platforms.
20568         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
20569         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
20570         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
20571
20572 2005-09-02  Bruno Haible  <bruno@clisp.org>
20573
20574         * gnulib-tool (import): In the other first-use case, provide defaults
20575         as well.
20576
20577 2005-09-02  Bruno Haible  <bruno@clisp.org>
20578
20579         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
20580         patches not yet found in the latest gettext release.
20581
20582 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20583
20584         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
20585         to avoid a collision with bits/local_lim.h in glibc.
20586         All uses changed.  Problem reported by Dmitry V. Levin in
20587         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
20588
20589         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
20590         bugs in int versus size_t comparisons.
20591         (re_string_context_at): Fix bug where the code assumed that
20592         Idx is signed.
20593
20594         Use bool where appropriate.
20595         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
20596         All callers changed.
20597         (calc_eclosure_iter): Likewise, for ROOT arg.
20598         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
20599         (build_charclass_op): Likewise, for NON_MATCH arg.
20600         * lib/regex_internal.c (re_string_allocate, re_string_construct):
20601         (re_string_construct_common): Likewise, for ICASE arg.
20602         * lib/regexec.c (re_search_2_stub, re_search_stub):
20603         Likewise, for RET_LEN arg.
20604         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
20605         (set_regs): Likewise, for FL_BACKTRACK arg.
20606         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
20607         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
20608         (calc_eclosure_iter, parse_bracket_exp):
20609         Use bool for internal variables that are booleans.
20610         * lib/regexec.c (re_search_internal, check_matching,
20611         proceed_next_node):
20612         (set_regs, build_sifted_states, sift_states_bkref):
20613         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
20614         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20615         (find_collation_sequence_value):
20616         Likewise.
20617         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
20618         (re_node_set_compare):
20619         Return bool, not int. All callers changed.
20620         * lib/regexec.c (check_halt_node_context, check_dst_limits):
20621         (build_trtable, check_node_accept): Likewise.
20622         * lib/regex_internal.h: Include stdbool.h.
20623
20624         Fix bugs uncovered when converting to bool.
20625         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20626         failure instead of charging ahead blindly.
20627         * lib/regex_internal.c (register_state): Likewise.
20628         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20629         for freeing internal storage.
20630         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20631         bitset pieces used as boolean, to avoid undefined behavior
20632         on hosts that do int overflow checking.
20633
20634 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20635
20636         * config/srclist.txt: Add glibc bugs 1285-1287.
20637
20638 2005-09-01  Jim Meyering  <jim@meyering.net>
20639
20640         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20641         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20642         Require gl_STAT_MACROS, too.
20643
20644 2005-09-01  Bruno Haible  <bruno@clisp.org>
20645
20646         * gnulib-tool (import): In the first-use case, provide defaults.
20647
20648 2005-09-01  Bruno Haible  <bruno@clisp.org>
20649
20650         * gnulib-tool (func_import): Remove the .tmp files.
20651
20652 2005-09-01  Bruno Haible  <bruno@clisp.org>
20653
20654         * gnulib-tool (func_import): Fix handling of symbolic links.
20655
20656 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20657
20658         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20659         old glibc regex code mishandles strings longer than 2**31 bytes.
20660         This patch fixes this when the regex code is used in gnulib
20661         (i.e., outside glibc).
20662
20663         This patch should not affect the use of the regex code inside
20664         glibc.  No doubt this problem also needs to be handled for glibc
20665         as well, but the result will be an incompatible change to the
20666         glibc ABI, and the old ABI will have to be supported too.  That
20667         can be the the subject for another patch.
20668
20669         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20670         governing whether the rest of this patch is active.  By default,
20671         the macro is disabled and the patch has no effect.
20672         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20673         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20674         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20675         (re_match_2, re_set_registers): Use the new types.
20676         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20677         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20678         New macros.
20679         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20680         (re_string_context_at, bin_tree_t, re_dfastate_t):
20681         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20682         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20683         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20684         (re_string_char_size_at, re_string_wchar_at):
20685         (re_string_elem_size_at):
20686         Use the new types and macros to port to 64-bit hosts.
20687         Use unsigned types for internal values, so that the code
20688         mostly works even for arrays larger than SSIZE_MAX.
20689         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20690         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20691         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20692         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20693         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20694         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20695         (calc_inveclosure, parse_dup_op, build_range_exp):
20696         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20697         (fetch_number, create_token_tree, mark_opt_subexp):
20698         Likewise.
20699         * lib/regex_internal.c (re_string_construct_common,
20700         create_ci_newstate):
20701         (create_cd_newstate, re_string_allocate, re_string_construct):
20702         (re_string_realloc_buffers, build_wcs_upper_buffer):
20703         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20704         (re_string_reconstruct, re_string_peek_byte_case):
20705         (re_string_fetch_byte_case, re_string_context_at):
20706         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20707         (re_node_set_init_copy, re_node_set_add_intersect):
20708         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20709         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20710         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20711         (re_acquire_state, re_acquire_state_context, register_state):
20712         Likewise.
20713         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20714         search_cur_bkref_entry):
20715         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20716         (re_search_internal, re_search_2_stub, re_search_stub)
20717         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20718         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20719         (update_cur_sifted_state, check_dst_limits):
20720         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20721         (check_subexp_limits, sift_states_bkref, merge_state_array):
20722         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20723         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20724         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20725         (expand_bkref_cache, check_node_accept_bytes):
20726         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20727         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20728         (acquire_init_state_context, check_halt_node_context):
20729         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20730         (sift_states_backward, clean_state_log_if_needed):
20731         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20732         (find_recover_state, transit_state_sb, transit_state_mb):
20733         (transit_state_bkref, build_trtable, match_ctx_clean):
20734         Likewise.
20735         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20736         to work around an assumption that REG_MISSING is negative.
20737
20738         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20739         (seek_collating_symbol_entry) [defined _LIBC]:
20740         (lookup_collation_sequence_value) [defined _LIBC]:
20741         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20742         Use prototypes rather than old-style function definitions.
20743         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20744         (transit_state_sb) [0]:
20745         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20746
20747         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20748         rm_eo.
20749
20750         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20751         (optimize_subexps, lower_subexp):
20752         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20753         since the signed shift might overflow.  Use 1u<<31 instead.
20754         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20755         Likewise.
20756         * lib/regexec.c (check_dst_limits_calc_pos_1,
20757         check_subexp_matching_top): Likewise.
20758
20759         * lib/regcomp.c (optimize_subexps, lower_subexp):
20760         Use CHAR_BIT rather than 8, for clarity.
20761         * lib/regexec.c (check_dst_limits_calc_pos_1):
20762         (check_subexp_matching_top): Likewise.
20763         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20764         have to worry about portability issues when shifting it left.
20765         Remove no-longer-needed test for table_size > 0.
20766         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20767         in a word, as the resulting behavior is undefined.
20768         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20769         in one case, a <= should have been an <, and in another case the
20770         whole test was missing.
20771         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20772         the standard name CHAR_BIT.
20773         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20774         this is not true on one's complement and signed-magnitude hosts.
20775
20776         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20777         next_last_offset.
20778         (struct re_dfa_t): Remove unused member states_alloc.
20779         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20780
20781 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20782
20783         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20784         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20785         and large-file glibc and in 32-bit large-file Solaris.
20786
20787 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20788
20789         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20790         lengths fit in regoff_t; this isn't true if regoff_t is the same
20791         width as size_t.
20792         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20793         (= START + RANGE) instead of RANGE.  This avoids overflow
20794         problems when regoff_t is the same width as size_t.
20795         All callers changed.
20796         (re_search_2_stub): Check for overflow when adding the
20797         sizes of the two strings.
20798         (re_search_stub): Check for overflow when adding START
20799         to RANGE; if it occurs, substitute the extreme value.
20800
20801 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20802
20803         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20804
20805 2005-08-31  Jim Meyering  <jim@meyering.net>
20806
20807         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20808         a pointer-to-const.
20809         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20810         (register_state): Likewise.
20811         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20812         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20813         (group_nodes_into_DFAstates): Likewise.
20814
20815 2005-08-31  Jim Meyering  <jim@meyering.net>
20816
20817         * check-module: Add a FIXME comment.
20818
20819 2005-08-31  Eric Blake  <ebb9@byu.net>
20820
20821         * modules/unistd-safer (Files): Add unistd--.h.
20822         * modules/stdio-safer (Files): Add stdio--.h.
20823
20824 2005-08-31  Derek Price  <derek@ximbiot.com>
20825
20826         * lib/getdelim.c (getdelim): Return EOF on EOF.
20827         Reported by Larry Jones <lawrence.jones@ugs.com>.
20828
20829 2005-08-31  Bruno Haible  <bruno@clisp.org>
20830
20831         Avoid unnecessary diffs in the generated lib/Makefile.am.
20832         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20833         the generated files.
20834         (func_import): Don't set cmd.
20835
20836 2005-08-31  Bruno Haible  <bruno@clisp.org>
20837
20838         * lib/strstr.c: Include <stddef.h>, for NULL.
20839         * lib/strcasestr.c: Likewise.
20840         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20841
20842 2005-08-31  Bruno Haible  <bruno@clisp.org>
20843
20844         * gnulib-tool: New option --macro-prefix.
20845         (func_import): Use macro_prefix.
20846         (import): Handle option --macro-prefix.
20847
20848 2005-08-31  Bruno Haible  <bruno@clisp.org>
20849
20850         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20851         Also use new variables cached_lgpl, cached_libtool.
20852
20853 2005-08-31  Bruno Haible  <bruno@clisp.org>
20854
20855         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20856         always instantiating them.
20857
20858 2005-08-31  Bruno Haible  <bruno@clisp.org>
20859
20860         * gnulib-tool (func_import): Read the previous cached settings
20861         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20862         earlier added by gnulib but are now dropped. Warn when a gnulib file
20863         overwrites a non-gnulib file.
20864
20865 2005-08-31  Bruno Haible  <bruno@clisp.org>
20866
20867         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20868         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20869         projects that don't keep autogenerated files in CVS. Put into
20870         actioncmd only the specified modules, not the transitive closure.
20871
20872 2005-08-31  Bruno Haible  <bruno@clisp.org>
20873
20874         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20875         Create directories that shall be filled.
20876         (import): Don't look for gl_* macros in configure.ac. Recurse across
20877         all directories containing a gnulib-cache.m4 files, if meaningful.
20878
20879 2005-08-31  Bruno Haible  <bruno@clisp.org>
20880
20881         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20882         (import): Set seen_libtool when we see gl_LIBTOOL.
20883
20884 2005-08-31  Bruno Haible  <bruno@clisp.org>
20885
20886         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20887         declaration macro definitions from generated gnulib.m4.
20888
20889 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20890
20891         * lib/iconvme.h: Add prototype for iconv_alloc.
20892
20893 2005-08-29  Simon Josefsson  <jas@extundo.com>
20894
20895         * lib/iconvme.c: Fix errno.
20896
20897 2005-08-29  Bruno Haible  <bruno@clisp.org>
20898
20899         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20900         that it works when the directory contains spaces.
20901
20902 2005-08-29  Bruno Haible  <bruno@clisp.org>
20903
20904         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20905
20906 2005-08-29  Bruno Haible  <bruno@clisp.org>
20907
20908         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20909         Emit more advice.
20910
20911 2005-08-29  Bruno Haible  <bruno@clisp.org>
20912         and Stepan Kasal  <kasal@ucw.cz>
20913
20914         * check-module: If more parameters are given, check each of them
20915         separately; add more exceptions, as noted by Jim Meyering.
20916         (check_module): New procedure.
20917         (%exempt_header): Now contains all exceptions.
20918
20919 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20920
20921         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20922
20923 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20924
20925         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20926
20927 2005-08-28  Bruno Haible  <bruno@clisp.org>
20928
20929         * m4/gnulib-tool.m4: New file.
20930
20931 2005-08-27  Jim Meyering  <jim@meyering.net>
20932
20933         * modules/unistd-safer (Files): Add pipe-safer.c.
20934         * modules/fcntl-safer (Files): Add creat-safer.c.
20935
20936 2005-08-27  Jim Meyering  <jim@meyering.net>
20937
20938         * m4/stdlib-safer.m4: New file.  From coreutils.
20939         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20940         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20941         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20942         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20943         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20944
20945 2005-08-27  Jim Meyering  <jim@meyering.net>
20946
20947         * lib/fopen-safer.c: Merge minor changes from coreutils.
20948         * lib/dup-safer.c: Likewise.
20949         * lib/fd-safer.c: Likewise.
20950
20951         Merge from coreutils.
20952         * lib/stdio--.h: New file.
20953         * lib/stdlib--.h: New file.
20954         * lib/mkstemp-safer.c: New file.
20955
20956         GNU tar needs these.
20957         * lib/pipe-safer.c: New file.
20958         * lib/creat-safer.c: New file.
20959         * lib/fcntl--.h (creat): Define to creat_safer.
20960         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20961         * lib/unistd--.h (pipe): Define to pipe_safer.
20962         * lib/unistd-safer.h: Declare pipe_safer.
20963
20964 2005-08-26  Simon Josefsson  <jas@extundo.com>
20965
20966         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20967         Haible <bruno@clisp.org>.
20968
20969 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20970
20971         * lib/regex_internal.h: Remove all references to
20972         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20973         or better.
20974         (bitset_not, bitset_merge, bitset_not_merge):
20975         (bitset_mask, re_string_allocate, re_string_construct):
20976         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20977         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20978         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20979         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20980         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20981         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20982         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20983         (re_acquire_state_context):
20984         Remove unnecessary forward decls.
20985         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20986         Put __attribute at function definition,
20987         now that the function decl has been removed.
20988         * lib/regex_internal.c (re_string_peek_byte_case):
20989         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20990         Likewise.
20991
20992 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20993
20994         * m4/regex.m4: Add AC_PREREQ(2.50).
20995         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20996
20997 2005-08-25  Simon Josefsson  <jas@extundo.com>
20998
20999         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
21000         __fsetlocking.
21001
21002 2005-08-25  Simon Josefsson  <jas@extundo.com>
21003
21004         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
21005         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
21006         GLIBC specific code.
21007
21008 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21009
21010         Make regex safe for g++.  This fixes one real bug (an "err"
21011         that should have been "*err").  g++ problem reported by
21012         Sam Steingold.
21013         * lib/regex_internal.h (re_calloc): New macro, consistent with
21014         re_malloc etc.  All callers of calloc changed to use re_calloc.
21015         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
21016         not int.  All callers changed.
21017         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
21018         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
21019         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
21020         (find_recover_state): Change "err" to "*err"; this fixes what
21021         appears to be a real bug.
21022         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
21023         versus int.
21024
21025 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21026
21027         * modules/regex (Depends-on): Add malloc, since the code
21028         assumes that !malloc(0) means failure.
21029
21030 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21031
21032         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
21033
21034         alloca modernization/simplification for regex.
21035         * lib/regex.c: Remove portability cruft for alloca.  This no longer
21036         needs to be at the start of the file, and can be moved into
21037         regex_internal.h and simplified.
21038         * lib/regex_internal.h: Include <alloca.h>.
21039         (__libc_use_alloca) [!defined _LIBC]: New macro.
21040         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
21041         now works outside glibc.
21042
21043 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21044
21045         * config/srclist.txt: Add glibc bugs 1241, 1245.
21046
21047 2005-08-25  Jim Meyering  <jim@meyering.net>
21048
21049         * lib/open-safer.c: Include <config.h>.
21050         Otherwise, we'd lose LARGEFILE support in any file using
21051         e.g. "fcntl--.h"
21052
21053 2005-08-25  Bruno Haible  <bruno@clisp.org>
21054
21055         * m4/minmax.m4: Require autoconf 2.52.
21056         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
21057         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
21058         alternatives of translit over the alphabet.
21059         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
21060
21061 2005-08-24  Simon Josefsson  <jas@extundo.com>
21062
21063         * tests/test-getpass.c: New file.
21064
21065 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21066
21067         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
21068         for GNU regex features.
21069
21070 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21071
21072         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
21073         * lib/regex.h (regerror): Likewise.
21074
21075         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
21076         requires this.  (The code never needed it.)
21077
21078         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
21079         All uses of recently-renamed identifiers changed to use the new,
21080         POSIX-compliant names.  The code will build and run just fine
21081         without these changes, but it's better to eat our own dog food
21082         and use the standard-conforming names.
21083
21084         * lib/regex.h: Fix a multitude of POSIX name space violations.
21085         These changes have an effect only for programs that define
21086         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
21087         do not change anything for programs compiled in the normal way.
21088         Also, there is no effect on the ABI.
21089
21090         (_REGEX_SOURCE): New macro.
21091         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
21092         defined and _GNU_SOURCE is not; this fixes a name space violation.
21093
21094         Rename the following macros to obey POSIX requirements.
21095         The old names are still visible as macros if _REGEX_SOURCE is defined.
21096         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
21097         RE_BACKSLASH_ESCAPE_IN_LISTS.
21098         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
21099         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
21100         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
21101         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
21102         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
21103         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
21104         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
21105         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
21106         (REG_INTERVALS): renamed from RE_INTERVALS.
21107         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
21108         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
21109         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
21110         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
21111         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
21112         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
21113         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
21114         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
21115         RE_UNMATCHED_RIGHT_PAREN_ORD.
21116         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
21117         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
21118         (REG_DEBUG): renamed from RE_DEBUG.
21119         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
21120         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
21121         unusual, since we can't clash with the POSIX REG_ICASE.
21122         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
21123         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
21124         (REG_NO_SUB): renamed from RE_NO_SUB.
21125         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
21126         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
21127         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
21128         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
21129         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
21130         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
21131         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
21132         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
21133         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
21134         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
21135         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
21136         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
21137         RE_SYNTAX_POSIX_MINIMAL_BASIC.
21138         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
21139         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
21140         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
21141         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
21142         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
21143         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
21144         (REG_FIXED): Renamed from REGS_FIXED.
21145         (REG_NREGS): Renamed from RE_NREGS.
21146
21147         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
21148         of other REG_* macros, since POSIX says the user is allowed to
21149         #undef these macros selectively.
21150
21151         (reg_errcode_t): Update comment stating what other tables need
21152         to be consistent.
21153
21154         Rename the following enum values to obey POSIX requirements.
21155         The old names are still visible as macros.
21156         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
21157         is not defined, since GNU is supposed to be a superset of POSIX as
21158         much as possible, and since we want reg_errcode_t to be a signed
21159         type for implementation consistency.
21160         (_REG_NOERROR): Renamed from REG_NOERROR.
21161         (_REG_NOMATCH): Renamed from REG_NOMATCH.
21162         (_REG_BADPAT): Renamed from REG_BADPAT.
21163         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
21164         (_REG_ECTYPE): Renamed from REG_ECTYPE.
21165         (_REG_EESCAPE): Renamed from REG_EESCAPE.
21166         (_REG_ESUBREG): Renamed from REG_ESUBREG.
21167         (_REG_EBRACK): Renamed from REG_EBRACK.
21168         (_REG_EPAREN): Renamed from REG_EPAREN.
21169         (_REG_EBRACE): Renamed from REG_EBRACE.
21170         (_REG_BADBR): Renamed from REG_BADBR.
21171         (_REG_ERANGE): Renamed from REG_ERANGE.
21172         (_REG_ESPACE): Renamed from REG_ESPACE.
21173         (_REG_BADRPT): Renamed from REG_BADRPT.
21174         (_REG_EEND): Renamed from REG_EEND.
21175         (_REG_ESIZE): Renamed from REG_ESIZE.
21176         (_REG_ERPAREN): Renamed from REG_ERPAREN.
21177         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
21178         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
21179         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
21180         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
21181
21182         (_REG_RE_NAME, _REG_RM_NAME): New macros.
21183         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
21184         changed.  But support the old name if the new one is not defined
21185         and if _REGEX_SOURCE.
21186
21187         Change the following member names in struct re_pattern_buffer.
21188         The old names are still supported if !_REGEX_SOURCE.
21189         The new names are always supported, regardless of _REGEX_SOURCE.
21190         (re_buffer): Renamed from buffer.
21191         (re_allocated): Renamed from allocated.
21192         (re_used): Renamed from used.
21193         (re_syntax): Renamed from syntax.
21194         (re_fastmap): Renamed from fastmap.
21195         (re_translate): Renamed from translate.
21196         (re_can_be_null): Renamed from can_be_null.
21197         (re_regs_allocated): Renamed from regs_allocated.
21198         (re_fastmap_accurate): Renamed from fastmap_accurate.
21199         (re_no_sub): Renamed from no_sub.
21200         (re_not_bol): Renamed from not_bol.
21201         (re_not_eol): Renamed from not_eol.
21202         (re_newline_anchor): Renamed from newline_anchor.
21203
21204         Change the following member names in struct re_registers.
21205         The old names are still supported if !_REGEX_SOURCE.
21206         The new names are always supported, regardless of _REGEX_SOURCE.
21207         (rm_num_regs): Renamed from num_regs.
21208         (rm_start): Renamed from start.
21209         (rm_end): Renamed from end.
21210
21211         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
21212         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
21213         Prepend __ to parameter names.
21214
21215         Undo yesterday's changes.
21216
21217 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21218
21219         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
21220         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
21221         lib/regex.c.
21222
21223 2005-08-24  Jim Meyering  <jim@meyering.net>
21224
21225         Sync from coreutils.
21226         * m4/fcntl-safer.m4: New file.
21227
21228         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
21229         and object files for this module.
21230
21231 2005-08-24  Jim Meyering  <jim@meyering.net>
21232
21233         Sync from coreutils.
21234         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
21235
21236 2005-08-24  Jim Meyering  <jim@meyering.net>
21237
21238         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
21239         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
21240
21241 2005-08-24  Jim Meyering  <jim@meyering.net>
21242
21243         * modules/fcntl-safer: New module.
21244         * modules/fts (Depends-on): Add fcntl-safer.
21245         * MODULES.html.sh (File descriptor based Input/Output):
21246         Add fcntl-safer.
21247
21248 2005-08-24  Bruno Haible  <bruno@clisp.org>
21249
21250         Support for unit test modules.
21251         * modules/README: Mention tests modules.
21252         * modules/TEMPLATE-TESTS: New file.
21253         * gnulib-tool: New options --extract-tests-module, --with-tests and
21254         --tests-base (unused for the moment).
21255         (testsbase, inctests): New variables.
21256         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
21257         (func_verify_module): Exclude TEMPLATE-TESTS.
21258         (func_verify_nontests_module, func_verify_tests_module): New functions.
21259         (func_get_dependencies): Add implicit dependency for tests modules.
21260         (func_get_tests_module): New function.
21261         (func_modules_transitive_closure): When --with-tests was specified,
21262         include the unit tests as well, unless explicitly avoided.
21263         (func_emit_lib_Makefile_am): Ignore the tests modules here.
21264         (func_emit_tests_Makefile_am): New function.
21265         (func_create_testdir): When --with-tests was specified, emit a
21266         tests/ directory.
21267         * MODULES.html.sh (Future developments): Update.
21268
21269 2005-08-24  Bruno Haible  <bruno@clisp.org>
21270
21271         * modules/tls-tests: New file.
21272         * tests/test-tls.c: New file, from GNU gettext.
21273
21274 2005-08-24  Bruno Haible  <bruno@clisp.org>
21275
21276         * modules/lock-tests: New file.
21277         * tests/test-lock.c: New file, from GNU gettext.
21278
21279 2005-08-24  Bruno Haible  <bruno@clisp.org>
21280
21281         * lib/lock.h: Add multiple inclusion guard.
21282         * lib/tls.h: Add multiple inclusion guard.
21283
21284 2005-08-24  Bruno Haible  <bruno@clisp.org>
21285
21286         * gnulib-tool: Add support for the --aux-dir option to
21287         --create-testdir, --create-megatestdir, --test, --megatest.
21288         (func_create_testdir, func_create_megatestdir): Optionally emit a
21289         AC_CONFIG_AUX_DIR directive.
21290         (create-testdir, create-megatestdir, test, megatest): Provide a
21291         default value for $auxdir.
21292
21293 2005-08-24  Bruno Haible  <bruno@clisp.org>
21294
21295         * gnulib-tool (import): Use compound statement instead of subshell
21296         where possible.
21297
21298 2005-08-24  Bruno Haible  <bruno@clisp.org>
21299
21300         * gnulib-tool (import): Change --aux-dir default to "build-aux".
21301
21302 2005-08-24  Bruno Haible  <bruno@clisp.org>
21303
21304         * gnulib-tool (func_version): Update.
21305
21306 2005-08-24  Bruno Haible  <bruno@clisp.org>
21307
21308         * gnulib-tool (func_import, func_create_testdir,
21309         func_create_megatestdir): Quote all autoconf macro arguments.
21310
21311 2005-08-24  Bruno Haible  <bruno@clisp.org>
21312
21313         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
21314         option --force, because --force causes the aclocal.m4 of each
21315         subdirectory to be newer than the corresponding config.h.in.
21316
21317 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21318
21319         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
21320         All contents moved to gl_REGEX.
21321         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
21322         assume that it does.
21323
21324 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21325
21326         * lib/regex.h (REG_NOSYS)
21327         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
21328         Define, since POSIX requires it as of 2001.
21329         (_REG_ENOSYS)
21330         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
21331         New private symbol, used to keep the enum signed in all cases.
21332         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
21333         Youngman in
21334         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
21335
21336         * lib/regex_internal.c (re_string_skip_chars, register_state):
21337         (calc_state_hash):
21338         Remove forward decls; no longer needed now that we use prototypes.
21339         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
21340         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
21341         (clean_state_log_if_needed): Likewise.
21342
21343 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21344
21345         * config/srclist.txt: Add glibc bugs 1231-1233.
21346
21347 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21348
21349         Fix problems reported by Sam Steingold in
21350         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
21351         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
21352         assumed that reg_errcode_t is a signed type, which is not
21353         necessarily true if _XOPEN_SOURCE is not defined.
21354         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
21355         since some compilers warn about it otherwise.
21356
21357 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21358
21359         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
21360         (init_word_char, create_initial_state, duplicate_node_closure):
21361         (fetch_token, peek_token_bracket, build_range_exp):
21362         (build_collating_symbol): Remove forward decls; no longer needed
21363         now that we use prototypes.
21364
21365         * lib/regcomp.c:
21366         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
21367         (re_compile_fastmap_iter, regcomp, regerror, regfree):
21368         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
21369         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
21370         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
21371         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
21372         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
21373         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
21374         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
21375         (build_range_exp, build_collating_symbol, parse_bracket_exp):
21376         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
21377         (build_charclass, build_charclass_op, fetch_number, create_tree):
21378         (create_token_tree, mark_opt_subexp, duplicate_tree):
21379         Use prototypes rather than old-style definitions.
21380
21381         * lib/regex_internal.c:
21382         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
21383         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
21384         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21385         (re_string_reconstruct, re_string_peek_byte_case):
21386         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
21387         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21388         (re_node_set_init_copy, re_node_set_add_intersect):
21389         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21390         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21391         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21392         (re_acquire_state, re_acquire_state_context, register_state):
21393         (create_ci_newstate, create_cd_newstate, free_state):
21394         Likewise.
21395         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
21396         re_search_2):
21397         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
21398         (re_search_internal, prune_impossible_nodes):
21399         (acquire_init_state_context, check_matching, static):
21400         (check_halt_node_context, check_halt_state_context, proceed_next_node):
21401         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
21402         (update_regs, sift_states_backward, build_sifted_states):
21403         (clean_state_log_if_needed, merge_state_array):
21404         (update_cur_sifted_state, add_epsilon_src_nodes):
21405         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
21406         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
21407         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
21408         (find_recover_state, check_subexp_matching_top, transit_state_mb):
21409         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
21410         (check_arrival, check_arrival_add_next_nodes):
21411         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21412         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21413         (check_node_accept_bytes, check_node_accept, extend_buffers):
21414         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
21415         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
21416         (sift_ctx_init):
21417         Likewise.
21418
21419         * lib/regex_internal.h:
21420         (re_string_allocate, re_string_construct, re_string_reconstruct):
21421         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
21422         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
21423         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
21424         (re_string_context_at, re_string_peek_byte_case):
21425         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
21426         is defined, since we now use prototypes always.
21427
21428         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
21429         C89 or better.  All uses removed.
21430
21431 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21432
21433         * config/srclist.txt: Add glibc bugs 1220-1227.
21434
21435 2005-08-20  Jim Meyering  <jim@meyering.net>
21436
21437         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
21438         of unused local, dfa.
21439
21440 2005-08-20  Bruno Haible  <bruno@clisp.org>
21441
21442         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
21443
21444 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21445
21446         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
21447         (re_node_set_insert_last, re_dfa_add_node):
21448         Rename local variables to avoid GCC shadowing warnings.
21449
21450 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21451
21452         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
21453         [defined lint]: Suppress bogus uninitialized-variable warnings.
21454
21455         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
21456         and let the caller return REG_ESPACE if out of space.  This
21457         removes an uninitialied-variable warning with GCC 4.0.1, and also
21458         avoids taking the address of a local variable.  All callers
21459         changed.
21460
21461 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21462
21463         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
21464         $LIBCSRC/posix/regexec.c.
21465         Add glibc bug 1217 for regcomp.c.
21466
21467 2005-08-19  Jim Meyering  <jim@meyering.net>
21468
21469         * lib/regexec.c (proceed_next_node): Redo local variables to
21470         avoid GCC shadowing warnings.
21471
21472 2005-08-18  Bruno Haible  <bruno@clisp.org>
21473
21474         * lib/strstr.c (strstr): Fix return value in multibyte case.
21475         * lib/strcasestr.c (strcasestr): Likewise.
21476
21477 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21478
21479         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
21480
21481 2005-08-17  Jim Meyering  <jim@meyering.net>
21482
21483         Make the %s format (seconds since the epoch) work for a negative
21484         number and when used with a zero-padded field width, e.g. %015s.
21485
21486         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
21487         label so that it precedes the code to set `digits'.  Otherwise,
21488         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
21489         print `00-22'.  Now, it prints `-0022', as it should.
21490
21491 2005-08-17  Bruno Haible  <bruno@clisp.org>
21492
21493         * modules/strstr (Files): Add m4/mbrtowc.m4.
21494         (Depends-on): Add mbuiter.
21495
21496 2005-08-17  Bruno Haible  <bruno@clisp.org>
21497
21498         * modules/strcasestr: New file.
21499         * MODULES.html.sh (String handling, based on ANSI C 89): Add
21500         strcasestr.
21501
21502 2005-08-17  Bruno Haible  <bruno@clisp.org>
21503
21504         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
21505
21506 2005-08-17  Bruno Haible  <bruno@clisp.org>
21507
21508         * modules/mbuiter: New file.
21509         * MODULES.html.sh (Extended multibyte and wide character utilities):
21510         Add mbuiter.
21511
21512 2005-08-17  Bruno Haible  <bruno@clisp.org>
21513
21514         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
21515         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
21516
21517 2005-08-17  Bruno Haible  <bruno@clisp.org>
21518
21519         * m4/strcasestr.m4: New file.
21520
21521 2005-08-17  Bruno Haible  <bruno@clisp.org>
21522
21523         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
21524         * lib/strstr.c: Completely rewritten, with multibyte locale support.
21525
21526 2005-08-17  Bruno Haible  <bruno@clisp.org>
21527
21528         * lib/strcasestr.h: New file.
21529         * lib/strcasestr.c: New file.
21530
21531 2005-08-17  Bruno Haible  <bruno@clisp.org>
21532
21533         * lib/strcasecmp.c: Use mbuiter.h.
21534
21535 2005-08-17  Bruno Haible  <bruno@clisp.org>
21536
21537         * lib/mbuiter.h: New file.
21538
21539 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21540
21541         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
21542         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
21543         and gl_GETOPT are both invoked via different paths (as happens
21544         with GNU tar CVS because it uses both argp and getopt), the former
21545         wins.
21546
21547 2005-08-16  Bruno Haible  <bruno@clisp.org>
21548
21549         * modules/tls: New file.
21550         * MODULES.html.sh (Multithreading): Add tls.
21551
21552 2005-08-16  Bruno Haible  <bruno@clisp.org>
21553
21554         * modules/strnlen1: New file.
21555         * MODULES.html.sh (String handling): Add strnlen1.
21556
21557 2005-08-16  Bruno Haible  <bruno@clisp.org>
21558
21559         * modules/strcase (Files): Add m4/mbrtowc.m4.
21560         (Depends-on): Add strnlen1, mbchar.
21561
21562 2005-08-16  Bruno Haible  <bruno@clisp.org>
21563
21564         * modules/mbiter: New file.
21565         * MODULES.html.sh (Extended multibyte and wide character utilities):
21566         Add mbiter.
21567
21568 2005-08-16  Bruno Haible  <bruno@clisp.org>
21569
21570         * modules/mbfile: New file.
21571         * MODULES.html.sh (Extended multibyte and wide character utilities):
21572         Add mbfile.
21573
21574 2005-08-16  Bruno Haible  <bruno@clisp.org>
21575
21576         * modules/mbchar: New file.
21577         * MODULES.html.sh (Extended multibyte and wide character utilities):
21578         New section.
21579
21580 2005-08-16  Bruno Haible  <bruno@clisp.org>
21581
21582         * m4/tls.m4: New file, from GNU gettext.
21583
21584 2005-08-16  Bruno Haible  <bruno@clisp.org>
21585
21586         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
21587         always.
21588         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
21589
21590 2005-08-16  Bruno Haible  <bruno@clisp.org>
21591
21592         * m4/mbiter.m4: New file.
21593
21594 2005-08-16  Bruno Haible  <bruno@clisp.org>
21595
21596         * m4/mbfile.m4: New file.
21597
21598 2005-08-16  Bruno Haible  <bruno@clisp.org>
21599
21600         * m4/mbchar.m4: New file.
21601
21602 2005-08-16  Bruno Haible  <bruno@clisp.org>
21603
21604         * lib/tls.h: New file, from GNU gettext.
21605         * lib/tls.c: New file, from GNU gettext.
21606
21607 2005-08-16  Bruno Haible  <bruno@clisp.org>
21608
21609         * lib/strnlen1.h: New file.
21610         * lib/strnlen1.c: New file.
21611
21612 2005-08-16  Bruno Haible  <bruno@clisp.org>
21613
21614         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
21615         (mbi_init): Update.
21616         (mbi_avail, mbi_advance): Let the iteration end before the terminating
21617         NUL byte, not after it.
21618
21619 2005-08-16  Bruno Haible  <bruno@clisp.org>
21620
21621         * lib/strcase.h (strcasecmp): Add note in comments.
21622         * lib/strncasecmp.c: Use code from strcasecmp.c.
21623         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21624         (strcasecmp): Work correctly in multibyte locales.
21625
21626 2005-08-16  Bruno Haible  <bruno@clisp.org>
21627
21628         * lib/mbiter.h: New file.
21629
21630 2005-08-16  Bruno Haible  <bruno@clisp.org>
21631
21632         * lib/mbfile.h: New file.
21633
21634 2005-08-16  Bruno Haible  <bruno@clisp.org>
21635
21636         * lib/mbchar.h: New file.
21637         * lib/mbchar.c: New file.
21638
21639 2005-08-16  Bruno Haible  <bruno@clisp.org>
21640
21641         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21642         the valid ones. Makes the comparison operations transitive:
21643         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21644         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21645
21646 2005-08-15  Simon Josefsson  <jas@extundo.com>
21647
21648         * modules/ssize_t (License): Change to 'unlimited'.
21649
21650         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21651
21652 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21653
21654         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21655         Add comments for each pending glibc patch.
21656
21657 2005-08-15  Bruno Haible  <bruno@clisp.org>
21658
21659         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21660         __cplusplus is defined.
21661
21662 2005-08-14  Jim Meyering  <jim@meyering.net>
21663
21664         Sync from coreutils.
21665
21666         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21667         Use the hash-table-based cycle-detection code not just when
21668         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21669         Reported by James Youngman in
21670         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21671         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21672         FTS_TIGHT_CYCLE_CHECK.
21673         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21674         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21675         once again.
21676         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21677         * lib/fts.c (fd_safer): Remove decl.
21678         Include fcntl--.h rather than unistd-safer.h
21679         (fts_safe_changedir): Don't call fd_safer; no longer needed
21680         now that we include fcntl--.h.
21681
21682 2005-08-12  Simon Josefsson  <jas@extundo.com>
21683
21684         * modules/getndelim2: Use ssize_t module.
21685         * modules/getnline: Likewise.
21686         * modules/safe-read: Likewise.
21687         * modules/xreadlink: Likewise.
21688
21689         * modules/ssize_t: New file.
21690
21691 2005-08-12  Simon Josefsson  <jas@extundo.com>
21692
21693         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21694
21695 2005-08-12  Simon Josefsson  <jas@extundo.com>
21696
21697         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21698         ssize_t.
21699
21700 2005-08-12  Simon Josefsson  <jas@extundo.com>
21701
21702         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21703         readline, getdelim and check_version.
21704         (Support for systems lacking ISO C 99: Sizes of integer types):
21705         Add size_max.
21706
21707 2005-08-12  Bruno Haible  <bruno@clisp.org>
21708
21709         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21710
21711 2005-08-11  Simon Josefsson  <jas@extundo.com>
21712
21713         * modules/readline: New file.
21714
21715         * modules/strnlen (Files): Add strnlen.h.
21716
21717 2005-08-11  Simon Josefsson  <jas@extundo.com>
21718
21719         * m4/readline.m4: New file.
21720
21721 2005-08-11  Simon Josefsson  <jas@extundo.com>
21722
21723         * lib/readline.h, readline.c: New file.
21724
21725 2005-08-11  Simon Josefsson  <jas@extundo.com>
21726
21727         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21728         gl_AVOID.
21729
21730 2005-08-11  Bruno Haible  <bruno@clisp.org>
21731
21732         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21733
21734 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21735
21736         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21737
21738 2005-08-10  Simon Josefsson  <jas@extundo.com>
21739
21740         * tests/test-iconvme.c: New file.
21741
21742 2005-08-10  Simon Josefsson  <jas@extundo.com>
21743
21744         * m4/strnlen.m4: New file.
21745
21746         * m4/strndup.m4: Don't check for strnlen declaration, done in
21747         strnlen.m4.
21748
21749 2005-08-10  Simon Josefsson  <jas@extundo.com>
21750
21751         * lib/strndup.c: Use strnlen.h.
21752
21753         * lib/strnlen.h: New file.
21754
21755 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21756
21757         * README: Typos.
21758
21759 2005-08-02  Simon Josefsson  <jas@extundo.com>
21760
21761         * modules/readline: New file.
21762
21763 2005-08-02  Simon Josefsson  <jas@extundo.com>
21764
21765         * modules/getdelim: New file.
21766
21767         * modules/getline: Rewrite, don't use getndelim2.
21768
21769 2005-08-02  Simon Josefsson  <jas@extundo.com>
21770
21771         * m4/getline.m4: Separate out getdelim stuff into separate module.
21772
21773         * m4/getdelim.m4: New file.
21774
21775 2005-08-02  Simon Josefsson  <jas@extundo.com>
21776
21777         * lib/getline.h, getline.c: Rewrite.
21778
21779         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21780
21781 2005-07-31  Bruno Haible  <bruno@clisp.org>
21782
21783         * lib/lock.h (gl_lock_initializer): New macro.
21784         (gl_lock_define_initialized): Use it.
21785         (gl_rwlock_initializer): New macro.
21786         (gl_rwlock_define_initialized): Use it.
21787         (gl_recursive_lock_initializer): New macro.
21788         (gl_recursive_lock_define_initialized): Use it.
21789
21790 2005-07-30  Karl Berry  <karl@gnu.org>
21791
21792         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21793         Report from Ben Pfaff, regarding getopt.
21794
21795 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21796
21797         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21798         normal way.
21799         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21800         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21801         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21802         (gl_GETOPT): Use the new macros.  Most of the implementation
21803         is moved to the new macros.  This is for programs like Emacs
21804         that don't want all the functionality of gl_GETOPT.
21805
21806 2005-07-26  Bruno Haible  <bruno@clisp.org>
21807
21808         * m4/lock.m4: Update from GNU gettext.
21809
21810 2005-07-26  Bruno Haible  <bruno@clisp.org>
21811
21812         * lib/lock.h: Update from GNU gettext.
21813         * lib/lock.c: Update from GNU gettext.
21814
21815 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21816
21817         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21818         obsolescent AC_TRY_RUN.  Include the default includes files, for
21819         'exit'.
21820
21821 2005-07-24  Bruno Haible  <bruno@clisp.org>
21822
21823         * modules/visibility: New file.
21824         * MODULES.html.sh (Misc): Add visibility.
21825
21826 2005-07-24  Bruno Haible  <bruno@clisp.org>
21827
21828         * m4/visibility.m4: New file.
21829
21830 2005-07-24  Bruno Haible  <bruno@clisp.org>
21831
21832         * doc/visibility.texi: New file.
21833
21834 2005-07-22  Bruno Haible  <bruno@clisp.org>
21835
21836         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21837         $(ALLOCA_H), redundant through BUILT_SOURCES.
21838         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21839         redundant through BUILT_SOURCES.
21840         * modules/byteswap (Makefile.am): Remove explicit dependency on
21841         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21842         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21843         $(FNMATCH_H), redundant through BUILT_SOURCES.
21844         * modules/getopt (Makefile.am): Remove explicit dependency on
21845         $(GETOPT_H), redundant through BUILT_SOURCES.
21846         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21847         redundant through BUILT_SOURCES.
21848         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21849         redundant through BUILT_SOURCES.
21850         * modules/stdbool (Makefile.am): Remove explicit dependency on
21851         $(STDBOOL_H), redundant through BUILT_SOURCES.
21852         * modules/stdint (Makefile.am): Remove explicit dependency on
21853         $(STDINT_H), redundant through BUILT_SOURCES.
21854         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21855         Remove explicit dependency on $(SYSEXITS_H).
21856         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21857
21858 2005-07-18  Simon Josefsson  <jas@extundo.com>
21859
21860         * lib/check-version.c (check_version): Accept identical versions too.
21861
21862 2005-07-18  Bruno Haible  <bruno@clisp.org>
21863
21864         * modules/lock: New file.
21865         * MODULES.html.sh (Multithreading): New section.
21866
21867 2005-07-18  Bruno Haible  <bruno@clisp.org>
21868
21869         * m4/lock.m4: New file, from GNU gettext.
21870
21871 2005-07-18  Bruno Haible  <bruno@clisp.org>
21872
21873         * lib/lock.h: New file, from GNU gettext.
21874         * lib/lock.c: New file, from GNU gettext.
21875
21876 2005-07-18  Bruno Haible  <bruno@clisp.org>
21877
21878         * lib/lock.h (gl_once_t): New type.
21879         (gl_once_define, gl_once): New macros.
21880         * lib/lock.c (fresh_once): New variable.
21881         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21882         functions.
21883
21884 2005-07-16  Simon Josefsson  <jas@extundo.com>
21885
21886         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21887         workaround, suggested by Bruno.
21888
21889 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21890
21891         * modules/xalloc (Depends-on): Add xalloc-die.
21892         * modules/xvasprintf (Depends-on): Add xalloc-die.
21893
21894 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21895
21896         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21897         with a minor change.
21898
21899 2005-07-15  Bruno Haible  <bruno@clisp.org>
21900
21901         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21902         When using lib/poll.c, define poll as rpl_poll.
21903
21904 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21905
21906         * modules/argp (Depends-on): Remove unlocked-io.
21907
21908 2005-07-14  Derek Price  <derek@ximbiot.com>
21909
21910         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21911         for glob symlink bug.
21912
21913 2005-07-14  Bruno Haible  <bruno@clisp.org>
21914
21915         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21916         Instead, test for *_unlocked function declarations directly.
21917
21918 2005-07-11  Simon Josefsson  <jas@extundo.com>
21919
21920         * modules/size_max: New file.
21921
21922         * modules/xsize: Depend on size_max module for size_max.m4.
21923
21924 2005-07-11  Simon Josefsson  <jas@extundo.com>
21925
21926         * lib/size_max.h: New file.
21927
21928 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21929
21930         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21931         copyright symbol and the year.
21932         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21933         (version_etc_va): Use parameterized copyright notice.
21934         Reword to conform to the current GNU coding standards.
21935
21936 2005-07-11  Karl Berry  <karl@gnu.org>
21937
21938         * doc/gnulib.texi (Quoting): new node.
21939         (Initial import): more info, from Patrice.
21940
21941 2005-07-11  Bruno Haible  <bruno@clisp.org>
21942
21943         * gnulib-tool (func_usage): Document option --avoid.
21944         (Command line options): Handle --avoid.
21945         (func_acceptable): New function.
21946         (func_modules_transitive_closure): Use it.
21947
21948 2005-07-11  Bruno Haible  <bruno@clisp.org>
21949
21950         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21951         Reported by Jim Meyering.
21952
21953 2005-07-10  Bruno Haible  <bruno@clisp.org>
21954
21955         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21956         Needed when size_t is smaller than 'unsigned int'.
21957         Reported by Paul Eggert.
21958
21959 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21960
21961         * modules/argp (Depends-on): Add unlocked-io
21962
21963 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21964
21965         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21966         block of defines.
21967
21968 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21969
21970         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21971         fix now.
21972
21973 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21974         and Paul Eggert  <eggert@cs.ucla.edu>
21975
21976         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21977         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21978
21979 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21980
21981         * modules/regex (Files): Add lib/regex_internal.c,
21982         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21983         (Depends-on): Add extensions.
21984         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21985
21986 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21987
21988         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21989         pathconf.
21990         * m4/same.m4 (gl_SAME): Likewise.
21991         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21992
21993         * m4/regex.m4: Adjust to new libc regex implementation.
21994         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21995         all the .c and .h parts of (the new) regex.
21996         Quote the m4 stuff better.
21997         Check for RE_ICASE bug of old gnulib.
21998         Check for REG_STARTEND of recent libc.
21999         Rename local variables from jm_* to gl_*.
22000         Quote operand of "test -f".
22001         Say "recent enough" version of libc, not "version 2".
22002         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
22003         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
22004         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
22005         Remove check for btowc, isascii.
22006         Require AM_LANGINFO_CODESET.
22007
22008 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22009
22010         * lib/regex.c, regex.h: Sync from libc.
22011         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
22012         * lib/regexec.c:
22013         New files, synced from libc, except that regex_internal.h
22014         currently has a small porting fix.
22015
22016 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
22017
22018         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
22019         regex_internal.c, regexec.c.
22020         Add regex_internal.h too, but as a comment, since the libc version
22021         is currently broken in gnulib mode.
22022
22023 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
22024
22025         Support programs like Emacs that use gnulib but not gettext.
22026         * MODULES.html.sh (Internationalization functions): Add gettext-h.
22027         * modules/gettext-h: New file.
22028         * modules/gettext (Files): Remove lib/gettext.h.
22029         (Depends-on): Add gettext-h.
22030         (Makefile.am): Remove lib_SOURCES.
22031         * modules/argmatch, modules/c-stack, modules/closeout:
22032         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
22033         * modules/execute, modules/file-type, modules/getaddrinfo:
22034         * modules/getopt, modules/human, modules/javacomp:
22035         * modules/javaexec, modules/mkdir-p, modules/obstack:
22036         * modules/openat, modules/pagealign_alloc, modules/pipe:
22037         * modules/quotearg, modules/regex, modules/rpmatch:
22038         * modules/unicodeio, modules/userspec, modules/version-etc:
22039         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
22040         * modules/xsetenv:
22041         Depend on gettext-h, not gettext.
22042
22043 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
22044
22045         * gnulib-tool (func_import): Add support for 'public domain' license.
22046         * modules/alloca, modules/atexit, modules/memmove:
22047         Now public domain, not GPL.
22048         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
22049         * modules/realloc, modules/strerror, modules/strtod:
22050         Now LGPL, not GPL.
22051
22052 2005-07-05  Bruno Haible  <bruno@clisp.org>
22053
22054         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
22055         autoconf CVS. Needed for mingw.
22056
22057 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22058
22059         Remove the dependency of the strftime module on the tzset module.
22060         * modules/strftime (Depends-on): Remove dependency on tzset.
22061
22062 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22063
22064         Remove the dependency of the strftime module on the tzset module.
22065         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
22066         gl_FUNC_TZSET_CLOBBER.
22067
22068 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22069
22070         Remove the dependency of the strftime module on the tzset module.
22071         * lib/strftime.c (my_strftime)
22072         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
22073         Copy the input structure, to work around some of the bug with
22074         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
22075         Solaris releases, you should also use the tzset module, but we won't
22076         require it as a dependency any more since we don't want LGPLed code
22077         to depend on GPLed code.
22078
22079 2005-07-02  Jim Meyering  <jim@meyering.net>
22080
22081         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
22082         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
22083         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
22084         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
22085
22086 2005-07-02  Jim Meyering  <jim@meyering.net>
22087
22088         * lib/backupfile.c (backup_args): Change a `0' to NULL.
22089
22090 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22091
22092         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
22093         declares only 'struct timespec;' (!).
22094
22095 2005-07-01  Jim Meyering  <jim@meyering.net>
22096
22097         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
22098         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
22099         * lib/save-cwd.c, tempname.c:
22100         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
22101         and don't include <sys/file.h>).
22102
22103 2005-06-29  Jim Meyering  <jim@meyering.net>
22104
22105         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
22106         type name.  Use the variable name instead.
22107         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
22108         Likewise.
22109
22110 2005-06-28  Simon Josefsson  <jas@extundo.com>
22111
22112         * modules/check-version (Files): Add check-version.m4.
22113
22114 2005-06-28  Simon Josefsson  <jas@extundo.com>
22115
22116         * m4/check-version.m4: New file, suggested by Jim Meyering
22117         <jim@meyering.net>.
22118
22119 2005-06-28  Simon Josefsson  <jas@extundo.com>
22120
22121         * lib/check-version.h, lib/check-version.c: New files.
22122
22123 2005-06-28  Simon Josefsson  <jas@extundo.com>
22124
22125         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
22126         collision with global variable.  Better indentation.  Don't
22127         increment buffer pointer beyond buffer end.  Based on comments
22128         from Paul Eggert <eggert@cs.ucla.edu>.
22129
22130         * lib/base64.h: Indent.
22131
22132 2005-06-28  Simon Josefsson  <jas@extundo.com>
22133
22134         * doc/gnulib.texi (Library version handling): New section.
22135
22136 2005-06-28  Jim Meyering  <jim@meyering.net>
22137
22138         * check-module (find_included_lib_files): Hard-code another
22139         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
22140         but modules/fts-lgpl (correctly) does not list those files.
22141
22142         * modules/canonicalize (Files): Add lib/pathmax.h.
22143
22144 2005-06-25  Simon Josefsson  <jas@extundo.com>
22145
22146         * modules/check-version: New file.
22147
22148 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
22149
22150         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
22151         initializer of struct addrinfo, as an indication that we don't
22152         care how many members the structure has.
22153
22154 2005-06-24  Derek Price  <derek@ximbiot.com>
22155         and Bruno Haible  <bruno@clisp.org>
22156
22157         Remove stat module & update lstat.
22158         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
22159         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22160         * m4/stat.m4: Remove this file.
22161
22162 2005-06-24  Derek Price  <derek@ximbiot.com>
22163         and Bruno Haible  <bruno@clisp.org>
22164
22165         Remove stat module & update lstat.
22166         * lib/stat.c: Remove this file...
22167         (slash_aware_lstat): ...moving this content and its support...
22168         * lib/lstat.c (rpl_lstat): ...into here.
22169         * lib/lstat.h: New file.
22170
22171 2005-06-24  Derek Price  <derek@ximbiot.com>
22172         and Bruno Haible  <bruno@clisp.org>
22173
22174         Remove stat module & update lstat.
22175         * config/srclist.txt (libc sources): Remove stat.
22176
22177 2005-06-24  Derek Price  <derek@ximbiot.com>
22178         and Bruno Haible  <bruno@clisp.org>
22179
22180         Remove stat module & update lstat.
22181         * MODULES.html.sh (stat): Remove.
22182         * MODULES.html: Regenerated.
22183         * modules/lstat (Description): Correct function name.
22184         (Files): Add "lstat.h".
22185         (Depends-on): Remove stat, add xalloc, stat-macros.
22186         * modules/stat: Remove this file.
22187         (Include): Add "lstat.h", remove <sys/stat.h>.
22188
22189 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22190
22191         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
22192         (ranged_convert): Don't save conversion in a temporary struct.
22193         This causes a warning with GCC 4.0.0, and anyway in the typical
22194         case it's not worth the extra 100 bytes or so of code.
22195         (ranged_convert, __mktime_internal): When calling a function via a
22196         pointer P, use P () rather than (*P) (), as we now assume C89 or
22197         better.
22198
22199 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22200
22201         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
22202         "who -r" failed to give output.  Problem reported by Tim Waugh.
22203
22204         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
22205         (xcalloc): Use it to avoid needless tests.
22206         Problem reported by Jim Meyering.
22207
22208 2005-06-20  Derek Price  <derek@ximbiot.com>
22209
22210         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
22211         unnecessary for Autoconfs > 2.59c.
22212
22213 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22214
22215         * lib/argp.h (__option_is_short): Check upper limit of
22216         __key. Isprint() requires its argument to have the value
22217         of an unsigned char or EOF.
22218
22219 2005-06-16  Jim Meyering  <jim@meyering.net>
22220
22221         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
22222         when either N or S is zero.
22223
22224 2005-06-16  Derek Price  <derek@ximbiot.com>
22225
22226         * m4/bison.m4: Declare YACC & YFLAGS precious.
22227
22228 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
22229
22230         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
22231         multibyte string or pattern, fall back on unibyte matching.
22232         Problem reported by James Youngman.
22233
22234 2005-06-08  Bruno Haible  <bruno@clisp.org>
22235
22236         * modules/csharpcomp: New file.
22237         * MODULES.html.sh (C#): Add csharpcomp.
22238
22239 2005-06-08  Bruno Haible  <bruno@clisp.org>
22240
22241         * m4/csharpcomp.m4: New file, from GNU gettext.
22242
22243 2005-06-08  Bruno Haible  <bruno@clisp.org>
22244
22245         * lib/csharpcomp.h: New file, from GNU gettext.
22246         * lib/csharpcomp.c: New file, from GNU gettext.
22247         * lib/csharpcomp.sh.in: New file, from GNU gettext.
22248
22249 2005-06-08  Bruno Haible  <bruno@clisp.org>
22250
22251         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
22252         warning on mingw.
22253
22254 2005-06-07  Derek Price  <derek@ximbiot.com>
22255
22256         Sync from CVS.
22257         * lib/glob_.h: Indent nested #ifdef.
22258
22259 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22260
22261         Sync from coreutils.
22262         Use "file name" when talking about file names, instead of "filename"
22263         or "path", as per the GNU coding standards.
22264         * lib/mkdir-p.c: Renamed from makepath.c.
22265         (make_dir_parents): Renamed from make_path.  All callers changed.
22266         * lib/mkdir-p.h: Likewise.  All includers changed.
22267         * lib/filenamecat.c: Renamed from path-concat.c.
22268         (file_name_concat): Renamed from path_concat.  All callers changed.
22269         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
22270         * lib/filenamecat.h: Likewise.  All includers changed.
22271         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
22272         in comments or local variable names.
22273         * lib/basename.c: Likewise.
22274         * lib/canonicalize.c, canonicalize.h: Likewise.
22275         * lib/dirname.c, dirname.h: Likewise.
22276         * lib/euidaccess.c: Likewise.
22277         * lib/exclude.c: Likewise
22278         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
22279         * lib/fsusage.c, fsuage.h: Likewise.
22280         * lib/fts.c, fts_.h: Likewise.
22281         * lib/getcwd.c: Likewise.
22282         * lib/getloadavg.c: Likewise.
22283         * lib/mkstemp.c: Likewise.
22284         * lib/mountlist.c, mountlist.h: Likewise.
22285         * lib/openat.c, openat.h: Likewise.
22286         * lib/readlink-stub.c: Likewise.
22287         * lib/readutmp.c, readutmp.h: Likewise.
22288         * lib/rename.c: Likewise.
22289         * lib/rmdir.c: Likewise.
22290         * lib/same.c: Likewise.
22291         * lib/savedir.c: Likewise.
22292         * lib/stripslash.c: Likewise.
22293         * lib/tempname.c: Likewise.
22294         * lib/xreadlink.c: Likewise.
22295         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
22296         All uses changed.
22297         * lib/exclude.h: Likewise.
22298
22299         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
22300         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22301         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
22302         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22303         * lib/pathmax.h: Include <limits.h> unconditionally, since other
22304         files have been getting away with it for years (MORE/BSD 4.3
22305         is extinct now).
22306         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
22307         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22308
22309         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
22310         Define to 256, not 255, as per modern POSIX.
22311
22312 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22313
22314         Sync from coreutils.
22315         Use "file name" when talking about file names, instead of "filename"
22316         or "path", as per the GNU coding standards.
22317         * MODULES.html.sh: mkdir-p renamed from makepath.
22318         filenamecat renamed from path-concat.
22319         * modules/filenamecat: Renamed from modules/path-concat.
22320         (Files): filenamecat.h and filenamecat.c renamed from
22321         path-concat.h and path-concat.c.
22322         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
22323         (Include): filenamecat.h, not path-concat.h.
22324         * modules/mkdir-p: Renamed from modules/makepath.
22325         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
22326         makepath.c.
22327         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
22328         (Include): mkdir-p.h, not makepath.h.
22329
22330 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22331
22332         Sync from coreutils.
22333         * m4/mkdir-p.m4: Renamed from makepath.m4.
22334         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
22335         Rename files from makepath.c to mkdir-p.c, and from
22336         makepath.h to mkdir-p.h.
22337         * m4/filenamecat.m4: Renamed from path-concat.m4.
22338         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
22339         Rename files from path-concat.c to filenamecat.c,
22340         and from path-concat.h to filenamecat.h.
22341         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
22342         "file name" in local variables or comments.
22343         * m4/rename.m4: Likewise.
22344
22345 2005-06-01  Bruno Haible  <bruno@clisp.org>
22346
22347         * modules/csharpexec: New file.
22348         * MODULES.html.sh (C#): New section.
22349
22350 2005-06-01  Bruno Haible  <bruno@clisp.org>
22351
22352         * m4/csharp.m4: New file, from GNU gettext.
22353         * m4/csharpexec.m4: New file, from GNU gettext.
22354
22355 2005-06-01  Bruno Haible  <bruno@clisp.org>
22356
22357         * lib/csharpexec.h: New file, from GNU gettext.
22358         * lib/csharpexec.c: New file, from GNU gettext.
22359         * lib/csharpexec.sh.in: New file, from GNU gettext.
22360
22361 2005-05-31  Derek Price  <derek@ximbiot.com>
22362             Paul Eggert  <eggert@cs.ucla.edu>
22363
22364         Sync from cvs.
22365         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22366
22367 2005-05-31  Derek Price  <derek@ximbiot.com>
22368             Paul Eggert  <eggert@cs.ucla.edu>
22369
22370         Sync from cvs.
22371         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22372
22373 2005-05-29  Derek Price  <derek@ximbiot.com>
22374
22375         * config/srclist.txt (glob_.h, glob.c): Add these files.
22376
22377 2005-05-29  Derek Price  <derek@ximbiot.com>
22378
22379         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
22380         * modules/glob: New file.
22381         * modules/getlogin_r: Add link to POSIX spec in description.
22382
22383 2005-05-29  Derek Price  <derek@ximbiot.com>
22384             Paul Eggert  <eggert@cs.ucla.edu>
22385
22386         * m4/glob.m4: New file.
22387
22388 2005-05-29  Derek Price  <derek@ximbiot.com>
22389             Paul Eggert  <eggert@cs.ucla.edu>
22390
22391         * lib/glob_.h, lib/glob.c: New files.
22392
22393 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22394
22395         * modules/fts (Files): Remove m4/inttypes-pri.m4.
22396         * modules/fts-lgpl (Depends-on): Remove gettext.
22397
22398 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22399
22400         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
22401         and don't require gt_INTTYPES_PRI.
22402
22403 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22404
22405         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
22406
22407         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
22408         the configuration hassle isn't worth it.
22409         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
22410         (LONGEST_MODIFIER, PRIuMAX): Remove.
22411
22412 2005-05-27  Bruno Haible  <bruno@clisp.org>
22413
22414         * lib/getlogin_r.h: Remove second include of <stddef.h>.
22415
22416 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
22417
22418         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
22419         _POSIX_PTHREAD_SEMANTICS for Solaris.
22420
22421 2005-05-25  Derek Price  <derek@ximbiot.com>
22422
22423         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
22424
22425 2005-05-25  Derek Price  <derek@ximbiot.com>
22426             Paul Eggert  <eggert@cs.ucla.edu>
22427
22428         * modules/getlogin_r, m4/getlogin_r.m4: New files.
22429         * lib/getlogin_r.c, getlogin_r.h: New files.
22430
22431 2005-05-25  Bruno Haible  <bruno@clisp.org>
22432             Derek Price  <derek@ximbiot.com>
22433
22434         * lib/getlogin_r.h: Simplify API documentation.
22435
22436 2005-05-23  Derek Price  <derek@ximbiot.com>
22437
22438         * modules/minmax (Files): Add m4/minmax.m4.
22439         (configure.ac): Add gl_MINMAX.
22440
22441 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22442
22443         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
22444         so that unistd-safer.h (GPL'ed code) need not be included.
22445
22446 2005-05-22  Bruno Haible  <bruno@clisp.org>
22447
22448         * m4/minmax.m4: New file.
22449         Based on a patch by Derek Price <derek@ximbiot.com>.
22450
22451 2005-05-22  Bruno Haible  <bruno@clisp.org>
22452
22453         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
22454         (INT64_MIN): Fix definition.
22455         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
22456
22457         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
22458         NEED_SIGNED_INT_TYPES.
22459
22460         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
22461         HAVE_SYSTEM_INTTYPES.
22462
22463 2005-05-22  Bruno Haible  <bruno@clisp.org>
22464
22465         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
22466         Also include <sys/param.h> if it defines MIN, MAX.
22467         Based on a patch by Derek Price <derek@ximbiot.com>.
22468
22469 2005-05-21  Jim Meyering  <jim@meyering.net>
22470
22471         * modules/fts (Files): Add m4/inttypes-pri.m4.
22472         (Depends-on): Add lstat and remove gettext.  Alphabetize.
22473
22474 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22475
22476         New fts module.
22477         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
22478         (setup_dir, free_dir): New functions.
22479         (enter_dir, leave_dir): Define trivial
22480         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
22481         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
22482         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
22483         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
22484         Move to fts-cycle.c.
22485         (fts_open): Use setup_dir.
22486         (fts_close): Use free_dir.
22487         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
22488         This adds a label and some gotos, but the alternatives were messier.
22489         Check for memory allocation failure when entering a dir.
22490         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
22491         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
22492         (FTS): New member fts_cycle, that is a union that contains the
22493         old active_dir_ht and cycle_state.  All uses changed to mention
22494         fts_cycle.ht and fts_cycle.state.
22495         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
22496         fts.c, with the following changes:
22497         (setup_dir, free_dir): New functions.
22498         (enter_dir): Now returns bool.  Return true if successful, false
22499         if memory exhausted.  All callers changed.
22500         Do not bother partly cleaning up on
22501         memory allocation failure; that is free_dir's job.
22502         However, free ad if hash_insert fails, to avoid memory leak.
22503         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
22504         fts->fts_options to see which union member to use.
22505
22506 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22507
22508         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
22509         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
22510
22511 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22512
22513         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
22514
22515 2005-05-20  Jim Meyering  <jim@meyering.net>
22516
22517         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
22518         Now a macro, to pacify GCC.
22519
22520 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22521
22522         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
22523         of -1.
22524
22525 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22526
22527         * lib/chown.c (rpl_chown): Return -1 on failure.
22528
22529 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22530
22531         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
22532         Don't check for stddef.h.
22533         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
22534         don't use its results.
22535         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
22536         since we include them unconditionally.  Don't require
22537         AM_STDBOOL_H, since stdbool is a prerequisite.
22538         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
22539         since we assume C89 or better.
22540         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
22541         as we don't use their results.
22542         Don't check for fchdir, memmove, memset, strrchr, as we use
22543         them unconditionally.
22544         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
22545         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
22546
22547 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22548
22549         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
22550         Include <stddef.h> unconditionally, since we assume C89 now.
22551         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
22552         * lib/fts.c: Include fts_.h first, to check interface.
22553         Do not include intprops.h; no longer needed.
22554         Include cycle-check.h and hash.h, since fts_.h no longer does.
22555         Remove unnecessary casts of closedir to void.
22556         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
22557         decide whether to decrement nlinks.
22558         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
22559         (FTS): Use struct hash_table * instead of Hash_table, so that
22560         we no longer need to include hash.h here.
22561
22562 2005-05-18  Jim Meyering  <jim@meyering.net>
22563
22564         * modules/dirfd (License): Change to LGPL.  Most of the code
22565         is already in the public domain.
22566
22567 2005-05-18  Jim Meyering  <jim@meyering.net>
22568
22569         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
22570         Reported by Yoann Vandoorselaere.
22571
22572 2005-05-17  Jim Meyering  <jim@meyering.net>
22573
22574         * m4/fts.m4: New file, from coreutils.
22575
22576 2005-05-17  Jim Meyering  <jim@meyering.net>
22577
22578         * lib/fts.c, lib/fts_.h: New files, from coreutils.
22579
22580 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22581
22582         Sync from coreutils.
22583         * m4/unlinkdir.m4: New file.
22584
22585 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22586
22587         Sync from coreutils.
22588         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
22589         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
22590         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
22591         White space changes only.
22592         * lib/makepath.c (make_path): Port to hosts where leading "//" is
22593         special.
22594         * lib/yesno.c: Include getline.h, not ctype.h.
22595         (yesno): Don't remove leading white space; POSIX doesn't allow it.
22596         Use getline to remove arbitrary restriction on response length.
22597
22598 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22599
22600         * config/srclist-update: Spell out "Street" in FSF postal
22601         mail address; this is the style the FSF seems to prefer.
22602
22603         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
22604         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
22605         this updates FSF postal mail address.
22606
22607         Sync from coreutils.
22608         * modules/unlinkdir: New file.
22609         * modules/yesno (Depends-on): Add getline.
22610         * MODULES.html.sh (File system functions): Add unlinkdir.
22611
22612 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22613
22614         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
22615         lib/strsep.h:
22616         Change the initial comment to refer to GPL, not LGPL.
22617         gnulib-tool will change it to LGPL as needed.
22618
22619         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
22620         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
22621         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
22622         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
22623         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22624         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22625         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22626         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22627         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22628         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22629         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22630         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22631         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22632         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22633         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22634         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22635         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22636         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22637         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22638         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22639         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22640         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22641         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22642         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22643         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22644         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22645         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22646         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22647         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22648         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22649         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22650         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22651         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22652         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22653         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22654         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22655         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22656         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22657         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22658         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22659         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22660         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22661         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22662         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22663         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22664         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22665         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22666         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22667         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22668         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22669         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22670         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22671         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22672         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22673         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22674         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22675         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22676         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22677         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22678         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22679         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22680         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22681         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22682         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22683         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22684         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22685         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22686         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22687         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22688         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22689         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22690         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22691         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22692         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22693         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22694         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22695         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22696         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22697         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22698         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22699         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22700         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22701         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22702         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22703         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22704         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22705         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22706         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22707         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22708         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22709         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22710         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22711         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22712         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22713         lib/yesno.c, lib/yesno.h:
22714         Update FSF postal mail address.
22715
22716 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22717
22718         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22719         tests/test-memmem.c, tests/test-stpncpy.c:
22720         Update FSF postal mail address.
22721
22722 2005-05-13  Bruno Haible  <bruno@clisp.org>
22723
22724         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22725         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22726         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22727         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22728         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22729         Add support for 64-bit integers in the MSVC compiler.
22730
22731 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22732
22733         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22734
22735 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22736
22737         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22738
22739 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22740
22741         * doc/getdate.texi (General date syntax): Don't say that date
22742         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22743         Problem reported by Nic Ferrier.
22744
22745 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22746
22747         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22748         specified in ai_socktype. Fix invalid ai_protocol
22749         check. ai_protocol is usually set to 0 or depending on
22750         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22751         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22752         ai_socktype / ai_protocol in the returned addrinfo structure.
22753
22754 2005-05-10  Simon Josefsson  <jas@extundo.com>
22755
22756         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22757         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22758
22759 2005-05-10  Karl Berry  <karl@gnu.org>
22760
22761         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22762         (from http://www.gnu.org/licenses).
22763         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22764         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22765         fdl.texi suffices.
22766
22767 2005-05-10  Karl Berry  <karl@gnu.org>
22768
22769         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22770         (COPYING.DOC): remove.
22771
22772         * config/srclist-update: new FSF address.
22773
22774 2005-05-10  Derek Price  <derek@ximbiot.com>
22775
22776         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22777         possible.
22778
22779 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22780             Bruno Haible  <bruno@clisp.org>
22781
22782         * modules/inet_ntop: New file.
22783         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22784         inet_ntop.
22785
22786 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22787             Bruno Haible  <bruno@clisp.org>
22788
22789         * m4/inet_ntop.m4: New file.
22790
22791 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22792             Bruno Haible  <bruno@clisp.org>
22793
22794         * lib/inet_ntop.h: New file.
22795         * lib/inet_ntop.c: New file, from glibc with modifications.
22796
22797 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22798
22799         * modules/time_r (License): Change to LGPL.
22800         * modules/extensions (License): Change to LGPL.  Actually,
22801         the license is more permissive than that, but currently gnulib-tool
22802         doesn't know how to handle more-permissive licenses.
22803
22804         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22805         Problem reported by Dave Love.
22806
22807 2005-05-08  Jim Meyering  <jim@meyering.net>
22808
22809         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22810         blank.
22811
22812 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22813
22814         * modules/argmatch (Depends-on): Add stdbool.
22815         * modules/backupfile (Depends-on): Likewise.
22816         * modules/chdir-long (Depends-on): Likewise.
22817         * modules/closeout (Depends-on): Likewise.
22818         * modules/cycle-check (Depends-on): Likewise.
22819         * modules/dirname (Depends-on): Likewise.
22820         * modules/fnmatch (Depends-on): Likewise.
22821         * modules/fsusage (Depends-on): Likewise.
22822         * modules/fwriteerror (Depends-on): Likewise.
22823         * modules/getcwd (Depends-on): Likewise.
22824         * modules/getloadavg (Depends-on): Likewise.
22825         * modules/hard-locale (Depends-on): Likewise.
22826         * modules/makepath (Depends-on): Likewise.
22827         * modules/mountlist (Depends-on): Likewise.
22828         * modules/nanosleep (Depends-on): Likewise.
22829         * modules/posixtm (Depends-on): Likewise.
22830         * modules/quotearg (Depends-on): Likewise.
22831         * modules/readtokens (Depends-on): Likewise.
22832         * modules/readtokens0 (Depends-on): Likewise.
22833         * modules/readutmp (Depends-on): Likewise.
22834         * modules/save-cwd (Depends-on): Likewise.
22835         * modules/strftime (Depends-on): Likewise.
22836         * modules/userspec (Depends-on): Likewise.
22837         * modules/utimecmp (Depends-on): Likewise.
22838         * modules/xgetcwd (Depends-on): Likewise.
22839         * modules/xnanosleep (Depends-on): Likewise.
22840         * modules/xstrtod (Depends-on): Likewise.
22841         * modules/yesno (Depends-on): Likewise.
22842
22843 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22844
22845         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22846         needless checks.
22847
22848 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22849
22850         Merge from coreutils.  Among other things,
22851         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22852         * lib/fd-safer.c: New file.
22853         * lib/fcntl-safer.h, open-safer.c: Remove.
22854         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22855         * lib/dup-safer.c: Include unistd-safer.h first.
22856         Don't include errno.h.
22857         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22858         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22859         * lib/file-type.c: Rely on file-type.h change.
22860         * lib/getloadavg.c: Include unistd-safer.h.
22861         (getloadavg): Use safer open.
22862         * lib/getusershell.c: Include "stdio-safer.h".
22863         (getusershell): Use safer fopen.
22864         * lib/long-options.c (long_options): Use NULL rather than 0.
22865         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22866         'free'.
22867         * lib/modechange.c: Likewise.
22868         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22869         (MODE_DONE): New constant.
22870         (struct mode_change): Remove 'next' member.
22871         (make_node_op_equals): New function; like the old one of the
22872         same name, except it allocates an array.
22873         (mode_compile, mode_create_from_ref): Use it.
22874         (mode_compile): Allocate result as an array, not a linked list.
22875         Parse octal string ourself, so that we catch mistakes like "+0".
22876         (mode_adjust): Arg is an array, not a linked list.
22877         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22878         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22879         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22880         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22881         Remove.  This is now stat-macros.h's job.
22882         (talloc): Remove.  All callers replaced by xalloc, so that
22883         our invokers don't have to worry about reporting memory failures.
22884         (make_node_op_equals): Remove.
22885         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22886         New constants.
22887         (struct mode_change): Moved here from modechange.h.
22888         (mode_append_entry): Remove.
22889         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22890         apps to have incorrect behavior.  Use simpler algorithm for head
22891         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22892         Detect more invalid usages rather than having somewhat-random behavior.
22893         Don't insert an "a=" action, as that leads to incorrect behavior.
22894         (mode_compile, mode_create_from_ref): Return NULL on error instead
22895         of an enum, since now there's only one way to have an error.  All
22896         callers changed.
22897         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22898         at the correct time.  Simplify calculation of "+u" and its ilk.
22899         Don't mishandle "+X".
22900         (mode_free): Remove "register" and localize decls.
22901         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22902         (struct mode_change): Move to modechange.c; callers don't
22903         need to see this stuff.
22904         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22905         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22906         (mode_change, mode_adjust): Reflect the new signatures noted above.
22907         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22908         that might redefine system include files.
22909         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22910         (my_usleep): Use NULL rather than (void *) 0.
22911         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22912         Use siginterrupt to specify that system calls should be interrupted.
22913         (rpl_nanosleep): Move initialization of suspended closer to call of
22914         my_usleep.
22915         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22916         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22917         (desirable_utmp_entry): New function.
22918         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22919         using x2nrealloc, to simplify logic.
22920         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22921         size calculation.  Do not assume utmp file is a regular file.
22922         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22923         (READ_UTMP_CHECK_PIDS): New constant.
22924         * lib/save-cwd.c: Include unistd-safer.h.
22925         (save_cwd): Use fd_safer.
22926         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22927         [!_LIBC] Include "stat-macros.h" instead.
22928         * lib/unistd-safer.h (fd_safer): New decl.
22929
22930 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22931
22932         * modules/getloadavg (Depends-on): Add unistd-safer.
22933         * modules/getusershell (Depends-on): Add stdio-safer.
22934         * modules/lstat (Depends-on): Remove xalloc.
22935         * modules/mkstemp (Depends-on): Add stat-macros.
22936         * modules/modechange (Depends-on): Remove xstrtol.
22937         Add stat-macros, xalloc.
22938         * modules/save-cwd (Depends-on): Add unistd-safer.
22939         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22940         * modules/unistd-safer (Files): Add lib/fd-safer.c
22941         (Makefile.am): Remove lib_SOURCES.
22942
22943         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22944         Remove fcntl-safer; unistd-safer supersedes it.
22945
22946 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22947
22948         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22949         AC_HEADER_STAT.
22950         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22951         (gl_PREREQ_CHOWN): Remove.
22952         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22953         it.  Don't require AC_HEADER_STAT.
22954         (gl_PREREQ_LSTAT): Remove.
22955         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22956         Don't require AC_HEADER_STAT.
22957         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22958         (gl_PREREQ_RMDIR): Remove.
22959         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22960         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22961         the stat-macros module a prerequisite.
22962         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22963         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22964         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22965         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22966         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22967         variable names.
22968         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22969         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22970         variable prefixes.
22971         * m4/fcntl-safer.m4: Remove.
22972         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22973         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22974         Invoke gl_PREREQ_FD_SAFER.
22975         (gl_PREREQ_FD_SAFER): New macro.
22976         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22977         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22978         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22979         Remove duplicate call to AC_LIBOBJ(readutmp).
22980         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22981
22982         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22983         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22984
22985 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22986
22987         * MODULES.html.sh (Misc): Add byteswap.
22988
22989 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22990
22991         * modules/getcwd (Depends-on): Add extensions.
22992         * modules/openat (Depends-on): Likewise.
22993
22994 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22995
22996         * modules/byteswap: New file.
22997
22998 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22999
23000         * m4/byteswap.m4: New file.
23001
23002 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
23003
23004         * lib/byteswap_.h: New file.
23005
23006 2005-04-25  Karl Berry  <karl@gnu.org>
23007
23008         * m4/gettext.m4: Update from GNU gettext 0.14.4.
23009
23010 2005-04-25  Albert Chin  <china@thewrittenword.com>
23011
23012         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
23013         Toolkit C bug.
23014
23015 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
23016
23017         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
23018         (func_ln_if_changed) Remove forcibly for no error message
23019         in case file does not exist.
23020
23021 2005-04-19  Simon Josefsson  <jas@extundo.com>
23022
23023         * gnulib-tool (Options): Make --symlink mean --symbolic.
23024
23025 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
23026
23027         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
23028
23029 2005-04-16  Simon Josefsson  <jas@extundo.com>
23030
23031         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
23032
23033 2005-04-15  Simon Josefsson  <jas@extundo.com>
23034
23035         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
23036
23037 2005-04-15  Simon Josefsson  <jas@extundo.com>
23038
23039         * gnulib-tool: Rename --symlink to --symbolic.
23040
23041 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
23042
23043         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
23044         symbolic links to files instead of copying/moving.  Add --aux-dir,
23045         specifying directory relative --dir where auxiliary build tools
23046         are placed.
23047
23048 2005-04-14  Bruno Haible  <bruno@clisp.org>
23049
23050         * modules/allocsa (License): Change to LGPL.
23051         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23052
23053 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
23054
23055         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
23056         that "UTC +1 second" continues to work.  Problem reported
23057         by Dmitry V. Levin.
23058         (relunit_snumber): New rule.
23059         (relunit): Use it.
23060
23061 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
23062
23063         * lib/getdate.y (universal_time_zone_table): New constant.
23064         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
23065         universal_time_zone_table.
23066         (lookup_zone): Prefer universal_time_zone_table to
23067         local_time_zone_table, so that "GMT" time stamps are allowed in
23068         London during the summer.  Problem reported by Ian Abbott.
23069
23070 2005-04-12  Jim Meyering  <jim@meyering.net>
23071
23072         * lib/human.c (humblock): Set *options even when returning due to
23073         xstrtoumax conversion failure.  Thanks to a used-uninitialized
23074         warning from gcc-4.
23075
23076 2005-04-09  Jim Meyering  <jim@meyering.net>
23077
23078         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
23079         -Wuninitialized: initialize tm0.tm_year.
23080
23081 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
23082
23083         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
23084         count, since there's no maximum.  All uses changed.
23085         Add member dsts_seen.
23086         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
23087         not being INT_MAX.
23088         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
23089         Use pc_rels_seen to decide whther a date is absolute.
23090
23091         * lib/getdate.y (number): Don't overwrite year.
23092         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
23093         check.
23094
23095 2005-04-02  Simon Josefsson  <jas@extundo.com>
23096
23097         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
23098         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
23099
23100 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
23101
23102         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
23103         where no absolute path name can be longer than PATH_MAX.
23104
23105 2005-03-27  Jim Meyering  <jim@meyering.net>
23106
23107         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
23108
23109 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
23110
23111         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
23112         "one's complement" -> "ones' complement" in comment, as per Knuth.
23113         "value of type" -> "type or expression" in comment.
23114         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
23115
23116 2005-03-26  Jim Meyering  <jim@meyering.net>
23117
23118         Comment nits.
23119         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
23120         Correct typos: s/or/of/.
23121
23122 2005-03-26  Jim Meyering  <jim@meyering.net>
23123
23124         * modules/check-include-files: Move to ../ and rename to...
23125         * check-module: ...this.
23126
23127 2005-03-25  Jim Meyering  <jim@meyering.net>
23128
23129         * modules/xvasprintf (Files): Add xalloc.h.
23130
23131 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
23132
23133         * modules/gettext (Files): config/config.rpath ->
23134         build-aux/config.rpath
23135         * modules/iconv (Files): Likewise.
23136         Problem reported by Oskar Liljeblad.
23137
23138 2005-03-23  Jim Meyering  <jim@meyering.net>
23139
23140         * modules/check-include-files: New script to check for
23141         missing dependencies, multiple includes, etc.
23142
23143         * modules/c-strtold (Depends-on): Add xalloc.
23144         * modules/c-strtod (Depends-on): Add xalloc.
23145         * modules/hash (Depends-on): Add xalloc.
23146         (Files): Remove lib/xalloc.h.
23147
23148         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
23149         * modules/userspec (Files): Add lib/inttostr.h.
23150
23151 2005-03-23  Jim Meyering  <jim@meyering.net>
23152
23153         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
23154
23155 2005-03-22  Jim Meyering  <jim@meyering.net>
23156
23157         * modules/stat-macros: New module.
23158         * modules/canonicalize, modules/euidaccess, modules/file-type,
23159         * modules/filemode, modules/lchown, modules/makepath,
23160         * modules/rmdir, modules/stat: Depend on new stat-macros module
23161         rather than listing lib/stat-macros.h manually.
23162         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
23163
23164 2005-03-22  Jim Meyering  <jim@meyering.net>
23165
23166         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
23167
23168 2005-03-22  Bruno Haible  <bruno@clisp.org>
23169
23170         * config/srclist.txt: Replace target directory 'config' with
23171         'build-aux'.
23172         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
23173         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
23174         ../build-aux/.
23175
23176 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
23177
23178         * modules/chdir-long (Depends-on): Add mempcpy.
23179
23180         * modules/acl, modules/backupfile, modules/c-strtod,
23181         modules/c-strtold, modules/canon-host, modules/canonicalize,
23182         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
23183         modules/exclude, modules/exitfail, modules/file-type,
23184         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
23185         modules/getdate, modules/getline, modules/getpagesize,
23186         modules/getpass, modules/getugroups, modules/group-member,
23187         modules/hard-locale, modules/hash, modules/human, modules/idcache,
23188         modules/inttostr, modules/long-options, modules/makepath,
23189         modules/md5, modules/memcasecmp, modules/memcoll,
23190         modules/modechange, modules/mountlist, modules/path-concat,
23191         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
23192         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
23193         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
23194         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
23195         modules/strftime, modules/strndup, modules/strverscmp,
23196         modules/timespec, modules/unlocked-io, modules/userspec,
23197         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
23198         modules/yesno:
23199         Remove lib_SOURCES line from Makefile.am section, as this is now
23200         done automatically by the corresponding Autoconf macro.
23201
23202 2005-03-21  Jim Meyering  <jim@meyering.net>
23203
23204         Changes imported from coreutils.
23205
23206         * lib/cycle-check.c: Don't include xalloc.h.
23207
23208         * lib/path-concat.c: Don't include assert.h.
23209         (path_concat): Remove assertion that would have triggered
23210         for ABASE starting with more than one slash.
23211         Reported by Andreas Schwab.
23212
23213         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
23214         properly when ABASE is an absolute file name.
23215         Correct the description of this function.
23216         Include <assert.h>.
23217         Add an assertion and a test driver.
23218         This fixes a bug introduced on 2004-07-02.
23219         Andreas Schwab reported the resulting failure of cp --parents:
23220         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
23221
23222 2005-03-21  Jim Meyering  <jim@meyering.net>
23223
23224         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
23225         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
23226
23227 2005-03-21  Jim Meyering  <jim@meyering.net>
23228         and  Paul Eggert  <eggert@cs.ucla.edu>
23229
23230         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
23231         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
23232         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
23233         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
23234         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
23235         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
23236         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
23237         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
23238         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
23239         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
23240         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
23241         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
23242         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
23243         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
23244         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
23245         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
23246         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
23247         for these modules.
23248
23249 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
23250
23251         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
23252         (which shouldn't happen), generate nothing instead of returning 0
23253         immediately, so that nstrftime (NULL, ...) doesn't return 0.
23254
23255 2005-03-16  Bruno Haible  <bruno@clisp.org>
23256
23257         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
23258         HAVE_LONGLONG_64BIT.
23259
23260 2005-03-16  Bruno Haible  <bruno@clisp.org>
23261
23262         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
23263         HAVE_LONGLONG_64BIT.
23264
23265 2005-03-16  Bruno Haible  <bruno@clisp.org>
23266
23267         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
23268         HAVE_LONGLONG_64BIT.
23269
23270 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23271
23272         * lib/strftime.c (my_strftime): Prepend space to format so that we can
23273         reliably distinguish strftime failure from empty output on POSIX
23274         hosts.
23275
23276 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23277
23278         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
23279         (iconv_string): Don't guess a size-zero buffer, as that might cause
23280         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
23281         result would be 'too large', where 'too large' is (heuristically)
23282         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
23283         overflow concerns.  This will prevent some unwanted malloc failures
23284         when the inputs are very large.
23285
23286 2005-03-15  Karl Berry  <karl@gnu.org>
23287
23288         * config/srclist.txt (config.rpath): from gettext.
23289         * config/config.rpath: update.
23290
23291 2005-03-15  Bruno Haible  <bruno@clisp.org>
23292
23293         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
23294         to 'negate'.
23295
23296         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
23297         variable.
23298
23299         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
23300         results.
23301
23302 2005-03-14  Simon Josefsson  <jas@extundo.com>
23303
23304         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
23305         <fx@gnu.org>.
23306
23307 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
23308
23309         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
23310         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
23311         intprops.h.
23312         * lib/strtol.c: Likewise.
23313
23314 2005-03-14  Jim Meyering  <jim@meyering.net>
23315
23316         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
23317         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
23318         to be nonzero so that we (and caller) can detect the difference
23319         between a valid zero-length expansion and an error return, even
23320         when the underlying strftime fails before writing anything into
23321         that location.
23322
23323 2005-03-14  Bruno Haible  <bruno@clisp.org>
23324
23325         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
23326         Update from GNU gettext 0.14.3.
23327
23328 2005-03-10  Jim Meyering  <jim@meyering.net>
23329
23330         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
23331
23332 2005-03-10  Jim Meyering  <jim@meyering.net>
23333
23334         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
23335         so that this module works on systems without fchdir.
23336
23337 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
23338
23339         Factor int-properties macros into a single file, except for
23340         glibc-related files.
23341         * lib/intprops.h: New file.
23342         * lib/getloadavg.c: Include it instead of limits.h.
23343         (INT_STRLEN_BOUND): Remove.
23344         * lib/human.c: Include intprops.h.
23345         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
23346         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
23347         302/1000.
23348         * lib/inttostr.h: Include intprops.h instead of limits.h.
23349         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
23350         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
23351         for consistency with intprops.h.
23352         (time_t_is_integer, twos_complement_arithmetic): Use them.
23353         * lib/sig2str.h: Include <signal.h>, intprops.h.
23354         (INT_STRLEN_BOUND): Remove.
23355         * lib/strftime.c (TYPE_SIGNED): Remove.
23356         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
23357         * lib/strtol.c: Adjust comments to match intprops.h.
23358         * lib/userspec.c: Include intprops.h.
23359         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
23360         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
23361         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
23362         instead of rolling our own expressions.
23363         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
23364
23365         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
23366         instead of int.
23367         (my_strftime): Do not mishandle years close to INT_MAX, by doing
23368         the right thing even if adding 1900 would overflow.  Similarly
23369         for tm_mon + 1 and tm_yday + 1.
23370         Make %Y always equivalent to %C%y, and similarly for %G and %g.
23371         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
23372         (DO_SIGNED_NUMBER): New macro.
23373         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
23374
23375 2005-03-07  Bruno Haible  <bruno@clisp.org>
23376
23377         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
23378
23379 2005-03-07  Bruno Haible  <bruno@clisp.org>
23380
23381         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
23382
23383 2005-03-04  Derek R. Price  <derek@ximbiot.com>
23384
23385         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
23386         (func_import): Only replace files via --import when they have actually
23387         changed.
23388
23389 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23390
23391         * m4/mmap-anon.m4: New file.
23392         * m4/pagealign_alloc.m4: New file.
23393
23394 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23395             Bruno Haible  <bruno@clisp.org>
23396
23397         * modules/pagealign_alloc: New file.
23398         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
23399
23400 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23401             Bruno Haible  <bruno@clisp.org>
23402
23403         * lib/pagealign_alloc.h: New file.
23404         * lib/pagealign_alloc.c: New file.
23405
23406 2005-03-03  Bruno Haible  <bruno@clisp.org>
23407
23408         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
23409         Use an all-permissive copyright notice, recommended by RMS.
23410
23411 2005-03-02  Bruno Haible  <bruno@clisp.org>
23412
23413         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
23414         of AIX, the replacement has to be done only after <string.h> is
23415         included, therefore not in config.h. stpncpy.h does the replacement,
23416         and stpncpy.c uses it.
23417
23418 2005-03-02  Bruno Haible  <bruno@clisp.org>
23419
23420         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
23421         stpncpy.c uses it.
23422
23423 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23424
23425         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
23426         The workaround isn't strictly needed for POSIX conformance, and
23427         it's too much of a pain to configure and maintain.  We'll ask
23428         people to fix their kernels instead.
23429         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
23430         (NANOSLEEP_BUG_WORKAROUND): Remove.
23431         (xnanosleep): Remove the workaround.
23432
23433 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23434
23435         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
23436         Reported by Derek Price.
23437         (Include): Add "timespec.h".
23438
23439         * modules/xnanosleep (Depends-on): Remove gethrxtime.
23440
23441 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23442
23443         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
23444         to detect nanosleep bug.
23445
23446 2005-03-01  Bruno Haible  <bruno@clisp.org>
23447
23448         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
23449
23450 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23451
23452         * modules/gethrxtime: New file.
23453         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
23454         (Depends-on): Add gethrxtime.
23455         (configure.ac): Add gl_XNANOSLEEP.
23456         (Makefile.am): Remove lib_SOURCES line.
23457
23458 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23459
23460         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
23461         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
23462
23463 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23464
23465         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
23466         * lib/timespec.h (gettime): Return void, since it always
23467         succeeds now.  All uses changed.
23468         * lib/gettime.c (gettime) Likewise.
23469         [HAVE_NANOTIME]: Prefer nanotime.
23470         Assume gettimeofday succeeds, as POSIX requires.
23471         Assime time () succeeds, since other code already does.
23472         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
23473         (timespec_subtract): Remove.
23474         (NANOSLEEP_BUG_WORKAROUND): New constant.
23475         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
23476         things considerably.  Use it only on GNU/Linux hosts, since the
23477         workaround shouldn't be needed elsewhere.
23478
23479 2005-02-24  Bruno Haible  <bruno@clisp.org>
23480
23481         * modules/gettext (Files): Add m4/glibc2.m4.
23482
23483 2005-02-24  Bruno Haible  <bruno@clisp.org>
23484
23485         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
23486         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
23487         * m4/progtest.m4:
23488         Update from GNU gettext 0.14.2.
23489         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
23490
23491 2005-02-24  Bruno Haible  <bruno@clisp.org>
23492
23493         * lib/localcharset.c: Update from GNU gettext 0.14.2.
23494         * lib/config.charset: Update from GNU gettext 0.14.2.
23495
23496 2005-02-24  Bruno Haible  <bruno@clisp.org>
23497
23498         * lib/gettext.h: Update from GNU gettext 0.14.2.
23499
23500 2005-02-23  Simon Josefsson  <jas@extundo.com>
23501
23502         * m4/iconvme.m4: New file.
23503
23504 2005-02-23  Jim Meyering  <jim@meyering.net>
23505
23506         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
23507         change.
23508         Thanks to Bruno Haible for catching it.
23509
23510 2005-02-22  Simon Josefsson  <jas@extundo.com>
23511
23512         * modules/iconvme: New file.
23513
23514         * MODULES.html.sh: Add iconvme.
23515
23516 2005-02-22  Simon Josefsson  <jas@extundo.com>
23517
23518         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
23519
23520 2005-02-22  Simon Josefsson  <jas@extundo.com>
23521
23522         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
23523
23524 2005-02-22  Jim Meyering  <jim@meyering.net>
23525
23526         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
23527         s/ifndef/ifdef/.
23528
23529 2005-02-20  Neil Conway  <neilc@samurai.com>
23530
23531         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
23532         returned by OSX/Darwin if the specified buffer is not large
23533         enough for the hostname.
23534
23535 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23536
23537         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
23538         pass it to _help, otherwise the latter coredumps trying to
23539         dereference state.root_argp.
23540
23541 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23542
23543         * modules/chdir-long (Depends-on): Add memrchr.
23544         * modules/memrchr (Files): Add lib/memrchr.h.
23545         (Include): "memrchr.h".
23546
23547 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23548
23549         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
23550
23551 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23552
23553         * lib/memrchr.h: New file.
23554         * lib/chdir-long.c: Include it.
23555         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
23556         Don't bother including stddef.h.
23557
23558 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23559
23560         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
23561         inclusion.
23562         Include <sys/types.h>, for dev_t.
23563         (ME_DUMMY, ME_REMOTE): Move from here....
23564         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
23565         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
23566         Dmitry V. Levin.
23567         Include mountlist.h first, to test the interface.
23568
23569 2005-01-29  Bruno Haible  <bruno@clisp.org>
23570
23571         * lib/progname.c (program_name): Initialize.
23572         Needed when linking statically on MacOS X.
23573
23574 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23575
23576         Sync from coreutils.
23577         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
23578         (Depends-on): Add c-strtod.
23579         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
23580
23581 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23582
23583         Sync from coreutils.
23584         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
23585
23586         Remove files that are specific to coreutils.
23587         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
23588
23589 2005-01-28  Bruno Haible  <bruno@clisp.org>
23590
23591         * modules/javacomp: New file.
23592         * MODULES.html.sh (Java): Add javacomp.
23593
23594 2005-01-28  Bruno Haible  <bruno@clisp.org>
23595
23596         * m4/javacomp.m4: New file, from GNU gettext.
23597
23598 2005-01-28  Bruno Haible  <bruno@clisp.org>
23599
23600         * lib/javacomp.sh.in: New file, from GNU gettext.
23601         * lib/javacomp.h: New file, from GNU gettext.
23602         * lib/javacomp.c: New file, from GNU gettext.
23603
23604 2005-01-26  Simon Josefsson  <jas@extundo.com>
23605
23606         * lib/gai_strerror.c: Use GPL in header.
23607
23608 2005-01-26  Bruno Haible  <bruno@clisp.org>
23609
23610         * modules/javaexec: New file.
23611         * MODULES.html.sh (Java): Add javaexec.
23612
23613 2005-01-26  Bruno Haible  <bruno@clisp.org>
23614
23615         * m4/javaexec.m4: New file, from GNU gettext.
23616
23617 2005-01-26  Bruno Haible  <bruno@clisp.org>
23618
23619         * lib/javaexec.sh.in: New file, from GNU gettext.
23620         * lib/javaexec.h: New file, from GNU gettext.
23621         * lib/javaexec.c: New file, from GNU gettext.
23622
23623 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23624
23625         * modules/lchown (Depends-on): Remove lchown.h
23626
23627 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23628
23629         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23630         must be defined if the header file was not found, in order
23631         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23632
23633 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23634
23635         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23636         initializers for struct pentry_state.
23637         (__argp_error): Check return value of __asprintf
23638         (__argp_failure): Translate error message
23639
23640         * lib/argp-parse.c: Removed braces around the expansion of N_()
23641
23642 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23643
23644         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23645         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23646         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23647         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23648         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23649         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23650         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23651         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23652         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23653         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23654         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23655         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23656         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23657         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23658         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23659         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23660         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23661         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23662         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23663         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23664         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23665         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23666         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23667         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23668         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23669         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23670         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23671         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23672         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23673         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23674         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23675         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23676         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23677         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23678         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23679         Use an all-permissive copyright notice, recommended by RMS.
23680
23681 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23682
23683         * modules/chdir-long (Depends-on): Remove mempcpy.
23684
23685 2005-01-21  Jim Meyering  <jim@meyering.net>
23686
23687         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23688         same value as for Solaris 9.
23689
23690         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23691         component length.  This included changing the parameter to be
23692         of type `char *' rather than `char const *'.
23693         * lib/chdir-long.h (chdir_long): Update prototype.
23694
23695         * lib/openat.c (fdopendir, fstatat): New functions.
23696         * lib/openat.h: Include headers required for use of DIR and struct
23697         stat.
23698         [AT_SYMLINK_NOFOLLOW]: Define.
23699         (fdopendir, fstatat): Add prototypes.
23700
23701 2005-01-21  Bruno Haible  <bruno@clisp.org>
23702
23703         * modules/classpath: New file.
23704         * MODULES.html.sh (Java): Add classpath.
23705
23706 2005-01-21  Bruno Haible  <bruno@clisp.org>
23707
23708         * lib/classpath.h: New file, from GNU gettext.
23709         * lib/classpath.c: New file, from GNU gettext.
23710
23711 2005-01-20  Simon Josefsson  <jas@extundo.com>
23712
23713         * modules/version-etc-fsf: New file.
23714
23715 2005-01-20  Simon Josefsson  <jas@extundo.com>
23716
23717         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23718         * lib/version-etc.c: Remove version_etc_copyright.
23719         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23720         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23721
23722 2005-01-20  Simon Josefsson  <jas@extundo.com>
23723
23724         * lib/base64.h (isbase64): Add.
23725
23726         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23727         using a unsigned prototype, don't inline.
23728         (base64_decode): Use it.
23729
23730 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23731
23732         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23733         it.
23734
23735 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23736
23737         * lib/save-cwd.c (save_cwd): Remove code to support the case
23738         where fchdir is missing or flaky.
23739
23740 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23741
23742         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23743
23744 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23745
23746         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23747         AC_LIBSOURCES now does this.
23748         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23749         with new ullong_max module.
23750
23751 2005-01-19  Bruno Haible  <bruno@clisp.org>
23752
23753         * modules/sh-quote: New file.
23754         * MODULES.html.sh (Executing programs): Add sh-quote.
23755
23756 2005-01-19  Bruno Haible  <bruno@clisp.org>
23757
23758         * lib/sh-quote.h: New file, from GNU gettext.
23759         * lib/sh-quote.c: New file, from GNU gettext.
23760
23761 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23762
23763         Merge from coreutils.
23764         * m4/ullong_max.m4: New file.
23765         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23766         (gl_MACROS): Assume localeconv exists.
23767
23768 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23769
23770         Merge changes from coreutils, as described below in several
23771         changelogs dated today.
23772
23773         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23774         (O_DIRECTORY): Remove; not needed here, since "." must be
23775         a directory.  All uses removed.
23776         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23777         universal on Suns, and we also need to test for IRIX.
23778         Revamp code to use 'if' rather than '#if'.
23779         Avoid unnecessary comparison of cwd->desc to 0.
23780
23781         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23782         for known valid error numbers rather than observed invalid ones.
23783
23784 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23785
23786         * modules/ullong_max: New file.
23787
23788         * modules/chdir-long, modules/openat: New files.
23789         * modules/save-cwd (Depends-on): Depend on chdir-long.
23790         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23791
23792 2005-01-18  Jim Meyering  <jim@meyering.net>
23793
23794         Merge from coreutils.
23795         * m4/chdir-long.m4, m4/openat.m4: New files.
23796         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23797         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23798         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23799         is sane and DOES follow symlinks.  Besides, testing 20 different
23800         systems found no broken chown implementations.
23801         Prompted by a change in rsync's copy of this macro.
23802         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23803
23804         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23805
23806         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23807         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23808         NULL-means-set-to-current-time semantics.
23809         Remove temporary file immediately, rather than waiting
23810         for configure's at-exit trap code to do it.
23811
23812 2005-01-18  Jim Meyering  <jim@meyering.net>
23813
23814         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23815
23816         * lib/utimens.c (futimens): Account for the fact that futimes
23817         can also fail with errno == ENOSYS or errno == ENOENT.
23818         Patch from Dmitry V. Levin.
23819
23820         Change the name of the robust chdir function from chdir to chdir_long.
23821         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23822         (restore_cwd): Use chdir_long, not chdir.
23823         * lib/chdir-long.c: Renamed from chdir.c.
23824         * lib/chdir-long.h: Renamed from chdir.h.
23825         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23826         Hurd.
23827
23828 2005-01-18  Bruno Haible  <bruno@clisp.org>
23829
23830         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23831         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23832         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23833         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23834         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23835         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23836         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23837         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23838         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23839         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23840         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23841         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23842         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23843         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23844         Use an all-permissive copyright notice, recommended by RMS.
23845
23846 2005-01-18  Bob Proulx  <bob@proulx.com>
23847
23848         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23849         simplify offsetof() macro construct to avoid compile failure with
23850         native HP-UX 11.0 ANSI C compiler.
23851
23852 2005-01-17  Bruno Haible  <bruno@clisp.org>
23853
23854         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23855         redundant because stpncpy.m4 takes care of it.
23856
23857 2005-01-17  Bruno Haible  <bruno@clisp.org>
23858
23859         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23860
23861 2005-01-17  Bruno Haible  <bruno@clisp.org>
23862
23863         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23864         used.
23865
23866 2005-01-17  Bruno Haible  <bruno@clisp.org>
23867
23868         * lib/fwriteerror.h (fwriteerror): Change specification to include
23869         fclose.
23870         * lib/fwriteerror.c: Include <stdbool.h>.
23871         (fwriteerror): At the end, close the file stream. Record whether
23872         stdout was already closed.
23873
23874 2005-01-17  Bruno Haible  <bruno@clisp.org>
23875
23876         * lib/execute.c (environ): Declare if needed.
23877         * lib/pipe.c (environ): Likewise.
23878         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23879
23880 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23881
23882         * modules/argp: Depend on vsnprintf
23883
23884 2005-01-10  Jim Meyering  <jim@meyering.net>
23885
23886         * modules/closeout (Depends-on): Add atexit.
23887
23888 2005-01-06  Bruno Haible  <bruno@clisp.org>
23889
23890         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23891
23892 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23893
23894         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23895         definitions to be after all include files, to avoid collisions.
23896         Problem reported by Bob Proulx.
23897
23898 2005-01-04  Jim Meyering  <jim@meyering.net>
23899
23900         Changes imported from coreutils.
23901         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23902         as the mkstemp template, use a temporary directory and an
23903         8.3-friendly template to avoid trouble on systems like DJGPP.
23904         Reported by Juan M. Guerrero via Stepan Kasal.
23905         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23906         close. Remove the temporary directory right away, rather than waiting
23907         for configure's at-exit trap code to do it.
23908         Suggestion from Stepan Kasal.
23909
23910 2005-01-01  Simon Josefsson  <jas@extundo.com>
23911
23912         * gnulib-tool: Print #include directives when --import'ing.
23913
23914 2004-12-28  Simon Josefsson  <jas@extundo.com>
23915
23916         * tests/test-base64.c: Include required header files.  Remove
23917         unused variables.
23918
23919 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23920
23921         * modules/error (Depends-on): Remove gettext.
23922
23923 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23924
23925         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23926         not needed.  This removes a dependency on the gettext module.
23927         [defined _LIBC]: Do not include <libintl.h>; not needed.
23928
23929 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23930
23931         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23932         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23933
23934 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23935
23936         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23937         HAVE_DECL_STRTOLD.
23938
23939 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23940
23941         * modules/getdate (Depends-on): Remove alloca-opt.
23942
23943 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23944
23945         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23946
23947 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23948
23949         * lib/argp-parse.c: Include <stddef.h>.
23950         (alignof, alignto): New macros.
23951         (parser_init): Don't assume that void * is aligned sufficiently
23952         for struct option.
23953
23954         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23955         need to extend the stack.
23956         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23957         large.
23958
23959 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23960
23961         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23962
23963 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23964
23965         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23966         (2004-10-24) change.  Apparently this was a false alarm.
23967
23968         * modules/getdate: Depend on alloca-opt, not alloca.
23969
23970 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23971
23972         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23973         Remove now-obsolete comment about AIX.
23974         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23975         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23976         (YYMAXDEPTH): New macro.
23977
23978 2004-12-18  Simon Josefsson  <jas@extundo.com>
23979
23980         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23981
23982 2004-12-18  Bruno Haible  <bruno@clisp.org>
23983
23984         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23985
23986 2004-12-18  Bruno Haible  <bruno@clisp.org>
23987
23988         * lib/fatal-signal.c (fatal_signals): Make non-const.
23989         (init_fatal_signals): New function.
23990         (uninstall_handlers, install_handlers): Ignore signals that were set to
23991         SIG_IGN.
23992         (at_fatal_signal): Call init_fatal_signals.
23993         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23994         SIG_IGN.
23995         Reported by Paul Eggert.
23996
23997 2004-12-18  Bruno Haible  <bruno@clisp.org>
23998
23999         * doc/alloca.texi: New file.
24000         * doc/alloca-opt.texi: New file.
24001
24002 2004-12-17  Jim Meyering  <jim@meyering.net>
24003
24004         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
24005         Otherwise, install-sh could exit with improper exit status when
24006         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
24007
24008 2004-12-16  Simon Josefsson  <jas@extundo.com>
24009
24010         * tests/test-base64.c: Add license.
24011
24012 2004-12-15  Stepan Kasal  <address@hidden>
24013
24014         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
24015
24016 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
24017
24018         * modules/getcwd (Files): Add m4/d-ino.m4.
24019         Suggested by Mark D. Baushke.
24020
24021 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
24022
24023         * lib/getdate.y (textint): New member "negative".
24024         (time_zone_hhmm): New function.
24025         Expect 14 shift-reduce conflicts, not 13.
24026         (o_colon_minutes): New rule.
24027         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
24028         (yylex): Set the "negative" member of signed numbers.
24029
24030 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
24031
24032         * doc/getdate.texi (Time of day items, Time zone items):
24033         Describe new formats +00:00, UTC+00:00.
24034
24035 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
24036
24037         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
24038         spurious "-l"s.  Problem reported by Stepan Kasal.
24039
24040 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
24041
24042         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
24043         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
24044
24045 2004-12-04  Simon Josefsson  <jas@extundo.com>
24046
24047         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
24048         Vandoorselaere <yoann@prelude-ids.org>.
24049
24050 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24051
24052         Changes imported from coreutils.
24053         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
24054         exist.
24055         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
24056
24057 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24058
24059         Changes imported from coreutils.
24060         * lib/hard-locale.c: Assume <locale.h> exists.
24061         Include "strdup.h".
24062         (GLIBC_VERSION): New macro.
24063         (hard_locale): Assume setlocale exists.
24064         Rewrite to avoid #ifdef.
24065         Use strdup rather than malloc + strcpy.
24066         * lib/human.c: Assume <locale.h> exists.
24067         (human_readable): Assume localeconv exists.
24068
24069 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
24070
24071         * modules/hard-locale (Depends-on): Add strdup.
24072
24073 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24074
24075         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
24076         convert T2, not T.  (Imported from libc.)
24077
24078 2004-11-30  Simon Josefsson  <jas@extundo.com>
24079
24080         * modules/restrict (License): Change to LGPL.
24081
24082 2004-11-30  Simon Josefsson  <jas@extundo.com>
24083
24084         * m4/restrict.m4: Add copyright and copying conditions.
24085
24086 2004-11-30  Simon Josefsson  <jas@extundo.com>
24087
24088         * m4/base64.m4: New file.
24089
24090 2004-11-30  Simon Josefsson  <jas@extundo.com>
24091
24092         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
24093         base64.
24094
24095         * tests/test-base64.c: New file.
24096
24097         * modules/base64: New file.
24098
24099 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
24100
24101         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
24102         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
24103
24104         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
24105
24106 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
24107
24108         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
24109         (__getcwd.c): Don't restore errno; glibc doesn't.
24110         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
24111         first, falling back to our code only if its results look suspicious.
24112         Ensure that the resulting buffer is only as large as necessary.
24113
24114         * lib/readutmp.c: Include readutmp.h first.
24115         Include <errno.h>, since readutmp.h no longer does that.
24116         * lib/readutmp.h: Don't include <errno.h>,
24117         <sys/param.h>, <time.h>; not needed to establish interface.
24118         (errno): Remove decl.
24119         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
24120         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
24121         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
24122
24123 2004-11-28  Simon Josefsson  <jas@extundo.com>
24124
24125         * lib/base64.h, base64.c: New file.
24126
24127 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
24128
24129         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
24130
24131 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
24132
24133         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
24134         (Depends-on): Remove pathmax, same.  Add mempcpy.
24135         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
24136         (Makefile.am): Append getcwd.h to lib_SOURCES.
24137         (Include): Add getcwd.h.
24138         (Maintainer): Change from Jim Meyering to "all, glibc",
24139         since getdate now uses intended-for-glibc code.
24140         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
24141         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
24142
24143 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24144
24145         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
24146         HP's ANSI C compiler.
24147         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
24148         Declaring int functions causes warnings on some modern systems and
24149         shouldn't be needed to compile on ancient ones.
24150         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
24151         defined.
24152
24153         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
24154         with the following changes.
24155         (__set_errno): Parenthesize properly.
24156         Include <stdbool.h>.
24157         (MIN, MAX, MATCHING_INO): New macros.
24158         (__getcwd): Define with prototype, not K&R form.
24159         Use heuristics to allocate default buffer on stack if possible.
24160         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
24161         behavior, and to avoid the PATH_MAX limit when computing
24162         ../../../../...
24163         Use MATCHING_INO to compare inode number to file.
24164         Check for arithmetic overflow in size calculations.
24165         Fix bug in reallocation of dot array that caused getcwd to fail
24166         on directories nested deeper than 75.
24167         Be more careful about saving errno on error.
24168         Do not use realloc; use only free+malloc, as this is a bit
24169         more flexible and avoids a needless copy operation.
24170         Do not inspect st_dev and st_ino for symbolic links; POSIX
24171         doesn't specify the latter.
24172         Check for closedir errors.
24173         Avoid needless casts.
24174         Use "#ifdef weak_alias" around weak_alias, to be like other
24175         glibc code.
24176         The following changes to getcwd.c have effect only when used in
24177         gnulib; they have no effect inside glibc proper.
24178         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
24179         as alloca isn't used.
24180         (alloca, __alloca): Likewise.
24181         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
24182         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24183         unconditionally, as gnulib assumes C89 or better.
24184         Do not include <sys/param.h>.
24185         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
24186         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
24187         better.
24188         (NULL) [!defined NULL]: Remove; we assume C89 or better.
24189         Include <dirent.h> in a way that is compatible with modern Autoconf.
24190         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
24191         New macros, if not already defined.
24192         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
24193         Use "_LIBC", not "defined _LIBC", for consistency.
24194         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
24195         a mempcpy module.
24196         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
24197         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
24198         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
24199         credit only to Jim Meyering and adjust the copyright dates.
24200         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
24201         <stdlib.h>, <unistd.h>, "pathmax.h".
24202         Instead, include "xgetcwd.h" (first) and "getcwd.h".
24203         (INITIAL_BUFFER_SIZE): Remove.
24204         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
24205
24206 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24207
24208         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
24209         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
24210         Use the _ONCE methods, for efficiency.
24211         Check for fcntl.h.  In test program, include <errno.h>
24212         and <fcntl.h> if available.  Remove old K&R cruft from
24213         test program.  Check for common errors in GNU/Linux,
24214         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
24215         don't do AC_LIBOBJ, as that's getcwd.m4's job.
24216         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
24217         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
24218         name accordingly.
24219         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
24220         accommodate new getcwd.c.
24221         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
24222         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
24223         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
24224         that's all we need now.
24225
24226 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24227
24228         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
24229         argp-parse.c depends on getopt internals, that means we should
24230         always use our getopt, to be on the safe side.
24231         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
24232         order not to spoil the result of an eventual previous invocation
24233         of gl_GETOPT_SUBSTITUTE.
24234
24235 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24236
24237         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
24238         redefinition warnings. To avoid them, include the defines
24239         in `#if !defined __need_getopt ... #endif'. The only place
24240         where __getopt_argv_const is used is in definitions
24241         of getopt_long and getopt_long_only below, which are as well
24242         protected by `#ifndef __need_getopt'.
24243         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
24244         __need_getopt after including <stdio.h> and <unistd.h> These
24245         headers might have defined it.
24246
24247 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24248
24249         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
24250
24251 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24252
24253         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
24254         (futimens): New function, which uses futimes if available.
24255         (futimens, utimens): Support timespec==NULL, with same semantics
24256         as utime and utimens.
24257         * lib/utimens.h (futimens): New decl.
24258
24259 2004-11-23  Jim Meyering  <jim@meyering.net>
24260
24261         * lib/getopt_.h: Remove trailing blanks.
24262
24263 2004-11-23  Jim Meyering  <jim@meyering.net>
24264
24265         * lib/__fpending.c: Add comment.
24266
24267 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
24268
24269         * modules/canonicalize (Depends-on): Add xreadlink.
24270         Problem reported by James Youngman.
24271
24272 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24273
24274         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
24275         New macros.
24276         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
24277         optopt): Use them instead of invoking ## directly; otherwise, the
24278         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
24279
24280 2004-11-19  Bruno Haible  <bruno@clisp.org>
24281
24282         * lib/strtok_r.c: Move comments from here...
24283         * lib/strtok_r.h: ... to here.
24284
24285 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24286
24287         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
24288         implementations that mishandle size_t overflow.
24289
24290 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24291
24292         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
24293         might fail.  Problem reported by Yoann Vandoorselaere.
24294         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
24295         implementations that mishandle size_t overflow.
24296
24297 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24298
24299         * modules/canon-host (Depends-on): Add strdup.
24300
24301 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24302
24303         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
24304
24305 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24306
24307         * lib/canon-host.c: Include "strdup.h".
24308         (canon_host): Use getaddrinfo if available, so that IPv6 works.
24309         Use strdup instead of malloc/strcpy to duplicate strings.
24310
24311         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
24312         (human_space_before_unit): New constant.
24313         * lib/human.c (human_readable): Support it.
24314
24315         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
24316         (xgetcwd): Set errno correctly when failing.
24317         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
24318         the failure is actually due to a PATH_MAX problem.
24319
24320         Further getopt changes to make it more likely that glibc will
24321         buy the changes back.
24322         * lib/getopt.c (POSIXLY_CORRECT): New constant.
24323         (getopt): Use it, so to preserve glibc semantic
24324         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
24325         when compiling for libc.
24326         * lib/getopt_.h (__getopt_argv_const): Bring it back.
24327         (getopt_long, getopt_long_only): Use it.
24328
24329         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24330         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
24331         (getopt): Argv is now char * const *, as per standard.
24332         (_getopt_internal_r, _getopt_internal): Argv is now char **,
24333         not char *__getopt_argv_const *.
24334         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24335         _getopt_long_only_r): Likewise.
24336         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
24337         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24338         _getopt_long_r, _getopt_long_only_r): Likewise.
24339         * lib/getopt_.h (__getopt_argv_const): Remove.
24340         (getopt): Argv is now char * const *, as per standard.
24341
24342         * lib/getdate.y (tORDINAL): New token.
24343         (day, relunit): Allow it for relative times.
24344         (relative_time_table): Use tORDINAL for ordinals.
24345
24346 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24347
24348         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
24349         Document that "second" isn't allowed as an ordinal number.
24350
24351 2004-11-16  Jim Meyering  <jim@meyering.net>
24352
24353         * modules/closeout (Depends-on): Add fpending.
24354
24355 2004-11-15  Jim Meyering  <jim@meyering.net>
24356
24357         * lib/closeout.c: Include "__fpending.h" once again.
24358         Include <stdbool.h>.
24359         (close_stdout): Don't fail just because stdout was closed initially,
24360         since some programs don't write to stdout in the normal course of
24361         operation (other than --version and --help), and we don't want this
24362         function to make e.g. `touch file >&-' fail.
24363         But do fail if it was closed and someone has tried to write to it.
24364         E.g., `printf foo >&-' must fail.
24365
24366 2004-11-13  Jim Meyering  <jim@meyering.net>
24367
24368         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
24369
24370 2004-11-12  Simon Josefsson  <jas@extundo.com>
24371
24372         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
24373         small doc fix is still pending.
24374
24375 2004-11-11  Simon Josefsson  <jas@extundo.com>
24376
24377         * modules/strtok_r: New file.
24378
24379         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24380         strtok_r.
24381
24382 2004-11-11  Simon Josefsson  <jas@extundo.com>
24383
24384         * m4/strtok_r.m4: New file.
24385
24386         * m4/getopt.m4: Replace opterr.
24387
24388 2004-11-11  Simon Josefsson  <jas@extundo.com>
24389
24390         * lib/strtok_r.h, strtok_r.c: New file.
24391
24392 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24393
24394         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
24395         of replacing opterr, getopt, etc.  This should handle the
24396         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
24397
24398 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24399
24400         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
24401         we can stop lying to compilers about the constness of argv when we
24402         are compiled outside glibc.
24403         (getopt, getopt_long, getopt_long_only): Use it.
24404         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24405         _getopt_internal, getopt): Likewise.
24406         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24407         _getopt_long_only_r): Likewise.
24408         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24409         _getopt_long_r, _getopt_long_only_r): Likewise.
24410
24411         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
24412         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
24413         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
24414         the other external symbols.
24415         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
24416         declaration, since the above renaming now works around collisions.
24417
24418 2004-11-11  Jim Meyering  <jim@meyering.net>
24419
24420         * lib/linebreak.c: Remove trailing blanks.
24421         * lib/alloca_.h: Likewise.
24422         * lib/acosl.c: Likewise.
24423         * lib/euidaccess.c: Likewise.
24424         * lib/allocsa.h: Likewise.
24425
24426 2004-11-10  Simon Josefsson  <jas@extundo.com>
24427
24428         * m4/getaddrinfo.m4: New file.
24429
24430 2004-11-10  Simon Josefsson  <jas@extundo.com>
24431
24432         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
24433
24434 2004-11-10  Simon Josefsson  <jas@extundo.com>
24435
24436         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24437         getaddrinfo.
24438
24439         * modules/getaddrinfo: New file.
24440
24441 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24442
24443         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
24444
24445 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24446
24447         * lib/mktime.c (SHR): New macro, which is a portable
24448         substitute for >> that should work even on Crays.
24449         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
24450         Problem reported by Mark D. Baushke in
24451         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
24452         * lib/getdate.y (SHR): Likewise.
24453         (tm_diff): Use it.
24454         * lib/strftime.c (SHR): Likewise.
24455         (tm_diff): Use it.
24456         * lib/quotearg.c (struct quoting_options): Use unsigned int for
24457         quote_these_too, so that right shifts are well defined.  All uses
24458         changed.
24459
24460 2004-11-10  Jim Meyering  <jim@meyering.net>
24461
24462         Ensure that no close failure goes unreported.
24463         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
24464         return early when it seems there's nothing to flush.
24465         Don't include __fpending.h.
24466
24467 2004-11-10  Jim Meyering  <jim@meyering.net>
24468
24469         * modules/closeout (Depends-on): Remove fpending.
24470
24471 2004-11-10  Jim Meyering  <jim@meyering.net>
24472
24473         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
24474
24475 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24476
24477         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
24478         gl_FUNC_STRFTIME.
24479         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
24480         and AC_REQUIRE when possible, to avoid duplicate checks.
24481         Check for <wchar.h>.
24482
24483 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24484
24485         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
24486
24487 2004-11-09  Bruno Haible  <bruno@clisp.org>
24488
24489         * m4/sockpfaf.m4: New file.
24490
24491 2004-11-05  Bruno Haible  <bruno@clisp.org>
24492
24493         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
24494         Reported by Mark D. Baushke <mdb@cvshome.org>.
24495
24496 2004-11-04  Bruno Haible  <bruno@clisp.org>
24497
24498         2004-09-11  Bruno Haible  <bruno@clisp.org>
24499                 * allocsa.valgrind: New file.
24500         2004-02-06  Bruno Haible  <bruno@clisp.org>
24501                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
24502                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
24503                 Reported by Christopher Seip <chris.seip@hp.com>.
24504
24505 2004-11-04  Bruno Haible  <bruno@clisp.org>
24506
24507         * modules/allocsa (Files): Add lib/allocsa.valgrind.
24508         (Makefile.am): Distribute it.
24509
24510 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24511
24512         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
24513         with errno == ERANGE if the buffer is too small.
24514         Problem reported by Mark D. Baushke.
24515
24516 2004-11-03  Albert Chin  <china@thewrittenword.com>
24517             Paul Eggert  <eggert@cs.ucla.edu>
24518
24519         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
24520         equivalent, substitute $ac_type for equivalent type rather than
24521         blindly using uint32_t *always* which won't work if uint32_t is not
24522         available.  Define _UINT32_T to work around typedef of uint32_t if
24523         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
24524         2.5.1.
24525
24526 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24527
24528         * m4/jm-macros.m4: Sync from coreutils.
24529         (gl_MACROS): Check for mbrlen, for pathchk.
24530         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
24531
24532 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24533
24534         * lib/xreadlink.c (MAXSIZE): New macro.
24535         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
24536         size does not exceed MAXSIZE.  Avoid cast.
24537         As suggested by Mark D. Baushke in
24538         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
24539         if readlink fails with buffer size just under MAXSIZE, try again
24540         with MAXSIZE.
24541
24542 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24543
24544         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
24545
24546 2004-11-02  Derek R. Price  <derek@ximbiot.com>
24547         and  Paul Eggert  <eggert@cs.ucla.edu>
24548
24549         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
24550         (get_date): Overparenthesize to avoid GCC warning.
24551
24552 2004-11-02  Bruno Haible  <bruno@clisp.org>
24553
24554         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
24555         returns void.
24556
24557 2004-11-02  Bruno Haible  <bruno@clisp.org>
24558
24559         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
24560         function returns void.
24561
24562 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24563
24564         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
24565         fflush_unlocked, flockfile, funlockfile, funlockfile,
24566         fputs_unlocked, putc_unlocked.
24567
24568 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24569
24570         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24571         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
24572         already declared.
24573
24574 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24575
24576         * modules/getdate (Files): Add doc/getdate.texi.
24577         (Depends-on): Add setenv, xalloc.
24578
24579 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24580
24581         * lib/getdate.y: Add support for TZ="foo" within a date string.
24582         Fix some bugs near time_t boundaries.  Reject dates with
24583         out-of-range components, e.g., "Sept 31".
24584         Include <stdlib.h>, "setenv.h", "xalloc.h".
24585         (ISDIGIT_LOCALE): Remove; unused.
24586         Note that the TZ and time functions used here are not reentrant.
24587         (mktime_ok, get_tz): New functions.
24588         (TZBUFSIZE): New constant.
24589         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
24590         This requires that we sometimes generate our own TZ="XXX..." setting.
24591
24592 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24593
24594         * doc/getdate.texi: New file, from coreutils with modifications for
24595         the new TZ parsing.
24596
24597 2004-10-27  Derek R. Price  <derek@ximbiot.com>
24598
24599         * lib/mktime.c (not_equal_tm): Remove redundant check.
24600
24601 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24602
24603         * modules/regex (lib_SOURCES): Add regex.c.
24604         Reported by James Youngman in
24605         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
24606
24607 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24608
24609         * lib/getdate.y: Use Bison 1.875 features, and some minor
24610         code cleanups.  This change does not affect semantics.
24611         Don't include <stdlib.h>; no longer needed.
24612         Don't include unlocked-io.h; only the "#if TEST" code uses
24613         stdio, and performance isn't crucial there.
24614         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
24615         Bison 1.875 features as described below.
24616         All uses of "PC." replaced by "pc->".
24617         (YYSTYPE): Add a forward declaration.
24618         (yylex, yyerror): Use full prototypes in forward decls.
24619         Use "%pure-parser" rather than obsolescent "%pure_parser".
24620         Use %parse-param and %lex-param instead of obsolescent
24621         YYPARSE_PARAM and YYLEX_PARAM.
24622         (meridian_table, month_and_day_table, time_units_table,
24623         relative_time_table, time_zone_table, military_table,
24624         lookup_zone, lookup_word, get_date):
24625         Use NULL instead of 0 where appropriate.
24626         (to_hour): Avoid abort (), to avoid a dependency on
24627         stdlib.h.
24628         (yyerror, yylex): Now accepts parser_control * arg.
24629         (main) [TEST]: Use '\0' rather than 0 for char.
24630
24631 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24632
24633         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24634
24635 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24636
24637         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24638         It's now the caller's responsibility to handle the case where
24639         !HAVE_GETPAGESIZE && !defined getpagesize.
24640
24641         * lib/mktime.c (leapyear): Arg is long int, not int.
24642
24643 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24644
24645         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24646
24647 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24648
24649         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24650         missing.  Problem reported by James Youngman.
24651
24652 2004-10-16  Simon Josefsson  <jas@extundo.com>
24653
24654         * gnulib-tool: Fix comments.  Fix parse problem.
24655         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24656
24657 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24658
24659         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24660         implementation of getopt_long.  Problem reported by Alexander Taler in:
24661         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24662
24663 2004-10-15  Bruno Haible  <bruno@clisp.org>
24664
24665         * gnulib-tool: Untabify. Initialize supplied_libname.
24666         (func_usage): More homogenous output.
24667         (func_modules_transitive_closure, func_modules_to_filelist,
24668         func_emit_lib_Makefile_am): New functions.
24669         (func_import): New function, extracted from big case statement. Use
24670         func_get_license, func_modules_transitive_closure,
24671         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24672         opt_lgpl. Don't use test -a, as it's not portable.
24673         (func_create_testdir): Use func_modules_transitive_closure,
24674         func_modules_to_filelist, func_emit_lib_Makefile_am.
24675
24676 2004-10-15  Bruno Haible  <bruno@clisp.org>
24677
24678         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24679
24680 2004-10-15  Bruno Haible  <bruno@clisp.org>
24681
24682         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24683         the portions belonging to each module.
24684         Suggested by Derek Robert Price <derek@ximbiot.com>.
24685
24686 2004-10-12  Simon Josefsson  <jas@extundo.com>
24687
24688         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24689         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24690         to real functions.
24691
24692 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24693
24694         * modules/vsnprintf: New file.
24695
24696 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24697
24698         * m4/vsnprintf.m4: New file.
24699
24700 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24701
24702         * lib/vsnprintf.h: New file.
24703         * lib/vsnprintf.c: New file.
24704
24705 2004-10-11  Bruno Haible  <bruno@clisp.org>
24706
24707         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24708         vsnprintf.
24709
24710 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24711
24712         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24713
24714 2004-10-07  Bruno Haible  <bruno@clisp.org>
24715
24716         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24717         fits into the provided buffer.
24718
24719 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24720
24721         * lib/diacrit.c, diacrit.h: Add GPL notice.
24722
24723         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24724         notice.
24725         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24726         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24727         This avoids a potential constant-folding bug.
24728
24729 2004-10-05  Bruno Haible  <bruno@clisp.org>
24730
24731         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24732         for the declaration of strsep.
24733
24734 2004-10-05  Bruno Haible  <bruno@clisp.org>
24735
24736         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24737
24738 2004-10-04  Simon Josefsson  <jas@extundo.com>
24739
24740         * modules/memmem: New file.
24741         * tests/test-memmem.c: New file.
24742         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24743
24744 2004-10-04  Simon Josefsson  <jas@extundo.com>
24745
24746         * m4/memmem.m4: New file.
24747
24748 2004-10-04  Simon Josefsson  <jas@extundo.com>
24749
24750         * lib/memmem.h: New file.
24751         * lib/memmem.c: New file, taken from glibc.
24752
24753 2004-10-04  Simon Josefsson  <jas@extundo.com>
24754
24755         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24756         '#ifdef USE_UNLOCKED_IO'.
24757
24758 2004-10-04  Simon Josefsson  <jas@extundo.com>
24759
24760         * config/srclist.txt: Add memmem from glibc.
24761
24762 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24763
24764         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24765
24766         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24767         modules/exclude, modules/getdate, modules/getline,
24768         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24769         modules/getusershell, modules/linebuffer, modules/md5,
24770         modules/mountlist, modules/posixtm, modules/readtokens,
24771         modules/readutmp, modules/regex, modules/sha1,
24772         modules/version-etc, modules/yesno:
24773         Remove dependency on unlocked-io.
24774
24775 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24776
24777         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24778
24779         * m4/unlocked-io.m4: Add copyright notice.
24780         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24781
24782 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24783
24784         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24785         * lib/xmalloc.c (xmemdup): Likewise.
24786         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24787         XFREE): Remove these long-obsolescent macros.
24788         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24789         * lib/xstrdup.c: Remove.
24790
24791         * lib/regex.c (re_comp): Cast gettext return value to char *,
24792         Problem reported by Martin Neitzel via Mark D. Baushke.
24793
24794 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24795
24796         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24797         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24798         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24799         regex.c, sha1.c, version-etc.c, yesno.c:
24800         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24801         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24802         the includer's responsibility.
24803
24804         Sync from coreutils.
24805
24806         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24807         points to the start of a string, as the C Standard says the
24808         resulting behavior is undefined.
24809
24810         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24811         simple -> simple_backups, numbered_existing ->
24812         numbered_existing_backups, numbered -> numbered_backups
24813         to avoid shadowing problems.  All uses changed.
24814         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24815         * lib/backupfile.c (check_extension, numbered_backup):
24816         Rename locals to avoid shadowing 'basename'.
24817         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24818         once.
24819
24820         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24821         * lib/.cvsignore: Add getopt.h.
24822
24823 2004-10-04  Bruno Haible  <bruno@clisp.org>
24824
24825         * modules/README: New file.
24826         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24827         not a module.
24828
24829 2004-10-02  Jim Meyering  <jim@meyering.net>
24830
24831         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24832
24833 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24834
24835         * modules/strsep: New file.
24836
24837 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24838
24839         * m4/strsep.m4: New file.
24840
24841 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24842
24843         * lib/strsep.h: New file.
24844         * lib/strsep.c: New file.
24845
24846 2004-10-01  Simon Josefsson  <jas@extundo.com>
24847
24848         * lib/snprintf.c (snprintf): Handle size==0.
24849
24850 2004-10-01  Simon Josefsson  <jas@extundo.com>
24851             Bruno Haible  <bruno@clisp.org>
24852
24853         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24854         (snprintf): Declare 'args'.
24855
24856 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24857
24858         * lib/snprintf.c: Remove comments as to why each header is needed.
24859
24860 2004-10-01  Bruno Haible  <bruno@clisp.org>
24861
24862         * MODULES.html.sh: Add strsep.
24863
24864 2004-09-30  Simon Josefsson  <jas@extundo.com>
24865
24866         * modules/snprintf: New file.
24867
24868 2004-09-30  Simon Josefsson  <jas@extundo.com>
24869
24870         * m4/snprintf.m4: New file.
24871
24872 2004-09-30  Simon Josefsson  <jas@extundo.com>
24873
24874         * lib/snprintf.h, lib/snprintf.c: New files.
24875
24876 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24877
24878         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24879         (hol_entry_help): Never translate an empty string.
24880         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24881         * lib/argp.h (OPTION_NO_TRANS): New option.
24882
24883 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24884
24885         * modules/argp (Maintainer): Replace Simon Josefsson
24886         by Sergey Poznyakoff.
24887
24888 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24889
24890         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24891         changes merged back into glibc.
24892
24893 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24894
24895         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24896
24897 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24898
24899         * lib/xvasprintf.c: Include xalloc.h.
24900         (xvasprintf): Use xalloc_die, not xmalloc_die.
24901
24902 2004-09-29  Bruno Haible  <bruno@clisp.org>
24903
24904         * modules/alloca-opt: New file, derived from modules/alloca.
24905         * modules/allocsa: Depend on alloca-opt instead of alloca.
24906         * modules/setenv: Likewise.
24907         * modules/vasnprintf: Likewise.
24908         * MODULES.html.sh: Add alloca-opt.
24909
24910 2004-09-28  Simon Josefsson  <jas@extundo.com>
24911
24912         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24913         LGPL, and to replace license template from GPL to LGPL.
24914
24915 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24916
24917         * modules/dummy: Change license to LGPL.
24918
24919 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24920
24921         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24922
24923 2004-09-24  Simon Josefsson  <jas@extundo.com>
24924
24925         * modules/minmax (License): Change from GPL to LGPL.
24926
24927 2004-09-23  Simon Josefsson  <jas@extundo.com>
24928
24929         * gnulib-tool (--import): Typo.
24930
24931 2004-09-23  Simon Josefsson  <jas@extundo.com>
24932
24933         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24934
24935 2004-09-22  Bruno Haible  <bruno@clisp.org>
24936
24937         * modules/*: Add 'License' field.
24938         * gnulib-tool: Accept --extract-license option.
24939         (func_get_license): New function.
24940
24941 2004-09-21  Bruno Haible  <bruno@clisp.org>
24942
24943         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24944         Reported by Simon Josefsson.
24945
24946 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24947
24948         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24949         gl_AC_TYPE_LONG_LONG.
24950
24951 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24952
24953         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24954
24955 2004-09-18  Simon Josefsson  <jas@extundo.com>
24956         and  Paul Eggert  <eggert@cs.ucla.edu>
24957
24958         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24959         calls with autoreconf.  Define GL_LIB.
24960
24961 2004-09-14  Karl Berry  <karl@gnu.org>
24962
24963         * config/srclist.txt: unsync setenv.c, sigh.
24964
24965 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24966
24967         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24968         Problem reported by Bruno Haible in:
24969         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24970
24971 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24972
24973         * config/srclist.txt: Comment out argp-pvh.c.
24974
24975 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24976
24977         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24978         in case some system header has #define'd it.  Problem reported by
24979         Soeren D. Schulze in
24980         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24981
24982 2004-09-09  Karl Berry  <karl@gnu.org>
24983
24984         * regex.[ch]: delete from the root.  These were supposed to be
24985                 synced with emacs cvs, but this has not happened for about
24986                 a year, and anyway nothing else uses emacs regex.[ch].
24987                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24988                 lib/regex[.ch] is untouched.
24989
24990 2004-09-09  Bruno Haible  <bruno@clisp.org>
24991
24992         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24993
24994 2004-09-09  Bruno Haible  <bruno@clisp.org>
24995
24996         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24997         modifications.
24998         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24999
25000 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
25001
25002         * modules/xvasprintf: New file.
25003         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
25004
25005 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
25006
25007         * lib/xvasprintf.h: New file.
25008         * lib/xvasprintf.c: New file.
25009         * lib/xasprintf.c: New file.
25010
25011 2004-09-08  Bruno Haible  <bruno@clisp.org>
25012
25013         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
25014
25015 2004-09-08  Bruno Haible  <bruno@clisp.org>
25016
25017         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
25018         length is > INT_MAX.
25019         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
25020         more.
25021
25022 2004-09-08  Bruno Haible  <bruno@clisp.org>
25023
25024         * lib/stdint_.h: New file, taken from GNU clisp.
25025
25026 2004-09-08  Bruno Haible  <bruno@clisp.org>
25027             Oskar Liljeblad  <oskar@osk.mine.nu>
25028
25029         * modules/stdint: New file.
25030         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
25031
25032 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25033
25034         Import from coreutils.
25035         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
25036         strings on unbounded length.  alloca's performance benefits aren't
25037         that important here.
25038         (V_STRDUP): Remove.
25039         (parse_with_separator): New function, with most of the internals
25040         of the old parse_user_spec.  Allow user to omit both user and group,
25041         for compatibility with FreeBSD.
25042         Clone only the user name, not the entire spec.
25043         Do not set *uid, *gid unless entirely successful.
25044         Avoid memory leak in some failing cases.
25045         Fix regression for USER.GROUP reported by Dmitry V. Levin in
25046         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
25047         (parse_user_spec): Rewrite to use parse_with_separator.
25048
25049 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25050
25051         * modules/userspec: Don't depend on alloca.
25052
25053 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25054
25055         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
25056
25057 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25058
25059         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
25060         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
25061         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
25062
25063 2004-08-16  Simon Josefsson  <jas@extundo.com>
25064
25065         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
25066         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
25067         Add --dry-run for --import.
25068         Let user provided command line parameters override configure.ac
25069         settings.
25070
25071 2004-08-12  Simon Josefsson  <jas@extundo.com>
25072
25073         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
25074         as discussed with Paul Eggert in threads rooted at
25075         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
25076         and
25077         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
25078         Before, the test was empty, and relied on ELIDE_CODE in source
25079         code.)
25080         (gl_PREREQ_GETOPT): New macro.
25081         (gl_GETOPT): Use them.
25082
25083 2004-08-12  Simon Josefsson  <jas@extundo.com>
25084
25085         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
25086         * lib/getopt_.h: Renamed from getopt.h.
25087
25088 2004-08-12  Simon Josefsson  <jas@extundo.com>
25089
25090         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
25091         Change default library name from libfoo to libgnu.
25092         Now, if you have a configure.ac that says:
25093                 gl_SOURCE_BASE(gl)
25094                 gl_M4_BASE(gl/m4)
25095                 gl_MODULES(error getopt etcetera)
25096                 gl_INIT
25097         you can import all you need by running:
25098                 ../gnulib/gnulib-tool --import
25099
25100         * modules/getopt (Files): Rename getopt.h to getopt_.h.
25101         (Makefile.am): Rewrite, use logic from argz.
25102         (Include): Use <getopt.h> instead of "getopt.h".
25103
25104 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25105
25106         * modules/argp (Files): Add m4/unlocked-io.m4.
25107         (Depends-on): Add extensions.
25108
25109 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25110
25111         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
25112         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
25113         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
25114         Check for program_invocation_name, program_invocation_short_name,
25115         flockfile, funlockfile, features.h, _getopt_long_only_r.
25116
25117 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25118
25119         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
25120         its complicated substitute.
25121         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
25122         and program_invocation_name.
25123         (__argp_basename) [!_LIBC]: Remove; the only use was
25124         replaced by its body.
25125         (__argp_short_program_name): Change condition from
25126         !defined __argp_short_program_name to
25127         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
25128         to match argp-namefrob.h.
25129         (__argp_failure): Don't assume strerror_r returns char *.
25130         * lib/argp-parse.c (N_): Define unconditionally.
25131         (argp_default_options): Fill out initializers with 0 to avoid
25132         gcc warnings.
25133
25134 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
25135
25136         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
25137         getopt1.c.
25138
25139 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25140
25141         Merge from coreutils.
25142
25143         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
25144
25145         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
25146         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
25147
25148 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25149
25150         Merge from coreutils.
25151
25152         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
25153         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
25154         for Reliant Unix 5.43.
25155
25156         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
25157         (union fooround): Use uintmax_t, not long int.
25158         The rest is a merge from libc:
25159         [defined _LIBC]: Include <shlib-compat.h>.
25160         (_obstack) [defined _LIBC]: Remove after 2.3.4.
25161
25162         * lib/settime.c (settime): Recode to avoid warning with
25163         Sun Forte C 6U2.
25164
25165         * lib/strverscmp.c: Convert to UTF-8.
25166
25167 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25168
25169         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25170         m4/uintmax_t.m4.
25171
25172 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25173
25174         * modules/xalloc-die: New file.
25175         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
25176
25177         * modules/md5 (Files): Add m4/uint32_t.m4.
25178         * modules/sha1: Renamed from modules/sha.
25179         (Files):
25180         Rename lib/sha.h to lib/sha1.h.
25181         Rename lib/sha.c to lib/sha1.c.
25182         Rename m4/sha.m4 to m4/sha1.m4.
25183         (lib_SOURCES): Likewise.
25184         (configure.ac): Rename gl_SHA to gl_SHA1.
25185         (Include): sha.h -> sha1.h.
25186
25187 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25188
25189         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
25190         * m4/sha1.m4: Renamed from sha.m4.
25191         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
25192
25193 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25194
25195         * lib/obstack.h (obstack_empty_p):
25196         Don't assume that chunk->contents is suitably aligned.
25197         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
25198         Likewise. Problem reported by Benno in
25199         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
25200
25201         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
25202         readable.  This could be improved further but it'd take some work.
25203
25204 2004-08-08  Simon Josefsson  <jas@extundo.com>
25205
25206         * modules/xgethostname (Depends-on): Remove exit and error (not
25207         used).
25208
25209         * modules/getpass-gnu: Add getpass.h.
25210         (Depends-on): Add stdbool.
25211         * modules/getpass: Add getpass.h.
25212
25213 2004-08-08  Simon Josefsson  <jas@extundo.com>
25214
25215         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
25216         Check getpass declaration.
25217
25218 2004-08-08  Simon Josefsson  <jas@extundo.com>
25219
25220         * lib/xgethostname.c: Don't include error.h (not used).
25221
25222         * lib/getpass.h: Add.
25223         * lib/getpass.c: Include getpass.h first.
25224
25225 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
25226
25227         * lib/xalloc-die.c: New file.
25228         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
25229         All uses removed.
25230         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
25231         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
25232         xalloc-die.c.
25233         (_, N_, xalloc_die): Move to xalloc-die.c.
25234         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
25235         so that we needn't mess with xalloc_msg_memory_exhausted.
25236
25237         * lib/sha1.h: Renamed from sha.h.
25238         (SHA1_H): Renamed from _SHA_H.
25239         (sha1_ctx): Renamed from sha_ctx.
25240         (sha1_init_ctx): Renamed from sha_init_ctx.
25241         (sha1_process_block): Renamed from sha_process_block.
25242         (sha1_process_bytes): Renamed from sha_process_bytes.
25243         (sha1_finish_ctx): Renamed from sha_finish_ctx.
25244         (sha1_read_ctx): Renamed from sha_read_ctx.
25245         (sha1_stream): Renamed from sha_stream.
25246         (sha1_buffer): Renamed from sha_buffer.
25247         * lib/sha1.c: Likewise; renamed from sha.c.
25248         Do not include <sys/types.h>.
25249         Include <stddef.h> rather than <stdlib.h>.
25250
25251 2004-08-08  Bruno Haible  <bruno@clisp.org>
25252
25253         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
25254         FILESYSTEM_PREFIX_LEN.
25255         * lib/progreloc.c: Likewise.
25256         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
25257
25258 2004-08-06  Simon Josefsson  <jas@extundo.com>
25259
25260         * modules/progname (Depends-on): Don't depend on stdbool.
25261
25262 2004-08-06  Simon Josefsson  <jas@extundo.com>
25263
25264         * modules/getsubopt: New file.
25265         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25266         getsubopt.
25267
25268 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25269
25270         More merge from coreutils.
25271
25272         * m4/utimens.m4, m4/utimecmp.m4: New files.
25273         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
25274         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
25275         prereq.m4, sha.m4: Import changes from coreutils.
25276
25277 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25278
25279         More merge from coreutils.
25280         * modules/raise, modules/readtokens0, modules/utimens:
25281         * modules/utimecmp, module/xnanosleep: New files.
25282         * modules/strftime: Add lib/strftime.h.
25283         Change include from <time.h> to "strftime.h".
25284         * modules/yesno: Add lib/yesno.h.
25285         * modules/backupfile: Remove lib/addext.c.
25286         * modules/euidaccess: Add stat-macros.h.
25287         * modules/canonicalize, modules/euidaccess,
25288         modules/filemode, modules/lchown, modules/makepath,
25289         modules/rmdir, modules/stat: Likewise.
25290
25291 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25292
25293         Merge from tar.
25294         * lib/argp-help.c (make_hol, hol_append): Don't assume that
25295         SIZE_MAX is a valid preprocessor constant.
25296         (__argp_basename): Change from "#ifndef _LIBC"
25297         to "#ifndef __argp_short_program_name", so that
25298         we don't compile these functions for tar.
25299
25300         More merges from coreutils.
25301         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
25302         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
25303         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
25304         * lib/addext.c: Remove; no longer needed.
25305         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
25306         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
25307         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
25308         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
25309         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
25310         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
25311         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
25312         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
25313         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
25314         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
25315         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
25316         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
25317         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
25318         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
25319         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
25320         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
25321         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
25322         Import changes from coreutils.
25323
25324 2004-08-05  Simon Josefsson  <jas@extundo.com>
25325
25326         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
25327
25328 2004-08-05  Simon Josefsson  <jas@extundo.com>
25329
25330         * m4/getsubopt.m4: New file.
25331
25332 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25333
25334         Merge from coreutils.
25335
25336         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
25337         * m4/getcwd-path-max.m4: New files.
25338
25339         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
25340         FILESYSTEM_PREFIX_LEN ->
25341         FILE_SYSTEM_PREFIX_LEN.
25342         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
25343         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
25344         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
25345         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
25346
25347         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
25348         prerequisite modules now handle the DOS stuff.
25349         Don't check for unistd.h.
25350
25351 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25352
25353         Merge from coreutils.
25354
25355         * lib/.gdb-history: Remove; this doesn't belong here.
25356
25357         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
25358         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
25359         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
25360         * lib/getcwd.c: New files.
25361
25362         * lib/dirname.h: Include <stdbool.h>.
25363         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
25364         for consistency with POSIX terminology.  All uses changed.
25365         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
25366         (strip_trailing_slashes): Use bool for booleans.
25367         * lib/stripslash.c (strip_trailing_slashes): Likewise.
25368
25369         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
25370         sometimes returns a positive errno value even when it succeeds.
25371         (print_errno_message) [!LIBC]: Fall back on strerror if
25372         __strerror_r fails.
25373
25374         * lib/path-concat.c (mempcpy): Don't define if a system header defines
25375         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
25376         (longest_relative_suffix): New function.
25377         (path_concat): Use it.  Assume first argument is not NULL.
25378         Port to DOS.  Omit redundant separators.
25379         Report an error instead of returning NULL.
25380         Use mempcpy instead of memcpy.
25381         (xpath_concat): Remove: not declared or used.
25382
25383         * lib/same.h: Include <stdbool.h>
25384         (same_name): Return bool, not int.
25385         * lib/same.c (same_name): Likewise.
25386         (errno): Don't declare; we assume C89 or better now.
25387
25388         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
25389         if not already defined.
25390
25391         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
25392         * lib/dup-safer.c (errno): Likewise.
25393
25394 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25395
25396         Merge from coreutils.
25397         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
25398         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
25399         * modules/path-concat: Don't depend on strdup.
25400
25401 2004-08-03  Simon Josefsson  <jas@extundo.com>
25402
25403         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
25404         * lib/progname.h: Don't include stdbool.h.
25405
25406 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25407
25408         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
25409         * MODULES.html.sh (func_all_modules): Remove fatal.
25410
25411 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25412
25413         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
25414
25415 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25416
25417         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
25418         working.
25419
25420 2004-08-02  Simon Josefsson  <jas@extundo.com>
25421
25422         * lib/getsubopt.h: New file, with comments from Bruno Haible.
25423         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
25424         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
25425
25426 2004-08-01  Simon Josefsson  <jas@extundo.com>
25427
25428         * lib/xgetdomainname.c: Include stdlib.h, for free().
25429
25430 2004-07-19  Bruno Haible  <bruno@clisp.org>
25431
25432         * MODULES.html.sh (func_all_modules): Add dummy.
25433
25434 2004-07-16  Simon Josefsson  <jas@extundo.com>
25435
25436         * modules/dummy: New file.
25437
25438 2004-07-16  Simon Josefsson  <jas@extundo.com>
25439
25440         * lib/dummy.c: New file.
25441
25442 2004-07-16  Bruno Haible  <bruno@clisp.org>
25443
25444         * lib/backupfile.h: Add extern "C" for C++.
25445         * lib/closeout.h: Likewise.
25446         * lib/copy-file.h: Likewise.
25447         * lib/findprog.h: Likewise.
25448         * lib/full-write.h: Likewise.
25449         * lib/pathname.h: Likewise.
25450         * lib/progname.h: Likewise.
25451         * lib/stpcpy.h: Likewise.
25452         * lib/stpncpy.h: Likewise.
25453         * lib/strcase.h: Likewise.
25454         * lib/strstr.h: Likewise.
25455         * lib/xalloc.h: Likewise.
25456
25457         * lib/mbswidth.h: Add extern "C" for C++.
25458         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
25459
25460 2004-07-13  Robert Millan  <robertmh@gnu.org>
25461
25462         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
25463
25464 2004-07-09  Simon Josefsson  <jas@extundo.com>
25465
25466         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
25467         failed without this.)
25468
25469 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25470
25471         * modules/chown (Files): Add lib/fchown-stub.c, since
25472         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
25473
25474 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25475
25476         * lib/fchown-stub.c: New file.
25477
25478 2004-06-24  Jim Meyering  <jim@meyering.net>
25479
25480         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
25481
25482 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25483
25484         * modules/argz: Omit "#include".
25485
25486         * MODULES.html.sh (func_all_modules): Add calloc, to match
25487         2004-06-01 addition of calloc module.
25488
25489 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25490
25491         * m4/argz.m4: New file, which is autoupdated from libtool.
25492
25493 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25494
25495         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
25496         libtool.
25497
25498 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25499
25500         * config/srclist-update: Don't insist on "USA." before the
25501         close-comment, as libtool omits the period and puts the */ on a
25502         separate line.
25503         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
25504         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
25505
25506 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
25507
25508         * modules/argz: New file.
25509         * MODULES.html.sh (func_all_modules): Add argz.
25510
25511 2004-06-12  Jim Meyering  <jim@meyering.net>
25512         and  Paul Eggert  <eggert@cs.ucla.edu>
25513
25514         * modules/hash (Files): Add lib/xalloc.h.
25515         * modules/pipe (Depends-on): Add wait-process.
25516         * modules/stat (Depends-on): Add xalloc.
25517         * modules/userspec (Files): Add lib/userspec.h.
25518         * modules/xstrto
25519
25520         Upgrade from gettext-0.13.
25521         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
25522         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
25523         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
25524
25525 2004-06-10  Jim Meyering  <jim@meyering.net>
25526
25527         * lib/calloc.c: New file.
25528
25529 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25530
25531         * lib/getdate.y (yylex): Allow space between sign and number.
25532         Problem reported by Dan Jacobson.
25533
25534 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25535
25536         Merge from coreutils CVS.
25537
25538         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
25539         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
25540         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
25541         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
25542         xstrtol.m4: Fix copyright date and/or serial number.
25543
25544         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
25545         See if we need an fchown replacement.
25546         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
25547         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
25548         and use the replacement function if we detect either defect.
25549
25550         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
25551         gl_UTIMECMP.
25552
25553 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25554         and  Jim Meyering  <jim@meyering.net>
25555
25556         Merge from coreutils CVS.
25557
25558         * lib/stat-macros.h: New file, with contents from file-type.h
25559         and coreutils' system.h.
25560         * lib/file-type.c: Include "stat-macros.h".
25561         * lib/file-type.h (file_type): Move all macro definitions to new file,
25562         stat-macros.h.
25563
25564         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
25565         Wrap old code with this conditional.
25566         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
25567         function that does not dereference symlinks.
25568         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
25569
25570         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
25571         dependency problems.
25572         (xreadlink): Accept new arg SIZE, for efficiency.
25573         All decls and uses changed.
25574         * lib/xreadlink.h: Include <stddef.h>, for size_t.
25575
25576         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
25577         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
25578
25579         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
25580         sysexits.h.
25581
25582 2004-06-01  Jim Meyering  <jim@meyering.net>
25583
25584         * m4/calloc.m4: New file.
25585
25586 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
25587
25588         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
25589         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
25590         Also, fix a typo in a diagnostic.
25591
25592 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25593
25594         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
25595         or AC_FUNC_REALLOC.
25596
25597 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25598
25599         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
25600         macros to be defined.
25601         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
25602         the allocator returns NULL because the requested size is zero.
25603
25604 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25605
25606         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
25607         var.  Add comment explaining why libc still defines it.  This
25608         merges the following patch from glibc:
25609         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
25610
25611 2004-05-20  Andreas Schwab  <schwab@suse.de>
25612
25613         * m4/free.m4: Replace free if it not known to work, not the other
25614         way round.
25615
25616 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25617
25618         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
25619         present in glibc since revision 1.1 of this file.
25620         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
25621         obstack_alignment_mask, obstack_alloc, obstack_base,
25622         obstack_blank, obstack_blank_fast, obstack_chunk_size,
25623         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25624         obstack_grow0, obstack_init, obstack_int_grow,
25625         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25626         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25627         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25628         nonexistent functions.
25629
25630 2004-05-18  Karl Berry  <karl@gnu.org>
25631
25632         * config/srclist.txt: break link for vasnprintf.c.
25633
25634 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25635
25636         Port obstack to the AS/400, where pointers are 16 bytes wide and
25637         you cannot cast an integer to a valid pointer.  This patch is
25638         currently waiting to be integrated into glibc; see
25639         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25640
25641         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25642         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25643         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25644         (struct obstack): temp member is now a union of a pointer and
25645         an integer, instead of an integer.  All integer uses changed.
25646         This does not affect the physical layout of struct obstack,
25647         except on hosts (like the AS/400) where the size or alignment of
25648         void * is greater than that of ptrdiff_t.
25649         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25650         __STDC__)]: Store temporary in pointer member of union, not
25651         integer member.
25652         * lib/obstack.c: Include <stddef.h>, for offsetof.
25653         (struct fooalign): Remove; it doesn't need a name.
25654         (union fooround): Change double to long double, and add void *.
25655         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25656         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25657         not a macro.  Hence the values are always int; so remove all
25658         casts-to-int in uses.
25659
25660 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25661
25662         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25663         we can get this patch merged into glibc.
25664
25665 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25666             Paul Eggert  <eggert@cs.ucla.edu>
25667
25668         * m4/argp: Depend on alloca.
25669
25670 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25671             Paul Eggert  <eggert@cs.ucla.edu>
25672
25673         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25674         freecoding.
25675
25676 2004-05-17  Bruno Haible  <bruno@clisp.org>
25677
25678         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25679         precision that consists of a '.' followed by an empty digit string.
25680         Patch by Tor Lillqvist <tml@iki.fi>.
25681
25682 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25683
25684         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25685         for backward compatibility with older code.  We need our own
25686         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25687         it under some other name, and our alloca.h will define it.
25688
25689 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25690             Derek Price  <derek@ximbiot.com>
25691
25692         * lib/alloca.c: Include <alloca.h>, to get our interface.
25693         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25694         include <alloca.h> first.  Use C89 prototype for alloca; this
25695         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25696         Use #elif for simplicity, since we can assume C89 now.
25697         Don't try to source the system alloca.h since it will not be found
25698         and to prevent recursively including its replacement.
25699         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25700         * lib/regex.c: Likewise.
25701
25702 2004-05-16  Derek Price  <derek@ximbiot.com>
25703             Paul Eggert  <eggert@cs.ucla.edu>
25704
25705         getline cleanup.  This changes the getndelim2 API: both order of
25706         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25707         no delimiter).
25708
25709         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25710         interface does that.
25711         (getline): Always use getdelim, so that we don't have two
25712         copies of this code.
25713         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25714         if available.
25715         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25716         (GETNDELIM2_MAXIMUM): New macro.
25717         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25718         instead of the old practice of delim2==0.  All callers changed.
25719         Return -1 on overflow, instead of returning junk.
25720         Do not set *linesize unless allocation succeeds.
25721         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25722         that we include sys/types.h.
25723         * lib/getnline.h: Likewise.
25724         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25725         (getndelim2): Reorder arguments.
25726         * lib/getnline.c (getnline, getndelim):
25727         Don't discard the NMAX argument.
25728         (getnline): Invoke getndelim, to avoid code duplication.
25729         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25730         of (size_t) -1 by callers of the getnline family.
25731
25732 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25733
25734         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25735         Check for gettimeofday.
25736         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25737         Check for settimeofday, stime.
25738
25739 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25740
25741         * lib/nanosleep.c (suspended): Change its type from int to
25742         sig_atomic_t volatile.
25743         (first_call): Make it private to rpl_nanosleep, and have it
25744         be zero initially as that's a bit faster.
25745         (my_usleep): Round up fractional times instead of truncating them,
25746         as this is the usual meaning for 'sleep'.
25747
25748         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25749         doesn't work.
25750         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25751         (ENOSYS): Define if not defined.
25752         (settime): Fall back on stime if it exists and settimeofday fails.
25753         But don't bother with fallbacks if a method fails with errno == EPERM.
25754
25755 2004-05-11  Jim Meyering  <jim@meyering.net>
25756
25757         Prior to this change, the save_cwd caller required read access to the
25758         current directory on most systems (ones with the fchdir function).
25759
25760         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25761         fails, try write-only, and finally, resort to using xgetcwd.
25762
25763 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25764
25765         * lib/obstack.c, obstack.h: Import changes from libc.
25766
25767 2004-04-28  Bruno Haible  <bruno@clisp.org>
25768
25769         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25770         also implicitly appends .exe to executables.
25771         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25772         accepts Windows pathnames.
25773         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25774         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25775         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25776         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25777         Reported by Derek Robert Price <derek@ximbiot.com>.
25778
25779 2004-04-21  Karl Berry  <karl@gnu.org>
25780
25781         * config/srclist.txt (localcharset.c): break sync.
25782
25783 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25784
25785         * m4/host-os.m4: Add a copyright notice.
25786
25787 2004-04-20  Jim Meyering  <jim@meyering.net>
25788
25789         Change UTILS_ to gl_ in AC_DEFINE'd names.
25790         Change utils_- and jm_-prefixed variables, too.
25791         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25792         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25793         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25794
25795         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25796         Don't emit trailing blanks.
25797         Also rename jm_-prefixed variables to have gl_ prefix.
25798
25799         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25800         Also rename jm_-prefixed variables to have gl_ prefix.
25801
25802         * m4/jm-macros.m4: Reflect the renamings.
25803         * m4/prereq.m4: Likewise.
25804
25805 2004-04-20  Jim Meyering  <jim@meyering.net>
25806
25807         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25808         memory.
25809
25810 2004-04-20  Jim Meyering  <jim@meyering.net>
25811             Bruno Haible  <bruno@clisp.org>
25812
25813         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25814         memory when realloc fails.
25815
25816 2004-04-19  Jim Meyering  <jim@meyering.net>
25817
25818         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25819         now that readutmp.c may call `free (0)'.
25820
25821 2004-04-19  Bruno Haible  <bruno@clisp.org>
25822
25823         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25824         * m4/inttypes_h.m4: Likewise.
25825         * m4/stdint_h.m4: Likewise.
25826         * m4/intmax_t.m4: Likewise.
25827         * m4/uintmax_t.m4: Likewise.
25828
25829 2004-04-18  Jim Meyering  <jim@meyering.net>
25830
25831         * m4/prereq.m4: Don't forbid jm_ prefix.
25832
25833         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25834         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25835         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25836         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25837         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25838         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25839         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25840         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25841         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25842         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25843         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25844         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25845         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25846         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25847         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25848         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25849         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25850         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25851         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25852
25853 2004-04-18  Jim Meyering  <jim@meyering.net>
25854
25855         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25856         failure, don't leak memory and do call END_UTMP_ENT.
25857
25858 2004-04-16  Jim Meyering  <jim@meyering.net>
25859
25860         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25861         coreutils' stat program.
25862         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25863
25864 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25865
25866         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25867         C89.
25868         (CHAR_BIT): Remove, since we assume C89.
25869         Include <stdint.h> if available, as per current Autoconf CVS advice.
25870
25871 2004-03-31  Jim Meyering  <jim@meyering.net>
25872
25873         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25874         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25875         * m4/xalloc.m4: Likewise.
25876
25877 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25878
25879         Merge from coreutils.
25880
25881         * m4/inttostr.m4: New file.
25882         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25883         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25884         Require gl_CLOCK_TIME.
25885         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25886
25887 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25888
25889         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25890         not bool, to be more consistent with Unix conventions.
25891         Suggested by Bruno Haible.
25892
25893         Merge from coreutils.
25894
25895         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25896         * lib/umaxtostr.c: New files.
25897
25898         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25899         the usual <time.h> dance.
25900         (get_date): Change signature to support fractional time stamps.
25901         All callers changed.
25902         * lib/getdate.y: Include "getdate.h" first, as we can now
25903         assume C89 and don't need to worry about 'const'.
25904         Similarly, include "unlocked-io.h" near start, not in middle.
25905         Include <limits.h>.
25906         (textint.value): Use long int rather than int.
25907         (textint.digits): Use size_t rather than int.
25908         (BILLION, LOG10_BILLION): New constants.
25909         (parser_control): New member rel_ns.  Members day_ordinal,
25910         time_zone, month, day, hour, minutes, rel_year, rel_month,
25911         rel_day, rel_hour, rel_minutes, rel_seconds
25912         are now long int, not int.  Member seconds is now struct timespec,
25913         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25914         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25915         not int.
25916         (%union.intval): Now long int, not int.
25917         New member timespec.
25918         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25919         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25920         (spec): Now is a timespec or an item list.
25921         (timespec, items): New nonterminals.
25922         (time, rel, relunit, number, get_date):
25923         Add support for fractional seconds.
25924         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25925         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25926         (to_hour): First arg is now long int, not int.
25927         (to_year): Returns long int, not int.
25928         Don't treat year -70 like 70.
25929         (tm_diff): Returns long int, not int.
25930         (lookup_word): Use bool instead of int when appropriate.
25931         (yylex): Use size_t for count, not int.
25932         Detect overflow when parsing large integer constants.
25933         Add support for fractions.
25934         (get_date): Make pointers 'const' if possible.
25935         Use more-portable code to detect integer overflow.
25936         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25937         Don't use ctime; it's not reliable if the year has >4 digits.
25938
25939         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25940         This is for compatibility with BSD.
25941
25942         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25943         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25944         From coreutils' system.h.
25945
25946         * lib/userspec.c: Don't include "posixver.h".
25947         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25948         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25949         compatible extension.  Simplify code by removing a boolean int
25950         that was always nonzero if a string was nonnull.
25951
25952 2004-03-30  Jim Meyering  <jim@meyering.net>
25953
25954         Merge from coreutils.
25955
25956         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25957         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25958         on some systems one must include <grp.h> before it.
25959         Reported by Christian Krackowizer.
25960
25961 2004-03-30  Jim Meyering  <jim@meyering.net>
25962
25963         Merge from coreutils.
25964
25965         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25966
25967         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25968         an empty input stream.
25969
25970         * lib/readtokens.c: Include <stdbool.h>.
25971         (readtoken): Use `size_t' rather than int/long.
25972         All callers adjusted.
25973         Use `bool' rather than `int' where appropriate.
25974         Use memset rather than an explicit loop.
25975         Use x2nrealloc rather than xrealloc.
25976         Allow the use of `\0' as a delimiter.
25977         (readtokens): Likewise.
25978         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25979
25980 2004-03-30  Jim Meyering  <jim@meyering.net>
25981
25982         * m4/realloc.m4: Remove file, since now it does no more than
25983         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25984         the `configure.ac' section of module/realloc.
25985         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25986
25987 2004-03-30  Bruno Haible  <bruno@clisp.org>
25988
25989         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25990         nonnull.
25991
25992 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25993
25994         Merge changes to getloadavg.c from coreutils and Emacs.
25995
25996         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25997         Define to an expression, not to the empty string.
25998         Include cloexec.h and xalloc.h.
25999         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
26000         Use set_cloexec_flag rather than rolling our own.
26001         * lib/cloexec.c, lib/cloexec.h: New files.
26002
26003 2004-03-29  Paul Eggert  <eggert@twinsun.com>
26004
26005         * m4/cloexec.m4: New file.
26006
26007 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26008
26009         * lib/getopt.h: Sync with libc CVS.
26010
26011 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26012             Bruno Haible  <bruno@clisp.org>
26013
26014         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
26015         mbswidth.
26016
26017 2004-03-18  Paul Eggert  <eggert@twinsun.com>
26018             Bruno Haible  <bruno@clisp.org>
26019
26020         * lib/mbswidth.h: Include <wchar.h> only if
26021         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
26022         <wchar.h>.
26023         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
26024
26025 2004-03-09  Paul Eggert  <eggert@twinsun.com>
26026
26027         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
26028         Sync with libc CVS.
26029         * lib/getopt_int.h: New file, also synced from libc.
26030
26031 2004-03-09  Paul Eggert  <eggert@twinsun.com>
26032
26033         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
26034         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
26035         Bring back getopt.c, getopt.h, getopt1.c.
26036
26037 2004-03-07  Paul Eggert  <eggert@twinsun.com>
26038
26039         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
26040         All uses changed.  Check for sa_sigaction member; this fixes
26041         a bug first reported by Jason Andrade in
26042         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
26043
26044 2004-03-07  Paul Eggert  <eggert@twinsun.com>
26045
26046         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
26047         '#if' expressions.  Unlike the code it replaces, it does not
26048         depend on (defined _SC_PAGESIZE).  However, it does depend on
26049         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
26050         first reported by Jason Andrade in
26051         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
26052
26053 2004-02-25  Simon Josefsson  <jas@extundo.com>
26054
26055         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
26056
26057 2004-02-25  Simon Josefsson  <jas@extundo.com>
26058
26059         * lib/strdup.h: New file.
26060         * lib/strdup.c: Include it.
26061         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
26062         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
26063
26064 2004-02-23  Karl Berry  <karl@gnu.org>
26065
26066         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
26067         (from fencepost.gnu.org:/gd/gnuorg).
26068
26069 2004-02-23  Karl Berry  <karl@gnu.org>
26070
26071         * config/srclistvars.sh (GNUORG) [karl]: redefine.
26072         * config/srclist.txt: add maintain/standards documents.
26073
26074 2004-02-18  Bruno Haible  <bruno@clisp.org>
26075
26076         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
26077         Reported by Derek Robert Price <derek@ximbiot.com>.
26078
26079 2004-02-16  Karl Berry  <karl@gnu.org>
26080
26081         * config/mkinstalldirs, install-sh: update from automake.
26082
26083 2004-02-06  Karl Berry  <karl@gnu.org>
26084
26085         * m4/po.m4: update from gettext 0.14.1.
26086
26087 2004-02-06  Karl Berry  <karl@gnu.org>
26088
26089         * lib/config.charset: update from gettext 0.14.1.
26090
26091 2004-02-05  Paul Eggert  <eggert@twinsun.com>
26092
26093         Add comments and code, prompted by suggestions from Bruno Haible
26094         for sh-quote.
26095         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
26096         describing the enum quoting_style values.
26097         * lib/quotearg.c (quotearg_alloc): New function.
26098         (quotearg_buffer_restyled): Treat lone { and } as special.
26099         Treat = as special.  Work around bug with older shells
26100         that "see" a '\' that is really the 2nd byte of a multibyte char.
26101         Quote empty string with shell_quoting_style.
26102
26103 2004-02-03  Bruno Haible  <bruno@clisp.org>
26104
26105         * m4/pipe.m4: New file, from GNU gettext.
26106
26107 2004-02-03  Bruno Haible  <bruno@clisp.org>
26108
26109         * lib/pipe.h: New file, from GNU gettext.
26110         * lib/pipe.c: New file, from GNU gettext.
26111
26112 2004-01-27  Bruno Haible  <bruno@clisp.org>
26113
26114         * m4/execute.m4: New file, from GNU gettext.
26115
26116 2004-01-27  Bruno Haible  <bruno@clisp.org>
26117
26118         * lib/execute.h: New file, from GNU gettext.
26119         * lib/execute.c: New file, from GNU gettext.
26120         * lib/w32spawn.h: New file, from GNU gettext.
26121
26122 2004-01-24  Paul Eggert  <eggert@twinsun.com>
26123
26124         Merge from diffutils.
26125
26126         * lib/file-type.c (file_type): Add typed memory objects.
26127         * lib/file-type.h (S_TYPEISTMO): New macro.
26128
26129         * lib/c-stack.h (c_stack_action): Remove argv argument.
26130         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
26131         (die): Don't calculate message unless segv_action returns.
26132         (get_stack_location, min_address_from_argv, max_address_from_argv,
26133         volatile stack_base, volatile_stack_size): Remove.
26134         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
26135         that every segmentation violation is a stack overflow.  (Ouch!)
26136         See Debian bug 136249 (still outstanding) for more info about why
26137         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
26138
26139 2004-01-24  Paul Eggert  <eggert@twinsun.com>
26140
26141         Exit-status fix from coreutils.
26142
26143         Use exit_failure consistently in place of EXIT_FAILURE,
26144         so that program exit statuses are consistent on failure.
26145
26146         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
26147         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
26148         * lib/argmatch.h: Comment fix to match the above.
26149         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
26150         Now a macro referring to exit_failure, instead of a separate
26151         variable.  Include "exitfail.h" to get it.
26152         * lib/xstrtol.h: Include "exitfail.h".
26153         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
26154
26155         * lib/long-options.c (parse_long_options): Use prototype
26156         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
26157         for clarity.
26158
26159 2004-01-21  Jim Meyering  <jim@meyering.net>
26160
26161         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
26162         so as not to conflict with a different-sized __mktime_internal
26163         function in GNU libc.
26164         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
26165         Problem building statically-linked `ls' reported by Michael Brunnbauer.
26166
26167 2004-01-20  Karl Berry  <karl@gnu.org>
26168
26169         * config/config.guess: update from config.
26170
26171         * config/srclistvars.sh: GNUWWWLICENSES for karl.
26172
26173 2004-01-20  Bruno Haible  <bruno@clisp.org>
26174
26175         Safer stack allocation.
26176         * lib/setenv.c: Include allocsa.h.
26177         (alloca): Remove fallback definition.
26178         (freea): Remove macro.
26179         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
26180         instead of freea.
26181
26182 2004-01-20  Bruno Haible  <bruno@clisp.org>
26183
26184         * m4/eealloc.m4: New file, from GNU gettext.
26185
26186 2004-01-20  Bruno Haible  <bruno@clisp.org>
26187
26188         * m4/allocsa.m4: New file, from GNU gettext.
26189
26190 2004-01-20  Bruno Haible  <bruno@clisp.org>
26191
26192         * lib/xallocsa.h: New file, from GNU gettext.
26193         * lib/xallocsa.c: New file, from GNU gettext.
26194
26195 2004-01-20  Bruno Haible  <bruno@clisp.org>
26196
26197         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
26198
26199 2004-01-20  Bruno Haible  <bruno@clisp.org>
26200
26201         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
26202         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
26203         specially.
26204
26205 2004-01-20  Bruno Haible  <bruno@clisp.org>
26206
26207         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
26208         patch.
26209
26210 2004-01-20  Bruno Haible  <bruno@clisp.org>
26211
26212         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
26213
26214 2004-01-20  Bruno Haible  <bruno@clisp.org>
26215
26216         * lib/eealloc.h: New file.
26217
26218 2004-01-20  Bruno Haible  <bruno@clisp.org>
26219
26220         * lib/binary-io.h: Avoid warnings on Cygwin.
26221
26222 2004-01-20  Bruno Haible  <bruno@clisp.org>
26223
26224         * lib/allocsa.h: New file, from GNU gettext.
26225         * lib/allocsa.c: New file, from GNU gettext.
26226
26227 2004-01-18  Karl Berry  <karl@gnu.org>
26228
26229         * doc/gpl.texi, doc/lgpl.texi: new files.
26230
26231 2004-01-18  Karl Berry  <karl@gnu.org>
26232
26233         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
26234         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
26235
26236 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26237
26238         Merge from coreutils.
26239
26240         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
26241         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
26242         (gl_DEFAULT_POSIX2_VERSION): Move
26243         the documentation from 'configure' into 'config.hin',
26244         so that 'configure --help' isn't burdened by it and
26245         we don't have to worry about its formatting there.
26246         Reword the documentation so that it's more succinct
26247         and can be run together into a single paragraph.
26248         * m4/same.m4 (gl_SAME): Check for pathconf.
26249
26250 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26251
26252         Merge from coreutils.
26253
26254         * lib/posixver.c: Include posixver.h.
26255
26256         * lib/same.c: Include <stdbool.h>, <limits.h>.
26257         (_POSIX_NAME_MAX): Define if not defined.
26258         (MIN): New macro.
26259         (same_name): If file names are silently truncated, report
26260         that the file names are the same if they are the same after
26261         the silent truncation.
26262
26263         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
26264         conversion function.
26265         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
26266         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
26267         longer needed.
26268
26269 2004-01-15  Jim Meyering  <jim@meyering.net>
26270
26271         Merge from coreutils.
26272
26273         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
26274         if no library is required.
26275         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
26276         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
26277         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
26278         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
26279         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
26280         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
26281         value, $ac_cv_search_crypt, if it's "none required".
26282         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
26283         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
26284         not gl_FUNC_GETLOADAVG.
26285         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
26286         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
26287
26288 2004-01-15  Jim Meyering  <jim@meyering.net>
26289
26290         Merge from coreutils.
26291
26292         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
26293         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
26294         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
26295
26296         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
26297         optional configure-time default.
26298
26299         * lib/version-etc.c (version_etc_copyright): Update copyright date.
26300
26301         * lib/xreadlink.c (xreadlink): Correct outdated comment.
26302
26303 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
26304
26305         Merge from coreutils.
26306
26307         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
26308         value, $ac_cv_search_nanosleep, if it's "none required".
26309
26310 2004-01-14  Paul Eggert  <eggert@twinsun.com>
26311
26312         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
26313         with like-named macro in fnmatch.c.
26314         (EXT): Use an internal constant instead.
26315
26316         Merge fnmatch patches from glibc.
26317         * lib/fnmatch.c (mbsinit): Remove define.
26318         Add libc_hidden_ver (__fnmatch, fnmatch).
26319         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
26320         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
26321
26322 2004-01-14  Karl Berry  <karl@gnu.org>
26323
26324         * config/install-sh: update from automake.
26325
26326 2004-01-13  Karl Berry  <karl@gnu.org>
26327
26328         * config/install-sh: update from automake.
26329
26330 2004-01-09  Karl Berry  <karl@gnu.org>
26331
26332         * config/install-sh: update from automake.
26333
26334 2004-01-05  Karl Berry  <karl@gnu.org>
26335
26336         * config/config.{sub,guess}: update from config.
26337
26338 2003-12-31  Karl Berry  <karl@gnu.org>
26339
26340         * config/depcomp: update from automake.
26341
26342 2003-12-14  Karl Berry  <karl@gnu.org>
26343
26344         * lib/config.charset: update from gettext-runtime.
26345
26346 2003-12-03  Paul Eggert  <eggert@twinsun.com>
26347
26348         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
26349         Bug reported by Alfred M. Szmidt.
26350
26351 2003-12-03  Bruno Haible  <bruno@clisp.org>
26352
26353         * m4/gettext.m4: Upgrade from gettext-0.13.
26354         * m4/po.m4: Upgrade from gettext-0.13.
26355         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
26356         * m4/intmax.m4: New file, from gettext-0.13.
26357         * m4/printf-posix.m4: New file, from gettext-0.13.
26358
26359 2003-11-29  Karl Berry  <karl@gnu.org>
26360
26361         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
26362
26363 2003-11-25  Paul Eggert  <eggert@twinsun.com>
26364             Bruno Haible  <bruno@clisp.org>
26365
26366         * lib/printf-parse.h: Don't include sys/types.h.
26367         (ARG_NONE): New macro.
26368         (char_directive): Change type of *arg_index fields to size_t.
26369         * lib/printf-parse.c: Don't include sys/types.h.
26370         (SSIZE_MAX): Remove macro.
26371         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
26372         Remove unnecessary overflow check.
26373         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
26374         fields.
26375
26376 2003-11-25  Bruno Haible  <bruno@clisp.org>
26377
26378         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
26379
26380 2003-11-25  Bruno Haible  <bruno@clisp.org>
26381
26382         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
26383         gt_TYPE_SSIZE_T.
26384
26385 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26386
26387         * modules/alloca: Remove dependency on xalloc.
26388
26389 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26390
26391         * lib/alloca.c: Remove dependency on xalloc module.
26392         (xalloc_die): Remove.
26393         (memory_full) [!defined emacs]: New macro.
26394         [!defined emacs]: Don't include xalloc.h.
26395         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
26396         address arithmetic overflows.  Change datatypes a bit to avoid
26397         unnecessary casts.
26398
26399 2003-11-22  Jim Meyering  <jim@meyering.net>
26400
26401         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
26402         s/size/size_t/.
26403
26404 2003-11-21  Karl Berry  <karl@gnu.org>
26405
26406         * config/config.{sub,guess}: update from config.
26407
26408 2003-11-18  Karl Berry  <karl@gnu.org>
26409
26410         * config/config.{sub,guess}: update from config.
26411
26412         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
26413
26414 2003-11-17  Paul Eggert  <eggert@twinsun.com>
26415
26416         * README: Mention that S+T cannot overflow if S is the size of
26417         an existing object and T is sufficiently small.
26418
26419 2003-11-17  Jim Meyering  <jim@meyering.net>
26420
26421         On systems without utime and without a utimes function capable of
26422         dealing with a NULL struct utimbuf* argument, this utime replacement
26423         could -- in unusual circumstances -- leak a file descriptor.
26424         * lib/utime.c: Include <unistd.h> and <errno.h>.
26425         (utime_null): Be sure to close `fd' and to preserve errno.
26426         Reported by Geoff Collyer via Arnold Robbins.
26427
26428 2003-11-17  Bruno Haible  <bruno@clisp.org>
26429
26430         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
26431         (Depends-on): Add xsize.
26432
26433 2003-11-17  Bruno Haible  <bruno@clisp.org>
26434
26435         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
26436
26437 2003-11-17  Bruno Haible  <bruno@clisp.org>
26438
26439         * lib/vasnprintf.c (alloca): Remove fallback definition.
26440         (freea): Remove definition.
26441         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
26442         Reported by Paul Eggert.
26443
26444 2003-11-16  Paul Eggert  <eggert@twinsun.com>
26445             Bruno Haible  <bruno@clisp.org>
26446
26447         Protect against address arithmetic overflow.
26448         * lib/printf-args.h: Include stddef.h.
26449         (arguments): Change type of field 'count' to size_t.
26450         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
26451         'unsigned int' where appropriate.
26452         * lib/printf-parse.h: Include sys/types.h.
26453         (char_directive): Change type of *arg_index fields to ssize_t.
26454         (char_directives): Change type of fields 'count', max_*_length to
26455         size_t.
26456         * lib/printf-parse.c: Include sys/types.h and xsize.h.
26457         (SSIZE_MAX): Define fallback value.
26458         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
26459         instead of 'int' where appropriate. Check a_allocated, d_allocated
26460         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
26461         * lib/vasnprintf.c: Include xsize.h.
26462         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
26463         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
26464         overflow. Avoid wraparound when converting a width or precision from
26465         decimal to binary.
26466
26467 2003-11-16  Bruno Haible  <bruno@clisp.org>
26468
26469         Update from GNU gettext.
26470         * lib/printf-parse.c: Generalize to it can be compiled for wide
26471         strings.
26472         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
26473         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
26474         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
26475         SNPRINTF): New macros.
26476         Don't include <alloca.h> if the file is used inside libintl.
26477         (local_wcslen): New function, for Solaris 2.5.1.
26478         (VASNPRINTF): Use it instead of wcslen.
26479
26480 2003-11-16  Bruno Haible  <bruno@clisp.org>
26481
26482         * lib/xsize.h (xmax): New function.
26483         (xsum, xsum3, xsum4): Declare as "pure" functions.
26484
26485 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26486
26487         * modules/xalloc (Files): Undo latest change, since xalloc.h
26488         no longer needs SIZE_MAX or PTRDIFF_MAX.
26489
26490 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26491
26492         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
26493         gl_PTRDIFF_MAX.
26494
26495 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26496
26497         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
26498         "return", to pacify some unknown compiler.  Problem reported
26499         by Joerg Schilling.
26500
26501 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26502
26503         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
26504         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
26505         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
26506         heuristic is just as accurate as far as we know, and it removes a
26507         dependency on size_max.m4 and ptrdiff_max.m4.
26508
26509 2003-11-11  Bruno Haible  <bruno@clisp.org>
26510
26511         * modules/xsize (Files): Add m4/size_max.m4.
26512         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
26513
26514 2003-11-11  Bruno Haible  <bruno@clisp.org>
26515
26516         * m4/size_max.m4: New file.
26517         * m4/ptrdiff_max.m4: New file.
26518         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
26519         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
26520         (gl_XALLOC): Invoke it.
26521
26522 2003-11-11  Bruno Haible  <bruno@clisp.org>
26523
26524         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
26525         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
26526         defined.
26527
26528 2003-11-10  Paul Eggert  <eggert@twinsun.com>
26529
26530         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
26531         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
26532         rejected some allocations of exactly SIZE_MAX - 2 bytes.
26533         From Bruno Haible.
26534         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
26535         not (size_t) -1, since it's defined here.
26536
26537 2003-11-09  Karl Berry  <karl@gnu.org>
26538
26539         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
26540
26541 2003-11-06  Paul Eggert  <eggert@twinsun.com>
26542
26543         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
26544         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
26545         Reject sizes of exactly SIZE_MAX bytes.
26546         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
26547         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
26548
26549 2003-11-05  Bruno Haible  <bruno@clisp.org>
26550
26551         * lib/xsize.h: Include limits.h, to avoid a possible collision with
26552         SIZE_MAX defined in <limits.h> on Solaris.
26553
26554 2003-11-04  Jim Meyering  <jim@meyering.net>
26555
26556         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
26557         variable names, rather than @VAR@.
26558         * modules/poll: Likewise.
26559
26560 2003-11-04  Bruno Haible  <bruno@clisp.org>
26561
26562         * modules/xsize: New file.
26563         * modules/linebreak: Depend on xsize.
26564         * MODULES.html.sh (func_all_modules): Add xsize.
26565
26566 2003-11-04  Bruno Haible  <bruno@clisp.org>
26567
26568         * m4/xsize.m4: New file.
26569
26570 2003-11-04  Bruno Haible  <bruno@clisp.org>
26571
26572         * lib/xsize.h: New file.
26573         * lib/linebreak.c: Include xsize.h.
26574         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
26575         argument for overflow.
26576         Suggested by Paul Eggert.
26577
26578 2003-11-03  Karl Berry  <karl@gnu.org>
26579
26580         * config/config.{guess,sub}: update from config.
26581
26582 2003-11-03  Jim Meyering  <jim@meyering.net>
26583
26584         * modules/userspec (lib_SOURCES): Add userspec.h.
26585         (Include): Add "userspec.h".
26586         Improve description.
26587
26588 2003-11-03  Jim Meyering  <jim@meyering.net>
26589
26590         * lib/userspec.c: Include "userspec.h".
26591         * lib/userspec.h: New file.
26592
26593 2003-11-03  Bruno Haible  <bruno@clisp.org>
26594
26595         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
26596
26597 2003-11-03  Bruno Haible  <bruno@clisp.org>
26598
26599         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
26600         available, to avoid (extremely rare) race condition.
26601         Suggested by Paul Eggert.
26602
26603 2003-11-02  Karl Berry  <karl@gnu.org>
26604
26605         * config/srclist.txt (vasprintf.c): sync broken, sigh.
26606
26607 2003-10-31  Paul Eggert  <eggert@twinsun.com>
26608
26609         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
26610         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
26611         (read_filesystem_list): Set and use me_type_malloced.
26612         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
26613         whatever the type happens to be), for brevity and consistency.
26614         Check for size calculation overflow on Alphas running OSF/1.
26615
26616 2003-10-31  Jim Meyering  <jim@meyering.net>
26617
26618         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
26619
26620         * lib/linebuffer.c: Include <string.h> for declaration of memset.
26621
26622 2003-10-30  Paul Eggert  <eggert@twinsun.com>
26623             Bruno Haible  <bruno@clisp.org>
26624
26625         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26626         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26627
26628 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26629
26630         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26631         netbsd*-gnu*.  Suggested by Robert Millan.
26632
26633 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26634
26635         * modules/group-member: Depend on stdbool.
26636
26637 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26638
26639         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26640
26641 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26642
26643         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26644         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26645         after the 'gnu' in these cases.  This fixes some bugs in the
26646         previous change, and is based on suggestions by Robert Millan.
26647
26648 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26649
26650         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26651         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26652         no longer needed.
26653         * lib/quotearg.c (quotearg_n_options): Use it.
26654         * lib/group-member.c: Include <stdbool.h>.
26655         (free_group_info): Arg is now const *; don't free arg.
26656         (get_group_info): Now returns bool and accepts struct group_info *,
26657         rather than returning a malloc'ed struct group_info *.
26658         All uses changed.  Check for overflow in internal size calculation.
26659
26660         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26661         rather than xmalloc/xrealloc.
26662         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26663         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26664         conformance bug: the old code used a pointer after freeing the
26665         storage that it addressed.
26666         * lib/hash.c (hash_initialize): Simplify the code by using
26667         xalloc_oversized rather than doing it by hand.
26668         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26669         the buffer preserved.  Use free and xmalloc instead.
26670         * lib/quotearg.c (quotearg_n_options): Likewise.
26671         Use a simpler test for size overflow.  Don't use xalloc_oversized
26672         because unsigned int might be wider than size_t (!); this suggests
26673         that we should switch from unsigned int to size_t for slot numbers.
26674
26675 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26676
26677         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26678         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26679         NetBSD kernels.  Requested by Richard Stallman.
26680
26681 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26682
26683         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26684         to allocate the returned structure.  Do not allocate a subarray,
26685         as x2nrealloc will do that.
26686         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26687         instead of xnrealloc.
26688         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26689
26690 2003-10-27  Bruno Haible  <bruno@clisp.org>
26691
26692         * lib/stdbool_.h: Better support for BeOS.
26693
26694 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26695
26696         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26697         now uses inline.
26698
26699 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26700
26701         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26702         callers that want to do their own size-overflow checking.  Include
26703         <stdbool.h>, since xalloc_oversized returns bool.
26704         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26705         to use xalloc_oversized.
26706
26707         Add two functions x2realloc, x2nrealloc, for programs that grow
26708         arrays dynamically by doubling their sizes.
26709         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26710         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26711         New functions.
26712
26713         Port to C99 semantics for 'inline' of external functions.
26714         Bug reported by Bruno Haible.
26715         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26716         with the old contents of xnmalloc.
26717         (xnmalloc, xmalloc): Use it.
26718         (xnrealloc_inline): New static inline function,
26719         with the old contents of xnrealloc.
26720         (xnrealloc, xrealloc): Use it.
26721
26722         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26723         that.
26724
26725 2003-10-26  Karl Berry  <karl@gnu.org>
26726
26727         * config/srclist.txt (COPYING.DOC): no longer available from
26728         /gd/gnuorg; don't know where the ultimate source is.
26729
26730 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26731
26732         Fix several address-calculation bugs in the hash modules,
26733         plus some minor code cleanup.
26734
26735         * lib/hash.h: Include <stdbool.h>, for bool.
26736         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26737         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26738         hash_get_n_entries, hash_get_max_bucket_length,
26739         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26740         hash_rehash): Use size_t rather than unsigned.
26741         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26742         hash_get_n_buckets_used, hash_get_n_entries,
26743         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26744         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26745         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26746         Likewise.
26747         (SIZE_MAX): Define if not defined.
26748         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26749         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26750         hash_print):
26751         Use const * when possible.
26752         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26753         (check_tuning): Fix bug: if tuning parameters were very close to
26754         0 or 1, rounding errors could have caused subscript violations.
26755         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26756         (hash_initialize): Add 'fail:' label
26757         to free table and return NULL, and use it to simplify code.
26758         Use calloc rather than clearing the storage ourself.
26759         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26760         buffer size calculations.
26761         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26762         Include <stddef.h>, for size_t.
26763         * lib/hash-pjw.c (hash_pjw): Likewise.
26764         Switch to method described by Bruno Haible.
26765         Include <limits.h>, for CHAR_BIT.
26766         (SIZE_BITS): New macro.
26767
26768 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26769
26770         * m4/getline.m4 (AM_FUNC_GETLINE):
26771         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26772         hosts.  Problem reported by Derek Robert Price in
26773         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26774         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26775         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26776
26777 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26778
26779         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26780         ceiling the allocation at NMAX bytes rather than silently
26781         discarding input bytes before NMAX is reached.  This makes
26782         a difference only if NMAX exceeds SIZE_MAX / 2.
26783
26784         * lib/obstack.c: Merge from glibc.
26785         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26786         Add libc_hidden_def (_obstack_newchunk).
26787         (_obstack_free) [! defined _LIBC]: Remove.
26788         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26789         a clone of the function body.
26790         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26791         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26792
26793         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26794         glibc.
26795         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26796         arg to memcpy.
26797
26798         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26799         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26800         Don't use lvalue casts, as GCC plans to remove support for them
26801         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26802         was also present in the non-GCC version, indicating that this
26803         code had always been buggy and had never been widely used.
26804         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26805         Use the fast variant of each macro, rather than copying the
26806         definiens of the fast variant; that way, we'll be more likely to
26807         catch future bugs in the fast variants.
26808
26809 2003-10-20  Bruno Haible  <bruno@clisp.org>
26810
26811         * modules/wait-process: New file.
26812         * MODULES.html.sh (func_all_modules): Add wait-process.
26813
26814 2003-10-20  Bruno Haible  <bruno@clisp.org>
26815
26816         * m4/wait-process.m4: New file.
26817
26818 2003-10-20  Bruno Haible  <bruno@clisp.org>
26819
26820         * lib/wait-process.h: New file, from GNU gettext.
26821         * lib/wait-process.c: New file, from GNU gettext.
26822
26823 2003-10-19  Jim Meyering  <jim@meyering.net>
26824
26825         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26826         HPUX 10.20.
26827
26828 2003-10-18  Karl Berry  <karl@gnu.org>
26829
26830         * config/config.guess: update from config.
26831
26832 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26833
26834         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26835         (getgroups): First arg is int, not size_t.
26836         Don't let 'free' mangle errno.
26837
26838 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26839
26840         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26841
26842 2003-10-16  Karl Berry  <karl@gnu.org>
26843
26844         * config/config.{guess,sub}: update from config.
26845
26846 2003-10-16  Jim Meyering  <jim@meyering.net>
26847
26848         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26849         memcpy.
26850
26851 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26852
26853         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26854         (SIZE_MAX): Remove.
26855         (new_exclude, add_exclude_file): Initial size no longer needs to
26856         be a power of 2.
26857         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26858         our own address arithmetic overflow checking.
26859
26860         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26861         (fnmatch): Do not alloca more than 2000 wide characters;
26862         instead, use malloc for large buffers.
26863         Check for address arithmetic overflow, and return -1
26864         with errno set to ENOMEM in that case.
26865         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26866         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26867         instead, return -1.  Check for address arithmetic overflow.
26868
26869 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26870
26871         Handle invalid suffixes and overflow independently, so that
26872         callers can treat them independently as needed.  Fix some bugs in
26873         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26874         suffix for a human-readable blocksize.  The major caller-visible
26875         change is the addition of a new
26876         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26877         that both overflow and suffix chars were found.
26878
26879         * lib/human.c (humblock): Don't check separately for invalid suffix
26880         char; that is xstrtoumax's job (now that its bug is fixed).
26881         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26882         INTMAX_MAX]: New macros.
26883         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26884         TYPE_MAXIMUM): New macros.
26885         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26886         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26887         if overflow occurs, as it's what __strtol does and it's more useful
26888         in practice.
26889         (__xstrtol): If __strtol reports some error other than ERANGE,
26890         reflect it to the caller as LONGINT_INVALID.  If it reports
26891         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26892         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26893         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26894         value.
26895         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26896         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26897         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26898         [defined UINTMAX_MAX]: New macros.
26899
26900 2003-10-14  Bruno Haible  <bruno@clisp.org>
26901
26902         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26903
26904 2003-10-14  Bruno Haible  <bruno@clisp.org>
26905
26906         * m4/sig_atomic_t: New file, from GNU gettext.
26907         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26908
26909 2003-10-14  Bruno Haible  <bruno@clisp.org>
26910
26911         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26912         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26913         Also use volatile where needed.
26914
26915 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26916
26917         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26918         Change maintainer from Bruno Haible to 'all'.
26919
26920 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26921
26922         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26923
26924 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26925
26926         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26927         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26928         and define in terms of the other primitives.
26929         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26930         (SIZE_MAX): Define if not already defined.
26931         (array_size_overflow): New function.
26932         (xalloc_die): Abort instead of exiting if 'error' returns.
26933         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26934         (xmalloc, xrealloc): Use them.
26935         (xcalloc): Check for address arithmetic overflow.
26936         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26937         a bit faster than strcpy.
26938
26939 2003-10-10  Simon Josefsson  <jas@extundo.com>
26940
26941         * modules/argp (Depends-on): Add restrict and strcase.
26942
26943 2003-10-10  Simon Josefsson  <jas@extundo.com>
26944
26945         * m4/argp.m4: Add AC_C_INLINE.
26946
26947 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26948
26949         Merge getpass from libc, plus a few fixes.
26950
26951         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26952         Include <stdbool.h>.
26953         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26954         __fsetlocking to empty.
26955         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26956         do include <bits/libc-lock.h>.
26957         Do not include <fcntl.h>; not needed.
26958         [_LIBC]: Include <wchar.h>.
26959         (NOTCANCEL_MODE): New macro.
26960         (flockfile, funlockfile) [_LIBC]: New macros.
26961         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26962         [!_LIBC]: New macros.
26963         (call_fclose): New function.
26964         (getpass): Use it.  Save tty stream separately; this simplifies the
26965         code and makes it more reliable if stdin happens to equal stdout.
26966         Invoke __fsetlocking on tty.
26967         Handle thread cancellation if needed.
26968         Namespace cleanup (use __tcgetattr, __getline).
26969         Use bool for Booleans.
26970         [USE_IN_LIBIO]: Handle wide streams.
26971         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26972         stream might go where.
26973
26974         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26975         doesn't have to include <stdio.h> before us.
26976         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26977         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26978         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26979         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26980         if not declared, so that we can use getpass.c code from libc without
26981         rewriting it.
26982         (flockfile, ftrylockfile, funlockfile): New macros.
26983
26984 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26985
26986         * modules/getpass: Depend on stdbool.
26987
26988 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26989
26990         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26991
26992 2003-10-07  Karl Berry  <karl@gnu.org>
26993
26994         * config/config.{guess,sub}: update from config.
26995
26996 2003-10-06  Jim Meyering  <jim@meyering.net>
26997             Bruno Haible  <bruno@clisp.org>
26998
26999         This lets translators provide better translations for the
27000         "Written by ..." part of --version output.
27001         * lib/version-etc.h: Include stdarg.h.
27002         (version_etc_copyright): Declare as readonly.
27003         (version_etc): Make this function variadic with a NULL-terminated list
27004         of author name strings.
27005         (version_etc_va): New declaration.
27006         * lib/version-etc.c: Include stdarg.h, stdlib.h.
27007         (version_etc_copyright): Declare as readonly.
27008         (version_etc_va): New function. Provide a different translatable string
27009         for each possible number of authors < 10. Abbreviate when there are 10
27010         authors or more.
27011         (version_etc): Make this function variadic. Call version_etc_va.
27012         Suggestion from Gary V. Vaughan.
27013
27014         * lib/long-options.h (parse_long_options): Change prototype: the
27015         authors string is moved to the end and becomes variadic.
27016         * lib/long-options.c: Include stdarg.h.
27017         (parse_long_options): Make this function variadic, too.
27018         Call version_etc_va, not version_etc.
27019
27020 2003-10-06  Bruno Haible  <bruno@clisp.org>
27021
27022         * modules/version-etc-2: Remove file.
27023         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
27024
27025 2003-10-06  Bruno Haible  <bruno@clisp.org>
27026
27027         * modules/fatal-signal: New file.
27028         * MODULES.html.sh (func_all_modules): Add fatal-signal.
27029
27030 2003-10-06  Bruno Haible  <bruno@clisp.org>
27031
27032         * m4/fatal-signal.m4: New file.
27033         * m4/signalblocking.m4: New file, from GNU gettext.
27034
27035 2003-10-06  Bruno Haible  <bruno@clisp.org>
27036
27037         * lib/version-etc-2.h: Remove file.
27038         * lib/version-etc-2.c: Remove file.
27039
27040 2003-10-06  Bruno Haible  <bruno@clisp.org>
27041
27042         * lib/fatal-signal.h: New file, from GNU gettext.
27043         * lib/fatal-signal.c: New file, from GNU gettext.
27044
27045 2003-10-05  Paul Eggert  <eggert@twinsun.com>
27046
27047         * README: Rework advice for preventing empty .o files.
27048         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
27049         not <sys/types.h>.
27050
27051 2003-10-04  Karl Berry  <karl@gnu.org>
27052
27053         * lib/argp*: update from libc.
27054
27055 2003-10-04  Karl Berry  <karl@gnu.org>
27056
27057         * config/config.{guess,sub}: update from config.
27058
27059 2003-10-02  Bruno Haible  <bruno@clisp.org>
27060
27061         * modules/lchown (Include): Add lchown.h.
27062         * modules/time_r (Include): Use "..." syntax.
27063         * modules/xgetdomainname (Include): Add xgetdomainname.h.
27064
27065 2003-10-01  Simon Josefsson  <jas@extundo.com>
27066
27067         * MODULES.html.sh (func_all_modules): Move gethostname from section
27068         'based on' to section 'lacking' POSIX:2001.
27069
27070 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
27071
27072         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
27073         to output mode on the same stream.
27074
27075 2003-09-29  Paul Eggert  <eggert@twinsun.com>
27076
27077         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
27078         Fix arg typo in previous patch.
27079
27080 2003-09-28  Jim Meyering  <jim@meyering.net>
27081
27082         * lib/error.c: Correct cpp indentation.
27083
27084 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27085
27086         * modules/free: New file.
27087
27088 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27089
27090         * m4/free.m4: New file.
27091
27092 2003-09-27  Paul Eggert  <eggert@twinsun.com>
27093
27094         * lib/minmax.h (MIN, MAX)
27095         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
27096         Omit the special code that used __typeof__, since we worry that
27097         it could be more trouble than it's worth.  See:
27098         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
27099         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
27100
27101         * lib/free.c: New file.
27102
27103 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
27104
27105         Trivial fixes to Makefile.am parts of module listings.
27106         * modules/strstr: Append strstr.h to lib_SOURCES.
27107         * modules/strcase: Likewise, for strcase.h.
27108
27109 2003-09-27  Karl Berry  <karl@gnu.org>
27110
27111         * config/mkinstalldirs: update from automake.
27112
27113 2003-09-26  Paul Eggert  <eggert@twinsun.com>
27114
27115         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
27116         (error_tail): Do not loop, reallocating temporary buffer, since
27117         the output cannot contain more wide characters than the input
27118         contains bytes, the size must be big enough already.  This avoids
27119         one potential size overflow calculation.  Check for size overflow
27120         when calculating temporary buffer size.  Free temporary buffer
27121         when done, if it was allocated with malloc; this plugs a memory
27122         leak.  Remove casts from void * to pointers, that are no longer
27123         needed now that we're assuming C89 or better.
27124
27125         Merge error changes from glibc.
27126
27127         * lib/error.c, error.h: Update copyright notice header to match glibc.
27128         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
27129         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
27130         Disable cancellation while printing error.
27131         * lib/error.h: Prepend __ to parameter names.
27132
27133 2003-09-26  Jim Meyering  <jim@meyering.net>
27134
27135         * lib/error.c (error_tail): Move some declarations
27136         into inner scope where the local variables are used.
27137
27138 2003-09-26  Bruno Haible  <bruno@clisp.org>
27139
27140         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
27141         stpncpy().
27142         Don't define stpncpy through config.h; it's now done through stpncpy.h.
27143
27144 2003-09-26  Bruno Haible  <bruno@clisp.org>
27145
27146         * lib/stpncpy.h (gnu_stpncpy): New declaration.
27147         (stpncpy): Define as alias for gnu_stpncpy.
27148         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
27149
27150 2003-09-25  Simon Josefsson  <jas@extundo.com>
27151
27152         * lib/xgetdomainname.h: New file.
27153         * lib/xgetdomainname.c: New file.
27154
27155 2003-09-25  Simon Josefsson  <jas@extundo.com>
27156             Bruno Haible  <bruno@clisp.org>
27157
27158         * modules/getdomainname: New file.
27159         * modules/xgetdomainname: New file.
27160         * MODULES.html.sh (func_all_modules): Add getdomainname,
27161         xgetdomainname.
27162
27163 2003-09-25  Simon Josefsson  <jas@extundo.com>
27164             Bruno Haible  <bruno@clisp.org>
27165
27166         * m4/getdomainname.m4: New file.
27167
27168 2003-09-25  Simon Josefsson  <jas@extundo.com>
27169             Bruno Haible  <bruno@clisp.org>
27170
27171         * lib/getdomainname.h: New file.
27172         * lib/getdomainname.c: New file.
27173
27174 2003-09-25  Karl Berry  <karl@gnu.org>
27175
27176         * lib/argp-fmtstream.c, argp-help.c: update from libc.
27177
27178 2003-09-25  Karl Berry  <karl@gnu.org>
27179
27180         * config/install-sh: update from automake.
27181
27182 2003-09-25  Bruno Haible  <bruno@clisp.org>
27183
27184         * modules/version-etc-2: New file, from modules/version-etc with
27185         modifications.
27186         * MODULES.html.sh (func_all_modules): Add version-etc-2.
27187
27188 2003-09-25  Bruno Haible  <bruno@clisp.org>
27189
27190         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
27191         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
27192
27193 2003-09-24  Simon Josefsson  <jas@extundo.com>
27194
27195         * modules/xgethostname: Add xgethostname.h.
27196
27197 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27198
27199         * lib/linebuffer.c (freebuffer): Don't free the argument, just
27200         the buffer associated with the argument.  Bug reported by
27201         Simon Josefsson.
27202
27203 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27204
27205         * README: Document assumptions that 'int' is at least 32 bits
27206         wide, that integer arithmetic is 2's complement without overflow,
27207         that there are no holes in integer values, that adding sizes of
27208         two nonoverlapping objects can't overflow, and that all-bits-zero
27209         yields scalar zero.  Fix spelling and capitalization typos.
27210
27211 2003-09-19  Karl Berry  <karl@gnu.org>
27212
27213         * lib/argp.h: update from libc.
27214
27215 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27216
27217         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
27218         to avoid spurious warnings like "AC_RUN_IFELSE was called before
27219         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
27220
27221 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27222
27223         * gnulib-tool: Use "test -h", not "test -L", for portability
27224         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
27225         (tags_regexp): Remove, since \| doesn't conform to POSIX.
27226         (sed_extract_prog): Issue s commands one-by-one, rather than
27227         using \| in one s command.
27228
27229 2003-09-16  Paul Eggert  <eggert@twinsun.com>
27230
27231         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
27232         input error, instead of returning NULL the next time we are called
27233         (and therefore losing track of errno).
27234
27235 2003-09-16  Bruno Haible  <bruno@clisp.org>
27236
27237         * gnulib-tool (func_create_testdir): Warn about duplicated
27238         dependencies.
27239
27240 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27241
27242         * modules/argmatch, modules/fatal, modules/obstack,
27243         modules/xalloc, modules/xgethostname: Sort dependencies by
27244         importance, not alphabetically.
27245
27246 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27247
27248         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
27249         fails, so that the caller gets the proper errno.
27250
27251         * lib/readutmp.c (read_utmp): Likewise.
27252         Check for fstat error.  Close stream and free storage
27253         when failing.
27254
27255 2003-09-14  Karl Berry  <karl@gnu.org>
27256
27257         * config/srclist.txt (strdup.c): disable for c89 changes.
27258
27259 2003-09-14  Jim Meyering  <jim@meyering.net>
27260
27261         * lib/getloadavg.c: Correct cpp indentation.
27262         * lib/strdup.c: Likewise.
27263         * lib/vasnprintf.c: Likewise.
27264
27265 2003-09-14  Bruno Haible  <bruno@clisp.org>
27266
27267         * modules/fwriteerror: New file.
27268         * MODULES.html.sh (func_all_modules): Add fwriteerror.
27269
27270 2003-09-14  Bruno Haible  <bruno@clisp.org>
27271
27272         * lib/fwriteerror.h: New file.
27273         * lib/fwriteerror.c: New file.
27274
27275 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27276
27277         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
27278         modules/xgethostname, modules/xalloc: Depend on exit.
27279
27280 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27281
27282         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
27283
27284         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
27285         and AC_MINIX, too, so that their extensions are available.
27286
27287         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
27288         This macro has been superseded by gl_BACKUPFILE.
27289
27290         More patches to assume C89 or better.
27291
27292         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
27293
27294         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
27295         unconditionally.
27296         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
27297         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
27298         Include <string.h>, <stdlib.h> unconditionally.
27299         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
27300         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
27301         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
27302         headers or for string.h.
27303         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
27304         or strtoul.
27305
27306         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
27307         headers.
27308         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
27309         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27310         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
27311         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
27312         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27313         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
27314         memcpy, memset.
27315         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
27316         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
27317         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
27318         strtol.
27319         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
27320         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
27321         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
27322         strtoul.
27323
27324 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27325
27326         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
27327         * lib/obstack.c [!defined _LIBC]: Likewise.
27328         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
27329         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
27330         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
27331
27332         More changes to assume C89 or better.
27333
27334         * lib/error.c (error_tail): Assume vprintf.
27335
27336         * lib/argmatch.c (getenv): Remove decl.
27337         * lib/progreloc.c (get_full_program_name): Define via prototype.
27338         * lib/setenv.c (clearenv): Likewise.
27339         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
27340         needed.
27341         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
27342         (malloc, memcpy): Remove decls.
27343         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
27344         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
27345         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27346         (memcpy): Remove macro.
27347         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
27348         (__P): Remove.  All uses removed.
27349         (PTR): Remove.  All uses changed to void *.
27350         (CHAR_BIT, NULL): Remove.
27351         (spaces, zeros, memset_space, memset_zero)
27352         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
27353         Remove.
27354         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
27355         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
27356         Define with prototype.
27357         Remove now-unnecessary prototype decl.
27358         (extra_args_spec): Assume ANSI C.  All uses changed.
27359         (extra_args_spec_iso): Remove.
27360         (my_strftime, emacs_strftimeu): Define via prototype.
27361         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
27362         unconditionally.
27363         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
27364         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
27365         (strtoul, strtol): Remove decls.
27366         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
27367         LONG_MAX): Remove.
27368         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27369         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
27370         (LOCALE_PARAM_PROTO): New macro.
27371         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
27372         (INTERNAL (strtol), strtol): Define with a prototype.
27373         (PARAMS): Remove.  All uses removed.
27374         * lib/tempname.c: Include <string.h> unconditionally.
27375         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
27376         * lib/xgethostname.c (main): Define with a prototype.
27377         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
27378         Include <stdlib.h> unconditionally.
27379         (calloc, malloc, realloc, free): Remove decls.
27380         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
27381         Include <stdlib.h> unconditionally.  Sort include file names.
27382         (strtod): Remove.
27383         (xstrtod): Define with a prototype.
27384         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
27385         (strtol, strtoul): Remove decls.
27386
27387 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27388
27389         More patches to assume C89 or better.
27390         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
27391         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
27392         string.h, memchr, STDC_HEADERS.
27393
27394 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27395
27396         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
27397         Include <stdlib.h>, <string.h> unconditionally.
27398         Remove now-unnecessary cast to char *.
27399         * lib/strnlen.c: Include <string.h> unconditionally.
27400         * lib/yesno.c (yesno): Define with a prototype.
27401
27402 2003-09-11  Bruno Haible  <bruno@clisp.org>
27403
27404         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
27405
27406 2003-09-10  Jim Meyering  <jim@meyering.net>
27407
27408         * lib/error.c: Correct indentation of cpp directives.
27409
27410 2003-09-10  Bruno Haible  <bruno@clisp.org>
27411
27412         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
27413         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
27414         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
27415         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
27416         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
27417         <stdlib.h> and <string.h> checks.
27418         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
27419         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
27420
27421 2003-09-10  Bruno Haible  <bruno@clisp.org>
27422
27423         * lib/strcspn.c: Include <string.h> unconditionally.
27424         * lib/strpbrk.c: Include <string.h> unconditionally.
27425         * lib/strstr.c: Include <string.h> unconditionally.
27426         * lib/unicodeio.c: Include <string.h> unconditionally.
27427         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
27428         * lib/unsetenv.c: Likewise.
27429         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
27430         * lib/yesno.c: Include <stdlib.h> unconditionally.
27431         (rpmatch): Add prototype.
27432
27433 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27434
27435         More patches to assume C89 or better.
27436         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
27437         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
27438         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
27439         or for string.h.
27440         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
27441         stdlib.h.
27442         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
27443         C headers.
27444         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
27445         string.h.
27446         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
27447         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
27448         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
27449         or for string.h.
27450         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
27451         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
27452         C headers.
27453         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
27454         memcpy.
27455         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
27456         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
27457         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
27458         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
27459         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
27460         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
27461         string.h, free.
27462         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
27463         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
27464         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
27465         C headers, or for string.h.
27466         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
27467         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
27468         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
27469         headers, memory.h, stdlib.h, string.h, strings.h.
27470         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
27471         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
27472         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
27473         strchr.
27474         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
27475         headers, memory.h, string.h.
27476         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
27477         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
27478         free.
27479         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
27480         headers.
27481         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
27482         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
27483         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
27484         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
27485         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
27486
27487 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27488
27489         More K&R removal.
27490
27491         * lib/acosl.c (main): Use a prototype.
27492         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
27493         tanl.c: Likewise.
27494
27495         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
27496
27497         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
27498         (getopt, etopt_long, getopt_long_only, _getopt_internal)
27499         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
27500         with a prototype.
27501         * lib/getopt.c (const): Remove macro.
27502         Include <string.h> unconditionally.
27503         (my_index): Remove; all uses changed to strchr.
27504         (strlen): Remove decl.
27505         (exchange): Remove forward decl; no longer needed.
27506         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
27507         Define with prototype.
27508         * lib/getopt1.c (const): Remove macro.
27509         (getopt_long, getopt_long_only, main): Define with prototype.
27510
27511         * lib/getugroups.c: Include <string.h> unconditionally.
27512
27513         * lib/getusershell.c: Include <stdlib.h> unconditionally.
27514         (getusershell, setusershell, endusershell, readname, main):
27515         Define with prototypes.
27516
27517         * lib/group-member.c: Include group-member.h first.
27518         Include <stdlib.h> unconditionally.
27519
27520         * lib/hard-locale.c: Include hard-locale.h first.
27521         Include <stdlib.h>, <string.h> unconditionally.
27522
27523         * lib/hash.c (free, malloc): Remove decls.
27524         Include <stdlib.h> unconditionally.
27525
27526         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
27527         (getenv): Do not declare.
27528
27529         * lib/idcache.c: Include <string.h> unconditionally.
27530
27531         * lib/long-options.c: Include long-options.h first, to test interface.
27532         Include <stdlib.h> unconditionally.
27533
27534         * lib/makepath.c: Include makepath.h first, to test interface.
27535         Include <stdlib.h> and <string.h> unconditionally.
27536
27537         * lib/linebuffer.c: Include <stdlib.h>.
27538         (free): Remove decl.
27539
27540         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
27541         stddef.h. rpl_malloc returns void *, not char *.
27542         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
27543         prototype.
27544
27545         * lib/md5.h: Include <limits.h> unconditionally.
27546         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
27547         (__P): Remove; all uses removed.
27548         * lib/md5.c: Include "md5.h" first.
27549         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
27550         md5_buffer, md5_process_bytes, md5_process_block):
27551         Define with prototypes.
27552         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
27553         * lib/sha.c: Include "sha.h" first.
27554         Include <stdlib.h>, <string.h> unconditionally.
27555
27556         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
27557         * lib/memcmp.c (__ptr_t): Likewise.
27558         * lib/memrchr.c (__ptr_t): Likewise.
27559         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
27560         Include <string.h> unconditionally.
27561         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
27562         * lib/memchr.c: Include <stdlib.h> unconditionally.
27563         * lib/memchr.c (LONG_MAX): Remove.
27564         * lib/memrchr.c (LONG_MAX): Likewise.
27565         * lib/memchr.c (__memchr): Define via a prototype.
27566         * lib/memrchr.c (__memrchr): Likewise.
27567         * lib/memcmp.c (__P): Remove, and remove all uses.
27568         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
27569         Remove forward decls; no longer needed.
27570         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
27571         Use types required by C89 in prototype.
27572
27573         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
27574         * lib/savedir.c: Likewise.
27575         * lib/mkdir.c (free): Remove decl.
27576         * lib/rmdir.c (rmdir): Define with a prototype.
27577         * lib/savedir.c: Include savedir.h first, to test interface.
27578
27579         * lib/mktime.c (STDC_HEADERS): Remove.
27580         Include <stdlib.h>, <string.h> unconditionally.
27581
27582         * lib/modechange.c: Include <stdlib.h> unconditionally.
27583         (malloc): Remove decl.
27584
27585         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
27586         (free): Remove decl.
27587
27588         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
27589         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
27590         (This type really should be intptr_t, but that's a C99ism.)
27591         (_obstack_memcpy): Remove: all uses changed to memcpy.
27592         Include <string.h> unconditionally.
27593         (struct obstack): Assume __STDC__ for types of members
27594         chunkfun, freefun, extra_arg.
27595         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
27596         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
27597         obstack_begin, obstack_specify_allocation,
27598         obstack_specify_allocation_with_arg, obstack_chunkfun,
27599         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
27600         Remove unprototyped decls and the macros that use them.
27601         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
27602         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
27603         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
27604         (defined __STDC__ && __STDC__)]:
27605         Remove nonprototyped code.
27606         Include <stdlib.h> unconditionally.
27607         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
27608         _obstack_allocated_p, _obstack_free, obstack_free,
27609         _obstack_memory_used, print_and_abort):
27610         Define using prototypes.
27611         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
27612         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
27613         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
27614         obstack_next_free, obstack_object_size, obstack_room) [0]:
27615         Remove unused, unprototyped code.
27616
27617         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
27618
27619         * lib/physmem.c (physmem_total, physmem_available, main): Define
27620         with prototypes.
27621
27622         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
27623         (main): Define with a prototype.
27624
27625         * lib/posixver.c (getenv): Remove decl.
27626
27627         * lib/putenv.c (malloc): Returns void *, not char *.
27628         Include <string.h> unconditionally.
27629         (strchr, memcpy, NULL): Do not define.
27630
27631         * lib/readtokens.c: Include readtokens.h first, to test interface.
27632         Include <stdlib.h>, <string.h> unconditionally.
27633         (init_tokenbuffer): Define with a prototype.
27634
27635         * lib/regex.c (PARAMS): Remove.  All uses removed.
27636         All uses of _RE_ARGS removed, too.
27637         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27638         unconditionally.
27639         (bzero): Assume memset exists.
27640         (memcmp, memcpy, NULL): Remove.
27641         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27642         char, or assignments to local vars of type signed char.
27643         (init_syntax_once, PREFIX(extract_number_and_incr),
27644         PREFIX(print_partial_compiled_pattern),
27645         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27646         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27647         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27648         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27649         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27650         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27651         wcs_compile_range, byte_compile_range, truncate_wchar,
27652         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27653         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27654         count_mbs_length, wcs_re_match_2_internal,
27655         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27656         PREFIX(alt_match_null_string_p),
27657         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27658         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27659         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27660         now-unnecessary declaration, if any.
27661         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27662         regcomp, regexec):
27663         Remove now-unnecessary casts among pointer types.
27664         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27665
27666         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27667         (free): Remove decl.
27668
27669         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27670
27671         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27672         (free): Remove decl.
27673
27674         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27675         * lib/xgetcwd.c: Likewise.
27676
27677         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27678         (free): Remove decl.
27679
27680         * lib/strchrnul.c (strchrnul): Define with a prototype.
27681         Fix bug: c_in was not converted to char before searching.
27682
27683         The following changes are not K&R related:
27684
27685         * lib/group-member.h: Include <sys/types.h>, so that this file is
27686         self-contained.
27687         * lib/makepath.h: Likewise.
27688
27689         * lib/getusershell.c (readname, default_index, line_size, readname):
27690         Use size_t, not int, for sizes.
27691         (readname): If the size overflows, report an error instead of
27692         looping forever.
27693
27694 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27695
27696         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27697         libc.
27698
27699 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27700
27701         * README: New section: portability guidelines.
27702
27703 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27704
27705         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27706         C89 spec.
27707
27708 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27709
27710         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27711
27712 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27713
27714         Assume C89 or better; remove K&R cruft.
27715         A few of these changes were first proposed by Derek Robert Price
27716         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27717
27718         * lib/addext.c: Include <string.h> unconditionally.
27719         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27720         Don't declare getenv or malloc.
27721
27722         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27723         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27724         (NULL): Remove.
27725         (find_stack_direction, alloca): Use prototypes.
27726
27727         * lib/atexit.c (atexit): Define using a prototype.
27728
27729         * lib/basename.c, dirname.c, stripslash.c:
27730         Include <string.h> unconditionally.
27731
27732         * lib/bcopy.c: Include <stddef.h>.
27733         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27734
27735         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27736
27737         * lib/error.h (error, error_at_line, error_print_progname)
27738         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27739         * lib/error.c: Include error.h first, to check interface.
27740         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27741         (VA_START): Remove; all uses changeed to va_start.
27742         (exit, strerror): Remove decls.
27743         (error_print_progname): Prototype uncondionally.
27744         Don't include <errno.h>; no longer needed.
27745         (private_strerror): Remove.
27746         (error_tail): Always define.
27747         (error, error_at_line): Assume C89 or better; always use prototypes.
27748         * lib/fatal.c: Include "fatal.h" first, to test interface.
27749         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27750         (VA_START): Remove; all uses changed to va_start.
27751         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27752         this case.
27753         (exit): Remove decl.
27754         (fatal): Prototype unconditionally.  Assume va_start works.
27755         Abort at end, to pacify gcc.
27756
27757         * lib/euidaccess.c (main): Define with a prototype.
27758
27759         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27760
27761         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27762
27763         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27764         prototypes.
27765         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27766         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27767         (getenv): Remove decl.
27768         (fnmatch): Define using a prototype.
27769         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27770         (FCT): Define using a prototype.
27771
27772         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27773
27774         * lib/gethostname.c: Include <stddef.h>.
27775         (gethostname): Define with prototype.  Length is size_t, not int.
27776
27777 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27778
27779         Assume C89 or better; remove K&R cruft.
27780         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27781         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27782         string.h, getenv, malloc.
27783         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27784         headers.
27785         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27786         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27787         do not check for strerror.
27788         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27789         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27790         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27791         do not check for doprnt or vprintf.
27792         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27793         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27794
27795 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27796
27797         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27798         getversion.c should have been removed then, but was accidentally
27799         preserved.
27800
27801         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27802         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27803
27804 2003-09-08  Karl Berry  <karl@gnu.org>
27805
27806         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27807                 config, forget about prep.
27808
27809         * config/depcomp, missing: update from automake.
27810
27811 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27812
27813         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27814         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27815
27816 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27817
27818         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27819         copy_tm_result.  Bug reported by Simon Josefsson in
27820         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27821
27822 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27823
27824         * m4/time_r.m4: New file.
27825         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27826         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27827         is. Check for timegm declaration.
27828         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27829         Do not check for gmtime_r.
27830         Replace mktime if __mktime_internal does not exist and if mktime
27831         hasn't been replaced already.
27832
27833 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27834
27835         * lib/time_r.c, lib/time_r.h: New files.
27836
27837         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27838         __localtime_r.
27839         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27840         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27841
27842         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27843         __gmtime_r.
27844         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27845         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27846         Include <time_r.h>.
27847
27848         * lib/timegm.c: Switch to glibc implementation, with the following
27849         changes:
27850         [defined HAVE_CONFIG_H]: Include <config.h>.
27851         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27852         (__mktime_internal) [!defined _LIBC]: New decl.
27853         (__gmtime_r) [!defined _LIBC]: New macro and function.
27854         (timegm): Use a prototype, since gnulib assumes C89.
27855         Do not bother declaring tmp to be const, as it's not really usefu.
27856         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27857         (timegm): Declare only if HAVE_DECL_TIMEGM.
27858
27859 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27860
27861         * MODULES.html.sh (func_all_modules): Add time_r.
27862         * modules/time_r: New file.
27863         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27864         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27865
27866 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27867
27868         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27869         Bug reported by Lute Kamstra in
27870         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27871
27872         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27873         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27874         course with correspondingly smaller numbers for tomorrow and
27875         yesterday.  From Tadayoshi Funaba.  Originally installed into
27876         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27877         coreutils merge?).
27878
27879 2003-08-31  Simon Josefsson  <jas@extundo.com>
27880
27881         * modules/timegm: New file.
27882         * MODULES.html.sh (func_all_modules): Add timegm.
27883
27884 2003-08-31  Simon Josefsson  <jas@extundo.com>
27885
27886         * m4/timegm.m4: New file.
27887
27888 2003-08-31  Simon Josefsson  <jas@extundo.com>
27889
27890         * lib/timegm.h: New file.
27891         * lib/timegm.c: New file.  Based on
27892         wget-1.8.2/src/http.c:mktime_from_utc.
27893
27894 2003-08-31  Karl Berry  <karl@gnu.org>
27895
27896         * lib/argp.h: update from libc.
27897
27898 2003-08-28  Bruno Haible  <bruno@clisp.org>
27899
27900         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27901         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27902         followed by '#define fnmatch fnmatch_posix' gives an error.
27903
27904 2003-08-28  Bruno Haible  <bruno@clisp.org>
27905
27906         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27907         warning on QNX, which defines O_BINARY to 000000.
27908
27909 2003-08-27  Jim Meyering  <jim@meyering.net>
27910
27911         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27912         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27913         would fail after 32.  Reported by Danny Levinson.  Details here:
27914         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27915
27916 2003-08-24  Bruno Haible  <bruno@clisp.org>
27917
27918         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27919         MSVC7 <stdio.h> is included later.
27920
27921 2003-08-22  Simon Josefsson  <jas@extundo.com>
27922
27923         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27924
27925 2003-08-20  Karl Berry  <karl@gnu.org>
27926
27927         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27928
27929 2003-08-20  Bruno Haible  <bruno@clisp.org>
27930
27931         * modules/progname: New file.
27932         * MODULES.html.sh (func_all_modules): Add progname.
27933
27934 2003-08-20  Bruno Haible  <bruno@clisp.org>
27935
27936         * lib/progname.h: New file, from GNU gettext.
27937         * lib/progname.c: New file, from GNU gettext.
27938         * lib/progreloc.c: New file, from GNU gettext.
27939
27940 2003-08-19  Jim Meyering  <jim@meyering.net>
27941
27942         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27943         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27944
27945 2003-08-19  Bruno Haible  <bruno@clisp.org>
27946
27947         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27948         more.
27949
27950 2003-08-19  Bruno Haible  <bruno@clisp.org>
27951
27952         * lib/xstrdup.c: Assume <string.h> exists.
27953
27954 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27955
27956         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27957         in makefile rules.
27958
27959 2003-08-18  Jim Meyering  <jim@meyering.net>
27960
27961         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27962         * m4/lib-ld.m4: Likewise.
27963
27964 2003-08-18  Jim Meyering  <jim@meyering.net>
27965
27966         * lib/setenv.h: Indent nested cpp directive.
27967         * lib/vasnprintf.c: Remove trailing blanks.
27968
27969 2003-08-17  Simon Josefsson  <jas@extundo.com>
27970
27971         * modules/xstrndup: New file.
27972         * MODULES.html.sh (func_all_modules): Add xstrndup.
27973
27974 2003-08-17  Simon Josefsson  <jas@extundo.com>
27975
27976         * modules/argp: Fix autoconf macro name. Add more dependencies.
27977
27978 2003-08-17  Simon Josefsson  <jas@extundo.com>
27979
27980         * m4/xstrndup.m4: New file.
27981
27982 2003-08-17  Simon Josefsson  <jas@extundo.com>
27983
27984         * m4/argp.m4: New file.
27985
27986 2003-08-17  Simon Josefsson  <jas@extundo.com>
27987             Bruno Haible  <bruno@clisp.org>
27988
27989         * lib/xstrndup.h: New file.
27990         * lib/xstrndup.c: New file.
27991
27992 2003-08-17  Bruno Haible  <bruno@clisp.org>
27993
27994         * modules/strndup (Files, Include): Add lib/strndup.h.
27995
27996 2003-08-17  Bruno Haible  <bruno@clisp.org>
27997
27998         * modules/euidaccess (Files): Add lib/euidaccess.h.
27999
28000 2003-08-17  Bruno Haible  <bruno@clisp.org>
28001
28002         * lib/strndup.h: New file.
28003
28004 2003-08-17  Bruno Haible  <bruno@clisp.org>
28005
28006         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
28007         like AC_GNU_SOURCE.
28008         * modules/extensions (configure.ac): Comment out the invocation of
28009         gl_USE_SYSTEM_EXTENSIONS.
28010
28011 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28012
28013         Merges from coreutils, etc.
28014         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
28015         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
28016         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
28017         fixing a typo.
28018         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
28019         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
28020
28021 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28022
28023         Document merge from coreutils.
28024         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
28025         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
28026         * modules/utime: Add m4/utimes-null.m4.
28027
28028 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28029
28030         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
28031         space, undoing this 2003-08-12 change:
28032         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
28033
28034 2003-08-16  Paul Eggert  <eggert@twinsun.com>
28035
28036         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
28037         strtoul.c from libc, undoing this 2003-08-12 change:
28038         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
28039
28040 2003-08-16  Jim Meyering  <jim@meyering.net>
28041
28042         Merges from coreutils.
28043         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
28044         prefix.  Adjust cache variables similarly.  Create 500 rather than
28045         just 300 files, to exercise bug on Darwin6.5, too.
28046         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
28047         $missing_dir.
28048         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
28049         AM_SYS_POSIX_TERMIOS.
28050         Reported by mkc@mathdogs.com.
28051         Also change use of $am_cv_sys_posix_termios
28052         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
28053         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
28054         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
28055         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
28056         in /proc/mounts until it finds one with matching device number.  This
28057         is unnecessary when the FILE argument *is* a mount point.  No stat call
28058         is necessary in that case.  So, disable the statvfs-testing code on
28059         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
28060         as RedHat bug# 84846.
28061         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
28062         to 1MB, so as not to render systems with no stack size limit (e.g.,
28063         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
28064         Include <unistd.h>.  On some systems,
28065         it is required for the definition of _SC_PAGESIZE.
28066
28067 2003-08-16  Jim Meyering  <jim@meyering.net>
28068
28069         Merge from coreutils.
28070         * lib/xstrtoimax.c: #else #if -> #elif.
28071         * lib/xstrtoumax.c: Likewise.
28072
28073 2003-08-16  Jim Meyering  <jim@meyering.net>
28074
28075         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
28076         * m4/utimes.m4: Removed.
28077         * m4/utimes-null.m4: Renamed from utimes.m4.
28078
28079         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
28080         to 1MB, so as not to render systems with no stack size limit (e.g.,
28081         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
28082         Include <unistd.h>.  On some systems,
28083         it is required for the definition of _SC_PAGESIZE.
28084
28085 2003-08-16  Jim Meyering  <jim@meyering.net>
28086         and Paul Eggert  <eggert@cs.ucla.edu>
28087
28088         Merges from coreutils, etc.
28089
28090         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
28091         using the latest version from cvs.  This avoids problems with #line
28092         directives using a vendor (Sun) compiler.
28093         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
28094         Don't set GETGROUPS_LIB here; now it's
28095         done via getgroups.m4's wrapper function.
28096         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
28097         rather than just in sh-util/configure.in, so that the
28098         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
28099         same.
28100         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
28101         AC_FUNC_GETLOADAVG where to find getloadavg.c.
28102         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
28103         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
28104         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
28105         Remove code that is now done by the newly-required macros.
28106         Append $(EXEEXT) to DF_PROG.
28107         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
28108         Do not invoke or require the following here,
28109         since prereq.m4 or some gnulib .m4 now does this for us:
28110         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
28111         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
28112         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
28113         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
28114         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
28115         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
28116         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
28117         AC_FUNC_OBSTACK.
28118         Do not replace the following functions, as this is now the job
28119         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
28120         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
28121         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
28122         atexit getpass, strdup, getpagesize.
28123         Replace 'raise'.
28124         Do not check for the following functions, as this is now the job
28125         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
28126         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
28127         setregid.
28128         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
28129         Check for sys/sysctl.h.
28130         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
28131         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
28132         of checking for ssize_t ourselves.
28133
28134         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
28135         Require every macro that gnulib/modules/* suggests for us.
28136         (jm_PREREQ_ADDEXT): New macro.
28137         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
28138         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
28139
28140         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
28141         (gl_PHYSMEM): Use it.
28142         Also check for `table' function.
28143         Check for new headers and functions.
28144         Add check for sys/sysmp.h.
28145         With suggestions from Kaveh Ghazi.
28146         Ignore headers that are present but cannot be compiled.  This
28147         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
28148         C 5.4.
28149
28150 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28151
28152         Document merge from coreutils.
28153         * modules/userspec: Depend on posixver.
28154         * modules/strftime: Depend on tzset.
28155
28156 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28157
28158         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
28159         rather than tab, after '#' in shell-script copyright notices.
28160         Suggested by Bruno Haible.
28161
28162 2003-08-15  Paul Eggert  <eggert@twinsun.com>
28163
28164         * config/srclist-update: Use three spaces, rather than tab, after '#'
28165         in shell-script copyright notices.  Suggested by Bruno Haible.
28166         Remove unnecessary parenthesization in regular expression.
28167
28168 2003-08-15  Jim Meyering  <jim@meyering.net>
28169
28170         Merge from coreutils.
28171         * lib/xgethostname.c: Include <stdlib.h>.
28172         (xghostname): Don't exit for anything other than memory-related
28173         failure; just return NULL.
28174         * lib/userspec.c: Include "posixver.h".
28175         (parse_user_spec): Accept `.' as a separator only
28176         in pre-POSIX-200112 mode.
28177         * lib/strtoimax.c: Use #elif rather than #else #if.
28178         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
28179         Remove function, now that we can rely on a working tzset function.
28180         [!_LIBC]: Ensure that the required autoconf test has been run.
28181         [!defined _NL_CURRENT && HAVE_STRFTIME]:
28182         Use underlying_strftime for %r.
28183         * lib/sha.c: Merge in some clean-up and optimization changes from
28184         glibc.
28185         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
28186         Ensure that it is a multiple of 64.
28187         Rearrange loop exit tests so as to avoid performing an
28188         additional fread after encountering an error or EOF.
28189         * lib/realloc.c: Update copyright date.
28190
28191 2003-08-15  Jim Meyering  <jim@meyering.net>
28192         and Paul Eggert  <eggert@twinsun.com>
28193
28194         Merge from coreutils.
28195         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
28196         member but strut utmpx does not.  Needed for AIX 4.3.3.
28197         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
28198
28199 2003-08-15  Jim Meyering  <jim@meyering.net>
28200         and Paul Eggert  <eggert@cs.ucla.edu>
28201
28202         Merges from coreutils, etc.
28203         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
28204         Require gl_FUNC_TZSET_CLOBBER.
28205         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
28206         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
28207         members.
28208
28209 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28210
28211         Help the merge from coreutils.
28212         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
28213         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
28214         * m4/tzset.m4: Use it too.
28215
28216 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28217
28218         * modules/tzset: New file.
28219
28220 2003-08-14  Jim Meyering  <jim@meyering.net>
28221
28222         Merges from coreutils.
28223         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
28224         variable names, rather than @FNMATCH_H@.
28225         * modules/alloca: Likewise for $(ALLOCA_H).
28226
28227         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
28228         the three copies of the literal target, `fnmatch.h'.
28229         * modules/alloca (alloca.h): Likewise.
28230
28231 2003-08-14  Jim Meyering  <jim@meyering.net>
28232
28233         Merge from coreutils.
28234         * m4/tzset.m4: New file.
28235         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
28236         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
28237         otherwise, AIX 5.1 systems would end up using the latter.
28238         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
28239         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
28240         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
28241         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
28242
28243 2003-08-14  Jim Meyering  <jim@meyering.net>
28244
28245         Merge from coreutils.
28246         * lib/obstack.h: Whitespace changes.
28247         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
28248         and xcalloc return values.
28249         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
28250         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
28251         hang on OSF/1 5.1 for DIR on both local and remote file systems.
28252         Reported by (and fix confirmed by) Nelson H. F. Beebe.
28253         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28254         error from mntctl.
28255         Use mntctl's return value to drive the entry-processing loop, since
28256         we can't rely on the value of the vmt_length member in the last
28257         entry.  On some systems doing so could result in exhausting
28258         virtual memory.  Based in part on a patch from Mike Jetzer.
28259
28260 2003-08-14  Jim Meyering  <jim@meyering.net>
28261         and Paul Eggert  <eggert@twinsun.com>
28262
28263         Merges from coreutils, plus other fixes.
28264         * lib/physmem.c: Merge in portability changes from gcc/libiberty
28265         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
28266         for credits and details.  Thanks to Kaveh Ghazi for helping
28267         to keep these files in sync.
28268         (ARRAY_SIZE): Define it.
28269         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
28270         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
28271         (memcasecmp): Don't assume size_t fits in unsigned int.
28272         Remove casts and duplicate code.
28273         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
28274         (memcpy): Remove definition.
28275         Merge in some clean-up and optimization changes from glibc.
28276         [BLOCKSIZE]: Move definition to top of file.
28277         Ensure that it is a multiple of 64.
28278         Rearrange loop exit tests so as to avoid performing an
28279         additional fread after encountering an error or EOF.
28280         * lib/md5.h (md5_uintptr): Define.
28281         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
28282         return to the initial working directory.  Preserve errno
28283         for caller.
28284         * lib/idcache.c: Include "xalloc.h".
28285         (xmalloc, xrealloc): Remove decls.
28286         (getuser): Remove casts no longer required in C89.
28287         * lib/human.c: Include stdio.h, for sprintf.
28288         * lib/group-member.c: Include "xalloc.h".
28289         (xmalloc, xrealloc): Remove decls.
28290         (get_group_info): Remove casts no longer required in C89.
28291         * lib/getusershell.c (readname): Remove casts no longer required in
28292         C89.
28293         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
28294         * lib/getline.c: Whitespace fix, from coreutils.
28295
28296 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28297
28298         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
28299         Check for isascii.
28300
28301         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28302         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28303         Undo previous (whitespace-only) change.
28304
28305 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28306
28307         * lib/exclude.c: Include <ctype.h>
28308         (IN_CTYPE_DOMAIN): New macro.
28309         (is_space): New fn.
28310         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
28311         and empty lines.
28312
28313         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28314         Undo previous (whitespace-only) change.
28315
28316 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28317
28318         * config/srclist-update: Change update back to the old behavior,
28319         leaving whitespace alone.  Use one 'sed' command rather than a
28320         pipeline.
28321         (fixlicense): Now a variable, not a function.
28322         (remove_trailing_blanks): Remove.
28323         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
28324         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28325         Undo previous (whitespace-only) change.
28326
28327 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28328
28329         Merge from coreutils.
28330         * modules/euidaccess: Add lib_SOURCES, include for new
28331         file euidaccess.h
28332
28333 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28334
28335         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28336         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28337         Normalize leading white space and remove trailing white space.
28338
28339         Merge from coreutils
28340         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
28341
28342         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
28343         0.12.1.  These files are now being upgraded automatically by
28344         ../config/srclist-update.
28345
28346 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28347
28348         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28349         Normalize leading white space and remove trailing white space.
28350         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
28351         notice, as per ../config/srclist-update.
28352
28353         Merge from coreutils.
28354         * lib/euidaccess.h: New file.
28355         * lib/euidaccess.c: Include it.
28356         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
28357         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
28358         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
28359
28360 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28361
28362         * config/srclist-update: Add copyright notice.
28363         (remove_id_lines, remove_trailing_blanks): New constants.
28364         (fixfile): Use them to normalize spacing a bit in copied files.
28365         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28366         Normalize leading white space and remove trailing white space.
28367
28368         * config/texinfo.tex: Sync with texinfo.
28369
28370         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
28371         strtoul.c from libc, to merge coreutils whitespace changes.
28372
28373         * config/srclist.txt: Get the following m4 files from gettext:
28374         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
28375         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
28376         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
28377         wint_t.m4.
28378
28379 2003-08-12  Karl Berry  <karl@gnu.org>
28380
28381         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
28382         been made.
28383
28384 2003-08-11  Paul Eggert  <eggert@twinsun.com>
28385
28386         * modules/gnu-source, m4/gnu-source.m4:
28387         Remove; we're assuming Autoconf 2.54 or later now.
28388         Suggested by Bruno Haible.
28389         * MODULES.html.sh (func_all_modules): Remove gnu-source.
28390
28391 2003-08-11  Bruno Haible  <bruno@clisp.org>
28392
28393         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
28394
28395 2003-08-11  Bruno Haible  <bruno@clisp.org>
28396
28397         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
28398         (vasnprintf): Use it instead of wcslen.
28399
28400 2003-08-11  Bruno Haible  <bruno@clisp.org>
28401
28402         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
28403         value to ensure that _Bool promotes to int. Use #define for _Bool when
28404         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
28405
28406 2003-08-10  Karl Berry  <karl@gnu.org>
28407
28408         * lib/regex.h: update from libc (whitespace fix).
28409
28410 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28411
28412         Merge some files from coreutils.  These changes were
28413         originally made by Jim Meyering.
28414         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
28415         many older Unixes require this.
28416         * lib/alloca.c (alloca): Remove cast to argument of free;
28417         no longer needed in C89.
28418         * lib/alloca_.h, regex.h: Fix white space to match
28419         what GNU indent does.
28420
28421 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28422
28423         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
28424         apparently Emacs's Unicode mode got confused before my 2003-08-05
28425         checkin.
28426
28427 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28428
28429         * m4/extensions.m4: New file.
28430         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
28431         Require gl_USE_SYSTEM_EXTENSIONS.
28432         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
28433         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
28434
28435 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28436
28437         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
28438         * modules/extensions, modules/gnu-source: New files.
28439         * modules/timespec, modules/unlocked-io: Depend on extensions.
28440
28441 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28442
28443         * modules/restrict: New file.
28444         * MODULES.html.sh (func_all_modules): Add restrict.
28445         * modules/regex: Depend on restrict.
28446
28447 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28448
28449         * m4/restrict.m4: New file.
28450         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
28451
28452 2003-08-07  Bruno Haible  <bruno@clisp.org>
28453
28454         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
28455         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
28456
28457 2003-08-07  Bruno Haible  <bruno@clisp.org>
28458
28459         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
28460         makes the module 'getndelim2' compatible with the module 'getline'.
28461
28462 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28463
28464         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
28465         byte with "\201" to avoid glitches when editing that source file
28466         with multi-gnome-terminal.
28467
28468 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28469
28470         * lib/bumpalloc.h: Remove.
28471
28472 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28473
28474         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
28475         * modules/bumpalloc: Remove.
28476
28477 2003-08-04  Paul Eggert  <eggert@twinsun.com>
28478
28479         * lib/getloadavg.c: Change copyright notice and spacing to conform to
28480         GNU coding style.
28481
28482         Merge from coreutils.
28483         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
28484         1. From glibc.
28485         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
28486         from Karl Berry, implemented by Jim Meyering.
28487         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
28488         from Dmitry V. Levin.
28489         Remove anachronistic cast of xrealloc.
28490         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
28491         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
28492         type. Otherwise, it wouldn't compile with at least /bin/cc on
28493         ymp-cray-unicos9.0.2.X.
28494         Combine two mostly-identical uses of alloca into one.
28495         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
28496
28497 2003-08-04  Dave Love  <d.love@dl.ac.uk>
28498
28499         [From Emacs.]
28500
28501         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
28502         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
28503         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
28504         obsolete NLIST_NAME_UNION.
28505         [__GNU__]: Undef BSD and FSCALE.
28506         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
28507
28508 2003-08-03  Paul Eggert  <eggert@twinsun.com>
28509
28510         * lib/stdbool_.h (_Bool): Make it signed char, instead of
28511         an enum type, so that it's guaranteed to promote to int.  See:
28512         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
28513
28514 2003-08-03  Karl Berry  <karl@gnu.org>
28515
28516         * config/depcomp: update from automake.
28517
28518 2003-07-31  Paul Eggert  <eggert@twinsun.com>
28519
28520         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
28521         (strerror): Don't assume that a printable int fits in 14 bytes.
28522
28523 2003-07-31  Bruno Haible  <bruno@clisp.org>
28524
28525         * modules/getpass-gnu: New file.
28526         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
28527
28528 2003-07-31  Bruno Haible  <bruno@clisp.org>
28529
28530         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
28531
28532 2003-07-24  Karl Berry  <karl@gnu.org>
28533
28534         * config/missing: update from automake.
28535
28536 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
28537             Bruno Haible  <bruno@clisp.org>
28538
28539         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
28540         * lib/getline.c (getline, getdelim): Likewise.
28541         Remove _GNU_SOURCE define; now it's defined in config.h through
28542         m4/getline.m4.
28543
28544 2003-07-23  Karl Berry  <karl@gnu.org>
28545
28546         * config/config.sub: update from prep.
28547
28548 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28549
28550         * modules/xalloc (Depends-on): Add exitfail.
28551         * modules/xmemcoll: Likewise.
28552
28553 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28554
28555         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
28556         over-parenthesization in macros.
28557
28558         Sync with coreutils.
28559
28560         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
28561         required by C99.
28562
28563         Use `exit_failure' for xalloc and xmemcoll instead of their own
28564         private exit-failure variables.
28565         * lib/xalloc.h (xalloc_exit_failure): Remove.
28566         * lib/xmalloc.c: Likewise.  Include exitfail.h.
28567         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
28568         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
28569         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
28570         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
28571
28572 2003-07-20  Jim Meyering  <jim@meyering.net>
28573
28574         * modules/closeout (Depends-on): Add exitfail.
28575         Suggestion from Bruno Haible.
28576
28577 2003-07-19  Karl Berry  <karl@gnu.org>
28578
28579         * config/config.sub: update from prep.
28580
28581 2003-07-18  Paul Eggert  <eggert@twinsun.com>
28582
28583         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
28584         Remove.
28585         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
28586         to test that it can stand by itself.  Include "exitfail.h".
28587         Clients should set exit_failure instead.
28588         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
28589
28590 2003-07-18  Bruno Haible  <bruno@clisp.org>
28591
28592         * modules/getndelim2: New file.
28593         * modules/getline: Share files with module getndelim2.
28594         * modules/getnline: Depend on getndelim2 instead of sharing files with
28595         it. Add getnline.c to lib_SOURCES.
28596         * MODULES.html.sh (func_all_modules): Add getndelim2.
28597
28598 2003-07-18  Bruno Haible  <bruno@clisp.org>
28599
28600         * m4/getndelim2.m4: New file.
28601         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
28602         invoke gl_PREREQ_GETNDELIM2.
28603         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
28604         gl_PREREQ_GETNDELIM2.
28605         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
28606         gl_GETNDELIM2.
28607
28608 2003-07-18  Bruno Haible  <bruno@clisp.org>
28609
28610         * lib/getndelim2.h: New file.
28611         * lib/getndelim2.c: Make into a module of its own. Include config.h,
28612         getndelim2.h.
28613         (getndelim2): Make non-static. Change return type to ssize_t.
28614         * lib/getline.h: Change argument names.
28615         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
28616         * lib/getnline.c: Include getndelim2.h.
28617
28618 2003-07-18  Andreas Schwab  <schwab@suse.de>
28619
28620         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
28621
28622 2003-07-17  Karl Berry  <karl@gnu.org>
28623
28624         * config/config.sub: update from prep.
28625
28626 2003-07-17  Bruno Haible  <bruno@clisp.org>
28627
28628         * modules/getnline: New file.
28629         * modules/getline: Add lib/getndelim2.c to source file list.
28630         * MODULES.html.sh (func_all_modules): Add getnline.
28631
28632 2003-07-17  Bruno Haible  <bruno@clisp.org>
28633
28634         * m4/getnline.m4: New file.
28635
28636 2003-07-17  Bruno Haible  <bruno@clisp.org>
28637
28638         * m4/Makefile.am.in: Remove file.
28639         * m4/Makefile.am: Remove file.
28640         * m4/Makefile.in: Remove file.
28641
28642 2003-07-17  Bruno Haible  <bruno@clisp.org>
28643
28644         * lib/getnline.h: New file.
28645         * lib/getnline.c: New file.
28646         * lib/getndelim2.c: New file, extracted from getline.c.
28647         (getndelim2): Renamed from getdelim2, with added nmax argument.
28648         * lib/getline.c: Include getndelim2.c.
28649         (getdelim2): Moved out to getndelim2.c.
28650         (getline, getdelim): Update.
28651
28652 2003-07-17  Bruno Haible  <bruno@clisp.org>
28653
28654         * lib/Makefile.am: Remove file.
28655         * lib/Makefile.in: Remove file.
28656
28657 2003-07-17  Bruno Haible  <bruno@clisp.org>
28658
28659         * configure.in: Remove file.
28660         * Makefile.in: Remove file.
28661
28662 2003-07-17  Bruno Haible  <bruno@clisp.org>
28663
28664         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28665
28666 2003-07-16  Karl Berry  <karl@gnu.org>
28667
28668         * config/srclist-update: was running fixlicense twice, which caused
28669                 texinfo.tex to be nullified for some reason.  Simplify,
28670                 $gplsrc is no longer needed as far as I can see?
28671
28672 2003-07-16  Jim Meyering  <jim@meyering.net>
28673
28674         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28675
28676 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28677
28678         * config/srclist.txt: Get the following files from gettext-runtime/intl
28679         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28680         ref-del.sin.  From Bruno Haible.
28681         * config/srclist-update (fixfile): Change grep pattern again, since the
28682         previous fix didn't work (there was another trailing $).  Use
28683         '[$]' to escape the $s.
28684
28685 2003-07-15  Karl Berry  <karl@gnu.org>
28686
28687         * lib/vasnprintf.c: update from gettext.
28688
28689 2003-07-15  Karl Berry  <karl@gnu.org>
28690
28691         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28692         gets expanded when surrounded by '$'.
28693
28694 2003-07-15  Jim Meyering  <jim@meyering.net>
28695
28696         * modules/save-cwd: Don't depend on error.  From Derek Price.
28697
28698 2003-07-15  Jim Meyering  <jim@meyering.net>
28699
28700         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28701
28702 2003-07-14  Simon Josefsson  <jas@extundo.com>
28703
28704         * modules/mempcpy: New file.
28705         * MODULES.html.sh (func_all_modules): Add mempcpy.
28706
28707 2003-07-14  Simon Josefsson  <jas@extundo.com>
28708
28709         * m4/mempcpy.m4: New file.
28710
28711 2003-07-14  Simon Josefsson  <jas@extundo.com>
28712
28713         * lib/mempcpy.h: New file.
28714         * lib/mempcpy.c: New file.
28715
28716 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28717
28718         * modules/getdate, modules/posixtm: Depend on mktime.
28719
28720 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28721
28722         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28723         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28724         unicodeio.c, unicodeio.h, unlocked-io.h:
28725         Switch from LGPL to GPL.
28726
28727 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28728
28729         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28730         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28731         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28732         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28733         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28734         updated automatically by ../config/srclist-update.  This changes
28735         their license from LPGL to GPL.
28736
28737 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28738
28739         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28740         assumed to refer to the root of the most recent stable gettext version.
28741         * config/srclistvars.sh: Add defaults for eggert.
28742         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28743         Match "This program" as well as "The program".  This is needed
28744         for gettext.
28745
28746 2003-07-14  Jim Meyering  <jim@meyering.net>
28747
28748         Don't emit diagnostics.  Let callers do that.
28749         * lib/save-cwd.c: Don't include "error.h".
28750         (save_cwd): Don't call error.  Ensure that errno is valid
28751         when returning nonzero.
28752
28753         * lib/save-cwd.h (restore_cwd): Update prototype.
28754         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28755         Simplify.  Don't call error upon failure.  Let callers do that.
28756         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28757         when auditing is enabled.  But don't bother updating the #if.
28758
28759 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28760
28761         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28762         it breaks C++ compilation.
28763         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28764
28765 2003-07-10  Simon Josefsson  <jas@extundo.com>
28766
28767         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28768
28769 2003-07-10  Jim Meyering  <jim@meyering.net>
28770
28771         * m4/clock_time.m4: Remove trailing blank.
28772         * m4/intmax_t.m4: Likewise.
28773
28774 2003-07-10  Jim Meyering  <jim@meyering.net>
28775
28776         * lib/vasnprintf.c: Remove trailing blanks.
28777         Make cpp indentation consistent.
28778
28779 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28780
28781         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28782         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28783         Switch from LGPL to GPL.
28784
28785 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28786
28787         * config/srclist.txt: Sort sublists.  Add
28788         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28789         that differ from gnulib for one reason or another; we'd like this list
28790         to be smaller but for now let's document what we have.
28791
28792 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28793
28794         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28795         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28796         and sweeter "eval x=$x".
28797         * config/srclist.txt: Get lib/argp* from glibc.
28798
28799 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28800
28801         * lib/mktime.c: Fix some boundary cases and remove need for floating
28802         point.
28803
28804         Issue a compile-time diagnostic if time_t is floating point, or if
28805         two's complement arithmetic is not in effect, or if arithmetic
28806         right shift does not propagate the sign.  These assumptions were
28807         all in the original code but they weren't checked.
28808
28809         (TIME_T_MIDPOINT, verify): New macros.
28810         (__isleap): Remove; it has integer overflow problems.
28811         (leapyear): New function, without those problems.
28812         (ydhms_tm_diff): Remove; splitting into two parts.
28813         (ydhms_diff): New function, containing the arithmetic part of
28814         the old ydhms_tm_diff function.  Issue a compile-time
28815         diagnostic if we are not using C99 integer division.
28816         Avoid casts when possible.
28817         (guess_time_tm): New function, containing the checking part of
28818         the old ydhms_tm_diff function.  Return the new value, rather than
28819         the difference between it and the old.  Accept a new argument T
28820         so that *T specifies the old value.  Check for overflow in the result.
28821
28822         (__mktime_internal): Use a time_t offset, not a long int offset.
28823         This undoes the 2003-06-04 change, which is no longer needed now
28824         that we have better overflow checking.
28825         (localtime_offset): Likewise.
28826
28827         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28828         and long are 64-bit but int is only 32-bit.
28829         (ydhms_diff): Use long int to store year1 and yday1.
28830         Issue a compile-time diagnostic if long int is not wide enough.
28831
28832         (__mktime_internal): Use long int to store adjusted year and yday.
28833         Use plain C rather than preprocessor commands, if that doesn't
28834         affect efficiency.
28835         Check for overflow (and try to repair) after each probe
28836         rather than checking only at the very end.  This avoids some bugs
28837         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28838         does not equal GMT offset at maximum time).
28839         Use integer to check for overflow rather than floating point; this
28840         is more portable to non-IEEE hosts, and is a tad faster.
28841         When we detect that we are oscillating between two values,
28842         don't check whether tm_isdst has the requested value, since
28843         we already know the answer.  When tm_isdst has the wrong value,
28844         use a different heuristic to find the right one, based on the
28845         extreme values actually observed in practice in tz2003a,
28846         rather than the (overly optimistic) "previous 3 calendar quarters".
28847
28848         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28849         "T const" to accommodate glibc style.
28850         (check_result): Use less-confusing report format.  "long" -> "long int.
28851         (main): Likewise.
28852         Don't loop if the iteration overflows time_t.
28853         Allow a negative step in the iteration.
28854
28855 2003-07-06  Karl Berry  <karl@gnu.org>
28856
28857         * config/depcomp: update from automake.
28858         * config/config.sub: update from prep.
28859
28860 2003-07-03  Karl Berry  <karl@gnu.org>
28861
28862         * config/config.guess: update from prep.
28863
28864 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28865
28866         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28867         xreadlink.c now includes it unconditionally.
28868
28869 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28870
28871         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28872         having it depend on HAVE_SYS_TYPES_H.
28873
28874 2003-07-01  Bruno Haible  <bruno@clisp.org>
28875
28876         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28877         <sys/types.h> should be sufficient.
28878         Reported by Paul Eggert.
28879
28880 2003-06-26  Karl Berry  <karl@gnu.org>
28881
28882         * config/depcomp: update from automake.
28883
28884 2003-06-26  Bruno Haible  <bruno@clisp.org>
28885
28886         * modules/human: Depend on module stdbool.
28887
28888 2003-06-25  Bruno Haible  <bruno@clisp.org>
28889
28890         * modules/readlink: New file.
28891         * modules/xreadlink: Depend on it.
28892         * MODULES.html.sh (func_all_modules): Add readlink.
28893
28894 2003-06-25  Bruno Haible  <bruno@clisp.org>
28895
28896         * m4/readlink.m4: New file.
28897
28898 2003-06-25  Bruno Haible  <bruno@clisp.org>
28899
28900         * lib/readlink.c: New file.
28901
28902 2003-06-22  Karl Berry  <karl@gnu.org>
28903
28904         * config/srclist.txt: update mkinstalldirs from automake.
28905         * config/mkinstalldirs: update.
28906
28907 2003-06-22  Bruno Haible  <bruno@clisp.org>
28908
28909         Portability to mingw32.
28910         * m4/ssize_t.m4: New file, from GNU gettext.
28911         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28912         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28913
28914 2003-06-22  Bruno Haible  <bruno@clisp.org>
28915
28916         * modules/safe-read: Add m4/ssize_t.m4.
28917         * modules/xreadlink: Add m4/ssize_t.m4.
28918
28919 2003-06-20  Bruno Haible  <bruno@clisp.org>
28920
28921         Assume C89, so PARAMS isn't needed.
28922         * lib/unicodeio.h (PARAMS): Remove.
28923         * lib/unicodeio.c: Don't use PARAMS.
28924
28925 2003-06-18  Karl Berry  <karl@gnu.org>
28926
28927         * config/config.{guess,sub}: update from prep.
28928
28929 2003-06-18  Jim Meyering  <jim@meyering.net>
28930
28931         Merge changes from coreutils.
28932         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28933         Remove explicit declarations of xmalloc and realloc.
28934         Include xalloc.h.
28935         (read_utmp): Remove anachronistic cast of xmalloc.
28936
28937 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28938
28939         Assume C89, so PARAMS isn't needed.
28940         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28941         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28942         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28943         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28944         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28945         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28946         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28947         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28948         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28949         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28950         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28951         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28952         no longer needed. Anyway, config.h should always be included before any
28953         other file.
28954
28955 2003-06-11  Simon Josefsson  <jas@extundo.com>
28956
28957         * modules/sysexits: New file.
28958         * MODULES.html.sh (func_all_modules): Add sysexits.
28959
28960 2003-06-11  Simon Josefsson  <jas@extundo.com>
28961
28962         * lib/sysexit_.h: New file.
28963
28964 2003-06-11  Derek Price  <derek@ximbiot.com>
28965
28966         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28967         necessary.
28968
28969 2003-06-11  Bruno Haible  <bruno@clisp.org>
28970
28971         * m4/sysexits.m4: New file.
28972
28973 2003-06-10  Simon Josefsson  <jas@extundo.com>
28974
28975         * lib/argp.h: New file, from glibc.
28976         * lib/argp-ba.c: New file, from glibc.
28977         * lib/argp-eexst.c: New file, from glibc.
28978         * lib/argp-fmtstream.c: New file, from glibc.
28979         * lib/argp-fmtstream.h: New file, from glibc.
28980         * lib/argp-fs-xinl.c: New file, from glibc.
28981         * lib/argp-help.c: New file, from glibc.
28982         * lib/argp-namefrob.h: New file, from glibc.
28983         * lib/argp-parse.c: New file, from glibc.
28984         * lib/argp-pv.c: New file, from glibc.
28985         * lib/argp-pvh.c: New file, from glibc.
28986         * lib/argp-xinl.c: New file, from glibc.
28987
28988 2003-06-10  Simon Josefsson  <jas@extundo.com>
28989
28990         * modules/strchrnul: New file.
28991
28992 2003-06-10  Simon Josefsson  <jas@extundo.com>
28993
28994         * modules/argp: New file.
28995
28996 2003-06-10  Simon Josefsson  <jas@extundo.com>
28997
28998         * m4/strchrnul.m4: New file.
28999
29000 2003-06-10  Simon Josefsson  <jas@extundo.com>
29001
29002         * lib/strchrnul.h: New file.
29003         * lib/strchrnul.c: New file.
29004
29005 2003-06-10  Bruno Haible  <bruno@clisp.org>
29006
29007         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
29008
29009 2003-06-07  Karl Berry  <karl@gnu.org>
29010
29011         * config/config.{guess,sub}: update from prep.
29012
29013 2003-06-07  Jim Meyering  <jim@meyering.net>
29014
29015         * modules/strtod: Use $(...) notation, not @...@ for
29016         AC_REPLACE'd variables.
29017         * modules/localcharset: Likewise.
29018
29019 2003-06-07  Jim Meyering  <jim@meyering.net>
29020
29021         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
29022         in place of my name in the copyright comment.
29023         Remove definition and uses of __P.
29024
29025         From coreutils.
29026         * lib/stat.c: Don't declare xmalloc explicitly.
29027         Instead, include "xalloc.h".
29028         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
29029         xrealloc, and xcalloc return values.
29030         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
29031         Improve comment.
29032         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
29033
29034 2003-06-07  Bruno Haible  <bruno@clisp.org>
29035
29036         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
29037         avoid AC_CONFIG_LINKS.
29038         * modules/fnmatch (Makefile.am): Use explicit creation rule for
29039         fnmatch.h, to avoid AC_CONFIG_LINKS.
29040         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
29041
29042 2003-06-07  Bruno Haible  <bruno@clisp.org>
29043
29044         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
29045         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
29046         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
29047         directory.
29048         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
29049         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
29050         directory.
29051
29052 2003-06-06  Jim Meyering  <jim@meyering.net>
29053
29054         Merge from coreutils.
29055         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
29056         Consolidate declarations and initializations of *_base* locals.
29057
29058         Merge from coreutils.
29059         This avoids a core dump on systems without GNU putenv,
29060         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
29061         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
29062         (unsetenv): New static function, from GNU libc.
29063         (rpl_putenv): Use it.
29064
29065         * lib/modechange.c: Remove trailing blanks.
29066
29067         Merge from coreutils.
29068         * lib/fsusage.c: Remove declaration of statfs.
29069         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
29070
29071         * lib/posixtm.c: Include <stdbool.h> unconditionally.
29072
29073 2003-06-06  Jim Meyering  <jim@meyering.net>
29074
29075         * lib/stdbool_.h: Renamed from stdbool.h.in.
29076
29077 2003-06-06  Jim Meyering  <jim@meyering.net>
29078             Bruno Haible  <bruno@clisp.org>
29079
29080         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
29081         Adjust Makefile.am snippet not to redirect directly to target.
29082         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
29083
29084 2003-06-05  Paul Eggert  <eggert@twinsun.com>
29085
29086         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
29087         mismatch, look in future quarters as well as past.  This fixes a
29088         bug when processing fall-backwards gaps immediately after a long
29089         period of daylight-saving time.
29090
29091         * lib/mktime.c: Assume freestanding C89 or better.
29092         (HAVE_LIMITS_H): Remove.  Assume it's 1.
29093         (__P): Remove; not used.
29094         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
29095         (mktime, not_equal_tm, print_tm, check_result,
29096         main): Use prototypes.  Use const * where appropriate.
29097         (main): Fix typo in testing code that uncovered by above changes.
29098         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
29099
29100 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29101
29102         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
29103         locale.h, localeconv.  This merges changes from coreutils.
29104
29105         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
29106         It can be removed after the next Autoconf is released.
29107         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
29108         needed.
29109
29110 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29111
29112         * lib/mktime.c: Fix Debian bug 177940
29113         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
29114         (localtime_offset): Now long int, not time_t, because we want it
29115         to be guaranteed to be signed.  All uses changed.
29116         (__mktime_internal): If overflow would occur when adding offset,
29117         don't add it.
29118
29119         Merge 'human' changes from coreutils.  Rewrite to support
29120         locale-specific notations like thousands separators.
29121         * lib/human.c: Simplify authorship notice.
29122         Include human.h immediately after config.h.
29123         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
29124         <limits.h>: Do not include, since human.h does.
29125         (SIZE_MAX, UINTMAX_MAX): New macros.
29126         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
29127         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
29128         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
29129         (power_letter): Renamed from suffixes.
29130         (generate_suffix_backwards): Remove.
29131         (adjust_value): Now takes int style (because of human.h changes)
29132         and long double value (for greater precision on some platforms).
29133         (group_number): New function.
29134         (human_readable): Use it.  Use integer options, not enum.
29135         Put the options before the sizes in the arg list.
29136         Support all the new options.
29137         The old human_readable function has been removed;
29138         use inttostr.h instead.
29139         (human_readable, default_block_size, humblock):
29140         Use uintmax_t, not int, for block sizes.
29141         (human_readable_inexact, block_size_types): Remove.
29142         (block_size_opts): New constant.
29143         (human_options): Renamed from human_block_size, with new signature
29144         that allows block sizes up to UINTMAX_MAX.  All callers changed.
29145         * lib/human.h: Add copyright and authorship notice.
29146         Include <limits.h> and <stdbool.h> unconditionally.
29147         (PARAMS): Remove.  All uses removed.
29148         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
29149         (enum human_inexact_style): Remove tag; now a nameless enum.
29150         (human_floor, human_ceiling, human_round_to_even): Now have
29151         values 2, 0, 1 rather than -1, 1, 0.
29152         (human_group_digits, human_suppress_point_zero, human_autoscale,
29153         human_base_1024, human_SI, human_B): New constants.
29154         (human_readable_inexact, human_block_size): Remove.
29155         (human_readable): Size args are now uintmax_t, not int.
29156         (human_options): New decl.
29157
29158         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
29159         unnecessary now that we assume C89 or better.  This change
29160         imported from coreutils.
29161
29162         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29163         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
29164         in the 2003-05-30 sync from glibc.
29165
29166         .h files should stand alone, but we shouldn't include <sys/types.h>
29167         if we can get away with just <stddef.h>.
29168
29169         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
29170         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
29171         rather than <sys/types.h>, as we merely need size_t.
29172         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
29173         to get size_t.
29174         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
29175         Include <stdio.h>, to get FILE.
29176         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
29177         memcasecmp.h has included <stddef.h> and all we need is size_t.
29178         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
29179         our interface, instead of including <sys/types.h>
29180
29181 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29182
29183         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
29184         now, as glibc mktime is buggy on non-glibc systems.
29185
29186 2003-06-03  Karl Berry  <karl@gnu.org>
29187
29188         * config/config.sub: update from prep.
29189
29190 2003-06-02  Paul Eggert  <eggert@twinsun.com>
29191
29192         [from coreutils]
29193         Fix some minor time-related bugs with POSIX time arguments.
29194         Some valid time stamps were being rejected (notably -1, and
29195         time stamps before 1900 on 64-bit hosts).  And some invalid
29196         time stamps were being accepted, e.g. September 31.
29197
29198         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
29199         that we can return (time_t) -1 successfully.
29200         * lib/posixtm.c: Likewise.
29201         [HAVE_STDBOOL_H]: Include <stdbool.h>.
29202         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
29203         (t): Remove static var.
29204         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
29205         of static var.  All uses changed.
29206         (year): Do not reject years before 1900; they can occur with
29207         64-bit time_t.
29208         (posix_time_parse): Do not check for out-of-range components;
29209         that is now the caller's responsibility, since our checks were
29210         only approximations.
29211         (posixtime): Use mktime to check for out-of-range components,
29212         since it knows them exactly.
29213         If mktime returns (time_t) -1, check whether an error actually occurred
29214         by invoking localtime on -1.
29215         (main) [TEST_POSIXTIME]: Check for input data errors, and report
29216         posixtime failures better.
29217         Improve the test data (in comments only).
29218
29219 2003-06-02  Karl Berry  <karl@gnu.org>
29220
29221         * config/mkinstalldirs (version): new variable.
29222         (--version): new option.
29223         (usage): improve message.
29224
29225 2003-05-30  Karl Berry  <karl@gnu.org>
29226
29227         * lib/mktime.c: update from libc.
29228
29229 2003-05-30  Bruno Haible  <bruno@clisp.org>
29230
29231         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
29232         * config/config.rpath: Upgrade to gettext-0.12.1.
29233
29234 2003-05-30  Bruno Haible  <bruno@clisp.org>
29235
29236         * m4/gettext.m4: Upgrade to gettext-0.12.1.
29237         * m4/nls.m4: New file, from gettext-0.12.1.
29238         * m4/po.m4: New file, from gettext-0.12.1.
29239         * m4/progtest.m4: Upgrade to gettext-0.12.1.
29240
29241 2003-05-30  Bruno Haible  <bruno@clisp.org>
29242
29243         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
29244         * lib/localcharset.h: Likewise.
29245         * lib/localcharset.c: Likewise.
29246
29247 2003-05-29  Karl Berry  <karl@gnu.org>
29248
29249         * config/config.rpath: update from gettext.
29250
29251 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29252
29253         Assume the headers required for C89 freestanding compilers.
29254         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
29255         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
29256         * m4/human.m4 (gl_HUMAN): Likewise.
29257         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
29258         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
29259         * m4/userspec.m4 (gl_USERSPEC): Likewise.
29260         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
29261         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29262         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
29263
29264 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29265
29266         Assume the headers required for C89 freestanding compilers.
29267         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
29268         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
29269         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
29270         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
29271         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
29272         define, since <limits.h> is guaranteed to do that.
29273         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
29274         * lib/exclude.c: Include <stdbool.h> unconditionally.
29275         * lib/tempname.c: Include <stddef.h> unconditionally.
29276         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
29277         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
29278         <stddef.h> does that.
29279         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
29280         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
29281         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
29282         needed.
29283         * lib/xstrtol.c: Likewise.
29284         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
29285         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
29286
29287         * lib/addext.c (addext): Use assignment rather than cast, to avoid
29288         warnings on some platforms.
29289
29290         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29291         arbitrarily.
29292
29293 2003-05-26  Jim Meyering  <jim@meyering.net>
29294
29295         Merge in a change from coreutils:
29296         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
29297         that is guaranteed to be `no'.  Use `no_such_member' to indicate
29298         that condition, rather than `-1' which is slightly misleading.
29299         Change the name of the cache variable to have the gl_ prefix.
29300         Prompted by a patch from Richard Dawe for DJGPP.
29301
29302 2003-05-24  Karl Berry  <karl@gnu.org>
29303
29304         * config/config.guess: update from prep.
29305
29306 2003-05-22  Karl Berry  <karl@gnu.org>
29307
29308         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
29309
29310 2003-05-20  Karl Berry  <karl@gnu.org>
29311
29312         * config/config.guess: update from prep.
29313
29314 2003-05-18  Karl Berry  <karl@gnu.org>
29315
29316         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
29317         might actually be set by the user.
29318
29319         * config/depcomp, install-sh, mdate-sh: update from automake.
29320
29321 2003-05-17  Bruno Haible  <bruno@clisp.org>
29322
29323         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
29324         invalid expansion for AC_EGREP_CPP.
29325         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
29326         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
29327         Suggested by Akim Demaille <akim@epita.fr> in
29328         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
29329
29330 2003-05-12  Jim Meyering  <jim@meyering.net>
29331
29332         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
29333         the space-padded-by-default conversion specifiers, %e, %k, %l.
29334
29335 2003-05-12  Bruno Haible  <bruno@clisp.org>
29336
29337         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
29338         the string is longer than 4 KB.
29339
29340 2003-05-11  Karl Berry  <karl@gnu.org>
29341
29342         * config/config.{guess,sub}: update from prep.
29343
29344 2003-05-09  Bruno Haible  <bruno@clisp.org>
29345
29346         * modules/error: Add m4/strerror_r.m4 to file list.
29347
29348 2003-05-03  Bruno Haible  <bruno@clisp.org>
29349
29350         Upgrade to Unicode-4.0.
29351         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
29352         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
29353         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
29354         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
29355         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
29356         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
29357         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
29358         Change width of U+E0100..U+E01EF from 1 to 0.
29359
29360 2003-04-25  Jim Meyering  <jim@meyering.net>
29361
29362         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
29363         of type size_t, not int.
29364
29365 2003-04-25  Bruno Haible  <bruno@clisp.org>
29366
29367         * lib/copy-file.c: Include <stddef.h>, for size_t.
29368
29369 2003-04-21  Paul Eggert  <eggert@twinsun.com>
29370
29371         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
29372         code which expansion is under static control.  Patch imported from
29373         Akim Demaille's patch to Bison; see
29374         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
29375
29376 2003-04-14  Bruno Haible  <bruno@clisp.org>
29377
29378         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
29379
29380 2003-04-11  Jim Meyering  <jim@meyering.net>
29381
29382         Merge changes from Coreutils.
29383
29384         2003-03-22  Jim Meyering  <jim@meyering.net>
29385
29386         * lib/strftime.c (widen): Cast alloca return value to proper type.
29387
29388         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
29389
29390         From GNU libc.
29391         * lib/strftime.c (my_strftime): Handle very large width
29392         specifications for numeric values correctly.  Improve checks for
29393         overflow.
29394
29395         2003-01-19  Jim Meyering  <jim@meyering.net>
29396
29397         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
29398         definitions.
29399         (nl_get_alt_digit) [! defined my_strftime]: Define.
29400         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
29401         _nl_get_alt_digit and _nl_get_walt_digit.
29402
29403         * lib/strftime.c (my_strftime): Merge in locale-related changes from
29404         libc. These changes have no effect outside of _LIBC.
29405
29406 2003-04-10  Bruno Haible  <bruno@clisp.org>
29407
29408         * modules/findprog: New file.
29409         * MODULES.html.sh (func_all_modules): Add it.
29410
29411 2003-04-10  Bruno Haible  <bruno@clisp.org>
29412
29413         * m4/findprog.m4: New file.
29414         * m4/eaccess.m4: New file.
29415
29416 2003-04-10  Bruno Haible  <bruno@clisp.org>
29417
29418         * lib/findprog.h: New file, from GNU gettext.
29419         * lib/findprog.c: New file, from GNU gettext.
29420
29421 2003-04-05  Jim Meyering  <jim@meyering.net>
29422
29423         Merge changes from Coreutils.
29424
29425         * lib/exclude.h (PARAMS): Remove definition and uses.
29426         * lib/exclude.c: Remove uses of `PARAMS'.
29427
29428         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
29429         Add test-cases for DOS filenames. Declare program_name.
29430         (main): Set up program_name.  Patch by Rich Dawe.
29431
29432         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29433         error from mntctl.
29434         Use mntctl's return value to drive the entry-processing loop, since
29435         we can't rely on the value of the vmt_length member in the last
29436         entry.  On some systems doing so could result in exhausting
29437         virtual memory.  Based in part on a patch from Mike Jetzer.
29438
29439 2003-04-04  Bruno Haible  <bruno@clisp.org>
29440
29441         * modules/linebreak: New file.
29442         * MODULES.html.sh (func_all_modules): Add it.
29443
29444 2003-04-04  Bruno Haible  <bruno@clisp.org>
29445
29446         * m4/linebreak.m4: New file.
29447
29448 2003-04-04  Bruno Haible  <bruno@clisp.org>
29449
29450         * lib/linebreak.h: New file, from GNU gettext.
29451         * lib/linebreak.c: New file, from GNU gettext with slight
29452         modifications.
29453         * lib/lbrkprop.h: New file, from GNU gettext.
29454
29455 2003-04-03  Bruno Haible  <bruno@clisp.org>
29456
29457         * modules/utf8-ucs4: New file.
29458         * modules/utf16-ucs4: New file.
29459         * modules/ucs4-utf8: New file.
29460         * modules/ucs4-utf16: New file.
29461         * MODULES.html.sh (func_all_modules): Add them.
29462
29463 2003-04-03  Bruno Haible  <bruno@clisp.org>
29464
29465         * m4/utf-ucs4.m4: New file.
29466         * m4/ucs4-utf.m4: New file.
29467
29468 2003-04-03  Bruno Haible  <bruno@clisp.org>
29469
29470         * lib/utf8-ucs4.h: New file, from GNU gettext.
29471         * lib/utf16-ucs4.h: New file, from GNU gettext.
29472         * lib/ucs4-utf8.h: New file, from GNU gettext.
29473         * lib/ucs4-utf16.h: New file, from GNU gettext.
29474
29475 2003-04-02  Bruno Haible  <bruno@clisp.org>
29476
29477         * modules/binary-io: New file.
29478         * MODULES.html.sh (func_all_modules): Add it.
29479
29480 2003-04-02  Bruno Haible  <bruno@clisp.org>
29481
29482         * lib/binary-io.h: New file, from GNU gettext.
29483
29484 2003-04-01  Bruno Haible  <bruno@clisp.org>
29485
29486         * modules/pathname: New file.
29487         * MODULES.html.sh (func_all_modules): Add it.
29488
29489 2003-04-01  Bruno Haible  <bruno@clisp.org>
29490
29491         * lib/pathname.h: New file, from GNU gettext.
29492         * lib/concatpath.c: New file, from GNU gettext.
29493
29494 2003-03-30  Bruno Haible  <bruno@clisp.org>
29495
29496         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
29497
29498 2003-03-30  Bruno Haible  <bruno@clisp.org>
29499
29500         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
29501         function chown() doesn't exist.
29502
29503 2003-03-28  Bruno Haible  <bruno@clisp.org>
29504
29505         * modules/copy-file: New file.
29506         * MODULES.html.sh (func_all_modules): Add it.
29507
29508 2003-03-28  Bruno Haible  <bruno@clisp.org>
29509
29510         * m4/copy-file.m4: New file.
29511
29512 2003-03-28  Bruno Haible  <bruno@clisp.org>
29513
29514         * lib/copy-file.h: New file, from GNU gettext.
29515         * lib/copy-file.c: New file, from GNU gettext.
29516
29517 2003-03-18  Jim Meyering  <jim@meyering.net>
29518
29519         * lib/quote.c (quote_n): Fix typo in comment.
29520
29521 2003-03-18  Bruno Haible  <bruno@clisp.org>
29522
29523         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
29524         checking.
29525         * m4/onceonly_2_57.m4: Likewise.
29526
29527 2003-03-17  Bruno Haible  <bruno@clisp.org>
29528
29529         * m4/onceonly.m4: Require autoconf 2.54 or newer.
29530         (m4_quote): Remove macro.
29531         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
29532
29533 2003-03-14  Jim Meyering  <jim@meyering.net>
29534
29535         Merge changes from Coreutils.
29536         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
29537         to be const, in order to avoid warnings.
29538         (obstack_room): Likewise.
29539         (obstack_empty_p): Likewise.
29540
29541 2003-03-14  Bruno Haible  <bruno@clisp.org>
29542
29543         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
29544         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
29545
29546 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29547
29548         Merge changes from Bison.
29549         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
29550         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
29551         when compiling Bison 1.875's `bitset bset = obstack_alloc
29552         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
29553         * lib/hash.c: Include <stdbool.h> unconditionally.
29554
29555 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29556
29557         * m4/onceonly.m4 (m4_quote): New macro.
29558         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
29559         Quote AC_FOREACH variable-expansions properly.
29560
29561 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29562
29563         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
29564
29565 2003-03-09  Paul Eggert  <eggert@twinsun.com>
29566
29567         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
29568         Reported by Bruce Becker; see:
29569         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
29570
29571 2003-03-03  Paul Eggert  <eggert@twinsun.com>
29572             Bruno Haible  <bruno@clisp.org>
29573
29574         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
29575         Reported by John Hughes, see
29576         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
29577
29578 2003-02-20  Bruno Haible  <bruno@clisp.org>
29579
29580         * MODULES.html.sh (func_all_modules): Add poll.
29581
29582 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29583
29584         * modules/poll: New file.
29585
29586 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29587
29588         * lib/poll_.h: New file.
29589         * lib/poll.c: New file.
29590
29591 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29592
29593         * m4/poll.m4: New file.
29594
29595 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29596
29597         * modules/mathl: New file.
29598
29599 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29600
29601         * lib/mathl.h: New file.
29602         * lib/acosl.c: New file.
29603         * lib/asinl.c: New file.
29604         * lib/atanl.c: New file.
29605         * lib/ceill.c: New file.
29606         * lib/cosl.c: New file.
29607         * lib/expl.c: New file.
29608         * lib/floorl.c: New file.
29609         * lib/frexpl.c: New file.
29610         * lib/ldexpl.c: New file.
29611         * lib/logl.c: New file.
29612         * lib/sincosl.c: New file.
29613         * lib/sinl.c: New file.
29614         * lib/sqrtl.c: New file.
29615         * lib/tanl.c: New file.
29616         * lib/trigl.c: New file.
29617         * lib/trigl.h: New file.
29618
29619 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29620
29621         * m4/mathl.m4: New file.
29622
29623 2003-02-18  Bruno Haible  <bruno@clisp.org>
29624
29625         * MODULES.html.sh (func_all_modules): Add mathl.
29626
29627 2003-02-17  Bruno Haible  <bruno@clisp.org>
29628
29629         * modules/mkdtemp: New module.
29630         * MODULES.html.sh (func_all_modules): Add it.
29631
29632 2003-02-17  Bruno Haible  <bruno@clisp.org>
29633
29634         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29635
29636 2003-02-17  Bruno Haible  <bruno@clisp.org>
29637
29638         * lib/mkdtemp.h: New file, from GNU gettext.
29639         * lib/mkdtemp.c: New file, from GNU gettext.
29640
29641 2003-02-02  Jim Meyering  <jim@meyering.net>
29642
29643         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29644         e.g. glibc-2.2.93.
29645
29646 2003-01-31  Bruno Haible  <bruno@clisp.org>
29647
29648         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29649         'rpl_rename'.
29650         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29651         'rpl_strnlen'.
29652         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29653         'rpl_strtod'.
29654         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29655         'rpl_utime'.
29656
29657 2003-01-31  Bruno Haible  <bruno@clisp.org>
29658
29659         * lib/rename.c: #undef rename before defining rpl_rename.
29660         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29661
29662 2003-01-30  Bruno Haible  <bruno@clisp.org>
29663
29664         * modules/vasnprintf, modules/vasprintf: New modules.
29665         * MODULES.html.sh (func_all_modules): Add them.
29666
29667 2003-01-30  Bruno Haible  <bruno@clisp.org>
29668
29669         * m4/signed.m4: New file, from GNU gettext.
29670         * m4/longdouble.m4: New file, from GNU gettext.
29671         * m4/wchar_t.m4: New file, from GNU gettext.
29672         * m4/wint_t.m4: New file, from GNU gettext.
29673         * m4/vasnprintf.m4: New file.
29674         * m4/vasprintf.m4: New file.
29675
29676 2003-01-30  Bruno Haible  <bruno@clisp.org>
29677
29678         * lib/printf-args.h: New file, from GNU gettext.
29679         * lib/printf-args.c: New file, from GNU gettext.
29680         * lib/printf-parse.h: New file, from GNU gettext.
29681         * lib/printf-parse.c: New file, from GNU gettext.
29682         * lib/vasnprintf.h: New file, from GNU gettext.
29683         * lib/vasnprintf.c: New file, from GNU gettext.
29684         * lib/asnprintf.c: New file, from GNU gettext.
29685         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29686         * lib/vasprintf.c: New file, from GNU gettext.
29687         * lib/asprintf.c: New file, from GNU gettext.
29688
29689 2003-01-29  Bruno Haible  <bruno@clisp.org>
29690
29691         * modules/stpncpy: New module.
29692         * MODULES.html.sh (func_all_modules): Add it.
29693
29694 2003-01-29  Bruno Haible  <bruno@clisp.org>
29695
29696         * m4/stpncpy.m4: New file.
29697
29698 2003-01-29  Bruno Haible  <bruno@clisp.org>
29699
29700         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29701         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29702
29703 2003-01-28  Bruno Haible  <bruno@clisp.org>
29704
29705         * modules/c-ctype: New module.
29706         * MODULES.html.sh (func_all_modules): Add it.
29707
29708 2003-01-28  Bruno Haible  <bruno@clisp.org>
29709
29710         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29711         Paul Eggert.
29712         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29713         Paul Eggert.
29714
29715 2003-01-27  Bruno Haible  <bruno@clisp.org>
29716
29717         * modules/xsetenv: New module.
29718         * MODULES.html.sh (func_all_modules): Add it.
29719
29720 2003-01-27  Bruno Haible  <bruno@clisp.org>
29721
29722         * lib/xsetenv.h: New file, from GNU gettext.
29723         * lib/xsetenv.c: New file, from GNU gettext.
29724
29725 2003-01-23  Jim Meyering  <jim@meyering.net>
29726
29727         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29728         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29729
29730 2003-01-23  Bruno Haible  <bruno@clisp.org>
29731
29732         * modules/minmax: New module.
29733         * MODULES.html.sh (func_all_modules): Add it.
29734
29735 2003-01-23  Bruno Haible  <bruno@clisp.org>
29736
29737         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29738         Eggert.
29739
29740 2003-01-22  Bruno Haible  <bruno@clisp.org>
29741
29742         * modules/exit: New module.
29743         * MODULES.html.sh (func_all_modules): Add it.
29744
29745 2003-01-22  Bruno Haible  <bruno@clisp.org>
29746
29747         * lib/exit.h: New file, from GNU gettext.
29748
29749 2003-01-19  Bruno Haible  <bruno@clisp.org>
29750
29751         * gnulib-tool: Recognize option --extract-maintainer.
29752         (func_get_maintainer): New function.
29753         * modules/*: Add Maintainer entry.
29754
29755 2003-01-16  Jim Meyering  <jim@meyering.net>
29756
29757         * m4/regex.m4: The `regex' struct is both input and output.
29758         Initialize it before each use.  Patch by Tim Waugh.
29759
29760 2003-01-16  Bruno Haible  <bruno@clisp.org>
29761
29762         * MODULES.html.sh: Add a table of contents. Add the module name as
29763         leftmost column. Add hyperlinks.
29764
29765 2003-01-15  Bruno Haible  <bruno@clisp.org>
29766
29767         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29768
29769 2003-01-15  Bruno Haible  <bruno@clisp.org>
29770
29771         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29772         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29773         suffix.
29774
29775 2003-01-15  Bruno Haible  <bruno@clisp.org>
29776
29777         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29778
29779 2003-01-15  Bruno Haible  <bruno@clisp.org>
29780
29781         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29782         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29783
29784 2003-01-14  Jim Meyering  <jim@meyering.net>
29785
29786         * lib/same.c (same_name): Tweak a comment.
29787
29788 2003-01-14  Bruno Haible  <bruno@clisp.org>
29789
29790         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29791         when a string comparison is sufficient.
29792
29793 2003-01-14  Bruno Haible  <bruno@clisp.org>
29794
29795         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29796         'unsigned int'.
29797
29798 2003-01-14  Bruno Haible  <bruno@clisp.org>
29799
29800         * lib/hash-pjw.c: Add comment about low quality of this function.
29801
29802 2003-01-13  Bruno Haible  <bruno@clisp.org>
29803
29804         * modules/stpcpy: Distribute lib/stpcpy.h.
29805         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29806
29807 2003-01-13  Bruno Haible  <bruno@clisp.org>
29808
29809         * modules/*: Add a description.
29810         * modules/strpbrk: Fix Makefile.am snippet.
29811         * modules/strtoimax: Fix dependencies.
29812         * modules/strtoumax: Likewise.
29813
29814 2003-01-13  Bruno Haible  <bruno@clisp.org>
29815
29816         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29817         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29818         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29819
29820 2003-01-13  Bruno Haible  <bruno@clisp.org>
29821
29822         * gnulib-tool (func_create_testdir): Store config/* files in the main
29823         directory.
29824         * config.rpath: Move to ...
29825         * config/config.rpath: ... here.
29826         * modules/gettext: Contains config/config.rpath, not config.rpath.
29827         * modules/iconv: Likewise.
29828
29829 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29830
29831         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29832         to avoid collisions with libcurses and libreadline.
29833
29834         * m4/getstr.m4: Remove.
29835         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29836
29837 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29838
29839         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29840         to avoid collisions with libcurses and libreadline.
29841
29842         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29843         * lib/getstr.h, getstr.c: Remove.
29844         * lib/getline.c: Include "getline.h", to check interface.
29845         Move body of old getstr.c here: this defines MIN_CHUNK and
29846         declares getdelim2, which is renamed from getstr.
29847         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29848
29849         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29850         All uses changed.
29851         * lib/linebuffer.h: Likewise.
29852         (readline): Remove backward-compatibility macro.
29853
29854 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29855
29856         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29857         to avoid collisions with libcurses and libreadline.
29858         * getstr: Remove.
29859         * MODULES.html.sh: Remove getstr.
29860         * modules/getline: Depend on unlocked-io, not getstr.
29861
29862 2003-01-12  Jim Meyering  <jim@meyering.net>
29863
29864         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29865
29866 2003-01-10  Bruno Haible  <bruno@clisp.org>
29867
29868         * modules/alloca: Change Makefile.am requirements. Simplify Include
29869         requirements. Add lib/alloca_.h to file list.
29870
29871 2003-01-10  Bruno Haible  <bruno@clisp.org>
29872
29873         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29874
29875 2003-01-10  Bruno Haible  <bruno@clisp.org>
29876
29877         * lib/alloca_.h: New file.
29878         * lib/getdate.y: Unconditionally include alloca.h.
29879         * lib/makepath.c: Likewise.
29880         * lib/setenv.c: Likewise.
29881         * lib/userspec.c: Likewise.
29882
29883 2003-01-09  Karl Berry  <karl@gnu.org>
29884
29885         * MODULES.html.sh: include `dirname $0` in PATH, to find
29886         gnulib-tool.
29887
29888 2003-01-09  Bruno Haible  <bruno@clisp.org>
29889
29890         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29891         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29892
29893 2003-01-09  Bruno Haible  <bruno@clisp.org>
29894
29895         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29896
29897 2003-01-09  Bruno Haible  <bruno@clisp.org>
29898
29899         * lib/stdbool.h.in: New file.
29900
29901 2003-01-09  Bruno Haible  <bruno@clisp.org>
29902
29903         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29904         * MODULES.html.sh: Likewise.
29905
29906 2003-01-08  Jim Meyering  <jim@meyering.net>
29907
29908         * lib/full-write.c: Undefine and define-away `const' after inclusion
29909         of errno.h, not before.  Suggestion from Bruno Haible.
29910
29911 2003-01-08  Bruno Haible  <bruno@clisp.org>
29912
29913         * modules/full-read: Depend on full-write.
29914
29915 2003-01-08  Bruno Haible  <bruno@clisp.org>
29916
29917         * lib/safe-read.c: Include specification header first, to ensure its
29918         selfcontainedness.
29919         * lib/full-write.c: Likewise.
29920
29921 2003-01-07  Jim Meyering  <jim@meyering.net>
29922
29923         * lib/full-write.c: Rework so that it may serve to define full_read,
29924         too.
29925         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29926
29927 2003-01-07  Bruno Haible  <bruno@clisp.org>
29928
29929         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29930         <inttypes.h>.
29931         * lib/xstrtol.h: Likewise.
29932         * lib/xstrtoimax.c: Likewise.
29933         * lib/xstrtoumax.c: Likewise.
29934         * lib/human.h: Likewise.
29935
29936         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29937         on systems that have <inttypes.h> but not <stdint.h>.
29938
29939 2003-01-07  Bruno Haible  <bruno@clisp.org>
29940
29941         * MODULES.html.sh: Add copyright notice.
29942         (missed_files): Omit CVS directory entries.
29943         (func_module): Make it work with sed-3.02.
29944         * MODULES.txt: Remove file.
29945
29946 2003-01-06  Jim Meyering  <jim@meyering.net>
29947
29948         * lib/version-etc.c: Update year in translatable copyright string.
29949
29950 2003-01-03  Karl Berry  <karl@gnu.org>
29951
29952         * config/config.{guess,sub}: update from prep.
29953
29954 2003-01-02  Karl Berry  <karl@gnu.org>
29955
29956         * doc/COPYING.DOC: belatedly updated to 1.2.
29957
29958 2003-01-01  Karl Berry  <karl@gnu.org>
29959
29960         * gnulib-tool (func_verify_module): report module name $module in
29961         error message, not $1.
29962         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29963         be created, only if it doesn't exist.
29964         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29965
29966 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29967
29968         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29969
29970 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29971
29972         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29973         memcmp if strcoll doesn't work.
29974
29975 2002-12-31  Bruno Haible  <bruno@clisp.org>
29976
29977         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29978         nonempty.
29979
29980 2002-12-31  Bruno Haible  <bruno@clisp.org>
29981
29982         * lib/memcoll.c (STRCOLL): New macro.
29983         (memcoll): Use it.
29984
29985 2002-12-31  Bruno Haible  <bruno@clisp.org>
29986
29987         * lib/localcharset.h: New file.
29988         * lib/localcharset.c: Include it.
29989         * lib/unicodeio.c: Likewise.
29990
29991 2002-12-31  Bruno Haible  <bruno@clisp.org>
29992
29993         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29994         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29995
29996 2002-12-31  Bruno Haible  <bruno@clisp.org>
29997
29998         * lib/getline.h: Include <stddef.h>, for size_t.
29999
30000         * lib/unicodeio.h: Include <stddef.h>, for size_t.
30001         * lib/unicodeio.c: Don't include <stddef.h>.
30002
30003 2002-12-31  Bruno Haible  <bruno@clisp.org>
30004
30005         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
30006         HAVE_TM_ZONE.
30007
30008 2002-12-24  Karl Berry  <karl@gnu.org>
30009
30010         * config/config.guess: update from prep.
30011
30012 2002-12-24  Bruno Haible  <bruno@clisp.org>
30013
30014         General infrasructure.
30015         * m4/README: Rewritten.
30016         * m4/onceonly.m4: New file.
30017         * m4/onceonly_2_57.m4: New file.
30018
30019         Module atexit.
30020         * m4/atexit.m4: New file.
30021
30022         Module strtod.
30023         * m4/strtod.m4: New file.
30024
30025         Module strtol.
30026         * m4/strtol.m4: New file.
30027
30028         Module strtoul.
30029         * m4/strtoul.m4: New file.
30030
30031         Module memchr.
30032         * m4/memchr.m4: New file.
30033
30034         Module memcmp.
30035         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
30036         (jm_FUNC_MEMCMP): Invoke it.
30037
30038         Module memcpy.
30039         * m4/memcpy.m4: New file.
30040
30041         Module memmove.
30042         * m4/memmove.m4: New file.
30043
30044         Module memset.
30045         * m4/memset.m4: New file.
30046
30047         Module strcspn.
30048         * m4/strcspn.m4: New file.
30049
30050         Module strpbrk.
30051         * m4/strpbrk.m4: New file.
30052
30053         Module strstr.
30054         * m4/strstr.m4: New file.
30055
30056         Module strerror.
30057         * m4/strerror.m4: New file.
30058
30059         Module mktime.
30060         * m4/mktime.m4: Renamed from jm-mktime.m4.
30061         (gl_PREREQ_MKTIME): New macro.
30062         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
30063
30064         Module malloc.
30065         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
30066         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
30067         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
30068
30069         Module realloc.
30070         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
30071         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
30072         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
30073
30074         Module strftime.
30075         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
30076         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
30077         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
30078         gl_TM_GMTOFF.
30079         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
30080
30081         Module xalloc.
30082         * m4/xalloc.m4: New file.
30083
30084         Module alloca.
30085         * m4/alloca.m4: New file.
30086
30087         Module putenv.
30088         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
30089         (jm_FUNC_PUTENV): Invoke it.
30090
30091         Module setenv.
30092         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
30093         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
30094         when invoked twice.
30095         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
30096         gt_FUNC_SETENV.
30097
30098         Module memrchr.
30099         * m4/memrchr.m4: New file.
30100
30101         Module stpcpy.
30102         * m4/stpcpy.m4: New file.
30103
30104         Module strcase.
30105         * m4/strcase.m4: New file.
30106
30107         Module strdup.
30108         * m4/strdup.m4: New file.
30109
30110         Module strnlen.
30111         * m4/strnlen.m4: New file.
30112
30113         Module strndup.
30114         * m4/strndup.m4: New file.
30115
30116         Module xstrtod.
30117         * m4/xstrtod.m4: New file.
30118
30119         Module xstrtol.
30120         * m4/xstrtol.m4: New file.
30121
30122         Module getdate.
30123         * m4/getdate.m4: New file.
30124
30125         Module unlocked-io.
30126         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
30127         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
30128         * m4/jm-glibc-io.m4n: Remove file.
30129
30130         Module long-options.
30131         * m4/long-options.m4: New file.
30132
30133         Module md5.
30134         * m4/md5.m4: New file.
30135
30136         Module sha.
30137         * m4/sha.m4: New file.
30138
30139         Module getstr.
30140         * m4/getstr.m4: New file.
30141
30142         Module getline.
30143         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
30144         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
30145         <sys/types.h>, for size_t. Use the function name gnu_getline, not
30146         simply getline. Infoke gl_PREREQ_GETLINE.
30147
30148         Module obstack.
30149         * m4/obstack.m4: New file.
30150
30151         Module hash.
30152         * m4/hash.m4: New file.
30153
30154         Module readtokens.
30155         * m4/readtokens.m4: New file.
30156
30157         Module strverscmp.
30158         * m4/strverscmp.m4: New file.
30159
30160         Module stdbool.
30161         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
30162         OSF/1.
30163
30164         Module strtoll.
30165         * m4/strtoll.m4: New file.
30166
30167         Module strtoull.
30168         * m4/strtoull.m4: New file.
30169
30170         Module strtoimax.
30171         * m4/strtoimax.m4: New file.
30172
30173         Module strtoumax.
30174         * m4/strtoumax.m4: New file.
30175
30176         Module xstrtoimax.
30177         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
30178         jm_AC_PREREQ_XSTRTOIMAX.
30179         Moved the strtol prerequisites to strtol.m4.
30180         Moved the strtoll prerequisites to strtoll.m4.
30181         Moved the strtoimax prerequisites to strtoimax.m4.
30182
30183         Module xstrtoumax.
30184         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
30185         jm_AC_PREREQ_XSTRTOUMAX.
30186         Moved the strtoul prerequisites to strtoul.m4.
30187         Moved the strtoull prerequisites to strtoull.m4.
30188         Moved the strtoumax prerequisites to strtoumax.m4.
30189
30190         Module chown.
30191         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
30192         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
30193
30194         Module dup2.
30195         * m4/dup2.m4: New file.
30196
30197         Module ftruncate.
30198         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
30199         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
30200
30201         Module getgroups.
30202         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
30203         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
30204
30205         Module gettimeofday.
30206         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
30207         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
30208         gl_PREREQ_GETTIMEOFDAY.
30209
30210         Module mkdir.
30211         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
30212         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
30213
30214         Module mkstemp.
30215         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
30216         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
30217         jm_AC_TYPE_UINTMAX_T.
30218         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
30219
30220         Module stat.
30221         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
30222         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
30223
30224         Module lstat.
30225         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
30226         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
30227
30228         Module timespec.
30229         * m4/timespec.m4 (gl_TIMESPEC): New macro.
30230         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
30231         * m4/st_mtim.m4: Indentation.
30232
30233         Module nanosleep.
30234         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
30235         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
30236         gl_PREREQ_NANOSLEEP.
30237
30238         Module regex.
30239         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
30240         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
30241         (gl_REGEX): New macro.
30242
30243         Module rename.
30244         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
30245         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
30246
30247         Module rmdir.
30248         * m4/rmdir.m4: New file.
30249
30250         Module utime.
30251         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
30252         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
30253         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
30254
30255         Module dirname.
30256         * m4/dirname.m4: New file.
30257
30258         Module getopt.
30259         * m4/getopt.m4: New file.
30260
30261         Module unistd-safer.
30262         * m4/unistd-safer.m4: New file.
30263
30264         Module fnmatch.
30265         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
30266         declaration.
30267         (gl_PREREQ_FNMATCH_EXTRA): New macro.
30268         (gl_FUNC_FNMATCH_POSIX): New macro.
30269         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
30270         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
30271         simply fnmatch.
30272
30273         Module exclude.
30274         * m4/exclude.m4: New file.
30275
30276         Module human.
30277         * m4/human.m4: New file.
30278
30279         Module acl.
30280         * m4/acl.m4: Nop.
30281
30282         Module backupfile.
30283         * m4/backupfile.m4: New file.
30284         * m4/d-ino.m4: Indentation.
30285
30286         Module fsusage.
30287         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
30288         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
30289         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
30290
30291         Module dirfd.
30292         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
30293         requirements.
30294
30295         Module euidaccess.
30296         * m4/euidaccess.m4: New file.
30297
30298         Module file-type.
30299         * m4/file-type.m4: New file.
30300
30301         Module fileblocks.
30302         * m4/fileblocks.m4: New file.
30303
30304         Module filemode.
30305         * m4/filemode.m4: New file.
30306
30307         Module isdir.
30308         * m4/isdir.m4: New file.
30309
30310         Module lchown.
30311         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
30312         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
30313
30314         Module makepath.
30315         * m4/makepath.m4: New file.
30316
30317         Module modechange.
30318         * m4/modechange.m4: New file.
30319
30320         Module mountlist.
30321         * m4/mountlist.m4: New file.
30322         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
30323         Indentation.
30324
30325         Module path-concat.
30326         * m4/path-concat.m4: New file.
30327
30328         Module pathmax.
30329         * m4/pathmax.m4: New file.
30330
30331         Module same.
30332         * m4/same.m4: New file.
30333
30334         Module save-cwd.
30335         * m4/save-cwd.m4: New file.
30336
30337         Module savedir.
30338         * m4/savedir.m4: New file.
30339
30340         Module xgetcwd.
30341         * m4/xgetcwd.m4: New file.
30342         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
30343
30344         Module xreadlink.
30345         * m4/xreadlink.m4: New file.
30346
30347         Module safe-read.
30348         * m4/safe-read.m4: New file.
30349
30350         Module safe-write.
30351         * m4/safe-write.m4: New file.
30352
30353         Module closeout.
30354         * m4/closeout.m4: New file.
30355
30356         Module stdio-safer.
30357         * m4/stdio-safer.m4: New file.
30358
30359         Module getpass.
30360         * m4/getpass.m4: New file.
30361
30362         Module getugroups.
30363         * m4/getugroups.m4: New file.
30364
30365         Module group-member.
30366         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
30367         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
30368
30369         Module idcache.
30370         * m4/idcache.m4: New file.
30371
30372         Module userspec.
30373         * m4/userspec.m4: New file.
30374
30375         Module gettime.
30376         * m4/clock_time.m4: New file.
30377         * m4/gettime.m4: New file.
30378
30379         Module settime.
30380         * m4/settime.m4: New file.
30381
30382         Module posixtm.
30383         * m4/posixtm.m4: New file.
30384
30385         Module gethostname.
30386         * m4/gethostname.m4: New file.
30387
30388         Module canon-host.
30389         * m4/canon-host.m4: New file.
30390
30391         Module gettext.
30392         * m4/codeset.m4: New file, from gettext-0.11.5.
30393         * m4/gettext.m4: New file, from gettext-0.11.5.
30394         * m4/glibc21.m4: New file, from gettext-0.11.5.
30395         * m4/iconv.m4: New file, from gettext-0.11.5.
30396         * m4/intdiv0.m4: New file, from gettext-0.11.5.
30397         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
30398         * m4/inttypes.m4: New file, from gettext-0.11.5.
30399         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
30400         * m4/isc-posix.m4: New file, from gettext-0.11.5.
30401         * m4/lcmessage.m4: New file, from gettext-0.11.5.
30402         * m4/lib-ld.m4: New file, from gettext-0.11.5.
30403         * m4/lib-link.m4: New file, from gettext-0.11.5.
30404         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
30405         * m4/progtest.m4: New file, from gettext-0.11.5.
30406         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
30407         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
30408         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
30409
30410         Module localcharset.
30411         * m4/localcharset.m4: New file.
30412
30413         Module hard-locale.
30414         * m4/hard-locale.m4: New file.
30415
30416         Module mbswidth.
30417         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
30418         onceonly macros.
30419         * m4/mbrtowc.m4: Add comment.
30420
30421         Module memcasecmp.
30422         * m4/memcasecmp.m4: New file.
30423
30424         Module memcoll.
30425         * m4/memcoll.m4: New file.
30426
30427         Module unicodeio.
30428         * m4/unicodeio.m4: New file.
30429
30430         Module rpmatch.
30431         * m4/rpmatch.m4: New file.
30432
30433         Module yesno.
30434         * m4/yesno.m4: New file.
30435
30436         Module exitfail.
30437         * m4/exitfail.m4: New file.
30438
30439         Module c-stack.
30440         * m4/c-stack.m4 (gl_C_STACK): New macro.
30441         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
30442
30443         Module error.
30444         * m4/error.m4 (gl_ERROR): New macro.
30445         (jm_PREREQ_ERROR): Use onceonly macros.
30446
30447         Module fatal.
30448         * m4/fatal.m4: New file.
30449
30450         Module getloadavg.
30451         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
30452         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
30453
30454         Module getpagesize.
30455         * m4/getpagesize.m4: New file.
30456
30457         Module getusershell.
30458         * m4/getusershell.m4: New file.
30459
30460         Module physmem.
30461         * m4/physmem.m4: New file.
30462
30463         Module posixver.
30464         * m4/posixver.m4: New file.
30465
30466         Module quotearg.
30467         * m4/quotearg.m4: New file.
30468
30469         Module quote.
30470         * m4/quote.m4: New file.
30471
30472         Module readutmp.
30473         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
30474
30475         Module sig2str.
30476         * m4/sig2str.m4: New file.
30477
30478         Other.
30479         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
30480         ulonglong.m4.
30481         * m4/intmax_t.m4: New file.
30482         * m4/d-type.m4: Indentation.
30483         * m4/jm-macros.m4: Update.
30484         * m4/prereq.m4 (jm_PREREQ): Update.
30485         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
30486         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
30487         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
30488         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
30489         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
30490         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
30491         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
30492         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
30493         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
30494         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
30495         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
30496         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
30497         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
30498         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
30499         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
30500         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
30501         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
30502         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
30503         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
30504
30505 2002-12-24  Bruno Haible  <bruno@clisp.org>
30506
30507         * MODULES.txt: Update according to m4/ changes.
30508
30509         Module gettext.
30510         * config.rpath: New file, from gettext-0.11.5.
30511
30512         * modules/*: New module descriptions.
30513         * gnulib-tool: New file.
30514         * MODULES.html.sh: New file.
30515
30516 2002-12-21  Karl Berry  <karl@gnu.org>
30517
30518         * doc/fdl.texi: update to version 1.2.
30519
30520 2002-12-19  Karl Berry  <karl@gnu.org>
30521
30522         * config/config.guess: update from prep.
30523
30524 2002-12-18  Bruno Haible  <bruno@clisp.org>
30525
30526         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
30527         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
30528
30529 2002-12-17  Bruno Haible  <bruno@clisp.org>
30530
30531         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
30532         stdlib.h, string.h.
30533
30534 2002-12-17  Bruno Haible  <bruno@clisp.org>
30535
30536         * lib/canon-host.c (strdup): Remove unused declaration.
30537
30538         * lib/fsusage.c: Include full_read.h.
30539         (get_fs_usage): Use full_read instead of safe_read.
30540
30541         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
30542
30543 2002-12-12  Karl Berry  <karl@gnu.org>
30544
30545         * config/config.guess: update from prep.
30546
30547 2002-12-11  Bruno Haible  <bruno@clisp.org>
30548
30549         * m4/setenv.m4: New file, from gettext-0.11.5.
30550
30551 2002-12-11  Bruno Haible  <bruno@clisp.org>
30552
30553         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
30554         not unsetenv().
30555         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
30556         modifications:
30557
30558         2002-12-11  Bruno Haible  <bruno@clisp.org>
30559
30560                 * setenv.c (alloca): Fall back to malloc.
30561                 (freea): New macro.
30562                 (setenv): Use freea() to free memory allocated with alloca().
30563
30564         2002-11-13  Bruno Haible  <bruno@clisp.org>
30565
30566                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
30567                 function declarations.
30568                 * unsetenv.c (unsetenv): Likewise.
30569
30570         2002-03-04  Bruno Haible  <bruno@clisp.org>
30571
30572                 Portability to AIX 4.3.3.
30573                 * unsetenv.c: New file, extracted from setenv.c.
30574                 * setenv.c: Move the unsetenv() function to unsetenv.c.
30575
30576         2001-12-20  Bruno Haible  <bruno@clisp.org>
30577
30578                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
30579                 use malloc instead. For SunOS 4.
30580
30581         2001-12-11  Bruno Haible  <bruno@clisp.org>
30582
30583                 * setenv.c: Declare alloca.
30584                 (compar_fn_t): New typedef.
30585                 (KNOWN_VALUE, STORE_VALUE): Use it.
30586
30587         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
30588         setenv.h.
30589
30590 2002-12-10  Paul Eggert  <eggert@twinsun.com>
30591
30592         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
30593         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
30594         Choose values that are less likely to collide with system fnmatch
30595         options.
30596         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
30597         defined (e.g., a pure POSIX system).
30598         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
30599         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
30600
30601 2002-12-06  Paul Eggert  <eggert@twinsun.com>
30602
30603         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
30604         a pain in practice to deal with generated m4 files.  This change
30605         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
30606
30607         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
30608         and jm-glibc-io.m4, as they are no longer a special case.
30609         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
30610         kludge and the auto-generation stuff.  Check only whether the
30611         functions are declared, not whether they exist, since older hosts
30612         that don't declare the functions can't use the optimization anyway.
30613
30614 2002-12-06  Jim Meyering  <jim@meyering.net>
30615
30616         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
30617
30618         Merge in changes from libc's misc/error.c, in preparation
30619         for the merge of gnulib's changes back into libc.
30620
30621         * lib/error.c (_): Define only if not already defined.
30622         Move definition to follow all #include directives.
30623         Include unlocked-io.h only if !_LIBC.
30624         [_LIBC]: Include <libio/libioP.h>.
30625         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30626         (fflush): Tweak definition to use INTUSE.
30627         (putc): Define.
30628
30629 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30630
30631         * lib/alloca.c [defined emacs]: Include "lisp.h".
30632         (xalloc_die) [defined emacs]: New macro.
30633         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30634         [! defined emacs]: Include <xalloc.h>.
30635         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30636         (pointer): Typedef to POINTER_TYPE *.
30637         (malloc): Remove decl; we now always use xmalloc.
30638         (alloca): Use old-style definition, since Emacs needs this.
30639         Check for arithmetic overflow when computing combined size.
30640
30641 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30642
30643         Do not generate unlocked-io.h automatically, since it's easier to
30644         maintain it by hand.
30645
30646         * lib/unlocked-io.h: New file, from GNU diffutils,
30647         but with proper copyright notice and attribution.
30648         * lib/gen-uio: Remove.
30649         * lib/Makefile.am: Add copyright notice.
30650         (libfetish_a_SOURCES): Add unlocked-io.h.
30651         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30652         (DISTCLEANFILES, io_functions): Remove macros.
30653         (EXTRA_DIST): Remove gen_uio.
30654         (unlocked-io.h): Remove rule.
30655
30656 2002-12-04  Jim Meyering  <jim@meyering.net>
30657
30658         Reflect the fact that stat.c and lstat.c are no longer generated.
30659         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30660         (DISTCLEANFILES): Likewise.
30661         (EXTRA_DIST): Likewise.
30662         (all_local): Don't depend on stat.c or lstat.c.
30663         (stat.c, lstat.c): Remove rules.
30664         (EXTRA_DIST): Remove xstat.in.
30665
30666         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30667         * lib/stat.c: New file.  Contents mostly from xstat.in.
30668         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30669         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30670
30671         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30672         too.
30673         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30674
30675 2002-12-03  Jim Meyering  <jim@meyering.net>
30676
30677         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30678         but not semantics, to minimize the differences between these two files.
30679         (safe_read): Change comment to mention SAFE_READ_ERROR.
30680
30681         * lib/safe-read.c (IS_EINTR): Define.
30682         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30683
30684 2002-12-02  Jim Meyering  <jim@meyering.net>
30685
30686         * lib/safe-read.c (EINTR): Define.
30687         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30688         (INT_MAX): Provide fallback.
30689         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30690
30691         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30692
30693 2002-12-02  Bruno Haible  <bruno@clisp.org>
30694
30695         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30696         Define, taken from safe-read.c.
30697         (INT_MAX): Provide fallback.
30698         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30699         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30700
30701         * lib/safe-read.c (EINTR): Remove definition.
30702         (safe_read): Don't use EINTR if it is absent.
30703
30704 2002-12-01  Jim Meyering  <jim@meyering.net>
30705
30706         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30707         zero.
30708         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30709
30710 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30711
30712         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30713         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30714         with `if (! (value < limit)) abort ();', for readability.
30715
30716 2002-11-26  Karl Berry  <karl@gnu.org>
30717
30718         * lib/strdup.c: copy from libc again, with jim's ok.
30719         * lib/.cppi-disable: re-add strdup.c
30720
30721 2002-11-25  Karl Berry  <karl@gnu.org>
30722
30723         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30724         instead of "strtol.c".
30725
30726 2002-11-25  Karl Berry  <karl@gnu.org>
30727
30728         * config/install-sh: update from automake for variable quoting, $0 in
30729         error msgs, etc.
30730
30731         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30732         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30733         entry.
30734
30735 2002-11-25  Jim Meyering  <jim@meyering.net>
30736
30737         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30738
30739 2002-11-24  Karl Berry  <karl@gnu.org>
30740
30741         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30742         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30743
30744 2002-11-24  Jim Meyering  <jim@meyering.net>
30745
30746         Update from coreutils:
30747
30748         * lib/mktime.c: Merge in changes from libc.
30749
30750         Avoid a link-time failure on some Linux systems.
30751         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30752         (otherwise).
30753         (__mon_yday): Declare with the STATIC attribute.
30754         (__mktime_internal): Likewise.
30755         Based on a report from Greg Schafer.
30756
30757 2002-11-23  Jim Meyering  <jim@meyering.net>
30758
30759         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30760         Use `unsigned', not `int', as type of index.
30761
30762         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30763
30764         * lib/fsusage.c: Remove unneeded parentheses around operands of
30765         `defined'.
30766
30767 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30768
30769         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30770         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30771         so that we can be included first.
30772         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30773         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30774         No need to include stddef.h or sys/types.h any more.
30775         Surround local include files with "", not "<>".
30776         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30777         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30778         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30779         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30780         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30781         (ISPRINT): Remove; no longer needed now that we assume C89.
30782
30783         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30784         Preserve errno.
30785
30786         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30787         quotearg_char): Use SIZE_MAX rather than
30788         (size_t) -1 when we are talking about "infinity".
30789
30790         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30791
30792 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30793
30794         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30795         hint that one should use `if (! x) abort ();' rather than `assert
30796         (x);', and anyway it's one less thing to worry about configuring.
30797         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30798         hash_rehash, hash_insert): Use abort rather than assert.
30799
30800 2002-11-22  Bruno Haible  <bruno@clisp.org>
30801
30802         * lib/safe-read.h: Assume C89. Add comments.
30803         (safe_read): Change return type to size_t.
30804         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30805         byte counts > SSIZE_MAX correctly.
30806         * lib/safe-write.h: New file.
30807         * lib/safe-write.c: New file.
30808         * lib/full-read.h: New file.
30809         * lib/full-read.c: New file.
30810         * lib/full-write.h: Assume C89. Add comments.
30811         * lib/full-write.c: Include safe-write.h.
30812         (full_write): Rewritten to use safe_write.
30813         Suggested by Jim Meyering and Paul Eggert.
30814
30815 2002-11-21  Jim Meyering  <jim@meyering.net>
30816
30817         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30818
30819         Merge in changes from the coreutils.
30820
30821         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30822         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30823         <stdint.h>.
30824         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30825         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30826         int.  Work more efficiently if X is the same width as uintmax_t.
30827         Do not compare X to -1, to avoid bogus compiler warning.
30828         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30829         Don't assume that f_frsize and f_bsize are the same type.
30830
30831         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30832         warning on FreeBSD.
30833
30834         * lib/makepath.c (make_path): Restore umask *before* creating the final
30835         component.
30836         (make_path): Minor reformatting.
30837
30838         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30839         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30840         HAVE_MALLOC/HAVE_REALLOC.
30841
30842         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30843         dummy ones.  At least on GNU/Linux systems, `auto' means something
30844         else.
30845         From Michael Stone.
30846
30847 2002-11-21  Bruno Haible  <bruno@clisp.org>
30848
30849         Remove case insensitive option matching.
30850         * lib/argmatch.h (argcasematch): Remove declaration.
30851         (ARGCASEMATCH): Remove macro.
30852         (__xargmatch_internal): Remove case_sensitive argument.
30853         (XARGMATCH): Update.
30854         (XARGCASEMATCH): Remove macro.
30855         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30856         case_sensitive argument.
30857         (argcasematch): Remove function.
30858         (__xargmatch_internal): Remove case_sensitive argument.
30859         (main): Use XARGMATCH instead of XARGCASEMATCH.
30860
30861         * lib/xmalloc.c: Change compile-time error message. Add comment about
30862         required autoconf version.
30863
30864 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30865
30866         Merge argmatch cleanups from Bison.  Assume C89.
30867
30868         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30869         Include stdlib.h, for EXIT_FAILURE.
30870         Always include <string.h>, since we assume C89.
30871         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30872         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30873         Include <stddef.h> instead, since it's all we need for size_t.
30874         (PARAMS): Remove.  All uses removed.
30875         (ARRAY_CARDINALITY): Do not bother to #undef.
30876         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30877         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30878         Remove unnecessary parentheses.
30879         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30880         Insert necessary parentheses.
30881         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30882         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30883
30884 2002-11-19  Bruno Haible  <bruno@clisp.org>
30885
30886         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30887         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30888
30889         * lib/mbswidth.h (PARAMS): Remove macro.
30890         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30891         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30892
30893         * lib/gcd.h (PARAMS): Remove macro.
30894         (gcd): Use ANSI C function declarations.
30895         * lib/gcd.c (gcd): Likewise.
30896
30897 2002-11-15  Bruno Haible  <bruno@clisp.org>
30898
30899         * lib/strcspn.c: Include <stddef.h>.
30900         (strcspn): Use ANSI C function declaration. Change return type to
30901         size_t. Use NULL.
30902         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30903         (strpbrk): Use NULL.
30904         * lib/strpbrk.h (PARAMS): Remove macro.
30905         (strpbrk): Use ANSI C function declaration.
30906         * lib/strstr.c: Don't include <sys/types.h>.
30907         * lib/strstr.h (PARAMS): Remove macro.
30908         (strstr): Use ANSI C function declarations.
30909
30910 2002-11-14  Karl Berry  <karl@gnu.org>
30911
30912         * config/mkinstalldirs: `do' on separate line, instead of
30913         `for var; do'.
30914
30915 2002-11-06  Bruno Haible  <bruno@clisp.org>
30916
30917         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30918         * lib/gcd.c (gcd): Likewise.
30919
30920 2002-11-05  Bruno Haible  <bruno@clisp.org>
30921
30922         * lib/gcd.h: New file, from gettext-0.11.5.
30923         * lib/gcd.c: New file, from gettext-0.11.5.
30924
30925 2002-11-05  Bruno Haible  <bruno@clisp.org>
30926
30927         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30928         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30929         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30930         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30931
30932         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30933         <libintl.h>.
30934         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30935         <libintl.h>.
30936
30937         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30938         * lib/human.c: Include gettext.h instead of <libintl.h>.
30939         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30940         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30941         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30942         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30943         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30944         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30945         (textdomain): Remove definition.
30946         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30947
30948         * lib/long-options.c: Remove include of <libintl.h> and definition of
30949         _.
30950         * lib/same.c: Remove include of <libintl.h> and definition of _.
30951
30952 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30953
30954         * lib/config.charset: A few additions for Solaris.
30955
30956 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30957
30958         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30959         * lib/localcharset.c (locale_charset): Declare as extern "C".
30960
30961 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30962
30963         * lib/config.charset: msdos in uk_UA uses CP1125.
30964
30965 2002-11-04  Bruno Haible  <bruno@clisp.org>
30966
30967         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30968         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30969         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30970         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30971         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30972
30973 2002-11-04  Bruno Haible  <bruno@clisp.org>
30974
30975         * lib/localcharset.c (locale_charset): Don't return an empty string.
30976
30977 2002-11-04  Bruno Haible  <bruno@clisp.org>
30978
30979         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30980         aliases.
30981
30982 2002-11-04  Bruno Haible  <bruno@clisp.org>
30983
30984         * lib/config.charset: Update for newest glibc. Add canonical names
30985         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30986
30987 2002-11-04  Bruno Haible  <bruno@clisp.org>
30988
30989         * lib/config.charset: Add support for NetBSD.
30990
30991 2002-11-04  Bruno Haible  <bruno@clisp.org>
30992
30993         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30994
30995 2002-11-01  Bruno Haible  <bruno@clisp.org>
30996
30997         * configure.in: Add AC_CONFIG_AUX_DIR call.
30998         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30999         test/Makefile.
31000         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
31001
31002 2002-09-28  Karl Berry  <karl@gnu.org>
31003
31004         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
31005         installed automake until the next release, since changes have been
31006         made.
31007
31008 2002-09-25  Karl Berry  <karl@gnu.org>
31009
31010         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
31011         * lib/getopt*: copy from libc/posix.
31012         * lib/gettext.h: copy from gettext.
31013         * lib/.cppi-disable: add strdup.c, gettext.h.
31014
31015 2002-09-25  Karl Berry  <karl@gnu.org>
31016
31017         * config/srclist.txt: enable gettext.h check.
31018         * config/config.{guess,sub}: update from prep.
31019         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
31020                 from automake 1.6.3.
31021         See srclist*.
31022
31023 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
31024
31025         * regex.c (PATFETCH): Remove the translating fetch.
31026         (PATFETCH_RAW): Rename to PATFETCH.
31027         (set_image_of_range): New fun.
31028         (SET_RANGE_TABLE_WORK_AREA): Use it.
31029         (regex_compile): Don't translate the pattern chars so eagerly.
31030         Only do it when inserting an `exactn' bytecode or when handling
31031         a char-range.
31032         (mutually_exclusive_p): Avoid empty statement.
31033
31034 2002-07-06  Jim Meyering  <meyering@lucent.com>
31035
31036         * m4/README: Don't mention Makefile.am.in.
31037         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
31038
31039 2002-07-01  Jim Meyering  <meyering@lucent.com>
31040
31041         * lib/c-stack.c: Include sys/time.h.
31042         From Volker Borchert.
31043
31044 2002-06-26  Paul Eggert  <eggert@twinsun.com>
31045
31046         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
31047
31048 2002-06-26  Paul Eggert  <eggert@twinsun.com>
31049
31050         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
31051         New macro.  Use it uniformly instead of
31052         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
31053         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
31054         reported by Vin Shelton.
31055
31056 2002-06-22  Paul Eggert  <eggert@twinsun.com>
31057
31058         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
31059         Do not assume SA_SIGINFO behavior.
31060         Bug reported by Jim Meyering on NetBSD 1.5.2.
31061
31062 2002-06-22  Jim Meyering  <meyering@lucent.com>
31063
31064         * m4/c-stack.m4: New file, from diffutils-2.8.2.
31065         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
31066
31067         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
31068         now that configure.ac uses AC_GNU_SOURCE.
31069         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
31070         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
31071
31072         Update to latest tools.  Suggestions from Paul Eggert.
31073         * m4/stdbool.m4: New file, from diffutils-2.8.2.
31074         * m4/gnu-source.m4: Update from diffutils-2.8.2.
31075         * m4/fnmatch.m4: Likewise.
31076         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
31077         to AC_HEADER_STDBOOL
31078
31079 2002-06-22  Jim Meyering  <meyering@lucent.com>
31080
31081         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
31082         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
31083
31084 2002-06-22  Jim Meyering  <meyering@lucent.com>
31085
31086         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
31087
31088         * lib/exitfail.c, exitfail.h: Likewise.
31089         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
31090
31091         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
31092         of fnmatch.h.
31093         (EXTRA_DIST): Add fnmatch_loop.c.
31094         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
31095
31096         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
31097         * lib/fnmatch.c: Update from diffutils-2.8.2.
31098         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
31099         * lib/fnmatch.h: Remove file.
31100
31101 2002-06-21  Jim Meyering  <meyering@lucent.com>
31102
31103         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
31104         * m4/mbrtowc.m4: Likewise.
31105
31106         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
31107         * m4/mbswidth.m4: Reflect name change:
31108         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
31109         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
31110
31111         * m4/lib-link.m4: Update from gettext-0.11.2.
31112         * m4/gettext.m4: Likewise.
31113
31114         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
31115         From Alfred M. Szmidt.
31116
31117 2002-06-18  Paul Eggert  <eggert@twinsun.com>
31118
31119         * lib/file-type.h: Report an error if neither S_ISREG nor
31120         S_IFREG is defined, instead of using a test specific to glibc
31121         2.2.  This should be safe, since POSIX requires S_ISREG and
31122         Unix Version 7 had S_IFREG.  We don't need to check for
31123         <sys/types.h> since we don't use any symbols that it defines.
31124
31125 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
31126
31127         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
31128         $@-t, so that each temporary file name is unique and valid in the first
31129         8 characters, for operation under DOS.
31130
31131 2002-06-15  Paul Eggert  <eggert@twinsun.com>
31132
31133         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
31134
31135 2002-06-15  Jim Meyering  <meyering@lucent.com>
31136
31137         Work even with DJGPP 2.03, which lacks support for symlinks.
31138         From Richard Dawe.
31139         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
31140         is defined.
31141         * lib/lchown.c (S_ISLNK): Likewise.
31142
31143 2002-06-15  Jim Meyering  <meyering@lucent.com>
31144
31145         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
31146         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
31147         have been included before this file.
31148
31149 2002-06-14  Jim Meyering  <meyering@lucent.com>
31150
31151         * lib/file-type.h: Use the version from diffutils-2.8.2.
31152         * lib/file-type.c: Likewise.
31153
31154 2002-06-07  Jim Meyering  <meyering@lucent.com>
31155
31156         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
31157         They're needed at least for NetBSD 1.5.2.
31158         ($statxfs_includes): Include those same headers.
31159         ($statxfs_includes): Include sys/vfs.h if available.
31160         ($statxfs_includes): Likewise for sys/statvfs.h.
31161         Check for the following members in both structs statfs and statvfs:
31162         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
31163
31164 2002-06-01  Jim Meyering  <meyering@lucent.com>
31165
31166         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
31167         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
31168
31169 2002-05-28  Jim Meyering  <meyering@lucent.com>
31170
31171         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
31172         Reported by Volker Borchert.
31173
31174 2002-05-27  Jim Meyering  <meyering@lucent.com>
31175
31176         Fix a problem seen only on nonconforming systems whereby ls.c's
31177         use of localtime, and then of gettimeofday would cause trouble:
31178         the localtime call used to initialize rpl_gettimeofday's save
31179         mechanism would clobber ls's current local time information so
31180         that in any long listing the first file would always be listed
31181         with date 1970-01-01.  Analysis by Volker Borchert.
31182
31183         * lib/gettimeofday.c (localtime): Undefine.
31184         (rpl_localtime): New function.
31185
31186 2002-05-27  Jim Meyering  <meyering@lucent.com>
31187
31188         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
31189         localtime.
31190
31191         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
31192         use the replacement function; it wouldn't resolve at link time.
31193         Reported by Volker Borchert.
31194
31195 2002-05-22  Jim Meyering  <meyering@lucent.com>
31196
31197         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
31198         file-type.h.
31199         * lib/file-type.h: New file.
31200         * lib/file-type.c (file_type): New file/function.  Extracted from
31201         diffutils.
31202
31203 2002-04-30  Jim Meyering  <meyering@lucent.com>
31204
31205         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
31206
31207 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31208
31209         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
31210
31211 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31212
31213         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
31214         Do not check for alloca.h (no longer used) or stdbool.h (was never
31215         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
31216
31217 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31218
31219         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
31220
31221 2002-04-29  Jim Meyering  <meyering@lucent.com>
31222
31223         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
31224         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
31225         Use AC_FUNC_STRNLEN here instead.
31226
31227         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
31228         With autoconf-2.53a, it's part of AC_PROG_CC.
31229
31230 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31231
31232         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
31233         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
31234
31235 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31236
31237         * lib/sig2str.h, lib/sig2str.c: New files.
31238         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
31239
31240 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31241
31242         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
31243         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
31244         of 127, since 64 is the largest conceivable number for ancient
31245         nonstandard hosts.
31246         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
31247
31248 2002-04-28  Jim Meyering  <meyering@lucent.com>
31249
31250         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
31251
31252 2002-04-24  Jim Meyering  <meyering@lucent.com>
31253
31254         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
31255         (jm_PREREQ): Use it.
31256
31257         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
31258         mach/mach.h fcntl.h.
31259         Check for this function: setlocale.
31260
31261 2002-04-24  Jim Meyering  <meyering@lucent.com>
31262
31263         * lib/gettext.h: New file, from Gettext.
31264         * lib/Makefile.am (INCLUDES): Remove -I../intl.
31265         (libfetish_a_SOURCES): Add gettext.h.
31266
31267 2002-04-16  Jim Meyering  <meyering@lucent.com>
31268
31269         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
31270         ut_pid, ut_id, ut_exit.
31271
31272 2002-04-16  Jim Meyering  <meyering@lucent.com>
31273
31274         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
31275         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
31276         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
31277
31278 2002-04-12  Jim Meyering  <meyering@lucent.com>
31279
31280         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
31281         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
31282         existence of the getmntinfo function.  Needed for Darwin 5.3.
31283
31284         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
31285         This is necessary at least on Darwin 5.3.
31286
31287         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
31288         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
31289         strnlen.o in the library, and that makes some versions of ranlib
31290         object.
31291
31292 2002-04-12  Jim Meyering  <meyering@lucent.com>
31293
31294         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
31295
31296 2002-04-09  Jim Meyering  <meyering@lucent.com>
31297
31298         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
31299         to be more precise.  Rather than saying we're checking whether the
31300         function `works', say what we're testing.
31301         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
31302         Reported by Bruno Haible.
31303
31304 2002-03-10  Jim Meyering  <meyering@lucent.com>
31305
31306         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
31307         Suggestion from Santiago Vila.
31308
31309 2002-03-08  Jim Meyering  <meyering@lucent.com>
31310
31311         * lib/rename.c: Mention that this wrapper is needed also on
31312         mips-dec-ultrix4.4 systems.
31313
31314 2002-03-02  Jim Meyering  <meyering@lucent.com>
31315
31316         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
31317         not HAVE_CLOCK_SETTIME.
31318
31319 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31320
31321         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
31322         Check for clock_settime.
31323
31324 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31325
31326         * lib/nanosleep.h: Rename to....
31327         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
31328
31329         * lib/gettime.c: New file.
31330         * lib/settime.c: New file.
31331         * lib/stime.c: Remove.
31332
31333         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
31334         timespec.h.  Remove nanosleep.h.
31335
31336 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31337
31338         * m4/acl.m4: New file.
31339         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
31340         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
31341
31342 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31343
31344         * lib/acl.c, lib/acl.h: New files.
31345         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
31346
31347 2002-02-24  Jim Meyering  <meyering@lucent.com>
31348
31349         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
31350         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
31351         cause trouble.  Reported by Nelson Beebe.
31352
31353 2002-02-23  Paul Eggert  <eggert@twinsun.com>
31354
31355         * lib/path-concat.c (xpath_concat): Reorder code to pacify
31356         compilers that don't know that xalloc_die never returns.
31357
31358 2002-02-20  Jim Meyering  <meyering@lucent.com>
31359
31360         * lib/getdate.c: Regenerate using bison-1.33.
31361
31362 2002-02-17  Jim Meyering  <meyering@lucent.com>
31363
31364         * config/config.guess (main): Don't use `head -1'; it's no longer
31365         portable. Use `sed 1q' instead.
31366
31367 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
31368
31369         * m4/codeset.m4: Upgrade to gettext-0.11.
31370         * m4/gettext.m4: Upgrade to gettext-0.11.
31371         * m4/glibc21.m4: Upgrade to gettext-0.11.
31372         * m4/iconv.m4: Upgrade to gettext-0.11.
31373         * m4/isc-posix.m4: Upgrade to gettext-0.11.
31374         * m4/lcmessage.m4: Upgrade to gettext-0.11.
31375         * m4/lib-ld.m4: New file, from gettext-0.11.
31376         * m4/lib-link.m4: New file, from gettext-0.11.
31377         * m4/lib-prefix.m4: New file, from gettext-0.11.
31378         * m4/progtest.m4: Upgrade to gettext-0.11.
31379
31380 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31381
31382         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
31383         (jm_PREREQ): Use it.
31384
31385 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31386
31387         * lib/posixver.c, lib/posixver.h: New files.
31388         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31389
31390 2002-02-02  Paul Eggert  <eggert@twinsun.com>
31391             Bruno Haible  <bruno@clisp.org>
31392
31393         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
31394         (fwrite_success_callback): New declaration.
31395         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
31396         print_unicode_char. Call failure callback instead of error.
31397         (fwrite_success_callback): New function.
31398         (exit_failure_callback): New function.
31399         (fallback_failure_callback): New function.
31400         (print_unicode_char): Call unicode_to_mb.
31401
31402 2002-01-26  Jim Meyering  <meyering@lucent.com>
31403
31404         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
31405         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
31406
31407 2002-01-26  Jim Meyering  <meyering@lucent.com>
31408
31409         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
31410
31411 2002-01-22  Paul Eggert  <eggert@twinsun.com>
31412
31413         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
31414
31415 2002-01-22  Jim Meyering  <meyering@lucent.com>
31416
31417         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
31418         Otherwise, some versions of automake would omit the rule that makes
31419         Makefile from Makefile.in.
31420
31421 2002-01-21  Paul Eggert  <eggert@twinsun.com>
31422
31423         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
31424         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31425         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
31426         (memcoll): Set errno to zero if there is no error.
31427
31428         * lib/quotearg.c (quotearg_buffer_restyled):
31429         Fix bug with quoting buffers containing NUL when backslashing escapes.
31430         This bug was exposed by the other changes in this patch.
31431         (quotearg_n_options): New arg ARGSIZE.
31432         All callers changed.
31433         (quoting_options_from_style): New function.
31434         (quotearg_n_style): Use it.
31435         (quotearg_n_style_mem): New function.
31436
31437         * lib/quotearg.h (quotearg_n_style_mem): New function.
31438
31439 2002-01-19  Jim Meyering  <meyering@lucent.com>
31440
31441         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
31442         Remove useless quotes: DF_PROG="df".
31443         * m4/strnlen.m4: New file.
31444
31445 2002-01-16  Paul Eggert  <eggert@twinsun.com>
31446
31447         * lib/backupfile.c (ISDIGIT): Comment fix.
31448         * lib/getdate.y (ISDIGIT): Likewise.
31449         * lib/posixtm.c (ISDIGIT, year): Likewise.
31450         * lib/strverscmp.c (ISDIGIT): Likewise.
31451         * lib/userspec.c (ISDIGIT): Likewise.
31452
31453 2002-01-16  Jim Meyering  <meyering@lucent.com>
31454
31455         * lib/getdate.y: Add three semicolons, each just before a closing
31456         brace. Bison (as of version 1.31) no longer papers over that mistake.
31457
31458 2002-01-05  Jim Meyering  <meyering@lucent.com>
31459
31460         * lib/version-etc.c (version_etc_copyright): Update copyright year.
31461
31462 2001-12-19  Paul Eggert  <eggert@twinsun.com>
31463
31464         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
31465         not silently exit merely because the output buffer happens to
31466         have nothing pending.
31467
31468 2001-12-18  Paul Eggert  <eggert@twinsun.com>
31469
31470         See the big note in ../ChangeLog.
31471         * lib/human.c (suffixes): Prefer K to k for 1024.
31472         (generate_suffix_backwards): New function.
31473         (human_readable_inexact): Use it.
31474         * lib/xstrtol.c (__xstrtol): If there is no number but there
31475         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
31476         Accept 'K' as well as 'k'.
31477
31478 2001-12-15  Jim Meyering  <meyering@lucent.com>
31479
31480         * lib/regex.h (__restrict_arr): Update from libc.
31481
31482         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
31483         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
31484         (STREQ): Define.
31485
31486 2001-12-14  Jim Meyering  <meyering@lucent.com>
31487
31488         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
31489         Suggestion from Bruno Haible.
31490
31491 2001-12-10  Jim Meyering  <meyering@lucent.com>
31492
31493         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
31494         xrealloc, Instead, include "xalloc.h".
31495         (initbuffer): Don't cast xmalloc return value to char*.
31496         (readline): Reword comment.
31497         Don't cast xrealloc return value to char*
31498         Return NULL, not 0.
31499
31500 2001-12-09  Jim Meyering  <meyering@lucent.com>
31501
31502         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
31503         about `signed and unsigned type in conditional expression'.
31504         * lib/posixtm.c (posix_time_parse): Likewise.
31505
31506         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
31507
31508         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
31509         to avoid a pedantic warning.
31510
31511         * lib/getstr.c: Don't include assert.h.
31512         (getstr): Remove warning-evoking assertions.
31513         Return -1 if offset parameter is out of bounds.
31514         Change the type of a local from int to size_t.
31515
31516         * lib/strftime.c (my_strftime_localtime_r): Include this function
31517         definition in the `#if ! HAVE_TM_GMTOFF' block.
31518
31519         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
31520         Include xalloc.h instead.
31521
31522 2001-12-02  Jim Meyering  <meyering@lucent.com>
31523
31524         * lib/tempname.c: Don't declare getenv, thus reverting the change of
31525         2001-11-18.  It's no longer necessary, now that stdlib.h is always
31526         included.
31527
31528         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
31529         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
31530
31531 2001-11-30  Akim Demaille  <akim@epita.fr>
31532
31533         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
31534         before being defined.
31535
31536 2001-11-27  Paul Eggert  <eggert@twinsun.com>
31537
31538         * lib/quotearg.h (quotearg_n, quotearg_n_style):
31539         First arg is int, not unsigned.
31540         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
31541         (SIZE_MAX, UINT_MAX): New macros.
31542         (quotearg_n_options): Abort if N is negative.
31543         Avoid overflow check on hosts where size_t is 64 bits and int
31544         is 32 bits, as overflow is impossible there.
31545         Fix off-by-one typo that caused unnecessary reallocation.
31546
31547 2001-11-27  Jim Meyering  <meyering@lucent.com>
31548
31549         * lib/tempname.c: Merge with version from libc.
31550         * lib/regex.c: Likewise.
31551
31552         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
31553         systems for which STDC_HEADERS is 0, it was not included, resulting in
31554         a warning about an integer-to-pointer conversion problem with getenv.
31555         Reported by Volker Borchert.
31556
31557 2001-11-26  Jim Meyering  <meyering@lucent.com>
31558
31559         * lib/gtod.h: Remove file.
31560         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
31561         * lib/gettimeofday.c: Don't include gtod.h.
31562         (GTOD_init): Remove function.
31563         (rpl_gettimeofday): Do its job here instead, rather than aborting.
31564         Suggestion from Volker Borchert.
31565
31566 2001-11-23  Jim Meyering  <meyering@lucent.com>
31567
31568         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
31569         it.
31570         * lib/hash.c (struct hash_table): Define it here instead.
31571
31572 2001-11-22  Jim Meyering  <meyering@lucent.com>
31573
31574         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
31575
31576 2001-11-20  Jim Meyering  <meyering@lucent.com>
31577
31578         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
31579         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
31580
31581 2001-11-19  Jim Meyering  <meyering@lucent.com>
31582
31583         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
31584         directory.  Use "conftestXXXXXX" as the template.
31585         Suggestion from Paul Eggert.
31586
31587         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
31588         immediately, so the test doesn't mistakenly hit the max-open-files
31589         limit.
31590
31591 2001-11-18  Paul Eggert  <eggert@twinsun.com>
31592
31593         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
31594         (TEMPORARIES): New macro.
31595         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
31596         removes an artificial limitation (e.g. HP-UX 10.20, where
31597         TMP_MAX is 17576).
31598
31599 2001-11-18  Jim Meyering  <meyering@lucent.com>
31600
31601         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
31602
31603 2001-11-18  Jim Meyering  <meyering@lucent.com>
31604
31605         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
31606         on SunOS 4.
31607
31608         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
31609         files will be created before anything else.
31610
31611 2001-11-17  Paul Eggert  <eggert@twinsun.com>
31612
31613         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
31614         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
31615
31616 2001-11-17  Jim Meyering  <meyering@lucent.com>
31617
31618         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
31619         Prompted by a report from Bob Proulx.
31620
31621         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
31622         Instead, require UTILS_FUNC_MKSTEMP.
31623
31624 2001-11-17  Jim Meyering  <meyering@lucent.com>
31625
31626         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31627         Now, that's done as part of AC_FUNC_STRTOD.
31628
31629 2001-11-17  Jim Meyering  <meyering@lucent.com>
31630
31631         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31632         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31633         rather than group writable.  Patch by Juan F. Codagnone.
31634
31635         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31636         xrealloc, Instead, include "xalloc.h".
31637
31638         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31639         Remove explicit declarations of xmalloc, xrealloc,
31640         and xstrdup.  Instead, include "xalloc.h".
31641
31642         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31643         unlocked-io.h.
31644         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31645         Likewise.
31646         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31647
31648         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31649         Reported by Padraig Brady.
31650
31651         * lib/mkstemp.c: #undef mkstemp.
31652         Include config.h.
31653         (rpl_mkstemp): Rename from mkstemp.
31654         Protoize.
31655
31656 2001-11-16  Jim Meyering  <meyering@lucent.com>
31657
31658         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31659         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31660         determine the amount of total physical memory, use pstat_getstatic.
31661         HPUX-11 doesn't define _SC_PHYS_PAGES.
31662         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31663         If sysconf couldn't be used to determine the amount of available
31664         physical memory, use both pstat_getstatic and pstat_getdynamic.
31665         Based on a patch from Bob Proulx.
31666
31667 2001-11-10  Jim Meyering  <meyering@lucent.com>
31668
31669         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31670         (jm_PREREQ): Use it.
31671
31672 2001-11-09  Jim Meyering  <meyering@lucent.com>
31673
31674         * m4/jm-macros.m4: Require autoconf-2.52f.
31675         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31676         Use these AC_-prefixed names, not the AM_-prefixed ones.
31677
31678         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31679
31680 2001-11-05  Jim Meyering  <meyering@lucent.com>
31681
31682         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31683
31684 2001-11-04  Jim Meyering  <meyering@lucent.com>
31685
31686         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31687         $DEFS.
31688
31689 2001-11-03  Jim Meyering  <meyering@lucent.com>
31690
31691         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31692         of AC_DEFUN.
31693
31694         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31695         know the name of the variable in the macro definition.
31696
31697 2001-11-03  Jim Meyering  <meyering@lucent.com>
31698
31699         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31700         in argmatch_to_argument call.
31701
31702         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31703         argument.
31704
31705         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31706         e.g., a fault due to an attempt to free a NULL pointer.
31707
31708 2001-11-01  Jim Meyering  <meyering@lucent.com>
31709
31710         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31711         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31712
31713 2001-11-01  Jim Meyering  <meyering@lucent.com>
31714
31715         * lib/dirfd.c, lib/dirfd.h: New files.
31716         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31717
31718         * lib/hash.c (hash_print) [TESTING]: Clean up.
31719
31720 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31721
31722         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31723         to avoid a warning if -Wall.
31724
31725 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31726
31727         * README: New file
31728         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31729         (per RMS's instructions, this is now the canonical source)
31730         * lgpl/, gpl/: New directories.
31731
31732 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31733
31734         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31735
31736 2001-10-21  Jim Meyering  <meyering@lucent.com>
31737
31738         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31739         this code would end up calling gettext even in packages built
31740         with --disable-nls.
31741         * lib/getopt.c (_): Likewise.
31742         * lib/regex.c (_): Likewise.
31743
31744 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31745
31746         * m4/error.m4 (jm_PREREQ_ERROR):
31747         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31748         AC_FUNC_STRERROR_R does that.
31749         Check for strerror declaration.
31750
31751         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31752         are supposed to have them these days.
31753         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31754         Merge changes from latest Autoconf CVS.
31755         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31756         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31757         POSIX decided to standardize on the int flavor of strerror_r.
31758
31759 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31760
31761         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31762         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31763         Use strerror_r that is only a macro, even if it is not a function.
31764         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31765         (private_strerror): Use prototypes, not old-style function definition.
31766         (print_errno_message): New function.
31767         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31768         char*-flavored one.
31769         (error_tail, error, error_at_line): Use it.
31770
31771 2001-10-11  Jim Meyering  <meyering@lucent.com>
31772
31773         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31774         and quote_n (1, ... to avoid clobbering a buffer.
31775
31776 2001-10-05  Jim Meyering  <meyering@lucent.com>
31777
31778         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31779         hash-pjw.h.
31780         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31781         * lib/hash-pjw.h: New file.
31782
31783 2001-09-30  Jim Meyering  <meyering@lucent.com>
31784
31785         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31786         `struct fsstat' has the `f_fstypename' member.
31787         Use that to define FS_TYPE, which is now used to make
31788         the getfsstat link test tighter.
31789
31790 2001-09-30  Jim Meyering  <meyering@lucent.com>
31791
31792         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31793         Include <sys/ucred.h>, for Apple Darwin.
31794         Include sys/mount.h and sys/fs_types.h only if available.
31795         (FS_TYPE): Define.
31796         (read_filesystem_list): Use FS_TYPE.
31797
31798 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31799
31800         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31801         a boolean context.
31802
31803 2001-09-29  Jim Meyering  <meyering@lucent.com>
31804
31805         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31806         [one-argument getmntent function]): Include stdio.h before mntent.h.
31807         SunOS 4.1.x needs it for the declaration of `FILE'.
31808         Patch by Volker Borchert.
31809
31810         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31811         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31812         sys/fs_types.h, and make the link-test for getfsstat guard #include
31813         directives with appropriate #if HAVE_*_H tests so that we can
31814         detect getfsstat on Apple Darwin1.3.7 systems.
31815         Reported by Nelson Beebe.
31816         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31817
31818 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31819
31820         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31821         #defines strtoimax.  Also treat the other strto* functions
31822         like strtoimax.
31823
31824         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31825         Check for strtoul and strtoumax,
31826         as those declarations are made even in the signed case.
31827         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31828         Likewise, for strtol and strtoimax.
31829
31830 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31831
31832         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31833         #defines strtoimax.  Also treat the other strto* functions
31834         like strtoimax.
31835
31836         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31837         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31838         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31839
31840 2001-09-26  Jim Meyering  <meyering@lucent.com>
31841
31842         Most macros in unlocked-io.h had the wrong number of arguments.
31843         * lib/gen-uio: New script.
31844         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31845         * lib/unlocked-io.hin: Remove file.
31846         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31847         rather than trying to embed it here.
31848         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31849         Reported by Padraig Brady.
31850
31851 2001-09-25  Volker Borchert  <bt@teknon.de>
31852
31853         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31854         `result'.
31855
31856 2001-09-24  Jim Meyering  <meyering@lucent.com>
31857
31858         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31859
31860 2001-09-23  Jim Meyering  <meyering@lucent.com>
31861
31862         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31863         instead of the mere test for existence of mntent.h.  The latter
31864         would get a false-positive on AIX 3.4 systems.
31865         In the outer getmntent if-block, don't die if neither of the getmntent
31866         tests succeeds.  Instead, just fall through and continue with the
31867         remaining tests.
31868
31869 2001-09-23  Jim Meyering  <meyering@lucent.com>
31870
31871         * lib/mountlist.c: Remove useless parentheses in #if directives.
31872         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31873         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31874
31875 2001-09-22  Jim Meyering  <meyering@lucent.com>
31876
31877         * m4/gettext.m4: New file.  From gettext.
31878         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31879         * m4/progtest.m4: Likewise
31880         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31881         * m4/glibc21.m4: Likewise.
31882
31883         * m4/libintl.m4: Remove.  No longer used.
31884
31885 2001-09-22  Jim Meyering  <meyering@lucent.com>
31886
31887         * lib/localcharset.c: Update from latest gettext.
31888         * lib/config.charset: Likewise.
31889
31890 2001-09-20  Jim Meyering  <meyering@lucent.com>
31891
31892         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31893         strtoimax.
31894         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31895         strtoumax.
31896
31897 2001-09-20  Jim Meyering  <meyering@lucent.com>
31898
31899         * lib/xstrtol.c (strtoimax): Guard declaration with
31900         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31901         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31902         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31903         (strtoumax): Likewise, for completeness (it wasn't necessary).
31904
31905 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31906
31907         * lib/strtoimax.c (HAVE_LONG_LONG):
31908         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31909         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31910         to work around bug in IBM C compiler.
31911
31912 2001-09-17  Jim Meyering  <meyering@lucent.com>
31913
31914         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31915         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31916         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31917         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31918         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31919         whenever the right hand side need not be expanded by the shell.
31920
31921 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31922
31923         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31924         library.  It's not correct, as some older glibcs are buggy.
31925         fnmatch wasn't fixed until glibc 2.2.
31926
31927         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31928         special shell magic here.
31929
31930 2001-09-16  Jim Meyering  <meyering@lucent.com>
31931
31932         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31933         * m4/jm-macros.m4: Require it.
31934
31935 2001-09-16  Jim Meyering  <meyering@lucent.com>
31936
31937         * lib/mkdir.c: New file.
31938
31939 2001-09-15  Jim Meyering  <meyering@lucent.com>
31940
31941         * m4/jm-macros.m4: Check for help2man.
31942
31943 2001-09-11  Jim Meyering  <meyering@lucent.com>
31944
31945         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31946         The body, by Paul Eggert, was moved here from configure.in.
31947         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31948
31949 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31950
31951         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31952         (jm_PREREQ): Use it.
31953
31954 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31955
31956         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31957         Use ssize_t, not int, to store result of readlink.
31958         Check for ssize_t overflow as well as size_t overflow,
31959         as POSIX says the result of readlink is implementation-defined
31960         when ssize_t overflows.
31961         Remove unnecessary cast to char*.
31962         Use free+malloc instead of realloc, as the storage doesn't need
31963         to be preserved and it's clearer and can be more efficient that way.
31964         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31965         * lib/xreadlink.h (xreadlink): Update prototype.
31966
31967 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31968
31969         * lib/xgetcwd.c: Revert some of the previous change; intead,
31970         fix the HAVE_GETCWD_NULL code to behave more like the
31971         !HAVE_GETCWD_NULL code used to.
31972
31973         Include "xalloc.h".
31974         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31975         invoke xalloc_die.
31976
31977 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31978
31979         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31980         sys/param.h, as pathmax.h includes them.
31981
31982 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31983
31984         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31985         (jm_PREREQ_XGETCWD): New macro.
31986
31987         * m4/getcwd.m4: New file.
31988
31989 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31990
31991         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31992         like the HAVE_GETCWD_NULL code.
31993         Include pathmax.h if not HAVE_GETCWD.
31994         Do not include xalloc.h.
31995         (INITIAL_BUFFER_SIZE): New symbol.
31996         Do not use xmalloc / xrealloc, since the caller is responsible for
31997         handling errors.  Preserve errno around `free' during failure.
31998         Do not overrun buffer when using getwd.
31999
32000 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32001
32002         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
32003         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
32004         getcwd (NULL, 0).
32005
32006 2001-09-03  Paul Eggert  <eggert@twinsun.com>
32007
32008         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
32009         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
32010         spotted by Jim Meyering.
32011
32012 2001-09-03  Jim Meyering  <meyering@lucent.com>
32013
32014         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
32015         failure.
32016
32017 2001-09-02  Jim Meyering  <meyering@lucent.com>
32018
32019         * lib/error.c: Update from GNU libc.
32020
32021 2001-09-01  Jim Meyering  <meyering@lucent.com>
32022
32023         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
32024         Used by df.
32025
32026 2001-09-01  Jim Meyering  <meyering@lucent.com>
32027
32028         * lib/xreadlink.c: New file.
32029         * lib/xreadlink.h: New file.
32030         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
32031         xreadlink.h.
32032
32033         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
32034         doesn't conflict with sparc Solaris 7's definition in
32035         /usr/include/sys/int_types.h.
32036
32037         * lib/exclude.c: Use `""', not `<>' to #include non-system header
32038         files.
32039         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
32040         and strncasecmp as r-values.  Unixware didn't have declarations.
32041
32042 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32043
32044         * lib/xstrtol.h: Add copyright notice.
32045         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
32046         LONGINT_INVALID_SUFFIX_CHAR.
32047
32048 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32049
32050         * lib/xstrtol.c (strtoimax): New decl.
32051
32052 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32053
32054         * lib/xgetcwd.c: Don't include pathmax.h.
32055         Include stdlib.h and unistd.h if available.
32056         Include xalloc.h.
32057         (xmalloc, xstrdup, free): Remove decls.
32058         (xgetcwd): Don't assume sizes fit in unsigned.
32059         Check for overflow when computing sizes.
32060         Simplify reallocation code.
32061
32062 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32063
32064         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
32065         a directory's st_size can have an arbitrary value, so the old
32066         usage could waste an arbitrary amount of memory.  All uses
32067         changed.
32068         * lib/savedir.h: Update prototype.
32069
32070 2001-08-31  Paul Eggert  <eggert@twinsun.com>
32071
32072         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
32073
32074         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
32075         old strtoimax.c.
32076
32077         Also, make the following further changes to make this file's
32078         configuration more similar to that of strtol.c:
32079         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
32080         (strtoumax, uintmax_t, strtoull, strtol): Remove.
32081         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
32082         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
32083         changed to signed values.
32084
32085         And make the following changes as well:
32086         Fix copyright notice, as 1999 was missing.
32087         (verify): New macro.
32088         (strtoimax): Check sizes at compile-time, not run-time.
32089         Prefer strtol to strtoll if both work.
32090         (main): Remove; it was not that useful and was a pain to maintain.
32091
32092         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
32093
32094 2001-08-31  Jim Meyering  <meyering@lucent.com>
32095
32096         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
32097         Use an initial, malloc'd, buffer of length 128 rather than
32098         a statically allocated one of length 1024.
32099
32100 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32101
32102         Simplify code, partly by assuming autoconf 2.52 semantics.
32103
32104         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
32105
32106         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
32107         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
32108         All uses removed.
32109         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
32110         Move AC_REQUIRE to next-to-top level, to avoid confusion.
32111         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
32112         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
32113         jm_AC_HEADER_INTTYPES_H.
32114         * m4/jm-macros.m4 (jm_MACROS): Likewise.
32115
32116         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
32117
32118         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
32119         Quote first arg of AC_DEFUN.
32120         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
32121         since they are needed to parse the include file even if we need
32122         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
32123         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
32124         but with opposite signedness.
32125
32126 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32127
32128         Merge 'exclude' changes from tar 1.13.22.
32129         This fixes one or two unlikely storage allocation overflow bugs,
32130         but doesn't change user-visible behavior otherwise.
32131
32132 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32133
32134         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
32135         (jm_PREREQ_EXCLUDE): New macro.
32136
32137 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32138
32139         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
32140         tm to be declared.
32141
32142 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32143
32144         * lib/hash.c: Remove '2001' from copyright notice.
32145
32146 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32147
32148         * lib/full-write.h: New file.
32149         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
32150         * lib/full-write.c: Correct credits, as cccp.c no longer
32151         exists and anyway it was so heavily changed from the old cccp
32152         code as to be unrecognizable.  Include full-write.h.
32153         (full_write) Return size_t, with short writes meaning failure.
32154         All callers changed.  This fixes a bug with large buffers
32155         on 64-bit hosts.
32156         * lib/utime.c: Include full-write.h.
32157
32158 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32159
32160         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
32161         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
32162         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
32163         Include if available.
32164         (<xalloc.h>): Include
32165         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
32166         (verify): New macro.  Use it to verify that EXCLUDE macros do not
32167         collide with FNM macros.
32168         (struct patopts): New struct.
32169         (struct exclude): Use it, as exclude patterns now come with options.
32170         (new_exclude): Support above changes.
32171         (new_exclude, add_exclude_file):
32172         Initial size must now be a power of two to simplify overflow checking.
32173         (free_exclude, fnmatch_no_wildcards): New function.
32174         (excluded_filename): No longer requires options arg, as the options
32175         are determined by add_exclude.  Now returns bool, not int.
32176         (excluded_filename, add_exclude):
32177         Add support for the fancy new exclusion options.
32178         (add_exclude, add_exclude_file): Now takes int options arg.
32179         Check for arithmetic overflow when computing sizes.
32180         (add_exclude_file): xrealloc might modify errno, so don't
32181         realloc until after errno might be used.
32182
32183         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
32184         New macros.
32185         (free_exclude): New decl.
32186         (add_exclude, add_exclude_file): Now takes int options arg.
32187         (excluded_filename): No longer requires options arg, as the options
32188         are determined by add_exclude.  Now returns bool, not int.
32189
32190 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32191
32192         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
32193
32194 2001-08-27  Jim Meyering  <meyering@lucent.com>
32195
32196         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
32197
32198         * lib/version-etc.c (N_): Remove definition.
32199         Revert most of last change.
32200         Instead, simply don't mark the `Copyright...' string for translation.
32201         Based on advice from Paul Eggert.
32202
32203         * lib/strtoxmax.c: Tweak comment.
32204
32205 2001-08-26  Jim Meyering  <meyering@lucent.com>
32206
32207         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
32208
32209         * m4/xstrtoimax.m4: New file.
32210         * m4/xstrtoumax.m4: Add comments explaining why we
32211         AC_REPLACE_FUNCS(strtol).
32212
32213 2001-08-26  Jim Meyering  <meyering@lucent.com>
32214
32215         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
32216         of copyright with `%s' so translators don't get an untranslated
32217         message in 2002.
32218         (COPYRIGHT_YEAR): Define.
32219         (version_etc): Use fprintf rather than fputs.
32220         Suggestion from Ulrich Drepper.
32221
32222         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
32223
32224         * lib/strtoll.c: New file, from GNU libc.
32225         * lib/xstrtoimax.c: New file.
32226
32227         * lib/xstrtol.h: Add xstrtoimax.
32228         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
32229         * lib/strtoimax.c: New file.  Likewise, but first define
32230         STRTOUXMAX_SIGNED.
32231
32232         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
32233         ...
32234         * lib/strtoxmax.c: ... then renamed to this.
32235
32236 2001-08-18  Paul Eggert  <eggert@twinsun.com>
32237
32238         * m4/inttypes.m4: Add AC_PREREQ(2.13).
32239         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
32240         (jm_AC_TYPE_INTMAX_T): New macro.
32241         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
32242
32243         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
32244
32245         * m4/longlong.m4: Renamed from ulonglong.m4.
32246         * m4/inttypes.m4: Renamed from inttypes_h.m4.
32247         * m4/uintmax_t.m4: Removed.
32248
32249 2001-08-13  Paul Eggert  <eggert@twinsun.com>
32250
32251         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
32252         Port to Solaris 8, where 'sed' requires a space after the 'r'
32253         command, and where sh dislikes "$/".  Clean up the spacing a bit.
32254         Redirect output to $tmp just once.
32255
32256 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
32257
32258         * lib/addext.c (<errno.h>): Include.
32259         (errno): Declare if not defined.
32260         (addext): Work correctly when pathconf returns -1 and leaves
32261         errno alone because there is no limit.  Also, work even if
32262         pathconf returns a value greater than SIZE_MAX.
32263
32264 2001-08-12  Jim Meyering  <meyering@lucent.com>
32265
32266         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
32267         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
32268         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
32269         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
32270         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
32271         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
32272         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
32273         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
32274         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
32275         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
32276         utime.m4, utimes.m4, xstrtoumax.m4:
32277         Quote the first argument in each use of AC_DEFUN.
32278
32279 2001-08-12  Jim Meyering  <meyering@lucent.com>
32280
32281         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
32282         Simply `return getcwd (NULL, 0);'.
32283         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
32284         Use 1300 as initial value for length, not PATH_MAX.
32285
32286         * lib/pathmax.h: Clean up cpp syntax.
32287
32288 2001-08-12  Jim Meyering  <meyering@lucent.com>
32289
32290         * lib/gettimeofday.c: New file.
32291         * lib/gtod.h: New file.
32292         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
32293
32294 2001-08-05  Jim Meyering  <meyering@lucent.com>
32295
32296         * m4/jm-macros.m4: Require autoconf-2.52.
32297
32298 2001-08-04  Jim Meyering  <meyering@lucent.com>
32299
32300         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
32301         stmt, to get in sync with glibc.
32302
32303 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32304
32305         The following changes are from gettext 0.10.39 as maintained by
32306         Bruno Haible.
32307
32308         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
32309         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
32310         with inverted sense.  All uses changed.
32311
32312         * lib/mbswidth.c: Don't include <limits.h>.
32313         Include <stdlib.h> and <string.h> unconditionally.
32314         (iswcntrl, mbsinit, ISCNTRL): New macros.
32315         (mbsnwidth): Use K&R style function declarations.
32316         Don't bother checking for MB_LEN_MAX == 1, since the compiler
32317         can optimize it when MB_CUR_MAX == 1.
32318         The width of control characters is zero, not 1.
32319
32320 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32321
32322         The following changes are from gettext 0.10.39 as maintained by
32323         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
32324
32325         * m4/codeset.m4: Upgrade to serial AM1.
32326         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
32327         all uses changed.  Quote first arg of AC_DEFUN.
32328         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
32329
32330         * m4/iconv.m4: Upgrade to serial AM2.
32331         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
32332         Add --with-libconv-prefix.
32333         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
32334         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
32335         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
32336         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
32337         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
32338
32339         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
32340         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
32341         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
32342         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
32343         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
32344         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
32345         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
32346         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
32347         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
32348
32349         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
32350         string.h any more.
32351
32352         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
32353         not the default value.
32354
32355         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
32356         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
32357         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
32358         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
32359         Also check for iswcntrl, used for wcwidth fallback.
32360         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
32361         to Autoconf 2.13.
32362
32363 2001-08-03  Jim Meyering  <meyering@lucent.com>
32364
32365         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
32366         as it was in the original.  Reported by Paul Eggert.
32367
32368 2001-07-16  Jim Meyering  <meyering@lucent.com>
32369
32370         * m4/gettimeofday.m4: New file.
32371         Prompted by a report from Bernhard Baehr.
32372
32373 2001-07-15  Jim Meyering  <meyering@lucent.com>
32374
32375         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
32376         stuff. Now it's in ../Makefile.cfg.
32377
32378 2001-07-15  Jim Meyering  <meyering@lucent.com>
32379
32380         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
32381         (BUILT_SOURCES): Add unlocked-io.h.
32382         (io_functions): Define.
32383         (unlocked-io.h): New rule.
32384         (DISTCLEANFILES): Add unlocked-io.h.
32385         (all-local): Depend on unlocked-io.h, to ensure it is created.
32386
32387         * lib/unlocked-io.hin: New file
32388
32389         * lib/regex.c: Update from glibc.
32390
32391 2001-07-05  Jim Meyering  <meyering@lucent.com>
32392
32393         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
32394         recommendation.
32395         (libfetish_a_SOURCES): Put all .h files here instead.
32396         Remove a thus-exposed (better checks in automake) duplicate and
32397         two unnecessary .h files.
32398
32399 2001-07-04  Jim Meyering  <meyering@lucent.com>
32400
32401         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
32402         that generates jm-glibc-io.m4 so that it doesn't trigger any make
32403         distcheck failure.
32404
32405 2001-07-02  Jim Meyering  <meyering@lucent.com>
32406
32407         The following changes were prompted by suggestions from Bruno Haible.
32408
32409         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
32410         is now generated.
32411         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
32412         definition of EXTRA_DIST.
32413         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
32414         ensure that the generated file is created/updated whenever the list
32415         of $(unlocked_functions) is changed.
32416         (jm-glibc-io.m4): New rule.
32417         (unlocked-io.h): New rule -- currently unused.
32418
32419 2001-06-24  Jim Meyering  <meyering@lucent.com>
32420
32421         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
32422         unmatched right bracket, rather than kludging it with an extra,
32423         falsely-matching quote in a comment.  Patch by Akim Demaille.
32424
32425 2001-06-11  Jim Meyering  <meyering@lucent.com>
32426
32427         * lib/regex.c: Update from GNU libc.
32428
32429 2001-05-27  Jim Meyering  <meyering@lucent.com>
32430
32431         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
32432         Check for ut_type in struct utmp.
32433
32434 2001-05-27  Jim Meyering  <meyering@lucent.com>
32435
32436         * lib/readutmp.h (UT_TYPE): Define.
32437
32438 2001-05-24  Jim Meyering  <meyering@lucent.com>
32439
32440         * lib/argmatch.c: Include "quote.h".
32441         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
32442         quote function.  Reported by Göran Uddeborg.
32443
32444 2001-05-22  Jim Meyering  <meyering@lucent.com>
32445
32446         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
32447         now that we use the package-supplied version unconditionally.
32448         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
32449
32450 2001-05-21  Jim Meyering  <meyering@lucent.com>
32451
32452         * m4/regex.m4: Change a couple backticks to single quotes to avoid
32453         shell syntax errors.
32454
32455 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32456
32457         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
32458
32459 2001-05-20  Paul Eggert  <eggert@twinsun.com>
32460
32461         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
32462         Don't bother to check library strftime, since
32463         we'll be using our own my_strftime function anyway.
32464         Define my_strftime instead of strftime.
32465
32466 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
32467
32468         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
32469         which is not yet declared.
32470
32471 2001-05-15  Jim Meyering  <meyering@lucent.com>
32472
32473         * m4/regex.m4: Use proper quoting so brackets appear in the test
32474         program.
32475         Reported by, and with help from, Bruno Haible.
32476
32477 2001-05-13  Jim Meyering  <meyering@lucent.com>
32478
32479         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
32480         undefined.
32481
32482 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32483
32484         dirname code cleanup.  base_name now behaves more compatibly
32485         with POSIX basename when given file names that have trailing
32486         slashes, and similarly for dir_name.  Add new primitives
32487         base_len and dir_len.  Put the directory-name-related decls
32488         into dirname.h.
32489
32490         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
32491         * lib/backupfile.c (base_name): Likewise.
32492         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
32493         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
32494         * lib/makepath.c (strip_trailing_slashes): Likewise.
32495         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
32496         ISSLASH): Likewise.
32497         * lib/rename.c (strip_trailing_slashes): Likewise.
32498         * lib/same.c (base_name): Likewise.
32499         * lib/stripslash.c (ISSLASH): Likewise.
32500
32501         * lib/addext.c: Include <dirname.h> after size_t is defined.
32502         * lib/backupfile.c: Likewise.
32503
32504         * lib/addext.c (addext): Use base_len to trim redundant
32505         trailing slashes instead of doing it ourselves.
32506         But do not trim the last slash if it is not redundant.
32507
32508         * lib/backupfile.c (find_backup_file_name,
32509         max_backup_version): Use base_len instead of rolling it ourselves.
32510         Handle the case of "" and (on DOS) "C:" correctly.
32511
32512         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
32513         needed. Include <string.h>, <dirname.h>.
32514         (base_name): Allow file names ending in slashes, other than names
32515         that are all slashes.  In this case, return the basename followed
32516         by the slashes.  This is more general, and can be used in places
32517         where the original base_name purposely had an assertion failure.
32518         (base_len): New function.
32519
32520         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
32521         Do not include <assert.h>; no longer needed.
32522         Include xalloc.h.
32523         (memrchr): Remove decl.
32524         (dir_name_r): Remove.
32525         (dir_len): Renamed from dirlen.  All callers changed.
32526         Rewrite in terms of base_name, for simplicity and consistency.
32527         (dir_name): Never return NULL.  All callers changed.
32528         Do not include <stdlib.h> in test program; no longer needed.
32529         return 0; is fine for test program.
32530
32531         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
32532         New macros.
32533         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
32534
32535         * lib/path-concat.c (path_concat): Use base_len to compute
32536         base length, not strlen; this means we cannot rely on memcpy
32537         to null-terminate.
32538
32539         * lib/same.c (STREQ): Remove.
32540         (same_name): Handle the case where the basename ends in trailing '/'.
32541
32542         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
32543         a slash was stripped.  Do not strip the last slash after a
32544         file system prefix.
32545
32546 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32547
32548         * lib/Makefile.am (libfetish_a_SOURCES):
32549         Add strftime.c, since we now compile it on all hosts.
32550
32551         * lib/strftime.c (my_strftime):
32552         Define to nstrftime if emacs, but only if my_strftime is not defined.
32553         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
32554         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
32555         Add one more extra argument: a nanoseconds value.
32556         All uses changed.
32557         (ns): New macro.
32558         (my_strftime function): Add %N format.
32559         (emacs_strftimeu): Renamed from emacs_strftime,
32560         with extra ut argument.
32561
32562 2001-05-09  Paul Eggert  <eggert@twinsun.com>
32563
32564         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
32565
32566 2001-04-21  Jim Meyering  <meyering@lucent.com>
32567
32568         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
32569         doesn't interfere.
32570
32571 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32572
32573         * m4/ftruncate.m4: Check for chsize.
32574         Link with ftruncate.o unconditionally if ftruncate is missing.
32575         This was required when cross-compiling to i586-mingw32msvc.
32576
32577 2001-04-08  Jim Meyering  <meyering@lucent.com>
32578
32579         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
32580         recomputed; that's necessary when the offset spans a DST transition.
32581         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
32582
32583 2001-04-02  Jim Meyering  <meyering@lucent.com>
32584
32585         * lib/regex.h, regex.c: Update from GNU libc.
32586
32587 2001-03-24  Jim Meyering  <meyering@lucent.com>
32588
32589         * m4/jm-macros.m4: Require autoconf-2.49d.
32590
32591 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
32592
32593         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
32594
32595 2001-03-19  Paul Eggert  <eggert@twinsun.com>
32596
32597         * lib/version-etc.c (version_etc_copyright): Update to 2001.
32598
32599 2001-03-17  Jim Meyering  <meyering@lucent.com>
32600
32601         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
32602         now that the version in autoconf is equivalent.
32603         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
32604
32605         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
32606         Suggestion from Akim Demaille.
32607
32608         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
32609         (jm_PREREQ_TEMPNAME): New function.
32610
32611 2001-03-16  Paul Eggert  <eggert@twinsun.com>
32612
32613         * lib/tempname.c (uint64_t): Define to uintmax_t if
32614         not defined, and if UINT64_MAX is not defined.
32615         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
32616         Reported by John David Anglin.
32617
32618 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
32619
32620         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
32621         resolve alias if codeset is empty.
32622         * lib/config.charset (BeOS): Use wildcard syntax.
32623
32624 2001-03-13  Jim Meyering  <meyering@lucent.com>
32625
32626         * lib/path-concat.c (path_concat)
32627         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32628         concatenating e.g., `C:' and `foo'.
32629         From Bruno Haible.
32630
32631 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32632
32633         * lib/localcharset.c (locale_charset): Don't use
32634         setlocale(LC_CTYPE,NULL). Don't return NULL.
32635         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32636
32637 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32638
32639         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32640         support for DOS/DJGPP.
32641
32642 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32643
32644         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32645         lacks mkstemp.  Compile our own tempname.c if we compile our own
32646         mkstemp.c, as mkstemp relies on tempname.
32647
32648 2001-03-01  Jim Meyering  <meyering@lucent.com>
32649
32650         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32651         AH_VERBATIM really does output its argument verbatim.
32652
32653 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32654
32655         * lib/Makefile.am (libfetish_a_SOURCES):
32656         Add dup-safer.c, fopen-safer.c.
32657         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32658
32659         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32660         * lib/unistd-safer.h: New files.
32661
32662 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32663
32664         The mkstemp replacement is taken from glibc 2.2.2, with some
32665         portability fixes for use outside glibc, as follows:
32666
32667         * lib/tempname.c (struct_stat64): New macro.
32668         (direxists, __gen_tempname): Use it.
32669         This avoids a portability problem with Solaris 8.
32670
32671         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32672         (<stddef.h>, <stdint.h>, <string.h>):
32673         Include only if STDC_HEADERS || _LIBC.
32674         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32675         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32676         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32677         (__set_errno): Define this macro if <errno.h> doesn't.
32678         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32679         Define these macros if <stdio.h> doesn't.
32680         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32681         Define these macros if <sys/stat.h>
32682         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32683         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32684         __xstat64): Define if not _LIBC.
32685         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32686         (__gen_tempname): Invoke gettimeofday only if
32687         HAVE_GETTIMEOFDAY || _LIBC;
32688         otherwise, fall back on plain "time".
32689         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32690
32691         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32692
32693         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32694
32695 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32696
32697         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32698
32699 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32700
32701         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32702         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32703         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32704         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32705
32706 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32707
32708         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32709         Remove workaround macros for hosts that have mbrtowc but not
32710         mbstate_t, as we now insist on proper declarations for both
32711         before using mbrtowc.
32712
32713 2001-02-17  Jim Meyering  <meyering@lucent.com>
32714
32715         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32716         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32717         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32718         UnixWare 7.1.1.
32719
32720         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32721         rather than AC_CACHE_VAL.
32722
32723 2001-02-17  Jim Meyering  <meyering@lucent.com>
32724
32725         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32726         around included file name.
32727
32728         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32729
32730         * lib/strftime.c: Update from GNU libc (the only changes were to
32731         comments).
32732
32733 2001-02-17  Jim Meyering  <meyering@lucent.com>
32734
32735         * lib/regex.c: Update from libc.
32736
32737 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32738
32739         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32740         clash.
32741
32742 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32743
32744         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32745         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32746         Reported by Mark Hounschell via Paul Eggert.
32747
32748 2001-02-07  Jim Meyering  <meyering@lucent.com>
32749
32750         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32751
32752 2001-02-05  Jim Meyering  <meyering@lucent.com>
32753
32754         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32755         it includes the patch required for `large file' support with at least
32756         HP-UX's 10.20 /bin/cc.
32757
32758 2001-02-03  Jim Meyering  <meyering@lucent.com>
32759
32760         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32761         AS_IF, now that it works once again (mysteriously).
32762         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32763
32764 2001-01-30  Jim Meyering  <meyering@lucent.com>
32765
32766         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32767         * m4/chown.m4: Rename conftestchown to conftest.chown.
32768         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32769         s/conftestdir2/conftest.d2/.
32770         * m4/utimes.m4: s/conftestdata/conftest.data/
32771         Inspired by Pavel Roskin's change in autoconf.
32772
32773 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32774
32775         * lib/config.charset: Update for FreeBSD 4.2.
32776
32777 2001-01-27  Jim Meyering  <meyering@lucent.com>
32778
32779         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32780         a use of AS_IF.
32781         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32782
32783 2001-01-26  Jim Meyering  <meyering@lucent.com>
32784
32785         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32786         quotearg.c includes it.
32787
32788 2001-01-26  Jim Meyering  <meyering@lucent.com>
32789
32790         * lib/quotearg.c: Include stddef.h.
32791         * lib/quote.c: Include stddef.h.
32792         Reported by Axel Kittenberger.
32793
32794         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32795         line in double quotes so that it evokes a better diagnostic.
32796         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32797         Reported by Axel Kittenberger.
32798
32799 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32800
32801         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32802         as if it was a `charset'.
32803
32804 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32805
32806         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32807         has const.
32808
32809 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32810
32811         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32812         to avoid a warning.  Add back 'const' to inptr.
32813
32814 2001-01-20  Jim Meyering  <meyering@lucent.com>
32815
32816         Be sure that headers are checked before used in code compiled
32817         for the type checks.
32818         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32819         In place of that, invoke jm_CHECK_ALL_TYPES.
32820         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32821         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32822         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32823         The check for ssize_t was mistakenly run before the test for unistd.h.
32824
32825         The configure-time check for stdbool.h was missing.
32826         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32827         (jm_PREREQ_HASH): New function.
32828
32829 2001-01-17  Jim Meyering  <meyering@lucent.com>
32830
32831         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32832         for autoconf-2.49c.
32833         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32834
32835 2001-01-16  Jim Meyering  <meyering@lucent.com>
32836
32837         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32838         From Bruno Haible.
32839
32840 2001-01-14  Jim Meyering  <meyering@lucent.com>
32841
32842         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32843         foo and bar.  Create conftestdir/ in the script, not in the C code.
32844         Remove directories in the script, not in the C code.
32845         Remove conftestdir{,2} before trying to create the directory.
32846         Make the entire configure script fail if the mkdir fails.
32847
32848 2001-01-14  Jim Meyering  <meyering@lucent.com>
32849
32850         * lib/rename.c: New file.  From Volker Borchert.
32851         Include stdlib.h, string.h or strings.h, and xalloc.h.
32852         Use strip_trailing_slashes rather than open-coding it.
32853
32854 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32855
32856         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32857
32858 2001-01-03  Jim Meyering  <meyering@lucent.com>
32859
32860         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32861         of local `inptr' to avoid warning with some system declarations of
32862         iconv.
32863
32864 2001-01-02  Volker Borchert  <bt@teknon.de>
32865
32866         * m4/rename.m4: New file.
32867         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32868
32869 2001-01-01  Jim Meyering  <meyering@lucent.com>
32870
32871         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32872         even on systems with utmpx.h.  It's necessary for the declaration of
32873         utmp's ut_user member.  Reported by Andreas Jaeger.
32874
32875         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32876         available. They are required for the declarations of getgrgid and
32877         getpwuid resp.
32878         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32879         Reported by Andreas Jaeger.
32880
32881 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32882
32883         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32884         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32885         so `make install' also works in VPATH builds.
32886
32887 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32888
32889         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32890         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32891         can be used in subdirectories.
32892
32893 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32894
32895         * lib/modechange.c: Do not assume that mode_t uses the
32896         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32897         the other-execute bit of FOO even if S_IXOTH != 1.
32898
32899         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32900         WOTH, XOTH, ALLM): New macros.
32901         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32902          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32903         Use them.
32904         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32905         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32906         (mode_compile):
32907         No need to use uintmax_t; unsigned long is long enough.
32908         Don't bother to get suffix since we don't use it.
32909
32910 2000-12-26  Jim Meyering  <meyering@lucent.com>
32911
32912         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32913         better with autoheader.
32914
32915 2000-12-24  Jim Meyering  <meyering@lucent.com>
32916
32917         * lib/hash.c (is_prime): Return explicit boolean values.
32918         (hash_get_first): Return NULL to appease Irix5.6's 89.
32919         Reported by Nelson Beebe.
32920
32921 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32922
32923         * lib/localcharset.c (locale_charset): Add support for Win32.
32924
32925 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32926
32927         * lib/physmem.h, lib/physmem.c: New files.
32928
32929         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32930         (noinst_HEADERS): Add physmem.h.
32931
32932         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32933         't' for compatibility with Solaris 8 sort.
32934
32935 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32936
32937         * lib/config.charset: Add support for BeOS.
32938
32939 2000-12-17  Jim Meyering  <meyering@lucent.com>
32940
32941         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32942         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32943
32944 2000-12-16  Jim Meyering  <meyering@lucent.com>
32945
32946         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32947         N and M) would have treated it like `chown N:N FILE'.
32948
32949         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32950
32951 2000-12-16  Jim Meyering  <meyering@lucent.com>
32952
32953         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32954         SHELLS_FILE to a file name that's useful on djgpp systems.
32955         Include stdlib.h.
32956         (ADDITIONAL_DEFAULT_SHELLS): Define.
32957         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32958         Based mostly on a patch from Prashant TR.
32959
32960 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32961
32962         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32963         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32964         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32965
32966 2000-12-08  Andreas Schwab  <schwab@suse.de>
32967
32968         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32969         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32970
32971 2000-12-07  Jim Meyering  <meyering@lucent.com>
32972
32973         * lib/stripslash.c (ISSLASH): Define.
32974         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32975         `/'.
32976         From Prashant TR.
32977
32978         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32979         (dir_name_r): Declare this function as static.
32980         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32981         manifest itself on a name containing a mix of slashes and
32982         backslashes.
32983         Make this function work with names starting with a DOS-style
32984         drive letter and colon prefix.
32985         (dir_name): Append `.' if necessary.
32986         Based mostly on patches from Prashant TR and Eli Zaretskii.
32987
32988         * lib/dirname.h (dir_name_r): Remove prototype.
32989
32990 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32991
32992         * m4/off_t-format.m4: Remove this file.
32993         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32994
32995 2000-12-06  Jim Meyering  <meyering@lucent.com>
32996
32997         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32998         replacement strtoull, we may well need the replacement strtoul, too.
32999         Check for declarations of strtoul and strtoull.
33000         Check for strtol.  Mainly as a cue to cause automake to include
33001         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
33002         Check for limits.h -- strtol.c needs it.
33003
33004 2000-12-05  Jim Meyering  <meyering@lucent.com>
33005
33006         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
33007
33008 2000-12-04  Jim Meyering  <meyering@lucent.com>
33009
33010         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
33011         Also include memory.h, stdlib.h, unistd.h if appropriate.
33012         Reported by Andreas Jaeger (conflicting declaration of malloc).
33013
33014 2000-12-02  Jim Meyering  <meyering@lucent.com>
33015
33016         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
33017         * m4/jm-macros.m4 (jm_MACROS): require it.
33018
33019 2000-12-02  Jim Meyering  <meyering@lucent.com>
33020
33021         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
33022
33023 2000-12-01  Paul Eggert  <eggert@twinsun.com>
33024
33025         * lib/memrchr.c: Include <config.h> before any system include file.
33026
33027 2000-11-30  Jim Meyering  <meyering@lucent.com>
33028
33029         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
33030
33031 2000-11-30  Jim Meyering  <meyering@lucent.com>
33032
33033         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
33034
33035 2000-11-29  Paul Eggert  <eggert@twinsun.com>
33036
33037         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
33038
33039 2000-11-26  Jim Meyering  <meyering@lucent.com>
33040
33041         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
33042
33043 2000-11-22  Paul Eggert  <eggert@twinsun.com>
33044
33045         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
33046         size of (size_t) -1; it's not portable.
33047
33048 2000-11-17  Jim Meyering  <meyering@lucent.com>
33049
33050         * lib/strstr.c: Update from GNU libc.
33051
33052 2000-11-17  Akim Demaille  <akim@epita.fr>
33053
33054         * lib/obstack.h: Formatting changes.
33055         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
33056         prevent type checking.
33057         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
33058         cast the value to (void *): assigning a `foo *' to a `void *'
33059         variable is valid.
33060         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
33061
33062 2000-11-16  Jim Meyering  <meyering@lucent.com>
33063
33064         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
33065
33066 2000-11-11  Jim Meyering  <meyering@lucent.com>
33067
33068         * lib/error.c: Add a couple #includes, merging from GNU libc version.
33069
33070 2000-11-10  Jim Meyering  <meyering@lucent.com>
33071
33072         * lib/obstack.h: Update from GNU libc.
33073         * lib/obstack.c: Likewise.
33074
33075 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
33076
33077         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
33078
33079 2000-11-06  Paul Eggert  <eggert@twinsun.com>
33080
33081         * lib/getusershell.c (setusershell): Use rewind rather than
33082         fseek/fseeko, to avoid configuration hassles with fseeko.
33083         Don't bother opening SHELLS_FILE if shellstream is NULL;
33084         it's not necessary.
33085
33086 2000-11-05  Jim Meyering  <meyering@lucent.com>
33087
33088         * lib/makepath.h (make_dir): Declare.
33089         * lib/makepath.c (make_dir): Remove `static' attribute.
33090         Tweak a comment.
33091
33092 2000-11-04  Jim Meyering  <meyering@lucent.com>
33093
33094         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
33095
33096 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
33097
33098         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
33099         last one in a bucket, advance to the next bucket.
33100
33101 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
33102
33103         * lib/fnmatch.c: Do not comment out all the code if we are using
33104         the GNU C library, because in some cases we are replacing buggy
33105         code in the GNU C library itself.
33106
33107 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
33108
33109         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
33110         (regex_compile): Catch bogus \(\1\).
33111
33112 2000-10-30  Paul Eggert  <eggert@twinsun.com>
33113
33114         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
33115         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
33116         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
33117
33118 2000-10-30  Paul Eggert  <eggert@twinsun.com>
33119
33120         * lib/error.h, getline.h, modechange.h:
33121         Remove "2000" from Copyright line, as the file hasn't been
33122         changed this year other than in the copyright notice.
33123
33124         * lib/xalloc.h: Add "2000" to Copyright line, as this file
33125         was changed this year.
33126
33127 2000-10-29  Jim Meyering  <meyering@lucent.com>
33128
33129         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
33130         renaming.
33131         * m4/ls-mntd-fs.m4: Likewise
33132
33133 2000-10-29  Jim Meyering  <meyering@lucent.com>
33134
33135         * lib/xstat.in: Fix grammar in comment.
33136
33137 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
33138
33139         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
33140         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
33141         doesn't define __restrict_arr.
33142
33143 2000-10-28  Jim Meyering  <meyering@lucent.com>
33144
33145         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
33146         (jm_PREREQ_MEMCHR): New function.
33147
33148 2000-10-28  Jim Meyering  <meyering@lucent.com>
33149
33150         * lib/memchr.c: Update from libc.
33151         Adjust for portability:
33152         [HAVE_STDLIB_H]: Include stdlib.h.
33153         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
33154         Undef __memchr, too.
33155         [!weak_alias]: Define __memchr to memchr.
33156
33157         * lib/regex.c: Update from libc.
33158         * lib/regex.h: Likewise.
33159         * lib/getopt1.c: Likewise.
33160         * lib/memcmp.c: Likewise.
33161
33162         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
33163         Avoid using fseek, when possible -- it's broken by design.
33164         Patch by Ulrich Drepper.
33165
33166 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
33167
33168         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
33169         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
33170         Giving in to popular pressure to shut up the compiler with casts.
33171
33172 2000-10-26  Jim Meyering  <meyering@lucent.com>
33173
33174         * lib/strftime.c: Update from libc.
33175
33176 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
33177
33178         * regex.c: More `unsigned char' -> `re_char' changes.
33179         Also change several `int' into `re_wchar_t'.
33180         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
33181         (PUSH_FAILURE_POINTER): Don't cast any more.
33182         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
33183         We want GCC to complain, since this piece of code makes
33184         re_match non-reentrant, which *should* be fixed.
33185         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
33186         (EXTEND_BUFFER): Use RETALLOC.
33187         (SET_LIST_BIT): Don't cast.
33188         (re_wchar_t): New type.
33189         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
33190         that those two functions will always properly return.
33191         (IMMEDIATE_QUIT_CHECK): Cast to void.
33192         (analyse_first): Use recursion rather than an explicit stack.
33193         (re_compile_fastmap): Can't fail anymore.
33194         (re_search_2): Don't check re_compile_fastmap for failure.
33195         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
33196         Now also sets the new value (passed in a new argument).
33197         (re_match_2_internal): Use it.
33198         Also, use a new var `reg' of type size_t when looping through regs
33199         rather than reuse the inappropriate `mcnt'.
33200
33201 2000-10-25  Jim Meyering  <meyering@lucent.com>
33202
33203         * lib/obstack.c: Update from libc.
33204
33205 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
33206
33207         * regex.c (regex_compile): Change the way of handling a range from
33208         a char less than 256 to a char not less than 256.
33209
33210 2000-10-24  Andrew Innes  <andrewi@gnu.org>
33211
33212         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
33213         NT-Emacs only.
33214         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
33215         so that re_search functions only quit when callers expect them to.
33216
33217 2000-10-23  Jim Meyering  <meyering@lucent.com>
33218
33219         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
33220         wrong.  That set_locale call must not have any side effects.
33221         From Paul Eggert.
33222
33223 2000-10-22  Jim Meyering  <meyering@lucent.com>
33224
33225         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
33226         [CYCLIC]: Remove now-unused definition.
33227
33228         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
33229         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
33230         Suggestion from Ulrich Drepper.
33231
33232 2000-10-21  Jim Meyering  <meyering@lucent.com>
33233
33234         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
33235         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
33236         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
33237
33238 2000-10-21  Jim Meyering  <meyering@lucent.com>
33239
33240         * lib/dirname.c (memrchr): Declare if necessary.
33241         (dir_name): Remove the restriction that there be no
33242         trailing slashes.  Now, this code skips past them, effectively
33243         ignoring them.
33244         [TEST_DIRNAME] (main): New unit tests.
33245
33246         * lib/memrchr.c: New file from GNU libc.
33247         Undef __memrchr, too.
33248         [!weak_alias]: Define __memrchr to memrchr.
33249         Guard weak_alias use with `#ifdef weak_alias'.
33250
33251 2000-10-21  Jim Meyering  <meyering@lucent.com>
33252
33253         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
33254         (dir_name): Use dir_name_r.
33255         * lib/dirname.h (dir_name_r): Declare it.
33256
33257 2000-10-17  Jim Meyering  <meyering@lucent.com>
33258
33259         * lib/quote.h (PARAMS): Define and use.
33260         Reported by Akim Demaille.
33261
33262         * lib/getopt.c: Update from libc.
33263
33264 2000-10-16  Jim Meyering  <meyering@lucent.com>
33265
33266         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
33267         setlocale.
33268         From Jan Fedak.
33269
33270 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
33271
33272         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
33273
33274 2000-09-25  Jim Meyering  <meyering@lucent.com>
33275
33276         * lib/md5.h (rol): Define (from GnuPG).
33277
33278         * lib/sha.c: Give credit (GnuPG) where due.
33279         (M): Use rol rather than open-coding it.
33280         Add a FIXME comment.
33281
33282 2000-09-21  Jim Meyering  <meyering@lucent.com>
33283
33284         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
33285         Reported by Michael Stone.
33286
33287 2000-09-20  Jim Meyering  <meyering@lucent.com>
33288
33289         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
33290         (noinst_HEADERS): Add sha.h.
33291         Based on code from Scott G. Miller and from GnuPG.
33292
33293 2000-09-18  Jim Meyering  <meyering@lucent.com>
33294
33295         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
33296         LIBS. Otherwise, everyone ends up linking with -lelf for some
33297         configurations.
33298         Reported by Mike Stone.
33299
33300 2000-09-15  Jim Meyering  <meyering@lucent.com>
33301
33302         * lib/regex.c: Update from libc.
33303
33304 2000-09-10  Jim Meyering  <meyering@lucent.com>
33305
33306         * lib/getopt.c (_getopt_internal): Update from glibc.
33307
33308 2000-09-09  Jim Meyering  <meyering@lucent.com>
33309
33310         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
33311         think it should be used as a general replacement for isascii.
33312         * lib/fnmatch.c: Likewise.
33313         * lib/mbswidth.c: Likewise
33314         * lib/regex.c: Likewise.
33315
33316         Don't use atoi.
33317         * lib/userspec.c: Include sys/param.h and limits.h.
33318         Include xstrtol.h.
33319         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
33320         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
33321         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
33322         UID, GID.  Check range.
33323
33324 2000-09-06  Jim Meyering  <meyering@lucent.com>
33325
33326         * lib/getopt.c (_getopt_internal): Update from glibc.
33327
33328 2000-08-30  Jim Meyering  <meyering@lucent.com>
33329
33330         * lib/strftime.c: Merge in changes from GNU libc.
33331
33332 2000-08-26  Jim Meyering  <meyering@lucent.com>
33333
33334         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
33335         * m4/fpending.m4: New file.
33336
33337 2000-08-26  Jim Meyering  <meyering@lucent.com>
33338
33339         * lib/closeout.c: Include "__fpending.h".
33340         (close_stdout_status): Return right away if there's nothing to flush.
33341
33342         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
33343         * lib/__fpending.c: New file.
33344         * lib/__fpending.h: New file.
33345
33346 2000-08-20  Jim Meyering  <meyering@lucent.com>
33347
33348         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
33349         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
33350         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
33351
33352 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
33353
33354         Improve fileutils installation on systems where running
33355         programs (like install) can't be unlinked.
33356         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
33357         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
33358
33359 2000-08-07  Paul Eggert  <eggert@twinsun.com>
33360
33361         Standardize on "memory exhausted" instead of "Memory exhausted"
33362         or "virtual memory exhausted".
33363         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
33364         "virtual memory exhausted".
33365         * lib/same.c (same_name): Invoke xalloc_die instead of printing
33366         our own message.
33367         * lib/userspec.c (parse_user_spec): Likewise.
33368         * lib/bumpalloc.h: comment fix
33369         * lib/same.c, userspec.c: Include xalloc.h.
33370
33371         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
33372         not char *const and pointing to a constant array.
33373         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
33374         (xrealloc): Comment fix.
33375
33376         * lib/userspec.c (parse_user_spec):
33377         Don't translate a message until just before returning,
33378         to avoid unnecessary translation.
33379
33380 2000-08-07  Jim Meyering  <meyering@lucent.com>
33381
33382         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
33383         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
33384         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
33385         getgroups.c, gethostname.c, getopt.h, group-member.c,
33386         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
33387         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
33388         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
33389         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
33390         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
33391         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
33392         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
33393         yesno.c: Back out Copyright date changes for each file with no change
33394         this year.  This eases coordination with other programs using the same
33395         source code modules.  From Paul Eggert.
33396
33397 2000-08-06  Paul Eggert  <eggert@twinsun.com>
33398
33399         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
33400         not char, for compatibility with glibc 2.1.3 strftime.c.
33401
33402 2000-08-03  Greg McGary  <greg@mcgary.org>
33403
33404         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
33405         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
33406         (EXTEND_BUFFER): Use them.
33407
33408 2000-08-01  Jim Meyering  <meyering@lucent.com>
33409
33410         * lib/dirname.c (ISSLASH): Define.
33411         (BACKSLASH_IS_PATH_SEPARATOR): Define.
33412         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
33413         both `\' and `/' may be use as path separators.
33414         Based on a patch from Prashant TR.
33415
33416 2000-07-31  Paul Eggert  <eggert@twinsun.com>
33417
33418         * lib/quotearg.c (quotearg_n_options): Don't make the initial
33419         slot vector a constant, since it might get modified.
33420
33421 2000-07-31  Jim Meyering  <meyering@lucent.com>
33422
33423         * lib/xmalloc.c: Use `virtual memory exhausted', not
33424         `Memory exhausted'.
33425         * lib/obstack.c (print_and_abort): Likewise.
33426
33427 2000-07-30  Paul Eggert  <eggert@twinsun.com>
33428
33429         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
33430         buffer, so that the caller can always quote one small
33431         component of a "memory exhausted" message in slot 0.
33432         From a suggestion by Jim Meyering.
33433
33434 2000-07-30  Jim Meyering  <meyering@lucent.com>
33435
33436         * lib/makepath.c (make_path): Quote the other instance, too.
33437
33438         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
33439         (STATIC_BUF_SIZE): Define.
33440         (quotearg_n_options): Use only statically allocated storage when
33441         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
33442         than STATIC_BUF_SIZE.
33443
33444 2000-07-29  Jim Meyering  <meyering@lucent.com>
33445
33446         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
33447         * lib/dirname.c (dir_name): Likewise.
33448
33449         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
33450         `/'.
33451
33452         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
33453         (dir_name): Assert that there are no trailing slashes.
33454
33455 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
33456
33457         * lib/mbswidth.h (mbswidth): Add a flags argument.
33458         (mbswidth): New declaration.
33459         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
33460         * lib/mbswidth.c (mbswidth): Add a flags argument.
33461         (mbsnwidth): New function.
33462
33463 2000-07-24  Jim Meyering  <meyering@lucent.com>
33464
33465         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
33466
33467 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33468
33469         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
33470
33471 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33472
33473         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
33474         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
33475         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
33476         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
33477         invoke multibyte primitives.
33478
33479 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33480
33481         * lib/quotearg.c:
33482         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
33483         so that mbstate_t is always defined.
33484
33485         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
33486         be 1 in at least one GCC installation, and this configuration
33487         error is likely to be common.  Ignoring MB_LEN_MAX hurts
33488         performance on hosts that have mbrtowc but have only unibyte
33489         locales, but I assume these hosts are rare.
33490
33491 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33492
33493         * lib/mbswidth.c (_XOPEN_SOURCE):
33494         Don't define; this causes problems on Solaris 7.
33495         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
33496
33497 2000-07-23  Jim Meyering  <meyering@lucent.com>
33498
33499         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
33500         too: getgrgid, getpwuid, getuid.
33501
33502 2000-07-23  Jim Meyering  <meyering@lucent.com>
33503
33504         * lib/basename.c (base_name): Add an assertion.
33505
33506 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
33507
33508         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
33509         shadow its mbsinit function.
33510
33511 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33512
33513         * lib/mbswidth.h: New file.
33514         * lib/mbswidth.c: New file.
33515         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
33516         (noinst_HEADERS): Add mbswidth.h.
33517
33518 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33519
33520         * lib/config.charset: Add support for FreeBSD. Improve support for
33521         HP-UX and IRIX 6.
33522
33523 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
33524
33525         * m4/mbswidth.m4: New file.
33526         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
33527
33528 2000-07-15  Jim Meyering  <meyering@lucent.com>
33529
33530         * lib/makepath.c: Include quote.h.
33531         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
33532         corresponding argument in a `quote (...)' call.
33533         Give better diagnostics.
33534
33535         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
33536         (noinst_HEADERS): Add quote.h.
33537
33538         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
33539         from tar's src/misc.c.
33540         * lib/quote.h: New file.  Prototypes for same.
33541
33542 2000-07-14  Paul Eggert  <eggert@twinsun.com>
33543
33544         From a suggestion by Bruno Haible.
33545         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
33546         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
33547         to decide whether to define the BeOS workaround macro;
33548         this adjusts to the change to AC_MBSTATE_T.
33549
33550 2000-07-14  Jim Meyering  <meyering@lucent.com>
33551
33552         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
33553         jm_AC_TYPE_UINTMAX_T.
33554
33555 2000-07-13  Paul Eggert  <eggert@twinsun.com>
33556
33557         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
33558
33559         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
33560         quotearg_buffer_restyled): Add support for
33561         clocale_quoting_style.  Undo previous change to
33562         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
33563         and "{RIGHT QUOTATION MARK}" msgids.
33564
33565 2000-07-10  Paul Eggert  <eggert@twinsun.com>
33566
33567         From a suggestion by Bruno Haible.
33568         * m4/mbstate_t.m4 (AC_MBSTATE_T):
33569         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
33570         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
33571         and mbstate_t, to a single-part test that simply defines mbstate_t.
33572         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
33573         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
33574
33575 2000-07-10  Jim Meyering  <meyering@lucent.com>
33576
33577         * m4/strerror_r.m4: Mirror the correction made in autoconf.
33578
33579         * m4/gnu-source.m4: Output to confdefs.h directly.
33580         Suggestion from Akim Demaille.
33581
33582 2000-07-09  Paul Eggert  <eggert@twinsun.com>
33583
33584         The old behavior of quoting `like this' doesn't look good with
33585         newer, ISO-style fonts.  See:
33586         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
33587
33588         Instead, quote "like this" by default.  Let the translator
33589         tailor the locale-specific quoting behavior by providing
33590         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
33591
33592         * lib/quotearg.c (N_): New macro.
33593         (gettext_default): New function.
33594         (quotearg_buffer_restyled): Use
33595         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
33596         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
33597
33598 2000-07-09  Jim Meyering  <meyering@lucent.com>
33599
33600         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
33601         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
33602
33603         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
33604         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
33605
33606 2000-07-09  Jim Meyering  <meyering@lucent.com>
33607
33608         * lib/Most files: Update copyright dates to include 2000.
33609
33610 2000-07-08  Jim Meyering  <meyering@lucent.com>
33611
33612         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
33613         if not defined.
33614         (xgethostname): Remove now-unnecessary #ifdef.
33615         Move declaration of `err' into loop where it's used.
33616
33617 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33618         and Bruno Haible  <haible@clisp.cons.org>
33619
33620         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
33621         only if the test for an object-type mbstate_t fails.  This
33622         prevents us from mistakenly reporting that mbstate_t is a
33623         system object type after we "#define mbstate_t int" to work
33624         around its lack.
33625
33626 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33627         and Bruno Haible  <haible@clisp.cons.org>
33628
33629         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33630
33631 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33632
33633         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33634         to strerror_r.
33635         Include <ctype.h> for use of isalpha.
33636
33637 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33638
33639         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33640         by allocating a larger buffer. Test the gethostname return value for
33641         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33642         returns an error and ENAMETOOLONG isn't defined.
33643
33644 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33645
33646         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33647         dimension.
33648
33649 2000-07-04  Jim Meyering  <meyering@lucent.com>
33650
33651         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33652         of the deprecated AC_CHECKING.
33653
33654 2000-07-04  Jim Meyering  <meyering@lucent.com>
33655
33656         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33657         Reported by Bruno Haible.
33658
33659 2000-07-04  Jim Meyering  <meyering@lucent.com>
33660
33661         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33662         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33663         lacks mbrtowc.
33664
33665 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33666
33667         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33668         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33669
33670 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33671         and Bruno Haible  <haible@clisp.cons.org>
33672
33673         * lib/quotearg.c (mbrtowc):
33674         Assign to *pwc, and return 1 only if result is nonzero.
33675         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33676
33677 2000-07-03  Jim Meyering  <meyering@lucent.com>
33678
33679         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33680
33681 2000-07-03  Jim Meyering  <meyering@lucent.com>
33682
33683         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33684         This is necessary to get a definition of e.g., UTMP_FILE on
33685         HP-UX 10.20.
33686         From Bob Proulx.
33687
33688 2000-07-02  Jim Meyering  <meyering@lucent.com>
33689
33690         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33691
33692         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33693         AC_LIBOBJ(function_name).
33694         * m4/chown.m4: Likewise.
33695         * m4/fnmatch.m4: Likewise.
33696         * m4/ftruncate.m4: Likewise.
33697         * m4/getgroups.m4: Likewise.
33698         * m4/getline.m4: Likewise.
33699         * m4/group-member.m4: Likewise.
33700         * m4/jm-macros.m4: Likewise.
33701         * m4/lstat.m4: Likewise.
33702         * m4/malloc.m4: Likewise.
33703         * m4/memcmp.m4: Likewise.
33704         * m4/nanosleep.m4: Likewise.
33705         * m4/putenv.m4: Likewise.
33706         * m4/realloc.m4: Likewise.
33707         * m4/regex.m4: Likewise.
33708         * m4/stat.m4: Likewise.
33709         * m4/strftime.m4: Likewise.
33710
33711 2000-07-02  Jim Meyering  <meyering@lucent.com>
33712
33713         * lib/quotearg.c (mbstate_t): Don't define here.
33714
33715 2000-07-02  Jim Meyering  <meyering@lucent.com>
33716
33717         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33718
33719 2000-07-01  Jim Meyering  <meyering@lucent.com>
33720
33721         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33722
33723 2000-07-01  Jim Meyering  <meyering@lucent.com>
33724
33725         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33726         problem.
33727
33728 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33729
33730         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33731         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33732
33733 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33734
33735         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33736         per change in ../m4/ls-mntd-fs.m4.
33737         (read_filesystem_list): Ignore symbolic links.
33738
33739 2000-06-29  Jim Meyering  <meyering@lucent.com>
33740
33741         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33742         for declaration of strcmp.
33743
33744         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33745
33746         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33747         Avoid warning by casting result to `char *' to remove `const'.
33748
33749 2000-06-28  Jim Meyering  <meyering@lucent.com>
33750
33751         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33752         included by quotearg.c, for which we perform this test.  From
33753         Bruno Haible.
33754
33755 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33756
33757         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33758         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33759         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33760
33761 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33762
33763         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33764
33765 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33766
33767         savedir now sets errno on failure and invokes xmalloc to get memory.
33768         Fix a couple of other minor bugs while we're at it.
33769
33770         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33771         (NAMLEN): Remove macro.
33772         (malloc, realloc): Remove decls.
33773         (stpcpy): Likewise.
33774         ("xalloc.h"): Include.
33775         (NAME_SIZE_DEFAULT): New macro.
33776         (savedir): Use xmalloc / xrealloc to allocate memory.
33777         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33778         Skip "" directory entries.
33779         Use strlen to calculate directory entry length, since the old method
33780         is rarely used these days and isn't worth supporting.
33781         Don't use a pointer after freeing it.
33782         Check for integer overflow when calculating allocation size.
33783         Use memcpy to copy entries, instead of stpcpy.
33784         Set errno properly when returning NULL.
33785         Check for readdir error.
33786
33787 2000-06-26  Jim Meyering  <meyering@lucent.com>
33788
33789         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33790
33791 2000-06-25  Jim Meyering  <meyering@lucent.com>
33792
33793         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33794         Linux header bug when _XOPEN_SOURCE is defined to 500.
33795
33796 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33797
33798         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33799         deficiency.
33800
33801 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33802
33803         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33804         Include xalloc.h.
33805         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33806
33807 2000-06-24  Jim Meyering  <meyering@lucent.com>
33808
33809         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33810         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33811         for which strerror does return char*, but which lacks a conveniently
33812         accessible declaration of the function.  If the compile-test says
33813         strerror_r doesn't work, then resort to a `run'-test that works on
33814         BeOS and segfaults on DEC Unix.
33815
33816 2000-06-24  Jim Meyering  <meyering@lucent.com>
33817
33818         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33819
33820 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33821
33822         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33823         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33824
33825 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33826
33827         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33828         (mbrtowc, mbstate_t): Define substitutes if
33829         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33830         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33831         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33832
33833 2000-06-23  Jim Meyering  <meyering@lucent.com>
33834
33835         * m4/afs.m4: Add missing AC_MSG_RESULT.
33836         Reported by Bruno Haible.
33837
33838         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33839         Suggestion from Bruno Haible.
33840
33841 2000-06-23  Jim Meyering  <meyering@lucent.com>
33842
33843         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33844
33845 2000-06-21  Jim Meyering  <meyering@lucent.com>
33846
33847         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33848
33849 2000-06-21  Jim Meyering  <meyering@lucent.com>
33850
33851         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33852         (noinst_HEADERS): Add getstr.h.
33853
33854         * lib/getline.c (getstr): Move into a separate file.
33855         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33856         the following changes: new parameter, delim2; both delim[12]
33857         parameters have type `int', not `char'.  The latter would lose
33858         with 8-bit delimiters.
33859         * lib/getstr.h: New file.
33860
33861 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33862
33863         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33864         than 1024, return a memory chunk of least possible size, instead
33865         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33866         Use free/xmalloc instead of xrealloc to avoid copying for very long
33867         paths.
33868
33869 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33870
33871         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33872         the empty string.
33873
33874 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33875
33876         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33877         address, not strdup.  Include <stdlib.h> and don't declare free().
33878
33879 2000-06-19  Jim Meyering  <meyering@lucent.com>
33880
33881         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33882
33883 2000-06-18  Jim Meyering  <meyering@lucent.com>
33884
33885         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33886
33887         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33888         `checking whether...' message to be consistent with that of the
33889         lstat test.
33890
33891 2000-06-18  Jim Meyering  <meyering@lucent.com>
33892
33893         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33894         Besides, these days every porting target provides a mkdir function.
33895
33896         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33897         needed. (this snippet comes from src/system.h).
33898
33899 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33900
33901         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33902
33903 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33904
33905         * lib/human.c (adjust_value): New function.
33906         (human_readable_inexact): Apply rounding style even when
33907         printing approximate values.
33908
33909 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33910
33911         * lib/human.c (human_readable_inexact): Allow an input block
33912         size that is not a multiple of the output block size, and vice versa.
33913         Reported by Piergiorgio Sartor.
33914
33915 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33916
33917         * lib/getdate.y (get_date): Apply relative times after time
33918         zone indicator, not before.  Reported by Todd A. Jacobs.
33919
33920 2000-06-13  Jim Meyering  <meyering@lucent.com>
33921
33922         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33923
33924         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33925
33926 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33927
33928         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33929
33930 2000-06-12  Jim Meyering  <meyering@lucent.com>
33931
33932         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33933         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33934         optional argument.
33935         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33936         the optional argument, `lib'.
33937
33938 2000-06-08  Jim Meyering  <meyering@lucent.com>
33939
33940         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33941
33942 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33943
33944         Rewrite largefile configuration so that we don't need to run
33945         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33946         AC_CANONICAL_HOST in configure.in -- jmm]
33947
33948         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33949         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33950         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33951         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33952         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33953         All uses changed.
33954         Instead of inspecting the output of getconf, try to compile the
33955         test program without and with the macro definition.
33956         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33957         for getconf.  Instead, check for the needed flags by compiling
33958         test programs.
33959
33960 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33961
33962         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33963
33964 2000-06-04  Jim Meyering  <meyering@lucent.com>
33965
33966         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33967         SunOS 4.1.4 for which gid_t is an unsigned type.
33968
33969 2000-06-03  Jim Meyering  <meyering@lucent.com>
33970
33971         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33972         now that autoconf requires that.
33973
33974         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33975         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33976         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33977
33978 2000-06-03  Jim Meyering  <meyering@lucent.com>
33979
33980         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33981
33982 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33983
33984         * m4/glibc21.m4: New file.
33985         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33986
33987 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33988
33989         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33990         newer, don't install charset.alias.
33991         * lib/config.charset: Change the Linux/glibc rules so they become empty
33992         on glibc-2.1 or newer.
33993
33994 2000-06-02  Jim Meyering  <meyering@lucent.com>
33995
33996         * lib/mountlist.c: Back out last change.  Instead, do this...
33997         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33998         me_dummy member using the same `ignore'-testing code.
33999         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
34000         fs_type strings.
34001         From Mark D. Roth.
34002
34003 2000-05-29  Jim Meyering  <meyering@lucent.com>
34004
34005         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
34006         mounts with the `ignore' attribute.  Based on a patch from
34007         Mark D. Roth.
34008
34009 2000-05-28  Jim Meyering  <meyering@lucent.com>
34010
34011         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
34012         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34013         * m4/stat.m4: Likewise.
34014         * m4/lstat.m4: Likewise.
34015         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
34016
34017         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
34018         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
34019
34020 2000-05-26  Jim Meyering  <meyering@lucent.com>
34021
34022         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
34023
34024 2000-05-24  Jim Meyering  <meyering@lucent.com>
34025
34026         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
34027         autoconf requires that.
34028         * m4/lib-check.m4: Likewise.
34029         * m4/jm-macros.m4: Likewise.
34030         * m4/strftime.m4: Likewise.
34031
34032         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
34033         AC_CHECK_DECLS, now that autoconf requires that.
34034
34035 2000-05-22  Jim Meyering  <meyering@lucent.com>
34036
34037         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34038         * m4/lstat.m4: Likewise.
34039
34040 2000-05-22  Jim Meyering  <meyering@lucent.com>
34041
34042         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
34043
34044 2000-05-20  Jim Meyering  <meyering@lucent.com>
34045
34046         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
34047         (jm_PREREQ): Use it.
34048
34049 2000-05-18  Jim Meyering  <meyering@lucent.com>
34050
34051         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
34052         back, too, since it may have been modified by allocate_entry.
34053         (hash_delete): Rewrite to use neither the assignment operator
34054         nor the comma operator in an if-expression.
34055
34056 2000-05-15  Paul Eggert  <eggert@twinsun.com>
34057
34058         * lib/closeout.c:
34059         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
34060         Remove; no longer needed.
34061         "quotearg.h": Add include.
34062         (file_name): Do not bother to explicitly initialize to NULL; it's less
34063         efficient on some hosts.
34064         (close_stdout_status): Remove test as to whether stdout was already
34065         closed; it breaks for the case "echo x | sort >&-".
34066         Quote file name colons.
34067         Do not assume that _("write error") lacks format strings.
34068
34069 2000-05-15  Jim Meyering  <meyering@lucent.com>
34070
34071         * lib/version-etc.c (version_etc_copyright): Update the copyright
34072         string used in all --version output.
34073
34074 2000-05-14  Jim Meyering  <meyering@lucent.com>
34075
34076         * lib/closeout.c (close_stdout_set_file_name): New function.
34077         (close_stdout_status): Use new file-scoped global.
34078         Return right away if fstat says the stdout file descriptor is invalid.
34079         * lib/closeout.h (close_stdout_set_file_name): Declare.
34080
34081 2000-05-10  Jim Meyering  <meyering@lucent.com>
34082
34083         * lib/closeout.c [default_exit_status]: New file-scoped variable.
34084         (close_stdout_set_status): New function.
34085         * lib/closeout.h (close_stdout_set_status): Declare.
34086
34087 2000-05-09  Jim Meyering  <meyering@lucent.com>
34088
34089         * m4/gettext.m4: Rename this...
34090         * m4/libintl.m4: ...to this.
34091
34092 2000-05-08  Jim Meyering  <meyering@lucent.com>
34093
34094         * lib/long-options.c: Don't include closeout.h.
34095         (parse_long_options): Don't call close_stdout for --version.
34096
34097 2000-05-06  Paul Eggert  <eggert@twinsun.com>
34098
34099         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
34100         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
34101         2.1.3 bug.  This avoids a clash when files like regex.c define
34102         _GNU_SOURCE.
34103
34104 2000-05-06  Jim Meyering  <meyering@lucent.com>
34105
34106         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
34107         (AC_REPLACE_FUNCS): Add strnlen.
34108
34109         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
34110         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
34111
34112         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
34113         AC_SEARCH_LIBS call for nanosleep.
34114         (LIB_NANOSLEEP): Set and AC_SUBST.
34115
34116 2000-05-06  Jim Meyering  <meyering@lucent.com>
34117
34118         * lib/strnlen.c: Undefine __strnlen and strnlen.
34119         [!weak_alias]: Define __strnlen to strnlen.
34120
34121         * lib/atexit.c: New file, from libiberty.
34122
34123 2000-05-06  Jim Meyering  <meyering@lucent.com>
34124
34125         * lib/closeout.c (close_stdout_status): Also check for errors on the
34126         stderr stream.
34127
34128 2000-05-05  Jim Meyering  <meyering@lucent.com>
34129
34130         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
34131         AC_SEARCH_LIBS call for clock_gettime.
34132         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
34133
34134         * m4/search-libs.m4: Update from autoconf.
34135
34136         su doesn't work on Solaris 2.6.
34137         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
34138         <shadow.h>.  Reported by Dragos Harabor.
34139
34140 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
34141
34142         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
34143         memcpy instead of xmalloc, xrealloc, path_concat.
34144         (locale_charset): Treat empty environment variables as absent.
34145         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
34146
34147 2000-05-04  Jim Meyering  <meyering@lucent.com>
34148
34149         * lib/getopt.c: Update from glibc.
34150         * lib/obstack.c: Likewise.
34151         * lib/obstack.h: Likewise.
34152         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
34153         file
34154
34155         * lib/regex.h: Likewise.
34156         * lib/strndup.c: Likewise.
34157         * lib/strnlen.c: New file, from glibc.
34158
34159 2000-05-03  Jim Meyering  <meyering@lucent.com>
34160
34161         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
34162
34163 2000-05-02  Paul Eggert  <eggert@twinsun.com>
34164
34165         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
34166         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
34167         compile-time test, rather than inspecting host and OS, to
34168         decide whether to define _LARGEFILE_SOURCE.
34169
34170 2000-05-01  Jim Meyering  <meyering@lucent.com>
34171
34172         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
34173
34174         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
34175         Based on a patch from Bruno Haible.
34176
34177 2000-05-01  Jim Meyering  <meyering@lucent.com>
34178
34179         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
34180
34181 2000-04-29  Jim Meyering  <meyering@lucent.com>
34182
34183         * lib/path-concat.c: Declare strdup only if it's not defined.
34184         * lib/canon-host.c: Likewise.
34185
34186 2000-04-28  Jim Meyering  <meyering@lucent.com>
34187
34188         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
34189         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
34190         is included first, then limits.h is included by locale.h by libintl.h.
34191         From John David Anglin.
34192
34193 2000-04-25  Jim Meyering  <meyering@lucent.com>
34194
34195         * lib/makepath.c (S_IRWXUGO): Define.
34196         (make_path): Always perform explicit chmod if MODE specifies any
34197         of the `special' permission bits.  Prompted by a bug report against
34198         install from Mate Wierdl and Joost van Baal.
34199
34200 2000-04-18  Jim Meyering  <meyering@lucent.com>
34201
34202         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
34203         (jm_PREREQ): Use it.
34204
34205 2000-04-18  Jim Meyering  <meyering@lucent.com>
34206
34207         * lib/README: New file.
34208
34209         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
34210         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
34211
34212 2000-04-17  Jim Meyering  <meyering@lucent.com>
34213
34214         Get it right :-)
34215         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
34216         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
34217         Suggestion from Akim Demaille.
34218
34219 2000-04-17  Jim Meyering  <meyering@lucent.com>
34220
34221         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
34222         the definition of it to rpl_strftime also defined-away the system's
34223         declaration.
34224
34225 2000-04-15  Jim Meyering  <meyering@lucent.com>
34226
34227         Use `C' to denote so-called `contiguous' files, the same way
34228         that tar does.
34229         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
34230         (ftypelet): Use S_ISCTG.
34231         From Michael Deutschmann.
34232
34233 2000-04-14  Jim Meyering  <meyering@lucent.com>
34234
34235         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
34236         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
34237         clobbered.
34238
34239 2000-04-14  Jim Meyering  <meyering@lucent.com>
34240
34241         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
34242
34243 2000-04-13  Jim Meyering  <meyering@lucent.com>
34244
34245         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
34246         AH_VERBATIM to insert required #ifndef into config.h.in.
34247         Suggestion from Akim Demaille.
34248
34249 2000-04-12  Jim Meyering  <meyering@lucent.com>
34250
34251         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
34252         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
34253         Christian Krackowizer.
34254
34255         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
34256         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
34257         (AC_SYS_LARGEFILE): Require.
34258         (AM_C_PROTOTYPES): Require.
34259
34260 2000-04-08  Jim Meyering  <meyering@lucent.com>
34261
34262         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
34263         names don't conflict.  Reported by Eli Zaretskii.
34264
34265 2000-04-07  Jim Meyering  <meyering@lucent.com>
34266
34267         * lib/putenv.c: Move inclusion of errno.h so it follows that of
34268         sys/types.h, to work around system header problems on AIX 3.2.5.
34269         From Bruno Haible.
34270
34271 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
34272
34273         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
34274         bug.  Deal with the different error behavior of Irix iconv.
34275
34276 2000-04-05  Paul Eggert  <eggert@twinsun.com>
34277
34278         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
34279         IRIX if the installer said otherwise.
34280
34281 2000-04-05  Jim Meyering  <meyering@lucent.com>
34282
34283         Portability tweaks required for ultrix4.3.
34284         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
34285         (jm_CHECK_DECLS): Add getutent to the list of functions.
34286         (_jm_DECL_HEADERS): Add utmpx.h.
34287         From John David Anglin.
34288
34289         * m4/strftime.m4: Back out the 2000-04-02 change.
34290         Instead of that change, simply undefine putenv in the test program.
34291
34292 2000-04-05  Jim Meyering  <meyering@lucent.com>
34293
34294         Portability tweaks required for ultrix4.3.
34295         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
34296         getutent.
34297         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
34298         * lib/canon-host.c: Declare strdup.
34299         * lib/path-concat.c: Likewise.
34300         From John David Anglin.
34301
34302 2000-04-04  Jim Meyering  <meyering@lucent.com>
34303
34304         Be more DOS 8.3-friendly.
34305         * lib/ref-add.sin: Renamed from ref-add.sed.in.
34306         * lib/ref-del.sin: Renamed from ref-del.sed.in.
34307         * lib/Makefile.am: Reflect renaming.
34308         Reported by Eli Zaretskii.
34309
34310         Use a temporary file name that won't clash with `charset.alias'
34311         in the DOS 8.3 name space.
34312         * lib/Makefile.am (charset_tmp): Define.
34313         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
34314         (uninstall-local): Likewise.
34315         Reported by Eli Zaretskii.
34316
34317 2000-04-03  Jim Meyering  <meyering@lucent.com>
34318
34319         * m4/gettext.m4: Fix typo in comment.
34320
34321         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
34322         textutils/configure.in).  Suggestion from Paul Eggert.
34323         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
34324
34325 2000-04-02  Paul Eggert  <eggert@twinsun.com>
34326
34327         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
34328         variable in the shell rather than using putenv, which isn't
34329         portable.  This avoids the configure-time inter-test dependency
34330         on the potentially-renamed putenv function.
34331
34332 2000-03-30  Paul Eggert  <eggert@twinsun.com>
34333
34334         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
34335         before checking struct stat.st_blksize, so that
34336         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
34337
34338 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34339
34340         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
34341         since strftime.c uses HAVE_STRFTIME to decide whether to use
34342         the underlying strftime.
34343
34344 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34345
34346         * lib/time/strftime.c (my_strftime): Make sure we call the system
34347         strftime, not ourselves, when invoking the underlying strftime.
34348
34349 2000-03-24  Jim Meyering  <meyering@lucent.com>
34350
34351         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
34352         (charset_alias): Define.
34353         (install-exec-local): Factor out common code.
34354         (uninstall-local): Split lines longer than 80.
34355         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
34356         (SUFFIXES): Define.
34357         (.sed.in.sed): New rule.  Don't redirect directly to $@.
34358         (CLEANFILES): Add ref-add.sed and ref-del.sed.
34359
34360 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
34361
34362         * lib/config.charset: Output a line containing "Packages using this
34363         file".
34364         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
34365         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
34366         ref-del.sed): New rules.
34367
34368 2000-03-17  Jim Meyering  <meyering@lucent.com>
34369
34370         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
34371         Otherwise, include <strings.h>
34372
34373 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
34374
34375         * lib/unicodeio.c (utf8_wctomb): New function.
34376         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
34377         format instead of in UCS-4 with platform dependent endianness.
34378
34379 2000-03-10  Jim Meyering  <meyering@lucent.com>
34380
34381         * m4/lib-check.m4: Look for getspnam in -lgen, too.
34382         From Marco Franzen.
34383
34384 2000-03-07  Paul Eggert  <eggert@twinsun.com>
34385
34386         * lib/savedir.c (savedir): Work even if directory size is
34387         negative; this can happen with some screwy NFS configurations.
34388
34389 2000-03-06  Jim Meyering  <meyering@lucent.com>
34390
34391         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
34392         if it's NULL (because we ran out of memory).  From Bruno Haible.
34393
34394 2000-03-05  Jim Meyering  <meyering@lucent.com>
34395
34396         * lib/localcharset.c ("path-concat.h"): Include.
34397         (get_charset_aliases): Use path_concat instead of ANSI string
34398         concatenation.
34399
34400         * lib/unicodeio.h (PARAMS): Define.
34401         Use it to guard prototype.
34402
34403 2000-03-04  Jim Meyering  <meyering@lucent.com>
34404
34405         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
34406         for lib/localcharset.c.
34407
34408 2000-03-04  Jim Meyering  <meyering@lucent.com>
34409
34410         * lib/Makefile.am (install-exec-local): Create $(libdir) before
34411         installing into it.
34412         (uninstall-local): Uncomment this rule so `make distcheck' works
34413         once again.
34414
34415         * lib/unicodeio.c (<errno.h>): Include it.
34416         (errno): Declare if not defined.
34417
34418         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
34419
34420         * lib/config.charset: New version, incorporating remarks from a linux
34421         i18n mailing list.  From Bruno Haible.
34422
34423 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
34424
34425         * m4/codeset.m4: New file.
34426         * m4/iconv.m4: New file.
34427         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
34428
34429 2000-03-03  Jim Meyering  <meyering@lucent.com>
34430
34431         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
34432
34433 2000-03-02  Jim Meyering  <meyering@lucent.com>
34434
34435         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
34436         the messages come out on separate lines.
34437
34438         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
34439         rather than jm_CHECK_DECLARATIONS.
34440         * m4/decl.m4: Remove now-unused file.
34441
34442         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
34443         geteuid.
34444
34445 2000-03-02  Jim Meyering  <meyering@lucent.com>
34446
34447         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
34448
34449 2000-03-01  Jim Meyering  <meyering@lucent.com>
34450
34451         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
34452         * lib/unicodeio.c: Likewise.
34453
34454 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
34455
34456         * lib/config.charset: New file.
34457         * lib/localcharset.c: New file.
34458         * lib/unicodeio.h, lib/unicodeio.c: New files.
34459         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
34460         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
34461         (noinst_HEADERS): Add unicodeio.h.
34462         (all-local, install-exec-local, charset.alias): New targets.
34463
34464 2000-02-28  Paul Eggert  <eggert@twinsun.com>
34465
34466         * lib/quotearg.c (ALERT_CHAR): New macro.
34467         (quotearg_buffer_restyled): Use it.
34468
34469 2000-02-27  Jim Meyering  <meyering@lucent.com>
34470
34471         * m4/check-decl.m4: Add getenv to the list.
34472
34473 2000-02-27  Jim Meyering  <meyering@lucent.com>
34474
34475         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
34476         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
34477
34478         * lib/backupfile.c: Guard inclusion of stdlib.h with
34479         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
34480         Declare malloc if needed.
34481
34482         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
34483         `#ifndef HAVE_DECL..'
34484         now that autoconf always defines the HAVE_DECL_ symbols.
34485         * lib/human.c: Likewise.
34486         * lib/same.c: Likewise.
34487         * lib/strtoumax.c: Likewise.
34488
34489         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
34490         declaration check was not run.
34491         * lib/hash.c: Likewise.
34492         * lib/human.c: Likewise.
34493         * lib/same.c: Likewise.
34494         * lib/strtoumax.c: Likewise.
34495
34496         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
34497         `.', then first look up the entire `.'-containing string as a login
34498         name.
34499
34500 2000-02-23  Jim Meyering  <meyering@lucent.com>
34501
34502         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
34503         in place of my hack.
34504
34505 2000-02-18  Paul Eggert  <eggert@twinsun.com>
34506
34507         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
34508         (textint): New typedef.
34509         (parser_control): Member year changed from int to textint.
34510         All uses changed.
34511         (YYSTYPE): Removed; replaced by %union with int and textint members.
34512         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
34513         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
34514         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
34515         (tSNUMBER, tUNUMBER): Now of type <textintval>.
34516         (date, number, to_year): Use width of number in digits, not its value,
34517         to determine whether it's a 2-digit year, or a 2-digit time.
34518         (yylex): Store number of digits of numeric tokens.
34519         Reported by John Kendall.
34520
34521         (parser_control): Changed from struct parser_control to typedef (for
34522         consistency).  All uses changed.
34523
34524         (tID): Removed; not used.
34525         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
34526
34527 2000-02-14  Paul Eggert  <eggert@twinsun.com>
34528
34529         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
34530         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
34531
34532 2000-02-12  Jim Meyering  <meyering@lucent.com>
34533
34534         * lib/userspec.c (ISDIGIT): Define it.
34535         (isdigit): Remove definition.
34536         (is_number): Use ISDIGIT, not isdigit.
34537         <libintl.h>: Include.
34538         (_ and N_): Define.
34539         (parse_user_spec): Mark translatable strings.
34540
34541 2000-02-10  Jim Meyering  <meyering@lucent.com>
34542
34543         With these changes, nanosleep.[ch] are finally enough like the other
34544         lib/* replacement files to compile on a few more losing systems.
34545
34546         * lib/nanosleep.h: Don't include config.h.
34547         Remove prototype from declaration of nanosleep.
34548         (PARAMS): Remove now-unneeded definition.
34549         * lib/nanosleep.c: #undef nanosleep.
34550         (rpl_nanosleep): Rename from nanosleep.
34551
34552 2000-02-10  Jim Meyering  <meyering@lucent.com>
34553
34554         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
34555         gnu_nanosleep to rpl_nanosleep.
34556
34557 2000-02-09  Jim Meyering  <meyering@lucent.com>
34558
34559         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
34560         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
34561
34562 2000-02-08  Akim Demaille  <akim@epita.fr>
34563
34564         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
34565         `[' and `]' and remove uses of `changequote'.
34566         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
34567         (AC_SYS_LARGEFILE): Likewise.
34568         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
34569         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
34570         of changequote.
34571         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
34572         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
34573         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
34574         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
34575
34576 2000-02-05  Jim Meyering  <meyering@lucent.com>
34577
34578         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
34579         Remove explicit use of AC_HEADER_TIME.  It is required by
34580         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
34581         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
34582         in autoconf whereby the expansion of the latter ended up preceding
34583         the expansion of its prerequisite, AC_HEADER_TIME.
34584         Reported by Volker Borchert.
34585
34586 2000-02-03  Jim Meyering  <meyering@lucent.com>
34587
34588         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
34589
34590 2000-02-03  Jim Meyering  <meyering@lucent.com>
34591
34592         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
34593         rather than with `#if HAVE_UTMPNAME'.
34594
34595 2000-02-02  Jim Meyering  <meyering@lucent.com>
34596
34597         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
34598         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
34599         Reported by Eli Zaretskii.
34600
34601 2000-02-01  Jim Meyering  <meyering@lucent.com>
34602
34603         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
34604
34605 2000-01-31  Jim Meyering  <meyering@lucent.com>
34606
34607         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
34608         functions.  Add the time.h and sys/time.h headers along with the
34609         AC_REQUIRE'ment of AC_HEADER_TIME.
34610
34611 2000-01-31  Jim Meyering  <meyering@lucent.com>
34612
34613         * lib/nanosleep.h (nanosleep): Guard declaration with
34614         `#if ! HAVE_DECL_NANOSLEEP'.
34615         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
34616         the declaration in that vendor's sys/timers.h.
34617         Reported by Christian Krackowizer.
34618
34619         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
34620         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
34621         (ISPRINT): Likewise.
34622         Reported by Tom Tromey.
34623
34624 2000-01-30  Jim Meyering  <meyering@lucent.com>
34625
34626         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34627
34628         * m4/prereq.m4 (utmp_includes): Define.
34629         Check for ut_user and ut_name members in both struct utmpx
34630         and struct utmp.
34631
34632 2000-01-30  Jim Meyering  <meyering@lucent.com>
34633
34634         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34635         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34636         header files where only utmpx.ut_user is declared.
34637
34638         * lib/readutmp.h (UT_USER): Define.
34639
34640 2000-01-29  Jim Meyering  <meyering@lucent.com>
34641
34642         * m4/lib-check.m4: New file containing library-related checks from
34643         fileutils and sh-utils (textutils had none).
34644
34645 2000-01-28  Jim Meyering  <meyering@lucent.com>
34646
34647         * m4/perl.m4: Change format of warning message to look more like that
34648         from the missing script.  Suggestion from François Pinard.
34649
34650 2000-01-25  Jim Meyering  <meyering@lucent.com>
34651
34652         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34653         well as time.h in the compile check.
34654         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34655         Fix typo in cross-compiling case: s/yes/no/.
34656
34657 2000-01-23  Jim Meyering  <meyering@lucent.com>
34658
34659         * m4/jm-macros.m4: Move df-related tests here from
34660         fileutils/configure.in
34661
34662         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34663         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34664
34665         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34666         s/space/ac_fsusage_space/.
34667         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34668
34669         * m4/ftruncate.m4: New file (derived from part of
34670         fileutils/configure.in).
34671         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34672         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34673
34674         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34675         AC_SUBST these here, rather than just in sh-util/configure.in, so
34676         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34677         all the same.
34678         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34679         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34680         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34681         (AC_SUBST(POW_LIBM)): Likewise.
34682         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34683
34684 2000-01-23  Jim Meyering  <meyering@lucent.com>
34685
34686         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34687         obstack.c.
34688
34689 2000-01-22  Jim Meyering  <meyering@lucent.com>
34690
34691         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34692
34693         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34694
34695         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34696         configure.in
34697         (AC_CHECK_HEADERS): Likewise for sh-utils.
34698         (AC_CHECK_HEADERS): Likewise for textutils.
34699         Merge the three lists of headers.
34700
34701         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34702         from fileutils' configure.in.
34703
34704         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34705         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34706         check-decl.m4.
34707
34708         * m4/check-decl.m4: Use #if rather than #ifdef.
34709         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34710         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34711         (_jm_DECL_HEADERS): Define new function.
34712         (jm_CHECK_DECLARATIONS): Require it.
34713
34714 2000-01-22  Jim Meyering  <meyering@lucent.com>
34715
34716         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34717         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34718         Required for some AIX systems.  Reported by Christian Krackowizer.
34719         [TESTING] (main): New function.
34720
34721         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34722         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34723         letters.
34724
34725         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34726         iswprint.
34727
34728         * lib/strverscmp.c (ISDIGIT): Define.
34729         (strverscmp): Use ISDIGIT, not isdigit.
34730
34731 2000-01-19  Jim Meyering  <meyering@lucent.com>
34732
34733         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34734         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34735         defines `struct timespec' in <sys/time.h>
34736
34737         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34738         Thanks to Akim for explaining.
34739
34740 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34741
34742         * lib/nanosleep.c (nanosleep):
34743         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34744         POSIX.1 doesn't require SA_INTERRUPT and some systems
34745         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34746         it's been part of POSIX.1 since day 1 (in 1988).
34747
34748 2000-01-17  Jim Meyering  <meyering@lucent.com>
34749
34750         * lib/interlock: Remove unused file.  Reported by François Pinard.
34751
34752 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34753
34754         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34755         alert, backslash, formfeed, and vertical tab unnecessarily in
34756         shell quoting style.
34757
34758 2000-01-16  Jim Meyering  <meyering@lucent.com>
34759
34760         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34761         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34762         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34763         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34764
34765 2000-01-16  Jim Meyering  <meyering@lucent.com>
34766
34767         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34768         because the latter didn't work.
34769
34770 2000-01-15  Jim Meyering  <meyering@lucent.com>
34771
34772         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34773         (AC_REPLACE_FUNCS): Add memcpy and memset.
34774         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34775         Add strpbrk.
34776         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34777
34778 2000-01-12  Jim Meyering  <meyering@lucent.com>
34779
34780         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34781         (jm_PREREQ): Use it.
34782         (jm_PREREQ_READUTMP): New macro.
34783         (jm_PREREQ): Use it.
34784
34785 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34786
34787         Quote multibyte characters correctly.
34788         * m4/c-bs-a.m4: New file.
34789         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34790         (jm_PREREQ): Use it.
34791
34792 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34793
34794         * m4/uintmax_t.m4: Port to autoconf 2.13.
34795
34796 2000-01-08  Jim Meyering  <meyering@ascend.com>
34797
34798         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34799         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34800
34801 2000-01-04  Jim Meyering  <meyering@ascend.com>
34802
34803         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34804         jm_STRUCT_DIRENT_D_TYPE.
34805         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34806         jm_STRUCT_DIRENT_D_INO.
34807         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34808         jm_STRUCT_UTIMBUF.
34809         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34810         renamings.
34811         * m4/utime.m4: Likewise.
34812
34813         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34814         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34815
34816 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34817
34818         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34819         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34820
34821 2000-01-02  Jim Meyering  <meyering@ascend.com>
34822
34823         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34824         remember if this is necessary.
34825
34826 1999-12-26  Jim Meyering  <meyering@ascend.com>
34827
34828         * m4/jm-macros.m4: Use it here.
34829         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34830
34831 1999-12-23  Jim Meyering  <meyering@ascend.com>
34832
34833         * m4/jm-macros.m4: Check for clock_gettime (moved from
34834         fileutils/configure.in)
34835         Check for gettimeofday.
34836
34837 1999-12-20  Jim Meyering  <meyering@ascend.com>
34838
34839         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34840         autoconf-2.14a-1999-12-20.
34841
34842 1999-12-19  Jim Meyering  <meyering@ascend.com>
34843
34844         * m4/lstat-slash.m4: New file.
34845         * m4/jm-macros.m4: Use the new macro:
34846         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34847
34848 1999-12-07  Jim Meyering  <meyering@ascend.com>
34849
34850         * m4/perl.m4: Require that File::Compare be available, too.
34851         Too many systems seem to lack it.
34852
34853         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34854         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34855
34856 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34857
34858         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34859         problem with the QNX 4.25 shell, which doesn't propagate exit
34860         status of failed commands inside shell assignments.
34861
34862 1999-11-17  Jim Meyering  <meyering@ascend.com>
34863
34864         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34865
34866 1999-11-07  Jim Meyering  <meyering@ascend.com>
34867
34868         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34869
34870 1999-11-06  Jim Meyering  <meyering@ascend.com>
34871
34872         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34873         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34874
34875 1999-11-05  Jim Meyering  <meyering@ascend.com>
34876
34877         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34878         configure.in of textutils, fileutils, and sh-utils into this one
34879         (shared between those packages) file.
34880         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34881         AC_STRUCT_ST_BLKSIZE.
34882
34883 1999-11-03  Jim Meyering  <meyering@ascend.com>
34884
34885         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34886         of AC_CHECK_TYPE checks includes unistd.h.
34887         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34888         Suggestion from Akim Demaille.
34889
34890 1999-10-30  Jim Meyering  <meyering@ascend.com>
34891
34892         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34893         m4-quoted string.
34894         * m4/ls-mntd-fs.m4: Likewise.
34895         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34896         * m4/jm-winsz1.m4: Likewise.
34897
34898         * m4/const.m4: Remove file, since the fix made it into the experimental
34899         version of autoconf.
34900         * m4/mktime.m4: Likewise.
34901
34902         * m4/check-type.m4: Remove file, now that the latest version of
34903         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34904
34905         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34906         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34907         AC_CHECK_TYPE.
34908
34909 1999-10-04  Jim Meyering  <meyering@ascend.com>
34910
34911         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34912
34913 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34914
34915         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34916         2.95.1 bug with HP-UX 10.20.
34917
34918 1999-09-17  Jim Meyering  <meyering@ascend.com>
34919
34920         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34921         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34922         due to missing strdup (against sh-utils-2.0).
34923
34924 1999-08-29  Jim Meyering  <meyering@ascend.com>
34925
34926         * m4/jm-macros.m4: Require jm_BISON.
34927         * m4/bison.m4: New file.
34928
34929 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34930
34931         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34932         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34933
34934 1999-08-05  Jim Meyering  <meyering@ascend.com>
34935
34936         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34937         to avoid conflicts with `conftest' on 8+3 filesystems.
34938         Suggestion from Eli Zaretskii.
34939
34940 1999-08-04  Jim Meyering  <meyering@ascend.com>
34941
34942         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34943         fileutils and sh-utils (textutils's getline test was inadequate).
34944         (AM_FUNC_GETLINE): Run this test.
34945         (AC_CHECK_FUNCS): Check for getdelim.
34946         Reported by Bob Proulx.
34947
34948 1999-08-02  Jim Meyering  <meyering@ascend.com>
34949
34950         * m4/jm-macros.m4: Add a comment.
34951
34952 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34953
34954         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34955         <inttypes.h> defines strtoumax as a macro (and not as a
34956         function).
34957
34958 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34959
34960         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34961         that we can shift, multiply and divide unsigned long long
34962         values; Ultrix cc can't do it.
34963
34964 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34965
34966         * m4/mktime.m4: New file, which is a preview of what should appear
34967         in the next public autoconf release.
34968
34969 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34970
34971         * m4/lfs.m4: Remove this file.
34972         * m4/largefile.m4: New file.  It contains the old contents of
34973         lfs.m4, except that all names with prefix AC_LFS have been
34974         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34975         compatible with future autoconf versions.  Also, some minor m4
34976         quoting problems have been fixed.
34977
34978 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34979
34980         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34981         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34982         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34983         and simplify the shell code.
34984
34985 1999-08-01  Jim Meyering  <meyering@ascend.com>
34986
34987         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34988         m4.
34989
34990 1999-07-20  Jim Meyering  <meyering@ascend.com>
34991
34992         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34993
34994 1999-07-15  Jim Meyering  <meyering@ascend.com>
34995
34996         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34997
34998 1999-05-22  Jim Meyering  <meyering@ascend.com>
34999
35000         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
35001
35002 1999-05-20  Jim Meyering  <meyering@ascend.com>
35003
35004         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
35005         Add a colon after each `then' in case $4 is empty.
35006
35007 1999-05-16  Jim Meyering  <meyering@ascend.com>
35008
35009         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
35010
35011 1999-05-10  Jim Meyering  <meyering@ascend.com>
35012
35013         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
35014
35015         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
35016         AC_FUNC_MKTIME.
35017
35018 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
35019
35020         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
35021
35022 1999-05-04  Paul Eggert  <eggert@twinsun.com>
35023
35024         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
35025         not CPPFLAGS, so that linking works correctly in IRIX.
35026
35027 1999-04-30  Paul Eggert  <eggert@twinsun.com>
35028
35029         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
35030
35031 1999-04-20  Paul Eggert  <eggert@twinsun.com>
35032
35033         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
35034         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
35035         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
35036         jm_AC_TYPE_UNSIGNED_LONG_LONG.
35037         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
35038
35039         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
35040
35041 1999-04-20  Jim Meyering  <meyering@ascend.com>
35042
35043         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
35044         AC_REPLACE xstroull if necessary.  From Paul Eggert.
35045         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
35046
35047 1999-04-18  Jim Meyering  <meyering@ascend.com>
35048
35049         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
35050         * m4/jm-macros.m4: Use it.
35051
35052 1999-04-06  Jim Meyering  <meyering@ascend.com>
35053
35054         * m4/strftime.m4: Remove test for %f.
35055
35056 1999-03-29  Jim Meyering  <meyering@ascend.com>
35057
35058         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
35059         superset of the AC_TYPE_* checks in the textutils, fileutils,
35060         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
35061         AC_TYPE_PID_T.
35062
35063 1999-03-28  Jim Meyering  <meyering@ascend.com>
35064
35065         * m4/jm-macros.m4: Define GNU_PACKAGE here.
35066         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
35067         replaced e.g., in the *.sh files of the sh-utils.
35068
35069 1999-03-20  Jim Meyering  <meyering@ascend.com>
35070
35071         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
35072         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
35073         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
35074
35075 1999-03-19  Jim Meyering  <meyering@ascend.com>
35076
35077         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
35078
35079 1999-03-12  Jim Meyering  <meyering@ascend.com>
35080
35081         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
35082
35083 1999-03-07  Jim Meyering  <meyering@ascend.com>
35084
35085         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
35086         declared.
35087
35088 1999-02-17  Jim Meyering  <meyering@ascend.com>
35089
35090         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
35091         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
35092
35093 1999-02-07  Jim Meyering  <meyering@ascend.com>
35094
35095         * m4/group-member.m4: New file -- extracted from sh-utils'
35096         configure.in.
35097
35098         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
35099         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
35100
35101 1999-02-06  Jim Meyering  <meyering@ascend.com>
35102
35103         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
35104         * m4/fnmatch.m4: Likewise.
35105         * m4/getgroups.m4: Likewise.
35106         * m4/lstat.m4: Likewise.
35107         * m4/malloc.m4: Likewise.
35108         * m4/putenv.m4: Likewise.
35109         * m4/realloc.m4: Likewise.
35110         * m4/regex.m4: Likewise.
35111         * m4/stat.m4: Likewise.
35112         * m4/strftime.m4: Likewise.
35113         Suggestion from Alain Magloire.
35114
35115         * m4/chown.m4: Use `.$ac_objext', not `.o'.
35116         * m4/fnmatch.m4: Likewise.
35117         * m4/getgroups.m4: Likewise.
35118         * m4/getline.m4: Likewise.
35119         * m4/lstat.m4: Likewise.
35120         * m4/malloc.m4: Likewise.
35121         * m4/memcmp.m4: Likewise.
35122         * m4/putenv.m4: Likewise.
35123         * m4/realloc.m4: Likewise.
35124         * m4/regex.m4: Likewise.
35125         * m4/stat.m4: Likewise.
35126         * m4/strftime.m4: Likewise.
35127         Suggestion from Alain Magloire.
35128
35129         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
35130         an argument.
35131
35132         * m4/regex.m4: Add a run-time Test for proper operation of
35133         re_compile_pattern.
35134
35135 1999-01-31  Jim Meyering  <meyering@ascend.com>
35136
35137         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
35138
35139 1999-01-30  Jim Meyering  <meyering@ascend.com>
35140
35141         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
35142
35143         * m4/jm-mktime.m4: Make this a wrapper around the official
35144         AM_FUNC_MKTIME rather than my private copy, now that the official one
35145         is up to date.
35146         * m4/mktime.m4: Remove file.
35147
35148         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
35149         * m4/uptime.m4: Likewise.
35150         * m4/uintmax_t.m4: Likewise.
35151
35152 1999-01-28  Jim Meyering  <meyering@ascend.com>
35153
35154         * m4/jm-macros.m4: Use jm_AFS.
35155         * m4/afs.m4: New file (from fileutils' configure.in).
35156
35157         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
35158         * m4/chown.m4: Likewise.
35159         * m4/d-ino.m4: Likewise.
35160         * m4/d-type.m4: Likewise.
35161         * m4/fnmatch.m4: Likewise.
35162         * m4/getgroups.m4: Likewise.
35163         * m4/gettext.m4: Likewise.
35164         * m4/jm-mktime.m4: Likewise.
35165         * m4/jm-winsz2.m4: Likewise.
35166         * m4/lcmessage.m4: Likewise.
35167         * m4/ls-mntd-fs.m4: Likewise.
35168         * m4/malloc.m4: Likewise.
35169         * m4/memcmp.m4: Likewise.
35170         * m4/putenv.m4: Likewise.
35171         * m4/realloc.m4: Likewise.
35172         * m4/st_mtim.m4: Likewise.
35173         * m4/strftime.m4: Likewise.
35174
35175 1999-01-16  Jim Meyering  <meyering@ascend.com>
35176
35177         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
35178         (ARGMATCH_DIE_DECL): Define.
35179
35180 1999-01-12  Jim Meyering  <meyering@ascend.com>
35181
35182         * m4/Makefile.am.in: Rewrite to avoid using fmt.
35183         Reported by Lars Hecking.
35184
35185 1999-01-10  Jim Meyering  <meyering@ascend.com>
35186
35187         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
35188         gross kludge.
35189         * m4/inttypes_h.m4: Likewise.
35190         * m4/lstat.m4: Likewise.
35191         * m4/malloc.m4: Likewise.
35192         * m4/readdir.m4: Likewise.
35193         * m4/realloc.m4: Likewise.
35194         * m4/st_dm_mode.m4: Likewise.
35195         * m4/stat.m4: Likewise.
35196         * m4/utimbuf.m4: Likewise.
35197         * m4/utimes.m4: Likewise.
35198
35199         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
35200         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
35201         comments in config.h.in are meaningful.
35202
35203         * m4/jm-macros.m4: Require autoconf-2.13 here.
35204
35205         * m4/regex.m4: By default, don't use the included regex.c on systems
35206         with glibc 2.  Suggestion from Uli Drepper.
35207
35208 1999-01-02  Jim Meyering  <meyering@ascend.com>
35209
35210         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
35211
35212 1998-12-18  Jim Meyering  <meyering@ascend.com>
35213
35214         * m4/Makefile.am.in (Makefile.am): Simplify rule.
35215         Based on a suggestion from Lars Hecking.
35216
35217 1998-11-16  Paul Eggert  <eggert@twinsun.com>
35218
35219         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
35220
35221 1998-11-16  Jim Meyering  <meyering@ascend.com>
35222
35223         * m4/lfs.m4: Double-quote the `uname...` expression.
35224
35225 1998-11-14  Jim Meyering  <meyering@ascend.com>
35226
35227         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
35228         * m4/stat.m4: Likewise.
35229
35230 1998-11-03  Jim Meyering  <meyering@ascend.com>
35231
35232         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
35233         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
35234
35235 1998-10-18  Jim Meyering  <meyering@ascend.com>
35236
35237         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
35238
35239 1998-10-17  Jim Meyering  <meyering@ascend.com>
35240
35241         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
35242         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
35243         calls for those previously hard-coded headers.  Instead, take a new
35244         parameter.
35245         (jm_CHECK_DECLARATIONS): Reflect interface change.
35246         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
35247         (jm_CHECK_DECL_LOCALTIME_R): New macro.
35248
35249         * m4/mktime.m4: Test for spring-forward gap before long-running test.
35250
35251 1998-10-14  Jim Meyering  <meyering@ascend.com>
35252
35253         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
35254         instead of "TZ=America/Vancouver".  From Paul Eggert.
35255
35256 1998-10-11  Jim Meyering  <meyering@ascend.com>
35257
35258         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
35259         This adds a test for a recently added compatibility fix for mktime.c.
35260         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
35261
35262 1998-09-27  Jim Meyering  <meyering@ascend.com>
35263
35264         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
35265
35266         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
35267         ../configure.in, including a change from Gordon Matzigkeit to allow
35268         cross-compiling for the Hurd.
35269
35270         * m4/glibc.m4: New file/macro to test for the GNU C Library
35271         versions 1 and 2.  From Gordon Matzigkeit.
35272         Indent.
35273
35274 1998-09-21  Jim Meyering  <meyering@ascend.com>
35275
35276         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
35277
35278 1998-08-18  Paul Eggert  <eggert@twinsun.com>
35279
35280         Port nanosecond-resolution times to UnixWare 2.1.2 and
35281         pedantic Solaris 2.6.
35282
35283         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
35284         AC_STRUCT_ST_MTIM.
35285         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
35286         Generate name of ns member, instead of just 1 or undef.
35287         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
35288
35289 1998-08-15  Jim Meyering  <meyering@ascend.com>
35290
35291         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
35292         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
35293         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
35294         instead of jm_TYPE_SSIZE_T.
35295
35296 1998-08-12  Jim Meyering  <meyering@ascend.com>
35297
35298         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
35299
35300 1998-08-02  Jim Meyering  <meyering@ascend.com>
35301
35302         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
35303         in acconfig.h manually.
35304
35305 1998-07-31  Paul Eggert  <eggert@twinsun.com>
35306
35307         * m4/st_mtim.m4: New file.
35308
35309 1998-07-28  Jim Meyering  <meyering@ascend.com>
35310
35311         * m4/utimes.m4: Undef stat.
35312
35313 1998-07-25  Jim Meyering  <meyering@ascend.com>
35314
35315         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
35316         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
35317
35318 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
35319
35320         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
35321         uid and gid actually remain unchanged.
35322
35323 1998-07-07  Jim Meyering  <meyering@ascend.com>
35324
35325         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
35326
35327 1998-07-04  Jim Meyering  <meyering@ascend.com>
35328
35329         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
35330         to prove that this macro can be used in packages without regex.c.
35331
35332 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
35333
35334         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
35335         is to be used.
35336
35337 1998-07-03  Jim Meyering  <meyering@ascend.com>
35338
35339         * m4/gettext.m4: Add -lintl if it's found to be necessary.
35340
35341         * m4/gettext.m4: New file -- from gettext-0.10.35.
35342         * m4/lcmessage.m4: Likewise.
35343         * m4/progtest.m4: Likewise.
35344
35345         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
35346         * m4/jm-macros.m4: Require the new macro.
35347
35348 1998-06-29  Jim Meyering  <meyering@ascend.com>
35349
35350         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
35351         for the definition of NGROUPS (used in a system header included
35352         by sys/mount.h).
35353
35354 1998-06-28  Jim Meyering  <meyering@ascend.com>
35355
35356         * m4/ls-mntd-fs.m4: New file.
35357         * m4/fstypename.m4: New file.
35358
35359         * m4/jm-macros.m4: Require the new macro.
35360         * m4/jm-glibc-io.m4: New file.
35361
35362 1998-05-19  Jim Meyering  <meyering@ascend.com>
35363
35364         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
35365         * m4/lchown.m4: New file.
35366
35367         * m4/Makefile.am.in: New file.
35368         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
35369
35370 1998-05-14  Jim Meyering  <meyering@ascend.com>
35371
35372         * m4/Makefile.am (EXTRA_DIST): Add them.
35373         * m4/jm-macros.m4: New file.
35374         * m4/utimbuf.m4: New file.
35375
35376 1998-05-12  Jim Meyering  <meyering@ascend.com>
35377
35378         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
35379
35380 1998-05-11  Jim Meyering  <meyering@ascend.com>
35381
35382         * m4/isc-posix.m4: New file.
35383
35384 1998-05-10  Jim Meyering  <meyering@ascend.com>
35385
35386         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
35387
35388 1998-05-09  Jim Meyering  <meyering@ascend.com>
35389
35390         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35391         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
35392         with automake.
35393
35394         * m4/ssize_t.m4: New file.
35395         * m4/mktime.m4: Remove file -- the new automake has this now.
35396
35397 1998-04-26  Jim Meyering  <meyering@ascend.com>
35398
35399         * m4/assert.m4: New file.
35400         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
35401
35402 1998-04-05  Jim Meyering  <meyering@ascend.com>
35403
35404         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
35405         (jm_PREREQ): Use it here.
35406
35407 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
35408
35409         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
35410         in acconfig.h.
35411
35412 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
35413
35414         * m4/prereq.m4: New file.
35415         * m4/error.m4: New file.
35416         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
35417
35418 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
35419
35420         * m4/getline.m4: Don't set am_cv_func_working_getline before the
35421         cache-check for the same variable -- that defeated the purpose of
35422         the test; the test program was never run.  This was a problem only
35423         on systems with losing getline functions -- HP-UX 10.20 is one.
35424         Reported by Bjorn Helgaas.
35425
35426 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
35427
35428         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
35429
35430 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
35431
35432         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
35433
35434         * m4/const.m4: New file.  Use an initializer in this declaration
35435         typedef int charset[2]; const charset x;
35436         Reported by Bob Glickstein.
35437
35438 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
35439
35440         * m4/chown.m4: Fix reversed types on -1 args to chown.
35441         From Kaveh Ghazi.
35442
35443 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
35444
35445         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
35446         Add lseek and memchr.
35447
35448         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
35449         T.E.Dickey <dickey@clark.net> said that some older preprocessors
35450         have a 20-character limit on names.
35451
35452 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
35453
35454         * m4/inttypes_h.m4: New file.
35455         * m4/uintmax_t.m4: New file.
35456         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
35457
35458 Copyright (C) 1997-2007 Free Software Foundation, Inc.
35459 Copying and distribution of this file, with or without modification,
35460 are permitted provided the copyright notice and this notice are preserved.