88b3d03ad0f12bb5c7d2831862e659fa3ec6d074
[gnulib.git] / ChangeLog
1 2007-10-26  Bruno Haible  <bruno@clisp.org>
2
3         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
4         borrowed from autoconf.
5
6 2007-10-26  Bruno Haible  <bruno@clisp.org>
7
8         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
9         strerror returned the empty string. Needed on HP-UX 11.00.
10
11 2007-10-24  Micah Cowan  <micah@cowan.name>
12
13         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
14         * build-aux/bootstrap: Remove support for now-unnecessary option,
15         --cvs-user, and envvars CVS_USER, CVS_RSH.
16
17 2007-10-24  Jim Meyering  <meyering@redhat.com>
18
19         Avoid diagnostics from sha1sum when there is no cached checksum.
20         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
21         if the po.s1 file hasn't been created yet.
22
23         * build-aux/bootstrap: Sync from coreutils:
24         2007-10-24  Jim Meyering  <meyering@redhat.com>
25         Get gnulib from the git repository, not from an obsolete cvs one.
26         * build-aux/bootstrap: Suggestion from Micah Cowan.
27         2007-10-04  Jim Meyering  <jim@meyering.net>
28         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29         (update_po_files): Work also when there are no .po files in po/.
30
31 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32
33         * README: Append ".git" to git and cg examples.
34         Problem reported by Benoit Sigoure.
35
36 2007-10-23  Micah Cowan  <micah@cowan.name>
37
38         * users.txt: Add wget.
39
40 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41
42         Fix linking of some unistdio tests on FreeBSD.
43         * modules/unistdio/u16-vsnprintf-tests
44         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
45         * modules/unistdio/u16-vsprintf-tests
46         (test_u16_vsnprintf1_LDADD): Likewise.
47         * modules/unistdio/u32-vsnprintf-tests
48         (test_u32_vsnprintf1_LDADD): Likewise.
49         * modules/unistdio/u32-vsprintf-tests
50         (test_u32_vsprintf1_LDADD): Likewise.
51         * modules/unistdio/u8-vsnprintf-tests
52         (test_u8_vsnprintf1_LDADD): Likewise.
53         * modules/unistdio/u8-vsprintf-tests
54         (test_u8_vsprintf1_LDADD): Likewise.
55         * modules/unistdio/ulc-vsnprintf-tests
56         (test_ulc_vsnprintf1_LDADD): Likewise.
57         * modules/unistdio/ulc-vsprintf-tests
58         (test_ulc_vsprintf1_LDADD): Likewise.
59
60         Fix linking of some uniconv tests on FreeBSD.
61         * modules/uniconv/u16-conv-from-enc-tests
62         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
63         * modules/uniconv/u16-conv-to-enc-tests
64         (test_u16_conv_to_enc_LDADD): Likewise.
65         * modules/uniconv/u16-strconv-from-enc-tests
66         (test_u16_strconv_from_enc_LDADD): Likewise.
67         * modules/uniconv/u16-strconv-to-enc-tests
68         (test_u16_strconv_to_enc_LDADD): Likewise.
69         * modules/uniconv/u32-conv-from-enc-tests
70         (test_u32_conv_from_enc_LDADD): Likewise.
71         * modules/uniconv/u32-conv-to-enc-tests
72         (test_u32_conv_to_enc_LDADD): Likewise.
73         * modules/uniconv/u32-strconv-from-enc-tests
74         (test_u32_strconv_from_enc_LDADD): Likewise.
75         * modules/uniconv/u32-strconv-to-enc-tests
76         (test_u32_strconv_to_enc_LDADD): Likewise.
77         * modules/uniconv/u8-conv-from-enc-tests
78         (test_u8_conv_from_enc_LDADD): Likewise.
79         * modules/uniconv/u8-conv-to-enc-tests
80         (test_u8_conv_to_enc_LDADD): Likewise.
81         * modules/uniconv/u8-strconv-from-enc-tests
82         (test_u8_strconv_from_enc_LDADD): Likewise.
83         * modules/uniconv/u8-strconv-to-enc-tests
84         (test_u8_strconv_to_enc_LDADD): Likewise.
85
86 2007-10-22  Bruno Haible  <bruno@clisp.org>
87
88         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
89         size.
90
91 2007-10-22  Eric Blake  <ebb9@byu.net>
92
93         Tweak x*printf documentation.
94         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
95         variable name and comments.
96         Suggested by Bruno Haible.
97
98 2007-10-22  Bruno Haible  <bruno@clisp.org>
99
100         * lib/acl.c (copy_acl): Fix file name in comment.
101
102 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
103
104         Fix Tru64 problem with stdbool.h.
105         * lib/stdbool.in.h (false, true):
106         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
107         Don't declare as an enum in this situation; it runs afoul of Tru64.
108         Problem reported by Steven M. Schweda in
109         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
110
111 2007-10-22  Eric Blake  <ebb9@byu.net>
112
113         Also wrap vf?printf.
114         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
115         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
116         (xvprintf, xvfprintf): New functions.
117
118 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
119
120         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
121         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
122
123         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
124         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
125
126 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
127
128         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
129         by Bruno Haible.
130
131 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
132
133         * lib/getloadavg.c
134         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
135         Undef `sys' after including sys/table.h, for Tru64 4.0D.
136
137         * tests/test-i-ring.c: Work for C89.
138
139 2007-10-22  Bruno Haible  <bruno@clisp.org>
140
141         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
142         -1u, in preprocessor expression, so that we don't test for the bug
143         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
144         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
145
146 2007-10-22  Eric Blake  <ebb9@byu.net>
147
148         * tests/test-yesno.sh: Silence stderr during test.
149
150 2007-10-22  Simon Josefsson  <simon@josefsson.org>
151
152         * modules/crypto/gc-camellia: New file.
153
154         * m4/gc-camellia.m4: New file.
155
156         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
157
158         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
159
160 2007-10-22  Simon Josefsson  <simon@josefsson.org>
161
162         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
163         --help to stdout.  Reported by sms@antinode.org (Steven
164         M. Schweda).
165
166 2007-10-22  Simon Josefsson  <simon@josefsson.org>
167
168         * users.txt: Fix link to libksba.
169
170 2007-10-21  Ben Pfaff  <blp@gnu.org>
171
172         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
173         round.c roundf implementation that depends on floorf and ceilf to
174         be tested unconditionally.
175
176 2007-10-21  Ben Pfaff  <blp@gnu.org>
177
178         * m4/check-libm-func.m4: Removed.
179         * m4/check-math-lib.m4: New file.
180         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
181         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
182         definition and lack of AC_LIBOBJ([roundf]).
183         * m4/roundl.m4: Ditto, and similarly for roundl.
184         * modules/round: Reference new m4 file.
185         * modules/roundf: Ditto.
186         * modules/roundl: Ditto.
187         * tests/test-round2.c (main): Use ROUND instead of round.
188         Bug report from Bruno Haible.
189
190 2007-10-21  Bruno Haible  <bruno@clisp.org>
191
192         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
193         context.
194
195 2007-10-21  Bruno Haible  <bruno@clisp.org>
196
197         * tests/test-wcwidth.c (main): Allow negative result for some control
198         characters.
199
200         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
201         Needed on OSF/1 5.1.
202
203 2007-10-21  Bruno Haible  <bruno@clisp.org>
204
205         * tests/test-floorf1.c: Include isnanf.h.
206         (main): Use isnanf() instead of isnan().
207         * tests/test-ceilf1.c: Include isnanf.h.
208         (main): Use isnanf() instead of isnan().
209         * tests/test-truncf1.c: Include isnanf.h.
210         (main): Use isnanf() instead of isnan().
211         * tests/test-roundf1.c: Include isnanf.h.
212         (main): Use isnanf() instead of isnan().
213
214 2007-10-21  Eric Blake  <ebb9@byu.net>
215
216         * users.txt: Update URL for m4.
217
218 2007-10-21  Bruno Haible  <bruno@clisp.org>
219
220         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
221
222 2007-10-21  Bruno Haible  <bruno@clisp.org>
223
224         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
225         Git's management files if the CVS files are not present.
226
227 2007-10-20  Bruno Haible  <bruno@clisp.org>
228
229         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
230         gcc-3.4.x.
231
232 2007-10-20  Ben Pfaff  <blp@gnu.org>
233
234         * lib/math.in.h: Declare round, roundf, roundl if we are providing
235         implementations.
236         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
237         * lib/round.c: New file.
238         * lib/roundf.c: New file.
239         * lib/roundl.c: New file.
240         * m4/round.m4: New file.
241         * m4/roundf.m4: New file.
242         * m4/roundl.m4: New file.
243         * m4/check-libm-func-m4: New file.
244         * modules/math: Replace round, roundf, roundl related @VARS@ in
245         math.in.h.
246         * modules/round: New file.
247         * modules/round-tests: New file.
248         * modules/roundf: New file.
249         * modules/roundf-tests: New file.
250         * modules/roundl: New file.
251         * modules/roundl-tests: New file.
252         * tests/test-round1.c: New file.
253         * tests/test-round2.c: New file.
254         * tests/test-roundf1.c: New file.
255         * tests/test-roundf2.c: New file.
256         * tests/test-roundl.c: New file.
257         * doc/functions/round.texi: Mention round module.
258         * doc/functions/roundf.texi: Mention roundf module.
259         * doc/functions/roundl.texi: Mention roundl module.
260         * MODULES.html.sh: Mention new modules.
261         Thanks to Bruno Haible for suggestions.
262
263 2007-10-20  Jim Meyering  <meyering@redhat.com>
264
265         * lib/xprintf.c: Include <config.h> unconditionally.
266
267         Change xprintf's license to GPL.
268         * modules/xprintf (License): s/LGPL/GPL/, since this module
269         depends on modules (exit and exitfail) which are GPL.
270         Suggestion from Bruno Haible.
271
272         xprintf fixes.
273         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
274         Use a clearer diagnostic.
275         Patch from Bruno Haible.
276
277 2007-10-20  Bruno Haible  <bruno@clisp.org>
278
279         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
280         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
281         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
282
283 2007-10-20  Bruno Haible  <bruno@clisp.org>
284
285         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
286         precision in the comparison result > x - 1 or similar.
287         * tests/test-ceilf2.c (correct_result_p): Likewise.
288         * tests/test-truncf2.c (correct_result_p): Likewise.
289         * tests/test-trunc2.c (correct_result_p): Likewise.
290         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
291
292 2007-10-20  Bruno Haible  <bruno@clisp.org>
293
294         * modules/ceil: New file.
295         * m4/ceil.m4: New file.
296         * doc/functions/ceil.texi: Mention the 'ceil' module.
297
298 2007-10-20  Bruno Haible  <bruno@clisp.org>
299
300         * modules/floor: New file.
301         * m4/floor.m4: New file.
302         * doc/functions/floor.texi: Mention the 'floor' module.
303
304 2007-10-20  Bruno Haible  <bruno@clisp.org>
305
306         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
307         of %a.
308         * modules/floorf-tests (Depends-on): Likewise.
309         * modules/truncf-tests (Depends-on): Likewise.
310         * modules/trunc-tests (Depends-on): Likewise.
311         Reported by Ben Pfaff.
312
313 2007-10-19  Jim Meyering  <meyering@redhat.com>
314
315         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
316         Don't bother testing specific errno values.  Just test ferror.
317
318         New module: xprintf
319         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
320
321 2007-10-19  Bruno Haible  <bruno@clisp.org>
322
323         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
324         syntax.
325         * modules/javaexec (Makefile.am): Likewise.
326         * modules/relocatable-prog (Makefile.am): Likewise.
327         Suggested by Jim Meyering.
328
329 2007-10-18  Bruno Haible  <bruno@clisp.org>
330
331         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
332         Reported by Jim Meyering.
333
334 2007-10-18  Eric Blake  <ebb9@byu.net>
335
336         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
337
338 2007-10-18  Bruno Haible  <bruno@clisp.org>
339
340         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
341         the format string into writable memory. Needed in Fortify conditions.
342
343 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
344             Bruno Haible  <bruno@clisp.org>
345
346         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
347         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
348         * modules/trim (Depends-on): Add mbchar.
349         (configure.ac): Add gl_FUNC_MBRTOWC.
350         (Makefile.am): Augment lib_SOURCES.
351
352 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
353
354         Modify glob.c to use fstatat and dirfd, to simplify it.
355         Suggested by Eric Blake.
356         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
357         Don't include <stdbool.h>; not used.
358         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
359         (link_exists_p): Simplify implementation, since we can now assume
360         dirfd and fstatat.
361         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
362
363 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
364
365         * gnulib-tool (func_get_dependencies): Fix sed script to
366         match only tests.
367
368 2007-10-17  Bruno Haible  <bruno@clisp.org>
369
370         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
371         allow locale names without encoding suffix.
372         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
373         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
374
375 2007-10-16  Bruno Haible  <bruno@clisp.org>
376
377         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
378         * lib/getgroups.c (getgroups): Likewise.
379         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
380
381 2007-10-16  Bruno Haible  <bruno@clisp.org>
382
383         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
384         * modules/malloc-posix (License): Likewise.
385         * modules/realloc-posix (License): Likewise.
386         * modules/calloc-posix (License): Likewise.
387         * modules/intprops (License): Change from GPL to LGPL, with
388         Paul Eggert's approval.
389
390 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
391
392         Merge glibc changes into lib/glob.c.
393
394         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
395         2007-10-15 04:59:03 UTC.  Here are the changes:
396
397         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
398
399         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
400
401         * lib/glob.c: Add some branch prediction throughout.
402
403         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
404
405         [BZ #5103]
406         * lib/glob.c (glob): Recognize patterns starting \/.
407
408         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
409
410         [BZ #3996]
411         * lib/glob.c (attribute_hidden): Define if not defined.
412         (glob): Unescape dirname, filename or username when needed and not
413         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
414         is NULL.  Handle unescaped [ in pattern without closing ].
415         Don't pass GLOB_CHECK down to recursive glob for directories.
416         (__glob_pattern_type): New function.
417         (__glob_pattern_p): Implement using __glob_pattern_type.
418         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
419         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
420         Remove unreachable code.
421
422         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
423
424         * lib/glob.c (glob_in_dir): Add some comments and asserts to
425         explain why there are no leaks.
426
427         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
428
429         [BZ #3253]
430         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
431         time, rather allocate increasingly bigger arrays of pointers, if
432         possible with alloca, if too large with malloc.
433
434 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
435
436         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
437         Problem reported by H.Merijn Brand in
438         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
439         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
440         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
441
442 2007-10-15  Bruno Haible  <bruno@clisp.org>
443
444         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
445         with explicit rpl_ prefix.
446         * lib/fopen.c (fopen): Likewise.
447         * lib/freopen.c (freopen): Likewise.
448         * lib/iconv.c (iconv): Likewise.
449         * lib/iconv_close.c (iconv_close): Likewise.
450
451 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
452
453         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
454
455 2007-10-15  Bruno Haible  <bruno@clisp.org>
456
457         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
458         <stddef.h> instead of <stdlib.h> since we only need NULL.
459         Reported by Ben Pfaff <blp@cs.stanford.edu>.
460
461 2007-10-15  Bruno Haible  <bruno@clisp.org>
462
463         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
464         Replace paragraph talking about LIBOBJS.
465         Reported by Colin Watson <cjwatson@debian.org>.
466
467 2007-10-15  Bruno Haible  <bruno@clisp.org>
468
469         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
470         <stdlib.h> before using NULL.
471
472 2007-10-15  Simon Josefsson  <simon@josefsson.org>
473
474         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
475         Reported by Albert Chin <china@thewrittenword.com>.
476
477 2007-10-14  Bruno Haible  <bruno@clisp.org>
478
479         * modules/iconv_open-utf-tests: New file.
480         * tests/test-iconv-utf.c: New file.
481
482         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
483         * modules/iconv_open-utf: New file.
484         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
485         (iconv, iconv_close): New declarations.
486         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
487         be defined.
488         (iconv_open): Add special handling of conversion between UTF-8 and
489         UTF-{16,32}{BE,LE}.
490         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
491         * lib/iconv_close.c: New file.
492         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
493         gl_FUNC_ICONV_OPEN.
494         (gl_FUNC_ICONV_OPEN): Use it.
495         (gl_FUNC_ICONV_OPEN_UTF): New macro.
496         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
497         and REPLACE_ICONV_UTF.
498         * modules/iconv_open (Depends-on): Add c-strcase.
499         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
500         ICONV_CONST.
501         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
502
503 2007-10-13  Albert Chin  <china@thewrittenword.com>
504             Bruno Haible  <bruno@clisp.org>
505
506         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
507         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
508
509 2007-10-13  Bruno Haible  <bruno@clisp.org>
510
511         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
512         defined, use the ISO C99 inline semantics.
513         * lib/argp.h (ARGP_EI): Likewise.
514
515 2007-10-13  Bruno Haible  <bruno@clisp.org>
516
517         Handle 'inline' change in gcc 4.3.0.
518         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
519         argp_fmtstream_write, argp_fmtstream_set_lmargin,
520         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
521         argp_fmtstream_point): Disable 'extern' declaration if the function
522         definition is going to be provided inline.
523         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
524         semantics, not the ISO C99 inline semantics.
525         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
526         'extern' declaration if the function definition is going to be provided
527         inline.
528         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
529         the GNU C inline semantics, not the ISO C99 inline semantics. With
530         GCC 4.2, avoid a warning.
531
532 2007-10-13  Bruno Haible  <bruno@clisp.org>
533
534         * lib/freading.h (freading): Enable the use of __freading for
535         glibc >= 2.7.
536         * lib/freading.c (freading): Likewise.
537
538 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
539
540         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
541         "warning: C99 inline functions are not supported; using GNU89".
542
543 2007-10-12  Bruno Haible  <bruno@clisp.org>
544
545         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
546         of 2.
547         * tests/test-ceilf2.c: New file.
548         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
549
550         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
551         * modules/ceilf-tests: Update.
552
553 2007-10-12  Bruno Haible  <bruno@clisp.org>
554
555         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
556         of 2.
557         * tests/test-floorf2.c: New file.
558         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
559
560         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
561         * modules/floorf-tests: Update.
562
563 2007-10-12  Bruno Haible  <bruno@clisp.org>
564
565         * tests/test-trunc2.c: New file.
566         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
567
568         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
569         * modules/trunc-tests: Update.
570
571 2007-10-12  Bruno Haible  <bruno@clisp.org>
572
573         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
574         of 2.
575         * tests/test-truncf2.c: New file.
576         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
577
578         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
579         * modules/truncf-tests: Update.
580
581 2007-10-11  Eric Blake  <ebb9@byu.net>
582
583         Don't claim strerror is broken on Interix.
584         * doc/functions/strerror.texi (strerror): Known broken systems are
585         now Solaris 8, and not Interix.
586         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
587         Interix on cross-compile.
588         Reported by Martin Koeppe in
589         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
590
591 2007-10-11  Bruno Haible  <bruno@clisp.org>
592
593         * modules/i-ring-tests: New file.
594         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
595         instead of assert.
596
597 2007-10-11  Bruno Haible  <bruno@clisp.org>
598
599         * modules/filenamecat-tests: New file.
600         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
601         * lib/filenamecat.c: Remove test code.
602
603 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
604
605         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
606
607         * lib/strerror.c: Include <string.h> always, to test interface,
608         and to remove the need for the dummy.
609         Include intprops.h to compute width instead of doing it ourselves
610         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
611         (strerror): Define it to return NULL if there's no system strerror.
612         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
613         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
614         ancient pre-strerror Unix systems well any more.  Saying "unknown
615         system error" is enough.
616         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
617         simpler strerror.c implementation.
618         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
619         Simplify the tests to reflect the simpler strerror implementation.
620         * modules/strerror (Depends-on): Add intprops.
621
622 2007-10-09  Eric Blake  <ebb9@byu.net>
623
624         Silence test-fpending.
625         * modules/fpending-tests (Files): Add wrapper script.
626         * tests/test-fpending.sh: New file.
627
628 2007-10-09  Bruno Haible  <bruno@clisp.org>
629
630         * MODULES.html.sh (func_module): Don't create a hyperlink for
631         function names like 'printf_frexp'.
632         (Misc): Add crc, memxor.
633         (Characteristics of floating types): New section.
634         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
635         isnanf-nolibm, signbit, trunc, truncf, truncl.
636         (Enhancements for ISO C 99 functions): New subsection Input/output.
637         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
638         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
639         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
640         (Compatibility checks for POSIX:2001 functions): Add clock-time.
641         (Enhancements for POSIX:2001 functions): Add chdir-long.
642         (File system functions): Add areadlink, chdir-safer, read-file.
643         Remove cycle-check.
644         (File system as inode set): New section.
645         (Date and time): Add gethrxtime.
646         (Multithreading): Add openmp.
647         (Internationalization functions): Add localename.
648         (Unicode string functions): Add unistr/u*-mbsnlen.
649         (Support for maintaining and releasing projects): Add git-version-gen.
650         (Lone files): Remove directories.
651
652 2007-10-08  Ben Pfaff  <blp@gnu.org>
653
654         * lib/xmalloca.h: Fix typo in comment.
655
656 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
657
658         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
659         when avoiding problems with integer overflow.  Use a portable test
660         instead.
661
662 2007-10-08  Simon Josefsson  <simon@josefsson.org>
663
664         * modules/dummy (License): Change to LGPLv2+.
665         * modules/float (License): Likewise
666         * modules/realloc (License): Likewise
667         * modules/stdlib (License): Likewise
668
669 2007-10-07  Bruno Haible  <bruno@clisp.org>
670
671         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
672         * floor.c (TWO_MANT_DIG): Likewise.
673         * ceil.c (TWO_MANT_DIG): Likewise.
674         Reported by Ben Pfaff.
675
676 2007-10-07  Bruno Haible  <bruno@clisp.org>
677
678         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
679         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
680         * lib/frexp.c (FUNC): Likewise.
681         * lib/printf-frexp.h (printf_frexp): Likewise.
682         * lib/printf-frexpl.h (printf_frexpl): Likewise.
683         * lib/printf-frexp.c (FUNC): Likewise.
684         Suggested by Jim Meyering.
685
686 2007-10-07  Jim Meyering  <meyering@redhat.com>
687
688         Make xnanosleep's integer overflow test more robust.
689         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
690         so that gcc-4.3.0 doesn't optimize away this test for overflow.
691
692 2007-10-07  Bruno Haible  <bruno@clisp.org>
693
694         * NEWS: Mention the license change.
695
696         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
697         abbreviations in the modules files.
698
699         Change copyright notice from GPLv2+ to GPLv3+.
700         * README: Change copyright notice.
701         * MODULES.html.sh: Likewise.
702         * build-aux/bootstrap.conf: Likewise.
703         * build-aux/config.libpath: Likewise.
704         * build-aux/csharpcomp.sh.in: Likewise.
705         * build-aux/csharpexec.sh.in: Likewise.
706         * build-aux/install-reloc: Likewise.
707         * build-aux/javacomp.sh.in: Likewise.
708         * build-aux/javaexec.sh.in: Likewise.
709         * build-aux/ldd.sh.in: Likewise.
710         * build-aux/reloc-ldflags: Likewise.
711         * build-aux/relocatable.sh.in: Likewise.
712         * build-aux/x-to-1.in: Likewise.
713         * check-module: Likewise.
714         * config/srclistvars.sh: Likewise.
715         * gnulib-tool: Likewise.
716         * lib/acl-internal.h: Likewise.
717         * lib/acl.c: Likewise.
718         * lib/acl.h: Likewise.
719         * lib/acl_entries.c: Likewise.
720         * lib/areadlink-with-size.c: Likewise.
721         * lib/areadlink.c: Likewise.
722         * lib/areadlink.h: Likewise.
723         * lib/argmatch.c: Likewise.
724         * lib/argmatch.h: Likewise.
725         * lib/argp-ba.c: Likewise.
726         * lib/argp-eexst.c: Likewise.
727         * lib/argp-fmtstream.c: Likewise.
728         * lib/argp-fmtstream.h: Likewise.
729         * lib/argp-fs-xinl.c: Likewise.
730         * lib/argp-help.c: Likewise.
731         * lib/argp-namefrob.h: Likewise.
732         * lib/argp-parse.c: Likewise.
733         * lib/argp-pin.c: Likewise.
734         * lib/argp-pv.c: Likewise.
735         * lib/argp-pvh.c: Likewise.
736         * lib/argp-xinl.c: Likewise.
737         * lib/argp.h: Likewise.
738         * lib/at-func.c: Likewise.
739         * lib/atanl.c: Likewise.
740         * lib/backupfile.c: Likewise.
741         * lib/backupfile.h: Likewise.
742         * lib/basename.c: Likewise.
743         * lib/binary-io.h: Likewise.
744         * lib/byteswap.in.h: Likewise.
745         * lib/c-stack.c: Likewise.
746         * lib/c-stack.h: Likewise.
747         * lib/c-strcasestr.c: Likewise.
748         * lib/c-strcasestr.h: Likewise.
749         * lib/c-strstr.c: Likewise.
750         * lib/c-strstr.h: Likewise.
751         * lib/c-strtod.c: Likewise.
752         * lib/calloc.c: Likewise.
753         * lib/canon-host.c: Likewise.
754         * lib/canon-host.h: Likewise.
755         * lib/canonicalize-lgpl.c: Likewise.
756         * lib/canonicalize.c: Likewise.
757         * lib/canonicalize.h: Likewise.
758         * lib/ceil.c: Likewise.
759         * lib/ceilf.c: Likewise.
760         * lib/ceill.c: Likewise.
761         * lib/chdir-long.c: Likewise.
762         * lib/chdir-long.h: Likewise.
763         * lib/chdir-safer.c: Likewise.
764         * lib/chdir-safer.h: Likewise.
765         * lib/chown.c: Likewise.
766         * lib/classpath.c: Likewise.
767         * lib/classpath.h: Likewise.
768         * lib/clean-temp.c: Likewise.
769         * lib/clean-temp.h: Likewise.
770         * lib/cloexec.c: Likewise.
771         * lib/close-stream.c: Likewise.
772         * lib/closein.c: Likewise.
773         * lib/closein.h: Likewise.
774         * lib/closeout.c: Likewise.
775         * lib/closeout.h: Likewise.
776         * lib/concat-filename.c: Likewise.
777         * lib/copy-file.c: Likewise.
778         * lib/copy-file.h: Likewise.
779         * lib/count-one-bits.h: Likewise.
780         * lib/crc.c: Likewise.
781         * lib/crc.h: Likewise.
782         * lib/creat-safer.c: Likewise.
783         * lib/csharpcomp.c: Likewise.
784         * lib/csharpcomp.h: Likewise.
785         * lib/csharpexec.c: Likewise.
786         * lib/csharpexec.h: Likewise.
787         * lib/cycle-check.c: Likewise.
788         * lib/cycle-check.h: Likewise.
789         * lib/diacrit.c: Likewise.
790         * lib/diacrit.h: Likewise.
791         * lib/diffseq.h: Likewise.
792         * lib/dirchownmod.c: Likewise.
793         * lib/dirent.in.h: Likewise.
794         * lib/dirfd.c: Likewise.
795         * lib/dirfd.h: Likewise.
796         * lib/dirname.c: Likewise.
797         * lib/dirname.h: Likewise.
798         * lib/dummy.c: Likewise.
799         * lib/dup-safer.c: Likewise.
800         * lib/dup2.c: Likewise.
801         * lib/eealloc.h: Likewise.
802         * lib/error.c: Likewise.
803         * lib/error.h: Likewise.
804         * lib/euidaccess.c: Likewise.
805         * lib/exclude.c: Likewise.
806         * lib/exclude.h: Likewise.
807         * lib/execute.c: Likewise.
808         * lib/execute.h: Likewise.
809         * lib/exitfail.c: Likewise.
810         * lib/exitfail.h: Likewise.
811         * lib/expl.c: Likewise.
812         * lib/fatal-signal.c: Likewise.
813         * lib/fatal-signal.h: Likewise.
814         * lib/fbufmode.c: Likewise.
815         * lib/fbufmode.h: Likewise.
816         * lib/fchdir.c: Likewise.
817         * lib/fchmodat.c: Likewise.
818         * lib/fchownat.c: Likewise.
819         * lib/fcntl--.h: Likewise.
820         * lib/fcntl-safer.h: Likewise.
821         * lib/fcntl.in.h: Likewise.
822         * lib/fd-safer.c: Likewise.
823         * lib/fflush.c: Likewise.
824         * lib/file-has-acl.c: Likewise.
825         * lib/file-set.c: Likewise.
826         * lib/file-type.c: Likewise.
827         * lib/file-type.h: Likewise.
828         * lib/fileblocks.c: Likewise.
829         * lib/filemode.c: Likewise.
830         * lib/filemode.h: Likewise.
831         * lib/filename.h: Likewise.
832         * lib/filenamecat.c: Likewise.
833         * lib/filenamecat.h: Likewise.
834         * lib/findprog.c: Likewise.
835         * lib/findprog.h: Likewise.
836         * lib/float.in.h: Likewise.
837         * lib/floor.c: Likewise.
838         * lib/floorf.c: Likewise.
839         * lib/floorl.c: Likewise.
840         * lib/fopen-safer.c: Likewise.
841         * lib/fopen.c: Likewise.
842         * lib/fpending.c: Likewise.
843         * lib/fpending.h: Likewise.
844         * lib/fprintf.c: Likewise.
845         * lib/fprintftime.h: Likewise.
846         * lib/fpucw.h: Likewise.
847         * lib/fpurge.c: Likewise.
848         * lib/fpurge.h: Likewise.
849         * lib/freadable.c: Likewise.
850         * lib/freadable.h: Likewise.
851         * lib/freadahead.c: Likewise.
852         * lib/freadahead.h: Likewise.
853         * lib/freading.c: Likewise.
854         * lib/freading.h: Likewise.
855         * lib/free.c: Likewise.
856         * lib/freopen.c: Likewise.
857         * lib/frexp.c: Likewise.
858         * lib/frexpl.c: Likewise.
859         * lib/fseek.c: Likewise.
860         * lib/fseterr.c: Likewise.
861         * lib/fseterr.h: Likewise.
862         * lib/fstatat.c: Likewise.
863         * lib/fstrcmp.c: Likewise.
864         * lib/fstrcmp.h: Likewise.
865         * lib/fsusage.c: Likewise.
866         * lib/fsusage.h: Likewise.
867         * lib/ftell.c: Likewise.
868         * lib/ftello.c: Likewise.
869         * lib/fts-cycle.c: Likewise.
870         * lib/fts.c: Likewise.
871         * lib/fts_.h: Likewise.
872         * lib/full-read.c: Likewise.
873         * lib/full-read.h: Likewise.
874         * lib/full-write.c: Likewise.
875         * lib/full-write.h: Likewise.
876         * lib/fwritable.c: Likewise.
877         * lib/fwritable.h: Likewise.
878         * lib/fwriteerror.c: Likewise.
879         * lib/fwriteerror.h: Likewise.
880         * lib/fwriting.c: Likewise.
881         * lib/fwriting.h: Likewise.
882         * lib/gcd.c: Likewise.
883         * lib/gcd.h: Likewise.
884         * lib/getcwd.c: Likewise.
885         * lib/getdate.h: Likewise.
886         * lib/getdate.y: Likewise.
887         * lib/getdomainname.c: Likewise.
888         * lib/getdomainname.h: Likewise.
889         * lib/getgroups.c: Likewise.
890         * lib/gethostname.c: Likewise.
891         * lib/gethrxtime.c: Likewise.
892         * lib/gethrxtime.h: Likewise.
893         * lib/getloadavg.c: Likewise.
894         * lib/getndelim2.c: Likewise.
895         * lib/getndelim2.h: Likewise.
896         * lib/getnline.c: Likewise.
897         * lib/getnline.h: Likewise.
898         * lib/getopt.c: Likewise.
899         * lib/getopt.in.h: Likewise.
900         * lib/getopt1.c: Likewise.
901         * lib/getopt_int.h: Likewise.
902         * lib/getpagesize.h: Likewise.
903         * lib/getsubopt.c: Likewise.
904         * lib/gettime.c: Likewise.
905         * lib/getugroups.c: Likewise.
906         * lib/getugroups.h: Likewise.
907         * lib/getusershell.c: Likewise.
908         * lib/gl_anyavltree_list1.h: Likewise.
909         * lib/gl_anyavltree_list2.h: Likewise.
910         * lib/gl_anyhash_list1.h: Likewise.
911         * lib/gl_anyhash_list2.h: Likewise.
912         * lib/gl_anylinked_list1.h: Likewise.
913         * lib/gl_anylinked_list2.h: Likewise.
914         * lib/gl_anyrbtree_list1.h: Likewise.
915         * lib/gl_anyrbtree_list2.h: Likewise.
916         * lib/gl_anytree_list1.h: Likewise.
917         * lib/gl_anytree_list2.h: Likewise.
918         * lib/gl_anytree_oset.h: Likewise.
919         * lib/gl_anytreehash_list1.h: Likewise.
920         * lib/gl_anytreehash_list2.h: Likewise.
921         * lib/gl_array_list.c: Likewise.
922         * lib/gl_array_list.h: Likewise.
923         * lib/gl_array_oset.c: Likewise.
924         * lib/gl_array_oset.h: Likewise.
925         * lib/gl_avltree_list.c: Likewise.
926         * lib/gl_avltree_list.h: Likewise.
927         * lib/gl_avltree_oset.c: Likewise.
928         * lib/gl_avltree_oset.h: Likewise.
929         * lib/gl_avltreehash_list.c: Likewise.
930         * lib/gl_avltreehash_list.h: Likewise.
931         * lib/gl_carray_list.c: Likewise.
932         * lib/gl_carray_list.h: Likewise.
933         * lib/gl_linked_list.c: Likewise.
934         * lib/gl_linked_list.h: Likewise.
935         * lib/gl_linkedhash_list.c: Likewise.
936         * lib/gl_linkedhash_list.h: Likewise.
937         * lib/gl_list.c: Likewise.
938         * lib/gl_list.h: Likewise.
939         * lib/gl_oset.c: Likewise.
940         * lib/gl_oset.h: Likewise.
941         * lib/gl_rbtree_list.c: Likewise.
942         * lib/gl_rbtree_list.h: Likewise.
943         * lib/gl_rbtree_oset.c: Likewise.
944         * lib/gl_rbtree_oset.h: Likewise.
945         * lib/gl_rbtreehash_list.c: Likewise.
946         * lib/gl_rbtreehash_list.h: Likewise.
947         * lib/gl_sublist.c: Likewise.
948         * lib/gl_sublist.h: Likewise.
949         * lib/group-member.c: Likewise.
950         * lib/group-member.h: Likewise.
951         * lib/hard-locale.c: Likewise.
952         * lib/hard-locale.h: Likewise.
953         * lib/hash-pjw.c: Likewise.
954         * lib/hash-pjw.h: Likewise.
955         * lib/hash-triple.c: Likewise.
956         * lib/hash.c: Likewise.
957         * lib/hash.h: Likewise.
958         * lib/human.c: Likewise.
959         * lib/human.h: Likewise.
960         * lib/i-ring.c: Likewise.
961         * lib/i-ring.h: Likewise.
962         * lib/idcache.c: Likewise.
963         * lib/imaxabs.c: Likewise.
964         * lib/imaxdiv.c: Likewise.
965         * lib/inet_pton.c: Likewise.
966         * lib/inet_pton.h: Likewise.
967         * lib/intprops.h: Likewise.
968         * lib/inttostr.c: Likewise.
969         * lib/inttostr.h: Likewise.
970         * lib/inttypes.in.h: Likewise.
971         * lib/isapipe.c: Likewise.
972         * lib/isdir.c: Likewise.
973         * lib/isnan.c: Likewise.
974         * lib/isnan.h: Likewise.
975         * lib/isnanf.c: Likewise.
976         * lib/isnanf.h: Likewise.
977         * lib/isnanl-nolibm.h: Likewise.
978         * lib/isnanl.c: Likewise.
979         * lib/isnanl.h: Likewise.
980         * lib/javacomp.c: Likewise.
981         * lib/javacomp.h: Likewise.
982         * lib/javaexec.c: Likewise.
983         * lib/javaexec.h: Likewise.
984         * lib/javaversion.c: Likewise.
985         * lib/javaversion.h: Likewise.
986         * lib/javaversion.java: Likewise.
987         * lib/lbrkprop.h: Likewise.
988         * lib/lchmod.h: Likewise.
989         * lib/lchown.c: Likewise.
990         * lib/ldexpl.c: Likewise.
991         * lib/linebreak.c: Likewise.
992         * lib/linebreak.h: Likewise.
993         * lib/linebuffer.c: Likewise.
994         * lib/linebuffer.h: Likewise.
995         * lib/locale.in.h: Likewise.
996         * lib/logl.c: Likewise.
997         * lib/long-options.c: Likewise.
998         * lib/long-options.h: Likewise.
999         * lib/lstat.c: Likewise.
1000         * lib/lstat.h: Likewise.
1001         * lib/math.in.h: Likewise.
1002         * lib/mbchar.c: Likewise.
1003         * lib/mbchar.h: Likewise.
1004         * lib/mbfile.h: Likewise.
1005         * lib/mbiter.h: Likewise.
1006         * lib/mbscasecmp.c: Likewise.
1007         * lib/mbscasestr.c: Likewise.
1008         * lib/mbschr.c: Likewise.
1009         * lib/mbscspn.c: Likewise.
1010         * lib/mbslen.c: Likewise.
1011         * lib/mbsncasecmp.c: Likewise.
1012         * lib/mbsnlen.c: Likewise.
1013         * lib/mbspbrk.c: Likewise.
1014         * lib/mbspcasecmp.c: Likewise.
1015         * lib/mbsrchr.c: Likewise.
1016         * lib/mbssep.c: Likewise.
1017         * lib/mbsspn.c: Likewise.
1018         * lib/mbsstr.c: Likewise.
1019         * lib/mbstok_r.c: Likewise.
1020         * lib/mbswidth.c: Likewise.
1021         * lib/mbswidth.h: Likewise.
1022         * lib/mbuiter.h: Likewise.
1023         * lib/memcasecmp.c: Likewise.
1024         * lib/memcasecmp.h: Likewise.
1025         * lib/memchr.c: Likewise.
1026         * lib/memcmp.c: Likewise.
1027         * lib/memcoll.c: Likewise.
1028         * lib/memcoll.h: Likewise.
1029         * lib/memcpy.c: Likewise.
1030         * lib/memrchr.c: Likewise.
1031         * lib/mkancesdirs.c: Likewise.
1032         * lib/mkdir-p.c: Likewise.
1033         * lib/mkdir-p.h: Likewise.
1034         * lib/mkdir.c: Likewise.
1035         * lib/mkdirat.c: Likewise.
1036         * lib/mkdtemp.c: Likewise.
1037         * lib/mkstemp-safer.c: Likewise.
1038         * lib/mkstemp.c: Likewise.
1039         * lib/modechange.c: Likewise.
1040         * lib/modechange.h: Likewise.
1041         * lib/mountlist.c: Likewise.
1042         * lib/mountlist.h: Likewise.
1043         * lib/mpsort.c: Likewise.
1044         * lib/nanosleep.c: Likewise.
1045         * lib/obstack.c: Likewise.
1046         * lib/obstack.h: Likewise.
1047         * lib/open-safer.c: Likewise.
1048         * lib/open.c: Likewise.
1049         * lib/openat-die.c: Likewise.
1050         * lib/openat-priv.h: Likewise.
1051         * lib/openat-proc.c: Likewise.
1052         * lib/openat.c: Likewise.
1053         * lib/openat.h: Likewise.
1054         * lib/pagealign_alloc.c: Likewise.
1055         * lib/pagealign_alloc.h: Likewise.
1056         * lib/physmem.c: Likewise.
1057         * lib/physmem.h: Likewise.
1058         * lib/pipe-safer.c: Likewise.
1059         * lib/pipe.c: Likewise.
1060         * lib/pipe.h: Likewise.
1061         * lib/posixtm.c: Likewise.
1062         * lib/posixtm.h: Likewise.
1063         * lib/posixver.c: Likewise.
1064         * lib/printf-frexp.c: Likewise.
1065         * lib/printf-frexp.h: Likewise.
1066         * lib/printf-frexpl.c: Likewise.
1067         * lib/printf-frexpl.h: Likewise.
1068         * lib/printf.c: Likewise.
1069         * lib/progname.c: Likewise.
1070         * lib/progname.h: Likewise.
1071         * lib/progreloc.c: Likewise.
1072         * lib/putenv.c: Likewise.
1073         * lib/quote.c: Likewise.
1074         * lib/quote.h: Likewise.
1075         * lib/quotearg.c: Likewise.
1076         * lib/quotearg.h: Likewise.
1077         * lib/raise.c: Likewise.
1078         * lib/readline.c: Likewise.
1079         * lib/readline.h: Likewise.
1080         * lib/readlink.c: Likewise.
1081         * lib/readtokens.c: Likewise.
1082         * lib/readtokens.h: Likewise.
1083         * lib/readtokens0.c: Likewise.
1084         * lib/readtokens0.h: Likewise.
1085         * lib/readutmp.c: Likewise.
1086         * lib/readutmp.h: Likewise.
1087         * lib/realloc.c: Likewise.
1088         * lib/relocwrapper.c: Likewise.
1089         * lib/rename-dest-slash.c: Likewise.
1090         * lib/rename.c: Likewise.
1091         * lib/rmdir.c: Likewise.
1092         * lib/rpmatch.c: Likewise.
1093         * lib/safe-read.c: Likewise.
1094         * lib/safe-read.h: Likewise.
1095         * lib/safe-write.c: Likewise.
1096         * lib/safe-write.h: Likewise.
1097         * lib/same-inode.h: Likewise.
1098         * lib/same.c: Likewise.
1099         * lib/same.h: Likewise.
1100         * lib/save-cwd.c: Likewise.
1101         * lib/save-cwd.h: Likewise.
1102         * lib/savedir.c: Likewise.
1103         * lib/savedir.h: Likewise.
1104         * lib/savewd.c: Likewise.
1105         * lib/savewd.h: Likewise.
1106         * lib/search.in.h: Likewise.
1107         * lib/setenv.c: Likewise.
1108         * lib/setenv.h: Likewise.
1109         * lib/settime.c: Likewise.
1110         * lib/sh-quote.c: Likewise.
1111         * lib/sh-quote.h: Likewise.
1112         * lib/sig2str.c: Likewise.
1113         * lib/sig2str.h: Likewise.
1114         * lib/signal.in.h: Likewise.
1115         * lib/signbitd.c: Likewise.
1116         * lib/signbitf.c: Likewise.
1117         * lib/signbitl.c: Likewise.
1118         * lib/sigprocmask.c: Likewise.
1119         * lib/sincosl.c: Likewise.
1120         * lib/sleep.c: Likewise.
1121         * lib/sprintf.c: Likewise.
1122         * lib/sqrtl.c: Likewise.
1123         * lib/stat-time.h: Likewise.
1124         * lib/stdio--.h: Likewise.
1125         * lib/stdio-safer.h: Likewise.
1126         * lib/stdlib--.h: Likewise.
1127         * lib/stdlib-safer.h: Likewise.
1128         * lib/stdlib.in.h: Likewise.
1129         * lib/stpcpy.c: Likewise.
1130         * lib/stpncpy.c: Likewise.
1131         * lib/strchrnul.c: Likewise.
1132         * lib/strcspn.c: Likewise.
1133         * lib/strerror.c: Likewise.
1134         * lib/strftime.c: Likewise.
1135         * lib/strftime.h: Likewise.
1136         * lib/striconveh.c: Likewise.
1137         * lib/striconveh.h: Likewise.
1138         * lib/striconveha.c: Likewise.
1139         * lib/striconveha.h: Likewise.
1140         * lib/stripslash.c: Likewise.
1141         * lib/strnlen1.c: Likewise.
1142         * lib/strnlen1.h: Likewise.
1143         * lib/strtod.c: Likewise.
1144         * lib/strtoimax.c: Likewise.
1145         * lib/strtok_r.c: Likewise.
1146         * lib/strtol.c: Likewise.
1147         * lib/strtoll.c: Likewise.
1148         * lib/strtoul.c: Likewise.
1149         * lib/strtoull.c: Likewise.
1150         * lib/sysexits.in.h: Likewise.
1151         * lib/tempname.c: Likewise.
1152         * lib/tempname.h: Likewise.
1153         * lib/timespec.h: Likewise.
1154         * lib/tls.c: Likewise.
1155         * lib/tls.h: Likewise.
1156         * lib/tmpdir.c: Likewise.
1157         * lib/tmpdir.h: Likewise.
1158         * lib/tmpfile-safer.c: Likewise.
1159         * lib/tmpfile.c: Likewise.
1160         * lib/trigl.c: Likewise.
1161         * lib/trigl.h: Likewise.
1162         * lib/trim.c: Likewise.
1163         * lib/trim.h: Likewise.
1164         * lib/trunc.c: Likewise.
1165         * lib/truncf.c: Likewise.
1166         * lib/truncl.c: Likewise.
1167         * lib/tsearch.c: Likewise.
1168         * lib/unicodeio.c: Likewise.
1169         * lib/unicodeio.h: Likewise.
1170         * lib/unistd--.h: Likewise.
1171         * lib/unistd-safer.h: Likewise.
1172         * lib/unistdio/ulc-fprintf.c: Likewise.
1173         * lib/unistdio/ulc-vfprintf.c: Likewise.
1174         * lib/unlinkdir.c: Likewise.
1175         * lib/unlinkdir.h: Likewise.
1176         * lib/unlocked-io.h: Likewise.
1177         * lib/unsetenv.c: Likewise.
1178         * lib/userspec.c: Likewise.
1179         * lib/utime.c: Likewise.
1180         * lib/utimecmp.c: Likewise.
1181         * lib/utimecmp.h: Likewise.
1182         * lib/utimens.c: Likewise.
1183         * lib/verify.h: Likewise.
1184         * lib/verror.c: Likewise.
1185         * lib/verror.h: Likewise.
1186         * lib/version-etc-fsf.c: Likewise.
1187         * lib/version-etc.c: Likewise.
1188         * lib/version-etc.h: Likewise.
1189         * lib/vfprintf.c: Likewise.
1190         * lib/vprintf.c: Likewise.
1191         * lib/vsprintf.c: Likewise.
1192         * lib/w32spawn.h: Likewise.
1193         * lib/wait-process.c: Likewise.
1194         * lib/wait-process.h: Likewise.
1195         * lib/wcwidth.c: Likewise.
1196         * lib/write-any-file.c: Likewise.
1197         * lib/xalloc-die.c: Likewise.
1198         * lib/xalloc.h: Likewise.
1199         * lib/xasprintf.c: Likewise.
1200         * lib/xgetcwd.c: Likewise.
1201         * lib/xgetcwd.h: Likewise.
1202         * lib/xgetdomainname.c: Likewise.
1203         * lib/xgetdomainname.h: Likewise.
1204         * lib/xgethostname.c: Likewise.
1205         * lib/xmalloc.c: Likewise.
1206         * lib/xmalloca.c: Likewise.
1207         * lib/xmalloca.h: Likewise.
1208         * lib/xmemcoll.c: Likewise.
1209         * lib/xnanosleep.c: Likewise.
1210         * lib/xreadlink.c: Likewise.
1211         * lib/xreadlink.h: Likewise.
1212         * lib/xsetenv.c: Likewise.
1213         * lib/xsetenv.h: Likewise.
1214         * lib/xstriconv.c: Likewise.
1215         * lib/xstriconv.h: Likewise.
1216         * lib/xstrndup.c: Likewise.
1217         * lib/xstrndup.h: Likewise.
1218         * lib/xstrtod.c: Likewise.
1219         * lib/xstrtod.h: Likewise.
1220         * lib/xstrtol-error.c: Likewise.
1221         * lib/xstrtol.c: Likewise.
1222         * lib/xstrtol.h: Likewise.
1223         * lib/xtime.h: Likewise.
1224         * lib/xvasprintf.c: Likewise.
1225         * lib/xvasprintf.h: Likewise.
1226         * lib/yesno.c: Likewise.
1227         * lib/yesno.h: Likewise.
1228         * posix-modules: Likewise.
1229         * tests/test-alloca-opt.c: Likewise.
1230         * tests/test-arcfour.c: Likewise.
1231         * tests/test-arctwo.c: Likewise.
1232         * tests/test-argmatch.c: Likewise.
1233         * tests/test-argp-2.sh: Likewise.
1234         * tests/test-argp.c: Likewise.
1235         * tests/test-arpa_inet.c: Likewise.
1236         * tests/test-array_list.c: Likewise.
1237         * tests/test-array_oset.c: Likewise.
1238         * tests/test-atexit.c: Likewise.
1239         * tests/test-avltree_list.c: Likewise.
1240         * tests/test-avltree_oset.c: Likewise.
1241         * tests/test-avltreehash_list.c: Likewise.
1242         * tests/test-base64.c: Likewise.
1243         * tests/test-binary-io.c: Likewise.
1244         * tests/test-byteswap.c: Likewise.
1245         * tests/test-c-ctype.c: Likewise.
1246         * tests/test-c-strcasecmp.c: Likewise.
1247         * tests/test-c-strcasestr.c: Likewise.
1248         * tests/test-c-strncasecmp.c: Likewise.
1249         * tests/test-c-strstr.c: Likewise.
1250         * tests/test-canonicalize-lgpl.c: Likewise.
1251         * tests/test-canonicalize.c: Likewise.
1252         * tests/test-carray_list.c: Likewise.
1253         * tests/test-ceilf.c: Likewise.
1254         * tests/test-ceill.c: Likewise.
1255         * tests/test-count-one-bits.c: Likewise.
1256         * tests/test-crc.c: Likewise.
1257         * tests/test-dirname.c: Likewise.
1258         * tests/test-fbufmode.c: Likewise.
1259         * tests/test-fcntl.c: Likewise.
1260         * tests/test-fflush.c: Likewise.
1261         * tests/test-floorf.c: Likewise.
1262         * tests/test-floorl.c: Likewise.
1263         * tests/test-fopen.c: Likewise.
1264         * tests/test-fprintf-posix.c: Likewise.
1265         * tests/test-fprintf-posix.h: Likewise.
1266         * tests/test-fpurge.c: Likewise.
1267         * tests/test-freadable.c: Likewise.
1268         * tests/test-freadahead.c: Likewise.
1269         * tests/test-freading.c: Likewise.
1270         * tests/test-freopen.c: Likewise.
1271         * tests/test-frexp.c: Likewise.
1272         * tests/test-frexpl.c: Likewise.
1273         * tests/test-fseek.c: Likewise.
1274         * tests/test-fseeko.c: Likewise.
1275         * tests/test-fseterr.c: Likewise.
1276         * tests/test-fstrcmp.c: Likewise.
1277         * tests/test-ftell.c: Likewise.
1278         * tests/test-ftello.c: Likewise.
1279         * tests/test-fwritable.c: Likewise.
1280         * tests/test-fwriting.c: Likewise.
1281         * tests/test-getaddrinfo.c: Likewise.
1282         * tests/test-getpass.c: Likewise.
1283         * tests/test-gettimeofday.c: Likewise.
1284         * tests/test-hmac-md5.c: Likewise.
1285         * tests/test-hmac-sha1.c: Likewise.
1286         * tests/test-iconv.c: Likewise.
1287         * tests/test-iconvme.c: Likewise.
1288         * tests/test-inttypes.c: Likewise.
1289         * tests/test-isnan.c: Likewise.
1290         * tests/test-isnanf.c: Likewise.
1291         * tests/test-isnanl-nolibm.c: Likewise.
1292         * tests/test-isnanl.c: Likewise.
1293         * tests/test-isnanl.h: Likewise.
1294         * tests/test-ldexpl.c: Likewise.
1295         * tests/test-linked_list.c: Likewise.
1296         * tests/test-linkedhash_list.c: Likewise.
1297         * tests/test-locale.c: Likewise.
1298         * tests/test-localename.c: Likewise.
1299         * tests/test-lock.c: Likewise.
1300         * tests/test-lseek.c: Likewise.
1301         * tests/test-malloca.c: Likewise.
1302         * tests/test-math.c: Likewise.
1303         * tests/test-mbscasecmp.c: Likewise.
1304         * tests/test-mbscasestr1.c: Likewise.
1305         * tests/test-mbscasestr2.c: Likewise.
1306         * tests/test-mbscasestr3.c: Likewise.
1307         * tests/test-mbscasestr4.c: Likewise.
1308         * tests/test-mbschr.c: Likewise.
1309         * tests/test-mbscspn.c: Likewise.
1310         * tests/test-mbsncasecmp.c: Likewise.
1311         * tests/test-mbspbrk.c: Likewise.
1312         * tests/test-mbspcasecmp.c: Likewise.
1313         * tests/test-mbsrchr.c: Likewise.
1314         * tests/test-mbsspn.c: Likewise.
1315         * tests/test-mbsstr1.c: Likewise.
1316         * tests/test-mbsstr2.c: Likewise.
1317         * tests/test-mbsstr3.c: Likewise.
1318         * tests/test-md5.c: Likewise.
1319         * tests/test-memmem.c: Likewise.
1320         * tests/test-netinet_in.c: Likewise.
1321         * tests/test-open.c: Likewise.
1322         * tests/test-printf-frexp.c: Likewise.
1323         * tests/test-printf-frexpl.c: Likewise.
1324         * tests/test-printf-posix.c: Likewise.
1325         * tests/test-printf-posix.h: Likewise.
1326         * tests/test-rbtree_list.c: Likewise.
1327         * tests/test-rbtree_oset.c: Likewise.
1328         * tests/test-rbtreehash_list.c: Likewise.
1329         * tests/test-read-file.c: Likewise.
1330         * tests/test-rijndael.c: Likewise.
1331         * tests/test-search.c: Likewise.
1332         * tests/test-signbit.c: Likewise.
1333         * tests/test-sleep.c: Likewise.
1334         * tests/test-snprintf-posix.c: Likewise.
1335         * tests/test-snprintf-posix.h: Likewise.
1336         * tests/test-snprintf.c: Likewise.
1337         * tests/test-sprintf-posix.c: Likewise.
1338         * tests/test-sprintf-posix.h: Likewise.
1339         * tests/test-stat-time.c: Likewise.
1340         * tests/test-stdbool.c: Likewise.
1341         * tests/test-stdint.c: Likewise.
1342         * tests/test-stdio.c: Likewise.
1343         * tests/test-stdlib.c: Likewise.
1344         * tests/test-stpncpy.c: Likewise.
1345         * tests/test-strcasestr.c: Likewise.
1346         * tests/test-striconv.c: Likewise.
1347         * tests/test-striconveh.c: Likewise.
1348         * tests/test-striconveha.c: Likewise.
1349         * tests/test-string.c: Likewise.
1350         * tests/test-sys_select.c: Likewise.
1351         * tests/test-sys_socket.c: Likewise.
1352         * tests/test-sys_stat.c: Likewise.
1353         * tests/test-sys_time.c: Likewise.
1354         * tests/test-sysexits.c: Likewise.
1355         * tests/test-time.c: Likewise.
1356         * tests/test-tls.c: Likewise.
1357         * tests/test-trunc.c: Likewise.
1358         * tests/test-truncf.c: Likewise.
1359         * tests/test-truncl.c: Likewise.
1360         * tests/test-unistd.c: Likewise.
1361         * tests/test-vasnprintf-posix.c: Likewise.
1362         * tests/test-vasnprintf-posix2.c: Likewise.
1363         * tests/test-vasnprintf.c: Likewise.
1364         * tests/test-vasprintf-posix.c: Likewise.
1365         * tests/test-vasprintf.c: Likewise.
1366         * tests/test-verify.c: Likewise.
1367         * tests/test-vfprintf-posix.c: Likewise.
1368         * tests/test-vprintf-posix.c: Likewise.
1369         * tests/test-vsnprintf-posix.c: Likewise.
1370         * tests/test-vsnprintf.c: Likewise.
1371         * tests/test-vsprintf-posix.c: Likewise.
1372         * tests/test-wchar.c: Likewise.
1373         * tests/test-wctype.c: Likewise.
1374         * tests/test-wcwidth.c: Likewise.
1375         * tests/test-xstrtol.c: Likewise.
1376         * tests/test-xvasprintf.c: Likewise.
1377         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1378         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1379         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1380         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1381         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1382         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1383         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1384         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1385         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1386         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1387         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1388         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1389         * tests/uniname/test-uninames.c: Likewise.
1390         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1391         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
1392         * tests/unistdio/test-u16-printf1.h: Likewise.
1393         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1394         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1395         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1396         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1397         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1398         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1399         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1400         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
1401         * tests/unistdio/test-u32-printf1.h: Likewise.
1402         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1403         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1404         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1405         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1406         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1407         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1408         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1409         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
1410         * tests/unistdio/test-u8-printf1.h: Likewise.
1411         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1412         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1413         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1414         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1415         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1416         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1417         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1418         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
1419         * tests/unistdio/test-ulc-printf1.h: Likewise.
1420         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1421         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1422         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1423         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1424         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1425         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1426         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1427         * tests/uniwidth/test-u16-width.c: Likewise.
1428         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1429         * tests/uniwidth/test-u32-width.c: Likewise.
1430         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1431         * tests/uniwidth/test-u8-width.c: Likewise.
1432         * tests/uniwidth/test-uc_width.c: Likewise.
1433         * config/srclist-update: Likewise.
1434         (fixlicense): Update to GPLv3+.
1435
1436         Change copyright notice from LGPLv2.1+ to LGPLv3+.
1437         * tests/test-tsearch.c: Change copyright notice.
1438
1439         Change copyright notice from LGPLv2.0+ to LGPLv3+.
1440         * lib/c-strcaseeq.h: Change copyright notice.
1441         * lib/streq.h: Likewise.
1442         * lib/uniconv.h: Likewise.
1443         * lib/uniconv/u-conv-from-enc.h: Likewise.
1444         * lib/uniconv/u-conv-to-enc.h: Likewise.
1445         * lib/uniconv/u-strconv-from-enc.h: Likewise.
1446         * lib/uniconv/u-strconv-to-enc.h: Likewise.
1447         * lib/uniconv/u16-conv-from-enc.c: Likewise.
1448         * lib/uniconv/u16-conv-to-enc.c: Likewise.
1449         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
1450         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
1451         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
1452         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
1453         * lib/uniconv/u32-conv-from-enc.c: Likewise.
1454         * lib/uniconv/u32-conv-to-enc.c: Likewise.
1455         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
1456         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
1457         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
1458         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
1459         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1460         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1461         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1462         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1463         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1464         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1465         * lib/uniname.h: Likewise.
1466         * lib/uniname/uniname.c: Likewise.
1467         * lib/unistdio.h: Likewise.
1468         * lib/unistdio/u-asnprintf.h: Likewise.
1469         * lib/unistdio/u-asprintf.h: Likewise.
1470         * lib/unistdio/u-printf-args.c: Likewise.
1471         * lib/unistdio/u-printf-args.h: Likewise.
1472         * lib/unistdio/u-printf-parse.h: Likewise.
1473         * lib/unistdio/u-snprintf.h: Likewise.
1474         * lib/unistdio/u-sprintf.h: Likewise.
1475         * lib/unistdio/u-vasprintf.h: Likewise.
1476         * lib/unistdio/u-vsnprintf.h: Likewise.
1477         * lib/unistdio/u-vsprintf.h: Likewise.
1478         * lib/unistdio/u16-asnprintf.c: Likewise.
1479         * lib/unistdio/u16-asprintf.c: Likewise.
1480         * lib/unistdio/u16-printf-parse.c: Likewise.
1481         * lib/unistdio/u16-snprintf.c: Likewise.
1482         * lib/unistdio/u16-sprintf.c: Likewise.
1483         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1484         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1485         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1486         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1487         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1488         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1489         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1490         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1491         * lib/unistdio/u16-vasnprintf.c: Likewise.
1492         * lib/unistdio/u16-vasprintf.c: Likewise.
1493         * lib/unistdio/u16-vsnprintf.c: Likewise.
1494         * lib/unistdio/u16-vsprintf.c: Likewise.
1495         * lib/unistdio/u32-asnprintf.c: Likewise.
1496         * lib/unistdio/u32-asprintf.c: Likewise.
1497         * lib/unistdio/u32-printf-parse.c: Likewise.
1498         * lib/unistdio/u32-snprintf.c: Likewise.
1499         * lib/unistdio/u32-sprintf.c: Likewise.
1500         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1501         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1502         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1503         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1504         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1505         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1506         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1507         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1508         * lib/unistdio/u32-vasnprintf.c: Likewise.
1509         * lib/unistdio/u32-vasprintf.c: Likewise.
1510         * lib/unistdio/u32-vsnprintf.c: Likewise.
1511         * lib/unistdio/u32-vsprintf.c: Likewise.
1512         * lib/unistdio/u8-asnprintf.c: Likewise.
1513         * lib/unistdio/u8-asprintf.c: Likewise.
1514         * lib/unistdio/u8-printf-parse.c: Likewise.
1515         * lib/unistdio/u8-snprintf.c: Likewise.
1516         * lib/unistdio/u8-sprintf.c: Likewise.
1517         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1518         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1519         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1520         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1521         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1522         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1523         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1524         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1525         * lib/unistdio/u8-vasnprintf.c: Likewise.
1526         * lib/unistdio/u8-vasprintf.c: Likewise.
1527         * lib/unistdio/u8-vsnprintf.c: Likewise.
1528         * lib/unistdio/u8-vsprintf.c: Likewise.
1529         * lib/unistdio/ulc-asnprintf.c: Likewise.
1530         * lib/unistdio/ulc-asprintf.c: Likewise.
1531         * lib/unistdio/ulc-printf-parse.c: Likewise.
1532         * lib/unistdio/ulc-snprintf.c: Likewise.
1533         * lib/unistdio/ulc-sprintf.c: Likewise.
1534         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1535         * lib/unistdio/ulc-vasprintf.c: Likewise.
1536         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1537         * lib/unistdio/ulc-vsprintf.c: Likewise.
1538         * lib/unistr.h: Likewise.
1539         * lib/unistr/u-cpy-alloc.h: Likewise.
1540         * lib/unistr/u-cpy.h: Likewise.
1541         * lib/unistr/u-endswith.h: Likewise.
1542         * lib/unistr/u-move.h: Likewise.
1543         * lib/unistr/u-set.h: Likewise.
1544         * lib/unistr/u-startswith.h: Likewise.
1545         * lib/unistr/u-stpcpy.h: Likewise.
1546         * lib/unistr/u-stpncpy.h: Likewise.
1547         * lib/unistr/u-strcat.h: Likewise.
1548         * lib/unistr/u-strcpy.h: Likewise.
1549         * lib/unistr/u-strcspn.h: Likewise.
1550         * lib/unistr/u-strdup.h: Likewise.
1551         * lib/unistr/u-strlen.h: Likewise.
1552         * lib/unistr/u-strncat.h: Likewise.
1553         * lib/unistr/u-strncpy.h: Likewise.
1554         * lib/unistr/u-strnlen.h: Likewise.
1555         * lib/unistr/u-strpbrk.h: Likewise.
1556         * lib/unistr/u-strspn.h: Likewise.
1557         * lib/unistr/u-strstr.h: Likewise.
1558         * lib/unistr/u-strtok.h: Likewise.
1559         * lib/unistr/u16-check.c: Likewise.
1560         * lib/unistr/u16-chr.c: Likewise.
1561         * lib/unistr/u16-cmp.c: Likewise.
1562         * lib/unistr/u16-cpy-alloc.c: Likewise.
1563         * lib/unistr/u16-cpy.c: Likewise.
1564         * lib/unistr/u16-endswith.c: Likewise.
1565         * lib/unistr/u16-mblen.c: Likewise.
1566         * lib/unistr/u16-mbsnlen.c: Likewise.
1567         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1568         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1569         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1570         * lib/unistr/u16-mbtouc.c: Likewise.
1571         * lib/unistr/u16-mbtoucr.c: Likewise.
1572         * lib/unistr/u16-move.c: Likewise.
1573         * lib/unistr/u16-next.c: Likewise.
1574         * lib/unistr/u16-prev.c: Likewise.
1575         * lib/unistr/u16-set.c: Likewise.
1576         * lib/unistr/u16-startswith.c: Likewise.
1577         * lib/unistr/u16-stpcpy.c: Likewise.
1578         * lib/unistr/u16-stpncpy.c: Likewise.
1579         * lib/unistr/u16-strcat.c: Likewise.
1580         * lib/unistr/u16-strchr.c: Likewise.
1581         * lib/unistr/u16-strcmp.c: Likewise.
1582         * lib/unistr/u16-strcpy.c: Likewise.
1583         * lib/unistr/u16-strcspn.c: Likewise.
1584         * lib/unistr/u16-strdup.c: Likewise.
1585         * lib/unistr/u16-strlen.c: Likewise.
1586         * lib/unistr/u16-strmblen.c: Likewise.
1587         * lib/unistr/u16-strmbtouc.c: Likewise.
1588         * lib/unistr/u16-strncat.c: Likewise.
1589         * lib/unistr/u16-strncmp.c: Likewise.
1590         * lib/unistr/u16-strncpy.c: Likewise.
1591         * lib/unistr/u16-strnlen.c: Likewise.
1592         * lib/unistr/u16-strpbrk.c: Likewise.
1593         * lib/unistr/u16-strrchr.c: Likewise.
1594         * lib/unistr/u16-strspn.c: Likewise.
1595         * lib/unistr/u16-strstr.c: Likewise.
1596         * lib/unistr/u16-strtok.c: Likewise.
1597         * lib/unistr/u16-to-u32.c: Likewise.
1598         * lib/unistr/u16-to-u8.c: Likewise.
1599         * lib/unistr/u16-uctomb-aux.c: Likewise.
1600         * lib/unistr/u16-uctomb.c: Likewise.
1601         * lib/unistr/u32-check.c: Likewise.
1602         * lib/unistr/u32-chr.c: Likewise.
1603         * lib/unistr/u32-cmp.c: Likewise.
1604         * lib/unistr/u32-cpy-alloc.c: Likewise.
1605         * lib/unistr/u32-cpy.c: Likewise.
1606         * lib/unistr/u32-endswith.c: Likewise.
1607         * lib/unistr/u32-mblen.c: Likewise.
1608         * lib/unistr/u32-mbsnlen.c: Likewise.
1609         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1610         * lib/unistr/u32-mbtouc.c: Likewise.
1611         * lib/unistr/u32-mbtoucr.c: Likewise.
1612         * lib/unistr/u32-move.c: Likewise.
1613         * lib/unistr/u32-next.c: Likewise.
1614         * lib/unistr/u32-prev.c: Likewise.
1615         * lib/unistr/u32-set.c: Likewise.
1616         * lib/unistr/u32-startswith.c: Likewise.
1617         * lib/unistr/u32-stpcpy.c: Likewise.
1618         * lib/unistr/u32-stpncpy.c: Likewise.
1619         * lib/unistr/u32-strcat.c: Likewise.
1620         * lib/unistr/u32-strchr.c: Likewise.
1621         * lib/unistr/u32-strcmp.c: Likewise.
1622         * lib/unistr/u32-strcpy.c: Likewise.
1623         * lib/unistr/u32-strcspn.c: Likewise.
1624         * lib/unistr/u32-strdup.c: Likewise.
1625         * lib/unistr/u32-strlen.c: Likewise.
1626         * lib/unistr/u32-strmblen.c: Likewise.
1627         * lib/unistr/u32-strmbtouc.c: Likewise.
1628         * lib/unistr/u32-strncat.c: Likewise.
1629         * lib/unistr/u32-strncmp.c: Likewise.
1630         * lib/unistr/u32-strncpy.c: Likewise.
1631         * lib/unistr/u32-strnlen.c: Likewise.
1632         * lib/unistr/u32-strpbrk.c: Likewise.
1633         * lib/unistr/u32-strrchr.c: Likewise.
1634         * lib/unistr/u32-strspn.c: Likewise.
1635         * lib/unistr/u32-strstr.c: Likewise.
1636         * lib/unistr/u32-strtok.c: Likewise.
1637         * lib/unistr/u32-to-u16.c: Likewise.
1638         * lib/unistr/u32-to-u8.c: Likewise.
1639         * lib/unistr/u32-uctomb.c: Likewise.
1640         * lib/unistr/u8-check.c: Likewise.
1641         * lib/unistr/u8-chr.c: Likewise.
1642         * lib/unistr/u8-cmp.c: Likewise.
1643         * lib/unistr/u8-cpy-alloc.c: Likewise.
1644         * lib/unistr/u8-cpy.c: Likewise.
1645         * lib/unistr/u8-endswith.c: Likewise.
1646         * lib/unistr/u8-mblen.c: Likewise.
1647         * lib/unistr/u8-mbsnlen.c: Likewise.
1648         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1649         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1650         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1651         * lib/unistr/u8-mbtouc.c: Likewise.
1652         * lib/unistr/u8-mbtoucr.c: Likewise.
1653         * lib/unistr/u8-move.c: Likewise.
1654         * lib/unistr/u8-next.c: Likewise.
1655         * lib/unistr/u8-prev.c: Likewise.
1656         * lib/unistr/u8-set.c: Likewise.
1657         * lib/unistr/u8-startswith.c: Likewise.
1658         * lib/unistr/u8-stpcpy.c: Likewise.
1659         * lib/unistr/u8-stpncpy.c: Likewise.
1660         * lib/unistr/u8-strcat.c: Likewise.
1661         * lib/unistr/u8-strchr.c: Likewise.
1662         * lib/unistr/u8-strcmp.c: Likewise.
1663         * lib/unistr/u8-strcpy.c: Likewise.
1664         * lib/unistr/u8-strcspn.c: Likewise.
1665         * lib/unistr/u8-strdup.c: Likewise.
1666         * lib/unistr/u8-strlen.c: Likewise.
1667         * lib/unistr/u8-strmblen.c: Likewise.
1668         * lib/unistr/u8-strmbtouc.c: Likewise.
1669         * lib/unistr/u8-strncat.c: Likewise.
1670         * lib/unistr/u8-strncmp.c: Likewise.
1671         * lib/unistr/u8-strncpy.c: Likewise.
1672         * lib/unistr/u8-strnlen.c: Likewise.
1673         * lib/unistr/u8-strpbrk.c: Likewise.
1674         * lib/unistr/u8-strrchr.c: Likewise.
1675         * lib/unistr/u8-strspn.c: Likewise.
1676         * lib/unistr/u8-strstr.c: Likewise.
1677         * lib/unistr/u8-strtok.c: Likewise.
1678         * lib/unistr/u8-to-u16.c: Likewise.
1679         * lib/unistr/u8-to-u32.c: Likewise.
1680         * lib/unistr/u8-uctomb-aux.c: Likewise.
1681         * lib/unistr/u8-uctomb.c: Likewise.
1682         * lib/unitypes.h: Likewise.
1683         * lib/uniwidth.h: Likewise.
1684         * lib/uniwidth/cjk.h: Likewise.
1685         * lib/uniwidth/u16-strwidth.c: Likewise.
1686         * lib/uniwidth/u16-width.c: Likewise.
1687         * lib/uniwidth/u32-strwidth.c: Likewise.
1688         * lib/uniwidth/u32-width.c: Likewise.
1689         * lib/uniwidth/u8-strwidth.c: Likewise.
1690         * lib/uniwidth/u8-width.c: Likewise.
1691         * lib/uniwidth/width.c: Likewise.
1692
1693 2007-10-07  Bruno Haible  <bruno@clisp.org>
1694
1695         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1696         The file is still under LGPL (see modules/inttypes).
1697
1698 2007-10-06  Bruno Haible  <bruno@clisp.org>
1699
1700         * modules/trunc (Dependencies): Add 'extensions'.
1701         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1702         Reported by Ben Pfaff <blp@gnu.org>.
1703
1704 2007-10-06  Bruno Haible  <bruno@clisp.org>
1705
1706         * modules/freopen-tests: New file.
1707         * tests/test-freopen.c: New file.
1708
1709         * modules/fopen-tests: New file.
1710         * tests/test-fopen.c: New file.
1711
1712         * modules/fopen: New file.
1713         * lib/fopen.c: New file.
1714         * m4/fopen.m4: New file.
1715         * modules/freopen: New file.
1716         * lib/freopen.c: New file.
1717         * m4/freopen.m4: New file.
1718         * lib/stdio.in.h (fopen, freopen): New declarations.
1719         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1720         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1721         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1722         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1723         * doc/functions/fopen.texi: Mention the 'fopen' module.
1724         * doc/functions/freopen.texi: Mention the 'freopen' module.
1725
1726 2007-10-06  Bruno Haible  <bruno@clisp.org>
1727
1728         * modules/open-tests: New file.
1729         * tests/test-open.c: New file.
1730
1731         * modules/open: New file.
1732         * lib/open.c: New file.
1733         * m4/open.m4: New file.
1734         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1735         lib/open.c does.
1736         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1737         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1738         macros.
1739         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1740         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1741         REPLACE_OPEN.
1742         * doc/functions/open.texi: Mention the 'open' module.
1743
1744 2007-10-04  Bruno Haible  <bruno@clisp.org>
1745
1746         * modules/ceill-tests: New file.
1747         * tests/test-ceill.c: New file.
1748
1749         * modules/ceill: New file.
1750         * lib/ceill.c: Replace entire file.
1751         * m4/ceill.m4: New file.
1752         * lib/math.in.h (ceill): Replace declaration.
1753         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1754         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1755         * doc/functions/ceill.texi: Mention the 'ceill' module.
1756         * modules/mathl (Files): Remove lib/ceill.c.
1757         (Depends-on): Add ceill.
1758
1759 2007-10-04  Bruno Haible  <bruno@clisp.org>
1760
1761         * modules/ceilf-tests: New file.
1762         * tests/test-ceilf.c: New file.
1763
1764         * modules/ceilf: New file.
1765         * lib/ceil.c: New file.
1766         * lib/ceilf.c: New file.
1767         * m4/ceilf.m4: New file.
1768         * lib/math.in.h (ceilf): New declaration.
1769         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1770         HAVE_DECL_CEILF.
1771         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1772         HAVE_DECL_CEILF.
1773         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1774
1775 2007-10-04  Bruno Haible  <bruno@clisp.org>
1776
1777         * modules/floorl-tests: New file.
1778         * tests/test-floorl.c: New file.
1779
1780         * modules/floorl: New file.
1781         * lib/floorl.c: Replace entire file.
1782         * m4/floorl.m4: New file.
1783         * lib/math.in.h (floorl): Replace declaration.
1784         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1785         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1786         * doc/functions/floorl.texi: Mention the 'floorl' module.
1787         * modules/mathl (Files): Remove lib/floorl.c.
1788         (Depends-on): Add floorl.
1789
1790 2007-10-04  Bruno Haible  <bruno@clisp.org>
1791
1792         * modules/floorf-tests: New file.
1793         * tests/test-floorf.c: New file.
1794
1795         * modules/floorf: New file.
1796         * lib/floor.c: New file.
1797         * lib/floorf.c: New file.
1798         * m4/floorf.m4: New file.
1799         * lib/math.in.h (floorf): New declaration.
1800         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1801         HAVE_DECL_FLOORF.
1802         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1803         HAVE_DECL_FLOORF.
1804         * doc/functions/floorf.texi: Mention the 'floorf' module.
1805
1806 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1807             Bruno Haible  <bruno@clisp.org>
1808
1809         Advertise for the Git server instead of the CVS server.
1810         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1811         repository instead of the CVS one.
1812         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1813         about all VCS systems generically.
1814         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1815
1816 2007-10-04  Bruno Haible  <bruno@clisp.org>
1817
1818         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1819         means.
1820         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1821
1822 2007-10-04  Bruno Haible  <bruno@clisp.org>
1823
1824         * modules/truncl-tests: New file.
1825         * tests/test-truncl.c: New file.
1826
1827         * modules/truncl: New file.
1828         * lib/truncl.c: New file.
1829         * m4/truncl.m4: New file.
1830         * lib/math.in.h (truncl): New declaration.
1831         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1832         HAVE_DECL_TRUNCL.
1833         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1834         HAVE_DECL_TRUNCL.
1835         * doc/functions/truncl.texi: Mention the 'truncl' module.
1836
1837 2007-10-04  Bruno Haible  <bruno@clisp.org>
1838
1839         * modules/truncf-tests: New file.
1840         * tests/test-truncf.c: New file.
1841
1842         * modules/truncf: New file.
1843         * lib/trunc.c: Make paramerizable through USE_* macros.
1844         * lib/truncf.c: New file.
1845         * m4/truncf.m4: New file.
1846         * lib/math.in.h (truncf): New declaration.
1847         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1848         HAVE_DECL_TRUNCF.
1849         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1850         HAVE_DECL_TRUNCF.
1851         * doc/functions/truncf.texi: Mention the 'truncf' module.
1852
1853 2007-10-03  Bruno Haible  <bruno@clisp.org>
1854
1855         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1856         augmentation also for tests modules.
1857         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1858         * modules/atexit-tests (Makefile.am): Likewise.
1859         * modules/binary-io-tests (Makefile.am): Likewise.
1860         * modules/c-strcase-tests (Makefile.am): Likewise.
1861         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1862         * modules/canonicalize-tests (Makefile.am): Likewise.
1863         * modules/closein-tests (Makefile.am): Likewise.
1864         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1865         * modules/freadahead-tests (Makefile.am): Likewise.
1866         * modules/fseek-tests (Makefile.am): Likewise.
1867         * modules/fseeko-tests (Makefile.am): Likewise.
1868         * modules/ftell-tests (Makefile.am): Likewise.
1869         * modules/ftello-tests (Makefile.am): Likewise.
1870         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1871         * modules/isnanl-tests (Makefile.am): Likewise.
1872         * modules/lseek-tests (Makefile.am): Likewise.
1873         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1874         * modules/mbscasestr-tests (Makefile.am): Likewise.
1875         * modules/mbschr-tests (Makefile.am): Likewise.
1876         * modules/mbscspn-tests (Makefile.am): Likewise.
1877         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1878         * modules/mbspbrk-tests (Makefile.am): Likewise.
1879         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1880         * modules/mbsrchr-tests (Makefile.am): Likewise.
1881         * modules/mbsspn-tests (Makefile.am): Likewise.
1882         * modules/mbsstr-tests (Makefile.am): Likewise.
1883         * modules/printf-posix-tests (Makefile.am): Likewise.
1884         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1885         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1886         * modules/tsearch-tests (Makefile.am): Likewise.
1887         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1888         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1889         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1890         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1891         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1892         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1893         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1894         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1895         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1896         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1897         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1898         * modules/xstrtol-tests (Makefile.am): Likewise.
1899         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1900         * modules/yesno-tests (Makefile.am): Likewise.
1901
1902 2007-10-03  Bruno Haible  <bruno@clisp.org>
1903
1904         * modules/trunc-tests: New file.
1905         * tests/test-trunc.c: New file.
1906
1907         * modules/trunc: New file.
1908         * lib/trunc.c: New file.
1909         * m4/trunc.m4: New file.
1910         * lib/math.in.h (trunc): New declaration.
1911         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1912         HAVE_DECL_TRUNC.
1913         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1914         HAVE_DECL_TRUNC.
1915         * doc/functions/trunc.texi: Mention the 'trunc' module.
1916
1917 2007-10-03  Bruno Haible  <bruno@clisp.org>
1918
1919         * tests/test-fpending.c: New file, mostly copied
1920         from coreutils/lib/t-fpending.c.
1921         * modules/fpending-tests: New file.
1922
1923 2007-10-03  Bruno Haible  <bruno@clisp.org>
1924
1925         Port the stdio extensions to QNX (untested).
1926         * lib/fseterr.c (fseterr): Add support for QNX.
1927         * lib/fbufmode.c (fbufmode): Likewise.
1928         * lib/freadable.c (freadable): Likewise.
1929         * lib/fwritable.c (fwritable): Likewise.
1930         * lib/freading.c (freading): Likewise.
1931         * lib/fwriting.c (fwriting): Likewise.
1932         * lib/freadahead.c (freadahed): Likewise.
1933         * lib/fpurge.c (fpurge): Likewise.
1934         * lib/fseeko.c (rpl_fseeko): Likewise.
1935
1936 2007-10-03  Bruno Haible  <bruno@clisp.org>
1937             Jim Meyering  <jim@meyering.net>
1938             Eric Blake  <ebb9@byu.net>
1939
1940         * doc/relocatable.texi: Use @command instead of @program.
1941
1942 2007-10-02  Jim Meyering  <jim@meyering.net>
1943
1944         Perform one more "_.h" -> ".in.h" substitution.
1945         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1946         instead of unistd_.h here, too.
1947
1948 2007-10-01  Bruno Haible  <bruno@clisp.org>
1949
1950         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1951         Needed for the alloca-opt module.
1952
1953 2007-09-30  Bruno Haible  <bruno@clisp.org>
1954
1955         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1956         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1957         alloca_.h.
1958         * lib/argz.in.h: Renamed from lib/argz_.h.
1959         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1960         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1961         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1962         byteswap_.h.
1963         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1964         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1965         dirent_.h.
1966         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1967         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1968         fcntl_.h.
1969         * lib/float.in.h: Renamed from lib/float_.h.
1970         * modules/float (Files, Makefile.am): Use float.in.h instead of
1971         float_.h.
1972         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1973         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1974         fnmatch_.h.
1975         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1976         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1977         getopt_.h.
1978         * lib/glob.in.h: Renamed from lib/glob_.h.
1979         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1980         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1981         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1982         iconv_.h.
1983         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1984         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1985         inttypes_.h.
1986         * lib/locale.in.h: Renamed from lib/locale_.h.
1987         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1988         locale_.h.
1989         * lib/math.in.h: Renamed from lib/math_.h.
1990         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1991         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1992         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
1993         of netinet_in_.h. Add dependency.
1994         * lib/poll.in.h: Renamed from lib/poll_.h.
1995         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
1996         * lib/search.in.h: Renamed from lib/search_.h.
1997         * modules/search (Files, Makefile.am): Use search.in.h instead of
1998         search_.h.
1999         * lib/signal.in.h: Renamed from lib/signal_.h.
2000         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
2001         _signal.h.
2002         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
2003         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
2004         stdbool_.h.
2005         * lib/stdint.in.h: Renamed from lib/stdint_.h.
2006         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
2007         stdint_.h.
2008         * lib/stdio.in.h: Renamed from lib/stdio_.h.
2009         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
2010         stdio_.h.
2011         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
2012         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
2013         stdlib_.h.
2014         * lib/string.in.h: Renamed from lib/string_.h.
2015         * modules/string (Files, Makefile.am): Use string.in.h instead of
2016         string_.h.
2017         * doc/gnulib-tool.texi (Initial import): Update.
2018         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
2019         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
2020         of sys_select_.h. Add dependency.
2021         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
2022         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
2023         of sys_socket_.h.
2024         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
2025         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
2026         sys_stat_.h.
2027         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
2028         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
2029         sys_time_.h.
2030         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
2031         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
2032         sysexits_.h.
2033         * lib/time.in.h: Renamed from lib/time_.h.
2034         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
2035         * lib/unistd.in.h: Renamed from lib/unistd_.h.
2036         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
2037         unistd_.h.
2038         * lib/wchar.in.h: Renamed from lib/wchar_.h.
2039         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
2040         wchar_.h.
2041         * lib/wctype.in.h: Renamed from lib/wctype_.h.
2042         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
2043         wctype_.h.
2044         * build-aux/bootstrap (slurp): Update.
2045         * lib/.cppi-disable: Update.
2046
2047 2007-09-30  Bruno Haible  <bruno@clisp.org>
2048
2049         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
2050         Needed on BeOS.
2051
2052 2007-09-30  Bruno Haible  <bruno@clisp.org>
2053
2054         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
2055
2056 2007-09-29  Bruno Haible  <bruno@clisp.org>
2057
2058         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
2059
2060 2007-09-29  Bruno Haible  <bruno@clisp.org>
2061
2062         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
2063         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
2064         * build-aux/install-reloc: Compile also areadlink.c.
2065         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
2066
2067 2007-09-29  Bruno Haible  <bruno@clisp.org>
2068
2069         * gnulib-tool (func_emit_initmacro_done): Indentation.
2070
2071 2007-09-29  Bruno Haible  <bruno@clisp.org>
2072
2073         * README: Add CVS checkout update instructions.
2074         Info from Bob Proulx <bob@proulx.com>.
2075
2076 2007-09-28  Eric Blake  <ebb9@byu.net>
2077
2078         Provide move-if-change.
2079         * build-aux/move-if-change: New file, based on best practice
2080         rather than any canonical upstream location.
2081
2082 2007-09-28  Jim Meyering  <jim@meyering.net>
2083
2084         Fix canonicalize loop-detection corner case.
2085         Do not attempt to stat the symlink values stored via seen_triple.
2086         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
2087         on linux-2.6.18, (but not 2.6.22).
2088         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
2089         triple_compare.  The former compares dev,ino,filename, while the latter
2090         would actually stat dirname(filename) when dev and ino were equal.
2091         * lib/hash-triple.c: Install <string.h>.
2092         (STREQ): Define.
2093         (triple_compare_ino_str): New function.
2094         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
2095
2096 2007-09-28  Eric Blake  <ebb9@byu.net>
2097
2098         Enforce that AC_REPLACE_FUNCS files exist.
2099         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
2100         override check for typos.
2101
2102         Fix test-closein on Solaris 10.
2103         * tests/test-closein.c (main): Don't assume stdin can be inherited
2104         closed on all systems.
2105         * tests/test-closein.sh: Likewise.
2106         Reported by Piotr Tarnowski.
2107
2108 2007-09-28  Jim Meyering  <jim@meyering.net>
2109
2110         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
2111
2112 2007-09-27  Jim Meyering  <jim@meyering.net>
2113
2114         canonicalize: Avoid a false-positive cycle failure.
2115         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
2116         Sort.  Remove cycle-check.
2117         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
2118         not cycle-check.h.
2119         (seen_triple): New function.
2120         (canonicalize_filename_mode): Use it instead of cycle-check.
2121         * tests/test-canonicalize.c: Add a test for this bug.
2122         * tests/test-canonicalize.sh: Set up and run the test.
2123
2124         New module, file-set, from coreutils.
2125         * modules/file-set: Define it.
2126         * lib/file-set.c, lib/file-set.h: Implement.
2127
2128         New module, hash-triple, from coreutils.
2129         * modules/hash-triple: Define it.
2130         * lib/hash-triple.c, lib/hash-triple.h: Implement.
2131
2132 2007-09-25  Eric Blake  <ebb9@byu.net>
2133
2134         Fix strerror on Interix.
2135         * lib/string_.h (strerror): Declare replacement.
2136         * doc/functions/strerror.texi (strerror): Document the Interix
2137         shortcoming.
2138         * modules/string (Makefile.am): Support new hooks.
2139         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
2140         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
2141         gl_FUNC_STRERROR_SEPARATE.
2142         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
2143         * lib/strerror.c (rpl_strerror): Provide replacement.
2144         * modules/strerror (Depends-on): Add string.
2145         (configure.ac): Detect use of module.
2146         * tests/test-strerror.c: New file.
2147         * modules/strerror-tests: New test module.
2148         * modules/argp (Depends-on): Add strerror.
2149         * modules/error (Depends-on): Likewise.
2150         Reported by Martin Koeppe.
2151
2152 2007-09-24  Bruno Haible  <bruno@clisp.org>
2153
2154         * README: Update git instructions.
2155
2156 2007-09-24  Eric Blake  <ebb9@byu.net>
2157
2158         Revert fpending breakage from 2007-09-08.
2159         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
2160         __fpending.c.
2161
2162 2007-09-24  Jim Meyering  <jim@meyering.net>
2163
2164         filenamecat.c: Add a test.
2165         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
2166         showing how the function works when DIR is the empty string.
2167
2168 2007-09-21  Simon Josefsson  <simon@josefsson.org>
2169
2170         * tests/test-canonicalize.sh: Turn on executable bit.
2171
2172 2007-09-19  Eric Blake  <ebb9@byu.net>
2173
2174         * README: Update CVS instructions.
2175
2176 2007-09-18  Bruno Haible  <bruno@clisp.org>
2177
2178         * modules/areadlink: New file.
2179         * lib/areadlink.h (areadlink): New declaration.
2180         * lib/areadlink.c: New file, based on lib/xreadlink.c.
2181
2182 2007-09-17  Jim Meyering  <jim@meyering.net>
2183
2184         * lib/savewd.c (ESTALE) [!defined]: Define.
2185         Reported to be required on Interix by Martin Koeppe.
2186
2187 2007-09-17  Bruno Haible  <bruno@clisp.org>
2188
2189         * gnulib-tool (func_version): Use $version.
2190
2191 2007-09-16  Bruno Haible  <bruno@clisp.org>
2192
2193         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
2194         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
2195         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
2196         Reported by Greg Schafer <gschafer@zip.com.au>.
2197
2198 2007-09-15  Bruno Haible  <bruno@clisp.org>
2199
2200         * gnulib-tool (sed): Try a little harder to make bash understand the
2201         alias.
2202         Reported by Bruce Korb <bruce.korb@gmail.com>.
2203
2204 2007-09-13  Eric Blake  <ebb9@byu.net>
2205
2206         * ChangeLog: Remove conflict markers.
2207
2208 2007-09-13  Simon Josefsson  <simon@josefsson.org>
2209
2210         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
2211         Reported by Bruno Haible <bruno@clisp.org>.
2212
2213 2007-09-12  Bruno Haible  <bruno@clisp.org>
2214
2215         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
2216         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
2217         is not defined.
2218
2219 2007-09-12  Eric Blake  <ebb9@byu.net>
2220
2221         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2222         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
2223         Autoconf definition.
2224         * modules/euidaccess (Depends-on): Add extensions, for
2225         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
2226         * modules/fnmatch (Depends-on): Likewise.
2227         * modules/getaddrinfo (Depends-on): Likewise.
2228         * modules/getdelim (Depends-on): Likewise.
2229         * modules/getline (Depends-on): Likewise.
2230         * modules/getsubopt (Depends-on): Likewise.
2231         * modules/gettext (Depends-on): Likewise.
2232         * modules/group-member (Depends-on): Likewise.
2233         * modules/mbchar (Depends-on): Likewise.
2234         * modules/memmem (Depends-on): Likewise.
2235         * modules/mempcpy (Depends-on): Likewise.
2236         * modules/memrchr (Depends-on): Likewise.
2237         * modules/pagealign_alloc (Depends-on): Likewise.
2238         * modules/readutmp (Depends-on): Likewise.
2239         * modules/stpcpy (Depends-on): Likewise.
2240         * modules/stpncpy (Depends-on): Likewise.
2241         * modules/strchrnul (Depends-on): Likewise.
2242         * modules/strndup (Depends-on): Likewise.
2243         * modules/strsep (Depends-on): Likewise.
2244         * modules/strverscmp (Depends-on): Likewise.
2245         * modules/vasprintf (Depends-on): Likewise.
2246         * modules/wcwidth (Depends-on): Likewise.
2247         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
2248         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
2249         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
2250         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
2251         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2252         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2253         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
2254         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2255         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
2256         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2257         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2258         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2259         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2260         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2261         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
2262         * m4/readutmp.m4 (gl_READUTMP): Likewise.
2263         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2264         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2265         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2266         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2267         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2268         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2269         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2270         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
2271         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
2272         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2273         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
2274         so that lock.m4 can be used in gettext without extensions module.
2275
2276 2007-09-11  Bruno Haible  <bruno@clisp.org>
2277
2278         * m4/isc-posix.m4: Remove file.
2279         Suggested by Eric Blake.
2280
2281 2007-09-11  Eric Blake  <ebb9@byu.net>
2282
2283         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
2284
2285 2007-09-10  Bruno Haible  <bruno@clisp.org>
2286
2287         * posix-modules: Fix typo in error message.
2288         Reported by Matt <mkraai@beckman.com>.
2289
2290 2007-09-09  Bruno Haible  <bruno@clisp.org>
2291
2292         * doc/functions/getdelim.texi: Update list of platforms lacking the
2293         function.
2294         * doc/functions/getline.texi: Likewise.
2295
2296 2007-09-09  Jim Meyering  <jim@meyering.net>
2297
2298         * lib/hash.c (hash_initialize): Detect calloc failure.
2299         Reported by Bruno Haible.
2300
2301 2007-09-09  Bruno Haible  <bruno@clisp.org>
2302
2303         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
2304         malloc or realloc fails.
2305
2306 2007-09-09  Bruno Haible  <bruno@clisp.org>
2307
2308         * modules/getcwd (Depends-on): Add malloc-posix.
2309         * modules/glob (Depends-on): Likewise.
2310         * modules/putenv (Depends-on): Likewise.
2311         * modules/strdup (Depends-on): Likewise.
2312         * modules/getdelim (Depends-on): Add realloc-posix.
2313         * modules/read-file (Depends-on): Likewise.
2314
2315 2007-09-09  Bruno Haible  <bruno@clisp.org>
2316
2317         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
2318         (gl_FUNC_MALLOC_POSIX): Require it.
2319         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
2320         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
2321         * modules/realloc (Files): Add m4/malloc.m4.
2322         * modules/calloc (Files): Likewise.
2323
2324 2007-09-09  Bruno Haible  <bruno@clisp.org>
2325
2326         * modules/malloc-posix: New file.
2327         * modules/malloc (Depends-on): Add malloc-posix.
2328         * lib/malloc.c: Include errno.h.
2329         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
2330         and a POSIX-compatible malloc into a single function. Set ENOMEM
2331         when returning NULL.
2332         * m4/malloc.m4: New file.
2333         * doc/functions/malloc.texi: Mention the malloc-posix module.
2334         * lib/stdlib_.h (malloc): New declaration.
2335         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2336         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
2337         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
2338         and HAVE_MALLOC_POSIX.
2339
2340 2007-09-09  Bruno Haible  <bruno@clisp.org>
2341
2342         * modules/realloc-posix: New file.
2343         * modules/realloc (Depends-on): Add realloc-posix.
2344         * lib/realloc.c: Include errno.h.
2345         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
2346         and a POSIX-compatible realloc into a single function. Set ENOMEM
2347         when returning NULL.
2348         * m4/realloc.m4: New file.
2349         * doc/functions/realloc.texi: Mention the realloc-posix module.
2350         * lib/stdlib_.h (realloc): New declaration.
2351         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2352         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
2353         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
2354         and HAVE_REALLOC_POSIX.
2355
2356 2007-09-09  Bruno Haible  <bruno@clisp.org>
2357
2358         * modules/calloc-posix: New file.
2359         * modules/calloc (Depends-on): Add calloc-posix.
2360         * lib/calloc.c: Include errno.h.
2361         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
2362         and a POSIX-compatible calloc into a single function. Set ENOMEM
2363         when returning NULL.
2364         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
2365         * doc/functions/calloc.texi: Mention the calloc-posix module.
2366         * lib/stdlib_.h (calloc): New declaration.
2367         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2368         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
2369         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
2370         and HAVE_CALLOC_POSIX.
2371
2372 2007-09-09  Bruno Haible  <bruno@clisp.org>
2373
2374         Allow for modules to show an arbitrary notice.
2375         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
2376         * gnulib-tool: New option --extract-notice.
2377         (func_usage): Document it.
2378         (sed_extract_prog): Update.
2379         (func_get_notice): New function.
2380         (func_modules_notice): New function.
2381         (func_import, func_create_testdir): Invoke it.
2382         Suggested by Jim Meyering.
2383
2384 2007-09-09  Bruno Haible  <bruno@clisp.org>
2385
2386         * gnulib-tool: New options --verbose, --quiet.
2387         (func_usage): Document them.
2388         (verbose): New variable.
2389         (func_execute_command): New function.
2390         (func_import): Don't show the module list and the file list if
2391         $verbose < 0.
2392         (func_create_testdir): Likewise. Use func_execute_command.
2393         (func_create_megatestdir): Use func_execute_command.
2394
2395 2007-09-08  Bruno Haible  <bruno@clisp.org>
2396
2397         * gnulib-tool (func_import): Prefer rsync over wget when available,
2398         for fetching the PO files.
2399
2400 2007-09-08  Bruno Haible  <bruno@clisp.org>
2401
2402         * posix-modules: New file. Portions copied from gnulib-tool.
2403         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
2404
2405 2007-09-08  Jim Meyering  <jim@meyering.net>
2406
2407         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
2408         * lib/fpending.h: Rename from __fpending.h.
2409         * lib/fpending.c: Rename from __fpending.c.
2410         Include "fpending.h", not "__fpending.h".
2411         * lib/__fpending.h, lib/__fpending.c: Remove files.
2412         * modules/fpending (Files): Reflect new file names.
2413         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2414
2415 2007-09-08  Bruno Haible  <bruno@clisp.org>
2416
2417         * m4/inttypes-h.m4: Remove stub file.
2418
2419 2007-09-07  Simon Josefsson  <simon@josefsson.org>
2420
2421         * doc/headers/stdint.texi: Discuss #include_next issue.
2422
2423 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2424
2425         * build-aux/bootstrap: Remove obsolete comment about wget --help.
2426
2427 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2428
2429         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
2430         in variable name.
2431
2432 2007-09-03  Jim Meyering  <jim@meyering.net>
2433
2434         New module: git-version-gen.
2435         * modules/git-version-gen: New file.
2436
2437         Import changes from coreutils for bootstrap script.
2438
2439         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
2440
2441         bootstrap: uses rsync to download the .po files
2442         * build-aux/bootstrap (po_download_command_format): New global.
2443         (download_po_files): Use rsync.
2444         (update_po_files): Don't remove .po files after download,
2445         so future rsync runs can take advantage of the copies.
2446
2447         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
2448
2449         Solve the unnecessary-.po-file-regeneration problem once and for all.
2450         * build-aux/bootstrap (download_po_files): New function, renamed from
2451         get_translations.  Now, downloads, but doesn't update LINGUAS.
2452         (update_po_files): New function.
2453
2454         bootstrap: Ignore more.
2455         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
2456         uniwidth to e.g., lib/.gitignore.
2457         (slurp): Handle the sys_stat_.h -> sys mapping, too.
2458
2459         * build-aux/bootstrap: New setting: vc_ignore.
2460         (insert_sorted_if_absent): Create $file if absent.
2461         Adapt to new, possibly empty, list: $vc_ignore.
2462
2463         bootstrap: generate more ignorable names
2464         * build-aux/bootstrap (slurp): When generating ignorable names,
2465         also map .sin to .sed, .gperf to .c, and .y to .c.
2466
2467 2007-09-03  Jim Meyering  <jim@meyering.net>
2468
2469         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2470         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2471
2472 2007-09-02  Bruno Haible  <bruno@clisp.org>
2473
2474         Fix mis-recognition of 'mcs' on QNX 6.
2475         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2476         output contains the string "Mono".
2477         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2478         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2479
2480 2007-09-01  Bruno Haible  <bruno@clisp.org>
2481
2482         Fix collision between uniwidth/* and linebreak modules.
2483         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2484         u32_width): Remove declarations.
2485         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2486         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2487         streq3, streq2, streq1, streq0): Remove functions.
2488         (STREQ): Remove macro.
2489         (is_cjk_encoding): Remove function.
2490         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2491         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2492         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2493         * NEWS: Document the change.
2494
2495 2007-09-01  Bruno Haible  <bruno@clisp.org>
2496
2497         * lib/streq.h: Add double-inclusion guard.
2498
2499 2007-09-01  Karl Berry  <karl@gnu.org>
2500
2501         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2502
2503 2007-08-28  Jim Meyering  <jim@meyering.net>
2504
2505         Rename mreadlink_with_size to areadlink_with_size.
2506         * NEWS: Document the change.
2507         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2508         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2509         * lib/mreadlink.h: Rename this to...
2510         * lib/areadlink.h: ...this.
2511         * modules/mreadlink-with-size: Rename this to...
2512         * modules/areadlink-with-size: ...this.
2513         * lib/canonicalize.c: Reflect the renaming.
2514         * modules/canonicalize: Likewise.
2515
2516 2007-08-26  Bruno Haible  <bruno@clisp.org>
2517
2518         * gnulib-tool (func_import): When deciding which files to remove,
2519         consider also dangling symbolic links.
2520         Reported by Eric Blake.
2521
2522 2007-08-26  Bruno Haible  <bruno@clisp.org>
2523
2524         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2525
2526 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2527
2528         * lib/readline.c: Don't include getline.h, the prototype is now
2529         found in stdio.h.
2530
2531 2007-08-23  Jim Meyering  <jim@meyering.net>
2532
2533         Getdelim touchup.
2534         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2535         around the funlockfile call, since funlockfile never sets errno.
2536         Don't set errno upon failed realloc.
2537
2538 2007-08-22  Eric Blake  <ebb9@byu.net>
2539
2540         Getline touchups.
2541         * lib/getdelim.c (getdelim): Revert regression that required *n to
2542         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2543         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2544         getdelim, rather than whether implementation is missing.
2545         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2546         * lib/stdio_.h (getline): Also declare if replacement is
2547         required.
2548         * doc/functions/getdelim.texi: New file.
2549         * doc/functions/getline.texi: Likewise.
2550         * doc/gnulib.texi (Function Substitutes): Add new files.
2551         Reported by Bruno Haible.
2552
2553 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2554
2555         * users.txt: Add Guile.
2556
2557 2007-08-22  Eric Blake  <ebb9@byu.net>
2558
2559         * tests/test-getdelim.c (main): Use remove, not unlink.
2560         * tests/test-getline.c (main): Likewise.
2561
2562         Move getline and getdelim into stdio.h, per POSIX 200x.
2563         * modules/getline (Files): Remove getline.h.
2564         (Depends-on): Add stdio.
2565         (configure.ac): Add module indicator.
2566         * modules/getdelim (Files): Remove getdelim.h.
2567         (Depends-on): Add stdio.
2568         (configure.ac): Add module indicator.
2569         * modules/stdio (Makefile.am): Work with new indicators.
2570         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2571         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2572         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2573         * lib/getdelim.h: Delete.
2574         * lib/getline.h: Delete.
2575         * lib/stdio_.h (getdelim, getline): Declare.
2576         * modules/getdelim-tests: New module.
2577         * modules/getline-tests: Likewise.
2578         * tests/test-getdelim.c: New file.
2579         * tests/test-getline.c: Likewise.
2580         * NEWS: Document the change.
2581         * lib/getline.c: Update choice of header.
2582         * lib/csharpcomp.c: Likewise.
2583         * lib/getpass.c: Likewise.
2584         * lib/javacomp.c: Likewise.
2585         * lib/javaversion.c: Likewise.
2586         * lib/yesno.c: Likewise.
2587         * lib/getdelim.c: Likewise.
2588         (getdelim): Set errno on failure, and avoid memory leak.
2589
2590 2007-08-19  Bruno Haible  <bruno@clisp.org>
2591
2592         * modules/closein (Depends-on): Add freadahead.
2593         * lib/closein.c: Include freadahead.h.
2594         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2595         is zero.
2596
2597 2007-08-19  Bruno Haible  <bruno@clisp.org>
2598
2599         * modules/freadahead-tests: New file.
2600         * tests/test-freadahead.sh: New file.
2601         * tests/test-freadahead.c: New file.
2602
2603         * modules/freadahead: New file.
2604         * lib/freadahead.h: New file.
2605         * lib/freadahead.c: New file.
2606         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2607         fbufmode, fpurge, freadable, fwritable.
2608
2609 2007-08-19  Eric Blake  <ebb9@byu.net>
2610
2611         Test yesno in combination with closein.
2612         * lib/yesno.c (yesno): Document use of stdin.
2613         * modules/yesno-tests (Files): New module.
2614         * tests/test-yesno.c (main): New file.
2615         * tests/test-yesno.sh: Likewise.
2616
2617 2007-08-19  Bruno Haible  <bruno@clisp.org>
2618
2619         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2620         * lib/fseeko.c (rpl_fseeko): Likewise.
2621         * lib/fseterr.c (fseterr): Likewise.
2622
2623 2007-08-19  Bruno Haible  <bruno@clisp.org>
2624
2625         * tests/test-lseek.c (main): Disable a test for BeOS.
2626         * doc/functions/lseek.texi: Document the BeOS bug.
2627
2628 2007-08-19  Bruno Haible  <bruno@clisp.org>
2629             Eric Blake  <ebb9@byu.net>
2630
2631         * lib/lseek.c: Include <sys/stat.h>.
2632         (rpl_lseek): Add workaround code also for Unix platforms.
2633         Needed for BeOS.
2634         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2635         * doc/functions/lseek.texi: Document BeOS definiency.
2636
2637 2007-08-18  Bruno Haible  <bruno@clisp.org>
2638
2639         * modules/fstrcmp-tests: New file.
2640         * tests/test-fstrcmp.c: New file.
2641
2642 2007-08-18  Bruno Haible  <bruno@clisp.org>
2643
2644         * modules/fstrcmp: New file, from GNU gettext with modifications.
2645         * lib/fstrcmp.h: New file, from GNU gettext.
2646         * lib/fstrcmp.c: New file, from GNU gettext.
2647         * MODULES.html.sh (String handling): Add fstrcmp.
2648
2649 2007-08-18  Bruno Haible  <bruno@clisp.org>
2650
2651         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2652         'bool'.
2653         (diag, compareseq): Remove const from the ctxt argument.
2654         (USE_HEURISTIC): Undefine at the end.
2655
2656 2007-08-18  Jim Meyering  <jim@meyering.net>
2657
2658         New file: lib/idcache.h
2659         * NEWS: Mention the addition.
2660         * modules/idcache (Files): Add lib/idcache.h
2661         * lib/idcache.c: Include "idcache.h".
2662         Don't include <sys/types.h>.
2663         Add a FIXME comment.
2664         Move file-scoped "static" declarations to the top.
2665         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2666
2667 2007-08-17  Bruno Haible  <bruno@clisp.org>
2668         and Paul Eggert  <eggert@cs.ucla.edu>
2669
2670         * MODULES.html.sh: Add diffseq.
2671         * modules/diffseq: New file.
2672         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2673         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2674
2675 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2676
2677         Import changes from coreutils for bootstrap script.
2678
2679         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2680
2681         * build-aux/bootstrap (slurp): Work even in environments where
2682         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2683         current code does not slurp files whose names start with ".", and
2684         this looks like it might be a troublesome area.
2685
2686         2007-07-11  Jim Meyering  <jim@meyering.net>
2687
2688         If there's a GPL vN copyright comment, require that N == 3.
2689
2690         2007-07-08  Jim Meyering  <jim@meyering.net>
2691
2692         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2693         * build-aux/bootstrap (mam_template): Move definition out of loop.
2694
2695         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2696
2697         * build-aux/bootstrap (symlink_to_dir): Rename function from
2698         symlink_to_gnulib.  Add a directory parameter.  Update all
2699         callers.
2700         (cp_mark_as_generated): Also check for -- and link to -- files in
2701         gl/.
2702
2703         2007-07-08  Jim Meyering  <jim@meyering.net>
2704
2705         Adapt to deeper hierarchy in gnulib.
2706         * build-aux/bootstrap (symlink_to_dir): If the destination
2707         directory doesn't exist, create it. This is required at least for
2708         "lib/uniwidth/cjk.h".
2709
2710         2007-05-15  Jim Meyering  <jim@meyering.net>
2711
2712         * build-aux/bootstrap: Now that generated Makefile.am files
2713         are no longer under version control, they must be created at
2714         bootstrap time.
2715
2716 2007-08-14  Ben Pfaff  <blp@gnu.org>
2717
2718         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2719
2720 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2721
2722         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2723         given the changes below.
2724         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2725         even on hosts that have padding bits beyond the supported 64.
2726
2727 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2728
2729         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2730         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2731         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2732         depends on it.
2733         (xstrtol_error): Remove.
2734         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2735         but with a different signature.
2736         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2737         * lib/xstrtol-error.c: Include exitfail.h.
2738         (xstrtol_fatal): New function, with a different signature from the
2739         old xstrtol_error, so that the caller need not worry about passing
2740         in an exit status, or about storage management of the option argument.
2741         (xstrtol_error): Now a static function.  Redo signature to
2742         implement xstrtol_fatal.  Output the correct number of hyphens in
2743         front of the option so that the caller need not worry about
2744         storage management.
2745         (N_): New macro.
2746         (_): Remove; not used now.
2747         * modules/xstrtol: Depend on getopt.
2748         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2749         of old STRTOL_FATAL_ERROR macro.
2750         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2751         of test program.
2752         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2753         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2754
2755 2007-08-08  Eric Blake  <ebb9@byu.net>
2756
2757         * lib/xstrtol-error.c: Add missing include.
2758
2759         Move xstrtol messages into gnulib domain, when --pobase is used.
2760         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2761         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2762         * modules/xstrtol (Files): Distribute new file.
2763         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2764         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2765         * tests/test-xstrtol.c: ...into new file.
2766         * tests/test-xstrtoul.c: Also test xstrtoul.
2767         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2768         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2769         * tests/test-xstrtol.sh: Drive the tests.
2770         * tests/test-xstrtoimax.sh: Likewise.
2771         * tests/test-xstrtoumax.sh: Likewise.
2772         * modules/xstrtol-tests: New module.
2773         * modules/xstrtoimax-tests: Likewise.
2774         * modules/xstrtoumax-tests: Likewise.
2775
2776 2007-08-08  Jim Meyering  <jim@meyering.net>
2777
2778         New function: mfile_name_concat.
2779         * lib/filenamecat.c (mfile_name_concat): New function, just like
2780         file_name_concat, but return NULL upon failure rather than exiting
2781         with a diagnostic.
2782         * lib/filenamecat.h: Declare it.
2783
2784 2007-08-07  Bruno Haible  <bruno@clisp.org>
2785
2786         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2787         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2788         warning from gcc.
2789         Reported by Eric Blake.
2790
2791 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2792
2793         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2794         * modules/crypto/arcfour (License): Likewise.
2795         * modules/crypto/des-tests (License): Likewise.
2796         * modules/crypto/gc-arctwo-tests (License): Likewise.
2797         * modules/crypto/gc-des-tests (License): Likewise.
2798         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2799         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2800         * modules/crypto/gc-md2-tests (License): Likewise.
2801         * modules/crypto/gc-md4-tests (License): Likewise.
2802         * modules/crypto/gc-md5-tests (License): Likewise.
2803         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2804         * modules/crypto/gc-rijndael-tests (License): Likewise.
2805         * modules/crypto/gc-sha1-tests (License): Likewise.
2806         * modules/crypto/gc-tests (License): Likewise.
2807         * modules/crypto/hmac-md5 (License): Likewise.
2808         * modules/crypto/hmac-sha1 (License): Likewise.
2809         * modules/crypto/md2-tests (License): Likewise.
2810         * modules/crypto/md4-tests (License): Likewise.
2811         * modules/crypto/md5 (License): Likewise.
2812         * modules/crypto/rijndael (License): Likewise.
2813         * modules/crypto/sha1 (License): Likewise.
2814         * modules/memxor (License): Likewise.
2815
2816 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2817         and Bruno Haible  <bruno@clisp.org>
2818
2819         * NEWS: Describe interface changes to human, xstrtol.
2820         * lib/human.h: Include <xstrtol.h>.
2821         (human_options): Return enum strtol_error, not int.  Remove
2822         bool arg; take int * instead.
2823         * lib/human.c: Don't include "gettext.h".
2824         (_): Remove; no longer used.
2825         Don't include <xstrtol.h>, since human.h does it.
2826         (human_options): Adjust to abovementioned interface changes.
2827         Do not report error to stderr; that's now the caller's
2828         responsibility.
2829         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2830         interface change.
2831         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2832         Str, Argument_type_string.  All uses changed.  Put " argument"
2833         in diagnostics to make them clearer.  Change wording of suffix
2834         message for clarity.
2835         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2836         Argument_type_string.
2837         (STRTOL_FATAL_WARN): Remove; no longer used.
2838         * modules/human (Depends-on): Remove gettext-h.
2839
2840 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2841
2842         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2843
2844 2007-07-31  Bruno Haible  <bruno@clisp.org>
2845
2846         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2847         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2848         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2849
2850 2007-07-31  Bruno Haible  <bruno@clisp.org>
2851
2852         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2853         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2854
2855 2007-07-30  Bruno Haible  <bruno@clisp.org>
2856
2857         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2858         * modules/c-ctype (License): Likewise.
2859         * modules/c-strcase (License): Likewise.
2860         * modules/check-version (License): Likewise.
2861         * modules/iconv (License): Likewise.
2862         * modules/iconv_open (License): Likewise.
2863         * modules/read-file (License): Likewise.
2864         * modules/striconv (License): Likewise.
2865         * modules/strverscmp (License): Likewise.
2866         * modules/vasprintf (License): Likewise.
2867         * modules/crypto/des (License): Likewise.
2868         * modules/crypto/gc (License): Likewise.
2869         * modules/crypto/gc-arcfour (License): Likewise.
2870         * modules/crypto/gc-arctwo (License): Likewise.
2871         * modules/crypto/gc-des (License): Likewise.
2872         * modules/crypto/gc-hmac-md5 (License): Likewise.
2873         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2874         * modules/crypto/gc-md2 (License): Likewise.
2875         * modules/crypto/gc-md4 (License): Likewise.
2876         * modules/crypto/gc-md5 (License): Likewise.
2877         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2878         * modules/crypto/gc-random (License): Likewise.
2879         * modules/crypto/gc-rijndael (License): Likewise.
2880         * modules/crypto/gc-sha1 (License): Likewise.
2881         * modules/crypto/md2 (License): Likewise.
2882         * modules/crypto/md4 (License): Likewise.
2883
2884 2007-07-30  Jim Meyering  <jim@meyering.net>
2885
2886         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2887         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2888         it has valid stat data.  This bug would cause du not to count the
2889         sizes of inaccessible directories.
2890         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2891         in <http://bugzilla.redhat.com/250077>.
2892
2893 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2894             Bruno Haible  <bruno@clisp.org>
2895
2896         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2897         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2898         #include_next, gives a diagnostic about it, but reports no error in
2899         the exit code.
2900         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2901
2902 2007-07-24  Ben Pfaff  <blp@gnu.org>
2903
2904         Improve name: "count-one-bits" is better than "popcount".
2905         * MODULES.html.sh: Update name.
2906         * lib/popcount.h: Renamed lib/count-one-bits.h.
2907         (popcount): Renamed count_one_bits.
2908         (popcountl): Renamed count_one_bits_l.
2909         (popcountll): Renamed count_one_bits_ll.
2910         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2911         * modules/popcount: Renamed module/count-one-bits.
2912         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2913         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2914
2915 2007-07-23  Ben Pfaff  <blp@gnu.org>
2916
2917         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2918         better code generation, and add U to large constants to avoid
2919         warnings, in non-GCC case.
2920         Suggested by Bruno Haible.
2921
2922 2007-07-23  Ben Pfaff  <blp@gnu.org>
2923
2924         * lib/popcount.h: Use verify_true instead of if...abort.
2925         * modules/popcount: Depend on verify module.
2926         Suggested by Jim Meyering.
2927
2928 2007-07-23  Bruno Haible  <bruno@clisp.org>
2929
2930         * gnulib-tool (func_import): Create a .cvsignore file also when the
2931         directory is not yet in CVS but the toplevel directory is. When
2932         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2933         Reported by Karl Berry.
2934
2935 2007-07-22  Ben Pfaff  <blp@gnu.org>
2936
2937         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2938         case.
2939         Suggested by Eric Blake.
2940
2941 2007-07-22  Ben Pfaff  <blp@gnu.org>
2942
2943         New module: popcount.
2944         * MODULES.html.sh: Add popcount.
2945         * modules/popcount: New file.
2946         * modules/popcount-tests: New file.
2947         * tests/test-popcount.c: New file.
2948         * lib/popcount.h: New file.
2949         * m4/popcount.m4: New file.
2950
2951 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2952
2953         * build-aux/announce-gen: Update to GPLv3.
2954
2955         * build-aux/config.guess: Update from config.
2956
2957 2007-07-21  Bruno Haible  <bruno@clisp.org>
2958
2959         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2960         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2961
2962 2007-07-20  Jim Meyering  <jim@meyering.net>
2963
2964         * check-module: Diagnose a self-dependency.
2965
2966 2007-07-19  Bruno Haible  <bruno@clisp.org>
2967
2968         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2969         empty.
2970         Reported by Eric Blake.
2971
2972 2007-07-18  Bruno Haible  <bruno@clisp.org>
2973
2974         * gnulib-tool: New options --po-base, --po-domain.
2975         (func_usage): Document them.
2976         (pobase, po_domain): New variables.
2977         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2978         DEFAULT_TEXT_DOMAIN.
2979         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2980         (func_import): Consider pobase and po_domain. Create a po/ directory.
2981         (func_create_testdir): Set pobase and po_domain to empty.
2982         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2983         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2984
2985 2007-07-18  Bruno Haible  <bruno@clisp.org>
2986
2987         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2988         EXTRA_DIST augmentation for files in build-aux/.
2989
2990 2007-07-16  Bruno Haible  <bruno@clisp.org>
2991
2992         * modules/lseek (License): Use the synonymous term "LGPLv2+".
2993         * modules/getdelim (License): Likewise.
2994
2995 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2996
2997         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
2998         * modules/d-type (License): Likewise.
2999         * modules/extensions (License): Likewise.
3000         * modules/fnmatch (License): Likewise.
3001         * modules/fseeko (License): Likewise.
3002         * modules/getaddrinfo (License): Likewise.
3003         * modules/getline (License): Likewise.
3004         * modules/getlogin_r (License): Likewise.
3005         * modules/getpass (License): Likewise.
3006         * modules/gettimeofday (License): Likewise.
3007         * modules/glob (License): Likewise.
3008         * modules/inet_ntop (License): Likewise.
3009         * modules/malloc (License): Likewise.
3010         * modules/malloca (License): Likewise.
3011         * modules/memmem (License): Likewise.
3012         * modules/mempcpy (License): Likewise.
3013         * modules/memset (License): Likewise.
3014         * modules/minmax (License): Likewise.
3015         * modules/mktime (License): Likewise.
3016         * modules/netinet_in (License): Likewise.
3017         * modules/pathmax (License): Likewise.
3018         * modules/poll (License): Likewise.
3019         * modules/regex (License): Likewise.
3020         * modules/snprintf (License): Likewise.
3021         * modules/stdbool (License): Likewise.
3022         * modules/stdint (License): Likewise.
3023         * modules/stdio (License): Likewise.
3024         * modules/strcase (License): Likewise.
3025         * modules/strcasestr (License): Likewise.
3026         * modules/strdup (License): Likewise.
3027         * modules/string (License): Likewise.
3028         * modules/strndup (License): Likewise.
3029         * modules/strnlen (License): Likewise.
3030         * modules/strpbrk (License): Likewise.
3031         * modules/strptime (License): Likewise.
3032         * modules/strsep (License): Likewise.
3033         * modules/sys_select (License): Likewise.
3034         * modules/sys_socket (License): Likewise.
3035         * modules/sys_stat (License): Likewise.
3036         * modules/sys_time (License): Likewise.
3037         * modules/time (License): Likewise.
3038         * modules/time_r (License): Likewise.
3039         * modules/timegm (License): Likewise.
3040         * modules/unistd (License): Likewise.
3041         * modules/vsnprintf (License): Likewise.
3042         * modules/wctype (License): Likewise.
3043
3044 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3045
3046         * modules/argz (License): LGPLv2+.
3047
3048 2007-07-15  Karl Berry  <karl@gnu.org>
3049
3050         * doc/gnulib.texi: revise node structure per new fdl.texi.
3051
3052 2007-07-14  Bruno Haible  <bruno@clisp.org>
3053
3054         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
3055         the output file.
3056         * lib/uniname/uninames.h: Regenerated.
3057
3058 2007-07-14  Karl Berry  <karl@gnu.org>
3059
3060         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
3061         omitting sectioning and index commands.
3062
3063 2007-07-13  Bruno Haible  <bruno@clisp.org>
3064
3065         New gnulib-tool option --more-symlinks.
3066         * gnulib-tool (func_usage): Document --more-symlinks.
3067         (do_copyrights): New variable.
3068         Recognize option --more-symlinks.
3069         (func_import): Don't add a copyright notice transform to
3070         sed_transform_lib_file if do_copyrights is empty.
3071
3072 2007-07-13  Bruno Haible  <bruno@clisp.org>
3073
3074         * lib/vasnprintf.c (decimal_point_char): Define also if
3075         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
3076         && !NEED_PRINTF_DIRECTIVE_A.
3077         Reported by Clemens Koller <clemens.koller@anagramm.de> via
3078         Gary V. Vaughan <gary@gnu.org>.
3079
3080 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
3081
3082         * lib/inttypes_.h: Undo previous change, since it was fixed
3083         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
3084
3085 2007-07-13  Bruno Haible  <bruno@clisp.org>
3086
3087         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
3088         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
3089
3090 2007-07-13  Jim Meyering  <jim@meyering.net>
3091
3092         df: Don't fail for Tru64's "file-on-file mount".
3093         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
3094         so we fall through and use statfs instead.  Details here:
3095         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
3096         Reported by Albert Chin.
3097
3098 2007-07-13  Bruno Haible  <bruno@clisp.org>
3099
3100         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
3101         * modules/configmake (License): Likewise.
3102         * modules/gettext (License): Likewise.
3103         * modules/gettext-h (License): Likewise.
3104         * modules/include_next (License): Likewise.
3105         * modules/link-warning (License): Likewise.
3106         * modules/localcharset (License): Likewise.
3107         * modules/localename (License): Likewise.
3108         * modules/lock (License): Likewise.
3109         * modules/relocatable-lib-lgpl (License): Likewise.
3110         * modules/size_max (License): Likewise.
3111         * modules/vasnprintf (License): Likewise.
3112         * modules/wchar (License): Likewise.
3113         * modules/xsize (License): Likewise.
3114
3115 2007-07-13  Bruno Haible  <bruno@clisp.org>
3116
3117         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
3118         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
3119
3120 2007-07-12  Bruno Haible  <bruno@clisp.org>
3121
3122         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
3123         in the modules files.
3124
3125 2007-07-11  Karl Berry  <karl@gnu.org>
3126
3127         * MODULES.html.sh (func_module): use
3128          sed -e '\|^'"${includefile}"'$|d'
3129          instead of /.../d, to avoid errors on $includefile's containing /.
3130
3131 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3132
3133         * gnulib-tool (func_import): Avoid duplication of --avoid
3134         statements
3135         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
3136         names to `_' in variable names.
3137
3138 2007-07-10  Eric Blake  <ebb9@byu.net>
3139
3140         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
3141         * NEWS: Document this change.
3142
3143 2007-07-08  Bruno Haible  <bruno@clisp.org>
3144
3145         Update to Unicode 5.0.
3146         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
3147         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
3148         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
3149         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
3150         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
3151         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
3152         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
3153         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
3154         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
3155         U+10A3F, U+1D242..U+1D244.
3156         (nonspacing_table_ind): Update.
3157         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
3158         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
3159
3160 2007-07-08  Bruno Haible  <bruno@clisp.org>
3161
3162         Update to Unicode 5.0.
3163         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
3164         code transform. Extend the name index field of unicode_name_to_code and
3165         unicode_code_to_name from 16 to 24 bits.
3166         * lib/uniname/uniname.c (unicode_character_name,
3167         unicode_name_character): Add the range 0x12xxx to the code transform.
3168         * lib/uniname/uninames.h: Regenerated.
3169         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
3170
3171 2007-07-07  Bruno Haible  <bruno@clisp.org>
3172
3173         * modules/wcwidth-tests: New file.
3174         * tests/test-wcwidth.c: New file.
3175
3176         Work around MacOS X wcwidth() bug.
3177         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
3178         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
3179         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
3180         original wcwidth in non-UTF-8 locales.
3181         * modules/wcwidth (Depends-on): Add localcharset, streq,
3182         uniwidth/width.
3183         * doc/functions/wcwidth.texi: Update.
3184
3185 2007-07-07  Bruno Haible  <bruno@clisp.org>
3186
3187         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
3188         (wcwidth): New declaration.
3189         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
3190         macros.
3191         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
3192         here. Prepare for creating <wchar.h> unconditionally.
3193         * modules/wchar (Depends-on): Add link-warning.
3194         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
3195         REPLACE_WCWIDTH, and GL_LINK_WARNING.
3196         * lib/wcwidth.h: Remove file.
3197         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
3198         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
3199         * modules/wcwidth (Files): Remove lib/wcwidth.h.
3200         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
3201         (Include): Replace wcwidth.h with <wchar.h>.
3202         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
3203         * lib/mbchar.h: Don't include wcwidth.h.
3204         * lib/mbswidth.c: Likewise.
3205         * NEWS: Mention the change.
3206
3207 2007-07-07  Bruno Haible  <bruno@clisp.org>
3208
3209         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
3210         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
3211         definition with an external declaration.
3212         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
3213         defined as a function. Remove AC_C_INLINE requirement.
3214         * modules/wcwidth (Files): Add lib/wcwidth.c.
3215         (Makefile.am): Remove redundant statement.
3216
3217 2007-07-07  Bruno Haible  <bruno@clisp.org>
3218
3219         * MODULES.html.sh (Unicode string functions): Add the new modules.
3220
3221         * tests/uniwidth/test-u32-strwidth.c: New file.
3222         * modules/uniwidth/u32-strwidth-tests: New file.
3223
3224         * lib/uniwidth/u32-strwidth.c: New file.
3225         * modules/uniwidth/u32-strwidth: New file.
3226
3227         * tests/uniwidth/test-u16-strwidth.c: New file.
3228         * modules/uniwidth/u16-strwidth-tests: New file.
3229
3230         * lib/uniwidth/u16-strwidth.c: New file.
3231         * modules/uniwidth/u16-strwidth: New file.
3232
3233         * tests/uniwidth/test-u8-strwidth.c: New file.
3234         * modules/uniwidth/u8-strwidth-tests: New file.
3235
3236         * lib/uniwidth/u8-strwidth.c: New file.
3237         * modules/uniwidth/u8-strwidth: New file.
3238
3239         * tests/uniwidth/test-u32-width.c: New file.
3240         * modules/uniwidth/u32-width-tests: New file.
3241
3242         * lib/uniwidth/u32-width.c: New file.
3243         * modules/uniwidth/u32-width: New file.
3244
3245         * tests/uniwidth/test-u16-width.c: New file.
3246         * modules/uniwidth/u16-width-tests: New file.
3247
3248         * lib/uniwidth/u16-width.c: New file.
3249         * modules/uniwidth/u16-width: New file.
3250
3251         * tests/uniwidth/test-u8-width.c: New file.
3252         * modules/uniwidth/u8-width-tests: New file.
3253
3254         * lib/uniwidth/u8-width.c: New file.
3255         * modules/uniwidth/u8-width: New file.
3256
3257         * tests/uniwidth/test-uc_width.c: New file.
3258         * modules/uniwidth/width-tests: New file.
3259
3260         * lib/uniwidth/width.c: New file, from GNU libiconv.
3261         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
3262         * modules/uniwidth/width: New file.
3263
3264         * lib/uniwidth.h: New file, from GNU libiconv.
3265         * modules/uniwidth/base: New file.
3266
3267 2007-07-07  Bruno Haible  <bruno@clisp.org>
3268
3269         * lib/uniname.h: New file, from GNU gettext.
3270         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
3271         * lib/uniname/uninames.h: New file, from GNU gettext.
3272         * lib/uniname/uniname.c: New file, from GNU gettext.
3273         * tests/uniname/test-uninames.sh: New file.
3274         * tests/uniname/test-uninames.c: New file, from GNU gettext.
3275         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
3276         * modules/uniname/base: New file.
3277         * modules/uniname/uniname: New file.
3278         * modules/uniname/uniname-tests: New file.
3279         * MODULES.html.sh (Unicode string functions): Add the new modules.
3280
3281 2007-07-06  Bruno Haible  <bruno@clisp.org>
3282
3283         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
3284
3285 2007-07-06  Bruno Haible  <bruno@clisp.org>
3286
3287         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
3288         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
3289         includes <cygwin/sys_time.h> which includes <sys/select.h> which
3290         include <sys/time.h>.
3291         Reported by Eric Blake.
3292
3293 2007-07-06  Eric Blake  <ebb9@byu.net>
3294
3295         Fix testing canonicalize on cygwin.
3296         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3297         Revert patch from 2007-06-19.
3298         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
3299         canonicalize module is also in use.
3300         * tests/test-canonicalize.c: New file.
3301         * tests/test-canonicalize.sh: Likewise.
3302         * modules/canonicalize-tests: Likewise.
3303
3304 2007-07-06  Jim Meyering  <jim@meyering.net>
3305
3306         * lib/getugroups.c (getugroups): Detect getgrent failure.
3307         Adjust comment to reflect reality: this function may return -1.
3308
3309 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3310
3311         * build-aux/bootstrap (TP_URL,get_translations): Update to use
3312         the new TP address.
3313         (usage): Fix typo
3314         (gnulib_mk): New variable.
3315
3316 2007-07-05  Jim Meyering  <jim@meyering.net>
3317
3318         Don't let endgrent clobber errno, no matter how improbable.
3319         * lib/getugroups.c (getugroups): Save and restore errno around
3320         endgrent call.
3321
3322         Close the group DB even when failing with 2^31 or more members.
3323         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
3324
3325 2007-07-04  Jim Meyering  <jim@meyering.net>
3326
3327         * lib/getugroups.h: New file.
3328         * lib/getugroups.c: Include "getugroups.h".
3329         Remove uses of "register" keyword.
3330         Move local variable, "cp", down into scope where used.
3331         Give "username" parameter the "const" attribute.
3332         * modules/getugroups (Files): Add lib/getugroups.h
3333
3334 2007-07-04  Karl Berry  <karl@gnu.org>
3335
3336         * MODULES.html.sh (func_all_modules): Complete rename of
3337         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
3338
3339 2007-07-02  Bruno Haible  <bruno@clisp.org>
3340
3341         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
3342         mode, when inttypes.h comes from gnulib.
3343         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3344
3345 2007-07-02  Simon Josefsson  <simon@josefsson.org>
3346
3347         * NEWS: Mention lgpl module name change.
3348
3349         * modules/lgpl-2.1: Renamed from lgpl.
3350
3351         * NEWS: Mention gpl module name change.
3352
3353         * modules/gpl-3.0: New file, based on gpl-2.0.
3354
3355         * modules/gpl-2.0: Renamed from gpl.
3356
3357         * modules/gpl: Fix filename, doc/gpl.texi is now found at
3358         doc/gpl-2.0.texi.
3359
3360 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3361
3362         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
3363         #define __STDC_LIMIT_MACROS temporarily while including
3364         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
3365         Problem reported by Joel E. Denny in
3366         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
3367
3368 2007-07-01  Bruno Haible  <bruno@clisp.org>
3369
3370         * lib/unistdio.h: New file.
3371         * lib/unistdio/u-asnprintf.h: New file.
3372         * lib/unistdio/u-asprintf.h: New file.
3373         * lib/unistdio/u-printf-args.c: New file.
3374         * lib/unistdio/u-printf-args.h: New file.
3375         * lib/unistdio/u-printf-parse.h: New file.
3376         * lib/unistdio/u-snprintf.h: New file.
3377         * lib/unistdio/u-sprintf.h: New file.
3378         * lib/unistdio/u-vasprintf.h: New file.
3379         * lib/unistdio/u-vsnprintf.h: New file.
3380         * lib/unistdio/u-vsprintf.h: New file.
3381         * lib/unistdio/ulc-asnprintf.c: New file.
3382         * lib/unistdio/ulc-asprintf.c: New file.
3383         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
3384         * lib/unistdio/ulc-printf-parse.c: New file.
3385         * lib/unistdio/ulc-snprintf.c: New file.
3386         * lib/unistdio/ulc-sprintf.c: New file.
3387         * lib/unistdio/ulc-vasnprintf.c: New file.
3388         * lib/unistdio/ulc-vasprintf.c: New file.
3389         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
3390         * lib/unistdio/ulc-vsnprintf.c: New file.
3391         * lib/unistdio/ulc-vsprintf.c: New file.
3392         * lib/unistdio/u8-asnprintf.c: New file.
3393         * lib/unistdio/u8-asprintf.c: New file.
3394         * lib/unistdio/u8-printf-parse.c: New file.
3395         * lib/unistdio/u8-snprintf.c: New file.
3396         * lib/unistdio/u8-sprintf.c: New file.
3397         * lib/unistdio/u8-vasnprintf.c: New file.
3398         * lib/unistdio/u8-vasprintf.c: New file.
3399         * lib/unistdio/u8-vsnprintf.c: New file.
3400         * lib/unistdio/u8-vsprintf.c: New file.
3401         * lib/unistdio/u8-u8-asnprintf.c: New file.
3402         * lib/unistdio/u8-u8-asprintf.c: New file.
3403         * lib/unistdio/u8-u8-snprintf.c: New file.
3404         * lib/unistdio/u8-u8-sprintf.c: New file.
3405         * lib/unistdio/u8-u8-vasnprintf.c: New file.
3406         * lib/unistdio/u8-u8-vasprintf.c: New file.
3407         * lib/unistdio/u8-u8-vsnprintf.c: New file.
3408         * lib/unistdio/u8-u8-vsprintf.c: New file.
3409         * lib/unistdio/u16-asnprintf.c: New file.
3410         * lib/unistdio/u16-asprintf.c: New file.
3411         * lib/unistdio/u16-printf-parse.c: New file.
3412         * lib/unistdio/u16-snprintf.c: New file.
3413         * lib/unistdio/u16-sprintf.c: New file.
3414         * lib/unistdio/u16-vasnprintf.c: New file.
3415         * lib/unistdio/u16-vasprintf.c: New file.
3416         * lib/unistdio/u16-vsnprintf.c: New file.
3417         * lib/unistdio/u16-vsprintf.c: New file.
3418         * lib/unistdio/u16-u16-asnprintf.c: New file.
3419         * lib/unistdio/u16-u16-asprintf.c: New file.
3420         * lib/unistdio/u16-u16-snprintf.c: New file.
3421         * lib/unistdio/u16-u16-sprintf.c: New file.
3422         * lib/unistdio/u16-u16-vasnprintf.c: New file.
3423         * lib/unistdio/u16-u16-vasprintf.c: New file.
3424         * lib/unistdio/u16-u16-vsnprintf.c: New file.
3425         * lib/unistdio/u16-u16-vsprintf.c: New file.
3426         * lib/unistdio/u32-asnprintf.c: New file.
3427         * lib/unistdio/u32-asprintf.c: New file.
3428         * lib/unistdio/u32-printf-parse.c: New file.
3429         * lib/unistdio/u32-snprintf.c: New file.
3430         * lib/unistdio/u32-sprintf.c: New file.
3431         * lib/unistdio/u32-vasnprintf.c: New file.
3432         * lib/unistdio/u32-vasprintf.c: New file.
3433         * lib/unistdio/u32-vsnprintf.c: New file.
3434         * lib/unistdio/u32-vsprintf.c: New file.
3435         * lib/unistdio/u32-u32-asnprintf.c: New file.
3436         * lib/unistdio/u32-u32-asprintf.c: New file.
3437         * lib/unistdio/u32-u32-snprintf.c: New file.
3438         * lib/unistdio/u32-u32-sprintf.c: New file.
3439         * lib/unistdio/u32-u32-vasnprintf.c: New file.
3440         * lib/unistdio/u32-u32-vasprintf.c: New file.
3441         * lib/unistdio/u32-u32-vsnprintf.c: New file.
3442         * lib/unistdio/u32-u32-vsprintf.c: New file.
3443         * tests/unistdio/test-ulc-asnprintf1.c: New file.
3444         * tests/unistdio/test-ulc-asnprintf1.h: New file.
3445         * tests/unistdio/test-ulc-printf1.h: New file.
3446         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
3447         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
3448         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
3449         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
3450         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
3451         * tests/unistdio/test-ulc-vasprintf1.c: New file.
3452         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
3453         * tests/unistdio/test-ulc-vsprintf1.c: New file.
3454         * tests/unistdio/test-u8-asnprintf1.c: New file.
3455         * tests/unistdio/test-u8-asnprintf1.h: New file.
3456         * tests/unistdio/test-u8-printf1.h: New file.
3457         * tests/unistdio/test-u8-vasnprintf1.c: New file.
3458         * tests/unistdio/test-u8-vasnprintf2.c: New file.
3459         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3460         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3461         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3462         * tests/unistdio/test-u8-vasprintf1.c: New file.
3463         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3464         * tests/unistdio/test-u8-vsprintf1.c: New file.
3465         * tests/unistdio/test-u16-asnprintf1.c: New file.
3466         * tests/unistdio/test-u16-asnprintf1.h: New file.
3467         * tests/unistdio/test-u16-printf1.h: New file.
3468         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3469         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3470         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3471         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3472         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3473         * tests/unistdio/test-u16-vasprintf1.c: New file.
3474         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3475         * tests/unistdio/test-u16-vsprintf1.c: New file.
3476         * tests/unistdio/test-u32-asnprintf1.c: New file.
3477         * tests/unistdio/test-u32-asnprintf1.h: New file.
3478         * tests/unistdio/test-u32-printf1.h: New file.
3479         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3480         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3481         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3482         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3483         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3484         * tests/unistdio/test-u32-vasprintf1.c: New file.
3485         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3486         * tests/unistdio/test-u32-vsprintf1.c: New file.
3487         * modules/unistdio/base: New file.
3488         * modules/unistdio/u-printf-args: New file.
3489         * modules/unistdio/ulc-asnprintf: New file.
3490         * modules/unistdio/ulc-asprintf: New file.
3491         * modules/unistdio/ulc-fprintf: New file.
3492         * modules/unistdio/ulc-printf-parse: New file.
3493         * modules/unistdio/ulc-snprintf: New file.
3494         * modules/unistdio/ulc-sprintf: New file.
3495         * modules/unistdio/ulc-vasnprintf: New file.
3496         * modules/unistdio/ulc-vasprintf: New file.
3497         * modules/unistdio/ulc-vfprintf: New file.
3498         * modules/unistdio/ulc-vsnprintf: New file.
3499         * modules/unistdio/ulc-vsprintf: New file.
3500         * modules/unistdio/u8-asnprintf: New file.
3501         * modules/unistdio/u8-asprintf: New file.
3502         * modules/unistdio/u8-printf-parse: New file.
3503         * modules/unistdio/u8-snprintf: New file.
3504         * modules/unistdio/u8-sprintf: New file.
3505         * modules/unistdio/u8-vasnprintf: New file.
3506         * modules/unistdio/u8-vasprintf: New file.
3507         * modules/unistdio/u8-vsnprintf: New file.
3508         * modules/unistdio/u8-vsprintf: New file.
3509         * modules/unistdio/u8-u8-asnprintf: New file.
3510         * modules/unistdio/u8-u8-asprintf: New file.
3511         * modules/unistdio/u8-u8-snprintf: New file.
3512         * modules/unistdio/u8-u8-sprintf: New file.
3513         * modules/unistdio/u8-u8-vasnprintf: New file.
3514         * modules/unistdio/u8-u8-vasprintf: New file.
3515         * modules/unistdio/u8-u8-vsnprintf: New file.
3516         * modules/unistdio/u8-u8-vsprintf: New file.
3517         * modules/unistdio/u16-asnprintf: New file.
3518         * modules/unistdio/u16-asprintf: New file.
3519         * modules/unistdio/u16-printf-parse: New file.
3520         * modules/unistdio/u16-snprintf: New file.
3521         * modules/unistdio/u16-sprintf: New file.
3522         * modules/unistdio/u16-vasnprintf: New file.
3523         * modules/unistdio/u16-vasprintf: New file.
3524         * modules/unistdio/u16-vsnprintf: New file.
3525         * modules/unistdio/u16-vsprintf: New file.
3526         * modules/unistdio/u16-u16-asnprintf: New file.
3527         * modules/unistdio/u16-u16-asprintf: New file.
3528         * modules/unistdio/u16-u16-snprintf: New file.
3529         * modules/unistdio/u16-u16-sprintf: New file.
3530         * modules/unistdio/u16-u16-vasnprintf: New file.
3531         * modules/unistdio/u16-u16-vasprintf: New file.
3532         * modules/unistdio/u16-u16-vsnprintf: New file.
3533         * modules/unistdio/u16-u16-vsprintf: New file.
3534         * modules/unistdio/u32-asnprintf: New file.
3535         * modules/unistdio/u32-asprintf: New file.
3536         * modules/unistdio/u32-printf-parse: New file.
3537         * modules/unistdio/u32-snprintf: New file.
3538         * modules/unistdio/u32-sprintf: New file.
3539         * modules/unistdio/u32-vasnprintf: New file.
3540         * modules/unistdio/u32-vasprintf: New file.
3541         * modules/unistdio/u32-vsnprintf: New file.
3542         * modules/unistdio/u32-vsprintf: New file.
3543         * modules/unistdio/u32-u32-asnprintf: New file.
3544         * modules/unistdio/u32-u32-asprintf: New file.
3545         * modules/unistdio/u32-u32-snprintf: New file.
3546         * modules/unistdio/u32-u32-sprintf: New file.
3547         * modules/unistdio/u32-u32-vasnprintf: New file.
3548         * modules/unistdio/u32-u32-vasprintf: New file.
3549         * modules/unistdio/u32-u32-vsnprintf: New file.
3550         * modules/unistdio/u32-u32-vsprintf: New file.
3551         * modules/unistdio/ulc-asnprintf-tests: New file.
3552         * modules/unistdio/ulc-vasnprintf-tests: New file.
3553         * modules/unistdio/ulc-vasprintf-tests: New file.
3554         * modules/unistdio/ulc-vsnprintf-tests: New file.
3555         * modules/unistdio/ulc-vsprintf-tests: New file.
3556         * modules/unistdio/u8-asnprintf-tests: New file.
3557         * modules/unistdio/u8-vasnprintf-tests: New file.
3558         * modules/unistdio/u8-vasprintf-tests: New file.
3559         * modules/unistdio/u8-vsnprintf-tests: New file.
3560         * modules/unistdio/u8-vsprintf-tests: New file.
3561         * modules/unistdio/u16-asnprintf-tests: New file.
3562         * modules/unistdio/u16-vasnprintf-tests: New file.
3563         * modules/unistdio/u16-vasprintf-tests: New file.
3564         * modules/unistdio/u16-vsnprintf-tests: New file.
3565         * modules/unistdio/u16-vsprintf-tests: New file.
3566         * modules/unistdio/u32-asnprintf-tests: New file.
3567         * modules/unistdio/u32-vasnprintf-tests: New file.
3568         * modules/unistdio/u32-vasprintf-tests: New file.
3569         * modules/unistdio/u32-vsnprintf-tests: New file.
3570         * modules/unistdio/u32-vsprintf-tests: New file.
3571         * MODULES.html.sh (Unicode string functions): Add the new modules.
3572
3573 2007-07-01  Bruno Haible  <bruno@clisp.org>
3574
3575         * lib/sprintf.c (sprintf): Limit the available length estimation,
3576         to avoid address wraparound.
3577         * lib/vsprintf.c (vsprintf): Likewise.
3578         * modules/sprintf-posix (Dependencies): Add stdint.
3579         * modules/vsprintf-posix (Dependencies): Likewise.
3580
3581 2007-07-01  Bruno Haible  <bruno@clisp.org>
3582
3583         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3584         Windows PATH as well. Conservative double-quoting. Comments.
3585
3586 2007-07-01  Bruno Haible  <bruno@clisp.org>
3587             Eric Blake  <ebb9@byu.net>
3588             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3589
3590         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3591         empty components in $PATH, denoting '.'.
3592
3593 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3594
3595         * gnulib-tool: Fix indentation.
3596         (func_create_megatestdir): Likewise.
3597         Report by Bruno Haible.
3598
3599 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3600
3601         Sync from Automake.
3602         * build-aux/gnupload: Fix shell portability issues with for loops.
3603         Report by Karl Berry.
3604
3605 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3606
3607         * build-aux/maint.mk (POURL): Use translationproject.org.
3608
3609 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3610             Bruno Haible  <bruno@clisp.org>
3611
3612         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3613         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3614         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3615         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3616         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3617
3618 2007-06-27  Bruno Haible  <bruno@clisp.org>
3619
3620         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3621         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3622
3623 2007-06-26  Karl Berry  <karl@gnu.org>
3624
3625         * MODULES.html.sh: remove xreadlink-with-size.
3626
3627 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3628
3629         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3630         method that I hope also handles the double-include problem noted
3631         by Bruno Haible in
3632         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3633
3634 2007-06-23  Bruno Haible  <bruno@clisp.org>
3635
3636         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3637         Don't let the 'mostlyclean' target fail if the last subdirectory could
3638         not be removed.
3639         Reported by Karl Berry.
3640
3641 2007-06-23  Bruno Haible  <bruno@clisp.org>
3642
3643         * gnulib-tool (echo): Add a speedier workaround for ksh.
3644         * tests/test-echo.sh: Likewise.
3645
3646 2007-06-23  Bruno Haible  <bruno@clisp.org>
3647
3648         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3649         * tests/test-echo.sh: Likewise.
3650
3651 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3652
3653         * gnulib-tool (IFS): Initialize early, so we don't set it to
3654         empty later.
3655         (self_abspathname): Rewrite algorithm to set it, reindent.
3656         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3657         (func_create_megatestdir): Merge some sed scripts.
3658
3659 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3660
3661         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3662         exposed by Sun Studio 11 cc on Solaris 8.
3663
3664 2007-06-22  Bruno Haible  <bruno@clisp.org>
3665
3666         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3667         backslashes.
3668         * tests/test-echo.sh: New file.
3669
3670 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3671
3672         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3673         simplify `sed_replace_build_aux' scripts, they are portable but
3674         echoing them with `echo' is not.
3675         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3676
3677 2007-06-21  Karl Berry  <karl@gnu.org>
3678
3679         * config/srclist.txt: guess we can't handle the licenses via
3680         srclist at the moment.
3681
3682 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3683
3684         * MODULES.html.sh: Add include_next.
3685         * modules/include_next: New file.
3686
3687 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3688
3689         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3690         INCLUDE_NEXT.
3691         (gl_CHECK_NEXT_HEADERS): New macro.
3692         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3693         the obsolescent gl_ABSOLUTE_HEADER.
3694         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3695         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3696         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3697         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3698         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3699         * m4/math_h.m4 (gl_MATH_H): Likewise.
3700         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3701         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3702         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3703         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3704         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3705         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3706         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3707         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3708         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3709         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3710         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3711         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3712         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3713         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3714         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3715         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3716         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3717         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3718         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3719         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3720         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3721         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3722         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3723         * lib/float_.h: Likewise.
3724         * lib/inttypes_.h: Likewise.
3725         * lib/math_.h: Likewise.
3726         * lib/search_.h: Likewise.
3727         * lib/signal_.h: Likewise.
3728         * lib/stdint_.h: Likewise.
3729         * lib/stdio_.h: Likewise.
3730         * lib/stdlib_.h: Likewise.
3731         * lib/string_.h: Likewise.
3732         * lib/sys_stat_.h: Likewise.
3733         * lib/sys_time_.h: Likewise.
3734         * lib/time_.h: Likewise.
3735         * lib/unistd_.h: Likewise.
3736         * lib/wchar_.h: Likewise.
3737         * lib/wctype_.h: Likewise.
3738         * lib/dirent_.h: Likewise.
3739         * lib/iconv_.h: Likewise.
3740         * lib/locale_.h: Likewise.
3741         * lib/netinet_in_.h: Likewise.
3742         * lib/sys_select_.h: Likewise.
3743         * lib/sys_socket_.h: Likewise.
3744         * lib/sysexits_.h: Likewise.
3745         * modules/fcntl (Depends-on): Depend on include_next, not
3746         absolute_header.
3747         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3748         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3749         * modules/fchdir: Likewise.
3750         * modules/float: Likewise.
3751         * modules/iconv_open: Likewise.
3752         * modules/inttypes: Likewise.
3753         * modules/locale: Likewise.
3754         * modules/math: Likewise.
3755         * modules/netinet_in: Likewise.
3756         * modules/search: Likewise.
3757         * modules/signal: Likewise.
3758         * modules/stdint: Likewise.
3759         * modules/stdio: Likewise.
3760         * modules/stdlib: Likewise.
3761         * modules/string: Likewise.
3762         * modules/sys_select: Likewise.
3763         * modules/sys_socket: Likewise.
3764         * modules/sys_stat: Likewise.
3765         * modules/sys_time: Likewise.
3766         * modules/sysexits: Likewise.
3767         * modules/time: Likewise.
3768         * modules/unistd: Likewise.
3769         * modules/wchar: Likewise.
3770         * modules/wctype: Likewise.
3771         * modules/sys_stat: Change maintainer to "all".
3772         * modules/unistd: Likewise.
3773
3774 2007-06-20  Karl Berry  <karl@gnu.org>
3775
3776         * config/srclist.txt: track www changes in license files.
3777
3778 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3779
3780         * build-aux/bootstrap: Remove stray dot.
3781         Make sure build_aux settings are honored when linking
3782         gnulib_extra_files.
3783
3784 2007-06-19  Eric Blake  <ebb9@byu.net>
3785
3786         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3787         Allow compilation on cygwin.
3788
3789 2007-06-19  Jim Meyering  <jim@meyering.net>
3790
3791         xreadlink-with-size: Remove module.  No longer used.
3792         Ex-callers now use xreadlink or mreadlink-with-size.
3793         * modules/xreadlink-with-size: Remove module.
3794         * lib/xreadlink-with-size.c: Remove file.
3795         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3796         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3797         just before the function definition *is* accurate.
3798
3799         Eliminate one way canonicalize_filename_mode could exit.
3800         * lib/canonicalize.c (canonicalize_filename_mode):
3801         Use mreadlink_with_size, not xreadlink_with_size.
3802
3803 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3804
3805         Detect porting problems to FreeBSD/arm, which has time_t wider than
3806         long int.  Original problem reported for GNU diff by Xin Li in
3807         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3808         * modules/getdate (Depends-on): Add intprops, verify.
3809         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3810         is an integer type no wider than long int.
3811
3812 2007-06-18  Jim Meyering  <jim@meyering.net>
3813
3814         New module: mreadlink-with-size.
3815         * MODULES.html.sh: Add mreadlink-with-size.
3816         * modules/mreadlink-with-size: New module
3817         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3818         not xreadlink-with-size.
3819         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3820
3821 2007-06-16  Bruno Haible  <bruno@clisp.org>
3822
3823         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3824         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3825         Reported by Gary V. Vaughan <gary@gnu.org>.
3826
3827 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3828
3829         Revamp lchown so that it lives in unistd.h where it belongs.
3830         * lib/lchown.h: Remove.
3831         * lib/dirchownmod.c: Don't include lib/lchown.h.
3832         * lib/fchownat.c: Likewise.
3833         * lib/openat.c: Likewise.
3834         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3835         does not follow symlinks.
3836         (EOPNOTSUPP): Define if not defined.
3837         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3838         is defined to 0.
3839         (lchown): New decl.
3840         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3841         Do not check for lchown decl.
3842         Set REPLACE_LCHOWN.
3843         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3844         REPLACE_LCHOWN.
3845         * modules/chown: Make it clear it follows symlinks.
3846         * modules/lchown: Make it clear it doesn't follow symlinks.
3847         (Files): Remove lib/lchown.h
3848         (Depends-on): Add unistd.
3849         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3850         (Include): Include <unistd.h>, not "lchown.h".
3851         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3852         REPLACE_LCHOWN.
3853
3854 2007-06-15  Jim Meyering  <jim@meyering.net>
3855
3856         Change license (GPL to LGPL) of fsusage and dependents.
3857         * modules/fsusage (License): Change to LGPL.
3858         * modules/full-read (License): Likewise.
3859         * modules/full-write (License): Likewise.
3860         * modules/safe-read (License): Likewise.
3861         * modules/safe-write (License): Likewise.
3862
3863 2007-06-14  Ben Pfaff  <blp@gnu.org>
3864
3865         Missing part of allocsa -> malloca transition.
3866         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3867         gl_MALLOCA.
3868
3869 2007-06-12  Bruno Haible  <bruno@clisp.org>
3870
3871         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3872         to ia64, x86_64, i386.
3873         Reported by Eric Blake.
3874
3875 2007-06-12  Bruno Haible  <bruno@clisp.org>
3876
3877         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3878         cross-compiling to x86_64.
3879
3880 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3881
3882         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3883         glitch reported by Ralf Wildenhues in
3884         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3885
3886         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3887         Vin Shelton.
3888
3889 2007-06-11  Bruno Haible  <bruno@clisp.org>
3890
3891         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3892         replacement string.
3893         Reported by Eric Blake.
3894
3895 2007-06-10  Bruno Haible  <bruno@clisp.org>
3896
3897         Prepare vasnprintf code for use with Unicode strings.
3898         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3899         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3900         TYPE_U32_STRING.
3901         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3902         a_u32_string variants.
3903         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3904         * lib/printf-args.c: Don't include config.h and the specification
3905         header if PRINTF_FETCHARGS is already defined.
3906         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3907         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3908         TYPE_U16_STRING, TYPE_U32_STRING.
3909         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3910         u16_directive, u16_directives, u32_directive, u32_directives): New
3911         types.
3912         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3913         New declarations.
3914         * lib/printf-parse.c: Don't include config.h and the specification
3915         header if PRINTF_PARSE is already defined. Eliminate the set of
3916         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3917         them now. Include c-ctype.h.
3918         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3919         directive and CHAR_T_ONLY_ASCII.
3920         * lib/vasnprintf.c: Don't include config.h and the specification header
3921         if VASNPRINTF is already defined.
3922         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3923         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3924         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3925         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3926         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3927         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3928         code accordingly.
3929         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3930         pad_ourselves also in this case, with the 'c' and 's' directives, and
3931         with a different notion of "width".
3932         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3933
3934 2007-06-10  Bruno Haible  <bruno@clisp.org>
3935
3936         * modules/unistr/u32-mbsnlen: New file.
3937         * lib/unistr/u32-mbsnlen.c: New file.
3938
3939         * modules/unistr/u16-mbsnlen: New file.
3940         * lib/unistr/u16-mbsnlen.c: New file.
3941
3942         * modules/unistr/u8-mbsnlen: New file.
3943         * lib/unistr/u8-mbsnlen.c: New file.
3944
3945         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3946         declarations.
3947
3948 2007-06-10  Bruno Haible  <bruno@clisp.org>
3949
3950         * lib/string_.h (mbsnlen): New declaration.
3951         * lib/mbsnlen.c: New file.
3952         * m4/mbsnlen.m4: New file.
3953         * modules/mbsnlen: New file.
3954         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3955         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3956         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3957
3958 2007-06-10  Bruno Haible  <bruno@clisp.org>
3959
3960         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3961
3962 2007-06-10  Bruno Haible  <bruno@clisp.org>
3963
3964         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3965         * lib/mbuiter.h: Likewise.
3966
3967 2007-06-10  Bruno Haible  <bruno@clisp.org>
3968
3969         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3970         declaration.
3971
3972 2007-06-10  Karl Berry  <karl@gnu.org>
3973
3974         * config/srclist.txt: remove gettext entries, Bruno prefers
3975         to update individually.
3976
3977 2007-06-10  Bruno Haible  <bruno@clisp.org>
3978
3979         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3980         'maxlen'. Ensure only length + width bytes are allocated, not
3981         length + 1 + width.
3982
3983 2007-06-09  Bruno Haible  <bruno@clisp.org>
3984
3985         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3986         (CHAR_T): Remove macro.
3987         (VASNPRINTF): Update.
3988
3989 2007-06-09  Bruno Haible  <bruno@clisp.org>
3990
3991         * MODULES.html.sh (Unicode string functions): Add the new modules.
3992
3993         * modules/uniconv/u32-conv-to-enc: New file.
3994         * lib/uniconv/u32-conv-to-enc.c: New file.
3995         * modules/uniconv/u32-conv-to-enc-tests: New file.
3996         * tests/uniconv/test-u32-conv-to-enc.c: New file.
3997
3998         * modules/uniconv/u16-conv-to-enc: New file.
3999         * lib/uniconv/u16-conv-to-enc.c: New file.
4000         * lib/uniconv/u-conv-to-enc.h: New file.
4001         * modules/uniconv/u16-conv-to-enc-tests: New file.
4002         * tests/uniconv/test-u16-conv-to-enc.c: New file.
4003
4004         * modules/uniconv/u8-conv-to-enc: New file.
4005         * lib/uniconv/u8-conv-to-enc.c: New file.
4006         * modules/uniconv/u8-conv-to-enc-tests: New file.
4007         * tests/uniconv/test-u8-conv-to-enc.c: New file.
4008
4009         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
4010         u32_conv_to_encoding): New declarations.
4011
4012 2007-06-09  Bruno Haible  <bruno@clisp.org>
4013
4014         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
4015
4016 2007-06-09  Bruno Haible  <bruno@clisp.org>
4017
4018         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
4019         * modules/malloca: Renamed from modules/allocsa, updated.
4020         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
4021         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
4022         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
4023         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
4024         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
4025         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
4026         * modules/xmalloca: Renamed from modules/xallocsa, updated.
4027         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
4028         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
4029         * modules/c-strcasestr (Depends-on): Update.
4030         * lib/c-strcasestr.c: Update.
4031         * modules/c-strstr (Depends-on): Update.
4032         * lib/c-strstr.c: Update.
4033         * modules/canonicalize-lgpl (Depends-on): Update.
4034         * lib/canonicalize-lgpl.c: Update.
4035         * modules/clean-temp (Depends-on): Update.
4036         * lib/clean-temp.c: Update.
4037         * modules/csharpcomp (Depends-on): Update.
4038         * lib/csharpcomp.c: Update.
4039         * modules/csharpexec (Depends-on): Update.
4040         * lib/csharpexec.c: Update.
4041         * modules/javacomp (Depends-on): Update.
4042         * lib/javacomp.c: Update.
4043         * modules/javaexec (Depends-on): Update.
4044         * lib/javaexec.c: Update.
4045         * modules/mbscasestr (Depends-on): Update.
4046         * lib/mbscasestr.c: Update.
4047         * modules/mbsstr (Depends-on): Update.
4048         * lib/mbsstr.c: Update.
4049         * modules/setenv (Depends-on): Update.
4050         * lib/setenv.c: Update.
4051         * modules/strcasestr (Depends-on): Update.
4052         * lib/strcasestr.c: Update.
4053         * modules/striconveha (Depends-on): Update.
4054         * lib/striconveha.c: Update.
4055         * modules/relocatable-prog-wrapper (Files): Update.
4056         * lib/relocwrapper.c: Update.
4057         * build-aux/install-reloc: Update.
4058         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
4059
4060 2007-06-08  Bruno Haible  <bruno@clisp.org>
4061
4062         Port to uClibc.
4063         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
4064         * lib/fpurge.c (fpurge): Likewise.
4065         * lib/freading.c (freading): Likewise.
4066         * lib/fseeko.c (rpl_fseeko): Likewise.
4067         * lib/fseterr.c (fseterr): Likewise.
4068         * lib/fwriting.c (fwriting): Likewise.
4069         * tests/test-fflush.c (main): Avoid a failure on uClibc.
4070
4071 2007-06-08  Bruno Haible  <bruno@clisp.org>
4072
4073         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
4074         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
4075         * modules/gettext (Files): Add m4/intlmacosx.m4.
4076
4077 2007-06-07  Bruno Haible  <bruno@clisp.org>
4078
4079         * modules/localename-tests: New file.
4080         * tests/test-localename.c: New file.
4081
4082         New module 'localename'.
4083         * lib/localename.h: New file.
4084         * lib/localename.c: New file, from GNU gettext.
4085         * m4/localename.m4: New file.
4086         * modules/localename: New file.
4087
4088 2007-06-07  Bruno Haible  <bruno@clisp.org>
4089
4090         Work around the lack of <wchar.h> on some builds of uClibc.
4091         * doc/headers/wchar.texi: Update.
4092         * lib/wchar_.h: Include <wchar.h> only if it exists.
4093         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
4094         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
4095         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
4096         doesn't exist.
4097         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
4098         * modules/mbfile (Depends-on): Add wchar.
4099         * modules/mbiter (Depends-on): Likewise.
4100         * modules/mbuiter (Depends-on): Likewise.
4101         Reported by Simon Josefsson.
4102
4103 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
4104
4105         Work around problem reported by Steven M. Schweda in
4106         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
4107         Tru64 5.1B with the Compaq compiler environment installed declares
4108         an 'isblank' function but does not define it in the C library.
4109         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
4110         * lib/regex_internal.h (isblank): Likewise.
4111         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
4112         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4113
4114 2007-06-05  Bruno Haible  <bruno@clisp.org>
4115
4116         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
4117         ia64.
4118         * modules/printf-safe: New file.
4119         * modules/fprintf-posix (Depends-on): Add printf-safe.
4120         * modules/printf-posix (Depends-on): Likewise.
4121         * modules/snprintf-posix (Depends-on): Likewise.
4122         * modules/sprintf-posix (Depends-on): Likewise.
4123         * modules/vasnprintf-posix (Depends-on): Likewise.
4124         * modules/vasprintf-posix (Depends-on): Likewise.
4125         * modules/vfprintf-posix (Depends-on): Likewise.
4126         * modules/vprintf-posix (Depends-on): Likewise.
4127         * modules/vsnprintf-posix (Depends-on): Likewise.
4128         * modules/vsprintf-posix (Depends-on): Likewise.
4129         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
4130         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
4131         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
4132         "no" on i386, x86_64, ia64.
4133         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
4134         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4135         on i386, x86_64, ia64.
4136         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
4137         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4138         on i386, x86_64, ia64.
4139         * tests/test-vasnprintf-posix.c: Include float.h.
4140         (LDBL80_WORDS): New macro.
4141         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4142         on i386, x86_64, ia64.
4143         * tests/test-vasprintf-posix.c: Include float.h.
4144         (LDBL80_WORDS): New macro.
4145         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
4146         on i386, x86_64, ia64.
4147         * tests/test-snprintf-posix.c: Include float.h.
4148         * tests/test-sprintf-posix.c: Likewise.
4149         * tests/test-vsnprintf-posix.c: Likewise.
4150         * tests/test-vsprintf-posix.c: Likewise.
4151
4152 2007-06-05  Bruno Haible  <bruno@clisp.org>
4153
4154         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
4155         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
4156         non-IEEE numbers on i386, x86_64, ia64.
4157         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
4158         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
4159         * tests/test-isnanl.h: Include float.h.
4160         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
4161
4162 2007-06-05  Bruno Haible  <bruno@clisp.org>
4163
4164         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
4165         also the %a / %A. Handle the %a / %A code before this extra handling.
4166
4167 2007-06-05  Bruno Haible  <bruno@clisp.org>
4168
4169         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
4170         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
4171
4172 2007-06-05  Bruno Haible  <bruno@clisp.org>
4173
4174         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
4175         typo in variable name.
4176
4177 2007-06-05  Eric Blake  <ebb9@byu.net>
4178
4179         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
4180         Reported by Simon Josefsson.
4181
4182 2007-06-04  Bruno Haible  <bruno@clisp.org>
4183
4184         Avoid test failures on some PowerPC platforms.
4185         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
4186         Define differently for PowerPC.
4187         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
4188         Reported by Gary V. Vaughan <gary@gnu.org>.
4189
4190 2007-06-02  Bruno Haible  <bruno@clisp.org>
4191
4192         Fix test-stdint failure on FreeBSD/ia64.
4193         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
4194         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
4195         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
4196         * doc/headers/stdint.texi: Update.
4197
4198 2007-06-01  Bruno Haible  <bruno@clisp.org>
4199
4200         * tests/test-binary-io.c (main): Pass a third argument to open().
4201         Reported by Gary V. Vaughan <gary@gnu.org>.
4202
4203 2007-06-01  Bruno Haible  <bruno@clisp.org>
4204
4205         * doc/functions/frexpl.texi: Update for mingw.
4206
4207 2007-06-01  Bruno Haible  <bruno@clisp.org>
4208
4209         * tests/test-lseek.c (main): Disable test of errno for invalid third
4210         argument.
4211         * doc/functions/lseek.texi: Update.
4212         Reported by Gary V. Vaughan <gary@gnu.org>.
4213
4214 2007-05-28  Bruno Haible  <bruno@clisp.org>
4215
4216         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
4217
4218 2007-05-31  Eric Blake  <ebb9@byu.net>
4219
4220         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
4221         cross compiling.
4222
4223 2007-05-30  Eric Blake  <ebb9@byu.net>
4224         and Bruno Haible  <bruno@clisp.org>
4225
4226         Work around mingw test failures exposed by m4-1.4.9b.
4227         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
4228         * tests/test-unistd.c: Disable uid_t and git_t tests for the
4229         moment.
4230
4231 2007-05-30  Bruno Haible  <bruno@clisp.org>
4232
4233         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
4234         assuming that they are closed. Needed on HP-UX 11.
4235
4236 2007-05-29  Bruno Haible  <bruno@clisp.org>
4237
4238         Fix a problem with #include_next.
4239         * lib/dirent_.h: Split the double-inclusion guard.
4240         * lib/fcntl_.h: Likewise.
4241         * lib/float_.h: Likewise.
4242         * lib/iconv_.h: Likewise.
4243         * lib/inttypes_.h: Likewise.
4244         * lib/locale_.h: Likewise.
4245         * lib/math_.h: Likewise.
4246         * lib/netinet_in_.h: Likewise.
4247         * lib/search_.h: Likewise.
4248         * lib/signal_.h: Likewise.
4249         * lib/stdint_.h: Likewise.
4250         * lib/stdio_.h: Likewise.
4251         * lib/stdlib_.h: Likewise.
4252         * lib/string_.h: Likewise.
4253         * lib/sys_select_.h: Likewise.
4254         * lib/sys_socket_.h: Likewise.
4255         * lib/sys_stat_.h: Likewise.
4256         * lib/sys_time_.h: Likewise.
4257         * lib/sysexits_.h: Likewise.
4258         * lib/time_.h: Likewise.
4259         * lib/unistd_.h: Likewise.
4260         * lib/wchar_.h: Likewise.
4261         * lib/wctype_.h: Likewise.
4262
4263 2007-05-29  Bruno Haible  <bruno@clisp.org>
4264
4265         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
4266         for the moment.
4267
4268 2007-05-29  Bruno Haible  <bruno@clisp.org>
4269
4270         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
4271         invocation.
4272         Reported by Eric Blake.
4273
4274 2007-05-29  Bruno Haible  <bruno@clisp.org>
4275
4276         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
4277         compiling case.
4278
4279 2007-05-29  Eric Blake  <ebb9@byu.net>
4280             Bruno Haible  <bruno@clisp.org>
4281
4282         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
4283         cross compiles.
4284
4285 2007-05-28  Eric Blake  <ebb9@byu.net>
4286
4287         * modules/closein-tests (test_closein_LDADD): Support test on
4288         cygwin with libtool.
4289
4290 2007-05-28  Bruno Haible  <bruno@clisp.org>
4291
4292         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
4293         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4294         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4295         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4296         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4297         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4298         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4299         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4300         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4301
4302 2007-05-28  Eric Blake  <ebb9@byu.net>
4303
4304         Unconditionally include <config.h> in unit tests.
4305         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
4306         * tests/test-allocsa.c, tests/test-arcfour.c,
4307         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
4308         tests/test-array_list.c, tests/test-array_oset.c,
4309         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
4310         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
4311         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
4312         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
4313         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
4314         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
4315         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
4316         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
4317         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
4318         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
4319         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
4320         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
4321         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
4322         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
4323         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
4324         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
4325         test-md5.c, test-memmem.c, test-printf-posix.c,
4326         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
4327         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
4328         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
4329         test-strcasestr.c, test-striconv.c, test-striconveh.c,
4330         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
4331         test-vasnprintf-posix2.c, test-vasnprintf.c,
4332         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
4333         test-vfprintf-posix.c, test-vprintf-posix.c,
4334         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
4335         test-xvasprintf.c: Likewise.
4336
4337 2007-05-28  Bruno Haible  <bruno@clisp.org>
4338
4339         * gnulib-tool (func_import): Remember the --with-tests command-line
4340         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
4341         Reported by Eric Blake.
4342
4343 2007-05-28  Bruno Haible  <bruno@clisp.org>
4344
4345         * modules/ftell-tests: New file.
4346         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
4347         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
4348
4349         * lib/ftell.c: New file.
4350         * modules/ftell: New file.
4351         * m4/ftell.m4: New file.
4352         * doc/functions/ftell.texi: Update.
4353         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
4354         REPLACE_FTELL.
4355         * lib/stdio_.h (rpl_ftell): New declaration.
4356         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
4357         REPLACE_FTELL.
4358
4359 2007-05-28  Eric Blake  <ebb9@byu.net>
4360
4361         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
4362
4363 2007-05-28  Bruno Haible  <bruno@clisp.org>
4364
4365         * modules/fseek-tests: New file.
4366         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
4367         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
4368
4369         * lib/fseek.c: New file.
4370         * modules/fseek: New file.
4371         * m4/fseek.m4: New file.
4372         * doc/functions/fseek.texi: Update.
4373         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
4374         REPLACE_FSEEK.
4375         * lib/stdio_.h (rpl_fseek): New declaration.
4376         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
4377         REPLACE_FSEEK.
4378
4379 2007-05-28  Bruno Haible  <bruno@clisp.org>
4380
4381         * lib/stdio_.h (fflush): More comments.
4382
4383 2007-05-28  Bruno Haible  <bruno@clisp.org>
4384
4385         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
4386         runtime test.
4387
4388 2007-05-28  Eric Blake  <ebb9@byu.net>
4389
4390         Improve lseek module.
4391         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
4392         * lib/unistd_.h (lseek): Scale back link warning message.
4393         * tests/test-lseek.c: Beef up test.
4394         * tests/test-lseek.sh: Exercise more facets of lseek.
4395         Reported by Bruno Haible.
4396
4397 2007-05-28  Bruno Haible  <bruno@clisp.org>
4398
4399         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
4400         to define.
4401
4402 2007-05-27  Bruno Haible  <bruno@clisp.org>
4403
4404         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
4405
4406 2007-05-27  Bruno Haible  <bruno@clisp.org>
4407
4408         * modules/openmp: New file.
4409         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
4410         Noah Misch.
4411
4412 2007-05-26  Bruno Haible  <bruno@clisp.org>
4413
4414         * modules/chdir-long (Depends-on): Add fchdir.
4415         * modules/chdir-safer (Depends-on): Likewise.
4416         * modules/fts (Depends-on): Likewise.
4417         * modules/fts-lgpl (Depends-on): Likewise.
4418         * modules/openat (Depends-on): Likewise.
4419         * modules/savewd (Depends-on): Likewise.
4420
4421 2007-05-24  Eric Blake  <ebb9@byu.net>
4422
4423         Fix lseek on mingw.
4424         * modules/lseek: New module.
4425         * m4/lseek.m4: New file.
4426         * lib/lseek.c: New file.
4427         * modules/lseek-tests: New file.
4428         * tests/test-lseek.c: New file.
4429         * tests/test-lseek.sh: New file.
4430         * MODULES.html.sh: Document lseek module.
4431         * modules/fflush (Depends-on): Add lseek, fseeko.
4432         * modules/fseeko (Depends-on): Likewise.
4433         * modules/ftello (Depends-on): Likewise.
4434         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
4435         broken.
4436         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
4437         broken.
4438         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
4439         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
4440         * lib/ftello.c (rpl_ftello): Likewise.
4441         * tests/test-fseeko.c (main): Test this.
4442         * tests/test-fseeko.sh: Likewise.
4443         * tests/test-ftello.c (main): Likewise.
4444         * tests/test-ftello.sh: Likewise.
4445         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
4446         implies replacing fseek.
4447         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
4448         HAVE_FTELLO.
4449         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
4450         * modules/unistd (Makefile.am): Likewise.
4451         * lib/unistd_.h (lseek): Declare a replacement.
4452         * doc/functions/lseek.texi (lseek): Document this fix.
4453         * doc/functions/fseek.texi (fseek): Likewise.
4454         * doc/functions/ftell.texi (ftell): Likewise.
4455
4456 2007-05-24  Bruno Haible  <bruno@clisp.org>
4457
4458         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
4459         in the printed representation of a NaN.
4460         * tests/test-vasprintf-posix.c (test_function): Likewise.
4461         * tests/test-snprintf-posix.h (test_function): Likewise.
4462         * tests/test-sprintf-posix.h (test_function): Likewise.
4463         Reported by Eric Blake.
4464
4465 2007-05-23  Eric Blake  <ebb9@byu.net>
4466
4467         Fix fseeko/ftello on cygwin 1.5.24.
4468         * doc/functions/fseeko.texi (fseeko): Document the fix.
4469         * doc/functions/ftello.texi (ftello): Document the fix.
4470         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4471         * doc/functions/stdout.text (stdout): New file.
4472         * doc/functions/stderr.text (stderr): New file.
4473         * doc/gnulib.texi (Function Substitutes): Use new files.
4474         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4475         prior to 1.7.0.
4476         * tests/test-ftello.c (main): Likewise for ftello.
4477         * tests/test-fseeko.sh: New file.
4478         * tests/test-ftello.sh: New file.
4479         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4480         with seekable stdin.
4481         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4482         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4483         (gl_REPLACE_FSEEKO): New macro.
4484         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4485         * modules/fseeko (Files): Distribute fseeko.c.
4486         * modules/ftello (Files): Distribute ftello.c.
4487         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4488         mode.
4489         * lib/ftello.c (rpl_ftello): New file.
4490         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4491         fseeko, ftello.
4492         (gl_STDIN_LARGE_OFFSET): New macro.
4493         * modules/stdio (Makefile.am): Perform the replacement.
4494         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4495
4496 2007-05-23  Bruno Haible  <bruno@clisp.org>
4497
4498         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4499         GNULIB_POSIXCHECK is defined.
4500
4501 2007-05-21  Bruno Haible  <bruno@clisp.org>
4502
4503         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4504         Check also the output for NaN arguments. When cross-compiling, guess
4505         no on IRIX.
4506         * lib/vasnprintf.c: Update comments.
4507         * tests/test-vasnprintf-posix.c (strisnan): New function.
4508         (test_function): Use it.
4509         * tests/test-vasprintf-posix.c (strisnan): New function.
4510         (test_function): Use it.
4511         * tests/test-snprintf-posix.h (strisnan): New function.
4512         (test_function): Use it.
4513         * tests/test-sprintf-posix.h (strisnan): New function.
4514         (test_function): Use it.
4515         Reported by Eric Blake.
4516
4517 2007-05-20  Bruno Haible  <bruno@clisp.org>
4518
4519         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4520         numbers that fails on BeOS.
4521         * doc/functions/frexpl.texi: Update.
4522
4523 2007-05-20  Jim Meyering  <jim@meyering.net>
4524
4525         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4526         forced upon us by glibc-2.6.
4527
4528 2007-05-20  Bruno Haible  <bruno@clisp.org>
4529
4530         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4531         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4532         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4533         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4534         NEED_PRINTF_INFINITE.
4535         (is_infinitel): New function.
4536         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4537         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4538         gl_PREREQ_VASNPRINTF_INFINITE.
4539         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4540         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4541         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4542         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4543         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4544         gl_PREREQ_VASNPRINTF_INFINITE.
4545         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4546         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4547         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4548         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4549         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4550         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4551         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4552         * doc/functions/fprintf.texi: Update.
4553         * doc/functions/printf.texi: Update.
4554         * doc/functions/snprintf.texi: Update.
4555         * doc/functions/sprintf.texi: Update.
4556         * doc/functions/vfprintf.texi: Update.
4557         * doc/functions/vprintf.texi: Update.
4558         * doc/functions/vsnprintf.texi: Update.
4559         * doc/functions/vsprintf.texi: Update.
4560
4561 2007-05-20  Bruno Haible  <bruno@clisp.org>
4562
4563         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4564         was not found in libc.
4565         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4566
4567 2007-05-20  Bruno Haible  <bruno@clisp.org>
4568
4569         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4570         printed as "-nan" instead of "nan".
4571         * tests/test-vasprintf-posix.c (test_function): Likewise.
4572         * tests/test-snprintf-posix.h (test_function): Likewise.
4573         * tests/test-sprintf-posix.h (test_function): Likewise.
4574         Needed for HP-UX 11.
4575
4576 2007-05-20  Jim Meyering  <jim@meyering.net>
4577
4578         Fix buggy test for the fchownat-deref bug.
4579         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4580         symlink required for the run-test.  Without it, this test would
4581         always declare that fchownat doesn't work, and client code would
4582         unnecessarily use the replacement function with fixed libc.
4583         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4584         Reported by Greg Schafer.
4585
4586 2007-05-19  Bruno Haible  <bruno@clisp.org>
4587
4588         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4589         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4590         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4591         Needed for IRIX 6.5 and Solaris 2.5.1.
4592
4593 2007-05-19  Bruno Haible  <bruno@clisp.org>
4594
4595         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4596         (test_function): Skip tests involving -0.0 on platforms where
4597         -0.0 = 0.0.
4598         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4599         (test_function): Skip tests involving -0.0 on platforms where
4600         -0.0 = 0.0.
4601         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4602         (test_function): Skip tests involving -0.0 on platforms where
4603         -0.0 = 0.0.
4604         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4605         (test_function): Skip tests involving -0.0 on platforms where
4606         -0.0 = 0.0.
4607         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4608         tests.
4609         * tests/test-printf-posix.h (test_function): Likewise.
4610         * tests/test-printf-posix.output: Remove all -0.0 related results.
4611         Needed for IRIX 6.5.
4612
4613 2007-05-19  Bruno Haible  <bruno@clisp.org>
4614
4615         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4616         printed as "nan0x7fffffff" instead of "nan".
4617         * tests/test-vasprintf-posix.c (test_function): Likewise.
4618         * tests/test-snprintf-posix.h (test_function): Likewise.
4619         * tests/test-sprintf-posix.h (test_function): Likewise.
4620         * tests/test-fprintf-posix.h (NaN): Remove macro.
4621         (test_function): Remove all NaN related tests.
4622         * tests/test-printf-posix.h (NaN): Remove macro.
4623         (test_function): Remove all NaN related tests.
4624         * tests/test-printf-posix.output: Remove all NaN related results.
4625         Needed for IRIX 6.5.
4626
4627 2007-05-19  Bruno Haible  <bruno@clisp.org>
4628
4629         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4630         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4631
4632 2007-05-19  Bruno Haible  <bruno@clisp.org>
4633
4634         * lib/float_.h: New file.
4635         * m4/float_h.m4: New file.
4636         * modules/float: New file.
4637         * modules/isnanl (Dependencies): Add float.
4638         * modules/isnanl-nolibm (Dependencies): Likewise.
4639         * modules/mathl (Dependencies): Likewise.
4640         * modules/printf-frexpl (Dependencies): Likewise.
4641         * modules/signbit (Dependencies): Likewise.
4642         * modules/vasnprintf (Dependencies): Likewise.
4643         * doc/headers/float.texi: Update.
4644
4645 2007-05-19  Jim Meyering  <jim@meyering.net>
4646
4647         * lib/utimens.c (gl_futimens): Rename from futimens,
4648         now that glibc-2.6 declares futimens.
4649         * lib/utimens.h: Likewise.
4650
4651 2007-05-19  Bruno Haible  <bruno@clisp.org>
4652
4653         Avoid test failures on mingw.
4654         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4655         * tests/test-printf-posix.sh: Likewise.
4656         * tests/test-vfprintf-posix.sh: Likewise.
4657         * tests/test-vprintf-posix.sh: Likewise.
4658
4659 2007-05-19  Bruno Haible  <bruno@clisp.org>
4660
4661         Fix *printf result for NaN, Inf, -0.0 on mingw.
4662         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4663         * lib/vasnprintf.c: Include math.h and isnan.h.
4664         (is_infinite_or_zero): New function.
4665         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4666         values in the %f, %F, %e, %E, %g, %G directives.
4667         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4668         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4669         gl_PRINTF_INFINITE and test its result. Invoke
4670         gl_PREREQ_VASNPRINTF_INFINITE.
4671         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4672         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4673         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4674         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4675         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4676         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4677         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4678         * doc/functions/fprintf.texi: Update.
4679         * doc/functions/printf.texi: Update.
4680         * doc/functions/snprintf.texi: Update.
4681         * doc/functions/sprintf.texi: Update.
4682         * doc/functions/vfprintf.texi: Update.
4683         * doc/functions/vprintf.texi: Update.
4684         * doc/functions/vsnprintf.texi: Update.
4685         * doc/functions/vsprintf.texi: Update.
4686
4687 2007-05-19  Bruno Haible  <bruno@clisp.org>
4688
4689         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4690         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4691         Instead of multiplying with 10^k, set extra_zeroes to k.
4692         (scale10_round_long_double): Remove function.
4693
4694 2007-05-18  Bruno Haible  <bruno@clisp.org>
4695
4696         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4697         introduced on 2007-05-06.
4698
4699 2007-05-18  Bruno Haible  <bruno@clisp.org>
4700
4701         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4702         %g directives.
4703         * tests/test-vasprintf-posix.c (test_function): Likewise.
4704         * tests/test-snprintf-posix.h (test_function): Likewise.
4705         * tests/test-sprintf-posix.h (test_function): Likewise.
4706
4707 2007-05-18  Bruno Haible  <bruno@clisp.org>
4708
4709         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4710         (strmatch): New function.
4711         (test_function): Test the %f directive on numbers of various exponents.
4712         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4713         (strmatch): New function.
4714         (test_function): Test the %f directive on numbers of various exponents.
4715         * tests/test-snprintf-posix.h (strmatch): New function.
4716         (test_function): Test the %f directive on numbers of various exponents.
4717         * tests/test-sprintf-posix.h (strmatch): New function.
4718         (test_function): Test the %f directive on numbers of various exponents.
4719         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4720         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4721         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4722         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4723
4724 2007-05-18  Bruno Haible  <bruno@clisp.org>
4725
4726         Add support for 'long double' number output.
4727         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4728         * lib/vasnprintf.c: Include math.h and float+.h.
4729         (mp_limb_t): New type.
4730         (GMP_LIMB_BITS): New macro.
4731         (mp_twolimb_t): New type.
4732         (GMP_TWOLIMB_BITS): New macro.
4733         (mpn_t): New type.
4734         (multiply, divide, convert_to_decimal, decode_long_double,
4735         scale10_round_long_double, scale10_round_decimal_long_double,
4736         floorlog10l): New functions.
4737         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4738         for the %f, %F, %e, %E, %g, %G directives.
4739         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4740         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4741         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4742         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4743         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4744         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4745         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4746         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4747         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4748         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4749         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4750         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4751         * modules/snprintf-posix (Depends-on): Likewise.
4752         * modules/sprintf-posix (Depends-on): Likewise.
4753         * modules/vasnprintf-posix (Depends-on): Likewise.
4754         * modules/vasprintf-posix (Depends-on): Likewise.
4755         * modules/vfprintf-posix (Depends-on): Likewise.
4756         * modules/vsnprintf-posix (Depends-on): Likewise.
4757         * modules/vsprintf-posix (Depends-on): Likewise.
4758         * modules/vasnprintf (Files): Add lib/float+.h.
4759         * doc/functions/fprintf.texi: Update.
4760         * doc/functions/printf.texi: Update.
4761         * doc/functions/snprintf.texi: Update.
4762         * doc/functions/sprintf.texi: Update.
4763         * doc/functions/vfprintf.texi: Update.
4764         * doc/functions/vprintf.texi: Update.
4765         * doc/functions/vsnprintf.texi: Update.
4766         * doc/functions/vsprintf.texi: Update.
4767
4768 2007-05-18  Bruno Haible  <bruno@clisp.org>
4769
4770         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4771
4772 2007-05-18  Bruno Haible  <bruno@clisp.org>
4773
4774         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4775         for printing 64-bit integers. Needed for mingw.
4776
4777 2007-05-18  Bruno Haible  <bruno@clisp.org>
4778
4779         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4780         gl_FUNC_FREXPL_WORKS.
4781         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4782
4783 2007-05-18  Bruno Haible  <bruno@clisp.org>
4784
4785         * modules/frexpl-nolibm-tests: New file.
4786
4787         * modules/frexpl-nolibm: New file.
4788         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4789
4790 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4791
4792         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4793         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4794         GCC 4.2, which otherwise issues a lot of warnings.
4795         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4796         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4797         Likewise.
4798         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4799         * modules/iconv_open (iconv.h): Likewise.
4800         * modules/locale (locale.h): Likewise.
4801         * modules/netinet_in (netinet/in.h): Likewise.
4802         * modules/sys_select (sys_select.h): Likewise.
4803         * modules/sys_socket (sys/socket.h): Likewise.
4804         * modules/sys_stat (sys/stat.h): Likewise.
4805         * modules/sysexits (sysexits.h): Likewise.
4806         * modules/unistd (unistd.h): Likewise.
4807
4808 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4809
4810         * modules/closein-tests (Makefile.am): Distribute
4811         `test-closein.sh'.
4812
4813 2007-05-17  Bruno Haible  <bruno@clisp.org>
4814
4815         * tests/test-printf-posix.output: Renamed from
4816         tests/test-fprintf-posix.out.
4817         * modules/fprintf-posix-tests: Update.
4818         * modules/printf-posix-tests: Update.
4819         * modules/vfprintf-posix-tests: Update.
4820         * modules/vprintf-posix-tests: Update.
4821         * tests/test-fprintf-posix.sh: Update.
4822         * tests/test-printf-posix.sh: Update.
4823         * tests/test-vfprintf-posix.sh: Update.
4824         * tests/test-vprintf-posix.sh: Update.
4825         Reported by Ralf Wildenhues.
4826
4827 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4828
4829         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4830         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4831         GCC 4.2, which otherwise issues a lot of warnings.
4832         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4833         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4834         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4835         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4836         it should no longer be needed.
4837         * lib/string_.h: Likewise.
4838         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4839         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4840         * modules/inttypes (inttypes.h): Likewise.
4841         * modules/math (math.h): Likewise.
4842         * modules/search (search.h): Likewise.
4843         * modules/signal (signal.h): Likewise.
4844         * modules/stdint (stdint.h): Likewise.
4845         * modules/stdio (stdio.h): Likewise.
4846         * modules/stdlib (stdlib.h): Likewise.
4847         * modules/string (string.h): Likewise.
4848         * modules/sys_time (sys/time.h): Likewise.
4849         * modules/time (time.h): Likewise.
4850         * modules/wchar (wchar.h): Likewise.
4851         * modules/wctype (wtype.h): Likewise.
4852
4853 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4854
4855         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4856
4857 2007-05-13  Bruno Haible  <bruno@clisp.org>
4858
4859         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4860         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4861         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4862         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4863         (gl_PREREQ_STRTOK_R): Don't require it here.
4864
4865 2007-05-13  Bruno Haible  <bruno@clisp.org>
4866
4867         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4868         when used in C++ mode.
4869
4870 2007-05-12  Bruno Haible  <bruno@clisp.org>
4871
4872         * lib/linebuffer.h: Tweak doc.
4873         * lib/linebuffer.c: Likewise.
4874
4875 2007-05-12  James Youngman  <jay@gnu.org>
4876
4877         * lib/linebuffer.c (readlinebuffer_delim): New function,
4878         like readlinebuffer, but use a caller-specified delimiter.
4879         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4880         as the delimiter.
4881         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4882
4883 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4884
4885         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4886         * modules/openat (Files): Remove openat-die.c.
4887         (Depends-on): Add openat-die.
4888         * modules/openat-die: New module.
4889
4890 2007-05-06  Bruno Haible  <bruno@clisp.org>
4891
4892         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4893         Update with info about Cygwin.
4894         * doc/functions/fprintf.texi: Update.
4895         * doc/functions/printf.texi: Update.
4896         * doc/functions/snprintf.texi: Update.
4897         * doc/functions/sprintf.texi: Update.
4898         * doc/functions/vfprintf.texi: Update.
4899         * doc/functions/vprintf.texi: Update.
4900         * doc/functions/vsnprintf.texi: Update.
4901         * doc/functions/vsprintf.texi: Update.
4902         Reported by Eric Blake.
4903
4904 2007-05-06  Bruno Haible  <bruno@clisp.org>
4905
4906         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4907         padding ourselves for the floating-point directives.
4908         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4909         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4910         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4911         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4912         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4913         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4914         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4915         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4916         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4917         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4918         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4919         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4920         * tests/test-snprintf-posix.h (test_function): Also check the width
4921         and some flags in the %f directive.
4922         * tests/test-sprintf-posix.h (test_function): Likewise.
4923         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4924         * tests/test-vasprintf-posix.c (test_function): Likewise.
4925         * doc/functions/fprintf.texi: Update.
4926         * doc/functions/printf.texi: Update.
4927         * doc/functions/snprintf.texi: Update.
4928         * doc/functions/sprintf.texi: Update.
4929         * doc/functions/vfprintf.texi: Update.
4930         * doc/functions/vprintf.texi: Update.
4931         * doc/functions/vsnprintf.texi: Update.
4932         * doc/functions/vsprintf.texi: Update.
4933
4934 2007-05-06  Bruno Haible  <bruno@clisp.org>
4935
4936         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4937         pass the ' flag character to sprintf or snprintf.
4938         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4939         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4940         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4941         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4942         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4943         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4944         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4945         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4946         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4947         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4948         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4949         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4950         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4951         flag.
4952         * tests/test-sprintf-posix.h (test_function): Likewise.
4953         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4954         * tests/test-vasprintf-posix.c (test_function): Likewise.
4955         * doc/functions/fprintf.texi: Update.
4956         * doc/functions/printf.texi: Update.
4957         * doc/functions/snprintf.texi: Update.
4958         * doc/functions/sprintf.texi: Update.
4959         * doc/functions/vfprintf.texi: Update.
4960         * doc/functions/vprintf.texi: Update.
4961         * doc/functions/vsnprintf.texi: Update.
4962         * doc/functions/vsprintf.texi: Update.
4963
4964 2007-05-01  Bruno Haible  <bruno@clisp.org>
4965
4966         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4967
4968 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4969
4970         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4971         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4972
4973 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4974
4975         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4976         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4977         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4978
4979 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4980
4981         * lib/argp-help.c (struct hol_entry): New member `ord'.
4982         (HOL_ENTRY_PTRCMP): Use ord for comparison
4983         (hol_sort): Initialize ord.
4984
4985 2007-05-01  Bruno Haible  <bruno@clisp.org>
4986
4987         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4988         Reported by Eric Blake.
4989         * doc/gnulib.texi (Function Substitutes): Update.
4990
4991 2007-05-01  Bruno Haible  <bruno@clisp.org>
4992
4993         * doc/functions.texi: Remove file, now redundant through
4994         doc/functions/*.texi.
4995
4996 2007-05-01  Bruno Haible  <bruno@clisp.org>
4997
4998         * modules/argp (Depends-on): Add sleep.
4999
5000 2007-05-01  Bruno Haible  <bruno@clisp.org>
5001
5002         * modules/sleep-tests: New file.
5003         * tests/test-sleep.c: New file.
5004
5005         * modules/sleep: New file.
5006         * lib/sleep.c: New file.
5007         * m4/sleep.m4: New file.
5008         * lib/unistd_.h (sleep): New declaration.
5009         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
5010         HAVE_SLEEP.
5011         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
5012         * doc/functions/sleep.texi: Document the sleep module.
5013
5014 2007-05-01  Bruno Haible  <bruno@clisp.org>
5015
5016         * lib/sigprocmask.h: Remove file.
5017         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
5018         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
5019         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
5020         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
5021         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
5022         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
5023         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
5024         HAVE_SIGSET_T as a shell variable.
5025         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
5026         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
5027         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
5028         (Depends-on): Add signal. Remove verify.
5029         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
5030         (Include): Mention <signal.h> instead of sigprocmask.h.
5031         * NEWS: Mention the change.
5032         * lib/fatal-signal.c: Don't include sigprocmask.h.
5033
5034 2007-05-01  Bruno Haible  <bruno@clisp.org>
5035
5036         * modules/signal: New file.
5037         * lib/signal_.h: New file.
5038         * m4/signal_h.m4: New file.
5039
5040 2007-05-01  Bruno Haible  <bruno@clisp.org>
5041
5042         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
5043         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
5044         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
5045         HAVE_WCTYPE_CTMP_BUG into wctype.h.
5046
5047 2007-05-01  Bruno Haible  <bruno@clisp.org>
5048
5049         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
5050         configure time.
5051         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
5052         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
5053         * modules/sys_stat (Makefile.am): Substitute their values into
5054         sys/stat.h.
5055
5056 2007-05-01  Bruno Haible  <bruno@clisp.org>
5057
5058         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
5059         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
5060         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
5061
5062 2007-05-01  Bruno Haible  <bruno@clisp.org>
5063
5064         * doc/header/assert.texi: Undo last change: don't mention the gnulib
5065         'assert' module here.
5066
5067 2007-05-01  Bruno Haible  <bruno@clisp.org>
5068
5069         * doc/functions/*.texi: New files.
5070         * doc/functions/google-ranking.txt: New file.
5071         * doc/gnulib.texi (Function Substitutes): New chapter.
5072         (ctime, inet_ntoa): Remove sections.
5073         * doc/ctime.texi: Remove file.
5074         * doc/inet_ntoa.texi: Remove file.
5075         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
5076         dependencies.
5077         (%.info): New rule, specifying a --reference-limit.
5078
5079 2007-05-01  Bruno Haible  <bruno@clisp.org>
5080
5081         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
5082
5083 2007-05-01  Bruno Haible  <bruno@clisp.org>
5084
5085         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
5086         the portability of 'mkdir' to mingw systems.
5087
5088 2007-05-01  Bruno Haible  <bruno@clisp.org>
5089
5090         * doc/headers/google-ranking.txt: New file.
5091
5092 2007-04-30  Eric Blake  <ebb9@byu.net>
5093
5094         Prefer fseeko to fseek.
5095         * modules/getpass (Depends-on): Add fseeko.
5096         * lib/getpass.c (getpass): Use fseeko, not fseek.
5097
5098 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
5099
5100         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
5101         assumes the sorting is stable, while most qsort implementations
5102         are not.  Use argument addresses to ensure they never compare as
5103         equal.
5104
5105         * tests/test-argp-2.sh (usage-indent test): Fix output
5106         (func_compare): Restore diff options
5107         * tests/test-argp.c: Restore #include "progname.h"
5108
5109 2007-04-29  Bruno Haible  <bruno@clisp.org>
5110
5111         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
5112         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5113         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
5114         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5115         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
5116         (configure.ac): Define CHECK_SNPRINTF_POSIX.
5117         (TESTS, check_PROGRAMS): Add test-snprintf.
5118         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
5119         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
5120         (TESTS, check_PROGRAMS): Add test-vsnprintf.
5121         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
5122         assertions that fail on HP-UX, OSF/1, or IRIX.
5123         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
5124
5125 2007-04-29  Bruno Haible  <bruno@clisp.org>
5126
5127         * MODULES.html.sh (posix_functions): Remove 'contents'.
5128
5129 2007-04-29  Karl Berry  <karl@gnu.org>
5130
5131         * config/srclist.txt (gendocs_template_min): new entry.
5132
5133 2007-04-29  Bruno Haible  <bruno@clisp.org>
5134
5135         Work around fpurge bug on BSD systems.
5136         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
5137         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
5138         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
5139         fpurge to rpl_fpurge if the system already has this function.
5140         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
5141         the case where the system already has this function. Correct invariants
5142         on BSD systems.
5143         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
5144         BSD systems.
5145
5146 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5147
5148         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
5149         proposed by Sven Verdoolaege.
5150
5151         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
5152         options.
5153         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
5154         (usage and help tests): Update
5155
5156 2007-04-29  Bruno Haible  <bruno@clisp.org>
5157
5158         * tests/test-fflush.c (main): Use a file of size 17, not 10.
5159         Print more information in case of failure. Disable a test on BeOS.
5160
5161 2007-04-29  Bruno Haible  <bruno@clisp.org>
5162
5163         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
5164         This helps debugging on systems on which no gdb is available.
5165
5166 2007-04-29  Bruno Haible  <bruno@clisp.org>
5167
5168         * lib/freading.h: Improve comments.
5169         * lib/fwriting.h: Likewise.
5170         * tests/test-freading.c (main): Don't check freading immediately after
5171         repositioning. Needed for glibc.
5172
5173 2007-04-29  Bruno Haible  <bruno@clisp.org>
5174
5175         * lib/freading.c (freading): Trivial simplification.
5176
5177 2007-04-28  Bruno Haible  <bruno@clisp.org>
5178
5179         * tests/test-fwriting.c (main): Also test the interaction between
5180         fflush and fwriting.
5181         * modules/fwriting-tests (Depends-on): Add fflush.
5182
5183         * tests/test-freading.c (main): Also test the interaction between
5184         fflush and freading.
5185         * modules/freading-tests (Depends-on): Add fflush.
5186
5187 2007-04-28  Bruno Haible  <bruno@clisp.org>
5188
5189         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
5190         fseeko and ftello.
5191         Suggested by Eric Blake.
5192
5193 2007-04-28  Jim Meyering  <jim@meyering.net>
5194
5195         Avoid false-negative in gl_STDINT_H's C99 conformance test.
5196         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
5197         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
5198
5199 2007-04-27  Eric Blake  <ebb9@byu.net>
5200
5201         * doc/headers/assert.texi (assert.h): Document assert module use.
5202
5203 2007-04-27  Bruno Haible  <bruno@clisp.org>
5204
5205         * doc/headers/*.texi: New files.
5206         * doc/gnulib.texi (Header File Substitutes): New chapter.
5207         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
5208         dependencies.
5209         (standards.info ,standards.html, standards.dvi): Update dependencies.
5210         (mostlyclean, clean): New targets.
5211
5212 2007-04-27  Bruno Haible  <bruno@clisp.org>
5213
5214         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
5215         * modules/sysexits (Files, Makefile.am): Update.
5216
5217         * lib/sys_socket_.h: Renamed from lib/socket_.h.
5218         * modules/sys_socket (Files, Makefile.am): Update.
5219
5220         * lib/sys_stat_.h: Renamed from lib/stat_.h.
5221         * modules/sys_stat (Files, Makefile.am): Update.
5222
5223 2007-04-27  Eric Blake  <ebb9@byu.net>
5224
5225         * lib/freading.h: Improve comments.
5226         * lib/fwriting.h: Likewise.
5227         * lib/fflush.c: Likewise.
5228
5229         Fix closein for mingw.
5230         * modules/closein-tests: Add tests for closein.
5231         * tests/test-closein.c: New file.
5232         * tests/test-closein.sh: Likewise.
5233         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
5234         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
5235
5236 2007-04-27  Bruno Haible  <bruno@clisp.org>
5237
5238         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
5239         version is < 6.
5240         * lib/math_.h [__DECC]: Likewise.
5241         * lib/stdio_.h [__DECC]: Likewise.
5242         * lib/stdlib_.h [__DECC]: Likewise.
5243         * lib/string_.h [__DECC]: Likewise.
5244         * lib/time_.h [__DECC]: Likewise.
5245         * lib/wchar_.h [__DECC]: Likewise.
5246         * lib/wctype_.h [__DECC]: Likewise.
5247
5248 2007-04-27  Bruno Haible  <bruno@clisp.org>
5249
5250         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
5251
5252 2007-04-27  Bruno Haible  <bruno@clisp.org>
5253
5254         * lib/fflush.c: Add comments.
5255         * modules/fpurge-tests (Depends-on): Add fflush.
5256         * modules/freadable-tests (Depends-on): Likewise.
5257         * modules/fwritable-tests (Depends-on): Likewise.
5258
5259 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
5260
5261         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
5262         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
5263         Report by Bruno Haible <bruno@clisp.org>.
5264
5265 2007-04-26  Eric Blake  <ebb9@byu.net>
5266
5267         Fix fflush on mingw.
5268         * modules/fflush (Depends-on): Add freading.
5269         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
5270         but unread data.
5271
5272 2007-04-26  Eric Blake  <ebb9@byu.net>
5273         and Bruno Haible  <bruno@clisp.org>
5274
5275         Implement freading and fwriting.
5276         * lib/freading.c: New file.
5277         * lib/freading.h: Likewise.
5278         * m4/freading.m4: Likewise.
5279         * modules/freading: Likewise.
5280         * modules/freading-tests: Likewise.
5281         * tests/test-freading.c: Likewise.
5282         * lib/fwriting.c: New file.
5283         * lib/fwriting.h: Likewise.
5284         * m4/fwriting.m4: Likewise.
5285         * modules/fwriting: Likewise.
5286         * modules/fwriting-tests: Likewise.
5287         * tests/test-fwriting.c: Likewise.
5288         * MODULES.html.sh (File stream based Input/Output): Mention them.
5289
5290 2007-04-26  Bruno Haible  <bruno@clisp.org>
5291
5292         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
5293         'long' when we assume it.
5294         Suggested by Eric Blake.
5295
5296 2007-04-26  Bruno Haible  <bruno@clisp.org>
5297
5298         Ensure fseeko, ftello are declared on glibc systems.
5299         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
5300         * modules/fseeko (configure.ac-early): Likewise.
5301         * modules/ftello (configure.ac-early): Likewise.
5302         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
5303         AC_FUNC_FSEEKO for this.
5304         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
5305         (gl_CHECK_FSEEKO): Remove macro.
5306
5307 2007-04-26  Bruno Haible  <bruno@clisp.org>
5308
5309         * tests/test-fflush.c (main): Also check the ftell result after
5310         fflush and fseek/fseeko.
5311         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
5312         file descriptor position cache in the stream.
5313         * lib/fseeko.c (rpl_fseeko): Likewise.
5314
5315 2007-04-26  Bruno Haible  <bruno@clisp.org>
5316
5317         * modules/fflush-tests (Depends-on): Add fseeko.
5318
5319 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
5320             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5321
5322         * lib/argz_.h: ensure error_t definition is obtained in same
5323         mechanism system argz.h would have.
5324         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
5325         argz facilities are known bad.  Err on the side of caution if
5326         cross-compiling.
5327
5328 2007-04-25  Eric Blake  <ebb9@byu.net>
5329
5330         * lib/fpurge.c (includes): Use stdlib.h for free.
5331         * tests/test-fflush.c (main): Also test fflush-fseeko.
5332
5333 2007-04-25  Bruno Haible  <bruno@clisp.org>
5334
5335         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
5336         * lib/fseeko.c: New file.
5337         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
5338         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
5339         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
5340         gl_FUNC_FSEEKO.
5341         (gl_FUNC_FSEEKO): Invoke it.
5342         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
5343         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
5344         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
5345
5346 2007-04-25  Bruno Haible  <bruno@clisp.org>
5347
5348         * modules/fflush (Depends-on): Add ftello.
5349
5350 2007-04-25  Bruno Haible  <bruno@clisp.org>
5351
5352         * modules/ftello-tests: New file.
5353         * tests/test-ftello.c: New file.
5354
5355         * modules/ftello: New file.
5356         * m4/ftello.m4: New file.
5357         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
5358         HAVE_FTELLO.
5359         * lib/stdio_.h (ftello): New declaration.
5360         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
5361         HAVE_FTELLO.
5362
5363 2007-04-25  Bruno Haible  <bruno@clisp.org>
5364
5365         * modules/fseeko-tests: New file.
5366         * tests/test-fseeko.c: New file.
5367
5368         * modules/fseeko: New file.
5369         * m4/fseeko.m4: New file.
5370         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
5371         HAVE_FSEEKO.
5372         * lib/stdio_.h (fseeko): New declaration.
5373         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
5374         HAVE_FSEEKO.
5375
5376 2007-04-25  Bruno Haible  <bruno@clisp.org>
5377
5378         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
5379
5380 2007-04-25  Bruno Haible  <bruno@clisp.org>
5381
5382         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
5383         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
5384         * tests/test-unistd.c: Likewise.
5385         * tests/test-fcntl.c: Likewise.
5386
5387 2007-04-23  Eric Blake  <ebb9@byu.net>
5388
5389         * lib/fflush.c: Fix missing include.
5390         Reported by Bruno Haible.
5391
5392 2007-04-23  Bruno Haible  <bruno@clisp.org>
5393
5394         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
5395         Reported by Eric Blake.
5396
5397 2007-04-23  Bruno Haible  <bruno@clisp.org>
5398
5399         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
5400
5401 2007-04-23  Bruno Haible  <bruno@clisp.org>
5402
5403         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
5404
5405 2007-04-23  Bruno Haible  <bruno@clisp.org>
5406
5407         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
5408         Needed on HP-UX 11.
5409
5410 2007-04-16  Eric Blake  <ebb9@byu.net>
5411
5412         Make fflush rely on fpurge.
5413         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
5414         open coding all variants.
5415         * modules/fflush (Depends-on): Add fpurge and unistd.
5416         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
5417         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
5418
5419         Fix --with-tests compilation on cygwin.
5420         * modules/argmatch-tests (Makefile.am): List gnulib library first
5421         in LDADD.
5422         * modules/argp-tests (Makefile.am): Likewise.
5423         * modules/array-list-tests (Makefile.am): Likewise.
5424         * modules/array-oset-tests (Makefile.am): Likewise.
5425         * modules/avltree-list-tests (Makefile.am): Likewise.
5426         * modules/avltree-oset-tests (Makefile.am): Likewise.
5427         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5428         * modules/carray-list-tests (Makefile.am): Likewise.
5429         * modules/dirname-tests (Makefile.am): Likewise.
5430         * modules/frexp-tests (Makefile.am): Likewise.
5431         * modules/isnanl-tests (Makefile.am): Likewise.
5432         * modules/linked-list-tests (Makefile.am): Likewise.
5433         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5434         * modules/lock-tests (Makefile.am): Likewise.
5435         * modules/rbtree-list-tests (Makefile.am): Likewise.
5436         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5437         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5438         * modules/tls-tests (Makefile.am): Likewise.
5439         * modules/tsearch-tests (Makefile.am): Likewise.
5440         * modules/xvasprintf-tests (Makefile.am): Likewise.
5441
5442         Fix fpurge for cygwin.
5443         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
5444         value.
5445         * modules/fpurge-tests (Depends-on): Clean up trash.
5446
5447 2007-04-16  Simon Josefsson  <simon@josefsson.org>
5448
5449         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
5450
5451         * m4/autobuild.m4: Re-indent.
5452
5453 2007-04-13  Bruno Haible  <bruno@clisp.org>
5454
5455         * modules/fpurge-tests: New file.
5456         * tests/test-fpurge.c: New file.
5457
5458         * modules/fpurge: New file.
5459         * lib/fpurge.h: New file.
5460         * lib/fpurge.c: New file.
5461         * m4/fpurge.m4: New file.
5462
5463 2007-04-13  Bruno Haible  <bruno@clisp.org>
5464
5465         * modules/fbufmode-tests: New file.
5466         * tests/test-fbufmode.c: New file.
5467
5468         * modules/fbufmode: New file.
5469         * lib/fbufmode.h: New file.
5470         * lib/fbufmode.c: New file.
5471         * m4/fbufmode.m4: New file.
5472
5473 2007-04-13  Bruno Haible  <bruno@clisp.org>
5474
5475         * modules/fwritable-tests: New file.
5476         * tests/test-fwritable.c: New file.
5477
5478         * modules/fwritable: New file.
5479         * lib/fwritable.h: New file.
5480         * lib/fwritable.c: New file.
5481         * m4/fwritable.m4: New file.
5482
5483 2007-04-13  Bruno Haible  <bruno@clisp.org>
5484
5485         * modules/freadable-tests: New file.
5486         * tests/test-freadable.c: New file.
5487
5488         * modules/freadable: New file.
5489         * lib/freadable.h: New file.
5490         * lib/freadable.c: New file.
5491         * m4/freadable.m4: New file.
5492
5493 2007-04-13  Bruno Haible  <bruno@clisp.org>
5494
5495         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5496         MOSTLYCLEANFILES.
5497
5498 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5499
5500         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5501         gzip bootstrap.conf to avoid dragging in i18n machinery.
5502         (gnulib_tool_option): Use it.
5503
5504 2007-04-13  Bruno Haible  <bruno@clisp.org>
5505
5506         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5507         %F directives.
5508         * tests/test-vasprintf-posix.c (test_function): Likewise.
5509         * tests/test-snprintf-posix.h (test_function): Likewise.
5510         * tests/test-sprintf-posix.h (test_function): Likewise.
5511         * tests/test-fprintf-posix.h (test_function): Likewise.
5512         * tests/test-printf-posix.h (test_function): Likewise.
5513         * tests/test-fprintf-posix.out: Likewise.
5514
5515 2007-04-13  Bruno Haible  <bruno@clisp.org>
5516
5517         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5518         * modules/tls-tests (configure.ac): Likewise.
5519         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5520
5521 2007-04-13  Bruno Haible  <bruno@clisp.org>
5522
5523         * lib/tls.c (glthread_tls_get): Fix return type.
5524         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5525
5526 2007-04-12  Eric Blake  <ebb9@byu.net>
5527
5528         * modules/gettime (Depends-on): Remove gettime.
5529         Reported by Dmitry V. Levin.
5530
5531 2007-04-12  Bruno Haible  <bruno@clisp.org>
5532
5533         * modules/fflush (Include): Mention <stdio.h>.
5534         * modules/strtoimax (Include): Mention <inttypes.h>.
5535         * modules/strtoumax (Include): Likewise.
5536
5537 2007-04-12  Eric Blake  <ebb9@byu.net>
5538
5539         * .cvsignore: New file.
5540         * .gitignore: Likewise.
5541
5542 2007-04-12  Bruno Haible  <bruno@clisp.org>
5543
5544         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5545         not before, since $(LDADD) often contains libgnu.a.
5546         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5547         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5548         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5549         Needed on Cygwin.
5550
5551 2007-04-12  Eric Blake  <ebb9@byu.net>
5552
5553         Work around glibc's failure to flush stdin on fclose.
5554         * lib/closein.c (close_stdin): Flush stdin before closing.
5555
5556         Work around glibc's failure to reset seekable stdin on exit.
5557         * modules/closein: New module.
5558         * lib/closein.c: New file.
5559         * lib/closein.h: Likewise.
5560         * m4/closein.m4: Likewise.
5561         * MODULES.html.sh (File stream based Input/Output): Document it.
5562
5563 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5564
5565         * gnulib-tool: Rename generated 'autobuild' script to
5566         'do-autobuild' in --create-megatestdir output.
5567
5568         * doc/gnulib.texi (Build robot for gnulib): Fix.
5569
5570 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5571
5572         * modules/sysexits (Depends-on): Add absolute-header.
5573
5574 2007-04-12  Eric Blake  <ebb9@byu.net>
5575
5576         No need to preserve errno on success.
5577         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5578         Reported by Bruno Haible.
5579
5580 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5581
5582         * MODULES.html.sh (Support for maintaining and releasing
5583         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5584
5585 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5586
5587         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5588
5589 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5590
5591         * modules/autobuild: New module.
5592
5593         * m4/autobuild.m4: New file.
5594
5595 2007-04-11  Bruno Haible  <bruno@clisp.org>
5596
5597         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5598         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5599         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5600         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5601         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5602         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5603         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5604         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5605         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5606         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5607         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5608         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5609         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5610         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5611         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5612         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5613         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5614         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5615         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5616         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5617         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5618         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5619         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5620         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5621         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5622         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5623         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5624         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5625         Reported by Eric Blake.
5626
5627 2007-04-11  Bruno Haible  <bruno@clisp.org>
5628
5629         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5630
5631 2007-04-10  Bruno Haible  <bruno@clisp.org>
5632
5633         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5634         for NaN and Infinity. Needed on FreeBSD 6.1.
5635         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5636         regarding results for "%010a" of Infinity and NaN.
5637         * tests/test-vasprintf-posix.c (test_function): Likewise.
5638         * tests/test-snprintf-posix.h (test_function): Likewise.
5639         * tests/test-sprintf-posix.h (test_function): Likewise.
5640         * tests/test-fprintf-posix.h (test_function): Likewise.
5641         * tests/test-printf-posix.h (test_function): Likewise.
5642         * tests/test-fprintf-posix.out: Likewise.
5643
5644 2007-04-10  Bruno Haible  <bruno@clisp.org>
5645
5646         * modules/locale-tests: New file.
5647         * tests/test-locale.c: New file.
5648
5649         * modules/locale: New file.
5650         * lib/locale_.h: New file.
5651         * m4/locale_h.m4: New file.
5652
5653 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5654             Bruno Haible  <bruno@clisp.org>
5655
5656         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5657         be determined, test for availability of the copysignf, copysign,
5658         copysignl functions.
5659         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5660         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5661         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5662
5663 2007-04-09  Eric Blake  <ebb9@byu.net>
5664
5665         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5666         * modules/stdio (Makefile.am): Support fflush.
5667         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5668         * modules/fflush: New file.
5669         * lib/fflush.c: Likewise.
5670         * m4/fflush.m4: Likewise.
5671         * modules/fflush-tests: New test.
5672         * tests/test-fflush.c: Likewise.
5673         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5674
5675 2007-04-06  Bruno Haible  <bruno@clisp.org>
5676
5677         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5678         (VASNPRINTF): Use signbit for faster determination whether to print a
5679         minus sign.
5680         * modules/vasnprintf (Files): Remove lib/float+.h.
5681         * modules/fprintf-posix (Depends-on): Add signbit.
5682         * modules/snprintf-posix (Depends-on): Likewise.
5683         * modules/sprintf-posix (Depends-on): Likewise.
5684         * modules/vasnprintf-posix (Depends-on): Likewise.
5685         * modules/vasprintf-posix (Depends-on): Likewise.
5686         * modules/vfprintf-posix (Depends-on): Likewise.
5687         * modules/vsnprintf-posix (Depends-on): Likewise.
5688         * modules/vsprintf-posix (Depends-on): Likewise.
5689
5690 2007-04-06  Bruno Haible  <bruno@clisp.org>
5691
5692         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5693         * tests/test-frexpl.c (main): Likewise.
5694         * tests/test-ldexpl.c (main): Likewise.
5695         * modules/frexp-tests (Depends-on): Add signbit.
5696         * modules/frexpl-tests (Depdends-on): Likewise.
5697         * modules/ldexpl-tests (Depdends-on): Likewise.
5698
5699 2007-04-06  Bruno Haible  <bruno@clisp.org>
5700
5701         * modules/signbit-tests: New file.
5702         * tests/test-signbit.c: New file.
5703
5704         * modules/signbit: New file.
5705         * lib/signbitf.c: New file.
5706         * lib/signbitd.c: New file.
5707         * lib/signbitl.c: New file.
5708         * m4/signbit.m4: New file.
5709         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5710         (signbit): New macro.
5711         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5712         REPLACE_SIGNBIT.
5713         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5714         REPLACE_FREXPL into math.h.
5715
5716 2007-04-06  Bruno Haible  <bruno@clisp.org>
5717
5718         * modules/isnanf-nolibm-tests: New file.
5719         * tests/test-isnanf.c: New file.
5720
5721         * modules/isnanf-nolibm: New file.
5722         * lib/isnanf.h: New file.
5723         * lib/isnanf.c: New file.
5724         * lib/isnan.c: Consider the USE_FLOAT macro.
5725         * m4/isnanf.m4: New file.
5726
5727 2007-04-06  Bruno Haible  <bruno@clisp.org>
5728
5729         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5730         (Link): New section.
5731
5732         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5733
5734 2007-04-06  Bruno Haible  <bruno@clisp.org>
5735
5736         Assume the 'long double' type.
5737         * m4/longdouble.m4: Remove file.
5738         * config/srclist.txt: Don't mention longdouble.m4.
5739         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5740         * lib/float+.h: Likewise.
5741         * lib/frexp.c: Likewise.
5742         * lib/printf-args.h: Likewise.
5743         * lib/printf-args.c: Likewise.
5744         * lib/printf-frexp.c: Likewise.
5745         * lib/printf-parse.c: Likewise.
5746         * lib/vasnprintf.c: Likewise.
5747         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5748         * m4/intl.m4: Likewise.
5749         * m4/isnanl.m4: Likewise.
5750         * m4/printf.m4: Likewise.
5751         * m4/printf-frexpl.m4: Likewise.
5752         * m4/vasnprintf.m4: Likewise.
5753         * modules/allocsa (Files): Remove m4/longdouble.m4.
5754         * modules/gettext (Files): Likewise.
5755         * modules/relocatable-prog-wrapper (Files): Likewise.
5756         * modules/vasnprintf (Files): Likewise.
5757         * modules/isnanl (Files): Likewise.
5758         (Include): Simplify.
5759         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5760         (Include): Simplify.
5761         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5762         (Include): Simplify.
5763         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5764         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5765         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5766         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5767         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5768         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5769         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5770         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5771         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5772         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5773         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5774         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5775         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5776         * tests/test-isnanl.c: Likewise.
5777         * tests/test-snprintf-posix.h: Likewise.
5778         * tests/test-sprintf-posix.h: Likewise.
5779         * tests/test-vasnprintf-posix.c: Likewise.
5780         * tests/test-vasnprintf-posix2.c: Likewise.
5781         * tests/test-vasprintf-posix.c: Likewise.
5782
5783 2007-04-06  Bruno Haible  <bruno@clisp.org>
5784
5785         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5786         * lib/math_.h [__DECC]: Include the overridden include file through
5787         #include_next, outside the double-inclusion guard.
5788         * lib/stdio_.h [__DECC]: Likewise.
5789         * lib/stdlib_.h [__DECC]: Likewise.
5790         * lib/string_.h [__DECC]: Likewise.
5791         * lib/time_.h [__DECC]: Likewise.
5792         * lib/wchar_.h [__DECC]: Likewise.
5793         * lib/wctype_.h [__DECC]: Likewise.
5794         * lib/inttypes_.h [__DECC]: Likewise.
5795         Reported by Albert Chin <china@thewrittenword.com> in
5796         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5797
5798 2007-04-04  Eric Blake  <ebb9@byu.net>
5799
5800         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5801         1.5.x.
5802
5803 2007-04-04  Bruno Haible  <bruno@clisp.org>
5804
5805         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5806         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5807
5808 2007-04-04  Bruno Haible  <bruno@clisp.org>
5809
5810         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5811         results for "%010a" of Infinity and NaN.
5812         * tests/test-vasprintf-posix.c (test_function): Likewise.
5813         * tests/test-snprintf-posix.h (test_function): Likewise.
5814         * tests/test-sprintf-posix.h (test_function): Likewise.
5815         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5816         * tests/test-printf-posix.h (test_function): Likewise.
5817         * tests/test-fprintf-posix.out: Update.
5818         Needed for FreeBSD 6.1.
5819
5820 2007-04-04  Bruno Haible  <bruno@clisp.org>
5821
5822         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5823         directly used by the gnulib modules nor by gnulib-tool.
5824
5825 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5826
5827         * DEPENDENCIES: Give overall description of version dependency
5828         desirability.  Use more-typical names for apps.
5829         Add shell, coreutils, diffutils, grep, tar, gzip.
5830
5831 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5832
5833         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5834
5835 2007-04-04  Karl Berry  <karl@gnu.org>
5836
5837         * MODULES.html.sh (func_module): missing '.
5838
5839 2007-04-03  Bruno Haible  <bruno@clisp.org>
5840
5841         * modules/argmatch-tests (Makefile.am): New variable
5842         test_argmatch_LDADD.
5843         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5844         * modules/array-list-tests (Makefile.am): New variable
5845         test_array_list_LDADD.
5846         * modules/array-oset-tests (Makefile.am): New variable
5847         test_array_oset_LDADD.
5848         * modules/avltree-list-tests (Makefile.am): New variable
5849         test_avltree_list_LDADD.
5850         * modules/avltree-oset-tests (Makefile.am): New variable
5851         test_avltree_oset_LDADD.
5852         * modules/avltreehash-list-tests (Makefile.am): New variable
5853         test_avltreehash_list_LDADD.
5854         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5855         test_canonicalize_lgpl_LDADD.
5856         * modules/carray-list-tests (Makefile.am): New variable
5857         test_carray_list_LDADD.
5858         * modules/dirname-tests (Makefile.am): New variable
5859         test_dirname_LDADD.
5860         * modules/linked-list-tests (Makefile.am): New variable
5861         test_linked_list_LDADD.
5862         * modules/linkedhash-list-tests (Makefile.am): New variable
5863         test_linkedhash_list_LDADD.
5864         * modules/rbtree-list-tests (Makefile.am): New variable
5865         test_rbtree_list_LDADD.
5866         * modules/rbtree-oset-tests (Makefile.am): New variable
5867         test_rbtree_oset_LDADD.
5868         * modules/rbtreehash-list-tests (Makefile.am): New variable
5869         test_rbtreehash_list_LDADD.
5870         * modules/xvasprintf-tests (Makefile.am): New variable
5871         test_xvasprintf_LDADD.
5872         Reported by Eric Blake.
5873
5874 2007-04-03  Eric Blake  <ebb9@byu.net>
5875
5876         * DEPENDENCIES: Weaken m4 requirements.
5877
5878 2007-04-03  Bruno Haible  <bruno@clisp.org>
5879
5880         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5881         * modules/isnanl-tests (configure.ac): Likewise.
5882
5883 2007-04-03  Ben Pfaff  <blp@gnu.org>
5884
5885         * modules/iconv_open: Add $(srcdir)/ to source directory
5886         references in Makefile fragments that call gperf, to fix VPATH
5887         builds.
5888
5889 2007-04-03  Bruno Haible  <bruno@clisp.org>
5890
5891         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5892         * lib/ldexpl.c: Undo last change.
5893
5894 2007-04-03  Bruno Haible  <bruno@clisp.org>
5895
5896         * modules/printf-frexpl (Depends-on): Undo last change.
5897         (Files): Add m4/ldexpl.m4.
5898
5899 2007-04-03  Bruno Haible  <bruno@clisp.org>
5900
5901         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5902         * modules/isnanl (Link): New section.
5903
5904         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5905         * modules/frexp (Link): New section.
5906
5907         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5908         * modules/frexpl (Link): New section.
5909
5910         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5911         * modules/ldexpl (Link): New section.
5912
5913 2007-04-03  Bruno Haible  <bruno@clisp.org>
5914
5915         * modules/TEMPLATE-EXTENDED: New file.
5916         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5917
5918 2007-04-03  Bruno Haible  <bruno@clisp.org>
5919
5920         * DEPENDENCIES: New file.
5921         Suggested by Simon Josefsson.
5922
5923 2007-04-03  Bruno Haible  <bruno@clisp.org>
5924
5925         * doc/gnulib.texi: Escape @.
5926
5927 2007-04-03  James Youngman  <jay@gnu.org>
5928         and Paul Eggert  <eggert@cs.ucla.edu>
5929
5930         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5931         birthtime on all systems that have birthtime, not just those which
5932         use st_birthtimensec rather than st_birthtim.  Putting zero in
5933         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5934         that the birth time is not available for files on an NFS mount.
5935
5936 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5937
5938         * modules/memxor: Move back from crypto/, suggested by Bruno.
5939         * modules/crypto/hmac-sha1: Fix memxor dependency.
5940
5941         * modules/crypto/gc: Moved from ../.
5942
5943 2007-04-02  Eric Blake  <ebb9@byu.net>
5944
5945         * lib/ldexpl.c (includes): Avoid libm.
5946
5947         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5948
5949 2007-04-02  Bruno Haible  <bruno@clisp.org>
5950
5951         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5952         on IRIX.
5953
5954 2007-04-02  Bruno Haible  <bruno@clisp.org>
5955
5956         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5957         x86 or x86_64 platforms running MacOS X.
5958         Reported by Ryan Schmidt <@ryandesign.com>.
5959
5960 2007-04-02  Bruno Haible  <bruno@clisp.org>
5961
5962         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5963         i386.
5964
5965 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5966
5967         * modules/crypto/arcfour: Moved from ../.
5968         * modules/crypto/arcfour-tests: Moved from ../.
5969         * modules/crypto/arctwo: Moved from ../.
5970         * modules/crypto/arctwo-tests: Moved from ../.
5971         * modules/crypto/des: Moved from ../.
5972         * modules/crypto/des-tests: Moved from ../.
5973         * modules/crypto/gc-arcfour: Moved from ../.
5974         * modules/crypto/gc-arcfour-tests: Moved from ../.
5975         * modules/crypto/gc-arctwo: Moved from ../.
5976         * modules/crypto/gc-arctwo-tests: Moved from ../.
5977         * modules/crypto/gc-des: Moved from ../.
5978         * modules/crypto/gc-des-tests: Moved from ../.
5979         * modules/crypto/gc-hmac-md5: Moved from ../.
5980         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5981         * modules/crypto/gc-hmac-sha1: Moved from ../.
5982         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5983         * modules/crypto/gc-md2: Moved from ../.
5984         * modules/crypto/gc-md2-tests: Moved from ../.
5985         * modules/crypto/gc-md4: Moved from ../.
5986         * modules/crypto/gc-md4-tests: Moved from ../.
5987         * modules/crypto/gc-md5: Moved from ../.
5988         * modules/crypto/gc-md5-tests: Moved from ../.
5989         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5990         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5991         * modules/crypto/gc-random: Moved from ../.
5992         * modules/crypto/gc-rijndael: Moved from ../.
5993         * modules/crypto/gc-rijndael-tests: Moved from ../.
5994         * modules/crypto/gc-sha1: Moved from ../.
5995         * modules/crypto/gc-sha1-tests: Moved from ../.
5996         * modules/crypto/gc-tests: Moved from ../.
5997         * modules/crypto/hmac-md5: Moved from ../.
5998         * modules/crypto/hmac-md5-tests: Moved from ../.
5999         * modules/crypto/hmac-sha1: Moved from ../.
6000         * modules/crypto/hmac-sha1-tests: Moved from ../.
6001         * modules/crypto/md2: Moved from ../.
6002         * modules/crypto/md2-tests: Moved from ../.
6003         * modules/crypto/md4: Moved from ../.
6004         * modules/crypto/md4-tests: Moved from ../.
6005         * modules/crypto/md5: Moved from ../.
6006         * modules/crypto/md5-tests: Moved from ../.
6007         * modules/crypto/memxor: Moved from ../.
6008         * modules/crypto/rijndael: Moved from ../.
6009         * modules/crypto/rijndael-tests: Moved from ../.
6010         * modules/crypto/sha1: Moved from ../.
6011
6012 2007-03-30  James Youngman  <jay@gnu.org>
6013
6014         * tests/test-stat-time.c (prepare_test): use chmod() rather than
6015         rename() to change the ctime of a file (because ctime is unaffected
6016         by rename on jfs2 on AIX 5.1).
6017         (main): Start by doing cleanup, in case a previous run failed leaving
6018         test files behind.
6019
6020 2007-03-31  Bruno Haible  <bruno@clisp.org>
6021
6022         Support old proprietary implementations of iconv.
6023         * modules/iconv_open: New file.
6024         * lib/iconv_.h: New file.
6025         * m4/iconv_h.m4: New file.
6026         * lib/iconv_open.c: New file.
6027         * lib/iconv_open-aix.gperf: New file.
6028         * lib/iconv_open-hpux.gperf: New file.
6029         * lib/iconv_open-irix.gperf: New file.
6030         * lib/iconv_open-osf.gperf: New file.
6031         * m4/iconv_open.m4: New file.
6032         * modules/linebreak (Depends-on): Add iconv_open.
6033         * modules/striconv (Depends-on): Likewise.
6034         * modules/striconveh (Depends-on): Likewise.
6035         * modules/unicodeio (Depends-on): Likewise.
6036         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
6037         (iconv_t)(-1).
6038         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
6039         conversion if cd is (iconv_t)(-1).
6040         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
6041         is not possible.
6042
6043 2007-03-31  Bruno Haible  <bruno@clisp.org>
6044
6045         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6046         work on Solaris either. Protect also second use of "autodetect_jp".
6047
6048 2007-03-31  Bruno Haible  <bruno@clisp.org>
6049
6050         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
6051         the function is not present.
6052
6053 2007-03-31  Bruno Haible  <bruno@clisp.org>
6054
6055         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
6056         the function is not present.
6057
6058 2007-03-31  Bruno Haible  <bruno@clisp.org>
6059
6060         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
6061         a bug in HP-UX iconv_open().
6062
6063 2007-03-31  Bruno Haible  <bruno@clisp.org>
6064
6065         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
6066         (Mathematics <math.h>): New section, add fpieee.
6067         (Input/output <stdio.h>): Add fseterr.
6068         (Mathematics <math.h>): New section, add printf-frexp.
6069         (Container data structures): Add sublist.
6070         (Core language properties): Add fpucw, inline.
6071         (Functions for greatest-width integer types <inttypes.h>): Add
6072         imaxabs, imaxdiv, inttypes.
6073         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
6074         isnanl-nolibm, ldexp.
6075         (Mathematics <math.h>): New section, add printf-frexpl.
6076         (Support for systems lacking POSIX:2001): Add fprintf-posix,
6077         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
6078         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
6079         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
6080         (Unicode string functions): Add unistr/u*-mbtoucr.
6081         (Java): Add javacomp-script, javaexec-script.
6082         (C#): Add csharpcomp-script, csharpexec-script.
6083         (Support for building libraries and executables): Add havelib,
6084         relocatable-*.
6085         (Support for maintaining and releasing projects): Renamed from
6086         'Support for maintaining and release projects'. Add announce-gen.
6087
6088 2007-03-31  Bruno Haible  <bruno@clisp.org>
6089
6090         * README: Talk primarily about git.
6091         (git and CVS): Renamed from CVS.
6092         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
6093         gnulib is available through git.
6094         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
6095
6096 2007-03-30  Bruno Haible  <bruno@clisp.org>
6097
6098         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
6099         * lib/poll_.h: Likewise.
6100         * lib/stat_.h: Likewise.
6101         * lib/sys_time_.h: Likewise.
6102         * lib/sysexit_.h: Likewise.
6103         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
6104         * lib/stdbool_.h: Likewise.
6105         * lib/byteswap_.h: Add double-inclusion guard.
6106
6107 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
6108
6109         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
6110
6111 2007-03-30  Karl Berry  <karl@gnu.org>
6112
6113         * config/srclist-update: double space after USA in the license
6114         substitution, since that's how it's usually (?) written.
6115
6116 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6117
6118         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
6119         reported by Bruno Haible.
6120
6121 2007-03-29  Bruno Haible  <bruno@clisp.org>
6122
6123         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
6124         a bug in AIX iconv().
6125
6126 2007-03-29  Bruno Haible  <bruno@clisp.org>
6127
6128         * modules/ldexpl-tests: New file.
6129         * tests/test-ldexpl.c: New file.
6130
6131 2007-03-29  Bruno Haible  <bruno@clisp.org>
6132
6133         * lib/ldexpl.c: Include fpucw.h.
6134         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
6135         multiplication.
6136         * modules/ldexpl (Depends-on): Add fpucw.
6137
6138 2007-03-29  Bruno Haible  <bruno@clisp.org>
6139
6140         * modules/ldexpl: New file.
6141         * m4/ldexpl.m4: New file.
6142         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
6143         set.
6144         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
6145         REPLACE_LDEXPL.
6146         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
6147         REPLACE_LDEXPL.
6148         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6149         gl_FUNC_LDEXPL_WORKS.
6150         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
6151         * modules/mathl (Files): Remove lib/ldexpl.c.
6152         (Depends-on): Add ldexpl.
6153
6154 2007-03-29  Bruno Haible  <bruno@clisp.org>
6155
6156         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
6157
6158 2007-03-29  Bruno Haible  <bruno@clisp.org>
6159
6160         * tests/test-striconveh.c (main): Don't assume that a direct conversion
6161         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
6162         and possibly also HP-UX.
6163         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
6164         work on AIX, IRIX, HP-UX, OSF/1.
6165         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
6166         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
6167         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
6168         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
6169         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
6170         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
6171
6172 2007-03-29  Bruno Haible  <bruno@clisp.org>
6173
6174         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
6175
6176 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6177
6178         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
6179         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
6180
6181 2007-03-29  Eric Blake  <ebb9@byu.net>
6182
6183         * lib/acl-internal.h: Remove redundant include.
6184         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
6185         Cygwin when a file is locked.
6186
6187 2007-03-29  Bruno Haible  <bruno@clisp.org>
6188
6189         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
6190         file.
6191         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
6192
6193 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6194
6195         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
6196         try to remove a parent directory if the child couldn't be removed
6197         (except for the first rmdir, which could fail because the child
6198         doesn't exist).  Problem reported by Jeff Blaine in
6199         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
6200
6201 2007-03-28  Bruno Haible  <bruno@clisp.org>
6202
6203         * lib/striconveh.c (utf8conv_carefully): New function.
6204         (mem_cd_iconveh_internal): Invoke it.
6205
6206 2007-03-28  Bruno Haible  <bruno@clisp.org>
6207
6208         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
6209         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
6210         input.
6211         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
6212         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
6213         unistr/u8-uctomb.
6214
6215 2007-03-28  Bruno Haible  <bruno@clisp.org>
6216
6217         * modules/unistr/u8-mbtoucr: New file.
6218         * lib/unistr/u8-mbtoucr.c: New file.
6219         * modules/unistr/u16-mbtoucr: New file.
6220         * lib/unistr/u16-mbtoucr.c: New file.
6221         * modules/unistr/u16-mbtoucr: New file.
6222         * lib/unistr/u16-mbtoucr.c: New file.
6223         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
6224
6225 2007-03-27  Simon Josefsson  <simon@josefsson.org>
6226             Bruno Haible  <bruno@clisp.org>
6227
6228         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
6229         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
6230         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
6231
6232         * m4/stdio_h.m4: Add stubs for vasprintf too.
6233
6234         * modules/stdio: Support vasprintf in sed command.
6235
6236         * modules/vasprintf: Depend on stdio for prototypes.  Remove
6237         vasprintf.h.  Add stdio module indicator.
6238
6239         * lib/stdio_.h: Declare asprintf and vasprintf, based on
6240         vasprintf.h.
6241
6242         * lib/vasprintf.h: File removed.
6243
6244         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
6245         * lib/vasprintf.c: Ditto.
6246         * lib/xvasprintf.c: Ditto.
6247         * tests/test-vasprintf-posix.c: Ditto.
6248         * tests/test-vasprintf.c: Ditto.
6249
6250 2007-03-27  Bruno Haible  <bruno@clisp.org>
6251
6252         Make vasnprintf multithread-safe.
6253         * lib/vasnprintf.c (decimal_point_char): New function.
6254         (VASNPRINTF): Use it.
6255         Suggested by Simon Josefsson.
6256
6257 2007-03-27  Eric Blake  <ebb9@byu.net>
6258
6259         Support sub-second birthtime on cygwin.
6260         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
6261         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
6262         (get_stat_birthtime): Also work with st_birthtim.
6263
6264 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
6265
6266         * lib/stat-time.h (USE_BIRTHTIME): Remove.
6267         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
6268         (get_stat_birthtime_ns): Do not try to use "spare" fields.
6269         (get_stat_birthtime_ns): Simplify compile-time tests.
6270         (get_stat_birthtime): Change the API to look like
6271         get_stat_mtime etc., except return a negative tv_nsec on error.
6272         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
6273         Don't check for "spare" fields.
6274         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
6275         or for struct stat.st_birthtime, as these tests aren't used.
6276         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
6277
6278 2007-03-27  Bruno Haible  <bruno@clisp.org>
6279
6280         * lib/stat-time.h: Include <sys/stat.h>.
6281
6282 2007-03-27  James Youngman  <jay@gnu.org>
6283
6284         * lib/stat-time.h (get_stat_birthtime): New function for
6285           retrieving st_birthtime as provided by UFS2 (hence *BSD).
6286         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
6287           and its variants.
6288         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
6289         * modules/stat-time-test: New file.
6290         * tests/test-stat-time.c: New test, devised by Bruno Haible.
6291
6292 2007-03-26  Bruno Haible  <bruno@clisp.org>
6293
6294         Better support of signalling NaNs.
6295         * lib/atanl.c: Include isnanl.h.
6296         (atanl): Perform test for NaN at the beginning of the function and
6297         through a call to isnanl.
6298         * lib/cosl.c: Include isnanl.h.
6299         (cosl): Perform test for NaN at the beginning of the function and
6300         through a call to isnanl.
6301         * lib/ldexpl.c: Include isnanl.h.
6302         (ldexpl): Perform test for NaN through a call to isnanl.
6303         * lib/logl.c: Include isnanl.h.
6304         (logl): Perform test for NaN at the beginning of the function and
6305         through a call to isnanl.
6306         * lib/sinl.c: Include isnanl.h.
6307         (sinl): Perform test for NaN at the beginning of the function and
6308         through a call to isnanl.
6309         * lib/sqrtl.c: Include isnanl.h.
6310         (sqrtl): Perform test for NaN at the beginning of the function and
6311         through a call to isnanl.
6312         * lib/tanl.c: Include isnanl.h.
6313         (tanl): Perform test for NaN at the beginning of the function and
6314         through a call to isnanl.
6315         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
6316         * modules/mathl (Depends-on): Add isnanl.
6317
6318 2007-03-26  Eric Blake  <ebb9@byu.net>
6319
6320         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
6321         regression in logic sense of previous patch.
6322
6323 2007-03-26  Bruno Haible  <bruno@clisp.org>
6324
6325         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
6326         unportable shell command "if ! ...".
6327         Reported by Ralf Wildenhues.
6328
6329 2007-03-25  Bruno Haible  <bruno@clisp.org>
6330
6331         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
6332         <sysexits.h> file, and only add EX_CONFIG.
6333         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
6334         absolute file name and whether it is sufficient. Substitute also
6335         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
6336         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
6337         ABSOLUTE_SYSEXITS_H into sysexits.h.
6338
6339 2007-03-25  Bruno Haible  <bruno@clisp.org>
6340
6341         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
6342         hints is NULL.
6343
6344 2007-03-25  Bruno Haible  <bruno@clisp.org>
6345
6346         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
6347         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
6348
6349 2007-03-25  Bruno Haible  <bruno@clisp.org>
6350
6351         * lib/vasnprintf.c: Include langinfo.h.
6352         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
6353         multithread-safe.
6354         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
6355         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
6356         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6357         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6358         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6359         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6360         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6361         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
6362         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6363         Reported by Simon Josefsson.
6364
6365 2007-03-25  Bruno Haible  <bruno@clisp.org>
6366
6367         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
6368         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
6369         * modules/vasnprintf (Depends-on): Add stdint.
6370
6371 2007-03-25  Bruno Haible  <bruno@clisp.org>
6372
6373         * modules/fpieee: New file.
6374         * m4/fpieee.m4: New file.
6375         * modules/isnan-nolibm (Depends-on): Add fpieee.
6376         * modules/isnanl-nolibm (Depends-on): Add fpieee.
6377         * modules/isnanl (Depends-on): Add fpieee.
6378
6379 2007-03-25  Bruno Haible  <bruno@clisp.org>
6380
6381         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
6382
6383 2007-03-25  Bruno Haible  <bruno@clisp.org>
6384
6385         Avoid test failures on IRIX 6.5.
6386         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
6387         (main): Use it.
6388         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
6389         macros.
6390         (main): Use them.
6391
6392 2007-03-25  Bruno Haible  <bruno@clisp.org>
6393
6394         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
6395         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
6396         exists but doesn't work.
6397         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
6398         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
6399         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
6400         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
6401
6402 2007-03-25  Bruno Haible  <bruno@clisp.org>
6403
6404         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
6405         returns inf. Needed on IRIX 6.5.
6406
6407 2007-03-25  Bruno Haible  <bruno@clisp.org>
6408
6409         * tests/test-frexpl.c: Include isnanl-nolibm.h.
6410         (main): Use isnanl instead of x != x idiom.
6411         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
6412
6413         * tests/test-frexp.c: Include isnan.h.
6414         (main): Use isnan instead of x != x idiom.
6415         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
6416
6417 2007-03-25  Bruno Haible  <bruno@clisp.org>
6418
6419         * tests/test-frexp.c (NaN): New function/macro.
6420         (main): Use it instead of 0.0 / 0.0.
6421         * tests/test-isnan.c (NaN): New function/macro.
6422         (main): Use it instead of 0.0 / 0.0.
6423         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
6424         (test_function): Use it instead of 0.0 / 0.0.
6425         * tests/test-vasprintf-posix.c (NaN): New function/macro.
6426         (test_function): Use it instead of 0.0 / 0.0.
6427         * tests/test-snprintf-posix.h (NaN): New function/macro.
6428         (test_function): Use it instead of 0.0 / 0.0.
6429         * tests/test-sprintf-posix.h (NaN): New function/macro.
6430         (test_function): Use it instead of 0.0 / 0.0.
6431         * tests/test-fprintf-posix.h (NaN): New function/macro.
6432         (test_function): Use it instead of 0.0 / 0.0.
6433         * tests/test-printf-posix.h (NaN): New function/macro.
6434         (test_function): Use it instead of 0.0 / 0.0.
6435
6436         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
6437
6438 2007-03-25  Bruno Haible  <bruno@clisp.org>
6439
6440         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
6441
6442 2007-03-25  Bruno Haible  <bruno@clisp.org>
6443
6444         * lib/regexec.c (merge_state_with_log): Make static.
6445
6446 2007-03-25  Bruno Haible  <bruno@clisp.org>
6447
6448         * lib/trigl.c (kernel_rem_pio2): Make static.
6449
6450 2007-03-25  Bruno Haible  <bruno@clisp.org>
6451
6452         * lib/sincosl.c (sincosl_table): Make static.
6453
6454 2007-03-25  Bruno Haible  <bruno@clisp.org>
6455
6456         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
6457         if the compiler does not support C99.
6458
6459 2007-03-25  Bruno Haible  <bruno@clisp.org>
6460
6461         * modules/time (Makefile.am): Ensure all rule action lines start with a
6462         tab.
6463
6464 2007-03-24  Bruno Haible  <bruno@clisp.org>
6465
6466         * modules/tsearch-tests: New file.
6467         * tests/test-tsearch.sh: New file.
6468         * tests/test-tsearch.c: New file, mostly copied from glibc.
6469
6470         * modules/search-tests: New file.
6471         * tests/test-search.c: New file.
6472
6473         * modules/search: New file.
6474         * lib/search_.h: New file, incorporating lib/tsearch.h.
6475         * m4/search_h.m4: New file.
6476         * lib/tsearch.h: Remove file.
6477         * lib/tsearch.c: Include search.h instead of tsearch.h.
6478         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6479         HAVE_TSEARCH.
6480         * modules/tsearch (Files): Remove lib/tsearch.h.
6481         (Depends-on): Add search.
6482         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6483         (Include): Change tsearch.h into search.h.
6484
6485 2007-03-24  Bruno Haible  <bruno@clisp.org>
6486
6487         * modules/fpucw: New file.
6488         * lib/fpucw.h: New file.
6489         * lib/frexp.c: Include fpucw.h.
6490         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6491         (FUNC): Use them.
6492         * lib/printf-frexp.c: Include fpucw.h.
6493         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6494         (FUNC): Use them.
6495         * lib/vasnprintf.c: Include fpucw.h.
6496         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6497         'long double' calculations.
6498         * tests/test-frexpl.c: Include fpucw.h.
6499         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6500         * tests/test-printf-frexpl.c: Include fpucw.h.
6501         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6502         * modules/frexpl (Depends-on): Add fpucw.
6503         * modules/printf-frexpl (Depends-on): Likewise.
6504         * modules/fprintf-posix (Depends-on): Likewise.
6505         * modules/snprintf-posix (Depends-on): Likewise.
6506         * modules/sprintf-posix (Depends-on): Likewise.
6507         * modules/vasnprintf-posix (Depends-on): Likewise.
6508         * modules/vasprintf-posix (Depends-on): Likewise.
6509         * modules/vfprintf-posix (Depends-on): Likewise.
6510         * modules/vsnprintf-posix (Depends-on): Likewise.
6511         * modules/vsprintf-posix (Depends-on): Likewise.
6512         * modules/frexpl-tests (Depends-on): Likewise.
6513         * modules/printf-frexpl-tests (Depends-on): Likewise.
6514
6515 2007-03-24  Bruno Haible  <bruno@clisp.org>
6516
6517         * lib/float+.h: New file.
6518         * lib/isnan.c: Include float+.h.
6519         (SIZE): New macro.
6520         (FUNC): Compare only SIZE bytes of the value.
6521         * lib/vasnprintf.c: Include float+.h.
6522         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6523         SIZEOF_LDBL or SIZEOF_DBL bytes.
6524         * modules/isnan-nolibm (Files): Add lib/float+.h.
6525         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6526         * modules/isnanl (Files): Add lib/float+.h.
6527         * modules/vasnprintf (Files): Add lib/float+.h.
6528
6529 2007-03-24  Bruno Haible  <bruno@clisp.org>
6530
6531         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6532         include isnanl-nolibm.h.
6533
6534 2007-03-24  Bruno Haible  <bruno@clisp.org>
6535
6536         * tests/test-read-file.c (main): Don't produce spurious output for
6537         expected situations. Make the test fail if it encountered unexpected
6538         results.
6539
6540 2007-03-24  Bruno Haible  <bruno@clisp.org>
6541
6542         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6543         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6544
6545 2007-03-24  Bruno Haible  <bruno@clisp.org>
6546
6547         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6548
6549 2007-03-24  Bruno Haible  <bruno@clisp.org>
6550
6551         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6552         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6553
6554         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6555         * modules/utf8-ucs4: Turn into a symbolic link to module
6556         unistr/u8-mbtouc.
6557
6558         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6559         utf8-ucs4-unsafe.
6560         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6561         unistr/u8-mbtouc-unsafe.
6562
6563         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6564         * modules/utf16-ucs4: Turn into a symbolic link to module
6565         unistr/u16-mbtouc.
6566
6567         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6568         utf16-ucs4-unsafe.
6569         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6570         unistr/u16-mbtouc-unsafe.
6571
6572         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6573         * modules/ucs4-utf8: Turn into a symbolic link to module
6574         unistr/u8-ubtomb.
6575
6576         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6577         * modules/ucs4-utf16: Turn into a symbolic link to module
6578         unistr/u16-ubtomb.
6579
6580 2007-03-24  Bruno Haible  <bruno@clisp.org>
6581
6582         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6583         Enable the function only if HAVE_INLINE.
6584         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6585         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6586         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6587         Enable the function only if HAVE_INLINE.
6588         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6589         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6590         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6591         Enable the function only if HAVE_INLINE.
6592         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6593         Enable the function only if HAVE_INLINE.
6594         * modules/utf8-ucs4: Update.
6595         * modules/utf8-ucs4-unsafe: Update.
6596         * modules/utf16-ucs4: Update.
6597         * modules/utf16-ucs4-unsafe: Update.
6598         * modules/ucs4-utf8: Update.
6599         * modules/ucs4-utf16: Update.
6600
6601 2007-03-24  Bruno Haible  <bruno@clisp.org>
6602
6603         * lib/utf8-ucs4.h: Remove file.
6604         * lib/utf8-ucs4-unsafe.h: Remove file.
6605         * lib/utf16-ucs4.h: Remove file.
6606         * lib/utf16-ucs4-unsafe.h: Remove file.
6607         * lib/ucs4-utf8.h: Remove file.
6608         * lib/ucs4-utf16.h: Remove file.
6609         * lib/unistr.h: Include their previous contents.
6610         * m4/utf-ucs4.m4: Remove file.
6611         * m4/ucs4-utf.m4: Remove file.
6612         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6613         (Depends-on): Add unistr/base.
6614         (configure.ac): Remove gl_UTF_UCS4.
6615         (Makefile.am): Update.
6616         (Include): Change to unistr.h.
6617         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6618         (Depends-on): Add unistr/base.
6619         (configure.ac): Remove gl_UTF_UCS4.
6620         (Makefile.am): Update.
6621         (Include): Change to unistr.h.
6622         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6623         (Depends-on): Add unistr/base.
6624         (configure.ac): Remove gl_UTF_UCS4.
6625         (Makefile.am): Update.
6626         (Include): Change to unistr.h.
6627         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6628         (Depends-on): Add unistr/base.
6629         (configure.ac): Remove gl_UTF_UCS4.
6630         (Makefile.am): Update.
6631         (Include): Change to unistr.h.
6632         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6633         (Depends-on): Add unistr/base.
6634         (configure.ac): Remove gl_UCS4_UTF.
6635         (Makefile.am): Update.
6636         (Include): Change to unistr.h.
6637         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6638         (Depends-on): Add unistr/base.
6639         (configure.ac): Remove gl_UCS4_UTF.
6640         (Makefile.am): Update.
6641         (Include): Change to unistr.h.
6642         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6643         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6644         utf8-ucs4-unsafe.h.
6645         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6646         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6647         utf16-ucs4-unsafe.h.
6648         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6649         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6650         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6651         * lib/unistr/u8-strchr.c: Likewise.
6652         * lib/unistr/u8-strrchr.c: Likewise.
6653         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6654         * lib/unistr/u16-strchr.c: Likewise.
6655         * lib/unistr/u16-strrchr.c: Likewise.
6656         * lib/striconveh.c: Update.
6657         * lib/linebreak.c: Update.
6658
6659 2007-03-24  Bruno Haible  <bruno@clisp.org>
6660
6661         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6662         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6663
6664 2007-03-22  Bruno Haible  <bruno@clisp.org>
6665
6666         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6667
6668 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6669
6670         * MODULES.html.sh (File system functions): New module write-any-file.
6671         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6672         * m4/write-any-file.m4: New files.
6673
6674 2007-03-23  Eric Blake  <ebb9@byu.net>
6675
6676         * gnulib-tool: Rearrange space-tab sequences, since some editors
6677         like to eat them.
6678
6679 2007-03-23  Eric Blake  <ebb9@byu.net>
6680
6681         * lib/version-etc.c (version_etc_va): Update license wording to
6682         be more concise.  Recommended by Richard Stallman.
6683
6684 2007-03-22  Bruno Haible  <bruno@clisp.org>
6685
6686         * lib/poll.c (MSG_PEEK): New fallback definition.
6687
6688 2007-03-22  Bruno Haible  <bruno@clisp.org>
6689
6690         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6691         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6692         (main): Update.
6693         Fixes a compilation error on BeOS.
6694
6695 2007-03-22  Bruno Haible  <bruno@clisp.org>
6696
6697         * modules/frexpl-tests: New file.
6698         * tests/test-frexpl.c: New file.
6699
6700         * modules/frexpl: New file.
6701         * m4/frexpl.m4: New file.
6702         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6703         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6704         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6705         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6706         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6707         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6708
6709 2007-03-22  Bruno Haible  <bruno@clisp.org>
6710
6711         * lib/frexpl.c: Share code with lib/frexp.c.
6712         * modules/mathl (Files): Add lib/frexp.c.
6713         (Depends-on): Add isnanl-nolibm.
6714
6715 2007-03-22  Bruno Haible  <bruno@clisp.org>
6716
6717         * modules/printf-frexp (Files): Add m4/frexp.m4.
6718         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6719         only if the found frexp function actually works.
6720
6721 2007-03-22  Bruno Haible  <bruno@clisp.org>
6722
6723         * lib/frexp.c: Remove older implementation that uses divisions.
6724
6725 2007-03-21  Bruno Haible  <bruno@clisp.org>
6726
6727         * modules/frexp-tests: New file.
6728         * tests/test-frexp.c: New file.
6729
6730         * modules/frexp: New file.
6731         * lib/frexp.c: New file.
6732         * m4/frexp.m4: New file.
6733         * lib/math_.h (frexp): New declaration.
6734         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6735         REPLACE_FREXP.
6736         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6737
6738 2007-03-21  Bruno Haible  <bruno@clisp.org>
6739
6740         * modules/isnanl-tests: New file.
6741         * tests/test-isnanl.c: New file.
6742
6743         * modules/isnanl: New file.
6744         * lib/isnanl.h: New file.
6745         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6746         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6747         gl_FUNC_ISNANL_WORKS.
6748         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6749         New macros.
6750
6751 2007-03-21  Bruno Haible  <bruno@clisp.org>
6752
6753         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6754         lib/isnanl.h.
6755         (Include): Update.
6756         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6757         * lib/vasnprintf.c: Update.
6758         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6759         tests/test-isnanl.h, remove tests/test-isnanl.c.
6760         (Makefile.am): Update.
6761         * tests/test-isnanl-nolibm.c: New file.
6762         * tests/test-isnanl.h: New file.
6763         * tests/test-isnanl.c: Remove file.
6764
6765 2007-03-21  Jim Meyering  <jim@meyering.net>
6766
6767         When trying to open ".", treat ESTALE like EACCES.
6768         * lib/savewd.c (savewd_save): Resort to forking not just upon
6769         failure with EACCES, but also when errno is ESTALE.
6770
6771 2007-03-20  Bruno Haible  <bruno@clisp.org>
6772
6773         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6774         Needed on AIX 5.1. Reported by Matthew Woehlke.
6775
6776 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6777
6778         Suggestions by Bruno Haible:
6779         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6780         our own.
6781         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6782         * modules/acl (Depends-on): Add gettext.
6783
6784 2007-03-19  Bruno Haible  <bruno@clisp.org>
6785
6786         * modules/iconvme: Remove file.
6787         * lib/iconvme.h: Remove file.
6788         * lib/iconvme.c: Remove file.
6789         * m4/iconvme.m4: Remove file.
6790
6791 2007-03-19  Bruno Haible  <bruno@clisp.org>
6792
6793         * doc/relocatable-maint.texi: Break long shell script line.
6794         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6795
6796 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6797
6798         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6799         handle file_has_acl.
6800         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6801         * lib/acl.c: Move header inclusions and related macro defns into
6802         lib/acl-internal.h.
6803         (S_ISLNK): Remove defn, since that's now done for us.
6804         (file_has_acl): Move to lib/file-has-acl.c.
6805         Call acl_trivial if available.  This is the crucial part of the fix.
6806         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6807         shared within the library.  Rewrite a bit, partly to make it compatible
6808         with the GNU coding style.
6809         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6810         Remove unnecessary double-quotes.
6811         Don't test for acl_to_text; the build will catch that.
6812         Replace acl_entries if it doesn't exist and it is needed.
6813         Check for -lsec and acl_trivial (as used on Solaris 10).
6814         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6815         lib/file-has-acl.c.
6816         (Depends-on): Add sys_stat, for S_ISLNK.
6817
6818 2007-03-19  Ben Pfaff  <blp@gnu.org>
6819
6820         * doc/gnulib.texi: Fix typos.
6821         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6822
6823 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6824
6825         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6826         If size is zero here, buf must be zero.
6827
6828 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6829
6830         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6831         <bruno@clisp.org>.
6832
6833 2007-03-18  Bruno Haible  <bruno@clisp.org>
6834
6835         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6836         Suggested by Eric Blake.
6837
6838 2007-03-18  Ben Pfaff  <blp@gnu.org>
6839
6840         * doc/relocatable.texi: Recommend using as prefix a directory
6841         that does not exist and will never be created.  Based on
6842         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6843         and others.
6844
6845 2007-03-17  Bruno Haible  <bruno@clisp.org>
6846
6847         * lib/fchownat.c: Include lchown.h.
6848
6849 2007-03-17  Bruno Haible  <bruno@clisp.org>
6850
6851         Fix endless loop when the given allocated size was > INT_MAX.
6852         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6853         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6854         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6855         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6856         * lib/sprintf.c (sprintf): Likewise.
6857
6858 2007-03-17  Bruno Haible  <bruno@clisp.org>
6859
6860         * tests/test-argp-2.sh (func_compare): Output a context diff.
6861
6862 2007-03-17  Bruno Haible  <bruno@clisp.org>
6863
6864         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6865         locale's decimal-point character.
6866
6867 2007-03-17  Bruno Haible  <bruno@clisp.org>
6868
6869         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6870         before comparing it. Needed because on some platforms (e.g. x86) a
6871         'long double' occupies less bytes than sizeof (long double).
6872
6873 2007-03-17  Bruno Haible  <bruno@clisp.org>
6874
6875         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6876         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6877         * tests/test-getaddrinfo.c (simple): Likewise.
6878         * tests/test-read-file.c (main): Likewise.
6879
6880 2007-03-17  Bruno Haible  <bruno@clisp.org>
6881
6882         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6883
6884 2007-03-17  Bruno Haible  <bruno@clisp.org>
6885
6886         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6887         unused variable.
6888
6889 2007-03-17  Bruno Haible  <bruno@clisp.org>
6890
6891         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6892         * tests/test-c-strncasecmp.c: Likewise.
6893
6894 2007-03-17  Bruno Haible  <bruno@clisp.org>
6895
6896         * modules/stdlib (Depends-on): Add unistd.
6897         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6898         Needed for MacOS X 10.3.
6899
6900 2007-03-17  Bruno Haible  <bruno@clisp.org>
6901
6902         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6903
6904 2007-03-17  Bruno Haible  <bruno@clisp.org>
6905
6906         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6907
6908 2007-03-17  Bruno Haible  <bruno@clisp.org>
6909
6910         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6911         to reflect files copied from gnulib (with or without modifications).
6912         Suggested by Jim Meyering.
6913
6914 2007-03-17  Eric Blake  <ebb9@byu.net>
6915
6916         * NEWS: Document stdlib change from 2007-02-18.
6917
6918 2007-03-17  Jim Meyering  <jim@meyering.net>
6919
6920         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6921         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6922         someone uses a name containing shell meta-characters.
6923         Reported by Alfred M. Szmidt.
6924
6925         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6926
6927 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6928
6929         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6930         and copy gettext configuration files only if configure.ac contains
6931         a use of AM_GNU_GETTEXT_VERSION.
6932
6933 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6934
6935         * build-aux/bootstrap (gnulib_name): New variable.
6936         (gnulib_tool_options): Use it.
6937
6938 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6939
6940         * tests/test-des.c: Use new namespace.
6941
6942 2007-03-15  Bruno Haible  <bruno@clisp.org>
6943
6944         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6945         Reported by James Youngman <jay@gnu.org>.
6946
6947 2007-03-15  Bruno Haible  <bruno@clisp.org>
6948
6949         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6950         declared prototype. Needed with cc on OSF/1 5.1.
6951
6952 2007-03-15  Bruno Haible  <bruno@clisp.org>
6953
6954         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6955         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6956         (struct gl_list_implementation): Add dispose_fn argument to the
6957         'create_empty', 'create' methods.
6958         (struct gl_list_impl_base): Add field 'dispose_fn'.
6959         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6960         argument.
6961         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6962         dispose_fn argument.
6963         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6964         dispose_fn on the dropped values.
6965         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6966         dispose_fn argument.
6967         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6968         dropped values.
6969         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6970         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6971         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6972         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6973         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6974         argument.
6975         (gl_tree_list_free): Call dispose_fn on the dropped values.
6976         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6977         the dropped values.
6978         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6979         Add dispose_fn argument.
6980         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6981         Call dispose_fn on the dropped values.
6982         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6983         Add dispose_fn argument.
6984         (gl_sublist_create): Initialize the 'dispose_fn' field.
6985         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6986         * tests/test-array_list.c (main): Update.
6987         * tests/test-carray_list.c (main): Update.
6988         * tests/test-avltree_list.c (main): Update.
6989         * tests/test-rbtree_list.c (main): Update.
6990         * tests/test-avltreehash_list.c (main): Update.
6991         * tests/test-rbtreehash_list.c (main): Update.
6992         * tests/test-linked_list.c (main): Update.
6993         * tests/test-linkedhash_list.c (main): Update.
6994         * tests/test-array_oset.c (main): Update.
6995
6996 2007-03-15  Bruno Haible  <bruno@clisp.org>
6997
6998         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
6999         (gl_oset_create_empty): Add dispose_fn argument.
7000         (struct gl_oset_implementation): Add dispose_fn argument to
7001         'create_empty' method.
7002         (struct gl_oset_impl_base): Add dispose_fn field.
7003         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
7004         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
7005         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
7006         values.
7007         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
7008         (gl_tree_oset_free): Call dispose_fn on the dropped values.
7009         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7010         dropped value.
7011         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
7012         dropped value.
7013         * tests/test-array_oset.c (main): Update.
7014         * tests/test-avltree_oset.c (main): Update.
7015         * tests/test-rbtree_oset.c (main): Update.
7016         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
7017
7018 2007-03-13  Bruno Haible  <bruno@clisp.org>
7019
7020         * tests/test-stdbool.c (i): Update after last patch.
7021
7022 2007-03-12  Bruno Haible  <bruno@clisp.org>
7023
7024         * lib/quotearg.c: Include <wctype.h> early, before the definition of
7025         the iswprint macro. Needed on Solaris 2.5.1.
7026
7027 2007-03-12  Bruno Haible  <bruno@clisp.org>
7028
7029         * tests/test-printf-frexp.c (main): Declare x as volatile.
7030
7031 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7032
7033         * doc/gnulib.texi (Build robot for gnulib): New section.
7034
7035 2007-03-12  Jim Meyering  <jim@meyering.net>
7036
7037         * build-aux/bootstrap: New file.
7038         * build-aux/bootstrap.conf: New file, from coreutils.
7039
7040 2007-03-11  Bruno Haible  <bruno@clisp.org>
7041
7042         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
7043
7044 2007-03-12  Simon Josefsson  <simon@josefsson.org>
7045
7046         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
7047         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
7048         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
7049
7050 2007-03-11  Bruno Haible  <bruno@clisp.org>
7051
7052         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
7053         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
7054
7055 2007-03-11  Bruno Haible  <bruno@clisp.org>
7056
7057         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
7058         formula. Needed for SunPRO C 5.0.
7059
7060 2007-03-11  Bruno Haible  <bruno@clisp.org>
7061
7062         * modules/long-options (Depends-on): Add getopt.
7063
7064 2007-03-11  Bruno Haible  <bruno@clisp.org>
7065
7066         * modules/modechange (Depends-on): Add stdbool.
7067
7068 2007-03-11  Bruno Haible  <bruno@clisp.org>
7069
7070         * modules/i-ring (Depends-on): Add stdbool.
7071
7072 2007-03-11  Bruno Haible  <bruno@clisp.org>
7073
7074         * modules/gc-des (Depends-on): Add stdbool.
7075
7076 2007-03-11  Bruno Haible  <bruno@clisp.org>
7077
7078         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
7079
7080 2007-03-11  Bruno Haible  <bruno@clisp.org>
7081
7082         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
7083
7084 2007-03-11  Bruno Haible  <bruno@clisp.org>
7085
7086         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
7087
7088 2007-03-11  Bruno Haible  <bruno@clisp.org>
7089
7090         * lib/vasnprintf.c (sprintf): Undefine.
7091
7092 2007-03-11  Bruno Haible  <bruno@clisp.org>
7093
7094         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
7095         initializers in SunPRO C and Compaq C compilers.
7096
7097 2007-03-11  Bruno Haible  <bruno@clisp.org>
7098
7099         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
7100         decrementing code ANSI C compliant.
7101
7102 2007-03-11  Bruno Haible  <bruno@clisp.org>
7103
7104         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
7105         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
7106
7107 2007-03-11  Bruno Haible  <bruno@clisp.org>
7108
7109         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
7110         <stdbool.h> substitute doesn't pass.
7111
7112 2007-03-11  Bruno Haible  <bruno@clisp.org>
7113
7114         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
7115
7116 2007-03-11  Bruno Haible  <bruno@clisp.org>
7117
7118         * gnulib-tool (func_create_megatestdir): Create also an autobuild
7119         script, for submission to autobuild.josefsson.org.
7120
7121 2007-03-10  Bruno Haible  <bruno@clisp.org>
7122
7123         * modules/canonicalize-lgpl-tests: New file.
7124         * tests/test-canonicalize-lgpl.sh: New file.
7125         * tests/test-canonicalize-lgpl.c: New file.
7126
7127         * modules/c-strcase-tests: New file.
7128         * tests/test-c-strcase.sh: New file.
7129         * tests/test-c-strcasecmp.c: New file.
7130         * tests/test-c-strncasecmp.c: New file.
7131
7132         * modules/atexit-tests: New file.
7133         * tests/test-atexit.sh: New file.
7134         * tests/test-atexit.c: New file.
7135
7136 2007-03-10  Bruno Haible  <bruno@clisp.org>
7137
7138         * tests/test-binary-io.sh: Use temporary filenames that are not so
7139         likely to clash with those of other tests (in a parallel make).
7140         * tests/test-binary-io.c: Likewise.
7141
7142 2007-03-10  Bruno Haible  <bruno@clisp.org>
7143
7144         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
7145         fallback; use #error instead.
7146         Suggested by Simon Josefsson.
7147
7148 2007-03-10  Bruno Haible  <bruno@clisp.org>
7149
7150         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
7151         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
7152         first and the last.
7153
7154 2007-03-10  Bruno Haible  <bruno@clisp.org>
7155
7156         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
7157
7158 2007-03-10  Bruno Haible  <bruno@clisp.org>
7159
7160         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
7161         "make distcheck".
7162         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
7163         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
7164         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
7165
7166 2007-03-10  Bruno Haible  <bruno@clisp.org>
7167
7168         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
7169         variable.
7170         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
7171         variable.
7172
7173 2007-03-09  Eric Blake  <ebb9@byu.net>
7174         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
7175
7176         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
7177         types are not being provided by gnulib.
7178         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
7179         types are supported.
7180
7181 2007-03-10  Bruno Haible  <bruno@clisp.org>
7182
7183         * lib/stdio_.h (__attribute__): New macro.
7184         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
7185         vsprintf): Specify __attribute__ __format__ for GCC.
7186         Suggested by Eric Blake.
7187
7188 2007-03-09  Bruno Haible  <bruno@clisp.org>
7189
7190         * modules/printf-posix-tests: New file.
7191         * tests/test-printf-posix.sh: New file.
7192         * tests/test-printf-posix.c: New file.
7193
7194         * modules/printf-posix: New file.
7195         * lib/printf.c: New file.
7196         * m4/printf-posix-rpl.m4: New file.
7197         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
7198         REPLACE_PRINTF.
7199         * lib/stdio_.h (printf): New declaration.
7200         (format, __format__, ____printf____, ____scanf____, ____strftime____,
7201         ____strfmon____): New macros.
7202         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
7203         REPLACE_PRINTF.
7204
7205 2007-03-09  Bruno Haible  <bruno@clisp.org>
7206
7207         * tests/test-vasnprintf-posix2.sh: New file.
7208         * tests/test-vasnprintf-posix2.c: New file.
7209         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
7210         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
7211         (Makefile.am): Activate test-vasnprintf-posix2.sh.
7212
7213         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
7214         a locale dependent decimal point, rather than always '.'.
7215
7216 2007-03-09  Eric Blake  <ebb9@byu.net>
7217
7218         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
7219         spite of platforms like Tandem/NSK that define it to -1.
7220
7221 2007-03-08  Bruno Haible  <bruno@clisp.org>
7222
7223         * modules/vprintf-posix-tests: New file.
7224         * tests/test-vprintf-posix.sh: New file.
7225         * tests/test-vprintf-posix.c: New file.
7226         * tests/test-printf-posix.h: New file.
7227
7228         * modules/vprintf-posix: New file.
7229         * lib/vprintf.c: New file.
7230         * m4/vprintf-posix.m4: New file.
7231         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
7232         REPLACE_VPRINTF.
7233         * lib/stdio_.h (vprintf): New declaration.
7234         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
7235         REPLACE_VPRINTF.
7236
7237 2007-03-08  Bruno Haible  <bruno@clisp.org>
7238
7239         * modules/fprintf-posix-tests: New file.
7240         * tests/test-fprintf-posix.sh: New file.
7241         * tests/test-fprintf-posix.c: New file.
7242
7243         * modules/fprintf-posix: New file.
7244         * lib/fprintf.c: New file.
7245         * m4/fprintf-posix.m4: New file.
7246         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7247         REPLACE_FPRINTF.
7248         * lib/stdio_.h (fprintf): New declaration.
7249         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
7250         REPLACE_FPRINTF.
7251
7252 2007-03-08  Bruno Haible  <bruno@clisp.org>
7253
7254         * modules/vfprintf-posix-tests: New file.
7255         * tests/test-vfprintf-posix.sh: New file.
7256         * tests/test-vfprintf-posix.c: New file.
7257         * tests/test-fprintf-posix.h: New file.
7258         * tests/test-fprintf-posix.out: New file.
7259
7260         * modules/vfprintf-posix: New file.
7261         * lib/vfprintf.c: New file.
7262         * m4/vfprintf-posix.m4: New file.
7263         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
7264         REPLACE_VFPRINTF.
7265         * lib/stdio_.h (vfprintf): New declaration.
7266         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
7267         REPLACE_VFPRINTF.
7268
7269 2007-03-08  Bruno Haible  <bruno@clisp.org>
7270
7271         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
7272
7273 2007-03-08  Bruno Haible  <bruno@clisp.org>
7274
7275         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
7276         instead of 'expr' invocations.
7277         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7278         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7279         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7280         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7281         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7282         Suggested by Paul Eggert.
7283
7284 2007-03-08  Bruno Haible  <bruno@clisp.org>
7285
7286         * modules/fseterr-tests: New file.
7287         * tests/test-fseterr.c: New file.
7288
7289         * modules/fseterr: New file.
7290         * lib/fseterr.h: New file.
7291         * lib/fseterr.c: New file.
7292
7293 2007-03-08  Bruno Haible  <bruno@clisp.org>
7294
7295         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
7296         * lib/getopt_.h: Likewise.
7297         * lib/mbswidth.h: Likewise.
7298         * lib/setenv.h: Likewise.
7299         * lib/vasnprintf.h: Likewise.
7300         * lib/vasprintf.h: Likewise.
7301         * lib/verror.h: Likewise.
7302         * lib/xsetenv.h: Likewise.
7303         * lib/xvasprintf.h: Likewise.
7304
7305 2007-03-08  Jim Meyering  <jim@meyering.net>
7306
7307         * users.txt: Add parted.
7308
7309         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
7310
7311 2007-03-07  Bruno Haible  <bruno@clisp.org>
7312
7313         * m4/printf.m4: Make the shell script snippets copy&pastable.
7314
7315 2007-03-02  Bruno Haible  <bruno@clisp.org>
7316
7317         * lib/netinet_in_.h: New file.
7318         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
7319         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
7320         * modules/netinet_in (Files): Add lib/netinet_in_.h.
7321         (Depends-on): Add absolute-header.
7322         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
7323         into netinet/in.h.
7324
7325 2007-03-03  Bruno Haible  <bruno@clisp.org>
7326
7327         * lib/sys_select_.h: New file.
7328         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
7329         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
7330         * modules/sys_select (Files): Add lib/sys_select_.h.
7331         (Depends-on): Add absolute-header.
7332         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
7333         into sys/select.h.
7334
7335 2007-03-02  Bruno Haible  <bruno@clisp.org>
7336
7337         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
7338         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
7339         values.
7340         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
7341         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
7342         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
7343         * modules/sys_socket (Depends-on): Add absolute-header.
7344         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
7345         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
7346         (Include): Remove requirement of inclusion of <sys/types.h>.
7347
7348 2007-03-02  Bruno Haible  <bruno@clisp.org>
7349
7350         * lib/byteswap_.h (bswap_32): Fix formula.
7351
7352 2007-03-06  Bruno Haible  <bruno@clisp.org>
7353
7354         * modules/sprintf-posix-tests: New file.
7355         * tests/test-sprintf-posix.c: New file.
7356
7357         * modules/sprintf-posix: New file.
7358         * lib/sprintf.c: New file.
7359         * m4/sprintf-posix.m4: New file.
7360         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
7361         REPLACE_SPRINTF.
7362         * lib/stdio_.h (sprintf): New declaration.
7363         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
7364         REPLACE_SPRINTF.
7365
7366 2007-03-06  Bruno Haible  <bruno@clisp.org>
7367
7368         * modules/vsprintf-posix-tests: New file.
7369         * tests/test-vsprintf-posix.c: New file.
7370         * tests/test-sprintf-posix.h: New file.
7371
7372         * modules/vsprintf-posix: New file.
7373         * lib/vsprintf.c: New file.
7374         * m4/vsprintf-posix.m4: New file.
7375         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
7376         REPLACE_VSPRINTF.
7377         * lib/stdio_.h (vsprintf): New declaration.
7378         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
7379         REPLACE_VSPRINTF.
7380
7381 2007-03-06  Bruno Haible  <bruno@clisp.org>
7382
7383         * modules/vsnprintf (Depend-on): Remove minmax.
7384
7385 2007-03-06  Bruno Haible  <bruno@clisp.org>
7386
7387         * modules/snprintf-posix-tests: New file.
7388         * tests/test-snprintf-posix.c: New file.
7389
7390         * modules/snprintf-posix: New file.
7391         * m4/snprintf-posix.m4: New file.
7392         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
7393         gl_FUNC_SNPRINTF.
7394         (gl_FUNC_SNPRINTF): Invoke it.
7395         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
7396         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
7397         is set.
7398         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
7399
7400 2007-03-06  Bruno Haible  <bruno@clisp.org>
7401
7402         * modules/vsnprintf-posix-tests: New file.
7403         * tests/test-vsnprintf-posix.c: New file.
7404         * tests/test-snprintf-posix.h: New file.
7405
7406         * modules/vsnprintf-posix: New file.
7407         * m4/vsnprintf-posix.m4: New file.
7408         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
7409         gl_FUNC_VSNPRINTF.
7410         (gl_FUNC_VSNPRINTF): Invoke it.
7411         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
7412         * lib/stdio_.h (vsnprintf): Define as a replacement if
7413         REPLACE_VSNPRINTF is set.
7414         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
7415
7416 2007-03-06  Bruno Haible  <bruno@clisp.org>
7417
7418         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
7419         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
7420
7421 2007-03-06  Bruno Haible  <bruno@clisp.org>
7422
7423         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
7424         (asinl): Declare also if HAVE_DECL_ASINL is set.
7425         (atanl): Declare also if HAVE_DECL_ATANL is set.
7426         (ceill): Declare also if HAVE_DECL_CEILL is set.
7427         (cosl): Declare also if HAVE_DECL_COSL is set.
7428         (expl): Declare also if HAVE_DECL_EXPL is set.
7429         (floorl): Declare also if HAVE_DECL_FLOORL is set.
7430         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
7431         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
7432         (logl): Declare also if HAVE_DECL_LOGL is set.
7433         (sinl): Declare also if HAVE_DECL_SINL is set.
7434         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
7435         (tanl): Declare also if HAVE_DECL_TANL is set.
7436         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
7437         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
7438         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
7439         declaration of frexpl, ldexpl.
7440         * modules/printf-frexpl (Depends-on): Add math.
7441         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
7442
7443 2007-03-05  Bruno Haible  <bruno@clisp.org>
7444
7445         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
7446         frexpl and ldexpl are declared.
7447         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
7448
7449 2007-03-05  Bruno Haible  <bruno@clisp.org>
7450
7451         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
7452         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
7453
7454 2007-03-05  Bruno Haible  <bruno@clisp.org>
7455
7456         * lib/stdio_.h: Include <stddef.h>.
7457
7458 2007-03-05  Bruno Haible  <bruno@clisp.org>
7459
7460         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7461
7462 2007-03-05  Bruno Haible  <bruno@clisp.org>
7463
7464         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7465         NetBSD 4, from Ralf Wildenhues.
7466
7467 2007-03-04  Bruno Haible  <bruno@clisp.org>
7468
7469         * lib/vasprintf.h: Update #if logic for the case when the functions
7470         exist but are overridden.
7471
7472 2007-03-04  Bruno Haible  <bruno@clisp.org>
7473
7474         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7475         implementations: glibc-2.4 and MacOS X 10.3.
7476         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7477         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7478         * tests/test-vasprintf-posix.c (test_function): Likewise.
7479
7480 2007-03-04  Bruno Haible  <bruno@clisp.org>
7481
7482         * modules/vasprintf-posix-tests: New file.
7483         * tests/test-vasprintf-posix.c: New file.
7484
7485         * modules/vasprintf-posix: New file.
7486         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7487         defined.
7488         * m4/vasprintf-posix.m4: New file.
7489         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7490         gl_FUNC_VASPRINTF.
7491         (gl_FUNC_VASPRINTF): Invoke it.
7492         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7493         here.
7494         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7495
7496 2007-03-04  Bruno Haible  <bruno@clisp.org>
7497
7498         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7499         REPLACE_GETTIMEOFDAY.
7500         * modules/sys_time (Makefile.am): Likewise.
7501         * m4/sys_time_h.m4: Likewise.
7502         * m4/gettimeofday.m4: Likewise.
7503
7504 2007-03-04  Bruno Haible  <bruno@clisp.org>
7505
7506         * modules/vasnprintf-posix-tests: New file.
7507         * tests/test-vasnprintf-posix.c: New file.
7508
7509         * modules/vasnprintf-posix: New file.
7510         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7511         printf-frexpl.h.
7512         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7513         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7514         REPLACE_VASNPRINTF is defined.
7515         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7516         gl_FUNC_VASNPRINTF.
7517         (gl_FUNC_VASNPRINTF): Invoke it.
7518         * m4/vasnprintf-posix.m4: New file.
7519         * m4/printf.m4: New file.
7520
7521 2007-03-04  Bruno Haible  <bruno@clisp.org>
7522
7523         Compile progreloc.c only if --enable-relocatable is specified.
7524         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7525         if --enable-relocatable was specified.
7526         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7527         lib_SOURCES.
7528
7529 2007-03-04  Jim Meyering  <jim@meyering.net>
7530
7531         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7532         Use it consistently, rather than enumerating errno constants.
7533
7534 2007-03-04  Bruno Haible  <bruno@clisp.org>
7535
7536         * modules/xvasprintf-tests: New file.
7537         * tests/test-xvasprintf.c: New file.
7538
7539         * modules/vasprintf-tests: New file.
7540         * tests/test-vasprintf.c: New file.
7541
7542         * modules/vasnprintf-tests: New file.
7543         * tests/test-vasnprintf.c: New file.
7544
7545         * modules/vsnprintf-tests: New file.
7546         * tests/test-vsnprintf.c: New file.
7547
7548         * modules/snprintf-tests: New file.
7549         * tests/test-snprintf.c: New file.
7550
7551 2007-03-04  Bruno Haible  <bruno@clisp.org>
7552
7553         Compile relocatable.c only if --enable-relocatable is specified.
7554         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7555         gl_RELOCATABLE_LIBRARY.
7556         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7557         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7558         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7559         gl_RELOCATABLE_LIBRARY.
7560         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7561         (Makefile.am): Remove lib_SOURCES.
7562         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7563         gl_RELOCATABLE_LIBRARY.
7564         (Makefile.am): Remove lib_SOURCES.
7565         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7566         always.
7567         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7568         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7569
7570 2007-03-04  Bruno Haible  <bruno@clisp.org>
7571
7572         * modules/argmatch-tests: New file.
7573         * tests/test-argmatch.c: New file.
7574
7575         * tests/test-allocsa.c (main): Halve the number of loop runs.
7576
7577         * modules/alloca-opt-tests: New file.
7578         * tests/test-alloca-opt.c: New file.
7579
7580 2007-03-04  Jim Meyering  <jim@meyering.net>
7581
7582         Work around difference between Linux ACLs and Solaris 10 ZFS.
7583         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7584         for EINVAL.
7585
7586 2007-03-03  Bruno Haible  <bruno@clisp.org>
7587
7588         * modules/relocatable-prog (Depends-on): Add back progreloc's
7589         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7590
7591 2007-03-03  Bruno Haible  <bruno@clisp.org>
7592
7593         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7594         * modules/relocatable-lib: New file.
7595
7596 2007-03-03  Bruno Haible  <bruno@clisp.org>
7597
7598         * modules/relocatable-prog: Renamed from modules/relocatable.
7599         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7600
7601 2007-03-03  Bruno Haible  <bruno@clisp.org>
7602
7603         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7604         m4/relocatable-lib.m4.
7605         (Depends-on): Remove 'relocatable'.
7606         (configure.ac): Add gl_RELOCATABLE_NOP.
7607
7608 2007-03-03  Bruno Haible  <bruno@clisp.org>
7609
7610         * modules/relocatable-prog-wrapper: New file.
7611         * modules/relocatable (Depends-on): Add it. Remove all other
7612         dependencies except progname.
7613         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7614
7615         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7616         (gl_FUNC_STRERROR): Nop.
7617         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7618
7619         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7620         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7621
7622         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7623         (gl_FUNC_READLINK): Update.
7624
7625         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7626
7627 2007-03-03  Bruno Haible  <bruno@clisp.org>
7628
7629         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7630         * modules/xreadlink (Depends-on): Add unistd.
7631         * modules/xreadlink-with-size (Depends-on): Likewise.
7632
7633 2007-03-03  Bruno Haible  <bruno@clisp.org>
7634
7635         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7636         extracted from gt_FUNC_SETENV.
7637         (gt_FUNC_SETENV): Remove macro.
7638         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7639         remove gt_FUNC_SETENV.
7640
7641 2007-03-03  Bruno Haible  <bruno@clisp.org>
7642
7643         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7644         ENABLE_RELOCATABLE here.
7645         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7646
7647 2007-03-03  Bruno Haible  <bruno@clisp.org>
7648
7649         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7650         * tests/test-rbtreehash_list.c: Include progname.h.
7651         (main): Call set_program_name.
7652
7653         * modules/rbtree-oset-tests (Depends-on): Add progname.
7654         * tests/test-rbtree_oset.c: Include progname.h.
7655         (main): Call set_program_name.
7656
7657         * modules/rbtree-list-tests (Depends-on): Add progname.
7658         * tests/test-rbtree_list.c: Include progname.h.
7659         (main): Call set_program_name.
7660
7661         * modules/linked-list-tests (Depends-on): Add progname.
7662         * tests/test-linked_list.c: Include progname.h.
7663         (main): Call set_program_name.
7664
7665 2007-03-03  Bruno Haible  <bruno@clisp.org>
7666
7667         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7668         All uses of __restrict changed to _Restrict_.
7669         * lib/glob_.h (__restrict): Remove macro.
7670
7671 2007-03-02  Bruno Haible  <bruno@clisp.org>
7672
7673         * modules/gettext (configure.ac): Require gettext infrastructure
7674         from version 0.16.1.
7675
7676 2007-03-02  Bruno Haible  <bruno@clisp.org>
7677
7678         * modules/linkedhash-list-tests (Depends-on): Add progname.
7679         * tests/test-linkedhash_list.c: Include progname.h.
7680         (main): Call set_program_name.
7681
7682         * modules/carray-list-tests (Depends-on): Add progname.
7683         * tests/test-carray_list.c: Include progname.h.
7684         (main): Call set_program_name.
7685
7686         * modules/avltreehash-list-tests (Depends-on): Add progname.
7687         * tests/test-avltreehash_list.c: Include progname.h.
7688         (main): Call set_program_name.
7689
7690         * modules/avltree-oset-tests (Depends-on): Add progname.
7691         * tests/test-avltree_oset.c: Include progname.h.
7692         (main): Call set_program_name.
7693
7694         * modules/avltree-list-tests (Depends-on): Add progname.
7695         * tests/test-avltree_list.c: Include progname.h.
7696         (main): Call set_program_name.
7697
7698         * modules/array-oset-tests (Depends-on): Add progname.
7699         * tests/test-array_oset.c: Include progname.h.
7700         (main): Call set_program_name.
7701
7702         * modules/array-list-tests (Depends-on): Add progname.
7703         * tests/test-array_list.c: Include progname.h.
7704         (main): Call set_program_name.
7705
7706         * modules/argp-tests (Depends-on): Add progname.
7707         * tests/test-argp.c: Include argp.h first. Include progname.h.
7708         (main): Call set_program_name.
7709
7710 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7711
7712         * doc/gnulib-tool.texi (Initial import): Reword description of
7713         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7714         limited effect even if defined after the first system include.
7715
7716 2007-03-01  Bruno Haible  <bruno@clisp.org>
7717
7718         * build-aux/config.libpath: Update to libtool-1.5.22.
7719         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7720
7721 2007-03-01  Bruno Haible  <bruno@clisp.org>
7722
7723         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7724         foo_CFLAGS.
7725         Reported by Ralf Wildenhues.
7726
7727 2007-03-01  Bruno Haible  <bruno@clisp.org>
7728
7729         * build-aux/install-reloc: Remove object files left over by some
7730         compilers.
7731         Reported by Ralf Wildenhues.
7732
7733 2007-03-01  Bruno Haible  <bruno@clisp.org>
7734
7735         * build-aux/install-reloc: Break long lines.
7736
7737 2007-03-01  Bruno Haible  <bruno@clisp.org>
7738
7739         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7740         Reported by Ralf Wildenhues.
7741
7742 2007-03-01  Bruno Haible  <bruno@clisp.org>
7743
7744         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7745         include ordering constraints.
7746
7747 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7748
7749         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7750         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7751         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7752         as another example.
7753         * lib/time_.h: Fix misspelling.
7754         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7755         Require gl_HEADER_TIME_H_DEFAULTS.
7756         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7757         * m4/time_r.m4 (gl_TIME_R): Likewise.
7758         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7759
7760 2007-03-01  Bruno Haible  <bruno@clisp.org>
7761
7762         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7763         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7764
7765 2007-03-01  Jim Meyering  <jim@meyering.net>
7766
7767         * modules/xreadlink (Maintainer): Add my name.
7768         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7769
7770 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7771             Bruno Haible  <bruno@clisp.org>
7772
7773         * build-aux/install-reloc: Compile also c-ctype.c.
7774         * build-aux/relocatable.sh.in: New file.
7775         * doc/relocatable.texi: New file.
7776         * doc/relocatable-maint.texi: New file.
7777         * doc/gnulib.texi: Include relocatable-maint.texi.
7778         * lib/progreloc.c: Include unistd.h unconditionally.
7779         * lib/relocwrapper.c: Include unistd.h unconditionally.
7780         Include c-ctype.h.
7781         (add_dotbin): Use c_tolower.
7782         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7783         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7784         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7785         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7786         to m4/relocatable-lib.m4.
7787         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7788         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7789         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7790         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7791         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7792         * modules/relocatable: New file.
7793         * modules/relocatable-lib: New file.
7794         * modules/relocatable-script: New file.
7795
7796 2007-02-28  Bruno Haible  <bruno@clisp.org>
7797
7798         Import --enable-relocatable infrastructure.
7799         * build-aux/config.libpath: New file, from GNU gettext.
7800         * build-aux/install-reloc: New file, from GNU gettext.
7801         * build-aux/reloc-ldflags: New file, from GNU gettext.
7802         * lib/relocatable.h: New file, from GNU gettext.
7803         * lib/relocatable.c: New file, from GNU gettext.
7804         * lib/relocwrapper.c: New file, from GNU gettext.
7805         * m4/relocatable.m4: New file, from GNU gettext.
7806
7807 2007-02-28  Bruno Haible  <bruno@clisp.org>
7808
7809         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7810
7811         * modules/xreadlink: New file, from GNU gettext with modifications.
7812         * lib/xreadlink.c: New file, from GNU gettext.
7813         * lib/xreadlink.h: Add comments.
7814         (xreadlink): New declaration.
7815
7816         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7817         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7818         lib/xreadlink-with-size.c.
7819         (configure.ac): Remove gl_XREADLINK invocation.
7820         (Makefile.am): Augment lib_SOURCES.
7821         * m4/xreadlink.m4: Remove file.
7822         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7823         (xreadlink_with_size): Renamed from xreadink.
7824         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7825         * modules/canonicalize (Depends-on): Replace xreadlink with
7826         xreadlink-with-size.
7827         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7828
7829 2007-02-25  Jim Meyering  <jim@meyering.net>
7830
7831         * build-aux/announce-gen: When complaining about excess arguments,
7832         list them.
7833
7834 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7835
7836         * README: Document signed integer overflow situation more
7837         accurately.
7838
7839 2007-02-25  Bruno Haible  <bruno@clisp.org>
7840
7841         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7842         'a' or 'A' conversion.
7843
7844 2007-02-25  Bruno Haible  <bruno@clisp.org>
7845
7846         * modules/filename: Renamed from modules/pathname.
7847         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7848         lib/concatpath.c with lib/concat-filename.c.
7849         (Makefile.am): Update.
7850         (Include): Replace pathname.h with filename.h.
7851         * lib/filename.h: Renamed from lib/pathname.h.
7852         (concatenated_filename): Renamed from concatenated_pathname.
7853         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7854         (concatenated_filename): Renamed from concatenated_pathname.
7855         * lib/findprog.c: Include filename.h instead of pathname.h.
7856         (find_in_path): Update.
7857         * lib/javacomp.c: Include filename.h instead of pathname.h.
7858         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7859         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7860         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7861         is_oldgcj_14_13_usable, is_javac_usable): Update.
7862         * lib/javaexec.c: Include filename.h instead of pathname.h.
7863         (execute_java_class): Update.
7864         * modules/findprog: Update.
7865         * modules/javacomp: Update.
7866         * modules/javaexec: Update.
7867         * MODULES.html.sh (File system functions): Add 'filename', remove
7868         'pathname'.
7869
7870 2007-02-25  Bruno Haible  <bruno@clisp.org>
7871
7872         * modules/printf-frexpl-tests: New file.
7873         * tests/test-printf-frexpl.c: New file.
7874
7875         * modules/printf-frexpl: New file.
7876         * lib/printf-frexpl.h: New file.
7877         * lib/printf-frexpl.c: New file.
7878         * m4/printf-frexpl.m4: New file.
7879
7880 2007-02-25  Bruno Haible  <bruno@clisp.org>
7881
7882         * modules/printf-frexp-tests: New file.
7883         * tests/test-printf-frexp.c: New file.
7884
7885         * modules/printf-frexp: New file.
7886         * lib/printf-frexp.h: New file.
7887         * lib/printf-frexp.c: New file.
7888         * m4/printf-frexp.m4: New file.
7889
7890 2007-02-25  Bruno Haible  <bruno@clisp.org>
7891
7892         Assume automake >= 1.10 for the tests.
7893         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7894         * modules/arctwo-tests: Likewise.
7895         * modules/argp-tests: Likewise.
7896         * modules/avltree-list-tests: Likewise.
7897         * modules/avltree-oset-tests: Likewise.
7898         * modules/avltreehash-list-tests: Likewise.
7899         * modules/carray-list-tests: Likewise.
7900         * modules/crc-tests: Likewise.
7901         * modules/des-tests: Likewise.
7902         * modules/gc-arcfour-tests: Likewise.
7903         * modules/gc-arctwo-tests: Likewise.
7904         * modules/gc-des-tests: Likewise.
7905         * modules/gc-hmac-md5-tests: Likewise.
7906         * modules/gc-hmac-sha1-tests: Likewise.
7907         * modules/gc-md2-tests: Likewise.
7908         * modules/gc-md4-tests: Likewise.
7909         * modules/gc-md5-tests: Likewise.
7910         * modules/gc-pbkdf2-sha1-tests: Likewise.
7911         * modules/gc-rijndael-tests: Likewise.
7912         * modules/gc-sha1-tests: Likewise.
7913         * modules/gc-tests: Likewise.
7914         * modules/getaddrinfo-tests: Likewise.
7915         * modules/hmac-md5-tests: Likewise.
7916         * modules/hmac-sha1-tests: Likewise.
7917         * modules/linked-list-tests: Likewise.
7918         * modules/linkedhash-list-tests: Likewise.
7919         * modules/lock-tests: Likewise.
7920         * modules/md2-tests: Likewise.
7921         * modules/md4-tests: Likewise.
7922         * modules/md5-tests: Likewise.
7923         * modules/rbtree-list-tests: Likewise.
7924         * modules/rbtree-oset-tests: Likewise.
7925         * modules/rbtreehash-list-tests: Likewise.
7926         * modules/read-file-tests: Likewise.
7927         * modules/rijndael-tests: Likewise.
7928         * modules/stdint-tests: Likewise.
7929         * modules/tls-tests: Likewise.
7930
7931 2007-02-24  Bruno Haible  <bruno@clisp.org>
7932
7933         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7934         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7935         function; instead check whether isnan with a double argument links.
7936         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7937         function; instead check whether isnan with a 'long double' argument
7938         links.
7939         Reported by Eric Blake <ebb9@byu.net>.
7940
7941 2007-02-24  Bruno Haible  <bruno@clisp.org>
7942
7943         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7944         defined.
7945         * lib/isnanl.c: Remove all code. Just include isnan.c.
7946         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7947
7948 2007-02-25  Jim Meyering  <jim@meyering.net>
7949
7950         Avoid conflicting types for 'unsetenv' on FreeBSD.
7951         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7952         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7953         in stdlib.h.
7954
7955 2007-02-24  Bruno Haible  <bruno@clisp.org>
7956
7957         * modules/isnanl-nolibm-tests: New file.
7958         * tests/test-isnanl.c: New file.
7959
7960         * modules/isnanl-nolibm: New file.
7961         * lib/isnanl.h: New file.
7962         * lib/isnanl.c: New file.
7963         * m4/isnanl.m4: New file.
7964
7965 2007-02-24  Bruno Haible  <bruno@clisp.org>
7966
7967         * modules/isnan-nolibm-tests: New file.
7968         * tests/test-isnan.c: New file.
7969
7970         * modules/isnan-nolibm: New file.
7971         * lib/isnan.h: New file.
7972         * lib/isnan.c: New file.
7973         * m4/isnan.m4: New file.
7974
7975 2007-02-24  Bruno Haible  <bruno@clisp.org>
7976
7977         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7978         assume that an exponent fits in 20 bits.
7979
7980 2007-02-24  Jim Meyering  <jim@meyering.net>
7981
7982         * m4/regex.m4: Update the description of the configure-time option,
7983         --without-included-regex, to state accurately what the defaults are,
7984         and perhaps to give people an idea why using this option is risky.
7985
7986 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7987
7988         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7989         loops on small arguments.  This attempts to avoid the problem
7990         Bruno Haible reported for AIX 4.3.2 in
7991         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7992
7993 2007-02-23  Bruno Haible  <bruno@clisp.org>
7994
7995         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
7996         Needed for help2man.
7997
7998 2007-02-23  Karl Berry  <karl@gnu.org>
7999
8000         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
8001         exists, foo.h should be cvs-ignored, not committed.
8002
8003 2007-02-23  Eric Blake  <ebb9@byu.net>
8004
8005         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
8006         * lib/stat-time.h (includes): Likewise.
8007         * lib/utimecmp.c (includes): Likewise.
8008         * lib/utimens.h (includes): Likewise.
8009         * lib/getdate.y (includes): Also include "timespec.h" for use
8010         internal to the module.
8011         * modules/utimens (Depends-on): Revert yesterday's patch.
8012         * modules/nanosleep (Depends-on): Add missing dependency.
8013
8014 2007-02-22  Bruno Haible  <bruno@clisp.org>
8015
8016         * lib/glob.c: Don't include getlogin_r.h.
8017
8018 2007-02-22  Jim Meyering  <jim@meyering.net>
8019
8020         * modules/utimens (Depends-on): Add timespec, required for
8021         utimens.h's inclusion of timespec.h.
8022
8023 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
8024
8025         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
8026         long unreadable paths in GNU/Linux.  Problem reported by Andreas
8027         Schwab in
8028         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
8029         I'll try to think of a better way to fix the Solaris problem.
8030
8031         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
8032         like glibc; on Solaris 10, it fails with errno == EINVAL.
8033         POSIX says the behavior is unspecified if the first argument is NULL,
8034         so play it safe and never pass NULL to the system getcwd.
8035
8036 2007-02-21  Jim Meyering  <jim@meyering.net>
8037
8038         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
8039         of gettimeofday.  It would conflict with the one now always
8040         provided via sys_time_.h.  Reported by Matthew Woehlke, as
8041         an IRIX 6.5 build failure.
8042
8043 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8044
8045         Minor fixups to port to Solaris 10 with Sun C 5.8.
8046         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
8047         * modules/getcwd (Depends-on): Add dirfd.
8048         * lib/putenv.c (putenv): #undef it.
8049         (rpl_putenv): New decl.
8050         (malloc, free): Include <stdlib.h> rather than prototyping separately.
8051
8052 2007-02-20  Bruno Haible  <bruno@clisp.org>
8053
8054         * modules/stdio-tests: New file.
8055         * tests/test-stdio.c: New file.
8056
8057         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
8058         (Depends-on): Add stdio.
8059         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8060         (Include): Use <stdio.h> instead of vsnprintf.h.
8061         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8062         HAVE_DECL_VSNPRINTF.
8063         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
8064
8065         * modules/snprintf (Files): Remove lib/snprintf.h.
8066         (Depends-on): Add stdio.
8067         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
8068         (Include): Use <stdio.h> instead of snprintf.h.
8069         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
8070         HAVE_DECL_SNPRINTF.
8071         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
8072         * lib/getaddrinfo.c: Likewise.
8073
8074         * modules/stdio: New file.
8075         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
8076         * lib/snprintf.h: Remove file.
8077         * lib/vsnprintf.h: Remove file.
8078         * lib/.cppi-disable: Remove snprintf.h.
8079         * m4/stdio_h.m4: New file.
8080         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
8081
8082 2007-02-20  Jim Meyering  <jim@meyering.net>
8083
8084         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
8085         used by e.g., mingw.  From Bruno Haible.
8086
8087 2007-02-19  Bruno Haible  <bruno@clisp.org>
8088
8089         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
8090         warnings.
8091         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8092
8093 2007-02-19  Bruno Haible  <bruno@clisp.org>
8094
8095         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
8096         from mingw users.
8097
8098 2007-02-19  Bruno Haible  <bruno@clisp.org>
8099
8100         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
8101         warnings.
8102         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
8103
8104 2007-02-19  Jim Meyering  <jim@meyering.net>
8105
8106         Don't use FD after a successful "fdopendir (fd)".
8107         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
8108         Reset it by calling dirfd on the just-obtained DIR*.
8109
8110         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
8111         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
8112
8113 2007-02-18  Bruno Haible  <bruno@clisp.org>
8114
8115         * lib/readlink.c: Include <unistd.h>.
8116         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
8117         HAVE_READLINK.
8118         * modules/readlink (Depends-on): Add unistd.
8119         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8120         (Include): Add <unistd.h>.
8121
8122         * lib/getlogin_r.h: Remove file.
8123         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
8124         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
8125         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
8126         HAVE_DECL_GETLOGIN_R.
8127         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
8128         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8129         (Include): Use <unistd.h> instead of getlogin_r.h.
8130
8131         * lib/getcwd.h: Remove file.
8132         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
8133         * lib/xgetcwd.c: Likewise.
8134         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
8135         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
8136         * modules/getcwd (Files): Remove lib/getcwd.h.
8137         (Depends-on): Add unistd.
8138         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8139         (Include): Use <unistd.h> instad of getcwd.h.
8140
8141         * lib/ftruncate.c: Include <unistd.h> first.
8142         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
8143         Set HAVE_FTRUNCATE.
8144         * modules/ftruncate (Depends-on): Add unistd.
8145         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8146
8147         * lib/fchdir.c: Include <unistd.h> first.
8148         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
8149         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
8150         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
8151         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8152         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
8153
8154         * lib/dup2.c: Include <unistd.h> first.
8155         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
8156         HAVE_DUP2.
8157         * modules/dup2 (Depends-on): Add unistd.
8158         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8159
8160         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
8161         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
8162         REPLACE_CHOWN. Don't define chown as a macro here.
8163         * modules/chown (Depends-on): Add unistd.
8164         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8165
8166         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
8167         Add definition for GL_LINK_WARNING.
8168         (chown, dup2): New declarations.
8169         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
8170         link warning.
8171         (ftruncate): New declaration.
8172         (getcwd): New declaration, taken from old getcwd.h.
8173         (getlogin_r): New declaration, taken from old getlogin_r.h.
8174         (readlink): New declaration.
8175         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
8176         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
8177         (gl_PREREQ_UNISTD): Remove macro.
8178         (gl_UNISTD_MODULE_INDICATOR): New macro.
8179         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
8180         many new variables. Don't set UNISTD_H.
8181         * modules/unistd (Description): Change.
8182         (Depends-on): Add link-warning.
8183         (configure.ac): Update.
8184         (Makefile.am): Create unistd.h always. Substitute many new variables
8185         into it.
8186
8187 2007-02-18  Bruno Haible  <bruno@clisp.org>
8188
8189         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
8190         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
8191         HAVE_GETSUBOPT.
8192         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
8193         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
8194         * lib/getsubopt.h: Remove file.
8195         * modules/getsubopt (Files): Remove lib/getsubopt.h.
8196         (Depends-on): Add stdlib.
8197         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8198         (Includes): Use <stdlib.h> instead of getsubopt.h.
8199         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
8200         Set HAVE_GETSUBOPT.
8201         * lib/getsubopt.c: Don't include getsubopt.h.
8202
8203 2007-02-18  Bruno Haible  <bruno@clisp.org>
8204
8205         * modules/fchdir (Depends-on): Add dup2.
8206
8207 2007-02-18  Bruno Haible  <bruno@clisp.org>
8208
8209         * lib/stdlib_.h: Handle glibc's special invocation convention
8210         specially.
8211
8212 2007-02-18  Bruno Haible  <bruno@clisp.org>
8213
8214         * modules/stdlib-tests: New file.
8215         * tests/test-stdlib.c: New file.
8216
8217         * modules/mkstemp (Files): Remove lib/mkstemp.h.
8218         (Depends-on): Add stdlib.
8219         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8220         (Includes): Use <stdlib.h> instead of mkstemp.h.
8221         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8222         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
8223         * lib/mkstemp.c: Don't include mkstemp.h.
8224         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
8225         * lib/stdlib--.h: Don't include mkstemp.h.
8226
8227         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
8228         (Depends-on): Add stdlib.
8229         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8230         (Includes): Use <stdlib.h> instead of mkdtemp.h.
8231         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8232         HAVE_MKDTEMP.
8233         * lib/mkdtemp.c: Don't include mkdtemp.h.
8234         * lib/clean-temp.c: Don't include mkdtemp.h.
8235
8236         * modules/exit (Files): Remove lib/exit.h.
8237         (Depends-on): Add stdlib.
8238         (Makefile.am): Remove lib_SOURCES.
8239         (Include): Use <stdlib.h> instead of exit.h.
8240         * lib/argmatch.c: Don't include exit.h.
8241         * lib/execute.c: Likewise.
8242         * lib/pagealign_alloc.c: Likewise.
8243         * lib/pipe.c: Likewise.
8244         * lib/wait-process.c: Likewise.
8245         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
8246         * lib/exitfail.c: Likewise.
8247         * lib/savewd.c: Likewise.
8248         * lib/xsetenv.c: Likewise.
8249
8250         * modules/stdlib: New file.
8251         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
8252         and extra comments about mkstemp().
8253         * lib/exit.h: Remove file.
8254         * lib/mkdtemp.h: Remove file.
8255         * lib/mkstemp.h: Remove file.
8256         * m4/stdlib_h.m4: New file.
8257         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
8258
8259 2007-02-18  Bruno Haible  <bruno@clisp.org>
8260
8261         * modules/math-tests: New file.
8262         * tests/test-math.c: New file.
8263
8264         * modules/math: New file.
8265         * modules/mathl (Files): Remove lib/mathl.h.
8266         (Depends-on): Add math.
8267         (Makefile.am): Don't mention mathl.h.
8268         (Include): Use <math.h> instead of mathl.h.
8269         * lib/math_.h: New file.
8270         * lib/mathl.h: Remove file.
8271         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
8272         mathl.h.
8273         * lib/asinl.c: Likewise.
8274         * lib/atanl.c: Likewise.
8275         * lib/ceill.c: Likewise.
8276         * lib/cosl.c: Likewise.
8277         * lib/expl.c: Likewise.
8278         * lib/floorl.c: Likewise.
8279         * lib/frexpl.c: Likewise.
8280         * lib/ldexpl.c: Likewise.
8281         * lib/logl.c: Likewise.
8282         * lib/sincosl.c: Likewise.
8283         * lib/sinl.c: Likewise.
8284         * lib/sqrtl.c: Likewise.
8285         * lib/tanl.c: Likewise.
8286         * lib/trigl.c: Likewise.
8287         * m4/math_h.m4: New file.
8288         * MODULES.html.sh (Mathematics): Add math.
8289
8290 2007-02-17  Bruno Haible  <bruno@clisp.org>
8291
8292         * modules/wctype-tests: New file.
8293         * tests/test-wctype.c: New file.
8294
8295         * modules/wchar-tests: New file.
8296         * tests/test-wchar.c: New file.
8297
8298         * modules/unistd-tests: New file.
8299         * tests/test-unistd.c: New file.
8300
8301         * modules/time-tests: New file.
8302         * tests/test-time.c: New file.
8303
8304         * modules/sysexits-tests: New file.
8305         * tests/test-sysexits.c: New file.
8306
8307         * modules/sys_time-tests: New file.
8308         * tests/test-sys_time.c: New file.
8309
8310         * modules/sys_stat-tests: New file.
8311         * tests/test-sys_stat.c: New file.
8312
8313         * modules/sys_socket-tests: New file.
8314         * tests/test-sys_socket.c: New file.
8315
8316         * modules/sys_select-tests: New file.
8317         * tests/test-sys_select.c: New file.
8318
8319         * modules/string-tests: New file.
8320         * tests/test-string.c: New file.
8321
8322         * modules/stdbool-tests: New file.
8323         * tests/test-stdbool.c: New file.
8324
8325         * modules/netinet_in-tests: New file.
8326         * tests/test-netinet_in.c: New file.
8327
8328         * modules/inttypes-tests: New file.
8329         * tests/test-inttypes.c: New file.
8330
8331         * modules/fcntl-tests: New file.
8332         * tests/test-fcntl.c: New file.
8333
8334         * modules/byteswap-tests: New file.
8335         * tests/test-byteswap.c: New file.
8336
8337         * modules/arpa_inet-tests: New file.
8338         * tests/test-arpa_inet.c: New file.
8339
8340 2007-02-17  Bruno Haible  <bruno@clisp.org>
8341
8342         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
8343         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
8344         if the corresponding module is not enabled. Emit link warnings if
8345         the function is used nevertheless.
8346         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
8347         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
8348         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
8349         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
8350         * modules/inttypes (Depends-on): Add link-warning.
8351         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8352         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
8353         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
8354         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
8355         * modules/imaxdiv (configure.ac): Likewise.
8356         * modules/strtoimax (configure.ac): Likewise.
8357         * modules/strtoumax (configure.ac): Likewise.
8358
8359 2007-02-17  Bruno Haible  <bruno@clisp.org>
8360
8361         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
8362         gl_STRING_MODULE_INDICATOR_DEFAULTS.
8363         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
8364         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
8365
8366 2007-02-17  Bruno Haible  <bruno@clisp.org>
8367
8368         * modules/link-warning: New file.
8369         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
8370         * lib/string_.h (GL_LINK_WARNING): Remove definition.
8371         * modules/string (Depends-on): Add link-warning.
8372         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8373         string.h.
8374         * MODULES.html.sh (Support for building libraries and executables): Add
8375         link-warning.
8376
8377 2007-02-17  Bruno Haible  <bruno@clisp.org>
8378
8379         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
8380         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
8381         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
8382         long lines.
8383
8384 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
8385             Bruno Haible  <bruno@clisp.org>
8386
8387         * modules/tmpfile: New file.
8388         * lib/tmpfile.c: New file.
8389         * m4/tmpfile.m4: New file.
8390         * MODULES.html.sh (func_all_modules): New section "Input/output".
8391
8392 2007-02-15  Bruno Haible  <bruno@clisp.org>
8393
8394         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
8395         (supports_delete_on_close): New function.
8396         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
8397
8398 2007-02-14  Bruno Haible  <bruno@clisp.org>
8399
8400         * modules/mbspcasecmp-tests: New file.
8401         * tests/test-mbspcasecmp.sh: New file.
8402         * tests/test-mbspcasecmp.c: New file.
8403
8404         New module mbspcasecmp.
8405         * modules/mbspcasecmp: New file.
8406         * lib/mbspcasecmp.c: New file.
8407         * lib/string_.h (strncasecmp): Change warning message.
8408         (mbspcasecmp): New declaration.
8409         * m4/mbspcasecmp.m4: New file.
8410         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8411         GNULIB_MBSPCASECMP.
8412         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
8413         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
8414
8415 2007-02-14  Bruno Haible  <bruno@clisp.org>
8416
8417         * modules/mbsncasecmp-tests: New file.
8418         * tests/test-mbsncasecmp.sh: New file.
8419         * tests/test-mbsncasecmp.c: New file.
8420
8421         New module mbsncasecmp.
8422         * modules/mbsncasecmp: New file.
8423         * lib/mbsncasecmp.c: New file.
8424         * lib/string_.h (mbsncasecmp): New declaration.
8425         * m4/mbsncasecmp.m4: New file.
8426         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8427         GNULIB_MBSNCASECMP.
8428         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
8429         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
8430
8431 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
8434         Verify that it doesn't overlap with our flags.
8435         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
8436         do not have the desired effect in multibyte locales; instead, use
8437         mbscasecmp.
8438         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
8439         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
8440         we don't require GNU fnmatch ourselves (if our users require it, they
8441         should do so explicitly).
8442
8443         Fix regex code so it doesn't rely on strcasecmp.
8444         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
8445         Otherwise, include gnulib's langinfo.h.
8446         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
8447         undesirable behavior in non-C locales.  Instead, rely on localecharset.
8448         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
8449         * modules/regex (FILES): Remove m4/codeset.m4.
8450         (Depends-on): Add localcharset.  Remove strcase.
8451
8452 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8453
8454         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
8455         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
8456
8457 2007-02-13  Bruno Haible  <bruno@clisp.org>
8458
8459         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8460         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8461
8462 2007-02-12  Bruno Haible  <bruno@clisp.org>
8463
8464         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8465         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8466         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8467         time warning rather than a link error.
8468
8469 2007-02-12  Bruno Haible  <bruno@clisp.org>
8470
8471         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8472         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8473         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8474
8475 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8476
8477         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8478         args, not 2.
8479
8480 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8481
8482         New module 'time', so that apps can include <time.h> as per
8483         POSIX and GNU instead of separate include files like time_r.h
8484         and timegm.h.  This implementation tries out a simpler approach
8485         for replacing decls in standard include files (as compared to
8486         the string module), somewhat as an experiment.
8487
8488         * config/srclist.txt: Comment out mktime.c for now.
8489         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8490         since it doesn't apply any more.  Use generic wording instead.
8491         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8492         'time'.
8493         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8494         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8495         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8496         Don't include <sys/types.h>; no longer needed since we assume C89.
8497         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8498         * lib/strftime.c: Likewise.
8499         * lib/time_r.c: Likewise.
8500         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8501         * lib/nanosleep.c: Include <time.h> first, to check interface.
8502         * lib/strptime.c: Likewise.
8503         * lib/time_r.c: Likewise.
8504         * lib/timegm.c: Likewise.
8505         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8506         needed.
8507         * lib/timegm.c: Don't include timegm.h; no longer needed.
8508         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8509         time.h now handles any problems in that area.
8510         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8511         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8512         that time.h defines struct timespec.
8513         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8514         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8515         handles that.
8516         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8517         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8518         needed.  Set REPLACE_LOCALTIME.
8519         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8520         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8521         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8522         nanosleep; time_h.m4 now does that.  Don't require
8523         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8524         module handles this now.
8525         * modules/getdate (Depends-on): Remove timespec.  Add time.
8526         * modules/nanosleep (Depends-on): Likewise.
8527         * modules/stat-time (Depends-on): Likewise.
8528         * modules/nanosleep (Include): Include time.h, not timespec.h.
8529         * modules/strptime (Files): Remove lib/strptime.h.
8530         (Depends-on): Add extensions, time.
8531         (Include): Include time.h, not strptime.h.
8532         * modules/time_r (Files): Remove lib/time_r.h.
8533         (Depends-on): Add time.
8534         (Include): Include time.h, not time_r.h.
8535         * modules/timegm: Likewise.
8536         * modules/timespec (Description): Now does timespec-related decls
8537         of our own, instead of struct timespec itself.
8538         (Depends-on): Add time; remove extensions.
8539         (Maintainer): Add self.
8540         * modules/utimecmp (Depends-on): Add time; remove timespec.
8541         * modules/utimens (Depends-on): Likewise.
8542         * modules/xnanosleep (Depends-on): Likewise.
8543
8544 2007-02-11  Bruno Haible  <bruno@clisp.org>
8545
8546         * lib/c-strstr.c: Include allocsa.h.
8547         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8548         * lib/c-strcasestr.c: Include allocsa.h.
8549         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8550         * lib/strcasestr.c: Include allocsa.h.
8551         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8552         * lib/mbsstr.c: Include allocsa.h.
8553         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8554         allocsa/freesa instead of malloc/free.
8555         * lib/mbscasestr.c: Include allocsa.h.
8556         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8557         allocsa/freesa instead of malloc/free.
8558         * modules/c-strstr (Depends-on): Add allocsa.
8559         * modules/c-strcasestr (Depends-on): Likewise.
8560         * modules/strcasestr (Depends-on): Likewise.
8561         * modules/mbsstr (Depends-on): Likewise.
8562         * modules/mbscasestr (Depends-on): Likewise.
8563
8564 2007-02-11  Bruno Haible  <bruno@clisp.org>
8565
8566         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8567
8568         * modules/mbsspn-tests: New file.
8569         * tests/test-mbsspn.sh: New file.
8570         * tests/test-mbsspn.c: New file.
8571
8572 2007-02-11  Bruno Haible  <bruno@clisp.org>
8573
8574         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8575
8576         * modules/mbspbrk-tests: New file.
8577         * tests/test-mbspbrk.sh: New file.
8578         * tests/test-mbspbrk.c: New file.
8579
8580 2007-02-11  Bruno Haible  <bruno@clisp.org>
8581
8582         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8583         unneeded cast.
8584
8585         * modules/mbscspn-tests: New file.
8586         * tests/test-mbscspn.sh: New file.
8587         * tests/test-mbscspn.c: New file.
8588
8589 2007-02-11  Bruno Haible  <bruno@clisp.org>
8590
8591         * modules/mbscasecmp-tests: New file.
8592         * tests/test-mbscasecmp.sh: New file.
8593         * tests/test-mbscasecmp.c: New file.
8594
8595 2007-02-11  Bruno Haible  <bruno@clisp.org>
8596
8597         Ensure O(n) worst-case complexity of mbscasestr.
8598         * lib/mbscasestr.c: Include stdbool.h.
8599         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8600         functions.
8601         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8602         the bookkeeping indicates that it's worth it.
8603         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8604
8605         * modules/mbscasestr-tests: New file.
8606         * tests/test-mbscasestr1.c: New file.
8607         * tests/test-mbscasestr2.sh: New file.
8608         * tests/test-mbscasestr2.c: New file.
8609         * tests/test-mbscasestr3.sh: New file.
8610         * tests/test-mbscasestr3.c: New file.
8611         * tests/test-mbscasestr4.sh: New file.
8612         * tests/test-mbscasestr4.c: New file.
8613         * m4/locale-tr.m4: New file.
8614
8615 2007-02-11  Bruno Haible  <bruno@clisp.org>
8616
8617         Ensure O(n) worst-case complexity of mbsstr.
8618         * lib/mbsstr.c: Include stdbool.h.
8619         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8620         functions.
8621         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8622         bookkeeping indicates that it's worth it.
8623         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8624
8625         * modules/mbsstr-tests: New file.
8626         * tests/test-mbsstr1.c: New file.
8627         * tests/test-mbsstr2.sh: New file.
8628         * tests/test-mbsstr2.c: New file.
8629         * tests/test-mbsstr3.sh: New file.
8630         * tests/test-mbsstr3.c: New file.
8631         * m4/locale-fr.m4: New file.
8632
8633 2007-02-11  Bruno Haible  <bruno@clisp.org>
8634
8635         * lib/mbsrchr.c (mbsrchr): Fix bug.
8636
8637         * modules/mbsrchr-tests: New file.
8638         * tests/test-mbsrchr.sh: New file.
8639         * tests/test-mbsrchr.c: New file.
8640
8641 2007-02-11  Bruno Haible  <bruno@clisp.org>
8642
8643         * lib/mbschr.c (mbschr): Fix bug.
8644
8645         * modules/mbschr-tests: New file.
8646         * tests/test-mbschr.sh: New file.
8647         * tests/test-mbschr.c: New file.
8648         * m4/locale-zh.m4: New file.
8649
8650 2007-02-11  Bruno Haible  <bruno@clisp.org>
8651
8652         Support for copying multibyte string iterators.
8653         * lib/mbiter.h: Include <string.h>.
8654         (mbiter_multi_copy): New function.
8655         (mbi_copy): New macro.
8656         * lib/mbuiter.h: Include <string.h>.
8657         (mbuiter_multi_copy): New function.
8658         (mbui_copy): New macro.
8659
8660 2007-02-11  Bruno Haible  <bruno@clisp.org>
8661
8662         New module mbslen.
8663         * modules/mbslen: New file.
8664         * lib/mbslen.c: New file.
8665         * lib/string_.h (mbslen): New declaration.
8666         * m4/mbslen.m4: New file.
8667         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8668         GNULIB_MBSLEN.
8669         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8670         * MODULES.html.sh (Internationalization functions): Add mbslen.
8671
8672 2007-02-11  Bruno Haible  <bruno@clisp.org>
8673
8674         Ensure O(n) worst-case complexity of strcasestr substitute.
8675         * lib/strcasestr.c: Include stdbool.h.
8676         (knuth_morris_pratt): New function.
8677         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8678         bookkeeping indicates that it's worth it.
8679         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8680
8681         * modules/strcasestr-tests: New file.
8682         * tests/test-strcasestr.c: New file.
8683
8684 2007-02-11  Bruno Haible  <bruno@clisp.org>
8685
8686         Ensure O(n) worst-case complexity of c_strcasestr.
8687         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8688         (knuth_morris_pratt): New function.
8689         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8690         the bookkeeping indicates that it's worth it.
8691         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8692
8693         * modules/c-strcasestr-tests: New file.
8694         * tests/test-c-strcasestr.c: New file.
8695
8696 2007-02-11  Bruno Haible  <bruno@clisp.org>
8697
8698         Ensure O(n) worst-case complexity of c_strstr.
8699         * lib/c-strstr.c: Include stdbool.h, string.h.
8700         (knuth_morris_pratt): New function.
8701         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8702         bookkeeping indicates that it's worth it.
8703         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8704
8705         * lib/c-strstr.c: Complete rewrite for maintainability.
8706
8707         * modules/c-strstr-tests: New file.
8708         * tests/test-c-strstr.c: New file.
8709
8710 2007-02-11  Bruno Haible  <bruno@clisp.org>
8711
8712         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8713         5.2.1 and earlier, whereby \055 was treated just like the range
8714         delimiter '-'.
8715         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8716
8717 2007-02-08  Bruno Haible  <bruno@clisp.org>
8718
8719         * modules/regex (Depends-on): Add stdbool.
8720         Reported by Dalibor Topic <robilad@kaffe.org>.
8721
8722 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8723
8724         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8725         Prefer returning from main to exiting from it.
8726         Remove unnecessary parens after sizeof.
8727
8728 2007-02-05  Bruno Haible  <bruno@clisp.org>
8729
8730         New module mbssep.
8731         * modules/mbssep: New file.
8732         * lib/mbssep.c: New file.
8733         * lib/string_.h (strsep): Add a conditional link warning.
8734         (mbssep): New declaration.
8735         * m4/mbssep.m4: New file.
8736         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8737         GNULIB_MBSSEP.
8738         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8739         * MODULES.html.sh (Internationalization functions): Add mbssep.
8740
8741 2007-02-05  Bruno Haible  <bruno@clisp.org>
8742
8743         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8744         Optimize search in case of 1 delimiter.
8745
8746 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8747
8748         * lib/acl.h: Include sys/types.h before sys/acl.h.
8749
8750 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8751
8752         Merge upstream fix for glibc bugzilla #3957:
8753
8754         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8755
8756         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8757         bit for RE_HAT_LISTS_NOT_NEWLINE.
8758         (build_charclass_op): Remove bogus comment.
8759
8760 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8761
8762         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8763
8764 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8765
8766         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8767         * lib/memmem.c [!defined _LIBC]: Include config.h.
8768
8769 2007-02-04  Bruno Haible  <bruno@clisp.org>
8770
8771         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8772         warning message.
8773
8774 2007-02-04  Bruno Haible  <bruno@clisp.org>
8775
8776         New module mbstok_r.
8777         * modules/mbstok_r: New file.
8778         * lib/mbstok_r.c: New file.
8779         * lib/string_.h (strtok_r): Change argument names to match the
8780         comments. Add a conditional link warning.
8781         (mbstok_r): New declaration.
8782         * m4/mbstok_r.m4: New file.
8783         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8784         GNULIB_MBSTOK_R.
8785         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8786         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8787
8788 2007-02-04  Bruno Haible  <bruno@clisp.org>
8789
8790         New module mbsspn.
8791         * modules/mbsspn: New file.
8792         * lib/mbsspn.c: New file.
8793         * lib/string_.h (strspn): Add a conditional link warning.
8794         (mbsspn): New declaration.
8795         * m4/mbsspn.m4: New file.
8796         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8797         GNULIB_MBSSPN.
8798         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8799         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8800
8801 2007-02-04  Bruno Haible  <bruno@clisp.org>
8802
8803         New module mbspbrk.
8804         * modules/mbspbrk: New file.
8805         * lib/mbspbrk.c: New file.
8806         * lib/string_.h (strpbrk): Add a conditional link warning.
8807         (mbspbrk): New declaration.
8808         * m4/mbspbrk.m4: New file.
8809         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8810         GNULIB_MBSPBRK.
8811         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8812         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8813
8814 2007-02-04  Bruno Haible  <bruno@clisp.org>
8815
8816         New module mbscspn.
8817         * modules/mbscspn: New file.
8818         * lib/mbscspn.c: New file.
8819         * lib/string_.h (strcspn): Add a conditional link warning.
8820         (mbscspn): New declaration.
8821         * m4/mbscspn.m4: New file.
8822         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8823         GNULIB_MBSCSPN.
8824         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8825         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8826
8827 2007-02-04  Bruno Haible  <bruno@clisp.org>
8828
8829         New module mbscasestr, reduced goal of strcasestr.
8830         * modules/mbscasestr: New file.
8831         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8832         (mbscasestr): Renamed from strcasestr.
8833         * lib/strcasestr.c: Don't include mbuiter.h.
8834         (strcasestr): Remove support for multibyte locales.
8835         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8836         Change the conditional link warning.
8837         (mbscasestr): New declaration.
8838         * m4/mbscasestr.m4: New file.
8839         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8840         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8841         REPLACE_STRCASESTR.
8842         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8843         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8844         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8845         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8846         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8847         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8848         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8849         (Depends-on): Remove mbuiter.
8850         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8851
8852 2007-02-04  Bruno Haible  <bruno@clisp.org>
8853
8854         Simplify handling of strncasecmp.
8855         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8856         the conditional link warning.
8857         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8858         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8859         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8860         * modules/strcase (configure.ac): Don't invoke
8861         gl_STRING_MODULE_INDICATOR.
8862         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8863
8864 2007-02-04  Bruno Haible  <bruno@clisp.org>
8865
8866         New module mbscasecmp, reduced goal of strcasecmp.
8867         * modules/mbscasecmp: New file.
8868         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8869         (mbscasecmp): Renamed from strcasecmp.
8870         * lib/strcasecmp.c: Don't include mbuiter.h.
8871         (strcasecmp): Remove support for multibyte locales.
8872         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8873         Change the conditional link warning.
8874         (mbscasecmp): New declaration.
8875         * m4/mbscasecmp.m4: New file.
8876         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8877         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8878         REPLACE_STRCASECMP.
8879         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8880         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8881         GNULIB_MBSCASECMP.
8882         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8883         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8884         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8885         (Depends-on): Remove mbuiter.
8886         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8887
8888 2007-02-04  Bruno Haible  <bruno@clisp.org>
8889
8890         New module mbsstr. Remove module strstr.
8891         * modules/mbsstr: New file.
8892         * modules/strstr: Remove file.
8893         * lib/mbsstr.c: Renamed from lib/strstr.c.
8894         (mbsstr): Renamed from strstr.
8895         * lib/string_.h (strstr): Remove declaration. Change the conditional
8896         link warning.
8897         (mbsstr): New declaration.
8898         * m4/mbsstr.m4: New file.
8899         * m4/strstr.m4: Remove file.
8900         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8901         REPLACE_STRSTR.
8902         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8903         Don't initialize GNULIB_STRSTR.
8904         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8905         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8906         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8907         (Support for systems lacking ANSI C 89): Remove strstr.
8908
8909 2007-02-04  Bruno Haible  <bruno@clisp.org>
8910
8911         New module mbsrchr.
8912         * modules/mbsrchr: New file.
8913         * lib/mbsrchr.c: New file.
8914         * lib/string_.h (strrchr): Add a conditional link warning.
8915         (mbsrchr): New declaration.
8916         * m4/mbsrchr.m4: New file.
8917         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8918         GNULIB_MBSRCHR.
8919         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8920         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8921
8922 2007-02-04  Bruno Haible  <bruno@clisp.org>
8923
8924         New module mbschr.
8925         * modules/mbschr: New file.
8926         * lib/mbschr.c: New file.
8927         * lib/string_.h (strchr): Add a conditional link warning.
8928         (mbschr): New declaration.
8929         * m4/mbschr.m4: New file.
8930         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8931         GNULIB_MBSCHR.
8932         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8933         * MODULES.html.sh (Internationalization functions): Add mbschr.
8934
8935 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8936
8937         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8938
8939         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8940
8941 2007-02-04  Bruno Haible  <bruno@clisp.org>
8942
8943         New module description section 'configure.ac-early'.
8944         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8945         (func_get_autoconf_early_snippet): New function.
8946         (func_import, func_create_testdir): Use it. Remove special cases for
8947         modules 'extensions' and 'lock'.
8948         * modules/extensions (configure.ac-early): Require
8949         gl_USE_SYSTEM_EXTENSIONS.
8950         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8951
8952 2007-02-04  Bruno Haible  <bruno@clisp.org>
8953
8954         Make use of gcj-4.3's -fsource and -ftarget option.
8955         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8956         and if so try the options -fsource and -ftarget.
8957         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8958         source_version, ftarget_option, target_version arguments.
8959         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8960         (is_envjavac_oldgcj_14_14_usable): Renamed from
8961         is_envjavac_gcj_14_14_usable.
8962         (is_envjavac_oldgcj_14_13_usable): Renamed from
8963         is_envjavac_gcj_14_13_usable.
8964         (is_gcj_present): Update.
8965         (is_gcj_43, is_gcj43_usable): New functions.
8966         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8967         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8968         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8969         try the options -fsource and -ftarget.
8970
8971 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8972
8973         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8974         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8975         larger value.
8976
8977 2007-02-03  Jim Meyering  <jim@meyering.net>
8978
8979         Give tools a better chance to allocate space for very large buffers.
8980         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8981
8982         Make pwd and readlink work also when run with an unreadable parent dir
8983         on systems with openat support.
8984         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8985         provided getcwd function, even when we have openat support.
8986         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8987
8988 2007-02-02  Bruno Haible  <bruno@clisp.org>
8989
8990         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8991         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8992         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
8993         portability problems if one of these functions is only used on specific
8994         platforms.
8995         Reported by Paul Eggert.
8996
8997 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8998
8999         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
9000         is causing more trouble than it's curing.
9001         * lib/regex_internal.h (__mempcpy): Remove.
9002         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
9003         (and make the code a tad smaller to boot).
9004         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
9005
9006 2007-02-02  Jim Meyering  <jim@meyering.net>
9007
9008         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
9009         section, not in the Makefile.am: one.
9010
9011 2007-02-02  Eric Blake  <ebb9@byu.net>
9012
9013         * lib/strchrnul.c: Always include config.h first.
9014
9015         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
9016         gnulib strstr is not necessary here.
9017
9018 2007-02-02  Simon Josefsson  <simon@josefsson.org>
9019
9020         * m4/socklen.m4: Fix typo.
9021
9022 2007-02-02  Eric Blake  <ebb9@byu.net>
9023
9024         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
9025         * modules/netinet_in (Makefile.am): Likewise.
9026
9027 2007-02-01  Bruno Haible  <bruno@clisp.org>
9028
9029         * lib/string_.h (GL_LINK_WARNING): New macro.
9030         (strcasecmp, strstr, strcasestr): If provided by the system,
9031         conditionally define as a macro that leads to a warning instead of to
9032         an error.
9033         (strncasecmp): Conditionally define as a macro that leads to a warning.
9034
9035 2007-02-01  Karl Berry  <karl@gnu.org>
9036
9037         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
9038
9039 2007-02-01  Bruno Haible  <bruno@clisp.org>
9040
9041         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
9042         renamings.
9043
9044 2007-02-01  Eric Blake  <ebb9@byu.net>
9045
9046         * modules/regex (Depends-on): Revert dependence on mempcpy.
9047         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
9048         module's definition of mempcpy.
9049         Reported by Paul Eggert.
9050
9051 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
9052
9053         * lib/string_.h: If the gnulib module XYZ is not present, undefine
9054         the symbol XYZ before redefining it.  This fixes a problem with
9055         programs that don't use XYZ, when compiled on systems that define
9056         XYZ to something else.
9057
9058 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
9059
9060         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
9061         occurs when "mkdir -m foo" creates a setgid directory that is (1)
9062         writeable to group or other and (2) is intended to have a special
9063         mode bit that is set or cleared.  In such a case, the directory
9064         should be neither group- nor other-writeable until the special
9065         mode bits are right.
9066
9067 2007-01-31  Eric Blake  <ebb9@byu.net>
9068
9069         * modules/mountlist (Depends-on): Add strstr.
9070
9071         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
9072         bug.
9073         * modules/string (Makefile.am): Remove redundant replacement.
9074         * modules/regex (Depends-on): Add mempcpy.
9075
9076 2007-01-31  Bruno Haible  <bruno@clisp.org>
9077
9078         New module description field 'Link'.
9079         * gnulib-tool (func_usage): Document --extract-link-directive.
9080         (sed_extract_prog): Recognize 'Link' directive.
9081         (func_get_link_directive): New function.
9082         (func_import): Show summary of link directives.
9083         Handle --extract-link-directive option.
9084         * modules/acl (Link): New section.
9085         * modules/clock-time (Link): New section.
9086         * modules/euidaccess (Link): New section.
9087         * modules/gettext (Link): New section.
9088         * modules/iconv (Link): New section.
9089         * modules/lock (Link): New section.
9090         * modules/nanosleep (Link): New section.
9091         * modules/readline (Link): New section.
9092
9093 2007-01-27  Bruno Haible  <bruno@clisp.org>
9094
9095         Enforce the use of gnulib modules for unportable <string.h> functions.
9096         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
9097         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
9098         (gl_HEADER_STRING_H_BODY): Require it.
9099         * lib/string_.h: If the gnulib module XYZ is not present, redefine
9100         the symbol XYZ to one that gives a link error.
9101         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
9102         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
9103         * modules/mempcpy (configure.ac): Likewise.
9104         * modules/memrchr (configure.ac): Likewise.
9105         * modules/stpcpy (configure.ac): Likewise.
9106         * modules/stpncpy (configure.ac): Likewise.
9107         * modules/strcase (configure.ac): Likewise.
9108         * modules/strcasestr (configure.ac): Likewise.
9109         * modules/strchrnul (configure.ac): Likewise.
9110         * modules/strdup (configure.ac): Likewise.
9111         * modules/strndup (configure.ac): Likewise.
9112         * modules/strnlen (configure.ac): Likewise.
9113         * modules/strpbrk (configure.ac): Likewise.
9114         * modules/strsep (configure.ac): Likewise.
9115         * modules/strstr (configure.ac): Likewise.
9116         * modules/strtok_r (configure.ac): Likewise.
9117
9118 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
9119
9120         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
9121
9122 2007-01-30  Jim Meyering  <jim@meyering.net>
9123
9124         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
9125
9126 2007-01-29  Bruno Haible  <bruno@clisp.org>
9127
9128         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
9129         * lib/execute.c: Likewise.
9130         * lib/pipe.c: Likewise.
9131         * lib/printf-args.h: Likewise.
9132         * lib/printf-args.c: Likewise.
9133         * lib/printf-parse.c: Likewise.
9134         * lib/vasnprintf.c: Likewise.
9135
9136 2007-01-29  Eric Blake  <ebb9@byu.net>
9137
9138         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
9139         declaration.
9140
9141 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
9142
9143         * lib/strptime.h (strptime): Use 'restrict' for args where
9144         POSIX requires this.
9145         * lib/strptime.c (strptime): Likewise.
9146         Change license notice from LGPL to GPL, since gnulib-tool will
9147         change this as needed.
9148         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
9149         defined.
9150         Include "strptime.h" first, to check interface.
9151         Do not #undef _LIBC and _NL_CURRENT.
9152         Do not include <stdlib.h>; no longer needed.
9153         Include "time_r.h" and declare ptime_locale_status
9154         only if _LIBC is not defined.
9155         (__P): Remove unused macro.
9156         (match_string): Bring back glibc version, but use it only if _LIBC
9157         is defined.
9158         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
9159         Remove unnecessary assertion and abort() call.
9160         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
9161         * m4/strptime.m4: Fix serial number comment.
9162         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
9163         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
9164         (Depends-on): Add time_r.
9165
9166 2007-01-29  Bruno Haible  <bruno@clisp.org>
9167
9168         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9169         strptime.
9170         * modules/strptime (Depends-on): Add stdbool.
9171         * lib/strptime.h: Include <time.h> always. Add comments.
9172
9173 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9174
9175         * modules/strptime: New file.
9176         * lib/strptime.h: New file.
9177         * lib/strptime.c: New file.
9178         * m4/strptime.m4: New file.
9179
9180 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
9181
9182         * MODULES.html.sh: New module mpsort.
9183         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
9184
9185         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
9186         a circularity problem with HP-UX ia64 reported by Bob Proulx in
9187         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
9188         All uses changed.
9189         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
9190         All uses changed.
9191         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
9192         to _Restrict_.
9193         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
9194         the parameter matches the prototype.
9195
9196 2007-01-28  Jim Meyering  <jim@meyering.net>
9197
9198         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
9199         sys/time.h here, reverting that part of the previous patch:
9200         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
9201
9202 2007-01-28  Bruno Haible  <bruno@clisp.org>
9203
9204         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
9205         value of $(SYS_TIME_H).
9206         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
9207         remove it conditionally, too. [added by Jim Meyering]
9208         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
9209         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9210         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
9211         GETTIMEOFDAY_REPLACEMENT to 1.
9212
9213 2007-01-28  Bruno Haible  <bruno@clisp.org>
9214
9215         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
9216         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
9217         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
9218         Set UNISTD_H instead of UNISTD_H2.
9219         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
9220
9221 2007-01-28  Bruno Haible  <bruno@clisp.org>
9222
9223         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
9224         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
9225
9226 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9227
9228         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
9229         (func_create_testdir): Ensure C locale for `grep' and `tr'
9230         character ranges.
9231         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
9232         ACLOCAL_AMFLAGS parsing state machine.
9233
9234 2007-01-27  Bruno Haible  <bruno@clisp.org>
9235
9236         * modules/unistr/base: Update.
9237
9238 2007-01-27  Bruno Haible  <bruno@clisp.org>
9239
9240         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
9241         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
9242         * modules/unistr/u32-mbtouc-unsafe: Renamed from
9243         modules/unistr/u32-mbtouc.
9244         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
9245         * lib/unistr.h: Update.
9246         * lib/linebreak.c: Update.
9247         * modules/unistr/u32-mbtouc: Renamed from
9248         modules/unistr/u32-mbtouc-safe.
9249         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
9250         * lib/unistr.h: Update.
9251         * lib/unistr/u32-to-u8.c: Update.
9252         * lib/unistr/u32-to-u16.c: Update.
9253
9254 2007-01-27  Bruno Haible  <bruno@clisp.org>
9255
9256         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
9257         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
9258         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
9259         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
9260         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
9261         * modules/unistr/u16-mbtouc-unsafe: Renamed from
9262         modules/unistr/u16-mbtouc.
9263         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
9264         * lib/unistr.h: Update.
9265         * lib/linebreak.c: Update.
9266         * modules/linebreak: Update.
9267         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
9268         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
9269         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
9270         * modules/unistr/u16-mbtouc: Renamed from
9271         modules/unistr/u16-mbtouc-safe.
9272         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
9273         * lib/unistr.h: Update.
9274         * lib/unistr/u16-to-u8.c: Update.
9275         * modules/unistr/u16-to-u8: Update.
9276         * lib/unistr/u16-to-u32.c: Update.
9277         * modules/unistr/u16-to-u32: Update.
9278
9279 2007-01-27  Bruno Haible  <bruno@clisp.org>
9280
9281         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
9282         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
9283         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
9284         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
9285         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
9286         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9287         modules/unistr/u8-mbtouc.
9288         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
9289         * lib/unistr.h: Update.
9290         * lib/striconveh.c: Update.
9291         * modules/striconveh: Update.
9292         * lib/linebreak.c: Update.
9293         * modules/linebreak: Update.
9294         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
9295         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
9296         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
9297         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
9298         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
9299         * lib/unistr.h: Update.
9300         * lib/striconveh.c: Update.
9301         * modules/striconveh: Update.
9302         * lib/unistr/u8-to-u16.c: Update.
9303         * modules/unistr/u8-to-u16: Update.
9304         * lib/unistr/u8-to-u32.c: Update.
9305         * modules/unistr/u8-to-u32: Update.
9306
9307 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9308
9309         Sync from Libtool.
9310         * lib/argz.c: Do not include strings.h nor memory.h, include
9311         string.h unconditionally.  Patch by Simon Josefsson.
9312
9313 2007-01-27  Bruno Haible  <bruno@clisp.org>
9314
9315         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
9316         from gl_HEADER_STRING_H_BODY.
9317         (gl_HEADER_STRING_H_BODY): Require it.
9318         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
9319         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9320         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9321         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9322         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9323         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
9324         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9325         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9326         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
9327         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9328         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9329         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
9330         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9331         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9332         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9333
9334 2007-01-27  Bruno Haible  <bruno@clisp.org>
9335
9336         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
9337         check_PROGRAMS into noinst_PROGRAMS.
9338         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
9339         check_PROGRAMS in this case.
9340         (func_import): Set for_test to false.
9341         (func_create_testdir): Set for_test to true.
9342
9343 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9344             Bruno Haible  <bruno@clisp.org>
9345
9346         * modules/strcasestr (Files): Remove lib/strcasestr.h.
9347         (Depends-on): Add string.
9348         (Includes): Use <string.h> instead of strcasestr.h.
9349         * modules/string (Makefile.am): Also substitute the value of
9350         REPLACE_STRCASESTR.
9351         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
9352         assume strcasestr is declared in <string.h> not <strings.h>. Also
9353         set REPLACE_STRCASESTR.
9354         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
9355         REPLACE_STRCASESTR.
9356         * lib/strcasestr.h: Remove file.
9357         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
9358         * lib/string_.h (strcasestr): New declaration.
9359
9360 2007-01-27  Bruno Haible  <bruno@clisp.org>
9361
9362         * lib/string_.h: Use 'extern'.
9363
9364 2007-01-27  Jim Meyering  <jim@meyering.net>
9365
9366         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
9367         of set-but-not-used local, "q".
9368
9369         * lib/mempcpy.c: Include <config.h> before <string.h>.
9370         This fixes a compilation error on HP-UX, due to the system's
9371         "restrict"-using mempcpy prototype.
9372
9373 2007-01-26  Bruno Haible  <bruno@clisp.org>
9374
9375         Small optimization.
9376         * lib/javacomp.c: Include c-strstr.h.
9377          (is_envjavac_gcj): Use c_strstr instead of strstr.
9378         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
9379
9380 2007-01-26  Bruno Haible  <bruno@clisp.org>
9381
9382         * MODULES.html.sh (Unicode string functions): Add the new modules.
9383
9384         * modules/uniconv/u32-strconv-to-locale: New file.
9385         * lib/uniconv/u32-strconv-to-locale.c: New file.
9386
9387         * modules/uniconv/u16-strconv-to-locale: New file.
9388         * lib/uniconv/u16-strconv-to-locale.c: New file.
9389
9390         * modules/uniconv/u8-strconv-to-locale: New file.
9391         * lib/uniconv/u8-strconv-to-locale.c: New file.
9392
9393         * modules/uniconv/u32-strconv-from-locale: New file.
9394         * lib/uniconv/u32-strconv-from-locale.c: New file.
9395
9396         * modules/uniconv/u16-strconv-from-locale: New file.
9397         * lib/uniconv/u16-strconv-from-locale.c: New file.
9398
9399         * modules/uniconv/u8-strconv-from-locale: New file.
9400         * lib/uniconv/u8-strconv-from-locale.c: New file.
9401
9402         * modules/uniconv/u32-strconv-to-enc: New file.
9403         * lib/uniconv/u32-strconv-to-enc.c: New file.
9404         * modules/uniconv/u32-strconv-to-enc-tests: New file.
9405         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
9406
9407         * modules/uniconv/u16-strconv-to-enc: New file.
9408         * lib/uniconv/u16-strconv-to-enc.c: New file.
9409         * lib/uniconv/u-strconv-to-enc.h: New file.
9410         * modules/uniconv/u16-strconv-to-enc-tests: New file.
9411         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
9412
9413         * modules/uniconv/u8-strconv-to-enc: New file.
9414         * lib/uniconv/u8-strconv-to-enc.c: New file.
9415         * modules/uniconv/u8-strconv-to-enc-tests: New file.
9416         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
9417
9418         * modules/uniconv/u32-strconv-from-enc: New file.
9419         * lib/uniconv/u32-strconv-from-enc.c: New file.
9420         * modules/uniconv/u32-strconv-from-enc-tests: New file.
9421         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
9422
9423         * modules/uniconv/u16-strconv-from-enc: New file.
9424         * lib/uniconv/u16-strconv-from-enc.c: New file.
9425         * modules/uniconv/u16-strconv-from-enc-tests: New file.
9426         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
9427
9428         * modules/uniconv/u8-strconv-from-enc: New file.
9429         * lib/uniconv/u8-strconv-from-enc.c: New file.
9430         * lib/uniconv/u-strconv-from-enc.h: New file.
9431         * modules/uniconv/u8-strconv-from-enc-tests: New file.
9432         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
9433
9434         * modules/uniconv/u32-conv-from-enc: New file.
9435         * lib/uniconv/u32-conv-from-enc.c: New file.
9436         * modules/uniconv/u32-conv-from-enc-tests: New file.
9437         * tests/uniconv/test-u32-conv-from-enc.c: New file.
9438
9439         * modules/uniconv/u16-conv-from-enc: New file.
9440         * lib/uniconv/u16-conv-from-enc.c: New file.
9441         * lib/uniconv/u-conv-from-enc.h: New file.
9442         * modules/uniconv/u16-conv-from-enc-tests: New file.
9443         * tests/uniconv/test-u16-conv-from-enc.c: New file.
9444
9445         * modules/uniconv/u8-conv-from-enc: New file.
9446         * lib/uniconv/u8-conv-from-enc.c: New file.
9447         * modules/uniconv/u8-conv-from-enc-tests: New file.
9448         * tests/uniconv/test-u8-conv-from-enc.c: New file.
9449
9450         * modules/uniconv/base: New file.
9451         * lib/uniconv.h: New file.
9452
9453 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9454
9455         * doc/gnulib-tool.texi (Initial import): Update to match current
9456         behavior with strdup module.
9457         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
9458         * lib/memmem.h: Remove; all uses removed.  This is now done
9459         by <string.h>.
9460         * lib/mempcpy.h: Likewise.
9461         * lib/memrchr.h: Likewise.
9462         * lib/stpcpy.h: Likewise.
9463         * lib/stpncpy.h: Likewise.
9464         * lib/strcase.h: Likewise.
9465         * lib/strchrnul.h: Likewise.
9466         * lib/strdup.h: Likewise.
9467         * lib/strndup.h: Likewise.
9468         * lib/strnlen.h: Likewise.
9469         * lib/strpbrk.h: Likewise.
9470         * lib/strsep.h: Likewise.
9471         * lib/strstr.h: Likewise.
9472         * lib/strtok_r.h: Likewise.
9473         * lib/string_.h: New file.
9474         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9475         Rely on <string.h> instead.
9476         * lib/canon-host.c: Likewise.
9477         * lib/chdir-long.c: Likewise.
9478         * lib/concatpath.c: Likewise.
9479         * lib/exclude.c: Likewise.
9480         * lib/fchdir.c: Likewise.
9481         * lib/getaddrinfo.c: Likewise.
9482         * lib/getcwd.c: Likewise.
9483         * lib/getsubopt.c: Likewise.
9484         * lib/glob.c: Likewise.
9485         * lib/hard-locale.c: Likewise.
9486         * lib/iconvme.c: Likewise.
9487         * lib/javacomp.c: Likewise.
9488         * lib/mempcpy.c: Likewise.
9489         * lib/memrchr.c: Likewise.
9490         * lib/regex_internal.h: Likewise.
9491         * lib/stpncpy.c: Likewise.
9492         * lib/strcasecmp.c: Likewise.
9493         * lib/strchrnul.c: Likewise.
9494         * lib/strdup.c: Likewise.
9495         * lib/striconv.c: Likewise.
9496         * lib/striconveh.c: Likewise.
9497         * lib/striconveha.c: Likewise.
9498         * lib/strncasecmp.c: Likewise.
9499         * lib/strndup.c: Likewise.
9500         * lib/strnlen.c: Likewise.
9501         * lib/strsep.c: Likewise.
9502         * lib/strstr.c: Likewise.
9503         * lib/strtok_r.c: Likewise.
9504         * lib/userspec.c: Likewise.
9505         * lib/w32spawn.h: Likewise.
9506         * lib/xstrndup.c: Likewise.
9507         * lib/mountlist.c (strstr): Remove decl.
9508         * m4/string_h.m4: New file.
9509         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9510         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9511         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9512         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9513         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9514         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9515         Set REPLACE_STRCASECMP if necessary.
9516         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9517         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9518         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9519         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9520         HAVE_DECL_STRDUP if necessary.
9521         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9522         since gl_FUNC_STRNDUP does that now.
9523         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9524         Check for decl here...
9525         (gl_PREREQ_STRNLEN): ... not here.
9526         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9527         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9528         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9529         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9530         necessary.
9531         * modules/string: New file.
9532         * modules/memmem (Files): Remove special-purpose include file.
9533         (Depends-on): Add string.
9534         (Include): Include <string.h>, not the removed file.
9535         * modules/mempcpy: Likewise.
9536         * modules/memrchr: Likewise.
9537         * modules/stpcpy: Likewise.
9538         * modules/stpncpy: Likewise.
9539         * modules/strcase: Likewise.
9540         * modules/strchrnul: Likewise.
9541         * modules/strdup: Likewise.
9542         * modules/strndup: Likewise.
9543         * modules/strnlen: Likewise.
9544         * modules/strpbrk: Likewise.
9545         * modules/strsep: Likewise.
9546         * modules/strstr: Likewise.
9547         * modules/strtok_r: Likewise.
9548         * tests/test-dirname.c: Don't include "strdup.h", since
9549         <string.h> now suffices.
9550         * tests/test-memmem.c: Don't include "memmem.h", since
9551         <string.h> now suffices.
9552
9553 2007-01-25  Bruno Haible  <bruno@clisp.org>
9554
9555         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9556         *resultp is 0.
9557
9558         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9559         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9560         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9561         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9562
9563         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9564         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9565         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9566         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9567         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9568         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9569
9570 2007-01-24  Bruno Haible  <bruno@clisp.org>
9571
9572         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9573         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9574         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9575         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9576         gl_FUNC_FTS_CORE.
9577         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9578         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9579         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9580         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9581         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9582         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9583         gl_FUNC_FCHOWNAT.
9584         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9585         gl_FUNC_STRFTIME.
9586         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9587         Reported by Ralf Wildenhues.
9588
9589 2007-01-24  Bruno Haible  <bruno@clisp.org>
9590
9591         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9592         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9593         gl_GETADDRINFO.
9594         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9595         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9596         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9597
9598 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9599
9600         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9601         Don't use 'exit'; just return from 'main'.
9602         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9603
9604         * lib/fnmatch_.h: Readjust white space and comments to match
9605         glibc, to avoid spurious diffs.
9606
9607 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9608
9609         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9610         2004-12-01 change by Jakub Jelinek, since this code won't compile
9611         if !LIBC.  Problem reported by Bob Proulx.
9612
9613 2007-01-23  Bruno Haible  <bruno@clisp.org>
9614
9615         * lib/striconveh.c: Include c-strcaseeq.h.
9616         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9617         * modules/striconveh (Depends-on): Add c-strcaseeq.
9618
9619 2007-01-23  Bruno Haible  <bruno@clisp.org>
9620
9621         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9622
9623         * modules/c-strcaseeq: New file.
9624         * lib/c-strcaseeq.h: New file.
9625
9626         * modules/streq: New file.
9627         * lib/streq.h: New file.
9628
9629 2007-01-23  Bruno Haible  <bruno@clisp.org>
9630
9631         * modules/striconveha-tests: New file.
9632         * tests/test-striconveha.c: New file.
9633
9634         * lib/striconveha.h: Include <stdbool.h>.
9635         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9636         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9637         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9638         (mem_iconveha): New function.
9639         (str_iconveha_notranslit): Renamed from str_iconveha.
9640         (str_iconveha): New function.
9641         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9642         c-strcase.
9643
9644 2007-01-23  Bruno Haible  <bruno@clisp.org>
9645
9646         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9647         encodings without forgiving before trying any encoding with handler.
9648         (str_iconveha): Try all encodings without forgiving before trying any
9649         encoding with handler.
9650
9651 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9652
9653         Import the following changes from libc.
9654
9655         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9656
9657         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9658
9659         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9660
9661         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9662         normal_bracket label.
9663
9664         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9665
9666         [BZ #361]
9667         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9668         to normal_bracket after fetching the next character.
9669
9670 2007-01-22  Bruno Haible  <bruno@clisp.org>
9671
9672         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9673         argument.
9674         * lib/striconveh.c (iconv_carefully_1): New function.
9675         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9676         argument.
9677         (str_cd_iconveh): Update.
9678         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9679         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9680         * tests/test-striconveh.c (MAGIC): New macro.
9681         (new_offsets): New function.
9682         (main): Test call with and without offsets.
9683
9684 2007-01-22  Bruno Haible  <bruno@clisp.org>
9685
9686         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9687         * modules/sys_select (Makefile.am): Likewise.
9688         * modules/sys_socket (Makefile.am): Likewise.
9689         * modules/sys_time (Makefile.am): Likewise.
9690
9691 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9692
9693         * modules/gettimeofday (License): Change from GPL to LGPL, since
9694         gettimeofday is a library function.
9695
9696 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9697
9698         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9699
9700 2007-01-21  Bruno Haible  <bruno@clisp.org>
9701
9702         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9703
9704 2007-01-21  Bruno Haible  <bruno@clisp.org>
9705
9706         * modules/striconveha: New file.
9707         * lib/striconveha.h: New file.
9708         * lib/striconveha.c: New file.
9709         * MODULES.html.sh (Internationalization functions): Add striconveha.
9710         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9711         string.
9712         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9713
9714 2007-01-21  Bruno Haible  <bruno@clisp.org>
9715
9716         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9717         * lib/striconveh.c (str_iconveh): Likewise.
9718
9719 2007-01-21  Bruno Haible  <bruno@clisp.org>
9720
9721         * lib/striconveh.h (mem_iconveh): New declaration.
9722         * lib/striconveh.c (mem_iconveh): New function.
9723         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9724
9725 2007-01-21  Bruno Haible  <bruno@clisp.org>
9726
9727         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9728
9729         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9730         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9731         original result buffer.
9732         (str_cd_iconveh): Update.
9733         * tests/test-striconveh.c (main): Update.
9734
9735         * lib/striconv.h (mem_cd_iconv): Change specification.
9736         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9737         result buffer.
9738         (str_cd_iconv): Update.
9739         * tests/test-striconv.c (main): Update.
9740
9741 2007-01-21  Bruno Haible  <bruno@clisp.org>
9742
9743         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9744
9745 2007-01-20  Jim Meyering  <jim@meyering.net>
9746
9747         * lib/userspec.c (parse_with_separator): If a user or group string
9748         starts with "+", skip the corresponding name-to-ID look-up, since
9749         such a look-up must fail: user and group names may not include "+".
9750
9751 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9752
9753         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9754         since we now assume the sys_time module.
9755         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9756         check for sys/time.h; no longer needed.
9757         * modules/poll (Depends-on): Depend on sys_time.
9758
9759 2007-01-18  Bruno Haible  <bruno@clisp.org>
9760
9761         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9762         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9763
9764         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9765         gettimeofday.
9766
9767         * tests/test-gettimeofday.c: Include <time.h>.
9768         (dummy): Remove variable.
9769
9770         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9771         gl_HEADER_SYS_TIME_H.
9772         (gl_HEADER_SYS_TIME_H): New macro.
9773
9774         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9775         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9776         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9777         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9778         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9779         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9780         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9781         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9782         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9783         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9784         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9785
9786         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9787         last change; it caused a compilation error when cross-compiling to
9788         Cygwin.
9789
9790 2007-01-18  Jim Meyering  <jim@meyering.net>
9791
9792         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9793         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9794         than the race-prone "test -d sys || mkdir sys".
9795         (configure.ac): Use AC_PROG_MKDIR_P.
9796         * modules/sys_select: Likewise.
9797         * modules/sys_socket: Likewise.
9798         * modules/sys_time: Likewise.
9799
9800 2007-01-18  Eric Blake  <ebb9@byu.net>
9801
9802         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9803         replace gettimeofday.
9804         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9805         name, to avoid infinite recursion.
9806
9807 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9808
9809         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9810         module sys_time.
9811         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9812         assume timespec.h defines struct timeval.
9813         * lib/settime.c: Likewise.
9814         * lib/utimens.c: Likewise.
9815         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9816         since we now assume the gettimeofday module.
9817         * lib/tempname.c (__gen_tempname): Likewise.
9818         * lib/gettimeofday.h: Remove.
9819         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9820         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9821         Include <time.h>, for 'time()'.
9822         (localtime_buffer_addr): Also use this workaround if
9823         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9824         to simplify the uses.  All uses changed.
9825         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9826         that #undef is inside {}, and 'const' follows type name consistently.
9827         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9828         (gettimeofday): Do not use the maximum possible value for
9829         tv->tv_usec, since that might break usages other than ls.c.
9830         Instead, we'll leave ls.c alone.  This undoes today's patch
9831         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9832         we've never observed the problem but might as well keep the
9833         canary.
9834         * lib/nanosleep.c: Include timespec.h first, for interface check.
9835         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9836         now assume the sys_time module.
9837         * lib/tempname.c: Likewise.
9838         * lib/timespec.h: Likewise.
9839         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9840         needed.
9841         * lib/strftime.c: Likewise.
9842         * lib/timespec.h: Likewise.
9843         * lib/posixtm.c: Include posixtm.h first, for interface check.
9844         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9845         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9846         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9847         * lib/sys_time_.h: New file.
9848         * lib/timespec.h (struct timespec): Use long int, not long.
9849         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9850         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9851         Remove obsolescent call to AC_HEADER_TIME.
9852         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9853         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9854         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9855         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9856         Likewise.
9857         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9858         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9859         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9860         into the sys_time module.  Check for gettimeofday just once.
9861         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9862         for gettimeofday signature to just check the signature.  Merely
9863         compile it, since linking doesn't test signature.  Improve test for
9864         whether gettimeofday.o is actually needed.
9865         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9866         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9867         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9868         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9869         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9870         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9871         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9872         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9873         than worrying about sys/time.h.
9874         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9875         Don't bother worrying about TIME_WITH_SYS_TIME.
9876         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9877         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9878         * m4/sys_time_h.m4: New file.
9879         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9880         Don't include sys/time.h.  Return from main rather than exiting.
9881         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9882         all uses changed.
9883         * modules/gethrxtime (Depends-on): Add sys_time.
9884         * modules/gettime (Depends-on): Likewise.
9885         * modules/gettimeofday (Depends-on): Likewise.
9886         * modules/nanosleep (Depends-on): Likewise.
9887         * modules/settime (Depends-on): Likewise.
9888         * modules/tempname (Depends-on): Likewise.
9889         * modules/utimens (Depends-on): Likewise.
9890         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9891         (Include:) Change back to <sys/time.h>.
9892         (Maintainer:) Add self.
9893         * modules/sys_time: New file.
9894         * modules/tempname (Depends-on): Add gettimeofday.
9895         * tests/test-gettimeofday.c: Include <sys/time.h>
9896         rather than gettimeofday.h.
9897
9898 2007-01-17  Bruno Haible  <bruno@clisp.org>
9899
9900         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9901         the license default to GPL.
9902         (func_create_testdir): Don't complain if a module is LGPL and its
9903         tests module depends on GPLed modules.
9904
9905 2007-01-17  Bruno Haible  <bruno@clisp.org>
9906
9907         * lib/gettimeofday.c (gettimeofday): Add code for the case
9908         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9909         maximum possible value for tv->tv_usec, rather than the minimum one.
9910
9911 2005-10-08  Martin Lambers  <marlam@marlam.de>
9912 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9913 2007-01-16  Bruno Haible  <bruno@clisp.org>
9914
9915         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9916         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9917         gl_FUNC_GETTIMEOFDAY.
9918         (Include): Add gettimeofday.h.
9919         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9920         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9921         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9922         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9923         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9924         * lib/gettimeofday.h: New file.
9925         * lib/gettimeofday.c: Include <sys/timeb.h>.
9926         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9927         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9928         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9929         fall back on time().
9930
9931         * tests/test-gettimeofday.c: New file.
9932         * modules/gettimeofday-tests: New file.
9933
9934 2007-01-16  Eric Blake  <ebb9@byu.net>
9935
9936         * modules/fnmatch (Depends-on): Depend on wchar.
9937         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9938         * m4/fnmatch.m4: Likewise.
9939         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9940         * m4/mbchar.m4: Likewise.
9941         * modules/mbswidth (Depends-on): Depend on wchar.
9942         * lib/mbswidth.c: Assume <wchar.h>.
9943         * m4/mbswidth.m4: Likewise.
9944         * modules/quotearg (Depends-on): Depend on wchar.
9945         * lib/quotearg.c: Assume <wchar.h>.
9946         * m4/quotearg.m4: Likewise.
9947         * modules/regex (Depends-on): Depend on wchar.
9948         * lib/regex_internal.h: Assume <wchar.h>.
9949         * m4/regex.m4: Likewise.
9950         * modules/stdint (Depends-on): Depend on wchar.
9951         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9952         * m4/stdint.m4: Likewise.
9953         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9954         * modules/strftime (Depends-on): Depend on wchar.
9955         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9956         * modules/strtol (Depends-on): Depend on wchar.
9957         * lib/strtol.c: Assume <wchar.h>.
9958         * modules/wcwidth (Depends-on): Depend on wchar.
9959         * lib/wcwidth.h: Assume <wchar.h>.
9960         * m4/wcwidth.m4: Likewise.
9961
9962 2007-01-16  Bruno Haible  <bruno@clisp.org>
9963
9964         * modules/csharpexec-script: New, created from...
9965         * modules/csharpexec: ... this.
9966
9967 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9968
9969         * modules/javaexec-script: New, created from...
9970         * modules/javaexec: ... this.
9971
9972 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9973
9974         * modules/poll (Dependencies): Add sys_select.
9975
9976 2007-01-15  Jim Meyering  <jim@meyering.net>
9977
9978         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9979         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9980         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9981         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9982
9983 2007-01-15  Bruno Haible  <bruno@clisp.org>
9984
9985         * modules/striconveh: New file.
9986         * lib/striconveh.h: New file.
9987         * lib/striconveh.c: New file.
9988         * MODULES.html.sh (Internationalization functions): Add striconveh.
9989
9990         * modules/striconveh-tests: New file.
9991         * tests/test-striconveh.c: New file.
9992
9993 2007-01-15  Bruno Haible  <bruno@clisp.org>
9994
9995         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
9996         not from GNU libiconv or GNU libc.
9997
9998 2007-01-15  Bruno Haible  <bruno@clisp.org>
9999
10000         * doc/gnulib-intro.texi (Copyright): Explain the different license
10001         terms for module descriptions, autoconf macros, tests, documentation.
10002
10003 2007-01-14  Bruno Haible  <bruno@clisp.org>
10004
10005         * modules/striconv-tests: New file.
10006         * tests/test-striconv.c: New file.
10007
10008 2007-01-14  Bruno Haible  <bruno@clisp.org>
10009
10010         * modules/iconv-tests: New file.
10011         * tests/test-iconv.c: New file.
10012
10013 2007-01-14  Bruno Haible  <bruno@clisp.org>
10014
10015         * gnulib-tool (func_get_license): For test modules, use the license of
10016         the main module.
10017
10018 2007-01-14  Bruno Haible  <bruno@clisp.org>
10019
10020         * modules/iconv (Include): Clarify that <iconv.h> can only be included
10021         if iconv is found to exist.
10022
10023 2007-01-14  Bruno Haible  <bruno@clisp.org>
10024
10025         * modules/c-ctype-tests: New file.
10026         * tests/test-c-ctype.c: New file.
10027
10028 2007-01-14  Bruno Haible  <bruno@clisp.org>
10029
10030         * modules/binary-io-tests: New file.
10031         * tests/test-binary-io.sh: New file.
10032         * tests/test-binary-io.c: New file.
10033
10034 2007-01-14  Bruno Haible  <bruno@clisp.org>
10035
10036         * modules/array-oset-tests: New file.
10037         * tests/test-array_oset.c: New file.
10038
10039 2007-01-14  Bruno Haible  <bruno@clisp.org>
10040
10041         * modules/array-list-tests: New file.
10042         * tests/test-array_list.c: New file.
10043
10044 2007-01-14  Bruno Haible  <bruno@clisp.org>
10045
10046         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
10047         and make.
10048         Reported by Simon Josefsson in
10049         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
10050
10051 2007-01-14  Bruno Haible  <bruno@clisp.org>
10052
10053         * modules/allocsa-tests: New file.
10054         * tests/test-allocsa.c: New file.
10055
10056 2007-01-14  Bruno Haible  <bruno@clisp.org>
10057
10058         * modules/fchdir (Depends-on): Add absolute-header.
10059         * modules/unistd (Depends-on): Likewise.
10060
10061 2006-12-30  Bruno Haible  <bruno@clisp.org>
10062
10063         * modules/fchdir: New file.
10064         * modules/unistd (Files): Add lib/unistd_.h.
10065         (Makefile.am): Generate unistd.h from unistd_.h.
10066         * lib/fchdir.c: New file.
10067         * lib/dirent_.h: New file.
10068         * lib/unistd_.h: New file.
10069         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
10070         * m4/fchdir.m4: New file.
10071         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
10072         (gl_HEADER_UNISTD): Invoke it.
10073         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
10074         function.
10075         * lib/backupfile.c (opendir, closedir): Undefine.
10076         * lib/chown.c (open, close): Undefine.
10077         * lib/clean-temp.c (open, close): Undefine.
10078         * lib/copy-file.c (open, close): Undefine.
10079         * lib/execute.c (open, close): Undefine.
10080         * lib/fsusage.c (open, close): Undefine.
10081         * lib/gc-gnulib.c (open, close): Undefine.
10082         * lib/getcwd.c (opendir, closedir): Undefine.
10083         * lib/glob.c (opendir, closedir): Undefine.
10084         * lib/javacomp.c (open, close): Undefine.
10085         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
10086         * lib/openat-proc.c (open, close): Undefine.
10087         * lib/pagealign_alloc.c (open, close): Undefine.
10088         * lib/pipe.c (open, close): Undefine.
10089         * lib/progreloc.c (open, close): Undefine.
10090         * lib/savedir.c (opendir, closedir): Undefine.
10091         * lib/utime.c (open, close): Undefine.
10092         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
10093
10094 2007-01-10  Bruno Haible  <bruno@clisp.org>
10095
10096         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
10097
10098 2007-01-12  Eric Blake  <ebb9@byu.net>
10099
10100         Provide a robust <wchar.h>.  Further simplifications are now
10101         possible in other modules, but not included here.
10102         * modules/wchar: New module.
10103         * m4/wchar.m4: New file.
10104         * lib/wchar_.h: Likewise.
10105         * modules/mbchar (Depends-on): Depend on wchar, as the first use
10106         of the new module.
10107         * MODULES.html.sh (Extended multibyte and wide character utilities):
10108         New section.
10109
10110 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
10111
10112         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
10113         to a reasonable default for memory allocation.
10114         (xreadlink): Don't allocate a huge buffer, to work around a buggy
10115         file system that reports garbage st_size values for symlinks.
10116         Problem reported by Liyang Hu.
10117
10118 2007-01-11  Simon Josefsson  <simon@josefsson.org>
10119
10120         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
10121         Emacs .#* auto-save files).
10122
10123 2007-01-11  Bruno Haible  <bruno@clisp.org>
10124
10125         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
10126         directory.
10127
10128 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10129
10130         Use @...@ consistently in lib/wctype_.h.
10131         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
10132         on it being set to 1 or 0.
10133         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
10134         go back to AC_SUBSTing it.
10135         * modules/wctype (Makefile.am): Undo previous change.
10136
10137 2007-01-10  Eric Blake  <ebb9@byu.net>
10138
10139         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
10140         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
10141         * modules/wctype (Makefile.am): Likewise.
10142         Reported by Chris McGuire.
10143
10144 2007-01-10  Jim Meyering  <jim@meyering.net>
10145
10146         fts.c: a small readability/maintainability improvement
10147         * lib/fts.c (fts_read): Make this code slightly more readable and
10148         maintainable by hoisting the "sp->fts_cur = p" assignments to
10149         immediately follow the statements that set P.  Derived from
10150         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
10151
10152 2007-01-10  Eric Blake  <ebb9@byu.net>
10153
10154         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
10155         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
10156         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10157         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
10158         Reported by Chris McGuire.
10159
10160 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10161
10162         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
10163         in sed script.
10164
10165 2007-01-09  Bruno Haible  <bruno@clisp.org>
10166
10167         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
10168         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
10169         variables.
10170         (func_module): Use them.
10171
10172 2007-01-09  Bruno Haible  <bruno@clisp.org>
10173
10174         * modules/unistr/base: New file.
10175         * lib/unistr.h: New file.
10176
10177         * modules/unistr/u8-to-u16: New file.
10178         * lib/unistr/u8-to-u16.c: New file.
10179
10180         * modules/unistr/u8-to-u32: New file.
10181         * lib/unistr/u8-to-u32.c: New file.
10182
10183         * modules/unistr/u16-to-u8: New file.
10184         * lib/unistr/u16-to-u8.c: New file.
10185
10186         * modules/unistr/u16-to-u32: New file.
10187         * lib/unistr/u16-to-u32.c: New file.
10188
10189         * modules/unistr/u32-to-u8: New file.
10190         * lib/unistr/u32-to-u8.c: New file.
10191
10192         * modules/unistr/u32-to-u16: New file.
10193         * lib/unistr/u32-to-u16.c: New file.
10194
10195         * modules/unistr/u8-check: New file.
10196         * modules/unistr/u16-check: New file.
10197         * modules/unistr/u32-check: New file.
10198         * lib/unistr/u8-check.c: New file.
10199         * lib/unistr/u16-check.c: New file.
10200         * lib/unistr/u32-check.c: New file.
10201
10202         * modules/unistr/u8-chr: New file.
10203         * modules/unistr/u16-chr: New file.
10204         * modules/unistr/u32-chr: New file.
10205         * lib/unistr/u8-chr.c: New file.
10206         * lib/unistr/u16-chr.c: New file.
10207         * lib/unistr/u32-chr.c: New file.
10208
10209         * modules/unistr/u8-cmp: New file.
10210         * modules/unistr/u16-cmp: New file.
10211         * modules/unistr/u32-cmp: New file.
10212         * lib/unistr/u8-cmp.c: New file.
10213         * lib/unistr/u16-cmp.c: New file.
10214         * lib/unistr/u32-cmp.c: New file.
10215
10216         * modules/unistr/u8-cpy: New file.
10217         * modules/unistr/u16-cpy: New file.
10218         * modules/unistr/u32-cpy: New file.
10219         * lib/unistr/u8-cpy.c: New file.
10220         * lib/unistr/u16-cpy.c: New file.
10221         * lib/unistr/u32-cpy.c: New file.
10222         * lib/unistr/u-cpy.h: New file.
10223
10224         * modules/unistr/u8-cpy-alloc: New file.
10225         * modules/unistr/u16-cpy-alloc: New file.
10226         * modules/unistr/u32-cpy-alloc: New file.
10227         * lib/unistr/u8-cpy-alloc.c: New file.
10228         * lib/unistr/u16-cpy-alloc.c: New file.
10229         * lib/unistr/u32-cpy-alloc.c: New file.
10230         * lib/unistr/u-cpy-alloc.h: New file.
10231
10232         * modules/unistr/u8-endswith: New file.
10233         * modules/unistr/u16-endswith: New file.
10234         * modules/unistr/u32-endswith: New file.
10235         * lib/unistr/u8-endswith.c: New file.
10236         * lib/unistr/u16-endswith.c: New file.
10237         * lib/unistr/u32-endswith.c: New file.
10238         * lib/unistr/u-endswith.h: New file.
10239
10240         * modules/unistr/u8-mblen: New file.
10241         * modules/unistr/u16-mblen: New file.
10242         * modules/unistr/u32-mblen: New file.
10243         * lib/unistr/u8-mblen.c: New file.
10244         * lib/unistr/u16-mblen.c: New file.
10245         * lib/unistr/u32-mblen.c: New file.
10246
10247         * modules/unistr/u8-mbtouc: New file.
10248         * modules/unistr/u16-mbtouc: New file.
10249         * modules/unistr/u32-mbtouc: New file.
10250         * lib/unistr/u8-mbtouc.c: New file.
10251         * lib/unistr/u16-mbtouc.c: New file.
10252         * lib/unistr/u32-mbtouc.c: New file.
10253
10254         * modules/unistr/u8-mbtouc-safe: New file.
10255         * modules/unistr/u16-mbtouc-safe: New file.
10256         * modules/unistr/u32-mbtouc-safe: New file.
10257         * lib/unistr/u8-mbtouc-safe.c: New file.
10258         * lib/unistr/u16-mbtouc-safe.c: New file.
10259         * lib/unistr/u32-mbtouc-safe.c: New file.
10260
10261         * modules/unistr/u8-move: New file.
10262         * modules/unistr/u16-move: New file.
10263         * modules/unistr/u32-move: New file.
10264         * lib/unistr/u8-move.c: New file.
10265         * lib/unistr/u16-move.c: New file.
10266         * lib/unistr/u32-move.c: New file.
10267         * lib/unistr/u-move.h: New file.
10268
10269         * modules/unistr/u8-next: New file.
10270         * modules/unistr/u16-next: New file.
10271         * modules/unistr/u32-next: New file.
10272         * lib/unistr/u8-next.c: New file.
10273         * lib/unistr/u16-next.c: New file.
10274         * lib/unistr/u32-next.c: New file.
10275
10276         * modules/unistr/u8-prev: New file.
10277         * modules/unistr/u16-prev: New file.
10278         * modules/unistr/u32-prev: New file.
10279         * lib/unistr/u8-prev.c: New file.
10280         * lib/unistr/u16-prev.c: New file.
10281         * lib/unistr/u32-prev.c: New file.
10282
10283         * modules/unistr/u8-set: New file.
10284         * modules/unistr/u16-set: New file.
10285         * modules/unistr/u32-set: New file.
10286         * lib/unistr/u8-set.c: New file.
10287         * lib/unistr/u16-set.c: New file.
10288         * lib/unistr/u32-set.c: New file.
10289         * lib/unistr/u-set.h: New file.
10290
10291         * modules/unistr/u8-startswith: New file.
10292         * modules/unistr/u16-startswith: New file.
10293         * modules/unistr/u32-startswith: New file.
10294         * lib/unistr/u8-startswith.c: New file.
10295         * lib/unistr/u16-startswith.c: New file.
10296         * lib/unistr/u32-startswith.c: New file.
10297         * lib/unistr/u-startswith.h: New file.
10298
10299         * modules/unistr/u8-stpcpy: New file.
10300         * modules/unistr/u16-stpcpy: New file.
10301         * modules/unistr/u32-stpcpy: New file.
10302         * lib/unistr/u8-stpcpy.c: New file.
10303         * lib/unistr/u16-stpcpy.c: New file.
10304         * lib/unistr/u32-stpcpy.c: New file.
10305         * lib/unistr/u-stpcpy.h: New file.
10306
10307         * modules/unistr/u8-stpncpy: New file.
10308         * modules/unistr/u16-stpncpy: New file.
10309         * modules/unistr/u32-stpncpy: New file.
10310         * lib/unistr/u8-stpncpy.c: New file.
10311         * lib/unistr/u16-stpncpy.c: New file.
10312         * lib/unistr/u32-stpncpy.c: New file.
10313         * lib/unistr/u-stpncpy.h: New file.
10314
10315         * modules/unistr/u8-strcat: New file.
10316         * modules/unistr/u16-strcat: New file.
10317         * modules/unistr/u32-strcat: New file.
10318         * lib/unistr/u8-strcat.c: New file.
10319         * lib/unistr/u16-strcat.c: New file.
10320         * lib/unistr/u32-strcat.c: New file.
10321         * lib/unistr/u-strcat.h: New file.
10322
10323         * modules/unistr/u8-strchr: New file.
10324         * modules/unistr/u16-strchr: New file.
10325         * modules/unistr/u32-strchr: New file.
10326         * lib/unistr/u8-strchr.c: New file.
10327         * lib/unistr/u16-strchr.c: New file.
10328         * lib/unistr/u32-strchr.c: New file.
10329
10330         * modules/unistr/u8-strcmp: New file.
10331         * modules/unistr/u16-strcmp: New file.
10332         * modules/unistr/u32-strcmp: New file.
10333         * lib/unistr/u8-strcmp.c: New file.
10334         * lib/unistr/u16-strcmp.c: New file.
10335         * lib/unistr/u32-strcmp.c: New file.
10336
10337         * modules/unistr/u8-strcpy: New file.
10338         * modules/unistr/u16-strcpy: New file.
10339         * modules/unistr/u32-strcpy: New file.
10340         * lib/unistr/u8-strcpy.c: New file.
10341         * lib/unistr/u16-strcpy.c: New file.
10342         * lib/unistr/u32-strcpy.c: New file.
10343         * lib/unistr/u-strcpy.h: New file.
10344
10345         * modules/unistr/u8-strcspn: New file.
10346         * modules/unistr/u16-strcspn: New file.
10347         * modules/unistr/u32-strcspn: New file.
10348         * lib/unistr/u8-strcspn.c: New file.
10349         * lib/unistr/u16-strcspn.c: New file.
10350         * lib/unistr/u32-strcspn.c: New file.
10351         * lib/unistr/u-strcspn.h: New file.
10352
10353         * modules/unistr/u8-strdup: New file.
10354         * modules/unistr/u16-strdup: New file.
10355         * modules/unistr/u32-strdup: New file.
10356         * lib/unistr/u8-strdup.c: New file.
10357         * lib/unistr/u16-strdup.c: New file.
10358         * lib/unistr/u32-strdup.c: New file.
10359         * lib/unistr/u-strdup.h: New file.
10360
10361         * modules/unistr/u8-strlen: New file.
10362         * modules/unistr/u16-strlen: New file.
10363         * modules/unistr/u32-strlen: New file.
10364         * lib/unistr/u8-strlen.c: New file.
10365         * lib/unistr/u16-strlen.c: New file.
10366         * lib/unistr/u32-strlen.c: New file.
10367         * lib/unistr/u-strlen.h: New file.
10368
10369         * modules/unistr/u8-strmblen: New file.
10370         * modules/unistr/u16-strmblen: New file.
10371         * modules/unistr/u32-strmblen: New file.
10372         * lib/unistr/u8-strmblen.c: New file.
10373         * lib/unistr/u16-strmblen.c: New file.
10374         * lib/unistr/u32-strmblen.c: New file.
10375
10376         * modules/unistr/u8-strmbtouc: New file.
10377         * modules/unistr/u16-strmbtouc: New file.
10378         * modules/unistr/u32-strmbtouc: New file.
10379         * lib/unistr/u8-strmbtouc.c: New file.
10380         * lib/unistr/u16-strmbtouc.c: New file.
10381         * lib/unistr/u32-strmbtouc.c: New file.
10382
10383         * modules/unistr/u8-strncat: New file.
10384         * modules/unistr/u16-strncat: New file.
10385         * modules/unistr/u32-strncat: New file.
10386         * lib/unistr/u8-strncat.c: New file.
10387         * lib/unistr/u16-strncat.c: New file.
10388         * lib/unistr/u32-strncat.c: New file.
10389         * lib/unistr/u-strncat.h: New file.
10390
10391         * modules/unistr/u8-strncmp: New file.
10392         * modules/unistr/u16-strncmp: New file.
10393         * modules/unistr/u32-strncmp: New file.
10394         * lib/unistr/u8-strncmp.c: New file.
10395         * lib/unistr/u16-strncmp.c: New file.
10396         * lib/unistr/u32-strncmp.c: New file.
10397
10398         * modules/unistr/u8-strncpy: New file.
10399         * modules/unistr/u16-strncpy: New file.
10400         * modules/unistr/u32-strncpy: New file.
10401         * lib/unistr/u8-strncpy.c: New file.
10402         * lib/unistr/u16-strncpy.c: New file.
10403         * lib/unistr/u32-strncpy.c: New file.
10404         * lib/unistr/u-strncpy.h: New file.
10405
10406         * modules/unistr/u8-strnlen: New file.
10407         * modules/unistr/u16-strnlen: New file.
10408         * modules/unistr/u32-strnlen: New file.
10409         * lib/unistr/u8-strnlen.c: New file.
10410         * lib/unistr/u16-strnlen.c: New file.
10411         * lib/unistr/u32-strnlen.c: New file.
10412         * lib/unistr/u-strnlen.h: New file.
10413
10414         * modules/unistr/u8-strpbrk: New file.
10415         * modules/unistr/u16-strpbrk: New file.
10416         * modules/unistr/u32-strpbrk: New file.
10417         * lib/unistr/u8-strpbrk.c: New file.
10418         * lib/unistr/u16-strpbrk.c: New file.
10419         * lib/unistr/u32-strpbrk.c: New file.
10420         * lib/unistr/u-strpbrk.h: New file.
10421
10422         * modules/unistr/u8-strrchr: New file.
10423         * modules/unistr/u16-strrchr: New file.
10424         * modules/unistr/u32-strrchr: New file.
10425         * lib/unistr/u8-strrchr.c: New file.
10426         * lib/unistr/u16-strrchr.c: New file.
10427         * lib/unistr/u32-strrchr.c: New file.
10428
10429         * modules/unistr/u8-strspn: New file.
10430         * modules/unistr/u16-strspn: New file.
10431         * modules/unistr/u32-strspn: New file.
10432         * lib/unistr/u8-strspn.c: New file.
10433         * lib/unistr/u16-strspn.c: New file.
10434         * lib/unistr/u32-strspn.c: New file.
10435         * lib/unistr/u-strspn.h: New file.
10436
10437         * modules/unistr/u8-strstr: New file.
10438         * modules/unistr/u16-strstr: New file.
10439         * modules/unistr/u32-strstr: New file.
10440         * lib/unistr/u8-strstr.c: New file.
10441         * lib/unistr/u16-strstr.c: New file.
10442         * lib/unistr/u32-strstr.c: New file.
10443         * lib/unistr/u-strstr.h: New file.
10444
10445         * modules/unistr/u8-strtok: New file.
10446         * modules/unistr/u16-strtok: New file.
10447         * modules/unistr/u32-strtok: New file.
10448         * lib/unistr/u8-strtok.c: New file.
10449         * lib/unistr/u16-strtok.c: New file.
10450         * lib/unistr/u32-strtok.c: New file.
10451         * lib/unistr/u-strtok.h: New file.
10452
10453         * modules/unistr/u8-uctomb: New file.
10454         * modules/unistr/u16-uctomb: New file.
10455         * modules/unistr/u32-uctomb: New file.
10456         * lib/unistr/u8-uctomb.c: New file.
10457         * lib/unistr/u16-uctomb.c: New file.
10458         * lib/unistr/u32-uctomb.c: New file.
10459
10460         * MODULES.html.sh (Unicode string functions): Add the new modules.
10461
10462 2007-01-08  Bruno Haible  <bruno@clisp.org>
10463
10464         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10465         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10466         subdirectories.
10467
10468 2007-01-08  Karl Berry  <karl@gnu.org>
10469
10470         * doc/error.texi: mention that main() fns must set program_name
10471         when progname is used.
10472
10473 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10474
10475         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10476         WCTYPE_H is empty, for the benefit of builds from non-distclean
10477         directories.  Problem reported by Eric Blake in
10478         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10479
10480 2007-01-08  Bruno Haible  <bruno@clisp.org>
10481
10482         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10483         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10484         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10485         PROVIDE_CANONICALIZE_FILENAME_MODE.
10486         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10487
10488 2007-01-08  Bruno Haible  <bruno@clisp.org>
10489
10490         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10491         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10492         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10493         * lib/fts.c: Likewise.
10494         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10495
10496 2006-12-25  Bruno Haible  <bruno@clisp.org>
10497
10498         * modules/utf8-ucs4-safe: New file.
10499         * lib/utf8-ucs4-safe.h: New file.
10500         * lib/unistr/utf8-ucs4-safe.c: New file.
10501
10502         * modules/utf16-ucs4-safe: New file.
10503         * lib/utf16-ucs4-safe.h: New file.
10504         * lib/unistr/utf16-ucs4-safe.c: New file.
10505
10506         * MODULES.html.sh (Unicode string functions): Add the new modules.
10507
10508 2007-01-08  Bruno Haible  <bruno@clisp.org>
10509
10510         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10511         (Depends-on): Add unitypes.
10512         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10513         (u8_mbtouc_aux): Move out to separate file.
10514         (u8_mbtouc): Use ucs4_t, uint8_t types.
10515         * lib/unistr/utf8-ucs4.c: New file.
10516
10517         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10518         (Depends-on): Add unitypes.
10519         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10520         (u16_mbtouc_aux): Move out to separate file.
10521         (u16_mbtouc): Use ucs4_t, uint16_t types.
10522         * lib/unistr/utf16-ucs4.c: New file.
10523
10524         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10525         (Depends-on): Add unitypes.
10526         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10527         (u8_uctomb_aux): Move out to separate file.
10528         (u8_uctomb): Use ucs4_t, uint8_t types.
10529         * lib/unistr/ucs4-utf8.c: New file.
10530
10531         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10532         (Depends-on): Add unitypes.
10533         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10534         (u16_uctomb_aux): Move out to separate file.
10535         (u16_uctomb): Use ucs4_t, uint16_t types.
10536         * lib/unistr/ucs4-utf16.c: New file.
10537
10538 2006-12-25  Bruno Haible  <bruno@clisp.org>
10539
10540         * modules/unitypes: New file.
10541         * lib/unitypes.h: New file.
10542         * MODULES.html.sh (func_all_modules): New section "Unicode string
10543         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10544         this section. Add unitypes.
10545
10546 2007-01-08  Bruno Haible  <bruno@clisp.org>
10547
10548         Avoid variable names that conflict with those from libtool.
10549         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10550         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10551         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10552         library_names_spec to acl_library_names_spec, hardcode_* to
10553         acl_hardcode_*.
10554         Reported by Ralf Wildenhues.
10555
10556 2007-01-08  Bruno Haible  <bruno@clisp.org>
10557
10558         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10559         definition.
10560         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10561         definition.
10562         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10563         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10564         definition.
10565         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10566         definition.
10567         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10568         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10569         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10570         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10571         definition.
10572         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10573         definition.
10574         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10575         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10576         GC_USE_<algorithm>.
10577         * lib/gc-libgcrypt.c: Likewise.
10578         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10579         * modules/gc-arctwo (configure.ac): Likewise.
10580         * modules/gc-des (configure.ac): Likewise.
10581         * modules/gc-hmac-md5 (configure.ac): Likewise.
10582         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10583         * modules/gc-md2 (configure.ac): Likewise.
10584         * modules/gc-md4 (configure.ac): Likewise.
10585         * modules/gc-md5 (configure.ac): Likewise.
10586         * modules/gc-random (configure.ac): Likewise.
10587         * modules/gc-rijndael (configure.ac): Likewise.
10588         * modules/gc-sha1 (configure.ac): Likewise.
10589
10590 2007-01-08  Bruno Haible  <bruno@clisp.org>
10591
10592         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10593         macro definition.
10594         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10595         definition.
10596         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10597         definition.
10598         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10599         * modules/fcntl-safer (configure.ac): Likewise.
10600         * modules/fopen-safer (configure.ac): Likewise.
10601         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10602         GNULIB_FWRITEERROR macro definition.
10603
10604 2007-01-08  Bruno Haible  <bruno@clisp.org>
10605
10606         * m4/gnulib-common.m4: New file.
10607         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10608         (func_get_filelist): Add m4/gnulib-common.m4.
10609
10610 2007-01-08  Bruno Haible  <bruno@clisp.org>
10611
10612         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10613         command.
10614
10615 2007-01-08  Jim Meyering  <jim@meyering.net>
10616
10617         Use a more robust test for a "can't happen" condition.
10618         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10619         narrowed the st_size value.  Presuming the "can't happen" condition
10620         is true, that narrowing could conceivably convert an invalid st_size
10621         value into a valid one.  Instead, use a change based on Matthew
10622         Woehlke's original patch.
10623
10624         Slight readability improvement: use an assert-like macro
10625         in place of literal "abort ()" uses.
10626         * lib/fts.c (fts_assert): Define.
10627         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10628         Use this macro instead of a bare 'abort'.
10629
10630 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10631
10632         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10633         simply work around them.
10634         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10635         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10636         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10637         declaring.
10638         Don't bother to define as macros, since the standard doesn't require it.
10639         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10640         longer worry about IRIX 5.3.
10641         (HAVE_WCTYPE_CTMP_BUG): Remove.
10642
10643 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10644
10645         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10646         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10647         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10648         Problems reported by Georg Schwarz for IRIX 5.3.
10649
10650         * gnulib-tool (autoconf_minversion): Take the maximum version number
10651         found, not the minimum.  Problem reported by James Youngman.
10652
10653 2007-01-03  Karl Berry  <karl@gnu.org>
10654
10655         * doc/error.texi: new file, explaining interaction with progname.
10656         * doc/gnulib.texi: include it.  Update copyright.
10657
10658 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10659
10660         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10661         AC_CANONICAL_HOST, to improve autobuild outputs.
10662
10663 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10664             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10665
10666         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10667         sockets, server sockets, and other file descriptors.  Count errors
10668         to compute the return value.  Reorder the code a bit to be easier
10669         to follow.  Don't set event bits that were not requested (except
10670         POLLERR and POLLHUP).
10671
10672 2007-01-01  Bruno Haible  <bruno@clisp.org>
10673
10674         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10675
10676 2007-01-03  Jim Meyering  <jim@meyering.net>
10677
10678         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10679
10680 2007-01-02  Bruno Haible  <bruno@clisp.org>
10681
10682         * modules/settime (Include): Require timespec.h.
10683         * modules/nanosleep (Include): Likewise.
10684
10685 2007-01-01  Bruno Haible  <bruno@clisp.org>
10686
10687         * gnulib-tool (func_emit_copyright_notice): Bump year.
10688         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10689
10690 2007-01-01  Bruno Haible  <bruno@clisp.org>
10691
10692         Improve support for OpenBSD.
10693         * build-aux/config.rpath (libname_spec): Export.
10694         (library_names_spec): New variable. Export.
10695         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10696         library_names_spec from the config.rpath output. Locate shared library
10697         through the name pattern in library_names_spec.
10698
10699 2007-01-01  Eric Blake  <ebb9@byu.net>
10700
10701         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10702
10703 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10704
10705         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10706         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10707         assume the C locale, and avoid an "eval" that could cause trouble.
10708         Problem with SORT reported by Bob Proulx.
10709
10710         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10711         Define.  Trivial patch from Henning Nielsen Lund, originally
10712         sent to bug-grep@gnu.org today.
10713
10714 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10715
10716         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10717         struct stat.  Problem reported by Henning Nielsen Lund.
10718         * lib/acl.c: Include acl.h first, to check interface.  Don't
10719         bother to include sys/types.h and sys/stat.h again.
10720
10721 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10722
10723         Import the following change from libc; problem reported by
10724         Sven Verdoolaege.
10725
10726         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10727
10728         [BZ #1373]
10729         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10730
10731 2006-12-28  Jim Meyering  <jim@meyering.net>
10732
10733         * build-aux/announce-gen: Do not assume that the package
10734         builds any of tar.gz, tar.bz2, and .xdelta files.
10735         Suggestion from Simon Josefsson.
10736
10737 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10738
10739         * modules/announce-gen: New file.
10740
10741 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10742
10743         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10744         handles its gotchas now.
10745         * lib/mbswidth.c: Likewise.
10746         * lib/wcwidth.h: Likewise.
10747         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10748         and iswcntrl; the wctype module does this stuff now.
10749         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10750         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10751         * modules/mbchar (Depends-on): Add wctype.
10752         * modules/mbswidth (Depends-on): Likewise.
10753         * modules/wcwidth (Depends-on): Likewise.
10754
10755 2006-12-27  Eric Blake  <ebb9@byu.net>
10756
10757         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10758         module uses more than what <wctype.h> is required to provide.
10759
10760 2006-12-26  Eric Blake  <ebb9@byu.net>
10761
10762         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10763
10764 2006-12-26  Eric Blake  <ebb9@byu.net>
10765
10766         * modules/absolute-header: New module.
10767         * modules/fcntl (Depends-on): Depend on it.
10768         * modules/inttypes (Depends-on): Likewise.
10769         * modules/stdint (Depends-on): Likewise.
10770         * modules/sys_stat (Depends-on): Likewise.
10771         * modules/wctype (Depends-on): Likewise.
10772         * MODULES.html.sh (Support for building libraries and
10773         executables): Document it.
10774
10775 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10776
10777         * gnulib-tool (SED): Remove, undoing previous change.
10778         The problem was that it broke coreutils on Solaris, because
10779         "sed --posix" leaked into a makefile.
10780         (sed): New alias, if 'alias' and GNU sed.
10781
10782 2006-12-24  Jim Meyering  <jim@meyering.net>
10783
10784         Work around an fchownat bug in glibc-2.4:
10785         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10786         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10787         in spite of the -P option.
10788         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10789         New macros.
10790         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10791         * modules/openat (Files): Add lib/fchownat.c.
10792         * lib/openat.c (fchownat): Don't define here.  Move to...
10793         * lib/fchownat.c: ...this new file.
10794
10795 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10796
10797         Fix bug reported by Bruno Haible in
10798         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10799         where quotearg.c didn't compile on Mac OS X 10.2 because it
10800         lacks <wchar.h> and wint_t.
10801         * lib/wctype_.h (__wctype_wint_t): New type.
10802         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10803         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10804         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10805         Arg is now of type __wctype_wint_t, not wint_t.
10806         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10807         substitute HAVE_WINT_T.
10808         * modules/wctype (Files): Add m4/wint_t.m4.
10809         (wctype.h): Substitute HAVE_WINT_T.
10810
10811 2006-12-23  Bruno Haible  <bruno@clisp.org>
10812
10813         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10814
10815 2006-12-23  Bruno Haible  <bruno@clisp.org>
10816
10817         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10818         S_ISLNK.
10819         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10820         mingw.
10821
10822 2006-12-22  Bruno Haible  <bruno@clisp.org>
10823
10824         * lib/copy-file.c: Include acl.h.
10825         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10826         Close the file descriptors only after being done with copy_acl.
10827         * modules/copy-file (Depends-on): Add acl.
10828
10829 2006-12-22  Bruno Haible  <bruno@clisp.org>
10830
10831         * gnulib-tool (SED): New variable.
10832         Use $SED instead of sed everywhere.
10833
10834 2006-12-22  Bruno Haible  <bruno@clisp.org>
10835
10836         * modules/no-c++: New file.
10837         * m4/no-c++.m4: New file.
10838         * MODULES.html.sh (Support for building libraries and executables):
10839         Add no-c++.
10840
10841 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10842
10843         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10844         Include <limits.h>, and use its INT_MAX to rewrite the
10845         j loop so that it does not overflow 'int'.  Problem reported by
10846         Ralf Wildenhues in
10847         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10848         Play it safe by shifting left by 1 rather than multiplying by 2,
10849         as GCC is less likely to optimize this away when the value
10850         is signed (when it assumes overflow leads to undefined behavior).
10851         Also, don't assume time_t uses two's complement.
10852
10853 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10854
10855         * MODULES.html.sh: New module wctype.
10856         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10857         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10858         <wctype.h>, since the new wctype module should fix this.
10859         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10860         the wctype module should arrange for it.
10861         * lib/regex_internal.h: Likewise.
10862         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10863         since the wctype module should handle this now.
10864         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10865         * modules/fnmatch (Depends-on): Add wctype.
10866         * modules/quotearg (Depends-on): Likewise.
10867         * modules/regex (Depends-on): Likewise.
10868
10869 2006-12-19  Bruno Haible  <bruno@clisp.org>
10870
10871         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10872         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10873
10874 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10875
10876         * modules/savewd (Depends-on): Fix dependency on fcntl.
10877
10878 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10879
10880         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10881         conforms to C99, rather than relying on the user's environment
10882         setting of STDINT_H.
10883
10884 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10885         and Eric Blake  <ebb9@byu.net>
10886
10887         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10888         This is more consistent with the other defines here.
10889         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10890         Port to z/OS.  Problem reported by Paul Gilmartin.
10891         Change local vars to use gl_ prefix rather than ac_.
10892         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10893         with other defines.
10894         * modules/double-slash-root: New module.
10895         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10896         (Depends-on): Add double-slash-root.
10897         * MODULES.html.sh (File system functions): Mention new module.
10898
10899 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10900
10901         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10902         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10903         This is for the benefit of gzip, which doesn't do i18n.
10904
10905 2006-12-12  Jim Meyering  <jim@meyering.net>
10906
10907         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10908         Reported by Andreas Schwab <schwab@suse.de>.
10909
10910 2006-12-12  Bruno Haible  <bruno@clisp.org>
10911
10912         Merge these changes.
10913         2006-09-05  Bruno Haible  <bruno@clisp.org>
10914         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10915         iconv_alloc succeeded.
10916         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10917         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10918         test for " && dest " at the end - dest is always != NULL there. Call
10919         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10920         with 2xNULL arguments, also to flush the state storage. Handle the
10921         IRIX iconv behaviour. Realloc the final result, to throw away unused
10922         memory.
10923
10924 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10925
10926         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10927         and fchmodat unconditionally, since glibc 2.4 has them.
10928         Problem reported by Arkadiusz Miskiewicz.
10929
10930 2006-12-10  Bruno Haible  <bruno@clisp.org>
10931
10932         * gnulib-tool (func_import): Show the include files only for those
10933         modules that are copied and specified.
10934         Reported by Karl Berry.
10935
10936 2006-12-08  Jim Meyering  <jim@meyering.net>
10937
10938         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10939         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10940
10941         * build-aux/announce-gen: Add two new options, both optional:
10942         --bootstrap-tools=TOOL_LIST
10943               a comma-separated list of tools, e.g.,
10944               autoconf,automake,bison,gnulib
10945         --gnulib-snapshot-date=DATE
10946               if gnulib is in the bootstrap tool list,
10947               then report this as the snapshot date.
10948               If not specified, use the current date/time.
10949               If you specify a date here, be sure it's UTC.
10950
10951 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10952
10953         * tests/test-argp-2.sh: Fix test to match actual output.
10954         (func_compare): Fix sed script to be portable.
10955
10956 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10957
10958         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10959         workaround for this case.  It is not autoconfigured now; offhand
10960         it's hard to see how to autoconfigure it.
10961
10962 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10963
10964         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10965         a directory that is about to be chowned.  Such a directory's
10966         initial file permissions should permit the owner only and this
10967         should not be changed until after the chown, since the group and
10968         other bits would be incorrect if they granted permission before
10969         the chown.
10970
10971         Fix porting problem for iswctype reported by Georg Schwarz in:
10972         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10973         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10974         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10975         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10976         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10977
10978 2006-12-03  Jim Meyering  <jim@meyering.net>
10979
10980         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10981         p->fts_statp may not yet be defined.
10982         (fts_read): Instead, set it in the caller, once p->fts_statp is
10983         sure to be defined, and corresponds to a top-level directory.
10984         This bug made du -x fail.  Here's the coreutils test case:
10985         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10986         Reported by Mike Frysinger.
10987
10988 2006-12-01  Jim Meyering  <jim@meyering.net>
10989
10990         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10991         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10992         Reported by Simon Josefsson.
10993
10994 2006-11-30  Jim Meyering  <jim@meyering.net>
10995
10996         * m4/warning.m4: Use the all-permissive copyright notice
10997         recommended by RMS (rather than LGPL).
10998         * m4/vararrays.m4: Likewise.
10999         * m4/flexmember.m4: Likewise.
11000
11001 2006-11-29  Bruno Haible  <bruno@clisp.org>
11002
11003         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11004         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
11005         using +=.
11006         Reported by Simon Josefsson <simon@josefsson.org>.
11007
11008 2006-11-28  James Youngman <jay@gnu.org>
11009
11010         * README: Advise users that they might find the bug-gnulib@gnu.org
11011         and autotools-announce@gnu.org mailing lists useful.
11012
11013 2006-11-28  Bruno Haible  <bruno@clisp.org>
11014
11015         * m4/ptrdiff_max.m4: Remove file.
11016
11017 2006-11-21  Bruno Haible  <bruno@clisp.org>
11018
11019         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
11020         _AC_COMPUTE_INT.
11021         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11022         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
11023         _AC_COMPUTE_INT.
11024         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11025         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
11026         _AC_COMPUTE_INT.
11027         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11028
11029 2006-11-28  Jim Meyering  <jim@meyering.net>
11030
11031         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
11032         warning from "gcc -Wshadow" about shadowing the builtin.
11033
11034 2006-11-27  Bruno Haible  <bruno@clisp.org>
11035
11036         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
11037         _AC_COMPUTE_INT.
11038         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
11039
11040 2006-11-27  Bruno Haible  <bruno@clisp.org>
11041             Paul Eggert  <eggert@cs.ucla.edu>
11042
11043         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
11044
11045 2006-11-26  Bruno Haible  <bruno@clisp.org>
11046
11047         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11048         noinst_LTLIBRARIES.
11049
11050 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11051             Bruno Haible  <bruno@clisp.org>
11052
11053         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
11054         if compiling with "gcc -ansi".
11055
11056 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11057
11058         Fix some incompatibilities with gcc -ansi -pedantic.
11059         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
11060         if compiling pedantically with GCC, unless it's C99 or later.
11061         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
11062         it mishandles gcc -ansi -pedantic as well.
11063         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
11064         if gcc -pedantic.
11065         * lib/regexec.c (check_node_accept_bytes): Don't use auto
11066         initializers for struct if -pedantic, unless it's C99 or later.
11067
11068 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
11069
11070         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
11071         Don't close an fd more than once. Identical atimes indicate
11072         success, not failure.
11073
11074 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
11075
11076         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
11077
11078 2006-11-23  Jim Meyering  <jim@meyering.net>
11079
11080         * build-aux/announce-gen: New file.  From coreutils.
11081
11082 2006-11-22  Jim Meyering  <jim@meyering.net>
11083
11084         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
11085         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
11086         (fts_read): Use a temporary to narrow the overused st_size member
11087         before using it in a switch statement.  Reported by Matthew Woehlke.
11088
11089         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
11090         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
11091
11092 2006-11-20  Bruno Haible  <bruno@clisp.org>
11093
11094         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
11095         changequote instead of pairs of brackets.
11096         Reported by Andreas Schwab <schwab@suse.de>.
11097
11098 2006-11-21  Jim Meyering  <jim@meyering.net>
11099
11100         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
11101         so as to remain compatible with older compilers.
11102         Patch from Michael Deutschmann.
11103
11104 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11105
11106         * MODULES.html.sh (File system functions): Add openat.
11107
11108         * lib/openat.h (rpl_fstatat): New macro, if
11109         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
11110         (fstatat): Define to rpl_fstatat under the same conditions,
11111         unless COMPILING_FSTATAT.
11112         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
11113         seems to have the bug.
11114         * lib/fstatat.c: New file.
11115         * modules/openat (Files): Add it.
11116
11117 2006-11-20  Bruno Haible  <bruno@clisp.org>
11118
11119         * Makefile: New file.
11120
11121 2006-11-20  Jim Meyering  <jim@meyering.net>
11122
11123         The beginnings of syntax-related checks for gnulib.
11124         * lib/Makefile: New file.
11125         * lib/t-idcache: New script.  Ensure that the two halves of
11126         idcache.c stay in sync.
11127
11128         * lib/idcache.c: Adjust comments in user- and group- portions to
11129         be more accurate, and to be consistent with one another.
11130
11131 2006-11-20  Jim Meyering  <jim@meyering.net>
11132
11133         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
11134         continue using the flexible array member (thus, this module performs
11135         half as many malloc calls), with the addition that...
11136         (getgroup, getuser): Consistently record a non-match via an empty
11137         "name" string, and map an empty string match to a NULL return value.
11138         * modules/idcache (Depends-on): Re-add flexmember.
11139
11140         * lib/idcache.c (getuser): Remove all uses of the register keyword.
11141         (getuidbyname, getgroup, getgidbyname): Likewise.
11142
11143         Use cleaner syntax: NULL rather than 0.
11144         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
11145
11146 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11147
11148         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
11149         It mishandled the case where the group was missing.
11150         Problem reported by Greg Schafer.
11151         * modules/idcache: Likewise.
11152
11153 2006-11-18  Jim Meyering  <jim@meyering.net>
11154
11155         * check-module (%exempt_header): Add exception for some
11156         conditionally-included headers.
11157
11158         * modules/i-ring (Depends-on): Add verify.
11159         (License): Change to LGPL.
11160
11161 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11162
11163         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
11164         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
11165         and inttostr.h.  Use snprintf rather than uinttostr, so that
11166         LGPLed code doesn't depend on GPLed.
11167
11168 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
11169
11170         * modules/inline (License): Change from GPL to LGPL.
11171
11172 2006-11-17  Jim Meyering  <jim@meyering.net>
11173
11174         * modules/d-type (License): Switch to LGPL.
11175
11176 2006-11-15  Bruno Haible  <bruno@clisp.org>
11177
11178         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
11179
11180 2006-11-15  Eric Blake  <ebb9@byu.net>
11181
11182         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
11183         the module dependency.
11184
11185 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11186             Bruno Haible  <bruno@clisp.org>
11187
11188         * gnulib-tool (func_create_testdir): Add license consistency check.
11189
11190 2006-11-15  Eric Blake  <ebb9@byu.net>
11191
11192         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
11193         random "(cached)" in configure output.
11194
11195 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11196
11197         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
11198         test for conforming inttypes.h is both announced and cached.
11199
11200         * MODULES.html.sh (seen_modules, seen_files): New variables.
11201         (func_module): Rewrite to use a few less gnulib-tool and sed
11202         invocations.  Avoid a couple of quadratic algorithms for ...
11203         (missed_modules, missed_files): ... these, with ...
11204         (func_append, func_tmpdir): ... these new functions, from
11205         gnulib-tool.  Analogously, install traps for cleanup.
11206
11207         * tests/test-gc.c (main): Remove unused variables.
11208         * tests/test-read-file.c: Include stdlib.h, for 'free'.
11209
11210 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
11211
11212         * modules/inttostr (License): Change to LGPL.
11213
11214 2006-11-14  Eric Blake  <ebb9@byu.net>
11215
11216         * modules/tempname (License): Change to LGPL.
11217
11218 2006-11-14  Eric Blake  <ebb9@byu.net>
11219
11220         * doc/functions.texi (Function Portability): *printf functions on
11221         Cygwin now understand all POSIX size specifiers.
11222
11223 2006-11-14  Bruno Haible  <bruno@clisp.org>
11224
11225         * modules/c-ctype (License): Change to LGPL.
11226
11227 2006-11-12  Bruno Haible  <bruno@clisp.org>
11228
11229         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11230         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
11231         for GNOME libraries, for which the include files are installed in
11232         subdirectories of $prefix/include.
11233
11234 2006-11-12  Bruno Haible  <bruno@clisp.org>
11235
11236         * m4/lib-link.m4: Require at least autoconf-2.54.
11237         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
11238         name to underscores for the --with option.
11239
11240 2006-11-13  Bruno Haible  <bruno@clisp.org>
11241
11242         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
11243         the tests directory.
11244         Reported by Ralf Wildenhues.
11245
11246 2006-11-13  Bruno Haible  <bruno@clisp.org>
11247
11248         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
11249         (func_emit_initmacro_end): Undo the override here.
11250         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
11251         Works around the famous automake error in coreutils.
11252
11253 2006-11-13  Eric Blake  <ebb9@byu.net>
11254
11255         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
11256         element, not its node.
11257
11258 2006-11-12  Bruno Haible  <bruno@clisp.org>
11259
11260         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
11261         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
11262
11263 2006-11-12  Bruno Haible  <bruno@clisp.org>
11264
11265         * gnulib-tool: New option --local-symlink.
11266         (func_usage): Document it.
11267         (lsymbolic): New variable.
11268         (func_import, func_create_testdir): If --symlink was not specified,
11269         test whether --local-symlink was specified and the file comes from
11270         the local_gnulib_dir.
11271
11272 2006-11-12  Bruno Haible  <bruno@clisp.org>
11273
11274         * gnulib-tool (func_ln): New function.
11275         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
11276
11277 2006-11-12  Bruno Haible  <bruno@clisp.org>
11278
11279         Finish support for source files in subdirectories.
11280         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
11281         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
11282         AUTOMAKE_OPTIONS.
11283         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
11284
11285 2006-11-12  Bruno Haible  <bruno@clisp.org>
11286
11287         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11288         EXTRA_lib_SOURCES augmentation.
11289         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
11290
11291 2006-11-12  Jim Meyering  <jim@meyering.net>
11292
11293         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
11294         file descriptors.  This also averts a failure on systems with
11295         native openat support when a traversed directory lacks "x" access.
11296         * lib/fts_.h: Include "i-ring.h"
11297         (struct FTS) [fts_fd_ring]: New member.
11298         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
11299         (FCHDIR): Add parentheses.
11300         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
11301         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
11302         When descending, rather than simply closing the previous
11303         fts_cwd_fd value, push that file descriptor onto the ring.
11304         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
11305         (fts_open): Initialize the new fd_ring member.
11306         (fts_close): Clear the ring.
11307         (fts_safe_changedir): When possible, use our new fd_ring to skip
11308         the diropen and fstat and dev/ino comparison that would normally
11309         accompany a virtual `chdir ("..")'.
11310
11311         * modules/fts (Depends-on): Add i-ring.
11312         * modules/i-ring: New module.
11313         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
11314         * m4/i-ring.m4: New file.
11315
11316 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11317
11318         * gnulib-tool (func_create_testdir): Fix replacement of
11319         `build-aux' in configure.ac.  Run autotools in gltests
11320         subdirectory.
11321         (func_create_testdir, func_create_megatestdir, test): There is
11322         no need for '--force' in most autotool invocations in a new
11323         tree.  Actually fail the whole test if any of the tools, or the
11324         configure or make stages fail.
11325
11326         Sync from Automake.
11327         * build-aux/gnupload: Revert last change.  Add pointer to upload
11328         instructions of the GNU Maintenance Instructions.
11329         Suggestion by Karl Berry.
11330
11331 2006-11-10  Jim Meyering  <jim@meyering.net>
11332
11333         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
11334
11335 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11336
11337         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
11338         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
11339         (bind_textdomain_codeset) [! ENABLE_NLS]:
11340         Evaluate all the arguments.  That way, callers get compatible behavior
11341         if the arguments have side effects.  Also, it avoids some GCC
11342         diagnostics in some cases; Joel E. Denny reported problems when Bison
11343         was configured with --enable-gcc-warnigs.
11344
11345 2006-11-10  Jim Meyering  <jim@meyering.net>
11346
11347         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
11348         relevant options in CFLAGS (like -O, -fno-inline) are taken into
11349         account.
11350
11351 2006-11-10  Jim Meyering  <jim@meyering.net>
11352
11353         * modules/inline: New file/module.
11354         * modules/xalloc (Files): Remove m4/inline.m4.
11355         (Depends-on): Add inline, instead.
11356         * modules/oset: Likewise.
11357         * modules/list: Likewise.
11358
11359 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11360
11361         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
11362         Problem reported by Matthew Woehlke.
11363
11364 2006-11-09  Bruno Haible  <bruno@clisp.org>
11365
11366         * lib/tempname.c (gen_tempname): Remove variant that invokes
11367         __gen_tempname.
11368         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
11369         __gen_tempname.
11370
11371 2006-11-08  Bruno Haible  <bruno@clisp.org>
11372
11373         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
11374         to 'yes' instead of 'cross-compiling'.
11375
11376 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
11377
11378         * lib/quotearg.h (quotearg_free): New decl.
11379         * lib/quotearg.c (quotearg_free): New function.
11380         (slot0, nslots, slotvec0, slotvec):
11381         Now file-scope so that quotearg_free can get at them.
11382
11383 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11384
11385         Sync from Automake.
11386         * build-aux/gnupload: Add missing 'gnu' to example URL.
11387         Report by Karl Berry.
11388
11389 2006-11-08  Bruno Haible  <bruno@clisp.org>
11390
11391         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
11392         Suggested by Paul Eggert.
11393
11394 2006-11-08  Jim Meyering  <jim@meyering.net>
11395
11396         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
11397         It's already included if !_LIBC.
11398         (fts_safe_changedir): Add a comment.
11399
11400 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11401
11402         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
11403         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
11404         Matthew Woehlke.
11405
11406         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
11407         definitions up, to avoid colliding with change below.
11408         (static_inline) [HAVE_INLINE]: New macro.
11409         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
11410         Provide extern decls when !HAVE_INLINE.  Do not define unless
11411         static_inline is defined, either by us or by xmalloc.c.  Use
11412         static_inline rather than static inline.
11413         (XCALLOC): Optimize sizeof(T) = 1 case.
11414         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
11415
11416 2006-11-07  Bruno Haible  <bruno@clisp.org>
11417
11418         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
11419         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
11420         AC_C_INLINE.
11421         * modules/xalloc (Files): Add m4/inline.m4.
11422
11423 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11424
11425         * README: Fix typo.
11426         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
11427         (Miscellanous Notes): ...from this.
11428
11429 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11430
11431         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
11432         Mention that offsetof should be used instead of sizeof.
11433         From Bruno Haible.
11434
11435 2006-11-07  Bruno Haible  <bruno@clisp.org>
11436
11437         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
11438
11439 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11440
11441         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11442         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
11443         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11444         (gl_tree_add_before, gl_tree_add_after):
11445         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
11446         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
11447         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11448         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
11449         (gl_linked_add_after, gl_linked_add_at): Likewise.
11450         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
11451         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11452         (gl_tree_add_before, gl_tree_add_after): Likewise.
11453         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
11454         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
11455         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
11456
11457 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11458
11459         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11460
11461 2006-11-06  Bruno Haible  <bruno@clisp.org>
11462
11463         * m4/inline.m4: New file.
11464         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11465         * modules/list (Files): Add m4/inline.m4.
11466         * modules/oset (Files): Likewise.
11467
11468 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11469
11470         * lib/idcache.c: Include <stddef.h>, for offsetof.
11471         (struct userid.name): Change from char * to a flexible array member.
11472         All uses changed.
11473         * modules/idcache (Depends-on): Add flexmember.
11474
11475         * MODULES.html.sh (Core language properties): New module flexmember.
11476         * modules/flexmember, m4/flexmember.m4: New files.
11477
11478         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11479         inline functions that are identical with the old xnmalloc_inline,
11480         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11481         that we can avoid some unnecessary integer multiplications and
11482         divisions in the common case where the element size is known at
11483         compile time.
11484         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11485         needed.
11486         (xnboundedmalloc): Remove.
11487         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11488         arguments, for consistency with rest of this header.
11489         (xcharalloc): Rewrite using XNMALLOC.
11490         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11491         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11492         versions have been moved to lib/xalloc.h and renamed to be the
11493         non-*_inline versions.
11494         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11495         and xnrealloc functions, since those functions are now inline and
11496         now call us.
11497         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11498         renaming described above.
11499         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11500         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11501         captures the dependency in AC_C_INLINE.
11502
11503         New module canonicalize-lgpl, proposed by Charles Wilson in
11504         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11505         with a few small changes afterwards.
11506         * MODULES.html.sh (File system functions): New module
11507         canonicalize-lgpl.
11508         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11509         and canonicalize_file_name.
11510         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11511         * modules/canonicalize-lgpl: New files.
11512
11513 2006-11-05  Bruno Haible  <bruno@clisp.org>
11514
11515         * gnulib-tool (func_import, func_create_testdir): Create directories
11516         also for files in subdirectories of lib/.
11517
11518 2006-11-05  Bruno Haible  <bruno@clisp.org>
11519
11520         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11521         ANSI C compliant.
11522
11523 2006-11-03  Bruno Haible  <bruno@clisp.org>
11524
11525         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11526         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11527         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11528         (xnboundedmalloc): New inline function.
11529         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11530         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11531         xmalloc.
11532         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11533         xmalloc.
11534         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11535         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11536         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11537         xmalloc.
11538         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11539         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11540         xmalloc.
11541         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11542         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11543         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11544         xmalloc.
11545         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11546         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11547         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11548         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11549         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11550         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11551         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11552
11553 2006-11-03  Bruno Haible  <bruno@clisp.org>
11554
11555         * lib/c-ctype.h [C++]: Define functions without name mangling.
11556         * lib/fwriteerror.h [C++]: Likewise.
11557         * lib/gcd.h [C++]: Likewise.
11558         * lib/linebreak.h [C++]: Likewise.
11559
11560 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11561
11562         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11563         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11564         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11565         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11566         Check for functions and headers just once.
11567         Check for declaration of canonicalize_file_name.
11568         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11569
11570 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11571
11572         * gnulib-tool (func_import): Fix typo in actioncmd.
11573
11574 2006-11-02  Bruno Haible  <bruno@clisp.org>
11575
11576         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11577         newline sequence in the Makefile.am snippet as a space, like "make"
11578         does.
11579         Reported by Roger Persson <perrog@gmail.com>.
11580
11581 2006-11-01  Bruno Haible  <bruno@clisp.org>
11582
11583         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11584         already declared in <string.h>.
11585         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11586
11587 2006-11-01  Bruno Haible  <bruno@clisp.org>
11588
11589         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11590         * lib/strcase.h: Include <string.h>.
11591         (strcasecmp): Define to rpl_strcasecmp here.
11592
11593 2006-11-01  Bruno Haible  <bruno@clisp.org>
11594
11595         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11596
11597 2006-11-01  Eric Blake  <ebb9@byu.net>
11598
11599         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11600
11601         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11602
11603 2006-10-29  Bruno Haible  <bruno@clisp.org>
11604
11605         Make it compile in C++ mode.
11606         * lib/full-write.c (full_rw): Add a cast.
11607
11608 2006-11-01  Bruno Haible  <bruno@clisp.org>
11609
11610         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11611         be POSIX compliant.
11612         Reported by Roger Persson <perrog@gmail.com>.
11613
11614 2006-11-01  Eric Blake  <ebb9@byu.net>
11615
11616         * lib/getopt_.h: Fix comments.
11617
11618 2006-10-31  Eric Blake  <ebb9@byu.net>
11619
11620         * modules/tmpdir (Depends-on): Add sys_stat.
11621         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11622         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11623         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11624         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11625         tempname.
11626
11627 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11628
11629         Avoid some C++ diagnostics reported by Bruno Haible.
11630         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11631         xmalloc.
11632         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11633         (struct slotvec): Move to top level.
11634         (quotearg_n_options): Rewrite to avoid xmalloc.
11635         * lib/xalloc.h (xcharalloc): New function.
11636         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11637         [defined __cplusplus]: Add function template that provides result
11638         type propagation.  This part of the change is from Bruno Haible.
11639
11640 2006-10-29  Bruno Haible  <bruno@clisp.org>
11641
11642         Make it compile in C++ mode.
11643         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11644         * lib/strnlen1.c (strnlen1): Cast memchr result.
11645         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11646         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11647         (create_temp_dir): Rename local variable 'template'.
11648         (compile_csharp_using_sscli): Add cast.
11649         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11650         * lib/findprog.c (find_in_path): Likewise.
11651         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11652         * lib/wait-process.c (register_slave_subprocess): Likewise.
11653
11654 2006-10-22  Bruno Haible  <bruno@clisp.org>
11655
11656         * modules/tsearch: New file.
11657         * lib/tsearch.h: New file.
11658         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11659         * m4/tsearch.m4: New file.
11660         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11661
11662 2006-10-29  Eric Blake  <ebb9@byu.net>
11663
11664         * lib/arcfour.c: Assume config.h.
11665         * lib/arctwo.c: Likewise.
11666         * lib/base64.c: Likewise.
11667         * lib/check-version.c: Likewise.
11668         * lib/crc.c: Likewise.
11669         * lib/des.c: Likewise.
11670         * lib/gc-gnulib.c: Likewise.
11671         * lib/gc-libgcrypt.c: Likewise.
11672         * lib/gc-pbkdf2-sha1.c: Likewise.
11673         * lib/getaddrinfo.c: Likewise.
11674         * lib/getdelim.c: Likewise.
11675         * lib/getline.c: Likewise.
11676         * lib/hmac-md5.c: Likewise.
11677         * lib/hmac-sha1.c: Likewise.
11678         * lib/iconvme.c: Likewise.
11679         * lib/md2.c: Likewise.
11680         * lib/md4.c: Likewise.
11681         * lib/memxor.c: Likewise.
11682         * lib/read-file.c: Likewise.
11683         * lib/readline.c: Likewise.
11684         * lib/rijndael-alg-fst.c: Likewise.
11685         * lib/rijndael-api-fst.c: Likewise.
11686         * lib/xgetdomainname.c: Likewise.
11687
11688 2006-10-28  Eric Blake  <ebb9@byu.net>
11689
11690         * lib/xstrndup.c: Assume config.h.
11691
11692 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11693
11694         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11695         stat-macros.h is now for our own macros, whereas stat_h is for
11696         macros in the <sys/stat.h> name space.
11697         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11698         (STAT_MACROS_H): Remove.
11699         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11700         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11701         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11702         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11703         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11704         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11705         Move these macros to ...
11706         * lib/stat_.h: here.  Don't include stat-macros.h.
11707         * lib/canonicalize.c: Don't include stat-macros.h.
11708         * lib/chown.c: Likewise.
11709         * lib/euidaccess.c: Likewise.
11710         * lib/file-type.c: Likewise.
11711         * lib/filemode.c: Likewise.
11712         * lib/glob.c: Likewise.
11713         * lib/isapipe.c: Likewise.
11714         * lib/lchown.c: Likewise.
11715         * lib/lstat.c: Likewise.
11716         * lib/mkdir-p.c: Likewise.
11717         * lib/rmdir.c: Likewise.
11718         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11719         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11720         unless mkdir isn't declared, to speed up 'configure'.
11721         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11722         would define all the S_* symbols.
11723         * modules/canonicalize (Depends-on):
11724         Depend on sys_stat, not stat-macros.
11725         * modules/chown: Likewise.
11726         * modules/euidaccess: Likewise.
11727         * modules/filemode: Likewise.
11728         * modules/file-type: Likewise.
11729         * modules/glob: Likewise.
11730         * modules/isapipe: Likewise.
11731         * modules/lchown: Likewise.
11732         * modules/lstat: Likewise.
11733         * modules/mkancesdirs: Likewise.
11734         * modules/rmdir: Likewise.
11735         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11736         * modules/modechange: Likewise.
11737         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11738         (configure.ac): Remove gl_STAT_MACROS.
11739         * modules/sys_stat (Depends-on): Remove stat-macros.
11740
11741 2006-10-27  Bruno Haible  <bruno@clisp.org>
11742
11743         * m4/signed.m4: Remove file.
11744         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11745         invocation.
11746         * modules/vasnprintf (Files): Remove m4/signed.m4.
11747
11748 2006-10-27  Bruno Haible  <bruno@clisp.org>
11749
11750         Update to GNU gettext 0.16.
11751         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11752         m4/inttypes-h.m4, m4/signed.m4.
11753         * m4/gettext.m4: Update to GNU gettext 0.16.
11754         * m4/intl.m4: New file, from GNU gettext.
11755         * m4/intldir.m4: New file, from GNU gettext.
11756         * config/srclist.txt: Update
11757
11758 2006-10-27  Eric Blake  <ebb9@byu.net>
11759
11760         * MODULES.html.sh: Document tempname.
11761         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11762         dependencies.
11763         (Files): Move lib/tempname.c...
11764         * modules/tempname: ...to this new module.
11765         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11766         (gl_PREREQ_TEMPNAME): Move...
11767         * m4/tempname.m4: ...to this new file.
11768         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11769         * modules/sys_stat (Depends-on): Add stat-macros.
11770         * lib/stat_.h (includes): Pick up stat macros.
11771         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11772         if stat macros are broken.
11773         * lib/tempname.c (includes): No need to include "stat-macros.h".
11774         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11775         (direxists, __path_search) [!_LIBC]: Don't compile these in
11776         gnulib; the tmpdir module covers that.
11777         * lib/tempname.h: New file.
11778
11779 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11780
11781         * COPYING: Explain how gnulib-tool converts licence headers.
11782         Almost all wording by Eric Blake.
11783
11784 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11785
11786         * lib/mbchar.h (is_basic_table): Make read-only.
11787         * lib/mbchar.c (is_basic_table): Likewise.
11788         Reported by John Darrington.
11789
11790 2006-10-25  Bruno Haible  <bruno@clisp.org>
11791
11792         * lib/progname.h (set_program_name): Undefine before defining.
11793
11794 2006-10-25  Bruno Haible  <bruno@clisp.org>
11795
11796         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11797         false for non-gcc C++ compilers.
11798         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11799
11800 2006-10-24  Bruno Haible  <bruno@clisp.org>
11801
11802         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11803         iconv implementations like Irix iconv.
11804
11805 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11806
11807         * modules/vararrays: New file.
11808         * m4/vararrays.m4: New file, taken from diffutils.
11809         * MODULES.html.sh: New module vararrays.
11810
11811 2006-10-24  Karl Berry  <karl@gnu.org>
11812
11813         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11814         Don't call GNU Unix.
11815
11816 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11817
11818         * users.txt: Add Libtool.
11819
11820         Sync from Libtool:
11821
11822         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11823
11824         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11825         to gnulib's policy of including config.h unconditionally.
11826
11827 2006-10-24  Bruno Haible  <bruno@clisp.org>
11828
11829         * modules/wcwidth (Files): Add m4/wint_t.m4.
11830         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11831         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11832
11833 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11834
11835         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11836         to pacify GCC with some -W flags enabled.  Problem reported by
11837         Bruno Haible.
11838
11839 2006-10-24  Jim Meyering  <jim@meyering.net>
11840
11841         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11842         Reported by Karl Berry.
11843
11844 2006-10-23  Bruno Haible  <bruno@clisp.org>
11845
11846         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11847
11848 2006-10-24  Bruno Haible  <bruno@clisp.org>
11849
11850         * lib/gl_list.h: Use C comment style, not C++ comment style.
11851
11852 2006-10-23  Eric Blake  <ebb9@byu.net>
11853
11854         * lib/getaddrinfo.c (includes): Add missing include.
11855
11856 2006-10-23  Bruno Haible  <bruno@clisp.org>
11857             Paul Eggert  <eggert@cs.ucla.edu>
11858
11859         Ability to rename obstack_free.
11860         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11861         obstack_free.
11862         (obstack_free): Invoke the __obstack_free macro.
11863         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11864
11865 2006-10-23  Bruno Haible  <bruno@clisp.org>
11866             Paul Eggert  <eggert@cs.ucla.edu>
11867
11868         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11869         __argc, __argv from the declaration. (They are defined as macros on
11870         mingw.)
11871
11872 2006-10-22  Bruno Haible  <bruno@clisp.org>
11873
11874         * doc/gnulib-intro.texi: New file.
11875         * doc/gnulib.texi: Include it.
11876
11877 2006-10-21  Bruno Haible  <bruno@clisp.org>
11878
11879         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11880         "Introduction", "Miscellanous Notes", "Particular Modules".
11881
11882 2006-10-21  Bruno Haible  <bruno@clisp.org>
11883
11884         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11885         Change mostlyclean-local rule to avoid sh syntax error from bash
11886         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11887
11888 2006-10-23  Jim Meyering  <jim@meyering.net>
11889
11890         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11891         in place of snprintf.
11892
11893         * modules/inttostr (Files): Add lib/uinttostr.c.
11894         * lib/uinttostr.c (inttostr): New file/function.
11895         * lib/inttostr.h (uinttostr): Declare.
11896         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11897         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11898         Add uinttostr.
11899         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11900
11901 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11902
11903         * lib/canonicalize.c (ELOOP): Define if not already defined.
11904         Problem reported by Bruno Haible in
11905         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11906
11907 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11908
11909         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11910         Problem reported by Perry Smith and Ville Laurikari.
11911
11912         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11913         uses.
11914
11915 2006-10-19  Bruno Haible  <bruno@clisp.org>
11916
11917         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11918         for mingw.
11919
11920 2006-10-19  Bruno Haible  <bruno@clisp.org>
11921
11922         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11923         Needed for mingw.
11924
11925 2006-10-19  Bruno Haible  <bruno@clisp.org>
11926
11927         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11928
11929 2006-10-19  Bruno Haible  <bruno@clisp.org>
11930
11931         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11932         it.
11933
11934 2006-10-19  Bruno Haible  <bruno@clisp.org>
11935
11936         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11937         invocation.
11938
11939 2006-10-19  Bruno Haible  <bruno@clisp.org>
11940
11941         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11942         mountlist by default.
11943
11944 2006-10-16  Bruno Haible  <bruno@clisp.org>
11945
11946         * lib/c-strstr.c: Include c-strstr.h.
11947
11948 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11949
11950         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11951         in a slash.
11952
11953 2006-10-18  Bruno Haible  <bruno@clisp.org>
11954
11955         * lib/lock.h [C++]: Wrap definitions in extern "C".
11956
11957 2006-10-18  Bruno Haible  <bruno@clisp.org>
11958
11959         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11960         gl_LIBOBJS list.
11961
11962 2006-10-18  Bruno Haible  <bruno@clisp.org>
11963
11964         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11965
11966 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11967
11968         * lib/xstrtol.h: Include gettext.h.
11969         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11970         Problem reported by Eric Blake.
11971         * modules/xstrtol (Depends-on): Add gettext-h.
11972
11973 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11974
11975         * lib/strftime.c (advance): New macro.
11976         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11977         incomplete type, so you can't add 0 to it.  Problem and patch
11978         reported by Eelco Dolstra for dietlibc.
11979
11980 2006-10-18  Jim Meyering  <jim@meyering.net>
11981
11982         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11983         type for a local, and rename it: s/up/user_proc/.
11984
11985 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11986
11987         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11988         READ_UTMP_USER_PROCESS.
11989         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11990
11991 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
11994         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
11995
11996 2006-10-17  Eric Blake  <ebb9@byu.net>
11997
11998         * lib/sigprocmask.c (sigprocmask): Fix typo.
11999
12000         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
12001
12002         * modules/clean-temp (Makefile.am): Don't add to make output...
12003         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
12004         config.h.
12005
12006 2006-10-17  Bruno Haible  <bruno@clisp.org>
12007
12008         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
12009         differently if DEFAULT_TEXT_DOMAIN is set.
12010
12011 2006-10-16  Bruno Haible  <bruno@clisp.org>
12012
12013         * lib/clean-temp.c: Include fwriteerror.h.
12014
12015 2006-10-16  Bruno Haible  <bruno@clisp.org>
12016
12017         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
12018
12019 2006-10-16  Bruno Haible  <bruno@clisp.org>
12020
12021         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
12022         * lib/sigprocmask.h: Include <sys/types.h>.
12023         (sigset_t): Use the system's definition if present.
12024
12025 2006-10-17  Eric Blake  <ebb9@byu.net>
12026
12027         * lib/xvasprintf.c (includes): Assume config.h.
12028         * lib/xasprintf.c (includes): Likewise.
12029
12030 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
12033         at least as wide as intmax_t.
12034
12035 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
12036
12037         (Imported from Automake.)
12038         * build-aux/gnupload: Update to version 1.1 of directive file.
12039
12040 2006-10-16  Eric Blake  <ebb9@byu.net>
12041
12042         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
12043         match Automake 1.10a.
12044
12045 2006-10-14  Bruno Haible  <bruno@clisp.org>
12046
12047         * modules/sigprocmask: New file.
12048         * lib/sigprocmask.h: New file.
12049         * lib/sigprocmask.c: New file.
12050         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
12051         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
12052         request sigprocmask.o.
12053         (gl_PREREQ_SIGPROCMASK): New macro.
12054         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
12055         (Depends-on): Add sigprocmask.
12056         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
12057         gt_SIGNALBLOCKING. Test for 'raise' only once.
12058         * lib/fatal-signal.c: Include sigprocmask.h.
12059         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
12060         unblock_fatal_signals): Define always.
12061         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12062         sigprocmask.
12063
12064 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
12065
12066         Sync from Automake.
12067         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
12068         which incorrectly sets the mode of an existing destination
12069         directory.  In some cases the unpatched install-sh could do the
12070         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
12071         system.  We hope this is rare in practice, but it's clearly worth
12072         fixing.  Problem reported by Alex Unleashed in
12073         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
12074         Also, don't bother to check for -m bugs unless we're using -m;
12075         suggested by Stepan Kasal.
12076
12077 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12078
12079         Sync from Automake.
12080         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
12081         `-c' flag, so they appear at the same position as in %FASTDEP%
12082         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
12083         which ignores unknown options only after the first non-option.
12084         Bug report against M4 by Nelson H. F. Beebe.
12085
12086 2006-10-13  Jim Meyering  <jim@meyering.net>
12087
12088         Fix a bug in yesterday's change.
12089         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
12090         p->fts_statp->st_dev would be used uninitialized.
12091         Ensures that we always call fts_stat on the very first entry.
12092         Miklos Szeredi reported that find -xdev stopped working.
12093
12094 2006-10-12  Bruno Haible  <bruno@clisp.org>
12095
12096         * gnulib-tool (func_get_automake_snippet): Append an automatically
12097         computed EXTRA_DIST augmentation.
12098         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
12099         * modules/alloca-opt (Makefile.am): Likewise.
12100         * modules/allocsa (Makefile.am): Likewise.
12101         * modules/arcfour (Makefile.am): Likewise.
12102         * modules/arctwo (Makefile.am): Likewise.
12103         * modules/argmatch (Makefile.am): Likewise.
12104         * modules/argz (Makefile.am): Likewise.
12105         * modules/atexit (Makefile.am): Likewise.
12106         * modules/backupfile (Makefile.am): Likewise.
12107         * modules/byteswap (Makefile.am): Likewise.
12108         * modules/c-strtod (Makefile.am): Likewise.
12109         * modules/c-strtold (Makefile.am): Likewise.
12110         * modules/calloc (Makefile.am): Likewise.
12111         * modules/canon-host (Makefile.am): Likewise.
12112         * modules/canonicalize (Makefile.am): Likewise.
12113         * modules/chdir-long (Makefile.am): Likewise.
12114         * modules/chdir-safer (Makefile.am): Likewise.
12115         * modules/check-version (Makefile.am): Likewise.
12116         * modules/chown (Makefile.am): Likewise.
12117         * modules/cloexec (Makefile.am): Likewise.
12118         * modules/close-stream (Makefile.am): Likewise.
12119         * modules/closeout (Makefile.am): Likewise.
12120         * modules/crc (Makefile.am): Likewise.
12121         * modules/csharpexec (Makefile.am): Likewise.
12122         * modules/cycle-check (Makefile.am): Likewise.
12123         * modules/des (Makefile.am): Likewise.
12124         * modules/dev-ino (Makefile.am): Likewise.
12125         * modules/dirfd (Makefile.am): Likewise.
12126         * modules/dirname (Makefile.am): Likewise.
12127         * modules/dup2 (Makefile.am): Likewise.
12128         * modules/eealloc (Makefile.am): Likewise.
12129         * modules/error (Makefile.am): Likewise.
12130         * modules/euidaccess (Makefile.am): Likewise.
12131         * modules/exclude (Makefile.am): Likewise.
12132         * modules/exitfail (Makefile.am): Likewise.
12133         * modules/fcntl-safer (Makefile.am): Likewise.
12134         * modules/fcntl (Makefile.am): Likewise.
12135         * modules/file-type (Makefile.am): Likewise.
12136         * modules/fileblocks (Makefile.am): Likewise.
12137         * modules/filemode (Makefile.am): Likewise.
12138         * modules/filenamecat (Makefile.am): Likewise.
12139         * modules/fnmatch (Makefile.am): Likewise.
12140         * modules/fopen-safer (Makefile.am): Likewise.
12141         * modules/fpending (Makefile.am): Likewise.
12142         * modules/fprintftime (Makefile.am): Likewise.
12143         * modules/free (Makefile.am): Likewise.
12144         * modules/fsusage (Makefile.am): Likewise.
12145         * modules/ftruncate (Makefile.am): Likewise.
12146         * modules/fts (Makefile.am): Likewise.
12147         * modules/gc-arcfour (Makefile.am): Likewise.
12148         * modules/gc-des (Makefile.am): Likewise.
12149         * modules/gc-hmac-md5 (Makefile.am): Likewise.
12150         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
12151         * modules/gc-md4 (Makefile.am): Likewise.
12152         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12153         * modules/gc-sha1 (Makefile.am): Likewise.
12154         * modules/gc (Makefile.am): Likewise.
12155         * modules/getaddrinfo (Makefile.am): Likewise.
12156         * modules/getcwd (Makefile.am): Likewise.
12157         * modules/getdelim (Makefile.am): Likewise.
12158         * modules/getdomainname (Makefile.am): Likewise.
12159         * modules/getgroups (Makefile.am): Likewise.
12160         * modules/gethostname (Makefile.am): Likewise.
12161         * modules/gethrxtime (Makefile.am): Likewise.
12162         * modules/getline (Makefile.am): Likewise.
12163         * modules/getloadavg (Makefile.am): Likewise.
12164         * modules/getlogin_r (Makefile.am): Likewise.
12165         * modules/getndelim2 (Makefile.am): Likewise.
12166         * modules/getopt (Makefile.am): Likewise.
12167         * modules/getpagesize (Makefile.am): Likewise.
12168         * modules/getpass-gnu (Makefile.am): Likewise.
12169         * modules/getpass (Makefile.am): Likewise.
12170         * modules/getsubopt (Makefile.am): Likewise.
12171         * modules/gettime (Makefile.am): Likewise.
12172         * modules/gettimeofday (Makefile.am): Likewise.
12173         * modules/getugroups (Makefile.am): Likewise.
12174         * modules/getusershell (Makefile.am): Likewise.
12175         * modules/glob (Makefile.am): Likewise.
12176         * modules/group-member (Makefile.am): Likewise.
12177         * modules/hard-locale (Makefile.am): Likewise.
12178         * modules/hash (Makefile.am): Likewise.
12179         * modules/hmac-md5 (Makefile.am): Likewise.
12180         * modules/hmac-sha1 (Makefile.am): Likewise.
12181         * modules/human (Makefile.am): Likewise.
12182         * modules/idcache (Makefile.am): Likewise.
12183         * modules/imaxabs (Makefile.am): Likewise.
12184         * modules/imaxdiv (Makefile.am): Likewise.
12185         * modules/inet_ntop (Makefile.am): Likewise.
12186         * modules/inet_pton (Makefile.am): Likewise.
12187         * modules/intprops (Makefile.am): Likewise.
12188         * modules/inttostr (Makefile.am): Likewise.
12189         * modules/inttypes (Makefile.am): Likewise.
12190         * modules/isapipe (Makefile.am): Likewise.
12191         * modules/javaversion (Makefile.am): Likewise.
12192         * modules/lchmod (Makefile.am): Likewise.
12193         * modules/lchown (Makefile.am): Likewise.
12194         * modules/localcharset (Makefile.am): Likewise.
12195         * modules/long-options (Makefile.am): Likewise.
12196         * modules/lstat (Makefile.am): Likewise.
12197         * modules/malloc (Makefile.am): Likewise.
12198         * modules/mathl (Makefile.am): Likewise.
12199         * modules/mbchar (Makefile.am): Likewise.
12200         * modules/md2 (Makefile.am): Likewise.
12201         * modules/md4 (Makefile.am): Likewise.
12202         * modules/md5 (Makefile.am): Likewise.
12203         * modules/memcasecmp (Makefile.am): Likewise.
12204         * modules/memchr (Makefile.am): Likewise.
12205         * modules/memcmp (Makefile.am): Likewise.
12206         * modules/memcoll (Makefile.am): Likewise.
12207         * modules/memcpy (Makefile.am): Likewise.
12208         * modules/memmem (Makefile.am): Likewise.
12209         * modules/memmove (Makefile.am): Likewise.
12210         * modules/mempcpy (Makefile.am): Likewise.
12211         * modules/memrchr (Makefile.am): Likewise.
12212         * modules/memset (Makefile.am): Likewise.
12213         * modules/memxor (Makefile.am): Likewise.
12214         * modules/mkancesdirs (Makefile.am): Likewise.
12215         * modules/mkdir-p (Makefile.am): Likewise.
12216         * modules/mkdir (Makefile.am): Likewise.
12217         * modules/mkdtemp (Makefile.am): Likewise.
12218         * modules/mkstemp (Makefile.am): Likewise.
12219         * modules/mktime (Makefile.am): Likewise.
12220         * modules/modechange (Makefile.am): Likewise.
12221         * modules/mountlist (Makefile.am): Likewise.
12222         * modules/nanosleep (Makefile.am): Likewise.
12223         * modules/obstack (Makefile.am): Likewise.
12224         * modules/openat (Makefile.am): Likewise.
12225         * modules/pagealign_alloc (Makefile.am): Likewise.
12226         * modules/pathmax (Makefile.am): Likewise.
12227         * modules/physmem (Makefile.am): Likewise.
12228         * modules/poll (Makefile.am): Likewise.
12229         * modules/posixtm (Makefile.am): Likewise.
12230         * modules/posixver (Makefile.am): Likewise.
12231         * modules/putenv (Makefile.am): Likewise.
12232         * modules/quote (Makefile.am): Likewise.
12233         * modules/quotearg (Makefile.am): Likewise.
12234         * modules/raise (Makefile.am): Likewise.
12235         * modules/read-file (Makefile.am): Likewise.
12236         * modules/readline (Makefile.am): Likewise.
12237         * modules/readlink (Makefile.am): Likewise.
12238         * modules/readtokens (Makefile.am): Likewise.
12239         * modules/readutmp (Makefile.am): Likewise.
12240         * modules/realloc (Makefile.am): Likewise.
12241         * modules/regex (Makefile.am): Likewise.
12242         * modules/rename-dest-slash (Makefile.am): Likewise.
12243         * modules/rename (Makefile.am): Likewise.
12244         * modules/rijndael (Makefile.am): Likewise.
12245         * modules/rmdir (Makefile.am): Likewise.
12246         * modules/rpmatch (Makefile.am): Likewise.
12247         * modules/safe-read (Makefile.am): Likewise.
12248         * modules/safe-write (Makefile.am): Likewise.
12249         * modules/same-inode (Makefile.am): Likewise.
12250         * modules/same (Makefile.am): Likewise.
12251         * modules/save-cwd (Makefile.am): Likewise.
12252         * modules/savedir (Makefile.am): Likewise.
12253         * modules/setenv (Makefile.am): Likewise.
12254         * modules/settime (Makefile.am): Likewise.
12255         * modules/sha1 (Makefile.am): Likewise.
12256         * modules/sig2str (Makefile.am): Likewise.
12257         * modules/snprintf (Makefile.am): Likewise.
12258         * modules/stat-macros (Makefile.am): Likewise.
12259         * modules/stat-time (Makefile.am): Likewise.
12260         * modules/stdbool (Makefile.am): Likewise.
12261         * modules/stdint (Makefile.am): Likewise.
12262         * modules/stdlib-safer (Makefile.am): Likewise.
12263         * modules/stpcpy (Makefile.am): Likewise.
12264         * modules/stpncpy (Makefile.am): Likewise.
12265         * modules/strcase (Makefile.am): Likewise.
12266         * modules/strcasestr (Makefile.am): Likewise.
12267         * modules/strchrnul (Makefile.am): Likewise.
12268         * modules/strcspn (Makefile.am): Likewise.
12269         * modules/strdup (Makefile.am): Likewise.
12270         * modules/strerror (Makefile.am): Likewise.
12271         * modules/strftime (Makefile.am): Likewise.
12272         * modules/strndup (Makefile.am): Likewise.
12273         * modules/strnlen (Makefile.am): Likewise.
12274         * modules/strpbrk (Makefile.am): Likewise.
12275         * modules/strsep (Makefile.am): Likewise.
12276         * modules/strstr (Makefile.am): Likewise.
12277         * modules/strtod (Makefile.am): Likewise.
12278         * modules/strtoimax (Makefile.am): Likewise.
12279         * modules/strtok_r (Makefile.am): Likewise.
12280         * modules/strtol (Makefile.am): Likewise.
12281         * modules/strtoll (Makefile.am): Likewise.
12282         * modules/strtoul (Makefile.am): Likewise.
12283         * modules/strtoull (Makefile.am): Likewise.
12284         * modules/strtoumax (Makefile.am): Likewise.
12285         * modules/strverscmp (Makefile.am): Likewise.
12286         * modules/sys_socket (Makefile.am): Likewise.
12287         * modules/sys_stat (Makefile.am): Likewise.
12288         * modules/sysexits (Makefile.am): Likewise.
12289         * modules/time_r (Makefile.am): Likewise.
12290         * modules/timegm (Makefile.am): Likewise.
12291         * modules/timespec (Makefile.am): Likewise.
12292         * modules/tmpfile-safer (Makefile.am): Likewise.
12293         * modules/trim (Makefile.am): Likewise.
12294         * modules/unistd-safer (Makefile.am): Likewise.
12295         * modules/unlinkdir (Makefile.am): Likewise.
12296         * modules/unlocked-io (Makefile.am): Likewise.
12297         * modules/userspec (Makefile.am): Likewise.
12298         * modules/utime (Makefile.am): Likewise.
12299         * modules/utimecmp (Makefile.am): Likewise.
12300         * modules/utimens (Makefile.am): Likewise.
12301         * modules/vasnprintf (Makefile.am): Likewise.
12302         * modules/vasprintf (Makefile.am): Likewise.
12303         * modules/vsnprintf (Makefile.am): Likewise.
12304         * modules/xalloc (Makefile.am): Likewise.
12305         * modules/xgetcwd (Makefile.am): Likewise.
12306         * modules/xnanosleep (Makefile.am): Likewise.
12307         * modules/xreadlink (Makefile.am): Likewise.
12308         * modules/xstrtod (Makefile.am): Likewise.
12309         * modules/xstrtol (Makefile.am): Likewise.
12310         * modules/xstrtold (Makefile.am): Likewise.
12311         * modules/yesno (Makefile.am): Likewise.
12312         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
12313
12314 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12315
12316         * modules/error (Makefile.am): Distribute files through
12317         EXTRA_DIST, not lib_SOURCES.
12318
12319 2006-10-12  Eric Blake  <ebb9@byu.net>
12320
12321         * modules/error (Makefile.am): Distribute files in /lib.
12322         * modules/obstack (Makefile.am): Likewise.
12323
12324 2006-10-12  Bruno Haible  <bruno@clisp.org>
12325
12326         * modules/acl (Makefile.am): Distribute all files in lib/ through
12327         EXTRA_DIST.
12328         * modules/arcfour (Makefile.am): Likewise.
12329         * modules/arctwo (Makefile.am): Likewise.
12330         * modules/argmatch (Makefile.am): Likewise.
12331         * modules/argz (Makefile.am): Likewise.
12332         * modules/atexit (Makefile.am): Likewise.
12333         * modules/backupfile (Makefile.am): Likewise.
12334         * modules/c-strtod (Makefile.am): Likewise.
12335         * modules/c-strtold (Makefile.am): Likewise.
12336         * modules/calloc (Makefile.am): Likewise.
12337         * modules/canon-host (Makefile.am): Likewise.
12338         * modules/canonicalize (Makefile.am): Likewise.
12339         * modules/chdir-long (Makefile.am): Likewise.
12340         * modules/chdir-safer (Makefile.am): Likewise.
12341         * modules/check-version (Makefile.am): Likewise.
12342         * modules/chown (Makefile.am): Likewise.
12343         * modules/cloexec (Makefile.am): Likewise.
12344         * modules/close-stream (Makefile.am): Likewise.
12345         * modules/closeout (Makefile.am): Likewise.
12346         * modules/crc (Makefile.am): Likewise.
12347         * modules/cycle-check (Makefile.am): Likewise.
12348         * modules/des (Makefile.am): Likewise.
12349         * modules/dirfd (Makefile.am): Likewise.
12350         * modules/dirname (Makefile.am): Likewise.
12351         * modules/dup2 (Makefile.am): Likewise.
12352         * modules/euidaccess (Makefile.am): Likewise.
12353         * modules/exclude (Makefile.am): Likewise.
12354         * modules/exitfail (Makefile.am): Likewise.
12355         * modules/fcntl-safer (Makefile.am): Likewise.
12356         * modules/file-type (Makefile.am): Likewise.
12357         * modules/fileblocks (Makefile.am): Likewise.
12358         * modules/filemode (Makefile.am): Likewise.
12359         * modules/filenamecat (Makefile.am): Likewise.
12360         * modules/fnmatch (Makefile.am): Likewise.
12361         * modules/fopen-safer (Makefile.am): Likewise.
12362         * modules/fpending (Makefile.am): Likewise.
12363         * modules/fprintftime (Makefile.am): Likewise.
12364         * modules/free (Makefile.am): Likewise.
12365         * modules/fsusage (Makefile.am): Likewise.
12366         * modules/ftruncate (Makefile.am): Likewise.
12367         * modules/fts (Makefile.am): Likewise.
12368         * modules/gc (Makefile.am): Likewise.
12369         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12370         * modules/getaddrinfo (Makefile.am): Likewise.
12371         * modules/getcwd (Makefile.am): Likewise.
12372         * modules/getdelim (Makefile.am): Likewise.
12373         * modules/getdomainname (Makefile.am): Likewise.
12374         * modules/getgroups (Makefile.am): Likewise.
12375         * modules/gethostname (Makefile.am): Likewise.
12376         * modules/gethrxtime (Makefile.am): Likewise.
12377         * modules/getline (Makefile.am): Likewise.
12378         * modules/getloadavg (Makefile.am): Likewise.
12379         * modules/getlogin_r (Makefile.am): Likewise.
12380         * modules/getopt (Makefile.am): Likewise.
12381         * modules/getpass (Makefile.am): Likewise.
12382         * modules/getpass-gnu (Makefile.am): Likewise.
12383         * modules/getsubopt (Makefile.am): Likewise.
12384         * modules/gettime (Makefile.am): Likewise.
12385         * modules/gettimeofday (Makefile.am): Likewise.
12386         * modules/getugroups (Makefile.am): Likewise.
12387         * modules/getusershell (Makefile.am): Likewise.
12388         * modules/glob (Makefile.am): Likewise.
12389         * modules/group-member (Makefile.am): Likewise.
12390         * modules/hard-locale (Makefile.am): Likewise.
12391         * modules/hash (Makefile.am): Likewise.
12392         * modules/hmac-md5 (Makefile.am): Likewise.
12393         * modules/hmac-sha1 (Makefile.am): Likewise.
12394         * modules/human (Makefile.am): Likewise.
12395         * modules/idcache (Makefile.am): Likewise.
12396         * modules/imaxabs (Makefile.am): Likewise.
12397         * modules/imaxdiv (Makefile.am): Likewise.
12398         * modules/inet_ntop (Makefile.am): Likewise.
12399         * modules/inet_pton (Makefile.am): Likewise.
12400         * modules/inttostr (Makefile.am): Likewise.
12401         * modules/isapipe (Makefile.am): Likewise.
12402         * modules/lchown (Makefile.am): Likewise.
12403         * modules/long-options (Makefile.am): Likewise.
12404         * modules/lstat (Makefile.am): Likewise.
12405         * modules/malloc (Makefile.am): Likewise.
12406         * modules/mathl (Makefile.am): Likewise.
12407         * modules/mbchar (Makefile.am): Likewise.
12408         * modules/md2 (Makefile.am): Likewise.
12409         * modules/md4 (Makefile.am): Likewise.
12410         * modules/md5 (Makefile.am): Likewise.
12411         * modules/memcasecmp (Makefile.am): Likewise.
12412         * modules/memchr (Makefile.am): Likewise.
12413         * modules/memcmp (Makefile.am): Likewise.
12414         * modules/memcoll (Makefile.am): Likewise.
12415         * modules/memcpy (Makefile.am): Likewise.
12416         * modules/memmem (Makefile.am): Likewise.
12417         * modules/memmove (Makefile.am): Likewise.
12418         * modules/mempcpy (Makefile.am): Likewise.
12419         * modules/memrchr (Makefile.am): Likewise.
12420         * modules/memset (Makefile.am): Likewise.
12421         * modules/memxor (Makefile.am): Likewise.
12422         * modules/mkancesdirs (Makefile.am): Likewise.
12423         * modules/mkdir (Makefile.am): Likewise.
12424         * modules/mkdir-p (Makefile.am): Likewise.
12425         * modules/mkdtemp (Makefile.am): Likewise.
12426         * modules/mkstemp (Makefile.am): Likewise.
12427         * modules/mktime (Makefile.am): Likewise.
12428         * modules/modechange (Makefile.am): Likewise.
12429         * modules/mountlist (Makefile.am): Likewise.
12430         * modules/nanosleep (Makefile.am): Likewise.
12431         * modules/openat (Makefile.am): Likewise.
12432         * modules/pagealign_alloc (Makefile.am): Likewise.
12433         * modules/physmem (Makefile.am): Likewise.
12434         * modules/poll (Makefile.am): Likewise.
12435         * modules/posixtm (Makefile.am): Likewise.
12436         * modules/posixver (Makefile.am): Likewise.
12437         * modules/putenv (Makefile.am): Likewise.
12438         * modules/quote (Makefile.am): Likewise.
12439         * modules/quotearg (Makefile.am): Likewise.
12440         * modules/raise (Makefile.am): Likewise.
12441         * modules/read-file (Makefile.am): Likewise.
12442         * modules/readline (Makefile.am): Likewise.
12443         * modules/readlink (Makefile.am): Likewise.
12444         * modules/readtokens (Makefile.am): Likewise.
12445         * modules/readutmp (Makefile.am): Likewise.
12446         * modules/realloc (Makefile.am): Likewise.
12447         * modules/regex (Makefile.am): Likewise.
12448         * modules/rename (Makefile.am): Likewise.
12449         * modules/rename-dest-slash (Makefile.am): Likewise.
12450         * modules/rijndael (Makefile.am): Likewise.
12451         * modules/rmdir (Makefile.am): Likewise.
12452         * modules/rpmatch (Makefile.am): Likewise.
12453         * modules/safe-read (Makefile.am): Likewise.
12454         * modules/safe-write (Makefile.am): Likewise.
12455         * modules/same (Makefile.am): Likewise.
12456         * modules/save-cwd (Makefile.am): Likewise.
12457         * modules/savedir (Makefile.am): Likewise.
12458         * modules/setenv (Makefile.am): Likewise.
12459         * modules/settime (Makefile.am): Likewise.
12460         * modules/sha1 (Makefile.am): Likewise.
12461         * modules/sig2str (Makefile.am): Likewise.
12462         * modules/snprintf (Makefile.am): Likewise.
12463         * modules/stdlib-safer (Makefile.am): Likewise.
12464         * modules/stpcpy (Makefile.am): Likewise.
12465         * modules/stpncpy (Makefile.am): Likewise.
12466         * modules/strcase (Makefile.am): Likewise.
12467         * modules/strcasestr (Makefile.am): Likewise.
12468         * modules/strchrnul (Makefile.am): Likewise.
12469         * modules/strcspn (Makefile.am): Likewise.
12470         * modules/strdup (Makefile.am): Likewise.
12471         * modules/strerror (Makefile.am): Likewise.
12472         * modules/strftime (Makefile.am): Likewise.
12473         * modules/strndup (Makefile.am): Likewise.
12474         * modules/strnlen (Makefile.am): Likewise.
12475         * modules/strpbrk (Makefile.am): Likewise.
12476         * modules/strsep (Makefile.am): Likewise.
12477         * modules/strstr (Makefile.am): Likewise.
12478         * modules/strtod (Makefile.am): Likewise.
12479         * modules/strtoimax (Makefile.am): Likewise.
12480         * modules/strtok_r (Makefile.am): Likewise.
12481         * modules/strtol (Makefile.am): Likewise.
12482         * modules/strtoll (Makefile.am): Likewise.
12483         * modules/strtoul (Makefile.am): Likewise.
12484         * modules/strtoull (Makefile.am): Likewise.
12485         * modules/strtoumax (Makefile.am): Likewise.
12486         * modules/strverscmp (Makefile.am): Likewise.
12487         * modules/time_r (Makefile.am): Likewise.
12488         * modules/timegm (Makefile.am): Likewise.
12489         * modules/tmpfile-safer (Makefile.am): Likewise.
12490         * modules/unistd-safer (Makefile.am): Likewise.
12491         * modules/unlinkdir (Makefile.am): Likewise.
12492         * modules/userspec (Makefile.am): Likewise.
12493         * modules/utime (Makefile.am): Likewise.
12494         * modules/utimecmp (Makefile.am): Likewise.
12495         * modules/utimens (Makefile.am): Likewise.
12496         * modules/vasnprintf (Makefile.am): Likewise.
12497         * modules/vasprintf (Makefile.am): Likewise.
12498         * modules/vsnprintf (Makefile.am): Likewise.
12499         * modules/xalloc (Makefile.am): Likewise.
12500         * modules/xgetcwd (Makefile.am): Likewise.
12501         * modules/xnanosleep (Makefile.am): Likewise.
12502         * modules/xreadlink (Makefile.am): Likewise.
12503         * modules/xstrtod (Makefile.am): Likewise.
12504         * modules/xstrtol (Makefile.am): Likewise.
12505         * modules/xstrtold (Makefile.am): Likewise.
12506         * modules/yesno (Makefile.am): Likewise.
12507
12508 2006-10-12  Jim Meyering  <jim@meyering.net>
12509
12510         * m4/getloadavg.m4: Revert the change below.
12511
12512         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12513         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12514         fail with a symlink, which is what coreutils' ./bootstrap now
12515         creates by default.
12516
12517 2006-10-12  Bruno Haible  <bruno@clisp.org>
12518
12519         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12520         mingw.
12521         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12522         MSVC and mingw explicitly.
12523
12524 2006-10-11  Simon Josefsson  <jas@extundo.com>
12525             Bruno Haible  <bruno@clisp.org>
12526
12527         Add support for multiple gnulib-tool invocations in the scope of a
12528         single configure.ac file.
12529         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12530         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12531         with the same contents as the _LIBADD variable.
12532         (func_emit_initmacro_start, func_emit_initmacro_end,
12533         func_emit_initmacro_done): New functions.
12534         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12535         gl_LIBOBJS and gl_LTLIBOBJS.
12536
12537 2006-10-11  Bruno Haible  <bruno@clisp.org>
12538
12539         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12540         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12541         autoreconf. Instead, invoke autopoint explicitly but move back the
12542         *.m4 files from gnulib.
12543
12544 2006-10-11  Bruno Haible  <bruno@clisp.org>
12545
12546         * gnulib-tool (func_usage): Make module names after --create-testdir
12547         optional.
12548         (func_create_testdir): If no module was specified, use nearly all
12549         modules.
12550
12551 2006-10-12  Jim Meyering  <jim@meyering.net>
12552
12553         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12554         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12555         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12556         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12557         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12558         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12559         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12560         (fts_set_stat_required): New function.
12561         (fts_open): Defer the calls to fts_stat, if possible or requested.
12562         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12563         into fts_stat itself.
12564         (fts_read): Perform any required (deferred) fts_stat call.
12565         (fts_build): Likewise, for the directory we're about to open and read.
12566         In the readdir loop, carefully decide whether each entry will require
12567         an eventual call to fts_stat, using dirent.d_type info if available.
12568         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12569         a command line argument into this function.  Update all callers.
12570         Map a return value of FTS_DOT to FTS_D for a command line argument.
12571         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12572         Thanks to Miklos Szeredi for his tenacity and for the initial
12573         bug report about "find" failing on a FUSE-based file system.
12574
12575         * lib/fts.c (fts_open): Use consistent indentation.
12576
12577 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12578
12579         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12580         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12581         reported by Jim Meyering.  All uses of cache variables renamed
12582         to match Autoconf's.
12583         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12584         the other one.
12585
12586         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12587         Fix misspelling in diagnostic.
12588
12589 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12590
12591         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12592         defined.  Problem reported by Matthew Woehlke.
12593
12594         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12595         Add support for Tandem NonStop R series.
12596         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12597         Use new macro.
12598
12599         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12600         (has_trailing_slash): Omit size arg; all callers changed.
12601         Omit 'inline', since it doesn't help performance and we'd
12602         need to configure it.
12603         Don't count //, ///, etc. as having a trailing slash.
12604         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12605         (rpl_rename_dest_slash): On failure, use rename's errno rather
12606         than (in some cases) an incorrect or junk errno.
12607         Simplify code by removing need to compute length; this does
12608         cause it to make two passes instead of one over the file name,
12609         but it's worth it.
12610
12611         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12612         change, since Autoconf's version may no longer be appropriate now
12613         that we are using CVS Autoconf's version.  Add support for Tandem.
12614
12615 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12616             Bruno Haible  <bruno@clisp.org>
12617
12618         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12619         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12620         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12621         gl_AC_TYPE_LONG_LONG.
12622
12623         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12624         instead of HAVE_LONG_LONG.
12625         * lib/printf-args.c (printf_fetchargs): Likewise.
12626         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12627         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12628         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12629         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12630         gl_AC_TYPE_LONG_LONG.
12631
12632 2006-10-11  Bruno Haible  <bruno@clisp.org>
12633
12634         * m4/longlong.m4: Add comments.
12635         * m4/ulonglong.m4: Likewise.
12636
12637 2006-10-10  Bruno Haible  <bruno@clisp.org>
12638
12639         Make it possible to #define stpcpy, strdup to aliases.
12640         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12641         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12642
12643 2006-10-10  Bruno Haible  <bruno@clisp.org>
12644
12645         Make it possible to #define gcd to an alias.
12646         * lib/gcd.c: Include config.h.
12647
12648 2006-10-10  Bruno Haible  <bruno@clisp.org>
12649
12650         Make it possible to #define c_isascii to an alias.
12651         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12652         defined. Undefine the macros before defining them, to avoid gcc
12653         warnings.
12654         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12655         define NO_C_CTYPE_MACROS early.
12656
12657 2006-10-10  Bruno Haible  <bruno@clisp.org>
12658
12659         Make it possible to #define set_program_name to an alias.
12660         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12661         ENABLE_RELOCATABLE early.
12662
12663 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12664
12665         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12666         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12667         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12668         More generally, don't assume that 64-bit signed int is available
12669         if unsigned int is, and vice versa.
12670         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12671         unsigned symbols, not on their signed counterparts.
12672         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12673         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12674         (UINT64_C, UINTMAX_C):
12675         Likewise.
12676         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12677         unsigned counterparts.
12678         (Have_long_long, Unsigned): New macros.
12679         (Int): Renamed from INT.
12680         (strtoimax): Use the new macros.
12681         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12682         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12683         * modules/inttypes (inttypes.h): Substitute
12684         HAVE_UNSIGNED_LONG_LONG_INT.
12685         * modules/stdint (stdint.h): Likewise.
12686         (Files): Add m4/ulonglong.m4.
12687
12688 2006-10-10  Bruno Haible  <bruno@clisp.org>
12689
12690         Fix a gcc -Wshadow warning.
12691         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12692         to 'bucket'.
12693         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12694         gl_linked_indexof_from_to): Likewise.
12695         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12696         Likewise.
12697         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12698         Likewise.
12699         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12700         Reported by Eric Blake.
12701
12702 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12703
12704         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12705         for NetBSD.  Problem reported by Bruno Haible.
12706
12707 2006-10-09  Jim Meyering  <jim@meyering.net>
12708
12709         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12710         Patch from Bruno Haible.
12711
12712 2006-10-09  Jim Meyering  <jim@meyering.net>
12713
12714         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12715         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12716         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12717
12718 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12719
12720         Don't include <config.h> twice; this doesn't work in some cases,
12721         e.g., when config.h has "#define intmax_t long long int" and
12722         we include <config.h>, <inttypes.h>, <config.h> in that order.
12723         Problem reported by Matthew Woehlke in:
12724         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12725         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12726         * lib/fts-cycle.c: Don't include config.h.
12727         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12728         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12729         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12730         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12731         inttypes.h.
12732         * lib/xstrtoumax.c: Likewise.
12733         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12734         __strtol and the like, so that this module is more like its siblings.
12735         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12736         Remove; no longer needed now that we assume gnulib inttypes.h.
12737
12738 2006-10-08  Bruno Haible  <bruno@clisp.org>
12739
12740         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12741         option.
12742
12743 2006-10-07  Jim Meyering  <jim@meyering.net>
12744
12745         * modules/inttypes (inttypes.h): Revert what seems to have been
12746         an inadvertent part of today's change: use "|", not "/" in the
12747         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12748
12749 2006-10-07  Bruno Haible  <bruno@clisp.org>
12750
12751         * modules/sublist: New file.
12752
12753 2006-10-07  Bruno Haible  <bruno@clisp.org>
12754
12755         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12756         * modules/argz (argz.h): Likewise.
12757         * modules/arpa_inet (arpa/inet.h): Likewise.
12758         * modules/byteswap (byteswap.h): Likewise.
12759         * modules/configmake (configmake.h): Likewise.
12760         * modules/fcntl (fcntl.h): Likewise.
12761         * modules/fnmatch (fnmatch.h): Likewise.
12762         * modules/getopt (getopt.h): Likewise.
12763         * modules/glob (glob.h): Likewise.
12764         * modules/inttypes (inttypes.h): Likewise.
12765         * modules/netinet_in (netinet/in.h): Likewise.
12766         * modules/poll (poll.h): Likewise.
12767         * modules/stdbool (stdbool.h): Likewise.
12768         * modules/stdint (stdint.h): Likewise.
12769         * modules/sys_select (sys/select.h): Likewise.
12770         * modules/sys_socket (sys/socket.h): Likewise.
12771         * modules/sys_stat (sys/stat.h): Likewise.
12772         * modules/sysexits (sysexits.h): Likewise.
12773         * modules/unistd (unistd.h): Likewise.
12774         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12775         Add a "DO NOT EDIT" comment to the generated file.
12776         (func_import): Likewise for gnulib-comp.m4.
12777
12778 2006-10-07  Bruno Haible  <bruno@clisp.org>
12779
12780         * lib/gl_sublist.h: New file.
12781         * lib/gl_sublist.c: New file.
12782
12783 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12784
12785         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12786         name (relative to the original working directory) and the file
12787         name component (relative to the temporary working directory).  All
12788         callers changed.
12789         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12790         * lib/mkdir-p.c (make_dir_parents): Likewise.
12791         * lib/mkdir-p.h (make_dir_parents): Likewise.
12792
12793 2006-10-06  Eric Blake  <ebb9@byu.net>
12794
12795         Define several macros for use by the clean-temp module.
12796         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12797         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12798         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12799
12800         * lib/clean-temp.h (close_stream_temp): New declaration.
12801         * lib/clean-temp.c (includes): Pull in headers according to what
12802         other modules are in use.
12803         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12804
12805 2006-10-06  Bruno Haible  <bruno@clisp.org>
12806
12807         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12808         instead of fopen, fwriteerror.
12809
12810 2006-10-06  Bruno Haible  <bruno@clisp.org>
12811
12812         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12813         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12814         int.
12815         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12816         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12817         Return an error indicator.
12818         Suggested by Eric Blake.
12819
12820 2006-10-06  Bruno Haible  <bruno@clisp.org>
12821
12822         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12823         Reported by Eric Blake.
12824
12825 2006-10-06  Bruno Haible  <bruno@clisp.org>
12826
12827         * modules/closeout (Description): Mention stderr too.
12828
12829 2006-10-06  Bruno Haible  <bruno@clisp.org>
12830         and Paul Eggert  <eggert@cs.ucla.edu>
12831
12832         * lib/closeout.c (close_stdout): Also close stderr.
12833         * lib/closeout.h: Update comment.
12834
12835 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12836
12837         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12838         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12839         * lib/dirchownmod.c: Include lchown.h.
12840         * lib/lchown.c: Don't include files that lchown.h now includes.
12841         Don't declare chown, since lchown.h now does that.
12842         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12843         (lchown): Define to rpl_chown if lchown is declared but
12844         does not exist.  Declare using a prototype if lchown is not
12845         declared.  Add a copyright notice.
12846         * lib/mkstemp.h: Include <unistd.h>.
12847         * lib/openat.c: Include lchown.h.
12848
12849         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12850         we now test for that separately.
12851         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12852         rather than O_NOFOLLOW, when testing whether it's possible to
12853         avoid a race condition reliably.
12854         * lib/savewd.c (savewd_chdir): Likewise.
12855
12856         Remove macros that are no longer needed now that stdint.h is
12857         reliable.
12858         * lib/fsusage.c (UINTMAX_MAX): Remove.
12859         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12860         * lib/utimecmp.c (SIZE_MAX): Remove.
12861
12862         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12863
12864         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12865         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12866         O_NOATIME works.
12867
12868 2006-10-05  Bruno Haible  <bruno@clisp.org>
12869
12870         * lib/gl_list.h (gl_sortedlist_search_from_to,
12871         gl_sortedlist_indexof_from_to): New declarations.
12872         (gl_list_implementation): New fields sortedlist_search_from_to,
12873         sortedlist_indexof_from_to.
12874         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12875         inline functions.
12876         * lib/gl_list.c (gl_sortedlist_search_from_to,
12877         gl_sortedlist_indexof_from_to): New functions.
12878         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12879         function.
12880         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12881         (gl_array_sortedlist_search_from_to): New function.
12882         (gl_array_list_implementation): Update.
12883         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12884         function.
12885         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12886         (gl_carray_sortedlist_search_from_to): New function.
12887         (gl_carray_list_implementation): Update.
12888         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12889         gl_linked_sortedlist_indexof_from_to): New functions.
12890         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12891         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12892         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12893         gl_tree_sortedlist_indexof_from_to): New functions.
12894         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12895         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12896         Update.
12897         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12898         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12899         Update.
12900
12901 2006-10-05  Bruno Haible  <bruno@clisp.org>
12902
12903         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12904         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12905         (struct gl_list_implementation): Add fields search_from_to,
12906         indexof_from_to. Remove fields search, indexof.
12907         (gl_list_search): Use the search_from_to method.
12908         (gl_list_search_from, gl_list_search_from_to): New functions.
12909         (gl_list_indexof): Use the indexof_from_to method.
12910         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12911         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12912         (gl_list_search_from, gl_list_search_from_to): New functions.
12913         (gl_list_indexof): Use the indexof_from_to method.
12914         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12915         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12916         gl_array_indexof. Add start_index, end_index arguments.
12917         (gl_array_search_from_to): Renamed from gl_array_search. Add
12918         start_index, end_index arguments.
12919         (gl_array_remove, gl_array_list_implementation): Update.
12920         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12921         gl_carray_indexof. Add start_index, end_index arguments.
12922         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12923         start_index, end_index arguments.
12924         (gl_carray_remove, gl_carray_list_implementation): Update.
12925         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12926         gl_linked_search. Add start_index, end_index arguments.
12927         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12928         start_index, end_index arguments.
12929         (gl_linked_remove): Update.
12930         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12931         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12932         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12933         field to 'size_t'.
12934         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12935         gl_tree_search. Add start_index, end_index arguments.
12936         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12937         start_index, end_index arguments.
12938         (gl_tree_remove): Update.
12939         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12940         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12941         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12942         function.
12943         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12944         gl_tree_search. Add start_index, end_index arguments.
12945         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12946         start_index, end_index arguments.
12947         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12948         Update.
12949         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12950
12951 2006-10-05  Bruno Haible  <bruno@clisp.org>
12952
12953         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12954
12955         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12956         fwriteerror_temp): New declarations.
12957         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12958         (descriptors): New variable.
12959         (cleanup): First, close the descriptors.
12960         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12961         fclose_temp, fwriteerror_temp): New functions.
12962
12963 2006-10-04  Jim Meyering  <jim@meyering.net>
12964
12965         * lib/fts.c (fts_open): Tiny comment change.
12966
12967 2006-10-04  Bruno Haible  <bruno@clisp.org>
12968
12969         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12970         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12971         gl_LOCK_BODY.
12972         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12973         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12974         gl_LOCK_EARLY_BODY.
12975         (gl_LOCK): Require gl_LOCK_BODY.
12976
12977 2006-10-04  Bruno Haible  <bruno@clisp.org>
12978
12979         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12980         (gl_oset_search_atleast): New declaration.
12981         (struct gl_oset_implementation): Add field 'search_atleast'.
12982         (gl_oset_search_atleast): New inline function.
12983         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12984         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12985         (gl_array_oset_implementation): Update.
12986         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12987         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12988         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12989
12990 2006-10-04  Bruno Haible  <bruno@clisp.org>
12991
12992         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
12993
12994 2006-10-03  Bruno Haible  <bruno@clisp.org>
12995
12996         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
12997         from gl_avltreehash_list_implementation.
12998
12999 2006-10-03  Bruno Haible  <bruno@clisp.org>
13000
13001         * lib/gl_oset.c (gl_oset_add): Fix return type.
13002
13003 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
13004
13005         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
13006
13007 2006-10-02  Eric Blake  <ebb9@byu.net>
13008
13009         * modules/strnlen (Depends-on): Add extensions.
13010
13011 2006-10-02  Eric Blake  <ebb9@byu.net>
13012
13013         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
13014         definition in 2.60+.
13015
13016 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13017
13018         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
13019         checks.
13020
13021 2006-10-02  Bruno Haible  <bruno@clisp.org>
13022
13023         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
13024         to the AUTOMAKE_OPTIONS.
13025         Reported by Jim Meyering.
13026
13027 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13028
13029         Work around bug in Solaris 10 /proc file system:
13030         /proc/self/fd/NNN/.. isn't the parent directory of
13031         the directory whose file descriptor is NNN.  This needs to
13032         be worked around at run time, not compile time, since a
13033         program might be built on Solaris 8, where things work, and
13034         run on Solaris 10.
13035         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
13036         to use the following interface instead:
13037         (OPENAT_BUFFER_SIZE): New macro.
13038         (openat_proc_name): New function.
13039         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
13040         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
13041         Likewise.
13042         * lib/openat-proc.c: New file.
13043         * modules/openat (Files): Add lib/openat-proc.c.
13044         (Depends-on): Add same-inode, stdbool.
13045         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
13046
13047 2006-09-29  Bruno Haible  <bruno@clisp.org>
13048
13049         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
13050         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
13051         argument. Set stdout_closed before testing for ferror, not after.
13052         (fwriteerror, fwriteerror_no_ebadf): New functions.
13053
13054 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13055
13056         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
13057
13058 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
13059
13060         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
13061         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
13062
13063 2006-09-28  Jim Meyering  <jim@meyering.net>
13064
13065         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
13066         Include <unistd.h>.
13067
13068 2006-09-28  Bruno Haible  <bruno@clisp.org>
13069
13070         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
13071         * modules/linkedhash-list (Depends-on): Likewise.
13072         * modules/rbtreehash-list (Depends-on): Likewise.
13073
13074 2006-09-28  Bruno Haible  <bruno@clisp.org>
13075
13076         * lib/strndup.h: Simplify the redefinition of strndup.
13077         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
13078         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
13079
13080 2006-09-28  Bruno Haible  <bruno@clisp.org>
13081
13082         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
13083         * lib/gl_linkedhash_list.c: Likewise.
13084         * lib/gl_rbtreehash_list.c: Likewise.
13085
13086 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13087
13088         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
13089         getaddrinfo.
13090
13091         * lib/__fpending.h: Don't include <stdio_ext.h> unless
13092         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
13093         it causes <stdio_ext.h> to cause a compile-time error.
13094         Problem reported by Nelson H. F. Beebe.
13095         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
13096         of HAVE_DECL___PENDING.
13097
13098         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
13099         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
13100         declaration.
13101
13102 2006-09-27  Jim Meyering  <jim@meyering.net>
13103
13104         This file could end up with a definition for a function
13105         named __strndup, rather than rpl_strndup on a system with
13106         incomplete weak_alias support.
13107         * lib/strndup.c (strndup): Rename from __strndup.
13108         Remove #defines that used to map __strndup to strndup.
13109         Don't use K&R prototypes.
13110         Remove LIBC-related code, since this file is not sync'd with glibc.
13111         * lib/strndup.h: Revamp, accordingly.
13112         * m4/strndup.m4: Modernize.
13113
13114 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13115
13116         * modules/savewd (Depends-on): Add 'raise'.
13117         * lib/savewd.c: Include <signal.h>, for 'raise'.
13118
13119 2006-09-26  Jim Meyering  <jim@meyering.net>
13120
13121         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
13122         when we detect Darwin 8.7.0's acl_get_file bug.
13123         Rearrange to perform the new (below) run-test while $LIBS
13124         contains any acl-related library.  Set USE_ACL at the end.
13125         (gl_ACL_GET_FILE): New function.
13126
13127 2006-09-26  Eric Blake  <ebb9@byu.net>
13128
13129         * lib/verror.c: Include <config.h> unconditionally.
13130
13131 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
13132
13133         * modules/clock-time (Maintainer): Add self.
13134         * modules/getlogin_r (Depends-on): Add extensions.
13135
13136 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13137
13138         * modules/clock-time: New module.
13139         * modules/nanosleep (Depends-on): Add clock-time.
13140         * modules/gethrxtime (Depends-on): Likewise.
13141         * modules/gettime (Depends-on): Likewise.
13142         * modules/settime (Depends-on): Likewise.
13143
13144         * modules/fts-lgpl: Depend on openat.
13145         * modules/mkancesdirs: Depend on savewd.
13146         * modules/mkdir-p: Likewise.
13147
13148 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13149
13150         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
13151
13152         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
13153         `gl_have_arbitrary_file_name_length_limit' to
13154         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
13155         actually works between configure runs.
13156
13157 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13158             Bruno Haible  <bruno@clisp.org>
13159
13160         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
13161
13162 2006-09-25  Jim Meyering  <jim@meyering.net>
13163
13164         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
13165         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
13166
13167 2006-09-25  Eric Blake  <ebb9@byu.net>
13168
13169         * gnulib-tool (func_import, func_create_testdir): Fix typos in
13170         exec's in 2006-09-18 patch when shuffling fds.
13171
13172 2006-09-25  Bruno Haible  <bruno@clisp.org>
13173
13174         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
13175         Reported by Jim Meyering.
13176
13177 2006-09-24  Jim Meyering  <jim@meyering.net>
13178
13179         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
13180         compare a pointer against a literal "0".  That caused failures with
13181         at least HP-UX's hpcc.
13182
13183 2006-09-22  Simon Josefsson  <jas@extundo.com>
13184
13185         * modules/gc-sha1:
13186         * modules/gc-md4:
13187         * modules/gc-hmac-sha1:
13188         * modules/gc-hmac-md5:
13189         * modules/gc-des:
13190         * modules/gc-arcfour: Distribute more files.
13191
13192 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13193
13194         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
13195         (gl_linked_iterator_from_to): Initialize struct completely.
13196         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
13197         (gl_tree_iterator_from_to): Likewise
13198         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
13199         * lib/gl_array_list.c [lint] (gl_array_iterator)
13200         (gl_array_iterator_from_to): Likewise.
13201         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
13202         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
13203         (gl_carray_iterator_from_to): Likewise.
13204
13205         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
13206         * lib/md4.c (md4_process_block): Remove unused variable.
13207         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
13208         parentheses for clarity.
13209
13210 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13211
13212         * modules/bison-i18n (Depends-on): Add gettext.
13213
13214 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13215
13216         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
13217         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
13218         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
13219         also add missing comma that caused broken test.
13220         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
13221         stdlib.h, for `abort'.
13222         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
13223         variables.
13224         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
13225         include unistd.h if present, for `rmdir'.
13226         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
13227         variables.
13228         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
13229         in the process include standard headers for prototypes.
13230         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
13231         gets declared on GNU/Linux.
13232         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
13233         unistd.h, for `rmdir'.
13234         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
13235
13236         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
13237         always true.
13238         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
13239
13240         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
13241
13242 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13243
13244         * gnulib-tool (func_version): Create output all at once.  This
13245         may help avoid triggering unnecessary SIGPIPEs, and at any
13246         rate it doesn't hurt.
13247
13248 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13249             Bruno Haible  <bruno@clisp.org>
13250
13251         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
13252         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13253         * m4/signed.m4 (bh_C_SIGNED): Likewise.
13254
13255         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
13256         (gl_FUNC_VASPRINTF): Invoke it.
13257
13258 2006-09-22  Bruno Haible  <bruno@clisp.org>
13259
13260         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
13261         getloadavg.c as first argument.
13262
13263 2006-09-22  Bruno Haible  <bruno@clisp.org>
13264
13265         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
13266         at the beginning of the gl_INIT macro.
13267         * modules/getloadavg (configure.ac): Pass $gl_source_base to
13268         gl_GETLOADAVG.
13269
13270 2006-09-22  Bruno Haible  <bruno@clisp.org>
13271
13272         * gnulib-tool (func_create_megatestdir): Don't include the config-h
13273         module.
13274         Suggested by Ralf Wildenhues.
13275
13276 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13277
13278         Import this patch from libc:
13279
13280         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13281
13282         * lib/regex_internal.c (re_string_reconstruct): Handle
13283         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13284         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13285         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13286         re_string_context_at.
13287
13288         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
13289         now requires it.
13290         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
13291         gl_REGEX now does it for us.
13292         (gl_REGEX): Add test taken from
13293         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
13294
13295         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
13296         Check that large offsets work.  Modernize Autoconf usages.
13297         Prefer "yes" to mean a good thing rather than a bad.
13298         Don't put "#define mkstemp" in config.h, as this might interfere
13299         with standard system headers that "#define mkstemp mkstemp64".
13300
13301         * modules/mkstemp (Depends-on): Add extensions, so that
13302         mkstemp is visible on some platforms.
13303         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
13304         (Include): Change to "mkstemp.h" from <stdlib.h>.
13305         (Files): Add mkstemp.h.
13306
13307         * lib/mkstemp.h: New file, since some standard headers
13308         #define mkstemp.
13309         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
13310         Include "mkstemp.h".
13311         Make the _LIBC code resemble glibc original more,
13312         e.g., use K&R style.
13313         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
13314         (mkstemp): Remove, since mkstemp.h does this for us.
13315         * lib/stdlib--.h: Include mkstemp.h.
13316
13317         Import this patch from libc:
13318
13319         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13320
13321         * lib/tempname.c (__gen_tempname): Change attempts_min
13322         into a macro.  Use preprocessor to decide how to initialize
13323         attempts [Coverity CID 67].
13324
13325 2006-09-20  Bruno Haible  <bruno@clisp.org>
13326
13327         * lib/mkdtemp.c: Import from libc.
13328         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13329                 * sysdeps/posix/tempname.c (__gen_tempname): Change
13330                 attempts_min into a macro.  Use preprocessor to decide how to
13331                 initialize attempts [Coverity CID 67].
13332         2001-11-27  Paul Eggert  <eggert@twinsun.com>
13333                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
13334                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
13335
13336 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13337
13338         * gnulib-tool (func_exit): New function, to allow to pass the
13339         exit status portably through the trap.  Use everywhere.
13340         (--help, --version): Signal a write error.
13341         (trap): catch SIGPIPE, for write errors.
13342         Exit at the end of the trap, with the correct exit status.
13343
13344 2006-09-19  Karl Berry  <karl@gnu.org>
13345
13346         * doc/gnulib.texi: note about the license texinfo files.
13347
13348 2006-09-19  Eric Blake  <ebb9@byu.net>
13349
13350         * gnulib-tool: Avoid space-tab.
13351
13352 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13353
13354         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
13355         that prevented coreutils 6.1 from building.  Problem reported
13356         by Petter Reinholdtsen.
13357
13358 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13359
13360         * gnulib-tool (avoidlist): Fix typo that broke options like
13361         --avoid=lock that are used by coreutils bootstrap.
13362
13363 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
13364
13365         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
13366         more systematically.
13367
13368 2006-09-18  Jim Meyering  <jim@meyering.net>
13369
13370         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
13371
13372 2006-09-18  Bruno Haible  <bruno@clisp.org>
13373
13374         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
13375
13376 2006-09-18  Bruno Haible  <bruno@clisp.org>
13377
13378         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
13379         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
13380         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
13381         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
13382         * m4/gettext.m4: Require autoconf >= 2.52.
13383         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
13384         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
13385         of gl_cv_header_inttypes_h.
13386
13387 2006-09-18  Bruno Haible  <bruno@clisp.org>
13388
13389         * lib/javaversion.c: Include configmake.h.
13390
13391 2006-09-18  Bruno Haible  <bruno@clisp.org>
13392
13393         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
13394         avoid that the while loops be executed in a subshell.
13395
13396 2006-09-18  Bruno Haible  <bruno@clisp.org>
13397
13398         * MODULES.html.sh (func_module): Break long lines.
13399         Suggested by Bruce Korb <bkorb@gnu.org>.
13400
13401 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13402
13403         Speed up by a factor of 1.12.
13404         * gnulib-tool (nl): New variable.
13405         (func_import): Rewrite include directive extraction to only read each
13406         directive once.
13407
13408 2006-09-17  Bruno Haible  <bruno@clisp.org>
13409
13410         * modules/javaversion (Makefile.am): Remove DEFS setting.
13411         (Depends-on): Add configmake, for PKGDATADIR definition.
13412
13413 2006-09-17  Bruno Haible  <bruno@clisp.org>
13414
13415         * gnulib-tool (func_create_testdir): Rewrite all files at once.
13416
13417 2006-09-17  Bruno Haible  <bruno@clisp.org>
13418
13419         * gnulib-tool (func_append): New function, stolen from libtool.m4.
13420         (func_modules_transitive_closure, func_modules_add_dummy,
13421         func_modules_to_filelist, func_import, func_create_testdir,
13422         func_create_megatestdir, ...): Use it wherever possible.
13423         Suggested by Ralf Wildenhues.
13424
13425 2006-09-16  Karl Berry  <karl@gnu.org>
13426
13427         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
13428         to avoid sectioning errors.
13429         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
13430         [ifinfo]: blank line after @center-ed titles.
13431         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
13432         Spell FSF address consistently with others.
13433         (These changes approved by rms.)
13434
13435 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13436
13437         Speed up by a factor of 1.61.
13438         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
13439         already checked module names again.
13440
13441 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13442
13443         Speed up by a factor of 1.13.
13444         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
13445         for new_files, and the input to func_add_or_update.
13446
13447 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13448
13449         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
13450         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
13451
13452 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13453
13454         * modules/mkancesdirs (Depends-on): Add fcntl.
13455         * modules/savewd: New file.
13456         * MODULES.html.sh (File system functions): Add savewd.
13457
13458         * modules/configmake (Makefile.am): Add support for the
13459         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13460
13461 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13462
13463         * m4/savewd.m4: New file.
13464
13465 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13466
13467         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13468         (dirchownmod): New arg FD.  All callers changed.
13469         Use FD rather than opening the directory ourself, as opening is
13470         now the caller's responsibility.
13471         * lib/dirchownmod.h: Likewise.
13472         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13473         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13474         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13475         (test_dir): Remove.
13476         (mkancesdirs): Return length of prefix of FILE that has already
13477         been made, or -2 if there is a child doing the work.  Redo
13478         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13479         ".", and treat ".." specially since it might stray back into
13480         already-created areas.  Use a subprocess if necessary.  New arg
13481         WD; all users changed.  MAKE_DIR function should now return 1
13482         if it creates a directory that is not readable.  Return -2 if
13483         a child process is spun off.
13484         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13485         Adjust signature to match code.
13486         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13487         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13488         all users changed.
13489         * lib/savewd.c, lib/savewd.h: New files.
13490
13491 2006-09-15  Jim Meyering  <jim@meyering.net>
13492
13493         * modules/rename-dest-slash: New module.
13494         * MODULES.html.sh (posix_compat): Add it here.
13495
13496         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13497
13498 2006-09-15  Jim Meyering  <jim@meyering.net>
13499
13500         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13501         file.
13502
13503         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13504
13505 2006-09-15  Jim Meyering  <jim@meyering.net>
13506
13507         * lib/rename-dest-slash.c (has_trailing_slash): Use
13508         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13509         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13510         test before testing whether SRC is a directory.
13511         Suggestions from Bruno Haible.
13512
13513         Avoid a warning about an unused variable.
13514         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13515         into the #ifdef block where it's used.
13516
13517         * lib/rename-dest-slash.c: New file.
13518
13519 2006-09-14  Bruno Haible  <bruno@clisp.org>
13520
13521         * lib/allocsa.c: Include <config.h> unconditionally.
13522         * lib/asnprintf.c: Likewise.
13523         * lib/asprintf.c: Likewise.
13524         * lib/c-strcasecmp.c: Likewise.
13525         * lib/c-strcasestr.c: Likewise.
13526         * lib/c-strncasecmp.c: Likewise.
13527         * lib/c-strstr.c: Likewise.
13528         * lib/classpath.c: Likewise.
13529         * lib/clean-temp.c: Likewise.
13530         * lib/concatpath.c: Likewise.
13531         * lib/copy-file.c: Likewise.
13532         * lib/csharpcomp.c: Likewise.
13533         * lib/csharpexec.c: Likewise.
13534         * lib/execute.c: Likewise.
13535         * lib/fatal-signal.c: Likewise.
13536         * lib/findprog.c: Likewise.
13537         * lib/fwriteerror.c: Likewise.
13538         * lib/gl_array_list.c: Likewise.
13539         * lib/gl_array_oset.c: Likewise.
13540         * lib/gl_avltree_list.c: Likewise.
13541         * lib/gl_avltree_oset.c: Likewise.
13542         * lib/gl_avltreehash_list.c: Likewise.
13543         * lib/gl_carray_list.c: Likewise.
13544         * lib/gl_linked_list.c: Likewise.
13545         * lib/gl_linkedhash_list.c: Likewise.
13546         * lib/gl_list.c: Likewise.
13547         * lib/gl_oset.c: Likewise.
13548         * lib/gl_rbtree_list.c: Likewise.
13549         * lib/gl_rbtree_oset.c: Likewise.
13550         * lib/gl_rbtreehash_list.c: Likewise.
13551         * lib/imaxabs.c: Likewise.
13552         * lib/imaxdiv.c: Likewise.
13553         * lib/javacomp.c: Likewise.
13554         * lib/javaexec.c: Likewise.
13555         * lib/javaversion.c: Likewise.
13556         * lib/linebreak.c: Likewise.
13557         * lib/localcharset.c: Likewise.
13558         * lib/lock.c: Likewise.
13559         * lib/mbchar.c: Likewise.
13560         * lib/mbswidth.c: Likewise.
13561         * lib/mkdtemp.c: Likewise.
13562         * lib/pipe.c: Likewise.
13563         * lib/printf-args.c: Likewise.
13564         * lib/printf-parse.c: Likewise.
13565         * lib/progname.c: Likewise.
13566         * lib/progreloc.c: Likewise.
13567         * lib/readlink.c: Likewise.
13568         * lib/sh-quote.c: Likewise.
13569         * lib/stpcpy.c: Likewise.
13570         * lib/stpncpy.c: Likewise.
13571         * lib/strcasecmp.c: Likewise.
13572         * lib/strcasestr.c: Likewise.
13573         * lib/strcspn.c: Likewise.
13574         * lib/striconv.c: Likewise.
13575         * lib/strncasecmp.c: Likewise.
13576         * lib/strnlen1.c: Likewise.
13577         * lib/strstr.c: Likewise.
13578         * lib/strtok_r.c: Likewise.
13579         * lib/tls.c: Likewise.
13580         * lib/tmpdir.c: Likewise.
13581         * lib/unicodeio.c: Likewise.
13582         * lib/unsetenv.c: Likewise.
13583         * lib/vasnprintf.c: Likewise.
13584         * lib/vasprintf.c: Likewise.
13585         * lib/wait-process.c: Likewise.
13586         * lib/xallocsa.c: Likewise.
13587         * lib/xsetenv.c: Likewise.
13588         * lib/xstriconv.c: Likewise.
13589
13590 2006-09-13  Simon Josefsson  <jas@extundo.com>
13591
13592         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13593         that internally, suggested by Ralf Wildenhues
13594         <Ralf.Wildenhues@gmx.de>.
13595
13596 2006-09-13  Simon Josefsson  <jas@extundo.com>
13597
13598         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13599         @LIBOBJS@.
13600         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13601
13602 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13603
13604         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13605         longer worry about uses that don't define HAVE_CONFIG_H.
13606         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13607         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13608         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13609         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13610         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13611         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13612         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13613         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13614         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13615         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13616         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13617         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13618         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13619         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13620         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13621         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13622         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13623         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13624         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13625         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13626         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13627         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13628         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13629         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13630         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13631         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13632         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13633         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13634         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13635         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13636         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13637         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13638         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13639         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13640         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13641         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13642         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13643         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13644         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13645         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13646         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13647         Likewise.
13648
13649 2006-09-13  Eric Blake  <ebb9@byu.net>
13650
13651         * lib/getopt.c: Fix typo in last commit.
13652
13653 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13654
13655         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13656         dgettext.
13657
13658 2006-09-12  Jim Meyering  <jim@meyering.net>
13659
13660         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13661         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13662         Reported by Nelson H. F. Beebe.
13663
13664 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13665
13666         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13667         program_invocation_name and program_invocation_short_name are
13668         initialized.
13669         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13670         and program_invocation_short_name to argp.h, so they are visible
13671         to user programs.
13672         * lib/argp.h: Likewise
13673
13674 2006-09-10  Bruno Haible  <bruno@clisp.org>
13675
13676         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13677         m4/inttypes_h.m4, m4/uintmax_t.m4.
13678
13679 2006-09-10  Bruno Haible  <bruno@clisp.org>
13680
13681         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13682         gl_AC_TYPE_UINTMAX_T.
13683
13684 2006-09-10  Bruno Haible  <bruno@clisp.org>
13685
13686         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13687
13688 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13689
13690         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13691         convention.  Text proposed by Bruno Haible.
13692         (struct argp_option): Document the use of N_() wrappers.
13693
13694         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13695         '\v', and translate the two parts separately, instead of feeding
13696         the whole string to gettext.  This allows to exclude
13697         '\v' from the strings visible to the translator by writing doc
13698         strings as N_("..") "\v" N_("..").
13699
13700 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13701
13702         * config/srclist.txt: Undo latest change; the bug was fixed.
13703
13704 2006-09-09  Bruno Haible  <bruno@clisp.org>
13705
13706         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13707         assignments if building a library without libtool.
13708         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13709         in func_emit_lib_Makefile_am.
13710         (func_import): When building a static library libfoo.a, arrange to
13711         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13712         (func_create_testdir): Likewise.
13713         * modules/gc (configure.ac, Makefile.am): If building statically,
13714         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13715         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13716         * modules/striconv (configure.ac, Makefile.am): Likewise.
13717         Based on a suggestion by Ralf Wildenhues.
13718
13719 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13720
13721         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13722         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13723         Also:
13724
13725         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13726         Add year_2050_test to catch glibc bug 2821
13727         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13728
13729         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13730         Prefer #ifdef to #if.
13731
13732         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13733         Return from 'main' instead of calling 'exit'.
13734
13735 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13736
13737         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13738         returned the maximum time_t value rather than (time_t) -1.
13739         Problem originally reported by William Bardwell
13740         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13741
13742         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13743         Moved to here ...
13744         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13745         ... from here.
13746
13747 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13748
13749         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13750         2821 is fixed.
13751
13752 2006-09-08  Jim Meyering  <jim@meyering.net>
13753
13754         Don't make generated files read-only.  That would bother too many
13755         people.  However, do retain the ability to work when targets are
13756         read-only: remove the destination and temporary files before writing
13757         them (when generated via sed or echo), or by using the -f option for
13758         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13759         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13760         * modules/byteswap, modules/configmake, modules/fcntl:
13761         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13762         * modules/localcharset, modules/netinet_in, modules/poll:
13763         * modules/stdbool, modules/stdint, modules/sys_select:
13764         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13765
13766 2006-09-08  Jim Meyering  <jim@meyering.net>
13767
13768         Avoid new build failure on FreeBSD 6.0.
13769         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13770         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13771         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13772
13773 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13774
13775         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13776
13777 2006-09-07  Jim Meyering  <jim@meyering.net>
13778
13779         Fix global typo in last change: use chmod u-w, not chmod u-x.
13780         Spotted by Paul Eggert and Bruce Korb.
13781         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13782         * modules/byteswap, modules/configmake, modules/fcntl:
13783         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13784         * modules/localcharset, modules/netinet_in, modules/poll:
13785         * modules/stdbool, modules/stdint, modules/sys_select:
13786         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13787
13788 2006-09-06  Jim Meyering  <jim@meyering.net>
13789
13790         Make generated files be read-only.
13791         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13792         Ensure that each generated file is now read-only.
13793         * modules/argz: Likewise.
13794         * modules/arpa_inet: Likewise.
13795         * modules/byteswap: Likewise.
13796         * modules/configmake: Likewise.
13797         * modules/fcntl: Likewise.
13798         * modules/fnmatch: Likewise.
13799         * modules/getopt: Likewise.
13800         * modules/glob: Likewise.
13801         * modules/inttypes: Likewise.
13802         * modules/netinet_in: Likewise.
13803         * modules/poll: Likewise.
13804         * modules/stdbool: Likewise.
13805         * modules/stdint: Likewise.
13806         * modules/sys_select: Likewise.
13807         * modules/sys_socket: Likewise.
13808         * modules/sys_stat: Likewise.
13809         * modules/sysexits: Likewise.
13810         * modules/localcharset: Same as above, but continue using temporary
13811         file named "t-$@" (why different?) rather than the "$@-t" used
13812         everywhere else.
13813
13814         * modules/sysexits (Makefile.am): Replace literal occurrences
13815         of "sysexit.h" more readable, and more consistent, "$@".
13816
13817 2006-09-06  Bruno Haible  <bruno@clisp.org>
13818
13819         * modules/striconv: New file.
13820         * modules/xstriconv: New file.
13821         * MODULES.html.sh (Internationalization functions): Add striconv,
13822         xstriconv.
13823
13824 2006-09-06  Bruno Haible  <bruno@clisp.org>
13825
13826         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13827         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13828         not using libtool correctly.
13829
13830 2006-09-06  Bruno Haible  <bruno@clisp.org>
13831
13832         * lib/striconv.h: New file.
13833         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13834         iconvstring.c.
13835         * lib/xstriconv.h: New file.
13836         * lib/xstriconv.c: New file.
13837
13838 2006-09-06  Bruno Haible  <bruno@clisp.org>
13839
13840         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13841         lib_..._LDFLAGS.
13842
13843 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13844
13845         * lib/argz_.h: Sync from Libtool.
13846
13847         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13848                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13849
13850         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13851
13852 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13853
13854         * modules/trim: New file.
13855
13856 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13857
13858         * lib/trim.h: New file.
13859         * lib/trim.c: New file.
13860
13861 2006-09-05  Bruno Haible  <bruno@clisp.org>
13862
13863         * MODULES.html.sh (String handling): Add trim.
13864
13865 2006-09-04  Karl Berry  <karl@gnu.org>
13866
13867         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13868         until next release.
13869
13870 2006-09-03  Bruno Haible  <bruno@clisp.org>
13871
13872         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13873         correctly.
13874
13875 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13876
13877         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13878         not gl_GETLOADAVG.  Omit unneeded semicolons.
13879         Problems reported by Ralf Wildenhues in
13880         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13881         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13882         at the end, which is the usual gnulib style.
13883
13884         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13885         of doing all the work ourselves.
13886         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13887         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13888
13889 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13890
13891         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13892         Problem reported by Ralf Wildenhues in
13893         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13894
13895         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13896         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13897
13898 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13899
13900         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13901         yesterday's patch by changing test -n to test -z.
13902
13903 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13904
13905         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13906         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13907         the former is now obsolescent.
13908
13909         * modules/chdir-long (Depends-on): Add fcntl.
13910
13911 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13912
13913         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13914         obsolescent, and programs should use gnulib instead.
13915         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13916         but with prefixes changed.
13917
13918 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13919
13920         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13921         or stdbool.h, because they might not exist while configuring.
13922
13923         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13924         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13925         does that for us.
13926         (O_DIRECTORY): Remove.
13927
13928 2006-08-31  Eric Blake  <ebb9@byu.net>
13929
13930         * gnulib-tool: Don't let emacs change spaces to TAB.
13931
13932 2006-08-31  Bruno Haible  <bruno@clisp.org>
13933
13934         * gnulib-tool: When calling func_import more than once, do it in a
13935         subshell.
13936         Reported by Eric Blake <ebb9@byu.net>.
13937
13938 2006-08-31  Bruno Haible  <bruno@clisp.org>
13939
13940         * gnulib-tool (nl): Remove variable.
13941         (sed_transform_lib_file): Use more robust test for config-h module.
13942         (func_import): Fix typo in 2006-08-25 patch.
13943
13944 2006-08-31  Bruno Haible  <bruno@clisp.org>
13945
13946         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13947         specified, augment Makefile.am variables instead of assigning them.
13948
13949 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13950
13951         Work around a bug in both the Linux and SunOS 64-bit kernels:
13952         nanosleep mishandles sleeps for longer than 2**31 seconds.
13953         Problem reported by Frank v Waveren in
13954         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13955         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13956         Check for nanosleep bug.
13957         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13958
13959 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13960
13961         Work around a bug in both the Linux and SunOS 64-bit kernels:
13962         nanosleep mishandles sleeps for longer than 2**31 seconds.
13963         Problem reported by Frank v Waveren in
13964         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13965         * lib/nanosleep.c (BILLION): New constant.
13966         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13967         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13968         implementation.
13969
13970 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13971
13972         * modules/nanosleep (Depends-on): Add gettime.
13973
13974 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13975         and Simon Josefsson  <jas@extundo.com>
13976         and Oskar Liljeblad  <oskar@osk.mine.nu>
13977
13978         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13979         * gnulib-tool (func_import): New license type 'unmodifiable license
13980         text'.
13981         * modules/fdl: Use it.  Longer description.
13982         * module/gpl, module/lgpl: New files.
13983
13984 2006-08-30  Jim Meyering  <jim@meyering.net>
13985
13986         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13987         shadowing the parameter.
13988
13989 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13990
13991         Sync from Libtool:
13992
13993         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13994
13995         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
13996         sharing with gnulib.  Report by Eric Blake.
13997
13998 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13999
14000         * modules/isapipe: New file.
14001         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
14002
14003 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14004
14005         * modules/configmake (Makefile.am): Add a comment, and omit
14006         the CONFIGMAKE_ prefix from generated macro names.  Suggested
14007         by Bruno Haible.
14008
14009 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14010
14011         * m4/isapipe.m4: New file.
14012
14013 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14014
14015         * lib/isapipe.c, lib/isapipe.h: New files.
14016
14017 2006-08-29  Jim Meyering  <jim@meyering.net>
14018
14019         * modules/configmake (Makefile.am): Make configmake.h depend on
14020         Makefile.  Otherwise, a stale configmake.h could hang around.
14021
14022 2006-08-29  Eric Blake  <ebb9@byu.net>
14023
14024         * lib/error.c (error_at_line, print_errno_message): Match libc, after
14025         resolution of upstream bug 3044.
14026
14027 2006-08-29  Bruno Haible  <bruno@clisp.org>
14028
14029         * modules/localcharset (Depends-on): Add configmake.
14030         (Makefile.am): Remove setting of LIBDIR through DEFS.
14031
14032 2006-08-29  Bruno Haible  <bruno@clisp.org>
14033
14034         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
14035         defined.
14036
14037 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14038
14039         * modules/fcntl: New file.
14040         * modules/chdir-safer (Depends-on): Add fcntl.
14041         * modules/fts: Likewise.
14042         * modules/mkdir-p: Likewise.
14043
14044         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
14045         This undoes the most recent change, since we're now addressing the
14046         problem in a different way.
14047
14048         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
14049         into output, since the output might be called Makefile.am even
14050         if $makefile_name is something different.
14051         (func_import): Use $makefile_am rather than
14052         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
14053         empty.
14054
14055         * modules/inttypes (Files): Add m4/inttypes-h.m4.
14056
14057 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14058
14059         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
14060         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
14061         recent change to stdint.m4, since we're now addressing the problem in a
14062         different way.
14063
14064 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14065
14066         * m4/fcntl_h.m4: New file.
14067
14068 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14069
14070         * lib/fcntl_.h: New file.
14071         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
14072         the fcntl module.
14073         * lib/dirchownmod.c: Likewise.
14074         * lib/fts.c: Likewise.
14075
14076         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
14077         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
14078         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
14079         just before including <inttypes.h>, to avoid circular inclusion.
14080
14081 2006-08-28  Jim Meyering  <jim@meyering.net>
14082
14083         * doc/visibility.texi: Actually read and correct the grammar of the
14084         sentence affected by yesterday's change.
14085
14086 2006-08-28  Eric Blake  <ebb9@byu.net>
14087
14088         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
14089         needs wrapper.
14090
14091 2006-08-28  Eric Blake  <ebb9@byu.net>
14092
14093         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
14094
14095 2006-08-28  Eric Blake  <ebb9@byu.net>
14096
14097         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
14098
14099 2006-08-28  Bruno Haible  <bruno@clisp.org>
14100
14101         * modules/c-strstr: New file, from GNU gettext.
14102         * MODULES.html.sh (String handling): Add c-strstr.
14103
14104 2006-08-28  Bruno Haible  <bruno@clisp.org>
14105
14106         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
14107         macros.
14108         Reported by Eric Blake.
14109
14110 2006-08-28  Bruno Haible  <bruno@clisp.org>
14111
14112         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
14113         (VASNPRINTF): Return a string of length > INT_MAX without failing.
14114         * lib/vasprintf.c: Include errno.h, limits.h.
14115         (EOVERFLOW): New fallback definition.
14116         (vasprintf): Test here whether the string length is > INT_MAX.
14117         * lib/vsnprintf.c: Include errno.h, limits.h.
14118         (EOVERFLOW): New fallback definition.
14119         (vsnprintf): Fix bug when generated string was too long for the buffer.
14120         Test here whether the string length is > INT_MAX.
14121
14122 2006-08-28  Bruno Haible  <bruno@clisp.org>
14123
14124         * lib/inttypes_.h (SCNX*): Remove definitions.
14125         Reported by Eric Blake.
14126
14127 2006-08-28  Bruno Haible  <bruno@clisp.org>
14128
14129         * lib/c-strstr.h: New file, from GNU gettext.
14130         * lib/c-strstr.c: New file, from GNU gettext.
14131
14132 2006-08-28  Bruno Haible  <bruno@clisp.org>
14133
14134         * gnulib-tool: Reorder some statements.
14135
14136 2006-08-28  Bruno Haible  <bruno@clisp.org>
14137
14138         * gnulib-tool: New option --makefile-name.
14139         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
14140         $makefile_name.
14141         (func_import): Write $makefile_name to the cache file, and read it from
14142         there unless explicitly specified. Use $makefile_name as file name
14143         instead of Makefile.am. Adjust the recommendations accordingly.
14144
14145 2006-08-28  Bruno Haible  <bruno@clisp.org>
14146
14147         * gnulib-tool (func_verify_module): Check against misapplying patch.
14148
14149 2006-08-28  Bruno Haible  <bruno@clisp.org>
14150
14151         * gnulib-tool (func_relativize, func_relconcat): New functions.
14152         Give an error if --local-dir is given with --update.
14153         Remove trailing slashes from $local_gnulib_dir.
14154         (func_import): Store the relativized $local_gnulib_dir in
14155         gnulib-cache.m4, and read it from there if not specified explicitly.
14156
14157 2006-08-28  Bruno Haible  <bruno@clisp.org>
14158
14159         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
14160         is the current directory. Respect also $local_gnulib_dir.
14161
14162 2006-08-28  Bruno Haible  <bruno@clisp.org>
14163             Simon Josefsson  <jas@extundo.com>
14164
14165         BeOS portability.
14166         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
14167
14168 2006-08-27  Jim Meyering  <jim@meyering.net>
14169
14170         * doc/visibility.texi: Remove duplicate word: "pointer".
14171
14172 2006-08-26  Bruno Haible  <bruno@clisp.org>
14173
14174         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
14175         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
14176         (Makefile.am): Create inttypes.h from inttypes_.h.
14177         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
14178
14179         * modules/imaxabs: New file.
14180
14181         * modules/imaxdiv: New file.
14182
14183 2006-08-26  Bruno Haible  <bruno@clisp.org>
14184
14185         * m4/inttypes.m4: New file.
14186         * m4/_inttypes_h.m4: Remove file.
14187         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
14188         PRI_MACROS_BROKEN.
14189         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
14190
14191         * m4/imaxabs.m4: New file.
14192
14193         * m4/imaxdiv.m4: New file.
14194
14195 2006-08-26  Bruno Haible  <bruno@clisp.org>
14196
14197         * lib/inttypes_.h: New file.
14198         * lib/inttypes.h: Remove file.
14199         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
14200
14201         * lib/imaxabs.c: New file.
14202
14203         * lib/imaxdiv.c: New file.
14204
14205 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14206
14207         New config-h module, so that "make" output needn't be cluttered
14208         by -DHAVE_CONFIG_H.
14209         * MODULES.html.sh (Support for building libraries and executables):
14210         Add config-h.
14211         * modules/config-h: New file.
14212         * gnulib-tool (nl, sed_transform_lib_file): New vars.
14213         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
14214         the config-h module is used.
14215
14216         New configmake module, so that "make" output needn't be cluttered
14217         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
14218         * MODULES.html.sh (Support for building libraries and executables):
14219         Add configmake.
14220         * modules/configmake: New file.
14221
14222 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14223
14224         * m4/config-h.m4: New file.
14225
14226 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         * config/srclist.txt: Add elisp-comp.
14229
14230 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14231
14232         * MODULES.html.sh (Support for building libraries and executables):
14233         Add elisp-comp.
14234         * build-aux/elisp-comp: New file.
14235         * modules/elisp-comp: New file.
14236
14237 2006-08-24  Bruno Haible  <bruno@clisp.org>
14238
14239         * gnulib-tool (func_create_testdir): Use non-default values of
14240         sourcebase and m4base.
14241
14242 2006-08-24  Bruno Haible  <bruno@clisp.org>
14243
14244         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
14245         HTML structure.
14246
14247 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14248
14249         * modules/openat (Depends-on): Add lchown.
14250
14251 2006-08-23  Bruno Haible  <bruno@clisp.org>
14252
14253         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
14254         of gl_LOCK_EARLY instead of gl_LOCK.
14255
14256 2006-08-23  Bruno Haible  <bruno@clisp.org>
14257
14258         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
14259         on OSF/1 to no.
14260         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
14261
14262 2006-08-23  Bruno Haible  <bruno@clisp.org>
14263
14264         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
14265         as unusable.
14266
14267         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
14268         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
14269         (gl_LOCK): New macro.
14270
14271 2006-08-22  Simon Josefsson  <jas@extundo.com>
14272
14273         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
14274         to md5 module.
14275
14276 2006-08-22  Simon Josefsson  <jas@extundo.com>
14277
14278         * MODULES.html.sh: Add "Support for maintaining and release
14279         projects".
14280
14281         * build-aux/gnupload: New file, from coreutils.
14282
14283 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14284
14285         Avoid the need for AC_LIBSOURCES in m4 macros.
14286         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
14287         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
14288         * modules/check-version (EXTRA_DIST): Add check-version.h.
14289         * modules/crc (EXTRA_DIST): Add crc.h.
14290         * modules/des (EXTRA_DIST): Add des.h.
14291         * modules/gc (EXTRA_DIST): Add gc.h.
14292         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
14293         * modules/getline (EXTRA_DIST): Add getline.h.
14294         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
14295         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
14296         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
14297         * modules/md2 (EXTRA_DIST): Add md2.h.
14298         * modules/md4 (EXTRA_DIST): Add md4.h.
14299         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
14300         * modules/read-file (EXTRA_DIST): Add read-file.h.
14301         * modules/readline (EXTRA_DIST): Add readline.h.
14302         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
14303         rijndael-api-fst.h.
14304
14305 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14306
14307         * m4/rijndael.m4 (gl_ARCFOUR):
14308         * m4/arctwo.m4 (gl_ARCTWO):
14309         * m4/check-version.m4 (gl_CHECK_VERSION):
14310         * m4/crc.m4 (gl_CRC):
14311         * m4/des.m4 (gl_DES):
14312         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
14313         * m4/gc.m4 (gl_GC):
14314         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
14315         * m4/getline.m4 (gl_FUNC_GETLINE):
14316         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
14317         * m4/hmac-md5.m4 (gl_HMAC_MD5):
14318         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
14319         * m4/md2.m4 (gl_MD2):
14320         * m4/md4.m4 (gl_MD4):
14321         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
14322         * m4/read-file.m4 (gl_FUNC_READ_FILE):
14323         * m4/readline.m4 (gl_FUNC_READLINE):
14324         * m4/rijndael.m4 (gl_RIJNDAEL):
14325         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14326         to get the necessary .h files and whatnot.
14327
14328 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14329
14330         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
14331         gnulib rather than the other way around.
14332         * config/srclistvars.sh (COREUTILS): Remove.
14333
14334 2006-08-22  Jim Meyering  <jim@meyering.net>
14335
14336         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
14337
14338         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
14339
14340 2006-08-22  Eric Blake  <ebb9@byu.net>
14341
14342         * modules/regexprops-generic: New file.
14343         * MODULES.html.sh (Support for building documentation): List it.
14344
14345 2006-08-22  Eric Blake  <ebb9@byu.net>
14346
14347         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
14348         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14349         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
14350         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
14351
14352 2006-08-22  Bruno Haible  <bruno@clisp.org>
14353
14354         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
14355         and lib_LTLIBRARIES like the other lib_* variables.
14356
14357 2006-08-22  Bruno Haible  <bruno@clisp.org>
14358
14359         * build-aux/x-to-1.in: New file, from GNU gettext.
14360
14361 2006-08-22  Bruno Haible  <bruno@clisp.org>
14362
14363         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
14364         <utmpx.h> exists.
14365
14366 2006-08-22  Bruno Haible  <bruno@clisp.org>
14367
14368         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
14369         <utmpx.h> exists.
14370
14371 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14372
14373         BeOS portability.
14374         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
14375         exist.
14376         Problem reported by Bruno Haible.
14377
14378 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14379
14380         Avoid the need for AC_LIBSOURCES in m4 macros.
14381         * modules/acl (EXTRA_DIST): Add acl.h.
14382         * modules/argmatch (Files): Add m4/argmatch.m4.
14383         (configure.ac): Add gl_ARGMATCH.
14384         (EXTRA_DIST): Renamed from lib_SOURCES, for
14385         consistency with the other modules.  Remove argmatch.c.
14386         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
14387         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
14388         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
14389         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
14390         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
14391         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
14392         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
14393         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
14394         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
14395         * modules/closeout (EXTRA_DIST): Add closeout.h.
14396         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
14397         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
14398         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
14399         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
14400         dirname.h; remove basename.c and stripslash.c.
14401         * modules/exclude (EXTRA_DIST): Add exclude.h.
14402         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
14403         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
14404         * modules/file-type (EXTRA_DIST): Add file-type.h.
14405         * modules/filemode (EXTRA_DIST): Add filemode.h.
14406         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
14407         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14408         * modules/fpending (EXTRA_DIST): Add __fpending.h.
14409         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
14410         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
14411         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
14412         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
14413         * modules/getdate (EXTRA_DIST): Add getdate.c.
14414         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
14415         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
14416         * modules/getpass (EXTRA_DIST): Add getpass.h.
14417         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
14418         * modules/group-member (EXTRA_DIST): Add group-member.h.
14419         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
14420         * modules/hash (EXTRA_DIST): Add hash.h.
14421         * modules/human (EXTRA_DIST): Add human.h.
14422         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
14423         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
14424         * modules/lchown (EXTRA_DIST): Add lchown.h.
14425         * modules/long-options (EXTRA_DIST): Add long-options.h.
14426         * modules/lstat (EXTRA_DIST): Add lstat.h.
14427         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
14428         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
14429         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
14430         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
14431         * modules/memxor (EXTRA_DIST): Add memxor.h.
14432         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
14433         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
14434         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
14435         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
14436         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
14437         * modules/physmem (EXTRA_DIST): Add physmem.h.
14438         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
14439         * modules/posixver (EXTRA_DIST): Add posixver.h.
14440         * modules/quote (EXTRA_DIST): Add quote.h.
14441         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
14442         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
14443         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
14444         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
14445         regex_internal.h regexec.c.
14446         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
14447         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
14448         * modules/same (EXTRA_DIST): Add same.h.
14449         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
14450         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
14451         * modules/savedir (EXTRA_DIST): Add savedir.h.
14452         * modules/sha1 (EXTRA_DIST): Add sha1.h.
14453         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
14454         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
14455         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
14456         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
14457         * modules/strdup (EXTRA_DIST): Add strdup.h.
14458         * modules/strftime (EXTRA_DIST): Add strftime.h.
14459         * modules/strndup (EXTRA_DIST): Add strndup.h.
14460         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14461         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14462         * modules/time_r (EXTRA_DIST): Add time_r.h.
14463         * modules/timespec (EXTRA_DIST): Add timespec.h.
14464         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14465         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14466         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14467         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14468         * modules/userspec (EXTRA_DIST): Add userspec.h.
14469         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14470         * modules/utimens (EXTRA_DIST): Add utimens.h.
14471         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14472         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14473         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14474         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14475         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14476         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14477         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14478         * modules/yesno (EXTRA_DIST): Add yesno.h.
14479
14480 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14481
14482         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14483
14484         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14485         * m4/dev-ino.m4, same-inode.m4: Remove.
14486
14487         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14488         * m4/acl.m4 (AC_FUNC_ACL):
14489         * m4/backupfile.m4 (gl_BACKUPFILE):
14490         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14491         * m4/canon-host.m4 (gl_CANON_HOST):
14492         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14493         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14494         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14495         * m4/cloexec.m4 (gl_CLOEXEC):
14496         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14497         * m4/closeout.m4 (gl_CLOSEOUT):
14498         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14499         * m4/dirname.m4 (gl_DIRNAME):
14500         * m4/exclude.m4 (gl_EXCLUDE):
14501         * m4/exitfail.m4 (gl_EXITFAIL):
14502         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14503         * m4/file-type.m4 (gl_FILE_TYPE):
14504         * m4/filemode.m4 (gl_FILEMODE):
14505         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14506         * m4/fpending.m4 (gl_FUNC_FPENDING):
14507         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14508         * m4/fts.m4 (gl_FUNC_FTS):
14509         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14510         * m4/getdate.m4 (gl_GETDATE):
14511         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14512         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14513         * m4/getpass.m4 (gl_FUNC_GETPASS):
14514         * m4/gettime.m4 (gl_GETTIME):
14515         * m4/getugroups.m4 (gl_GETUGROUPS):
14516         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14517         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14518         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14519         * m4/hash.m4 (gl_HASH):
14520         * m4/idcache.m4 (gl_IDCACHE):
14521         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14522         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14523         * m4/long-options.m4 (gl_LONG_OPTIONS):
14524         * m4/lstat.m4 (gl_FUNC_LSTAT):
14525         * m4/md5.m4 (gl_MD5):
14526         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14527         * m4/memcoll.m4 (gl_MEMCOLL):
14528         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14529         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14530         * m4/memxor.m4 (gl_MEMXOR):
14531         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14532         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14533         * m4/modechange.m4 (gl_MODECHANGE):
14534         * m4/mountlist.m4 (gl_MOUNTLIST):
14535         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14536         * m4/openat.m4 (gl_FUNC_OPENAT):
14537         * m4/pathmax.m4 (gl_PATHMAX):
14538         * m4/physmem.m4 (gl_PHYSMEM):
14539         * m4/posixtm.m4 (gl_POSIXTM):
14540         * m4/posixver.m4 (gl_POSIXVER):
14541         * m4/quote.m4 (gl_QUOTE):
14542         * m4/quotearg.m4 (gl_QUOTEARG):
14543         * m4/readtokens.m4 (gl_READTOKENS):
14544         * m4/readutmp.m4 (gl_READUTMP):
14545         * m4/regex.m4 (gl_REGEX):
14546         * m4/safe-read.m4 (gl_SAFE_READ):
14547         * m4/safe-write.m4 (gl_SAFE_WRITE):
14548         * m4/same.m4 (gl_SAME):
14549         * m4/save-cwd.m4 (gl_SAVE_CWD):
14550         * m4/savedir.m4 (gl_SAVEDIR):
14551         * m4/settime.m4 (gl_SETTIME):
14552         * m4/sha1.m4 (gl_SHA1):
14553         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14554         * m4/stat-macros.m4 (gl_STAT_MACROS):
14555         * m4/stat-time.m4 (gl_STAT_TIME):
14556         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14557         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14558         * m4/strdup.m4 (gl_FUNC_STRDUP):
14559         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14560         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14561         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14562         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14563         * m4/time_r.m4 (gl_TIME_R):
14564         * m4/timespec.m4 (gl_TIMESPEC):
14565         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14566         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14567         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14568         * m4/userspec.m4 (gl_USERSPEC):
14569         * m4/utimecmp.m4 (gl_UTIMECMP):
14570         * m4/utimens.m4 (gl_UTIMENS):
14571         * m4/xalloc.m4 (gl_XALLOC):
14572         * m4/xgetcwd.m4 (gl_XGETCWD):
14573         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14574         * m4/xreadlink.m4 (gl_XREADLINK):
14575         * m4/xstrtod.m4 (gl_XSTRTOD):
14576         * m4/yesno.m4 (gl_YESNO):
14577         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14578         to get the necessary .h files and whatnot.
14579
14580 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14581             Bruno Haible  <bruno@clisp.org>
14582
14583         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14584         /bin/sh understanding of '!' conditional negation.
14585
14586 2006-08-21  Jim Meyering  <jim@meyering.net>
14587
14588         * modules/openat (Depends-on): Really alphabetize.
14589
14590         * modules/acl (Depends-on): Add error and quote.
14591
14592         * check-module (find_included_lib_files): Add at-func.c to the
14593         ok-to-include-more-than-once white list.
14594
14595         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14596
14597 2006-08-21  Bruno Haible  <bruno@clisp.org>
14598
14599         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14600         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14601         Reported by Martin Lambers <marlam@marlam.de>.
14602
14603 2006-08-21  Bruno Haible  <bruno@clisp.org>
14604
14605         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14606         specify an installation location, don't emit a noinst_LIBRARIES or
14607         noinst_LTLIBRARIES assignment.
14608
14609 2006-08-21  Bruno Haible  <bruno@clisp.org>
14610
14611         BeOS portability.
14612         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14613         BeOS has mbrtowc() but no <wctype.h>.
14614
14615 2006-08-21  Bruno Haible  <bruno@clisp.org>
14616
14617         BeOS portability.
14618         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14619         exist.
14620
14621 2006-08-21  Bruno Haible  <bruno@clisp.org>
14622
14623         BeOS portability.
14624         * lib/mbchar.h: Include <wctype.h> only if it exists.
14625
14626 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14627
14628         Remove files that are no longer needed by their respective modules.
14629         * m4/obstack.m4: Remove.
14630         * m4/strerror_r.m4: Remove.
14631         * m4/uint32_t.m4: Remove.
14632         * m4/uintptr_t.m4: Remove.
14633         * m4/ullong_max.m4: Remove.
14634         * m4/xstrtoimax.m4: Remove.
14635         * m4/xstrtoumax.m4: Remove.
14636
14637         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14638         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14639         dependencies now capture this.
14640
14641         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14642         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14643         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14644         * m4/human.m4 (gl_HUMAN): Likewise.
14645         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14646         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14647
14648         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14649
14650         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14651         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14652         stdint.
14653         * m4/human.m4 (gl_HUMAN): Likewise.
14654         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14655         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14656         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14657         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14658         * m4/xstrtol (gl_XSTRTOL): Likewise.
14659
14660         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14661         AC_TYPE_LONG_LONG_INT.
14662         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14663         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14664         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14665         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14666
14667         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14668         on stdbool.
14669
14670         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14671         (gl_PREREQ_XSTRTOUL): Remove.
14672
14673         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14674
14675         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14676         mode.
14677
14678 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         Add and change modules to make it easier for coreutils to use
14681         gnulib-tool.
14682         * modules/backupfile (Files): Remove m4/d-ino.m4.
14683         (Depends-on): Add d-ino.
14684         * modules/cycle-check (Depends-on): Add stdint.
14685         (lib_SOURCES): Add cycle-check.h.
14686         * modules/d-ino: New module.
14687         * modules/d-type: New module.
14688         * modules/error (Files): Remove m4/strerror_r.m4.
14689         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14690         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14691         m4/inttypes_h.m4, m4/uintmax_t.m4.
14692         (Depends-on): Add stdint.
14693         (lib_SOURCES): Add fsusage.h.
14694         * modules/getcwd (Files): Remove d-ino.m4.
14695         (Depends-on): Add d-ino.
14696         * modules/getndelim2 (Depends-on): Add stdint.
14697         * modules/glob (Files): Remove m4/d-type.m4.
14698         (Depends-on): Add d-type.
14699         * modules/host-os: New module.
14700         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14701         m4/inttypes_h.m4, m4/uintmax_t.m4.
14702         * Depends-on: Add stdint.
14703         (lib_SOURCES): Add human.h.
14704         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14705         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14706         m4/uintmax_t.m4, m4/ulonglong.m4.
14707         (Depends-on): Add stdint.
14708         (EXTRA_DIST): Add inttostr.h.
14709         * modules/lchmod: New module.
14710         * modules/link-follow: New module.
14711         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14712         (Depends-on): Add lchmod.
14713         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14714         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14715         (Depends-on): Add stdint.
14716         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14717         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14718         (Depends-on): Add stdint.
14719         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14720         * modules/perl: New module.
14721         * modules/regex (Depends-on): Add stdint.
14722         * modules/rmdir-errno: New module.
14723         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14724         m4/intmax_t.m4.
14725         (Depends-on): Add stdint.
14726         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14727         m4/uintmax_t.m4.
14728         (Depends-on): Add stdint.
14729         * modules/unlink-busy: New module.
14730         * modules/utimecmp (Depends-on): Add stdint.
14731         * modules/uptime: New module.
14732         * modules/winsz-ioctl: New module.
14733         * modules/winsz-termios: New module.
14734         * modules/xnanosleep (Depends-on): Add nanosleep.
14735         * modules/ullong_max: Remove.
14736         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14737         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14738         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14739         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14740         (Depends-on): Add inttypes.
14741         (lib_SOURCES): Add xstrtol.h.
14742         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14743         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14744         * MODULES.html.sh: Move 'assert' into the assert section.
14745         Move 'dummy' into the linking section.
14746         Remove ullong_max.
14747         Add section for compatibility checks for POSIX:2001 functions,
14748         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14749         winsz-ioctl, and winsz-termios into it.
14750         Add lchmod.
14751         Add top-level Misc section and put host-os, perl, and uptime
14752         into it.
14753
14754 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14755
14756         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14757         now assume the stdint module.  Do not include inttypes.h.
14758         * lib/fsusage.h: Likewise.
14759         * lib/getndelim2.c: Likewise.
14760         * lib/human.h: Likewise.
14761         * lib/inttostr.h: Likewise.
14762         * lib/obstack.c: Likewise.
14763         * lib/regex_internal.h: Likewise.
14764         * lib/tempname.c: Likewise.
14765         * lib/utimecmp.c: Likewise.
14766         * lib/xstrtol.h: Likewise.
14767
14768         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14769
14770         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14771         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14772         * lib/xtime.h: Likewise.
14773
14774 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14775
14776         * modules/openat (Files): Add lib/fchmodat.c.
14777         Fixes problem reported by Jay Youngman.
14778
14779 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14780
14781         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14782         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14783
14784 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14785             Bruno Haible  <bruno@clisp.org>
14786
14787         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14788         and is a script that invokes bison. Tighten the code. Add comments.
14789
14790 2006-08-18  Jim Meyering  <jim@meyering.net>
14791
14792         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14793         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14794         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14795         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14796
14797 2006-08-18  Bruno Haible  <bruno@clisp.org>
14798
14799         * modules/bison-i18n: New file.
14800         * MODULES.html.sh (Internationalization functions): Add it.
14801
14802 2006-08-18  Bruno Haible  <bruno@clisp.org>
14803
14804         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14805         sys/statvfs.h. When getmntinfo was found, check its declaration and
14806         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14807
14808 2006-08-18  Bruno Haible  <bruno@clisp.org>
14809
14810         * m4/bison-i18n.m4: New file, from bison.
14811
14812 2006-08-18  Bruno Haible  <bruno@clisp.org>
14813
14814         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14815         (ME_DUMMY): Treat "kernfs" as a dummy.
14816         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14817
14818 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14819
14820         Update from coreutils.
14821
14822         2006-08-15  Jim Meyering  <jim@meyering.net>
14823
14824         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14825
14826         2006-01-17  Jim Meyering  <jim@meyering.net>
14827
14828         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14829
14830         2006-01-11  Jim Meyering  <jim@meyering.net>
14831
14832         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14833         Check for the lchmod function.
14834
14835 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14836
14837         Update from coreutils.
14838
14839         * lib/__fpending.h: Add copyright notice.
14840         * lib/fprintftime.h: Likewise.
14841         * lib/savedir.c: Use (C) in copyright notice.
14842         * lib/savedir.h: Likewise.
14843
14844         2006-08-15  Jim Meyering  <jim@meyering.net>
14845
14846         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14847         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14848         in support of the EXPECTED_ERRNO macro.
14849         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14850         definitions.  Instead, define the appropriate symbols and include
14851         "at-func.c".
14852         * lib/mkdirat.c (mkdirat): Likewise.
14853         * lib/fchmodat.c (fchmodat): Likewise.
14854         (ENOSYS): Remove definition.
14855         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14856         it.  Don't include "unistd--.h" -- it wasn't ever used.
14857
14858         2006-01-17  Jim Meyering  <jim@meyering.net>
14859
14860         Rewrite fts.c not to change the current working directory,
14861         by using openat, fstatat, fdopendir, etc..
14862
14863         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14864         (HAVE_OPENAT_SUPPORT): Define.
14865         [_LIBC] (fchdir): Don't undef or define; no longer used.
14866         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14867         Now, this `function' always succeeds, and consumes its file descriptor
14868         parameter -- so callers must not close such FDs.  Update callers.
14869         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14870         (diropen): Add parameter, SP.  Adjust all callers.
14871         Implement using diropen_fd, rather than open.
14872         (fts_open): Initialize new member, fts_cwd_fd.
14873         Remove fts_rft-setting code.
14874         (fts_close): Close fts_cwd_fd, if necessary.
14875         (__opendir2): Define in terms of opendir or opendirat,
14876         depending on whether the FST_NOCHDIR flag is set.
14877         (fts_build): Since fts_safe_changedir consumes its FD, and since
14878         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14879         and close the dup'd file descriptor upon failure.
14880         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14881         (fts_safe_changedir): Tweak semantics to reflect that this function
14882         now calls cwd_advance_fd and hence consumes its FD argument.
14883         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14884         [struct FTS] (fts_rft): Remove now-unused member.
14885         [struct FTS] (fts_cycle.state): Improve comment.
14886
14887         * lib/openat.c (openat_needs_fchdir): New function.
14888         * lib/openat.h (openat_needs_fchdir): Declare it.
14889
14890 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14891
14892         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14893         Problem and fix reported by Pádraig Brady in
14894         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14895
14896 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14897
14898         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14899
14900 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14901
14902         * lib/memcoll.c (memcoll): Optimize for the common case where the
14903         arguments are bytewise equal.
14904
14905 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14906
14907         * doc/regexprops-generic.texi: Add a copyright notice.
14908
14909 2006-08-15  Bruno Haible  <bruno@clisp.org>
14910
14911         * modules/tmpdir (License): Change to LGPL.
14912
14913 2006-08-15  Bruno Haible  <bruno@clisp.org>
14914
14915         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14916         module.
14917
14918 2006-08-14  Simon Josefsson  <jas@extundo.com>
14919
14920         * config/srclist.txt: Add gnupload.
14921
14922 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14923
14924         Change copyright notice from LGPL 2 to GPL 2, since that's the
14925         standard form used in the gnulib repository.
14926         * tests/test-lock.c: Likewise.
14927         * tests/test-stdint.c: Likewise.
14928         * tests/test-tls.c: Likewise.
14929
14930         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14931         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14932         Add copyright notice.
14933
14934         * check-module: Add copyright notice.  Output a copyright
14935         notice if "--version" is specified.
14936         * modules/COPYING: New file.
14937         * tests/test-getaddrinfo.c: Add copyright notice.
14938         * tests/test-verify.c: Likewise.
14939
14940 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14941
14942         Change copyright notice from LGPL 2 to GPL 2, since that's the
14943         standard form used in the gnulib repository.
14944         * lib/lock.c: LGPL -> GPL.
14945         * lib/lock.h: Likewise.
14946         * lib/strnlen1.c: Likewise.
14947         * lib/strnlen1.h: Likewise.
14948         * lib/tls.c: Likewise.
14949         * lib/tls.h: Likewise.
14950         * lib/tmpdir.c: Likewise.
14951
14952         * lib/TODO: Remove; this belongs only in coreutils.
14953
14954 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14955
14956         Add copyright notices to long-enough files that lack them, since
14957         otherwise the files aren't clearly free.  Use the same notice that
14958         getdate.texi already uses.
14959         * doc/alloca-opt.texi: Add copyright notice.
14960         * doc/alloca.texi: Likewise.
14961         * doc/ctime.texi: Likewise.
14962         * doc/functions.texi: Likewise.
14963         * doc/gcd.texi: Likewise.
14964         * doc/gnulib-tool.texi: Likewise.
14965         * doc/inet_ntoa.texi: Likewise.
14966         * doc/visibility.texi: Likewise.
14967
14968         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14969         * doc/quote.texi: Add copyright notice.
14970
14971         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14972         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14973         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14974         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14975         is now obsolete, and give a pointer to the Sun list.
14976         Add copyright notice.
14977
14978 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14979
14980         * config/srclistvars.sh: Add copyright notice.
14981
14982 2006-08-14  Eric Blake  <ebb9@byu.net>
14983
14984         Import the following change from libc:
14985
14986         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14987
14988         Upstream bug 2997.
14989         * lib/misc/error.c: Add space between program name and message if file
14990         name is missing.
14991
14992 2006-08-12  Karl Berry  <karl@gnu.org>
14993
14994         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
14995         remove, these originate in gnulib now.
14996
14997 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14998
14999         * doc/Makefile (standards.info standards.html standards.dvi):
15000         Also depend on make-stds.texi.
15001
15002 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15003
15004         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
15005         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
15006
15007         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
15008         in wchar_t.  Problem reported by Eric Blake.
15009
15010         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
15011         LEN is smaller than SIZE.  Suggested by Bruno Haible.
15012         Also, help the compiler to keep LEN in a register.
15013
15014 2006-08-11  Eric Blake  <ebb9@byu.net>
15015
15016         * users.txt: Sort.  Add tar.
15017
15018 2006-08-11  Bruno Haible  <bruno@clisp.org>
15019
15020         * users.txt: New file.
15021
15022 2006-08-11  Bruno Haible  <bruno@clisp.org>
15023
15024         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
15025         before <wchar.h>. Needed for OSF/1 and BSD/OS.
15026
15027 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15028
15029         * modules/snprintf (Depends-on): Remove minmax.
15030         (Maintainer): Add self and Bruno.
15031
15032 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
15033
15034         * lib/.cppi-disable: Add snprintf.h, socket_.h.
15035         * lib/snprintf.c: Include <errno.h> and <limits.h>.
15036         (EOVERFLOW): Define if the system does not.
15037         Do not include "minmax.h"; it wasn't used.
15038         (snprintf): Don't assume size_t promotes to an unsigned type.
15039         Fix bug when generated string was too long for the buffer: the
15040         buffer's contents are supposed to be the initial prefix of the
15041         output.  Don't assume vasnprintf returns EOVERFLOW if the size
15042         exceeds INT_MAX; do the check ourselves.
15043
15044         Import the following changes from libc:
15045
15046         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
15047
15048         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
15049         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
15050         set wc to the byte which couldn't be converted.
15051         (re_string_reconstruct): Don't clear valid_raw_len before calling
15052         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
15053         tip_context using re_string_context_at.
15054
15055         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
15056
15057         * lib/posix/regex.h: g++ still cannot handled [restrict].
15058
15059         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
15060
15061         * lib/posix/regex.h: Remove special handling for VMS.
15062
15063 2006-08-10  Jim Meyering  <jim@meyering.net>
15064
15065         * modules/same-inode: New module.
15066         * modules/dev-ino: New module.
15067         * modules/cycle-check: Depend on these modules, rather than simply
15068         including their .h files.
15069         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
15070         required via m4/cycle-check.m4.
15071         * modules/same: Depend on new same-inode module, rather than
15072         including same-inode.h.
15073         * modules/chdir-safer: New file.
15074
15075         * modules/chown (Depends-on): Add stat-macros.
15076
15077 2006-08-10  Jim Meyering  <jim@meyering.net>
15078
15079         * m4/cycle-check.m4: New file.
15080         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
15081         * m4/dev-ino.m4, m4/same-inode.m4: New files.
15082
15083 2006-08-10  Eric Blake  <ebb9@byu.net>
15084
15085         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
15086         in from original proposal.
15087
15088 2006-08-10  Eric Blake  <ebb9@byu.net>
15089         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15090
15091         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
15092         namespace.
15093
15094 2006-08-10  Bruno Haible  <bruno@clisp.org>
15095
15096         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
15097         as well.
15098
15099 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15100
15101         Sync from coreutils.
15102
15103         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
15104
15105         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
15106         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
15107
15108 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15109
15110         * modules/restrict: Remove; no longer needed now that we assume
15111         Autoconf 2.59 or later.
15112         * MODULES.html.sh: Remove 'restrict'.
15113         * modules/argp (Depends-on): Remove 'restrict'.
15114         * modules/base64 (Depends-on): Likewise.
15115         * modules/gc (Depends-on): Likewise.
15116         * modules/getaddrinfo (Depends-on): Likewise.
15117         * modules/glob (Depends-on): Likewise.
15118         * modules/inet_ntop (Depends-on): Likewise.
15119         * modules/inet_pton (Depends-on): Likewise.
15120         * modules/memxor (Depends-on): Likewise.
15121         * modules/regex (Depends-on): Likewise.
15122         * modules/strtok_r (Depends-on): Likewise.
15123         * modules/time_r (Depends-on): Likewise.
15124
15125 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15126
15127         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
15128         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
15129         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15130         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
15131         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
15132         * m4/memxor.m4 (gl_MEMXOR): Likewise.
15133         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
15134         gl_C_RESTRICT replaced by AC_C_RESTRICT.
15135
15136         Merge from coreutils.
15137         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
15138         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
15139         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15140         * m4/time_r.m4 (gl_TIME_R): Likewise.
15141
15142 2006-08-09  Karl Berry  <karl@gnu.org>
15143
15144         * config/srclist.txt: no more gettext-tools, per Bruno.
15145
15146 2006-08-08  Eric Blake  <ebb9@byu.net>
15147
15148         * modules/verror: New module.
15149         * MODULES.html.sh: Document it.
15150
15151 2006-08-08  Eric Blake  <ebb9@byu.net>
15152
15153         * lib/verror.h, lib/verror.c: New files.
15154
15155 2006-08-08  Eric Blake  <ebb9@byu.net>
15156
15157         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
15158         verror_at_line output complies with GNU Coding Standards even when
15159         file is NULL.
15160
15161 2006-08-07  Bruno Haible  <bruno@clisp.org>
15162
15163         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
15164         versions of AIX.
15165         Reported by Ralf Wildenhues.
15166
15167 2006-08-07  Bruno Haible  <bruno@clisp.org>
15168
15169         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
15170         in an AC_DEFUN. Needed so that the autoconf snippets can use
15171         AC_REQUIRE.
15172
15173 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15174
15175         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15176         Initialize pkgdata_DATA.
15177         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
15178         overriding it.
15179
15180 2006-08-06  Eric Blake  <ebb9@byu.net>
15181
15182         * lib/error.h: Fold in some upstream changes from glibc.
15183         * lib/error.c: Likewise.
15184
15185 2006-08-04  Bruno Haible  <bruno@clisp.org>
15186
15187         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15188         Make the mostlyclean-local rule depend on mostlyclean-generic.
15189         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
15190
15191 2006-07-31  Bruno Haible  <bruno@clisp.org>
15192
15193         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
15194         <stdlib.h>, <string.h>.
15195
15196 2006-07-30  Bruno Haible  <bruno@clisp.org>
15197
15198         * modules/readlink (License): Change to LGPL.
15199
15200 2006-07-30  Bruno Haible  <bruno@clisp.org>
15201
15202         * modules/javaversion (Makefile.am): Distribute javaversion.java and
15203         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
15204         set PKGDATADIR to point to it.
15205
15206 2006-07-30  Bruno Haible  <bruno@clisp.org>
15207
15208         * modules/csharpexec (configure.ac): Comment out macro invocation.
15209         * modules/javaexec (configure.ac): Likewise.
15210         * modules/javacomp-script (configure.ac): Likewise.
15211
15212         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
15213
15214 2006-07-30  Bruno Haible  <bruno@clisp.org>
15215
15216         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
15217         linked-list.
15218
15219 2006-07-30  Bruno Haible  <bruno@clisp.org>
15220
15221         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
15222
15223 2006-07-30  Bruno Haible  <bruno@clisp.org>
15224
15225         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15226         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
15227         get removed.
15228
15229 2006-07-29  Bruno Haible  <bruno@clisp.org>
15230
15231         Make it possible for gnulib-tool to work with locally modified or
15232         augmented gnulib repositories.
15233         * gnulib-tool (func_usage): Document --local-dir option.
15234         (local_gnulib_dir): New variable.
15235         Handle --local-dir option.
15236         (func_lookup_file): New function.
15237         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
15238         (func_get_description, func_get_filelist, func_get_description,
15239         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
15240         func_get_automake_snippet, func_get_include_directive,
15241         func_get_license, func_get_maintainer): Use func_lookup_file.
15242         (func_import, func_create_testdir): Use func_lookup_file.
15243
15244 2006-07-29  Bruno Haible  <bruno@clisp.org>
15245
15246         * modules/setenv (Depends-on): Add unistd.
15247
15248 2006-07-29  Bruno Haible  <bruno@clisp.org>
15249
15250         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
15251
15252 2006-07-29  Bruno Haible  <bruno@clisp.org>
15253
15254         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
15255
15256 2006-07-29  Bruno Haible  <bruno@clisp.org>
15257
15258         * gnulib-tool (import, update): If there is no Makefile.am, look at
15259         aclocal.m4, instead of bailing out.
15260
15261 2006-07-29  Bruno Haible  <bruno@clisp.org>
15262
15263         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
15264         Categorize the options by when they are useful.
15265
15266 2006-07-29  Bruno Haible  <bruno@clisp.org>
15267
15268         * gnulib-tool (func_usage): Document option --no-libtool.
15269         Handle option --no-libtool.
15270         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
15271         for changed semantics of $libtool variable.
15272         (func_import): Likewise. If libtool is not used, show this through
15273         an option --no-libtool.
15274         (func_create_testdir): Update.
15275
15276 2006-07-29  Bruno Haible  <bruno@clisp.org>
15277
15278         * gnulib-tool (func_import): Extend error message about missing
15279         --doc-base.
15280
15281 2006-07-29  Bruno Haible  <bruno@clisp.org>
15282
15283         * gnulib-tool (func_import): Don't create the $docbase directory if
15284         there is no file to store there.
15285
15286 2006-07-29  Bruno Haible  <bruno@clisp.org>
15287
15288         * gnulib-tool (autoconf_minversion): If a --dir option is given and
15289         relevant, look for configure.ac there, not in the current directory.
15290         Also use a simple search for AC_PREREQ, not "autoconf --trace".
15291
15292 2006-07-29  Bruno Haible  <bruno@clisp.org>
15293
15294         * gnulib-tool (SORT): New variable.
15295         (func_usage): Undocument --assume-autoconf option.
15296         Remove --assume-autoconf option handling.
15297         (autoconf_minversion): Determine from the contents of configure.ac.
15298         (func_import): Remove autoconf_minversion handling.
15299         Suggested by Eric Blake.
15300
15301 2006-07-29  Bruno Haible  <bruno@clisp.org>
15302
15303         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
15304
15305 2006-07-29  Bruno Haible  <bruno@clisp.org>
15306
15307         * config/srclist.txt (*setenv.[ch]): Remove rules.
15308
15309 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15310
15311         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
15312
15313 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15314
15315         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
15316         arpa/inet.h.
15317
15318 2006-07-28  Simon Josefsson  <jas@extundo.com>
15319
15320         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
15321         * modules/inet_pton (Depends-on): Likewise.
15322
15323 2006-07-28  Simon Josefsson  <jas@extundo.com>
15324
15325         * m4/netinet_in_h.m4: New file.
15326
15327 2006-07-28  Simon Josefsson  <jas@extundo.com>
15328
15329         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
15330         #include's.
15331
15332 2006-07-28  Simon Josefsson  <jas@extundo.com>
15333
15334         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
15335         #include's.
15336
15337 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15338
15339         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
15340         setgid on directories only if they set these bits.
15341         * lib/modechange.h: Remove obsolete comment about masks.
15342
15343 2006-07-28  Eric Blake  <ebb9@byu.net>
15344
15345         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
15346         macro expansion.
15347
15348 2006-07-28  Bruno Haible  <bruno@clisp.org>
15349
15350         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
15351
15352 2006-07-28  Bruno Haible  <bruno@clisp.org>
15353
15354         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
15355
15356 2006-07-28  Bruno Haible  <bruno@clisp.org>
15357
15358         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15359         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15360         Define fallbacks.
15361         Avoids link error on FreeBSD 4.x.
15362         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15363
15364         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
15365         encoding.
15366         * lib/mbswidth.c (iswcntrl): Likewise.
15367
15368 2006-07-27  Bruno Haible  <bruno@clisp.org>
15369
15370         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
15371         test.
15372
15373 2006-07-27  Bruno Haible  <bruno@clisp.org>
15374
15375         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
15376         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
15377         defined.
15378
15379 2006-07-26  Eric Blake  <ebb9@byu.net>
15380
15381         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
15382
15383 2006-07-26  Eric Blake  <ebb9@byu.net>
15384
15385         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
15386         like mingw that lack mkstemp.
15387         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
15388         avoid compilation warning on mingw.
15389
15390 2006-07-26  Bruno Haible  <bruno@clisp.org>
15391
15392         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
15393         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
15394         INT_FAST*_MIN, INTPTR_MIN.
15395
15396 2006-07-25  Bruno Haible  <bruno@clisp.org>
15397
15398         * modules/version-etc (Depends-on): Add stdarg.
15399
15400 2006-07-25  Bruno Haible  <bruno@clisp.org>
15401
15402         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
15403         complex commands.
15404
15405 2006-07-25  Bruno Haible  <bruno@clisp.org>
15406
15407         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
15408         defined in <stdarg.h> or config.h.
15409
15410 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15411
15412         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
15413         (gl_STDIO_SAFER): Remove.
15414
15415 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15416
15417         * MODULES.html.sh (File stream based Input/Output):
15418         Add fopen-safer, tmpfile-safer; remove stdio-safer.
15419         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
15420         * modules/fopen-safer, modules/tmpfile-safer: New files.
15421         * modules/stdio-safer: Remove.
15422
15423 2006-07-24  Bruno Haible  <bruno@clisp.org>
15424
15425         * modules/tmpdir: New file.
15426         * MODULES.html.sh (File system functions): Add it.
15427
15428 2006-07-24  Bruno Haible  <bruno@clisp.org>
15429
15430         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
15431         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
15432
15433 2006-07-24  Bruno Haible  <bruno@clisp.org>
15434
15435         * modules/clean-temp: New file.
15436
15437 2006-07-24  Bruno Haible  <bruno@clisp.org>
15438
15439         * m4/tmpdir.m4: New file, from GNU gettext.
15440
15441 2006-07-24  Bruno Haible  <bruno@clisp.org>
15442
15443         * lib/tmpdir.h: New file, from GNU gettext.
15444         * lib/tmpdir.c: New file, from GNU gettext.
15445
15446 2006-07-24  Bruno Haible  <bruno@clisp.org>
15447
15448         * lib/clean-temp.h: New file, from GNU gettext.
15449         * lib/clean-temp.c: New file, from GNU gettext.
15450
15451 2006-07-23  Eric Blake  <ebb9@byu.net>
15452
15453         * modules/stdio-safer (Files): Add tmpfile-safer.c.
15454         (Depends-on): Add binary-io.
15455
15456 2006-07-23  Eric Blake  <ebb9@byu.net>
15457
15458         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
15459
15460 2006-07-23  Eric Blake  <ebb9@byu.net>
15461
15462         * lib/tmpfile-safer.c: New file.
15463         * lib/stdio-safer.h (fopen_safer): Add prototype.
15464         * lib/stdio--.h (tmpfile): Make safer.
15465
15466 2006-07-23  Bruno Haible  <bruno@clisp.org>
15467
15468         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15469         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15470         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15471         gl_linked_remove_at): Use it.
15472
15473 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15474         and Simon Josefsson <jas@extundo.com>
15475
15476         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15477
15478         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15479
15480 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15481
15482         * modules/close-stream: New file.
15483         * modules/closeout (Description): Make it clear that it exits
15484         with a diagnostic on error.
15485         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15486         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15487
15488 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15489
15490         * m4/close-stream.m4: New file.
15491
15492 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * lib/close-stream.c, lib/close-stream.h: New files.
15495
15496 2006-07-22  Bruno Haible  <bruno@clisp.org>
15497
15498         Merge from GNU gettext 0.15.
15499
15500         2006-05-01  Bruno Haible  <bruno@clisp.org>
15501
15502                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15503
15504         2006-07-22  Bruno Haible  <bruno@clisp.org>
15505
15506                 * modules/javaversion: New file.
15507                 * MODULES.html.sh (Java): Add javaversion.
15508
15509         2006-03-12  Bruno Haible  <bruno@clisp.org>
15510
15511                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15512
15513         2005-12-04  Bruno Haible  <bruno@clisp.org>
15514
15515                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15516                 (untested).
15517
15518         2006-06-21  Bruno Haible  <bruno@clisp.org>
15519
15520                 Avoid warnings from recent versions of mcs.
15521                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15522                 -o, -L, -r any more. Use options documented since mcs-1.0
15523                 instead. Similarly for -g.
15524
15525         2005-12-04  Bruno Haible  <bruno@clisp.org>
15526
15527                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15528                 .resources, not .resource.
15529
15530         2005-07-09  Bruno Haible  <bruno@clisp.org>
15531
15532                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15533                 add a .dll suffix.
15534                 Reported by Mark Junker <mjscod@gmx.de>.
15535
15536         2006-07-22  Bruno Haible  <bruno@clisp.org>
15537
15538                 * modules/gettext: Upgrade to gettext-0.15.
15539                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15540                 m4/visibility.m4.
15541                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15542
15543 2006-07-22  Bruno Haible  <bruno@clisp.org>
15544
15545         Merge from GNU gettext 0.15.
15546
15547         2006-03-25  Bruno Haible  <bruno@clisp.org>
15548
15549                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15550
15551         2006-07-21  Bruno Haible  <bruno@clisp.org>
15552
15553                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15554                 "1.1".
15555
15556         2006-05-09  Bruno Haible  <bruno@clisp.org>
15557
15558                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15559                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15560                 for the conftestver execution.
15561
15562         2006-05-01  Bruno Haible  <bruno@clisp.org>
15563
15564                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15565                 optional target-version argument. Verify that the compiler
15566                 groks source of the specified source-version, or add -source
15567                 option as necessary. Verify that the compiler produces
15568                 bytecode in the specified target-version, or add -target and
15569                 -source options as necessary. Make the result of the test
15570                 available as variable CONF_JAVAC. Also log error output in
15571                 config.log.
15572
15573         2006-03-11  Bruno Haible  <bruno@clisp.org>
15574
15575                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15576
15577         2006-05-09  Bruno Haible  <bruno@clisp.org>
15578
15579                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15580                 CLASSPATH_SEPARATOR to a semicolon.
15581
15582         2006-03-12  Bruno Haible  <bruno@clisp.org>
15583
15584                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15585                 available as variable CONF_JAVA, for subsequent autoconf
15586                 tests. Also log error output in config.log.
15587
15588         2006-07-19  Bruno Haible  <bruno@clisp.org>
15589
15590                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15591                 that getline works on glibc2 systems. Needed to avoid trouble
15592                 in relocatable.c.
15593                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15594
15595         2005-12-04  Bruno Haible  <bruno@clisp.org>
15596
15597                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15598                 launcher (untested).
15599
15600         2005-12-04  Bruno Haible  <bruno@clisp.org>
15601
15602                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15603
15604         2006-07-22  Bruno Haible  <bruno@clisp.org>
15605
15606                 * gettext.m4: Update from GNU gettext-0.15.
15607                 * nls.m4: Likewise.
15608                 * po.m4: Likewise.
15609                 * inttypes-pri.m4: Likewise.
15610                 * inttypes-h.m4: Renamed from inttypes.m4.
15611                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15612
15613 2006-07-22  Bruno Haible  <bruno@clisp.org>
15614
15615         Merge from GNU gettext 0.15.
15616
15617         2005-07-05  Bruno Haible  <bruno@clisp.org>
15618
15619                 * printf-args.c (printf_fetchargs): Work around broken
15620                 definition of wint_t on mingw.
15621
15622         2005-02-12  Bruno Haible  <bruno@clisp.org>
15623
15624                 * xallocsa.h: Add extern "C" for C++.
15625
15626         2006-05-17  Bruno Haible  <bruno@clisp.org>
15627
15628                 Cygwin portability.
15629                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15630
15631         2006-04-30  Bruno Haible  <bruno@clisp.org>
15632
15633                 * progreloc.c: Include <mach-o/dyld.h> if available.
15634                 (find_executable): Use _NSGetExecutablePath when possible.
15635
15636         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15637
15638                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15639                 function.
15640
15641         2005-12-29  Bruno Haible  <bruno@clisp.org>
15642
15643                 * progreloc.c (set_program_name_and_installdir): Fix
15644                 compilation error.
15645
15646         2005-12-04  Bruno Haible  <bruno@clisp.org>
15647
15648                 Cygwin portability.
15649                 * progreloc.c: Include <windows.h> also on Cygwin.
15650                 (find_executable): Add support for Cygwin.
15651                 (set_program_name_and_installdir): Handle also platforms with
15652                 nonempty EXEEXT.
15653
15654         2006-07-11  Bruno Haible  <bruno@clisp.org>
15655
15656                 * javacomp.c: Fix a comment.
15657                 Reported by Jim Meyering.
15658
15659         2006-04-30  Bruno Haible  <bruno@clisp.org>
15660
15661                 * javacomp.h (compile_java_class): Add source_version,
15662                 target_version arguments.
15663                 * javacomp.c: Rewritten to choose only a compiler that
15664                 respects the specified source_version and target_version.
15665
15666         2006-06-27  Bruno Haible  <bruno@clisp.org>
15667
15668                 Assume correct S_ISDIR macro.
15669                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15670
15671         2006-07-22  Bruno Haible  <bruno@clisp.org>
15672
15673                 * javaversion.h: New file, from GNU gettext.
15674                 * javaversion.c: New file, from GNU gettext.
15675                 * javaversion.java: New file, from GNU gettext.
15676                 * javaversion.class: New file, from GNU gettext.
15677
15678         2006-05-17  Bruno Haible  <bruno@clisp.org>
15679
15680                 Cygwin portability.
15681                 * javaexec.c (execute_java_class): Test for jview program
15682                 also on Cygwin.
15683
15684         2006-04-09  Bruno Haible  <bruno@clisp.org>
15685
15686                 * fatal-signal.c: Don't include string.h.
15687                 (at_fatal_signal): Use a copying loop instead of memcpy.
15688
15689         2005-12-04  Bruno Haible  <bruno@clisp.org>
15690
15691                 * csharpexec.c: Add support for 'clix' launcher (untested).
15692                 (execute_csharp_using_sscli): New function.
15693                 (execute_csharp_program): Call it.
15694
15695         2006-06-21  Bruno Haible  <bruno@clisp.org>
15696
15697                 Avoid warnings from recent versions of mcs.
15698                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15699                 -o, -L, -r any more. Use options documented since mcs-1.0
15700                 instead. Similarly for -g.
15701
15702         2005-07-09  Bruno Haible  <bruno@clisp.org>
15703
15704                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15705                 add a .dll suffix.
15706                 Reported by Mark Junker <mjscod@gmx.de>.
15707
15708         2006-06-17  Bruno Haible  <bruno@clisp.org>
15709
15710                 * config.charset: Update for NetBSD 3.0.
15711
15712         2006-05-17  Bruno Haible  <bruno@clisp.org>
15713
15714                 Cygwin portability.
15715                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15716
15717         2006-05-16  Bruno Haible  <bruno@clisp.org>
15718
15719                 * localcharset.c [CYGWIN]: Include <windows.h>.
15720                 (get_charset_aliases): For Cygwin, return the same CPxxx
15721                 aliases list as under WIN32.
15722                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15723                 the environment variables. Fall back to GetACP().
15724
15725         2006-04-05  Bruno Haible  <bruno@clisp.org>
15726
15727                 * config.charset: Update Juan Manuel Guerrero's address.
15728
15729         2005-02-12  Bruno Haible  <bruno@clisp.org>
15730
15731                 * allocsa.h: Add extern "C" for C++.
15732
15733         2005-02-10  Bruno Haible  <bruno@clisp.org>
15734
15735                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15736                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15737
15738         2006-07-22  Bruno Haible  <bruno@clisp.org>
15739
15740                 * gettext.h: Update to GNU gettext-0.15.
15741
15742 2006-07-22  Bruno Haible  <bruno@clisp.org>
15743
15744         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15745         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15746         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15747
15748 2006-07-21  Eric Blake  <ebb9@byu.net>
15749
15750         * modules/stdlib-safer: New file.
15751         * MODULES.html.sh (File stream based Input/Output): Add
15752         stdlib-safer.
15753
15754 2006-07-21  Eric Blake  <ebb9@byu.net>
15755
15756         * lib/stdlib-safer.h: New file from coreutils, required by
15757         stdlib--.h.
15758
15759 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15760
15761         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15762
15763 2006-07-20  Bruno Haible  <bruno@clisp.org>
15764
15765         * gnulib-tool: Recognize new option --assume-autoconf.
15766         (autoconf_minversion): New variable.
15767         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15768
15769 2006-07-20  Bruno Haible  <bruno@clisp.org>
15770
15771         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15772
15773 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15774
15775         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15776         Reindent and repaginate.
15777
15778 2006-07-19  Derek Price  <derek@ximbiot.com>
15779
15780         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15781         Correct grammar.
15782
15783 2006-07-17  Bruno Haible  <bruno@clisp.org>
15784
15785         * modules/list: New file.
15786         * modules/array-list: New file.
15787         * modules/carray-list, modules/carray-list-tests: New files.
15788         * modules/linked-list, modules/linked-list-tests: New files.
15789         * modules/avltree-list, modules/avltree-list-tests: New files.
15790         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15791         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15792         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15793         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15794         * modules/oset: New file.
15795         * modules/array-oset: New file.
15796         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15797         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15798         * tests/test-carray_list.c: New file.
15799         * tests/test-linked_list.c: New file.
15800         * tests/test-avltree_list.c: New file.
15801         * tests/test-rbtree_list.c: New file.
15802         * tests/test-linkedhash_list.c: New file.
15803         * tests/test-avltreehash_list.c: New file.
15804         * tests/test-rbtreehash_list.c: New file.
15805         * tests/test-avltree_oset.c: New file.
15806         * tests/test-rbtree_oset.c: New file.
15807         * MODULES.html.sh (Container data structures): New section.
15808
15809 2006-07-17  Bruno Haible  <bruno@clisp.org>
15810
15811         * m4/gl_list.m4: New file.
15812
15813 2006-07-17  Bruno Haible  <bruno@clisp.org>
15814
15815         * lib/gl_list.h: New file.
15816         * lib/gl_list.c: New file.
15817         * lib/gl_array_list.h: New file.
15818         * lib/gl_array_list.c: New file.
15819         * lib/gl_carray_list.h: New file.
15820         * lib/gl_carray_list.c: New file.
15821         * lib/gl_linked_list.h: New file.
15822         * lib/gl_linked_list.c: New file.
15823         * lib/gl_anylinked_list1.h: New file.
15824         * lib/gl_anylinked_list2.h: New file.
15825         * lib/gl_avltree_list.h: New file.
15826         * lib/gl_avltree_list.c: New file.
15827         * lib/gl_anyavltree_list1.h: New file.
15828         * lib/gl_anyavltree_list2.h: New file.
15829         * lib/gl_rbtree_list.h: New file.
15830         * lib/gl_rbtree_list.c: New file.
15831         * lib/gl_anyrbtree_list1.h: New file.
15832         * lib/gl_anyrbtree_list2.h: New file.
15833         * lib/gl_anytree_list1.h: New file.
15834         * lib/gl_anytree_list2.h: New file.
15835         * lib/gl_linkedhash_list.h: New file.
15836         * lib/gl_linkedhash_list.c: New file.
15837         * lib/gl_anyhash_list1.h: New file.
15838         * lib/gl_anyhash_list2.h: New file.
15839         * lib/gl_avltreehash_list.h: New file.
15840         * lib/gl_avltreehash_list.c: New file.
15841         * lib/gl_rbtreehash_list.h: New file.
15842         * lib/gl_rbtreehash_list.c: New file.
15843         * lib/gl_anytreehash_list1.h: New file.
15844         * lib/gl_anytreehash_list2.h: New file.
15845
15846         * lib/gl_oset.h: New file.
15847         * lib/gl_oset.c: New file.
15848         * lib/gl_array_oset.h: New file.
15849         * lib/gl_array_oset.c: New file.
15850         * lib/gl_avltree_oset.h: New file.
15851         * lib/gl_avltree_oset.c: New file.
15852         * lib/gl_rbtree_oset.h: New file.
15853         * lib/gl_rbtree_oset.c: New file.
15854         * lib/gl_anytree_oset.h: New file.
15855
15856 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15857
15858         * m4/mkancesdirs.m4: New file.
15859         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15860         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15861         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15862         it.
15863
15864 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15865
15866         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15867         * lib/mkancesdirs.h: New files.
15868         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15869         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15870         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15871         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15872         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15873         callers changed.  Revamp internals significantly, by not
15874         attempting to create directories that are temporarily more
15875         permissive than the final results.  Do not attempt to use
15876         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15877         This removes some race conditions, fixes some bugs, and simplifies
15878         things.  Use new dirchownmod function to do owner and mode changes.
15879         * lib/mkdir-p.h: Likewise.
15880         * lib/modechange.c (octal_to_mode): New function.
15881         (struct mode_change): New member mentioned.
15882         (make_node_op_equals): New arg mentioned.  All callers changed.
15883         (mode_compile): Keep track of which mode bits the user has explicitly
15884         mentioned.
15885         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15886         New arg PMODE_BITS, to keep track of which mode bits the user
15887         mentioned; it treats S_ISUID and S_ISGID speciall.
15888         All callers changed.
15889         * lib/modechange.h: Likewise.
15890
15891 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15892
15893         * MODULES.html.sh: Add mkancestors.
15894         * modules/mkancesdirs: New module.
15895         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15896         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15897         The chdir-safer and afs files are now orphans; I'll remove them
15898         unless someone speaks up.
15899         Add lib/dirchownmod.c, lib/dirchownmod.h.
15900         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15901         Add lchown, mkancesdirs.
15902         (Maintainer): Add self.
15903
15904 2006-07-15  Karl Berry  <karl@gnu.org>
15905
15906         * gnulib-tool: help message wording/arrangement.
15907
15908 2006-07-14  Simon Josefsson  <jas@extundo.com>
15909
15910         * doc/gnulib.texi (Libtool and Windows): New section.
15911
15912 2006-07-12  Simon Josefsson  <jas@extundo.com>
15913
15914         * modules/gendocs (License): Fix license, approved by Karl.
15915
15916 2006-07-12  Eric Blake  <ebb9@byu.net>
15917
15918         * MODULES.html.sh: Add gendocs.
15919
15920 2006-07-11  Eric Blake  <ebb9@byu.net>
15921
15922         * modules/fdl: New module, to install doc/fdl.texi.
15923         * MODULES.html.sh: Add new section for documentation modules.
15924         * gnulib-tool: Avoid space-tab.
15925         (--doc-base): New option, to manage files from doc.
15926
15927 2006-07-11  Eric Blake  <ebb9@byu.net>
15928
15929         * m4/absolute-header.m4: Fix comments to match recent change.
15930
15931 2006-07-11  Eric Blake  <ebb9@byu.net>
15932
15933         * gnulib-tool: List --doc-base before --tests-base.
15934
15935 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15936
15937         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15938
15939 2006-07-11  Bruno Haible  <bruno@clisp.org>
15940
15941         * README: Mention where to put documentation.
15942
15943 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15944
15945         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15946
15947 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15948
15949         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15950         to stdint.m4.
15951
15952 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15953
15954         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15955         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15956         "no/such/file/stdint.h" when there is no such file, so that
15957         the resulting C code can be parsed by dodgy compilers.
15958         Problems reported by Bob Proulx.
15959
15960 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15961
15962         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15963         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15964         macros into the GNU _D_EXACT_NAMLEN.
15965         * lib/savedir.c:  Likewise.
15966         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15967
15968 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15969         and Paul Eggert  <eggert@cs.ucla.edu>
15970
15971         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15972         * m4/savedir.m4:
15973         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15974         macros into the GNU _D_EXACT_NAMLEN.
15975
15976 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15977
15978         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15979         around the absolute name, to work around a problem with the HP-UX
15980         11.23 native C compiler, reported by Bob Proulx.
15981
15982 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15983
15984         * doc/maintain.texi, make-stds.texi: Sync from
15985         <http://savannah.gnu.org/projects/gnustandards>.
15986
15987 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15988
15989         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15990
15991 2006-07-09  Jim Meyering  <jim@meyering.net>
15992
15993         * m4/glob.m4: Remove a doubled word in a comment.
15994
15995 2006-07-09  Jim Meyering  <jim@meyering.net>
15996
15997         * lib/argp-pv.c: Remove a doubled word in a comment.
15998         * lib/check-version.c (check_version): Likewise.
15999         * lib/javacomp.c (compile_java_class): Likewise.
16000
16001 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16002
16003         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
16004         for the benefit of people using Autoconf 2.60.  If you want to
16005         support older Autoconf versions you can copy m4/onceonly_2_57.m4
16006         (or m4/onceonly.m4, if pre-2.57) manually.
16007
16008 2006-07-08  Jim Meyering  <jim@meyering.net>
16009
16010         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
16011         comment.
16012         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
16013         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
16014         comment.
16015
16016 2006-07-08  Jim Meyering  <jim@meyering.net>
16017
16018         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
16019
16020 2006-07-07  Simon Josefsson  <jas@extundo.com>
16021
16022         * tests/test-crc.c: Change expected crc value, the test vector
16023         were probably computed using the old broken crc.c?
16024
16025 2006-07-06  Simon Josefsson  <jas@extundo.com>
16026
16027         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
16028         now the canonical place for the M4 file).
16029
16030         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
16031         from the sys_socket dependency now.
16032
16033         * modules/inet_pton (Files): Ditto.
16034
16035         * modules/inet_ntop (Files): Ditto.
16036
16037 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16038
16039         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
16040         not gl_PREREQ_GETUSERSHELL.
16041
16042 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16043
16044         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
16045         with only one argument, for Autoconf 2.60.
16046         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
16047         expand to nothing, so add a shell command to avoid syntax error.
16048         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16049
16050 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16051
16052         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
16053
16054 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16055
16056         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
16057         no longer needed.  Check for isblank decl.
16058         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
16059         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
16060         of existence.
16061
16062 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16063
16064         * lib/getloadavg.c: Use __VMS, not VMS.
16065         * lib/getopt.c: Likewise.
16066         * lib/getpagesize.h: Likewise.
16067         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
16068         and probably does not work.
16069
16070 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16071
16072         * lib/.cppi-disable: Add wcwidth.
16073         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
16074         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
16075         (ISGRAPH): Remove.  All uses changed to isgraph.
16076         (FOLD) [!defined _LIBC]: Remove special case.
16077         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
16078         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
16079         HAVE_ISBLANK.
16080         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
16081         case.
16082
16083 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16084
16085         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
16086         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
16087         brackets.  Other minor changes to suppress some compiler
16088         warnings.
16089
16090 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16091         and Paul Eggert  <eggert@cs.ucla.edu>
16092
16093         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
16094         of invoking obsolescent AC_HEADER_DIRENT macro.
16095         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
16096         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
16097         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
16098         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
16099         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
16100         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16101         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
16102         * m4/readdir.m4: Remove; no longer needed.
16103
16104 2006-07-06  Derek R. Price  <derek@ximbiot.com>
16105         and Paul Eggert  <eggert@cs.ucla.edu>
16106
16107         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
16108         Don't worry about this obsolete case any more.
16109         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
16110         directories.
16111         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
16112         worry about this obsolete case any more.
16113         * lib/fts.c: Likewise.
16114         * lib/getcwd.c: Likewise.
16115         * lib/glob.h: Likewise.
16116         * lib/savedir.c: Likewise.
16117
16118 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16119
16120         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
16121         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
16122         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
16123         needed.
16124         All uses removed.
16125         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16126         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16127         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
16128         needed.
16129         * m4/getdate.m4 (gl_GETDATE): Likewise.
16130         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16131         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16132         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16133         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16134         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
16135         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16136         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
16137         needed.
16138
16139 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16140
16141         * lib/memcasecmp.c: Include <limits.h>.
16142         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
16143         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
16144         Don't assume isdigit succeeds only on '0' through '9'.
16145
16146 2006-07-05  Eric Blake  <ebb9@byu.net>
16147
16148         * modules/getaddrinfo (Depends-on): Add snprintf.
16149
16150 2006-07-05  Eric Blake  <ebb9@byu.net>
16151
16152         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
16153         to avoid 'header present but could not be compiled' on cygwin.
16154
16155 2006-07-05  Eric Blake  <ebb9@byu.net>
16156
16157         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
16158         missing from netdb.h.
16159         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
16160
16161 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16162
16163         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
16164         no longer needed.
16165         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
16166         * m4/getdate.m4 (gl_GETDATE): Likewise.
16167         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
16168         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
16169         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
16170         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
16171         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16172
16173 2006-07-05  Derek R. Price  <derek@ximbiot.com>
16174
16175         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
16176         All uses of is_space replaced by isspace.
16177         * lib/exit.h: Don't talk about STDC_HEADERS.
16178         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
16179         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
16180         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
16181         replaced by isprint etc.
16182         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
16183         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16184         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
16185         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
16186         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
16187         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
16188
16189 2006-07-05  Bruno Haible  <bruno@clisp.org>
16190
16191         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
16192         the function exists, before testing against AIX.
16193         Reported by Martin Lambers <marlam@marlam.de>.
16194
16195 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
16198         From Mark D. Baushke.
16199
16200 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16201
16202         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
16203         to the absolute name, not just one, to bypass Sun C 5.8's
16204         "warning: #include of /usr/include/... may be non-portable".
16205
16206 2006-07-04  Eric Blake  <ebb9@byu.net>
16207
16208         * modules/dirname-tests: New test module.
16209         * tests/test-dirname.c: New file, replacing dirname.c
16210         TEST_DIRNAME section that was recently deleted.
16211
16212 2006-07-04  Bruno Haible  <bruno@clisp.org>
16213
16214         Assume ANSI C header files and <ctype.h> functions.
16215         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
16216         (mbsnwidth): Use isprint, iscntrl instead.
16217
16218 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16219
16220         Merge from coreutils.
16221         * MODULES.html.sh: Add xstrtold.
16222         * modules/xstrtold: New file.
16223         * modules/cycle-check (Files): Add lib/same-inode.h.
16224         * modules/dirname (Files): Add m4/double-slash-root.m4.
16225         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
16226         * modules/mkdir-p (Files): Add lib/same-inode.h.
16227         * modules/same (Files): Add lib/same-inode.h.
16228
16229 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16230
16231         * m4/absolute-header.m4: Renamed from full-header-path.m4.
16232         This is to keep the terminology clean; POSIX talks about
16233         "absolute pathnames", not "full pathnames", but the GNU
16234         Coding Standards say to use "path" for something else;
16235         so use "absolute" to keep both sides happy.
16236         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
16237         Set gl_absolute_header, not gl_full_header_path.
16238         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
16239         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
16240         All uses changed.
16241
16242         Merge from coreutils.
16243
16244         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16245
16246         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
16247         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
16248         want to require the building of c-strtod.o.
16249         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
16250         needs -lm directly.
16251         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
16252
16253         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16254
16255         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
16256         --as-needed option if available.  Problem reported by Albert Chin in
16257         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
16258         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
16259         cc merely issues a bunch of annoying warnings for --as-needed
16260         (this problem was reported by Bob Proulx).  Also, try linking with
16261         -lm to detect a bug in binutils 2.16 (this problem was reported
16262         by Ralf Wildenhues).
16263
16264         2006-06-18  Jim Meyering  <jim@meyering.net>
16265
16266         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
16267         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
16268         macro.
16269         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
16270         also check for glibc-2.4's abort-inducing bug.
16271
16272         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
16273         Low-probability clean-up should be to use rmdir to get rid of
16274         the just-created directory, not unlink.
16275
16276         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
16277         configure fail, and request a bug report to inform us about it.
16278         Add a comment that, barring reports to the contrary, in 2007 we'll
16279         assume ftruncate is universally available.
16280
16281         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16282
16283         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
16284
16285         2006-03-12  Jim Meyering  <jim@meyering.net>
16286
16287         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
16288         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
16289         * m4/same.m4 (gl_SAME): Likewise.
16290         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
16291
16292         2006-03-11  Eric Blake  <ebb9@byu.net>
16293
16294         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
16295         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
16296         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
16297         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
16298
16299 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16300
16301         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
16302         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
16303         reported by Mark D. Baushke, one in
16304         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
16305
16306         Merge from coreutils.
16307
16308         * lib/.cppi-disable: Add stdint_.h.
16309         * lib/.cvsignore: Add stdint.h.
16310
16311         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16312
16313         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
16314         both double and long double versions.
16315         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
16316         * lib/xstrtold.c: New file.
16317         * lib/xstrtod.h (xstrtold): New decl.
16318
16319         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16320
16321         * lib/filemode.c (setst): Remove.
16322         (strmode): Rewrite to avoid setst.  This makes the code shorter,
16323         (arguably) clearer, and the generated code is a bit smaller on my
16324         Debian GNU/Linux stable x86 host.
16325
16326         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16327
16328         * lib/filemode.c: Include "filemode.h" first, to test the interface.
16329         Assume that filemode.h includes sys/types.h and sys/stat.h.
16330         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
16331         (ftypelet): Reorder to put common cases first, for efficiency.
16332         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
16333         to do 'M'.
16334         (strmode): Renamed from mode_string, and now stores 12 bytes instead
16335         of 10, for compatibility with FreeBSD.  All callers changed.
16336         (filemodestring): Now stores 12 bytes instead of 10, and sets file
16337         types that can't be deduced solely from st_mode.  First arg is now a
16338         const pointer.
16339         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
16340         (strmode): Renamed from mode_string.
16341         (filemodestring): New decl.
16342         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
16343         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
16344         needed.
16345         (S_ISPORT, S_ISWHT): New macros, if not already defined.
16346
16347         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16348
16349         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
16350         fsusage.h now does that.  Include fsusage.h first, to test interface.
16351         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
16352         at most one method (the old code could have generated decls that
16353         didn't conform to C89, not that this was ever exercised).
16354         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
16355
16356         2006-03-19  Jim Meyering  <jim@meyering.net>
16357
16358         Work even in a chroot where d_ino values for entries in "/"
16359         don't match the stat.st_ino values for the same names.
16360         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
16361         number, iterate through all entries again, using lstat instead.
16362         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
16363         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
16364
16365         * lib/getcwd.c (__getcwd): Clarify a comment.
16366         Use memcpy in place of a call to strcpy.
16367
16368         2006-03-12  Jim Meyering  <jim@meyering.net>
16369
16370         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
16371         matches that of the current directory (which we're about to chdir ".."
16372         out of), then save the dev-ino of the parent, instead.
16373
16374         * lib/same-inode.h (SAME_INODE): New file/macro.
16375         * lib/chdir-safer.c (SAME_INODE): Remove definition.
16376         Include "same-inode.h", instead.
16377         * lib/same.c: Likewise.
16378         * lib/cycle-check.h: Include "same-inode.h".
16379         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
16380         * lib/cycle-check.c (SAME_INODE): Remove definition.
16381         * lib/root-dev-ino.h: Include "same-inode.h".
16382
16383         2006-03-11  Eric Blake  <ebb9@byu.net>
16384
16385         * lib/same.c (same_name): s/base_name/last_component/
16386         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
16387         * lib/filenamecat.c (file_name_concat): Likewise.
16388
16389         2006-03-11  Eric Blake  <ebb9@byu.net>,
16390                     Paul Eggert  <eggert@cs.ucla.edu>
16391
16392         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
16393         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
16394         drive prefix.
16395         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
16396         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
16397         (last_component): New method.
16398         * lib/dirname.c (dir_len): Determine when drive letters need a
16399         subsequent slash.  Preserve // when it is special.
16400         (dir_name): Don't append dot when drive letter is absolute.
16401         [TEST_DIRNAME]: Move into a full-blown gnulib test.
16402         * lib/basename.c (base_name): New semantics - malloc the result.
16403         Preserve // when it is special.  Preserve relative files that look
16404         like drive letters.
16405         (base_len): Preserve // when it is special.
16406         (last_component): New method, similar to old base_name semantics.
16407         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
16408         base_name.  Strip redundant slashes from ///.
16409
16410 2006-07-03  Jim Meyering  <jim@meyering.net>
16411
16412         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
16413         macro is used before the first cycle_check call.
16414
16415 2006-07-03  Eric Blake  <ebb9@byu.net>
16416
16417         * modules/dirname (Depends-on): Add xstrndup.
16418
16419 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16420
16421         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
16422         test cases, so that config.log is a bit easier to follow.
16423
16424 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16425
16426         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
16427         both are 64 bits, since this seems to be the tradition, and this
16428         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
16429         we ever run into a host that prefers long long to long in this
16430         case, we'll need another configure-time test.  Problem reported by
16431         Jim Meyering.
16432
16433 2006-07-02  Eric Blake  <ebb9@byu.net>
16434
16435         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
16436
16437 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16438
16439         * modules/inttypes (Depends-on): No longer depends on stdint.
16440         * modules/stdint (Description): Say more about assumptions.
16441         Say that the fast types might differ.  Say macros are used.
16442         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
16443         (Makefile.am): Revise list of substituted symbols to match
16444         new stdint.m4.
16445         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
16446         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
16447         * tests/test-stdint.c (verify_same_types)
16448         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
16449         the code conforms to C99/C89.
16450         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
16451         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
16452
16453 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16454
16455         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
16456         but fix a bug, by requiring at least 64 bits.
16457         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
16458         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
16459         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16460         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16461
16462         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16463         changes.  Make 2.59 a prerequisite.  Check and substitute for
16464         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16465         inttypes.h.  Do not use special include files; just use the
16466         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16467         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16468         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16469         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16470         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16471         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16472         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16473         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16474         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16475         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16476         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16477         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16478         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16479         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16480         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16481         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16482         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16483         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16484         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16485         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16486         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16487         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16488         not check for things that C99 does not require, e.g., int8_t.  If
16489         a test isn't needed unless <stdint.h> isn't working, and is
16490         unlikely to be needed for any other reason, then don't do it
16491         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16492         size_t, since we assume C89 freestanding at least.  Do not check
16493         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16494         the right thing even if the types are not defined.  Instead use:
16495         (gl_STDINT_TYPE_PROPERTIES): New macro.
16496         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16497         testing whether <sys/types.h> clashes, as Autoconf does this for
16498         us now.  All uses removed.
16499         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16500         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16501         (gl_CHECK_TYPE_SAME):
16502         Remove; no longer needed.
16503         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16504         exists, since we'll return 0 anyway in that case.
16505         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16506
16507 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16508
16509         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16510         possible collision with system files.
16511         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16512         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16513         WCHAR_MIN and WCHAR_MAX in this case.
16514         (<stddef.h>): Do not include; no longer needed.
16515         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16516         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16517         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16518         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16519         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16520         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16521         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16522         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16523         !defined(__c99))]: Include in this case too, since it's harmless
16524         now.
16525         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16526         dangerous to do so.
16527         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16528         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16529         (_STDINT_MIN, _STDINT_MAX): New macros.
16530         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16531         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16532         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16533         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16534         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16535         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16536         macros, not typedefs; this simplifies things quite a bit.
16537         Use long int for all types narrower than int64_t.
16538         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16539         Define in terms of long long int or int64_t or long int,
16540         not int64_t or int32_t.  This saves some compile-time testing.
16541         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16542         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16543         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16544         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16545         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16546         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16547         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16548         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16549         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16550         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16551         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16552         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16553         undef any previous version and define our own version, for
16554         simplicity and consistency with the new macros for types.
16555         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16556         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16557         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16558         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16559         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16560         @WINT_T_SUFFIX@ to keep things simple here.
16561         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16562         Simplify by assuming typical 8/16/32/64 host, since we're
16563         already doing that elsewhere anyway.
16564         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16565         and assume long long int is 64 bits if available.  This
16566         speeds up 'configure'.
16567
16568 2006-07-01  Eric Blake  <ebb9@byu.net>
16569
16570         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16571         Reported by Andreas Buening.
16572
16573 2006-07-01  Eric Blake  <ebb9@byu.net>
16574
16575         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16576
16577 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16578
16579         * lib/getaddrinfo.c: fixed typo
16580
16581 2006-06-29  Jim Meyering  <jim@meyering.net>
16582
16583         * modules/strftime (Maintainer): Add my name, since with the
16584         FPRINTFTIME changes strftime.c has forked from glibc.
16585
16586 2006-06-29  Eric Blake  <ebb9@byu.net>
16587
16588         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16589
16590 2006-06-29  Eric Blake  <ebb9@byu.net>
16591
16592         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16593
16594 2006-06-29  Eric Blake  <ebb9@byu.net>
16595
16596         * lib/stat_.h: New file.
16597
16598 2006-06-29  Eric Blake  <ebb9@byu.net>
16599
16600         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16601         unused static function.
16602
16603 2006-06-29  Eric Blake  <ebb9@byu.net>
16604
16605         * doc/functions.texi (Function Portability): Document missing lstat
16606         on mingw.
16607
16608 2006-06-29  Eric Blake  <ebb9@byu.net>
16609
16610         * MODULES.html.sh: Add sys_stat.
16611         * modules/sys_stat: New module.
16612         * modules/mkstemp (Depends-on): Add sys_stat.
16613
16614 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16615
16616         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16617
16618 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16619
16620         * m4/c-bs-a.m4: Removed.
16621
16622 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16623
16624         * lib/strftime.c: Assume strftime() exists.
16625
16626 2006-06-29  Derek Price  <derek@ximbiot.com>
16627
16628         * modules/c-bs-a: Removed - \a is C89.
16629         * MODULES.html.sh: Remove c-bs-a.
16630
16631 2006-06-29  Bruno Haible  <bruno@clisp.org>
16632
16633         * modules/wcwidth (License): Change to LGPL.
16634
16635 2006-06-28  Simon Josefsson  <jas@extundo.com>
16636
16637         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16638         on _WIN32.
16639
16640         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16641         getnameinfo.
16642
16643 2006-06-28  Simon Josefsson  <jas@extundo.com>
16644
16645         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16646
16647 2006-06-28  Simon Josefsson  <jas@extundo.com>
16648
16649         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16650         functions there.  It will succeed on Windows XP, but on Windows
16651         2000 and (presumably) earlier, it will fail, and use the internal
16652         re-implementation.
16653         (use_win32_p): New function.
16654         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16655         Support AI_NUMERICSERV to disable getservbyname.
16656         (getnameinfo): New function, only supports
16657         NI_NUMERICHOST|NI_NUMERICSERV for now.
16658
16659         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16660         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16661         getnameinfo.
16662
16663 2006-06-28  Eric Blake  <ebb9@byu.net>
16664
16665         * modules/wcwidth: New file.
16666         * modules/mbchar (Depends-on): Add wcwidth.
16667         * modules/mbswidth (Depends-on): Add wcwidth.
16668         * MODULES.html.sh: Add wcwidth.
16669
16670 2006-06-28  Eric Blake  <ebb9@byu.net>
16671
16672         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16673         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16674
16675 2006-06-28  Eric Blake  <ebb9@byu.net>
16676
16677         * lib/xvasprintf.h: Fix comments.
16678
16679 2006-06-28  Eric Blake  <ebb9@byu.net>
16680
16681         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16682         * lib/mbswidth.c (wcwidth): Move from here...
16683         * lib/wcwidth.h: ...to this new file.
16684
16685 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16686
16687         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16688
16689         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16690         it's obsolete.
16691         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16692
16693 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16694
16695         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16696         Autoconf 2.60 says this stuff was obsolete.
16697
16698 2006-06-28  Bruno Haible  <bruno@clisp.org>
16699
16700         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16701
16702 2006-06-28  Bruno Haible  <bruno@clisp.org>
16703
16704         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16705         gt_TYPE_WCHAR_T.
16706
16707 2006-06-28  Bruno Haible  <bruno@clisp.org>
16708
16709         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16710         declaration for wcwidth.
16711         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16712
16713 2006-06-28  Bruno Haible  <bruno@clisp.org>
16714
16715         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16716         (mkdir): Define using _mkdir.
16717
16718 2006-06-28  Bruno Haible  <bruno@clisp.org>
16719
16720         * lib/getaddrinfo.h: Fix POSIX URL.
16721         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16722         _WIN32.
16723         (use_win32_p): Make static.
16724         (getaddrinfo): Reject service name if it is empty or does not consist
16725         solely of decimal digits, or if its value is > 65535.
16726         (getnameinfo): Remove useless casts.
16727
16728 2006-06-27  Simon Josefsson  <jas@extundo.com>
16729
16730         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16731         Eggert and Martin Lambers.
16732
16733 2006-06-27  Simon Josefsson  <jas@extundo.com>
16734
16735         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16736         Eggert and Martin Lambers.
16737
16738 2006-06-27  Bruno Haible  <bruno@clisp.org>
16739
16740         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16741         result to 0, not to empty.
16742         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16743
16744 2006-06-27  Bruno Haible  <bruno@clisp.org>
16745
16746         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16747
16748 2006-06-26  Simon Josefsson  <jas@extundo.com>
16749
16750         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16751         present.
16752
16753 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16754
16755         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16756         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16757         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16758
16759 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16760
16761         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16762
16763 2006-06-26  Bruno Haible  <bruno@clisp.org>
16764
16765         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16766
16767 2006-06-26  Bruno Haible  <bruno@clisp.org>
16768
16769         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16770
16771 2006-06-26  Bruno Haible  <bruno@clisp.org>
16772
16773         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16774         SGI C compiler in pre-C99 mode.
16775         Suggested by Mark D. Baushke and Larry Jones.
16776
16777 2006-06-26  Bruno Haible  <bruno@clisp.org>
16778
16779         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16780         WCHAR_MAX.
16781         Reported by Mark D. Baushke and Larry Jones.
16782
16783 2006-06-26  Bruno Haible  <bruno@clisp.org>
16784
16785         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16786         in pre-C99 mode.
16787         Suggested by Mark D. Baushke and Larry Jones.
16788
16789 2006-06-23  Simon Josefsson  <jas@extundo.com>
16790             Bruno Haible  <bruno@clisp.org>
16791
16792         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16793         Emit mostlyclean-local rule.
16794         (func_emit_tests_Makefile_am): Likewise.
16795         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16796
16797 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16798
16799         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16800
16801 2006-06-23  Bruno Haible  <bruno@clisp.org>
16802
16803         * tests/test-stdint.c: Update to match ISO C 99 Technical
16804         Corrigendum 1.
16805
16806 2006-06-23  Bruno Haible  <bruno@clisp.org>
16807
16808         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16809
16810 2006-06-23  Bruno Haible  <bruno@clisp.org>
16811
16812         * lib/stdint_.h: Treat IRIX like OpenBSD.
16813
16814 2006-06-23  Bruno Haible  <bruno@clisp.org>
16815
16816         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16817         ISO C 99 Technical Corrigendum 1.
16818
16819 2006-06-22  Simon Josefsson  <jas@extundo.com>
16820
16821         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16822         MinGW.
16823
16824 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16825
16826         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16827         needed.  Some compiler complained about some of them.  Problem reported
16828         by Larry Jones in
16829         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16830
16831 2006-06-21  Simon Josefsson  <jas@extundo.com>
16832
16833         * tests/test-getaddrinfo.c: New file.
16834
16835         * modules/getaddrinfo-tests: New file.
16836
16837         * MODULES.html.sh: Add inet_pton.
16838
16839         * modules/inet_pton: New file.
16840
16841 2006-06-21  Simon Josefsson  <jas@extundo.com>
16842
16843         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16844         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16845         of using the (limited) gnulib implementation on Windows XP.
16846
16847         * m4/inet_pton.m4: New file.
16848
16849 2006-06-21  Simon Josefsson  <jas@extundo.com>
16850
16851         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16852         variable.
16853
16854         * lib/socket_.h: Don't define WINVER.
16855
16856         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16857         slightly modified to work in gnulib.
16858
16859 2006-06-21  Simon Josefsson  <jas@extundo.com>
16860
16861         * doc/gnulib.texi (Windows sockets): Add.
16862
16863 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16864
16865         * lib/read-file.c (fread_file): Start with buffer allocation of
16866         0 bytes rather than 1 byte; this simplifies the code.
16867         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16868         code to free buffer and save/restore errno.
16869         (internal_read_file): Remove unused local.
16870
16871 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16872
16873         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16874         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16875         Problem reported by Denis Excoffier in
16876         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16877
16878 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16879
16880         * modules/sys_socket, modules/socklen: Include sys/types since
16881         FreeBSD 4.x's sys/socket.h needs it.
16882
16883 2006-06-19  Simon Josefsson  <jas@extundo.com>
16884
16885         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16886
16887 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16888
16889         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16890
16891 2006-06-19  Bruno Haible  <bruno@clisp.org>
16892
16893         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16894         and FULL_PATH_INTTYPES_H in angle brackets.
16895         Reported by Mark D. Baushke <mdb@gnu.org>.
16896
16897 2006-06-17  Eric Blake  <ebb9@byu.net>
16898
16899         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16900         errno.
16901
16902 2006-06-17  Bruno Haible  <bruno@clisp.org>
16903
16904         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16905         <sys/inttypes.h>.
16906
16907 2006-06-17  Bruno Haible  <bruno@clisp.org>
16908
16909         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16910         whether errno is declared. Assume <errno.h> declares errno.
16911
16912 2006-06-17  Bruno Haible  <bruno@clisp.org>
16913
16914         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16915
16916 2006-06-17  Bruno Haible  <bruno@clisp.org>
16917
16918         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16919         problem on Solaris 2.5.1.
16920
16921 2006-06-16  Eric Blake  <ebb9@byu.net>
16922
16923         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16924         * lib/unicodeio.c [!defined errno]: Likewise.
16925         * lib/strtol.c [!defined errno]: Likewise.
16926         * lib/strtod.c [!defined errno]: Likewise.
16927
16928 2006-06-15  Eric Blake  <ebb9@byu.net>
16929
16930         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16931
16932 2006-06-15  Eric Blake  <ebb9@byu.net>
16933
16934         * config/srclist.txt (ssize_t.m4): Lose sync.
16935
16936 2006-06-15  Bruno Haible  <bruno@clisp.org>
16937
16938         * modules/stdint (Files): Include m4/full-header-path.m4,
16939         m4/size_max.m4, m4/wchar_t.m4.
16940         (Makefile.am): Many more substitutions.
16941         * modules/stdint-tests: New file.
16942         * tests/test-stdint.c: New file.
16943
16944 2006-06-15  Bruno Haible  <bruno@clisp.org>
16945
16946         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16947         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16948         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16949         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16950         gl_CHECK_TYPE_SAME): New macros.
16951
16952 2006-06-15  Bruno Haible  <bruno@clisp.org>
16953
16954         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16955
16956 2006-06-15  Bruno Haible  <bruno@clisp.org>
16957
16958         * lib/stdint_.h: Rewritten to be fully auto-configured.
16959         Fixes bug on HP-UX/IA64.
16960
16961 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16962
16963         * lib/getdate.y (__attribute__): Don't define if already defined.
16964         Problem reported by Larry Jones.
16965         * lib/utimens.c (__attribute__): Likewise.
16966
16967 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16968
16969         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16970         reported by Andreas Schwab.
16971
16972 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16973             Bruno Haible  <bruno@clisp.org>
16974
16975         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16976         check for the declaration of strnlen and a run test that exposes the
16977         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16978         rpl_strndup.
16979
16980 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16981             Bruno Haible  <bruno@clisp.org>
16982
16983         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16984
16985 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16986
16987         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16988         compile test, for Tru64 4.0D.
16989
16990 2006-05-28  Karl Berry  <karl@gnu.org>
16991
16992         * config/srclist.txt (printf-args.c): lose sync.
16993
16994 2006-05-26  Martin Lambers  <marlam@marlam.de>
16995
16996         * lib/getpass.c: Updates the test for the native W32 API, and adds
16997         missing includes, thus fixing compilation warnings.
16998
16999 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17000
17001         * lib/exclude.c (exclude_fnmatch): New function.
17002         (excluded_file_name): Call exclude_fnmatch.
17003         * lib/exclude.h (excluded_file_name): New prototype
17004
17005 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
17006
17007         * lib/tempname.c (small_open, large_open): New macros.
17008         (__open, __open64) [!_LIBC]: Remove.
17009         (__gen_tempname): Use small_open and large_open instead of __open
17010         and __open64.  This fixes a portability bug on HP-UX 11.11i
17011         reported by Simon Wing-Tang in
17012         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
17013
17014 2006-05-24  Bruno Haible  <bruno@clisp.org>
17015
17016         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
17017         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
17018         Reported by Thorsten Maerz <torte@netztorte.de> via
17019         Aaron Stone <aaron@serendipity.cx>.
17020
17021 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17022
17023         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
17024         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
17025         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
17026         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
17027         not really conditional on the cache.
17028         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
17029
17030 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17031
17032         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
17033         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
17034         (my_usleep): Don't mishandle maximum value.
17035
17036 2006-05-19  Jim Meyering  <jim@meyering.net>
17037
17038         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
17039
17040 2006-05-17  Bruno Haible  <bruno@clisp.org>
17041
17042         Cygwin portability.
17043         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
17044
17045 2006-05-17  Bruno Haible  <bruno@clisp.org>
17046
17047         * lib/stdint_.h: Fix recognition of Cygwin.
17048
17049 2006-05-15  Bruno Haible  <bruno@clisp.org>
17050
17051         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
17052         on libtool patch by Ralf Wildenhues.
17053
17054 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
17055
17056         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
17057         test for C99 conformance; (bool) 0.5 is an integer constant
17058         expression, but (bool) -0.5 is not.  Problem reported by Fedor
17059         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
17060
17061 2006-05-11  Simon Josefsson  <jas@extundo.com>
17062
17063         * m4/xvasprintf.m4: Fix obvious typo.
17064
17065 2006-05-11  Jim Meyering  <jim@meyering.net>
17066
17067         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
17068         James Lemley.
17069
17070 2006-05-10  Simon Josefsson  <jas@extundo.com>
17071
17072         * lib/md4.c: Typo fix, update copyright years.
17073         (K1, K2): Don't use L because it turn computations into 64-bit on
17074         64-bit platforms.
17075
17076 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
17077
17078         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
17079         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
17080         unwanted sign propagation, e.g., on hosts with 64-bit int.
17081         There still are some problems with reeelly weird theoretical hosts
17082         (e.g., 33-bit int) but it's not worth worrying about now.
17083         * lib/sha1.c (rol): Likewise.
17084         (K1, K2, K3, K4): Remove unnecessary L suffix.
17085
17086 2006-05-10  Bruno Haible  <bruno@clisp.org>
17087
17088         * lib/des.c: Cast to avoid warnings.
17089
17090 2006-05-09  Bruno Haible  <bruno@clisp.org>
17091
17092         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
17093         (Depends-on): Depend also on xsize, stdarg.
17094         (configure.ac): Add gl_XVASPRINTF.
17095
17096 2006-05-09  Bruno Haible  <bruno@clisp.org>
17097
17098         * m4/xvasprintf.m4: New file.
17099
17100 2006-05-09  Bruno Haible  <bruno@clisp.org>
17101
17102         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
17103         (EOVERFLOW): Define fallback value.
17104         (xstrcat): New function.
17105         (xvasprintf): Recognize the special case of a string concatenation.
17106
17107 2006-05-08  Eric Blake  <ebb9@byu.net>
17108
17109         * gnulib-tool (func_version): Base copyright year on CVS date.
17110         (func_emit_copyright_notice): New function.
17111         (func_emit_lib_Makefile_am): Use it.
17112         (func_emit_tests_Makefile_am): Likewise.
17113         (func_import): Likewise.
17114
17115 2006-05-08  Bruno Haible  <bruno@clisp.org>
17116
17117         * modules/stdarg: New file.
17118         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
17119
17120 2006-05-08  Bruno Haible  <bruno@clisp.org>
17121
17122         * m4/stdarg.m4: New file, from GNU gettext.
17123
17124 2006-05-08  Bruno Haible  <bruno@clisp.org>
17125
17126         * config/srclist.txt (build-aux/config.rpath): different from latest
17127         release.
17128
17129 2006-05-08  Bruno Haible  <bruno@clisp.org>
17130
17131         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
17132
17133 2006-05-05  Jim Meyering  <jim@meyering.net>
17134
17135         * m4/warning.m4: New file, derived from bison's file by the same name.
17136
17137 2006-05-03  Bruno Haible  <bruno@clisp.org>
17138
17139         * lib/stdint_.h: Shorter URL.
17140         * lib/inttypes.h: Likewise.
17141
17142 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
17145
17146 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17147
17148         * lib/verify.h: Document the internals better.  Most of this change
17149         was written by Bruno Haible.
17150
17151 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
17152
17153         * doc/verify.texi: New file, partly based on a proposal by
17154         Bruno Haible.
17155
17156 2006-05-02  Bruno Haible  <bruno@clisp.org>
17157
17158         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
17159         test from here...
17160         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
17161
17162 2006-04-29  Bruno Haible  <bruno@clisp.org>
17163
17164         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
17165         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
17166
17167 2006-04-29  Bruno Haible  <bruno@clisp.org>
17168
17169         * gnulib-tool: Make --update option actually work.
17170
17171 2006-04-29  Bruno Haible  <bruno@clisp.org>
17172
17173         * doc/gcd.texi: New file.
17174         * doc/gnulib.texi: Include it.
17175
17176 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17177
17178         * lib/getdate.y (get_date): When adding relative date, start with the
17179         initial time, not with the result of the first mktime call.
17180
17181 2006-04-25  Bruno Haible  <bruno@clisp.org>
17182
17183         * gnulib-tool (func_import): Output the include directives in three
17184         blocks, sorted separately.
17185         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17186
17187 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17188
17189         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
17190         to define main with arguments, for C++.  Reported by Eric Blake.
17191         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
17192         Prefer 'int main ()' to 'int main (void)', for C++.
17193         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
17194         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
17195         for 'main', for C99 and C++.
17196
17197 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17198
17199         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
17200         Don't assume that exit status -1 is valid.
17201         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17202         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
17203         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
17204         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
17205         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
17206         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
17207         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
17208         functions can be used without declaring them, or that you can
17209         exit with status -1.
17210         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
17211
17212 2006-04-24  Karl Berry  <karl@gnu.org>
17213
17214         * config/srclist.txt (longdouble.m4): sync lost.
17215
17216 2006-04-24  Eric Blake  <ebb9@byu.net>
17217
17218         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
17219
17220 2006-04-24  Bruno Haible  <bruno@clisp.org>
17221
17222         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
17223         poll() implementation in AIX.
17224         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17225
17226 2006-04-24  Bruno Haible  <bruno@clisp.org>
17227
17228         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
17229         assigned exactly once.
17230
17231 2006-04-23  Claudio Fontana  <claudio@gnu.org>
17232             Bruno Haible  <bruno@clisp.org>
17233
17234         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
17235         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
17236         for AM_CPPFLAGS.
17237
17238 2006-04-23  Bruno Haible  <bruno@clisp.org>
17239
17240         * modules/copy-file: Depend on unistd.
17241         * modules/execute: Likewise.
17242         * modules/fatal-signal: Likewise.
17243         * modules/findprog: Likewise.
17244         * modules/mkdtemp : Likewise.
17245         * modules/pipe: Likewise.
17246         * modules/wait-process: Likewise.
17247
17248 2006-04-23  Bruno Haible  <bruno@clisp.org>
17249
17250         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
17251         condition was already detected.
17252         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17253
17254 2006-04-23  Bruno Haible  <bruno@clisp.org>
17255
17256         * lib/copy-file.c: Include <unistd.h> unconditionally.
17257         * lib/execute.c: Likewise.
17258         * lib/fatal-signal.c: Likewise.
17259         * lib/findprog.c: Likewise.
17260         * lib/mkdtemp.c: Likewise.
17261         * lib/pipe.h: Likewise.
17262         * lib/pipe.c: Likewise.
17263         * lib/wait-process.h: Likewise.
17264
17265 2006-04-23  Bruno Haible  <bruno@clisp.org>
17266
17267         * gnulib-tool (func_usage): Fix --import description. Document
17268         --update.
17269         (func_import): Create temporary file in a temporary directory, if
17270         --dry-run is specified. Silence errors from 'grep' when there are no
17271         m4 files in $m4dir.
17272         (func_create_testdir): Silence errors from 'grep' when there are no
17273         m4 files in $m4dir.
17274         Reported by Karl Berry <karl@freefriends.org>.
17275
17276 2006-04-20  Bruno Haible  <bruno@clisp.org>
17277
17278         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
17279         one argument, so that the code will be portable to Autoconf 2.60.
17280         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
17281         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17282         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
17283
17284 2006-04-19  Derek Price  <derek@ximbiot.com>
17285             Eric Blake  <ebb9@byu.net>
17286
17287         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
17288         rather than "/full/path.h".  Update comment to match.  Shorten &
17289         generalize m4_translit call via AS_TR_CPP.
17290
17291 2006-04-19  Derek Price  <derek@ximbiot.com>
17292             Eric Blake  <ebb9@byu.net>
17293
17294         * lib/inttypes.h: Correct grammar in comment.
17295
17296 2006-04-18  Derek Price  <derek@ximbiot.com>
17297             Paul Eggert  <eggert@cs.ucla.edu>
17298
17299         * modules/inttypes: New file.
17300         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
17301
17302 2006-04-18  Derek Price  <derek@ximbiot.com>
17303             Paul Eggert  <eggert@cs.ucla.edu>
17304
17305         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
17306         New files.
17307
17308 2006-04-18  Derek Price  <derek@ximbiot.com>
17309             Paul Eggert  <eggert@cs.ucla.edu>
17310
17311         * lib/inttypes.h: New file.
17312         * lib/strtoimax.c: Assume <inttypes.h>.
17313
17314 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
17315
17316         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
17317         isn't mounted.  Problem reported by Kir Kolyshkin.
17318
17319 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17320
17321         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
17322         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
17323         Derek R. Price.
17324         * lib/regex.h (RE_DUP_MAX): Update comment to match current
17325         implementation.
17326
17327 2006-04-12  Eric Blake  <ebb9@byu.net>
17328
17329         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
17330         is now done automatically by the corresponding Autoconf macro.
17331
17332 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
17333
17334         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
17335         time_r.h.
17336
17337 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17338
17339         Merge regex changes from libc, removing some of our
17340         POSIX-conformance changes that were rejected and redoing them in a
17341         less-intrusive way.
17342
17343         * lib/regcomp.c (re_compile_internal, init_dfa):
17344         Length arg is now size_t, not Idx.  All uses changed.
17345         (peek_token): Forward decl now says internal_function.
17346         (__re_error_msgid, __re_error_msgid_idx):
17347         Now static rather than extern with attribute_hidden.
17348         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
17349         For some reason libc prefers K&R style defns for external functions.
17350         (regerror) [!defined _LIBC]: Likewise.
17351         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
17352         (seek_collating_symbol_entry, lookup_collation_sequence_value):
17353         (build_range_exp, build_collating_symbol):
17354         Use K&R-style defn.
17355         (re_compile_fastmap): Use '\0' to memset, not 0.
17356         (utf8_sb_map): Make the calculations more obvious.
17357         (init_dfa, parse_bracket_exp, build_charclass_op):
17358         Call calloc and cast result, as glibc does.
17359         (init_word_char, fetch_token, peek_token, peek_token_bracket):
17360         (build_range_exp, build_collating_symbol):
17361         Now internal functions.
17362
17363         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
17364
17365         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
17366         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
17367         Don't depend on VMS; depend on __VMS instead, for POSIX
17368         namespace cleanness.
17369         (regoff_t): Define to ssize_t, not long int.
17370
17371         Remove the REG_ macros named below.  Instead, make the old names
17372         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
17373         __USE_GNU_REGEX.
17374         (REG_BACKSLASH_ESCAPE_IN_LISTS):
17375         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
17376         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
17377         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
17378         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
17379         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
17380         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
17381         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
17382         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
17383         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
17384         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
17385         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
17386         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
17387         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
17388         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
17389         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
17390         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
17391         (REG_NREGS):
17392         Remove.  All uses replaced by the old RE_* names.
17393         (RE_BACKSLASH_ESCAPE_IN_LISTS):
17394         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
17395         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
17396         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
17397         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
17398         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
17399         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
17400         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
17401         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
17402         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
17403         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
17404         Don't bother having these macros be independent of each others'
17405         values, since they no longer exist in the POSIX name space.
17406
17407         Rename the following member names back to their old names,
17408         unless !__USE_GNU_REGEX.  All uses changed back.
17409         (buffer): Renamed from re_buffer.
17410         (allocated): Renamed from re_allocated.
17411         (used): Renamed from re_used.
17412         (syntax): Renamed from re_syntax.
17413         (fastmap): Renamed from re_fastmap.
17414         (translate): Renamed from re_translate.
17415         (can_be_null): Renamed from re_can_be_null.
17416         (regs_allocated): Renamed from re_regs_allocated.
17417         (fastmap_accurate): Renamed from re_fastmap_accurate.
17418         (no_sub): Renamed from re_no_sub.
17419         (not_bol): Renamed from re_not_bol.
17420         (not_eol): Renamed from re_not_eol.
17421         (newline_anchor): Renamed from re_newline_anchor.
17422         (num_regs): Renamed from rm_num_regs.
17423         (start): Renamed from rm_start.
17424         (end): Renamed from rm_end.
17425
17426         (free_state): Move up a bit.
17427
17428         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
17429         #define to be empty.
17430         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
17431         when that is what is intended.
17432         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
17433         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
17434         (MAX): New macro.
17435         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
17436         All uses changed back to re_malloc, etc.  It's now the caller's
17437         responsibility to check for overflow; all callers changed.
17438         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
17439         (re_x2nrealloc): Remove.
17440         (free_state): Remove decl.
17441
17442         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
17443         (re_set_registers, re_exec):
17444         Use K&R-style defn.
17445
17446         2006-01-31  Roland McGrath  <roland@redhat.com>
17447
17448         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
17449         Reported by Mike Frysinger <vapier@gentoo.org>.
17450
17451         2006-01-15  Andreas Jaeger  <aj@suse.de>
17452
17453         [BZ #1950]
17454         * lib/regex_internal.c (re_string_reconstruct): Adjust for
17455         build_wcs_upper_buffer change.
17456         (build_wcs_upper_buffer): Change return type.
17457
17458         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
17459
17460         * lib/regex_internal.h: Include <stdint.h> if available.
17461
17462         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17463
17464         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17465
17466         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17467
17468         * lib/regcomp.c: Adjust for changed secondary hash function.
17469
17470         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17471
17472         * lib/regex.h: Pretty printing.
17473         Clean up namespace a bit.
17474
17475         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17476
17477         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17478         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17479
17480         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17481                     Ulrich Drepper  <drepper@redhat.com>
17482
17483         [BZ #1302]
17484         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17485         changed.
17486         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17487
17488         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17489
17490         [BZ #281]
17491         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17492         * lib/regcomp.c: Remove unnecessary uses of
17493         unsigned RE_TRANSLATE_TYPE.
17494         * lib/regex_internal.h: Likewise.
17495         * lib/regex_internal.c: Likewise.
17496         * lib/regexec.c: Likewise.
17497         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17498
17499         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17500
17501         * lib/regexec.c (find_recover_state): Remove unnecessary
17502         initialization.
17503         (transit_state_bkref): Make DFA a const pointer.
17504         (get_subexp): Likewise.
17505         (check_arrival): Likewise.
17506         (update_cur_sifted_state): Likewise.
17507         (re_search_internal): Likewise.
17508         (prune_impossible_nodes): Likewise.
17509         (acquire_init_state_context): Likewise.
17510         (proceed_next_node): Likewise.
17511         (set_regs): Likewise.
17512         (free_fail_stack_return): Likewise.
17513         (check_arrival_expand_ecl): Mark DFA parameter as const.
17514         (check_arrival_expand_ecl_sub): Likewise.
17515         (check_subexp_limits): Likewise.
17516         (sub_epsilon_src_nodes):  Likewise.
17517         (add_epsilon_src_nodes):  Likewise.
17518         (merge_state_array): Likewise.
17519         (update_regs): Likewise.
17520         (build_trtable): Likewise.
17521         (sift_states_backward): Mark MCTX parameter as const.
17522         (build_sifted_states): Likewise.
17523         (update_cur_sifted_state): Likewise.
17524         (sift_states_mkref): Likewise.
17525         (check_arrival_expand_ecl): Mark eclosure as const.
17526         (check_dst_limits_calc_pos_1): Likewise.
17527         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17528         pointer.
17529
17530         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17531
17532         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17533         (transit_state_sb): Likewise.
17534         (transit_state_mb): Likewise.
17535         (sift_states_iter_mb): Likewise.
17536         (check_arrival_add_next_nodes): Likewise.
17537         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17538         [_LIBC] (re_search_2_stub): Use mempcpy.
17539
17540         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17541         mbrtowc for very simple UTF-8 case.
17542
17543         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17544         a pointer-to-const.
17545         (re_acquire_state_context): Likewise.
17546         * lib/regex_internal.h: Adjust prototypes.
17547
17548         * lib/regex.c: Prevent using C++ compilers.
17549
17550         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17551         (re_acquire_state_context): Likewise.
17552
17553 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17554
17555         * modules/regex (Depends-on): Add ssize_t.
17556
17557 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17558
17559         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17560         translation table.
17561
17562 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17563
17564         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17565
17566 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17567             Bruno Haible  <bruno@clisp.org>
17568
17569         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17570         <sys/types.h> and <inttypes.h>.
17571
17572 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17573
17574         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17575         `__error_t_defined', so argp.h will not typedef the former.
17576
17577 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17578
17579         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17580         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17581         glibc names.  Even if glibc is changed to conform to POSIX, the
17582         traditional names will be available anyway, since regex depends on
17583         the extensions module.  Also, fix a longstanding typo in the
17584         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17585         reported by Emanuele Giaquinta.  Also, change sense of cached
17586         variable, so that the message makes sense.
17587
17588 2006-03-24  Simon Josefsson  <jas@extundo.com>
17589
17590         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17591         including some doc fixes.
17592         (base64_encode_alloc): Fix +1 bug on allocation failures.
17593
17594 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17595
17596         * lib/base64.c (base64_encode): Do not read past end of array with
17597         unsanitized input on systems with CHAR_BIT > 8.
17598
17599 2006-03-24  Eric Blake  <ebb9@byu.net>
17600
17601         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17602
17603 2006-03-22  Karl Berry  <karl@gnu.org>
17604
17605         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17606         * config/srclistvars.sh (COREUTILS): new var.
17607
17608 2006-03-17  Jim Meyering  <jim@meyering.net>
17609
17610         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17611         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17612
17613 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17614
17615         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17616         no longer needs it.  Instead, check that regoff_t is as least
17617         as wide as ptrdiff_t.
17618
17619         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17620         so that our regex.h stays compatible with the installed regex.
17621         This is helpful for installers who configure --without-included-regex.
17622         Problem reported by Emanuele Giaquinta.
17623
17624 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17625
17626         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17627         Typedef to long int, not to off_, as POSIX will likely change
17628         in that direction.
17629
17630 2006-03-15  Eric Blake  <ebb9@byu.net>
17631
17632         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17633
17634 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17635
17636         * lib/argp-help.c (validate_uparams): Fix typo
17637         * lib/argp-parse.c (argp_default_options): Consistently begin help
17638         messages with a lowercase letter.
17639
17640 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17641
17642         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17643         overrun buffers and shouldn't be used (much as gets shouldn't be
17644         used).
17645         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17646
17647 2006-03-08  Simon Josefsson  <jas@extundo.com>
17648
17649         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17650         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17651
17652 2006-03-08  Simon Josefsson  <jas@extundo.com>
17653
17654         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17655         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17656
17657 2006-03-08  Simon Josefsson  <jas@extundo.com>
17658
17659         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17660         signal that configure disabled the device.
17661
17662 2006-03-08  Simon Josefsson  <jas@extundo.com>
17663
17664         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17665         languages.
17666
17667 2006-03-07  Simon Josefsson  <jas@extundo.com>
17668
17669         * modules/getopt (Depends-on): Add unistd.
17670
17671         * modules/unistd: New file.
17672
17673 2006-03-07  Simon Josefsson  <jas@extundo.com>
17674
17675         * modules/gc-random: New file.
17676
17677 2006-03-07  Simon Josefsson  <jas@extundo.com>
17678
17679         * m4/unistd_h.m4: New file.
17680
17681 2006-03-07  Simon Josefsson  <jas@extundo.com>
17682
17683         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17684         test to be side-effect free by storing the result in the cache
17685         variable gl_cv_lib_readline, and moving the assignment of
17686         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17687         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17688
17689 2006-03-07  Simon Josefsson  <jas@extundo.com>
17690
17691         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17692         error on missing devices (the functions will return an error).
17693
17694         * m4/gc.m4: Move random stuff to gc-random.m4
17695
17696 2006-03-07  Simon Josefsson  <jas@extundo.com>
17697
17698         * lib/unistd_.h: New file.
17699
17700 2006-03-07  Simon Josefsson  <jas@extundo.com>
17701
17702         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17703
17704 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17705
17706         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17707         Problem reported by Juan Manuel Guerrero.
17708
17709 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17710
17711         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17712         the unistd module.
17713         * lib/getlogin_r.c: Likewise.
17714         * lib/getlogin_r.h: Likewise.
17715         * lib/glob.c: Likewise.
17716         * lib/pagealign_alloc.c: Likewise.
17717         * lib/unistd_.h: Remove; no longer needed.
17718
17719 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17720
17721         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17722         Add unistd.
17723         * modules/c-stack (Depends-on): Add unistd.
17724         * modules/getlogin_r: Likewise.
17725         * modules/glob: Likewise.
17726         * modules/pagealign_alloc: Likewise.
17727         * modules/unistd (Files): Remove lib/unistd_.h.
17728         (EXTRA_DIST): Remove.
17729         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17730         need unistd_.h.
17731         (MOSTLYCLEANFILES): Remove unistd.h-t.
17732
17733 2006-03-03  Simon Josefsson  <jas@extundo.com>
17734
17735         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17736
17737 2006-03-03  Simon Josefsson  <jas@extundo.com>
17738
17739         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17740         libidn and bison.
17741
17742 2006-03-03  Simon Josefsson  <jas@extundo.com>
17743
17744         * build-aux/maint.mk: Add indent target.
17745
17746 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17747
17748         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17749         our replacement poll.h in any case, to avoid a differing
17750         declaration from a system header.  Seen on AIX.
17751
17752 2006-03-01  Simon Josefsson  <jas@extundo.com>
17753
17754         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17755         <kasal@ucw.cz>.
17756
17757 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17758
17759         * modules/gettime (Depends-on): Add extensions module.
17760         * modules/nanosleep (Depends-on): Likewise.
17761         * modules/settime (Depends-on): Likewise.
17762
17763 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17764
17765         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17766         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17767         pedantically.
17768         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17769         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17770
17771         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17772         not "==".  Reported by Ralf Wildenhues.
17773
17774 2006-03-01  Karl Berry  <karl@gnu.org>
17775
17776         * doc/Copyright/request-*: new files, synced from gnuorg.
17777
17778 2006-03-01  Karl Berry  <karl@gnu.org>
17779
17780         * config/srclist.txt (Copyright/*): new entries.
17781
17782 2006-02-28  Simon Josefsson  <jas@extundo.com>
17783
17784         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17785
17786 2006-02-27  Simon Josefsson  <jas@extundo.com>
17787
17788         * lib/base64.h: Indent #define's.  From Jim Meyering
17789         <jim@meyering.net>.
17790
17791 2006-02-27  Jim Meyering  <jim@meyering.net>
17792
17793         Revert the change of 2006-02-24, so these files can continue
17794         to be sync'd from gettext.
17795         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17796         of `config.h'.
17797
17798 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17799
17800         * modules/intprops: New file.
17801         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17802         Add intprops.
17803         * modules/getloadavg (Files): Remove lib/intprops.h.
17804         (Depends-on): Add intprops.
17805         * modules/human: Likewise.
17806         * modules/inttostr: Likewise.
17807         * modules/openat: Likewise.
17808         * modules/sig2str: Likewise.
17809         * modules/userspec: Likewise.
17810         * modules/utimecmp: Likewise.
17811         * modules/xnanosleep: Likewise.
17812         * modules/xstrtol: Likewise.
17813
17814 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17815
17816         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17817         * modules/lock-tests (TESTS): Use $(EXEEXT).
17818         * modules/tls-tests: Likewise.
17819         * modules/argp-tests: Likewise.
17820         (check_PROGRAMS): New var, replacing...
17821         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17822
17823 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17824
17825         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17826         `config.h'.
17827
17828 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17829
17830         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17831
17832 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17833
17834         Sync from coreutils.
17835         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17836         gl_CHDIR_SAFER.
17837
17838 2006-02-22  Jim Meyering  <jim@meyering.net>
17839
17840         Sync from coreutils.
17841         * m4/chdir-safer.m4: New file.
17842
17843 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17844
17845         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17846         AT_FDCWD exceeds INT_MAX.
17847         * lib/openat.h (AT_FDCWD): Likewise.
17848
17849 2006-02-17  Eric Blake  <address@hidden>
17850
17851         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17852
17853 2006-02-16  Simon Josefsson  <jas@extundo.com>
17854
17855         * modules/getaddrinfo (Depends-on): Add sys_socket.
17856
17857 2006-02-15  Simon Josefsson  <jas@extundo.com>
17858
17859         * build-aux/maint.mk: Add dsyntax-check rule.
17860
17861 2006-02-15  Eric Blake  <ebb9@byu.net>
17862
17863         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17864         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17865         'present but cannot compile' warnings on cygwin.
17866         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17867         use ws2tcpip.h if sys/socket.h works.
17868         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17869         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17870
17871 2006-02-14  Simon Josefsson  <jas@extundo.com>
17872
17873         * modules/maintainer-makefile (Files): Rename.
17874
17875         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17876         and (the local) Makefile.cfg to maint-cfg.mk.
17877
17878         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17879         to the latter.
17880
17881         * modules/maintainer-makefile: New module.
17882
17883         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17884         severaly stripped to make it possible to build it up from scratch
17885         with reliable tests.
17886
17887         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17888         fixes to permit overriding the default actions when configure and
17889         makefile are not available.
17890
17891 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17892
17893         Sync from coreutils.
17894         * modules/lstat (Depends-on): Don't depend on xalloc.
17895         (License): Change from GPL to LGPL, since this is now simply a
17896         replacement for a libc function.
17897
17898 2006-02-14  Jim Meyering  <jim@meyering.net>
17899
17900         Sync from coreutils.
17901
17902         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17903         failure on deficient systems, and simplify gnulib lgpl dependencies.
17904         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17905         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17906
17907         * lib/xalloc-die.c: Remove unused definition of N_.
17908
17909 2006-02-14  Jim Meyering  <jim@meyering.net>
17910
17911         Sync from coreutils.
17912         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17913         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17914         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17915         double-quote uses of that variable, to accommodate the rare case in
17916         which getmntent is available in none of the libraries checked.  This
17917         happens at least on FreeBSD 5.0.
17918
17919 2006-02-13  Simon Josefsson  <jas@extundo.com>
17920
17921         * gnulib-tool (Usage): Fix --import, from
17922         karl@freefriends.org (Karl Berry).
17923
17924 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17925
17926         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17927
17928 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17929
17930         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17931         "autoupdate" on 2005-12-12.
17932
17933 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17934
17935         * modules/closeout (Depends-on): Remove atexit.
17936
17937 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17938
17939         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17940         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17941
17942 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17943
17944         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17945         __EXTENSIONS__ if this causes compilation to fail.  Problem
17946         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17947         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17948
17949 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17950
17951         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17952         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17953         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17954         All uses changed.
17955
17956 2006-01-26  Simon Josefsson  <jas@extundo.com>
17957
17958         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17959         prototype is visible on mingw32.
17960
17961         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17962         for mingw32.
17963
17964         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17965         mingw32).
17966
17967 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17968
17969         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17970         attempt to open for write; this always fails, at least on POSIX
17971         hosts.  This reinstates the 2006-01-09 change, which was
17972         inadvertently removed.
17973
17974 2006-01-26  Bruno Haible  <bruno@clisp.org>
17975
17976         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17977         Reported by Paul Eggert.
17978
17979 2006-01-26  Bruno Haible  <bruno@clisp.org>
17980             Paul Eggert  <eggert@cs.ucla.edu>
17981
17982         * lib/stdbool_.h (_Bool)
17983         [(! (defined __cplusplus || defined __BEOS__)
17984           && !defined __GNUC__
17985           && !(defined __HP_cc || defined __xlc__
17986                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17987                || defined __sgi))]:
17988         #define to signed char in these cases too; this simplifies
17989         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17990         etc., separately) and makes it more conservative.
17991
17992 2006-01-25  Simon Josefsson  <jas@extundo.com>
17993
17994         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
17995         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
17996         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
17997
17998 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17999
18000         * lib/argp-namefrob.h: Bugfix. Remove stray #
18001
18002 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
18003
18004         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
18005         so that we test the test.
18006         Check for yet another HP-UX cc bug involving *bool |= bool.
18007
18008 2006-01-25  Karl Berry  <karl@gnu.org>
18009
18010         * config/srclist.txt (vasnprintf.c): sync lost.
18011
18012 2006-01-25  Jim Meyering  <jim@meyering.net>
18013
18014         Sync from the stable (b5) branch of coreutils:
18015
18016         * lib/fts.c (fts_children): Don't let close() clobber errno from
18017         failed fchdir().
18018
18019         * lib/fts.c (fts_stat): When following a symlink-to-directory,
18020         don't necessarily interpret stat-fails+lstat-succeeds as indicating
18021         a dangling symlink.  That can also happen at least for ELOOP.
18022         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
18023         FYI, this bug predates the inclusion of fts.c in coreutils.
18024
18025         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
18026         in their own block, so pre-c99 compilers don't object.
18027
18028         Avoid the double-free (first in fts_read, second in fts_close) that
18029         would occur when an `active' directory is made inaccessible (e.g.,
18030         via chmod a-x) during a traversal.
18031         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18032         before returning.  Reproduce this failure by
18033         mkdir -p a/b; cd a; chmod a-x . b
18034         Reported by Stavros Passas.
18035
18036 2006-01-25  Jim Meyering  <jim@meyering.net>
18037
18038         * lib/fileblocks.c: Remove more useless parentheses.
18039         * lib/readutmp.h: Likewise.
18040
18041 2006-01-25  Bruno Haible  <bruno@clisp.org>
18042
18043         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
18044         warnings.
18045         Reported by Paul Eggert.
18046
18047 2006-01-25  Bruno Haible  <bruno@clisp.org>
18048
18049         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
18050         rid of a trap command. For Solaris sh.
18051         Reported by Mark D. Baushke <mdb@gnu.org>.
18052
18053 2006-01-24  Simon Josefsson  <jas@extundo.com>
18054
18055         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
18056         Bruno.
18057
18058 2006-01-24  Karl Berry  <karl@gnu.org>
18059
18060         * config/srclist.txt (argp-namefrob.h): sync lost.
18061
18062 2006-01-24  Jim Meyering  <jim@meyering.net>
18063
18064         * modules/openat (Files): Add lib/intprops.h.
18065         From Mark D. Baushke.
18066
18067 2006-01-24  Jim Meyering  <jim@meyering.net>
18068
18069         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
18070         Reported by Mark D. Baushke.
18071
18072 2006-01-24  Jim Meyering  <jim@meyering.net>
18073
18074         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
18075
18076 2006-01-24  Bruno Haible  <bruno@clisp.org>
18077
18078         * modules/strnlen (Maintainer): Change from glibc to all.
18079
18080 2006-01-24  Bruno Haible  <bruno@clisp.org>
18081
18082         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
18083         Patch by Paul Eggert.
18084
18085 2006-01-24  Bruno Haible  <bruno@clisp.org>
18086
18087         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
18088         already has it.
18089         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
18090         2005-11-26.
18091
18092         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
18093         'signed char' to avoid problems with the built-in _Bool type.
18094         Reported by Paul Eggert on 2005-11-26.
18095
18096 2006-01-24  Bruno Haible  <bruno@clisp.org>
18097
18098         * gnulib-tool (func_import): Avoid constructing complicated sed
18099         expressions inside backquote.
18100         Report and solution by Mark D. Baushke <mdb@gnu.org>.
18101
18102 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
18103
18104         These changes imported from libc.
18105         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
18106         test and two separate function calls.
18107         * lib/strndup.c (__strndup): Add libc_hidden_def.
18108
18109 2006-01-23  Simon Josefsson  <jas@extundo.com>
18110
18111         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
18112         Remove the test_*_SOURCES variable: automake infers it by default.
18113         * modules/tls-tests: Likewise.
18114
18115 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18116
18117         Work around porting bugs reported by Dieter in
18118         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
18119         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
18120         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
18121         Include "getopt.h" first, to check interface.
18122         (getenv): Declare only if defined HAVE_DECL_GETENV &&
18123         !HAVE_DECL_GETENV.
18124         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
18125         (__strndup): Revert to K&R-style function dfns, the glibc style.
18126         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
18127         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
18128         Include strnlen.h first, to get prototype properly.
18129         (strnlen): Renamed from __strnlen.
18130         Remove weak alias.
18131
18132 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18133
18134         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
18135
18136 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18137
18138         * config/srclist.txt: Adjust to reflect glibc reorganization.
18139         This affects only comments.
18140
18141 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18142
18143          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
18144          Reported by Bruce Korb <bkorb@gnu.org>.
18145
18146 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18147
18148         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
18149         to pacify gcc -Wswitch-default.
18150
18151 2006-01-22  Bruno Haible  <bruno@clisp.org>
18152
18153         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
18154         temporary buffer for sprintf, take into account the precision also
18155         for 'd', 'i', 'u', 'o', 'x', 'X'.
18156
18157 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18158
18159         * modules/argp-tests: New module
18160         * tests/test-argp.c: New file
18161         * tests/test-argp-2.sh: New file
18162
18163 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
18164
18165         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
18166         (__argp_base_name): Removed
18167         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
18168         typo.
18169         (__argp_base_name): Provide macro definition or extern declaration
18170         depending on the configuration
18171
18172 2006-01-20  Simon Josefsson  <jas@extundo.com>
18173
18174         * modules/inet_ntop (Depends-on): Depend on sys_socket.
18175
18176 2006-01-20  Simon Josefsson  <jas@extundo.com>
18177
18178         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
18179
18180 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
18181
18182         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
18183         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
18184         Suggested by Bruno Haible.
18185
18186 2006-01-20  Karl Berry  <karl@gnu.org>
18187
18188         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
18189         until changes propagate, I guess.
18190
18191 2006-01-19  Simon Josefsson  <jas@extundo.com>
18192
18193         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
18194
18195 2006-01-19  Simon Josefsson  <jas@extundo.com>
18196
18197         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
18198
18199 2006-01-19  Simon Josefsson  <jas@extundo.com>
18200
18201         * gnulib-tool: Set check_PROGRAMS.
18202
18203         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18204         modules/des-tests, modules/gc-arcfour-tests,
18205         modules/gc-arctwo-tests, modules/gc-des-tests,
18206         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18207         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18208         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18209         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18210         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18211         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
18212         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
18213         test_*_SOURCES.
18214
18215 2006-01-18  Simon Josefsson  <jas@extundo.com>
18216
18217         * modules/socklen (Depends-on): Depend on sys_socket.
18218
18219 2006-01-18  Simon Josefsson  <jas@extundo.com>
18220
18221         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18222         modules/des-tests, modules/gc-arcfour-tests,
18223         modules/gc-arctwo-tests, modules/gc-des-tests,
18224         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18225         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18226         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18227         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18228         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18229         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
18230         $(EXEEXT) to automake TESTS variable, for mingw32.
18231
18232 2006-01-17  Simon Josefsson  <jas@extundo.com>
18233
18234         * modules/socklen (Include): Need sys/socket.h.
18235
18236 2006-01-17  Bruno Haible  <bruno@clisp.org>
18237
18238         * modules/ssize_t (Include): Add <sys/types.h>.
18239
18240 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
18241
18242         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
18243         it's not portable and it doesn't work with cross-compiles.
18244         Problem reported by Bruno Haible.  Fix missing-$ typo in
18245         'test "gl_cv_ignore_unused_libraries" ...' that prevented
18246         -zignore from being used with Sun's C compiler.
18247
18248 2006-01-12  Simon Josefsson  <jas@extundo.com>
18249
18250         * lib/base64.c: Fix warning, reported by Bruno Haible
18251         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
18252
18253 2006-01-12  Bruno Haible  <bruno@clisp.org>
18254
18255         * modules/ldd: New file.
18256         * build-aux/ldd.sh.in: New file.
18257         * MODULES.html.sh (Support for building libraries and executables): Add
18258         ldd.
18259
18260 2006-01-12  Bruno Haible  <bruno@clisp.org>
18261
18262         * m4/ldd.m4: New file.
18263
18264 2006-01-12  Bruno Haible  <bruno@clisp.org>
18265
18266         * gnulib-tool (func_import, func_create_testdir): Don't go into an
18267         endless loop while replacing $auxdir with build-aux.
18268
18269 2006-01-11  Simon Josefsson  <jas@extundo.com>
18270
18271         * lib/stdint_.h (SIZE_MAX): Add missing (.
18272
18273 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
18274
18275         Sync from coreutils.
18276         * lib/md5.c: Fix commentary typos.
18277         (alignof, UNALIGNED_P): No need for a GCC-specific version.
18278         * lib/md5.h (__attribute__): Remove; unused.
18279         * lib/sha1.c: Fix commentary to match md5 better.
18280         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
18281         so that we don't need to worry about alignment.  All uses changed.
18282         This merges the 2005-10-28 md5 change into sha1.
18283
18284 2006-01-11  Jim Meyering  <jim@meyering.net>
18285
18286         Sync from coreutils.
18287         * lib/md5.c (OP): Fix spacing.
18288
18289 2006-01-11  Bruno Haible  <bruno@clisp.org>
18290
18291         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18292         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
18293         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
18294
18295 2006-01-11  Bruno Haible  <bruno@clisp.org>
18296
18297         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18298         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
18299         the "early" section as well.
18300
18301 2006-01-11  Bruno Haible  <bruno@clisp.org>
18302
18303         Avoid "ar: no archive members specified" error on MacOS X.
18304         * gnulib-tool (func_modules_add_dummy): New function.
18305         (func_import, func_create_testdir): Invoke it.
18306
18307 2006-01-11  Bruno Haible  <bruno@clisp.org>
18308
18309         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
18310         with $auxdir in AC_CONFIG_FILES statements.
18311
18312 2006-01-11  Bruno Haible  <bruno@clisp.org>
18313
18314         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18315         Initialize also noinst_HEADERS to empty.
18316
18317 2006-01-11  Bruno Haible  <bruno@clisp.org>
18318
18319         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
18320         variables.
18321         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
18322         autoreconf.
18323
18324 2006-01-11  Bruno Haible  <bruno@clisp.org>
18325
18326         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
18327         overridable by the user.
18328         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18329
18330 2006-01-10  Simon Josefsson  <jas@extundo.com>
18331
18332         * modules/sys_socket: New file.
18333
18334 2006-01-10  Simon Josefsson  <jas@extundo.com>
18335
18336         * m4/sys_socket_h.m4: New file.
18337
18338 2006-01-10  Simon Josefsson  <jas@extundo.com>
18339
18340         * lib/socket_.h: New file.
18341
18342 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18343
18344         * modules/readutmp (Maintainer): Add myself.
18345
18346 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18347
18348         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
18349         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
18350         People who are still concerned with buggy memcmp implementations
18351         can invoke gl_FUNC_MEMCMP themselves.
18352
18353 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18354
18355         * lib/regex_internal.h (BITSET_WORD_BITS):
18356         Work around a bug in 64-bit PGC (before version 6.1-2), where the
18357         preprocessor mishandles large unsigned values as if they were signed.
18358         Problem reported by Claudio Fontana in
18359         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
18360
18361 2006-01-10  Jim Meyering  <jim@meyering.net>
18362
18363         Avoid the double-free (first in fts_read, second in fts_close) that
18364         would occur when an `active' directory is made inaccessible (e.g.,
18365         via chmod a-x) during a traversal.
18366         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18367         before returning.  Reproduce this failure by
18368         mkdir -p a/b; cd a; chmod a-x . b
18369         Reported by Stavros Passas.
18370
18371         Sync from coreutils.
18372         * lib/sha1.c: Tweak grammar in a comment.
18373
18374 2006-01-10  Jim Meyering  <jim@meyering.net>
18375
18376         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
18377         Patch by Joerg Sonnenberger.
18378
18379 2006-01-10  Bruno Haible  <bruno@clisp.org>
18380
18381         * modules/readutmp: Depend on module free.
18382         * modules/strtok_r: Depend on module restrict.
18383
18384 2006-01-10  Bruno Haible  <bruno@clisp.org>
18385
18386         * modules/gettext (configure.ac): Add an invocation of
18387         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
18388
18389 2006-01-10  Bruno Haible  <bruno@clisp.org>
18390
18391         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
18392         Reported by Werner Lemberg <wl@gnu.org>.
18393
18394 2006-01-10  Bruno Haible  <bruno@clisp.org>
18395
18396         * lib/localcharset.c: Update from GNU gettext.
18397
18398 2006-01-10  Bruno Haible  <bruno@clisp.org>
18399
18400         * lib/argp.h (__const): Remove macro. Use const instead.
18401         * lib/argp-fmtstream.h (__const): Likewise.
18402         * lib/glob_.h (__const): Remove macro.
18403         * lib/glob-libc.h: Use const instead of __const.
18404
18405 2006-01-10  Bruno Haible  <bruno@clisp.org>
18406
18407         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
18408         variable.
18409         Needed to avoid an automake error regarding the 'gettext' module.
18410
18411 2006-01-09  Simon Josefsson  <jas@extundo.com>
18412
18413         * modules/inet_ntop (Depends-on): Add restrict.
18414
18415 2006-01-09  Simon Josefsson  <jas@extundo.com>
18416
18417         * modules/gc-rijndael-tests (License): Put under LGPL.
18418
18419         * modules/gc-des-tests (License): Likewise.
18420
18421         * modules/gc-arcfour-tests (License): Likewise.
18422
18423         * modules/gc-arctwo-tests (License): Likewise.
18424
18425         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
18426
18427         * modules/gc-hmac-sha1-tests (Files): Likewise.
18428
18429         * modules/gc-hmac-md5-tests (License): Likewise.
18430
18431         * modules/gc-sha1-tests (License): Likewise.
18432
18433         * modules/gc-md5-tests (License): Likewise.
18434
18435         * modules/gc-md4-tests (License): Likewise.
18436
18437         * modules/gc-md2-tests (License): Likewise.
18438
18439         * modules/gc-tests (License): Likewise.
18440
18441         * modules/des-tests (License): Likewise.
18442
18443         * modules/md4-tests (License): Likewise.
18444
18445         * modules/md2-tests (License): Likewise.
18446
18447 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18448
18449         Sync from coreutils:
18450
18451         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
18452         * modules/lib-ignore: New file.
18453         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
18454         chdir-safer.m4, lchmod.m4.
18455         * modules/openat: Add mkdirat.c, openat-priv.h.
18456
18457 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18458
18459         Sync from coreutils.
18460         * m4/lib-ignore.m4: New file.
18461         * m4/lchmod.m4: New file.
18462
18463 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18464
18465         Sync from coreutils.
18466         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18467         for write access: POSIX says that must fail.
18468         * lib/fts.c (diropen): Likewise.
18469         * lib/save-cwd.c (save_cwd): Likewise.
18470         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18471         well, for minor improvements on hosts that lack O_DIRECTORY.
18472         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18473         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18474         Fall back on chown if open failed with EACCES.
18475
18476         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18477         Report an error at compile-time if only a 1-second nominal clock
18478         resolution is found.
18479
18480         * lib/lchmod.h: New file.
18481         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18482         (make_dir_parents): Use lchown rather than chown, and
18483         lchmod rather than chmod.
18484
18485         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18486         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18487         "proc" reported by n0dalus.
18488
18489         * lib/mountlist.c: Include <limits.h>.
18490         (dev_from_mount_options)
18491         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18492         New function.  It no longer assumes "dev=" has the System V meaning
18493         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18494         (read_file_system_list)
18495         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18496         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18497         dev= in that case.
18498
18499         * lib/posixtm.h (PDS_PRE_2000): New macro.
18500         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18501         allow_century.  All usages changed.  Reject dates outside the range
18502         1969-1999 if PDS_PRE_2000 is used.
18503
18504 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18505
18506         Sync from coreutils.
18507         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18508         (Time of day items): Mention the possibility of leap seconds.
18509         Problem reported by Dr. David Alan Gilbert.
18510
18511 2006-01-09  Jim Meyering  <jim@meyering.net>
18512
18513         Sync from coreutils.
18514
18515         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18516
18517         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18518
18519         * lib/modechange.c (mode_compile): Reject an invalid mode string
18520         that starts with an octal digit.  From Andreas Gruenbacher.
18521
18522         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18523         and dup to open_safer and dup_safer, respectively.
18524         (openat_permissive): Fix typo in comment.
18525
18526         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18527         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18528         (_): Remove; no longer needed.
18529         (openat): Renamed from rpl_openat; no need for rpl_openat
18530         since openat.h renames openat for us.
18531         Replace most of the body with a call to openat_permissive,
18532         to avoid duplicate code.
18533         Port to (probably hypothetical) environments were mode_t is
18534         wider than int.
18535         (openat_permissive): Require mode arg, so that we can check
18536         types better.  Put it just after flags.  Change cwd failure
18537         indicator from pointer-to-bool to pointer-to-errno-value.
18538         All callers changed.
18539         Invoke openat_save_fail and/or openat_restore_fail if
18540         cwd_errno is null, so that openat can call us.
18541         (openat_permissive, fdopendir, fstatat, unlinkat):
18542         Simplify errno handling to avoid some duplicate code,
18543         as it's OK to set errno on success.
18544         * lib/openat.h: Revamp code so that function macros depend on
18545         __OPENAT_PREFIX only, not also on AT_FDCWD.
18546         (openat_ro): Remove.  Caller changed to use openat_permissive.
18547         (openat_permissive): Now a macro, if not a function.
18548         (openat_restore_fail, openat_save_fail): Now always functions,
18549         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18550
18551         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18552         and openat.c.
18553         * lib/mkdirat.c: Include openat-priv.h.
18554         Remove definitions of macros defined therein.
18555         * lib/openat.c: Likewise.
18556
18557         * lib/mkdirat.c (mkdirat): New file and function.
18558         * lib/openat.h (mkdirat): Declare.
18559
18560         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18561
18562         * lib/openat.h (openat_permissive): Declare.
18563         (openat_ro): Define.
18564
18565         * lib/openat.c (EXPECTED_ERRNO): New macro.
18566         (openat_permissive): New function -- used in remove.c rewrite.
18567         (all functions): Set errno just before returning, only if there
18568         was an actual failure.
18569         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18570
18571         Emulate openat-family functions using Linux's procfs, if possible.
18572         Idea and some code based on Ulrich Drepper's glibc changes.
18573
18574         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18575         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18576         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18577         before falling back on save_cwd and restore_cwd.
18578         (fdopendir, fstatat, unlinkat): Likewise.
18579
18580         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18581         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18582
18583         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18584         as second argument to va_arg.  Otherwise, some versions of gcc
18585         warn that `if this code is reached, the program will abort'.
18586
18587 2006-01-09  Jim Meyering  <jim@meyering.net>
18588
18589         Sync from coreutils.
18590         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18591         Require openat-priv.h.
18592
18593 2006-01-09  Bruno Haible  <bruno@clisp.org>
18594
18595         * modules/strnlen (Include): Use strnlen.h.
18596
18597 2006-01-09  Bruno Haible  <bruno@clisp.org>
18598
18599         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18600
18601 2006-01-09  Bruno Haible  <bruno@clisp.org>
18602
18603         * lib/sysexit_.h (EX_OK): New macro.
18604         Suggested by Martin Lambers <marlam@marlam.de>.
18605
18606 2006-01-09  Bruno Haible  <bruno@clisp.org>
18607
18608         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18609         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18610
18611 2006-01-09  Bruno Haible  <bruno@clisp.org>
18612
18613         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18614         numbers.
18615
18616 2006-01-09  Bruno Haible  <bruno@clisp.org>
18617
18618         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18619         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18620         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18621         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18622
18623 2006-01-09  Bruno Haible  <bruno@clisp.org>
18624
18625         * build-aux/javacomp.sh.in: New file, moved from lib/.
18626         * modules/javacomp-script (Files): Update.
18627         (configure.ac): Add AC_CONFIG_FILES invocation.
18628         (EXTRA_DIST): Remove variable.
18629
18630         * build-aux/javaexec.sh.in: New file, moved from lib/.
18631         * modules/javaexec (Files): Update.
18632         (configure.ac): Add AC_CONFIG_FILES invocation.
18633         (EXTRA_DIST): Remove javaexec.sh.in.
18634
18635         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18636         * modules/csharpcomp-script (Files): Update.
18637         (configure.ac): Add AC_CONFIG_FILES invocation.
18638         (EXTRA_DIST): Remove variable.
18639
18640         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18641         * modules/csharpexec (Files): Update.
18642         (configure.ac): Add AC_CONFIG_FILES invocation.
18643         (EXTRA_DIST): Remove csharpexec.sh.in.
18644
18645 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18646
18647         Sync from coreutils.
18648
18649         Add POSIX ACL support
18650         * lib/acl.h (copy_acl, set_acl): Add declarations.
18651         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18652         systems other than Linux.
18653         (chmod_or_fchmod): New function: use fchmod when possible,
18654         and chmod otherwise.
18655         (file_has_acl): Add a POSIX ACL implementation, with a
18656         Linux-specific subcase.
18657         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18658         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18659         acls are unsupported.
18660         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18661         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18662         are unsupported.
18663
18664 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18665
18666         Sync from coreutils.
18667         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18668
18669 2006-01-07  Bruno Haible  <bruno@clisp.org>
18670
18671         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18672         gl_EARLY.
18673
18674 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18675
18676         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18677         Problem reported for Mingw by Mark Junker.
18678
18679 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18680
18681         * README: Gnulib normally doesn't generate a tarball.
18682
18683 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18684
18685         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18686         long int, not int, for nanosecond counts, so that people who are
18687         used to POSIX struct timespec won't be surprised.  Reported by Jim
18688         Meyering.
18689
18690 2005-12-28  Bruno Haible  <bruno@clisp.org>
18691
18692         * build-aux/config.rpath: Update from GNU gettext.
18693
18694 2005-12-16  Jim Meyering  <jim@meyering.net>
18695
18696         * modules/fprintftime: New module.
18697         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18698
18699 2005-12-16  Jim Meyering  <jim@meyering.net>
18700
18701         * m4/fprintftime.m4: New file.
18702
18703 2005-12-16  Jim Meyering  <jim@meyering.net>
18704
18705         * lib/fprintftime.c, lib/fprintftime.h: New files.
18706
18707 2005-12-15  Simon Josefsson  <jas@extundo.com>
18708
18709         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18710         new m4/socklen.m4.
18711
18712 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18713
18714         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18715         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18716
18717 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18718
18719         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18720         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18721         struct uparams is valid. Fall back to the default values if it is
18722         not.
18723
18724 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18725
18726         * modules/argp (Files): Add argp-pin.c
18727         (Depends-on): dirname
18728         (lib_SOURCES): Add argp-pin.c
18729
18730 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18731
18732         * m4/argp.m4:  Check if program_invocation_name and
18733         program_invocation_short_name are declared and define appropriate
18734         macros if they are not.
18735
18736 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18737
18738         * lib/argp-help.c (__argp_base_name): New function
18739         (__argp_short_program_name): Rewrite using __argp_base_name
18740         * lib/argp-namefrob.h: Define program_invocation_name and
18741         program_invocation_short_name if requested
18742         (__argp_base_name): Add prototype
18743         * lib/argp-parse.c (argp_def): Use gettext wrappers
18744         (argp_default_parser): Use __argp_base_name
18745         * lib/argp-pin.c: New file. Defines program_invocation_name and
18746         program_invocation_short_name on systems that lack them.
18747
18748 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18749
18750         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18751         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18752         porting problem reported by Georg Schwarz in
18753         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18754
18755 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18756
18757         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18758         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18759         porting problem reported by Georg Schwarz in
18760         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18761
18762 2005-12-05  Bruno Haible  <bruno@clisp.org>
18763
18764         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18765         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18766         Reported by Mark Junker <mjscod@gmx.de>.
18767
18768 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18769
18770         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18771         Use implementation from Albert Chin, with some
18772         comments/corrections by Stepan Kasal and myself.
18773
18774 2005-12-02  Bruno Haible  <bruno@clisp.org>
18775
18776         * gnulib-tool (func_import): Accept GPLed build tool modules when
18777         --lgpl is given.
18778         * modules/csharpcomp-script: New file.
18779         * modules/csharpcomp: Depend on it.
18780         * modules/javacomp-script: New file.
18781         * modules/javacomp: Depend on it.
18782         Suggested by Simon Josefsson.
18783
18784 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18785
18786         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18787         statement, to work around an HP-UX 10.20 compiler bug reported by
18788         Peter O'Gorman.
18789
18790 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18791
18792         * modules/savedir (Depends-on): Add openat.
18793
18794 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18795
18796         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18797         (uintmax_t) [defined uintmax_t]: Do not declare.
18798         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18799         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18800         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18801         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18802         sake of portability to weird hosts that C allows (though we don't
18803         know of any practical examples).
18804
18805         * lib/savedir.h (fdsavedir): New decl.
18806         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18807         contains most of the former guts of savedir.
18808         (savedir): Use savedirstream.
18809         Include "openat.h".
18810
18811 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18812
18813         * modules/obstack (Files): Add m4/ulonglong.m4.
18814         Problem reported by Davide Angelocola.
18815
18816 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18817
18818         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18819         coreutils no longer futzes with rounding modes.
18820
18821 2005-11-14  Jim Meyering  <jim@meyering.net>
18822
18823         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18824         replacement of mkstemp.
18825
18826 2005-11-10  Simon Josefsson  <jas@extundo.com>
18827
18828         * lib/readline.c: Remove EOL.
18829
18830 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18831
18832         * modules/gethrxtime (Depends-on): Add gettime.
18833
18834 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18835
18836         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18837         or gettimeofday; no longer needed.
18838
18839 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18842         time business.
18843         (gethrxtime) [! (HAVE_NANOUPTIME
18844         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18845         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18846         our own approximation.
18847
18848 2005-11-08  Eric Blake  <ebb9@byu.net>
18849
18850         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18851
18852 2005-11-08  Eric Blake  <ebb9@byu.net>
18853
18854         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18855
18856 2005-11-04  Bruno Haible  <bruno@clisp.org>
18857
18858         * gnulib-tool: Implement --update mode.
18859
18860 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18861
18862         Fix porting problem reported by Theodoros V. Kalamatianos.
18863         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18864         Don't assume that futimes failing means we must fail.
18865
18866 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18867
18868         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18869         variables to suggest the intended function of the PATH_MAX check.
18870
18871 2005-10-30  Kean Johnston  <jkj@sco.com>
18872
18873         Trivial changes to support SCO systems.
18874         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18875         as PATH_MAX.
18876         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18877         where __ptr is null when no I/O is pending.
18878
18879 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18880
18881         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18882         leave errno alone.  Problem reported by Dmitry V. Levin.
18883
18884 2005-10-28  Simon Josefsson  <jas@extundo.com>
18885
18886         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18887         Test more.
18888
18889         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18890
18891         * modules/md2, modules/md2-tests: New files.
18892
18893 2005-10-28  Simon Josefsson  <jas@extundo.com>
18894
18895         * m4/inet_ntop.m4: More tests.
18896
18897         * m4/gc-md2.m4, md2.m4: New file.
18898
18899 2005-10-28  Simon Josefsson  <jas@extundo.com>
18900
18901         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18902         "restrict" keywords, as per POSIX.  Protect the function
18903         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18904         Don't use K&R prototypes.  Check the sprintf return values.
18905         Re-define EAFNOSUPPORT if not present.  Indent.
18906
18907         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18908         suggested by Bruno Haible <bruno@clisp.org>.
18909
18910         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18911
18912         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18913
18914         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18915         libgcrypt).
18916
18917         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18918
18919         * lib/md2.h, lib/md2.c: New files.
18920
18921 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18922
18923         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18924         errno alone.  Problem reported by Frederic Jolliton.
18925
18926 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         * modules/verify (License): Change from GPL to LGPL.  This is a
18929         tiny module and there are apparently near-equivalents that are
18930         under the BSD license.
18931
18932 2005-10-24  Simon Josefsson  <jas@extundo.com>
18933
18934         * modules/sha1: Relicense to LGPL.
18935
18936 2005-10-24  Simon Josefsson  <jas@extundo.com>
18937
18938         * lib/md4.h: Shrink buffer size, now that we changed the type.
18939
18940 2005-10-23  Simon Josefsson  <jas@extundo.com>
18941
18942         * gnulib-tool (func_import): Fix --tests-base.
18943
18944 2005-10-22  Simon Josefsson  <jas@extundo.com>
18945
18946         * modules/arcfour (Depends-on): Need stdint.
18947
18948 2005-10-22  Simon Josefsson  <jas@extundo.com>
18949
18950         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18951         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18952
18953 2005-10-22  Simon Josefsson  <jas@extundo.com>
18954
18955         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18956         suggested by Bruno Haible <bruno@clisp.org>.
18957
18958 2005-10-22  Simon Josefsson  <jas@extundo.com>
18959
18960         * lib/crc.h: Include stddef.h, for size_t.
18961
18962 2005-10-22  Simon Josefsson  <jas@extundo.com>
18963
18964         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18965         arcfour_context struct (simplify test vector testing in GNU
18966         Shishi).
18967
18968 2005-10-21  Simon Josefsson  <jas@extundo.com>
18969
18970         * modules/des, modules/des-tests: New files.
18971
18972         * modules/gc-des, modules/gc-des-tests: New files.
18973
18974         * tests/test-des.c, tests/test-gc-des.c: New file.
18975
18976 2005-10-21  Simon Josefsson  <jas@extundo.com>
18977
18978         * modules/arctwo, modules/arctwo-tests: New files.
18979
18980         * tests/test-arctwo.c: New file.
18981
18982         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18983
18984         * tests/test-gc-arctwo.c: New file.
18985
18986 2005-10-21  Simon Josefsson  <jas@extundo.com>
18987
18988         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18989         Bruno Haible <bruno@clisp.org>.
18990
18991         * m4/gc-des.m4: New file.
18992
18993 2005-10-21  Simon Josefsson  <jas@extundo.com>
18994
18995         * m4/arctwo.m4: New file.
18996
18997         * m4/gc-arctwo.m4: New file.
18998
18999 2005-10-21  Simon Josefsson  <jas@extundo.com>
19000
19001         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
19002         block.
19003
19004 2005-10-21  Simon Josefsson  <jas@extundo.com>
19005
19006         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
19007         <bruno@clisp.org>.
19008
19009         * lib/hmac-sha1.c (hmac_sha1): Likewise.
19010
19011         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
19012         Bruno Haible <bruno@clisp.org>.
19013
19014         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
19015         <bruno@clisp.org>.
19016
19017 2005-10-21  Simon Josefsson  <jas@extundo.com>
19018
19019         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
19020
19021 2005-10-21  Simon Josefsson  <jas@extundo.com>
19022
19023         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
19024
19025 2005-10-21  Simon Josefsson  <jas@extundo.com>
19026
19027         * lib/des.h, lib/des.c: New files.
19028
19029         * lib/gc-gnulib.c: Support DES.c
19030
19031 2005-10-21  Simon Josefsson  <jas@extundo.com>
19032
19033         * lib/arctwo.h, lib/arctwo.c: New files.
19034
19035         * lib/gc-gnulib.c: Support ARCTWO.
19036
19037 2005-10-21  Simon Josefsson  <jas@extundo.com>
19038
19039         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
19040         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19041
19042 2005-10-21  Simon Josefsson  <jas@extundo.com>
19043
19044         * gnulib-tool (func_import, func_create_testdir): Define automake
19045         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
19046         Makefile.am snippet),
19047         suggested by Bruno Haible <bruno@clisp.org>.
19048
19049         * modules/gc (Makefile.am): Use it.
19050
19051 2005-10-21  Bruno Haible  <bruno@clisp.org>
19052
19053         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
19054         patch.
19055
19056 2005-10-19  Simon Josefsson  <jas@extundo.com>
19057
19058         * tests/test-gc-rijndael.c: New file.
19059
19060         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
19061
19062 2005-10-19  Simon Josefsson  <jas@extundo.com>
19063
19064         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
19065         interface too.
19066
19067 2005-10-19  Simon Josefsson  <jas@extundo.com>
19068
19069         * tests/test-gc-arcfour.c: New file.
19070
19071         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
19072
19073 2005-10-19  Simon Josefsson  <jas@extundo.com>
19074
19075         * modules/gc-md4, modules/gc-md4-tests: New file.
19076
19077         * tests/test-gc-md4.c: New file.
19078
19079 2005-10-19  Simon Josefsson  <jas@extundo.com>
19080
19081         * m4/gc-md4.m4: New file.
19082
19083 2005-10-19  Simon Josefsson  <jas@extundo.com>
19084
19085         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
19086         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
19087         <kasal@ucw.cz>.
19088
19089 2005-10-19  Simon Josefsson  <jas@extundo.com>
19090
19091         * m4/gc-arcfour.m4: New file.
19092
19093         * m4/gc-rijndael.m4: New file.
19094
19095 2005-10-19  Simon Josefsson  <jas@extundo.com>
19096
19097         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
19098
19099 2005-10-19  Simon Josefsson  <jas@extundo.com>
19100
19101         * lib/gc-gnulib.c: Support ARCFOUR.
19102
19103 2005-10-19  Simon Josefsson  <jas@extundo.com>
19104
19105         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
19106         support.
19107
19108         * lib/gc.h: Add ECB enum type.
19109
19110         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
19111
19112 2005-10-18  Simon Josefsson  <jas@extundo.com>
19113
19114         * tests/test-md5.c: New file.
19115
19116         * modules/md5-tests: New file.
19117
19118 2005-10-18  Simon Josefsson  <jas@extundo.com>
19119
19120         * tests/test-md4.c: New file.
19121
19122         * modules/md4, modules/md4-tests: New files.
19123
19124 2005-10-18  Simon Josefsson  <jas@extundo.com>
19125
19126         * m4/md4.m4: New file.
19127
19128 2005-10-18  Simon Josefsson  <jas@extundo.com>
19129
19130         * lib/md4.h, lib/md4.c: New files, based on md5.?.
19131
19132 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
19133
19134         * gnulib-tool (func_create_testdir): Omit the second check whether
19135         BUILT_SOURCES in nonempty.
19136
19137 2005-10-17  Simon Josefsson  <jas@extundo.com>
19138
19139         * tests/test-rijndael.c: New file.
19140
19141 2005-10-17  Simon Josefsson  <jas@extundo.com>
19142
19143         * modules/sha1: Depend on stdint instead of md5.
19144
19145         * modules/md5: Depend on stdint, remove uint32_t.
19146
19147 2005-10-17  Simon Josefsson  <jas@extundo.com>
19148
19149         * modules/gc-sha1-tests: New file.
19150
19151         * tests/test-gc-sha1.c: New file.
19152
19153 2005-10-17  Simon Josefsson  <jas@extundo.com>
19154
19155         * m4/md5.m4: Remove call to uint32_t.m4.
19156
19157 2005-10-17  Simon Josefsson  <jas@extundo.com>
19158
19159         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
19160
19161         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
19162         md5.h.
19163
19164         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
19165
19166         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
19167
19168 2005-10-17  Simon Josefsson  <jas@extundo.com>
19169
19170         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
19171
19172 2005-10-17  Simon Josefsson  <jas@extundo.com>
19173
19174         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
19175
19176 2005-10-17  Simon Josefsson  <jas@extundo.com>
19177
19178         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
19179
19180         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
19181
19182 2005-10-17  Bruno Haible  <bruno@clisp.org>
19183
19184         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
19185         that it can also be used in a test.
19186
19187 2005-10-16  Bruno Haible  <bruno@clisp.org>
19188
19189         * gnulib-tool (func_emit_tests_Makefile_am): Also define
19190         TESTS_ENVIRONMENT, so that individual tests can augment it.
19191
19192         * gnulib-tool (func_create_testdir): Use an intermediate target for
19193         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
19194         macros, like $(ALLOCA_H), which cannot be passed through the command
19195         line.
19196
19197 2005-10-15  Simon Josefsson  <jas@extundo.com>
19198
19199         * modules/rijndael-tests: New file.
19200
19201         * modules/rijndael: New file.
19202
19203 2005-10-15  Simon Josefsson  <jas@extundo.com>
19204
19205         * m4/rijndael.m4: New file.
19206
19207 2005-10-15  Simon Josefsson  <jas@extundo.com>
19208
19209         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
19210
19211         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
19212
19213 2005-10-14  Simon Josefsson  <jas@extundo.com>
19214
19215         * tests/test-arcfour.c: New file.
19216
19217         * modules/arcfour, modules/arcfour-tests: New files.
19218
19219 2005-10-14  Simon Josefsson  <jas@extundo.com>
19220
19221         * m4/arcfour.m4: New file.
19222
19223 2005-10-14  Simon Josefsson  <jas@extundo.com>
19224
19225         * lib/arcfour.h, lib/arcfour.c: New files.
19226
19227 2005-10-14  Roland McGrath  <roland@redhat.com>
19228
19229         Import from libc.  [BZ #1331]
19230         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
19231         macro argument.
19232         Reported by Matej Vela <vela@debian.org>.
19233
19234 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19235
19236         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
19237         include <wchar.h>; no longer needed.
19238
19239 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19240
19241         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
19242
19243 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
19244         and  Ulrich Drepper  <drepper@redhat.com>
19245
19246         Import from libc.
19247         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
19248         instead of inline stream orientation test and two separate
19249         function calls.  Pay no attention to USE_IN_LIBIO.
19250
19251 2005-10-13  Simon Josefsson  <jas@extundo.com>
19252
19253         * modules/gc-hmac-md5-tests: New file.
19254
19255         * tests/test-gc-hmac-sha1.c: New file.
19256
19257         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
19258
19259         * modules/gc-hmac-md5-tests: New file.
19260
19261         * tests/test-gc-md5.c: New file.
19262
19263         * modules/gc-md5-tests: New file.
19264
19265 2005-10-13  Simon Josefsson  <jas@extundo.com>
19266
19267         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
19268         Move memory allocation outside of loop.
19269
19270 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
19271
19272         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
19273         intermediate directory is in a read-only file system.  Problem
19274         reported by Eric Blake.
19275
19276 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
19277
19278         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
19279
19280 2005-10-12  Simon Josefsson  <jas@extundo.com>
19281
19282         * tests/test-hmac-sha1.c: New file.
19283
19284         * modules/hmac-sha1-tests: New file.
19285
19286         * modules/hmac-sha1: New file.
19287
19288 2005-10-12  Simon Josefsson  <jas@extundo.com>
19289
19290         * modules/gc-sha1: New file.
19291
19292 2005-10-12  Simon Josefsson  <jas@extundo.com>
19293
19294         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
19295
19296         * tests/test-gc-pbkdf2-sha1.c: New file.
19297
19298 2005-10-12  Simon Josefsson  <jas@extundo.com>
19299
19300         * modules/gc-md5, modules/gc-hmac-md5: New files.
19301
19302         * modules/gc (Files): Remove md5, memxor and hmac files.
19303
19304 2005-10-12  Simon Josefsson  <jas@extundo.com>
19305
19306         * m4/gc-pbkdf2-sha1.m4: New file.
19307
19308         * m4/gc-hmac-sha1.m4: New file.
19309
19310         * m4/gc-sha1: New file.
19311
19312         * m4/hmac-sha1.m4: New file.
19313
19314 2005-10-12  Simon Josefsson  <jas@extundo.com>
19315
19316         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
19317
19318         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
19319
19320 2005-10-12  Simon Josefsson  <jas@extundo.com>
19321
19322         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
19323         suggested by Bruno Haible <bruno@clisp.org>.
19324
19325 2005-10-12  Simon Josefsson  <jas@extundo.com>
19326
19327         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
19328
19329 2005-10-12  Simon Josefsson  <jas@extundo.com>
19330
19331         * lib/gc-pbkdf2-sha1.c: New file.
19332
19333         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
19334
19335 2005-10-12  Simon Josefsson  <jas@extundo.com>
19336
19337         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
19338
19339         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
19340
19341 2005-10-12  Simon Josefsson  <jas@extundo.com>
19342
19343         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
19344         GC_USE_HMAC_MD5, respectively.
19345
19346         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
19347         (gc_md5): Fix typo.
19348
19349         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
19350
19351         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
19352
19353         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
19354
19355 2005-10-12  Bruno Haible  <bruno@clisp.org>
19356
19357         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
19358         Reported by Stepan Kasal <kasal@ucw.cz>.
19359
19360 2005-10-11  Simon Josefsson  <jas@extundo.com>
19361
19362         * tests/test-crc.c: New file.
19363
19364         * modules/crc, modules/crc-tests: New files.
19365
19366 2005-10-11  Simon Josefsson  <jas@extundo.com>
19367
19368         * m4/crc.m4: New file.
19369
19370 2005-10-11  Simon Josefsson  <jas@extundo.com>
19371
19372         * lib/gc.h: Add gc_hash and gc_hash_buffer.
19373
19374         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
19375
19376         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
19377
19378 2005-10-11  Simon Josefsson  <jas@extundo.com>
19379
19380         * lib/crc.h, lib/crc.c: New files.
19381
19382         * lib/gc.h (gc_hash_buffer): Add doc.
19383
19384 2005-10-11  Bruno Haible  <bruno@clisp.org>
19385
19386         * modules/c-strcasestr: New file.
19387         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
19388
19389 2005-10-11  Bruno Haible  <bruno@clisp.org>
19390
19391         * modules/c-strcase: New file.
19392         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
19393
19394 2005-10-11  Bruno Haible  <bruno@clisp.org>
19395
19396         * lib/strcasecmp.c: Include limits.h.
19397         (strcasecmp): Avoid integer overflow on exotic platforms.
19398         * lib/strncasecmp.c: Include limits.h.
19399         (strncasecmp): Avoid integer overflow on exotic platforms.
19400         Reported by Paul Eggert.
19401
19402 2005-10-11  Bruno Haible  <bruno@clisp.org>
19403
19404         * lib/c-strcasestr.h: New file, from GNU gettext.
19405         * lib/c-strcasestr.c: New file, from GNU gettext.
19406
19407 2005-10-11  Bruno Haible  <bruno@clisp.org>
19408
19409         * lib/c-strcase.h: New file, from GNU gettext.
19410         * lib/c-strcasecmp.c: New file, from GNU gettext.
19411         * lib/c-strncasecmp.c: New file, from GNU gettext.
19412
19413 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19414
19415         * modules/mempcpy (License): GPL -> LGPL.
19416         * modules/strchrnul (License): Likewise.
19417         * modules/sysexits (License): Likewise.
19418
19419 2005-10-08  Simon Josefsson  <jas@extundo.com>
19420
19421         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
19422
19423 2005-10-07  Simon Josefsson  <jas@extundo.com>
19424
19425         * m4/memxor.m4: Remove gl_C_RESTRICT call.
19426
19427 2005-10-06  Simon Josefsson  <jas@extundo.com>
19428
19429         * tests/test-hmac-md5.c: New file.
19430
19431         * modules/hmac-md5-tests: New file.
19432
19433         * modules/hmac-md5: New file.
19434
19435 2005-10-06  Simon Josefsson  <jas@extundo.com>
19436
19437         * m4/hmac-md5.m4: New file.
19438
19439         * m4/memxor.m4: Require gl_C_RESTRICT.
19440
19441 2005-10-06  Simon Josefsson  <jas@extundo.com>
19442
19443         * lib/memxor.c (memxor): Avoid casts and warnings.
19444
19445 2005-10-06  Simon Josefsson  <jas@extundo.com>
19446
19447         * lib/hmac-md5.c: New file.
19448
19449         * lib/hmac.h: New file.
19450
19451 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19452
19453         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
19454         promotes to int, not unsigned int, to catch the AIX 5.3
19455         compiler bug.
19456
19457 2005-10-05  Simon Josefsson  <jas@extundo.com>
19458
19459         * modules/memxor: New file.
19460
19461         * modules/iconv (Files): Move config.rpath to havelib, it is used
19462         there.
19463
19464         * modules/havelib (Files): Add config.rpath.
19465
19466 2005-10-05  Simon Josefsson  <jas@extundo.com>
19467
19468         * m4/memxor.m4: New file.
19469
19470 2005-10-05  Simon Josefsson  <jas@extundo.com>
19471
19472         * lib/memxor.c (memxor): Fix compiler error.
19473
19474         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19475         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19476
19477         * lib/memxor.h, lib/memxor.c: New files.
19478
19479         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19480         we assume all systems have it, suggested by Jim Meyering
19481         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19482         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19483         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19484         same reasons.
19485
19486 2005-10-05  Simon Josefsson  <jas@extundo.com>
19487
19488         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19489
19490 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19491
19492         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19493         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19494         needed, since the source code now assumes these .h files.
19495
19496 2005-10-05  Derek Price  <derek@ximbiot.com>
19497
19498         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19499
19500 2005-10-05  Bruno Haible  <bruno@clisp.org>
19501
19502         * modules/stdint (License): Change to LGPL.
19503
19504 2005-10-04  Simon Josefsson  <jas@extundo.com>
19505
19506         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19507         D. Baushke" <mdb@gnu.org>.
19508
19509 2005-10-04  Bruno Haible  <bruno@clisp.org>
19510
19511         * lib/verify.h (verify_true): Provide alternative definition for C++.
19512
19513 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19514
19515         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19516         (SSIZE_MAX): New macro, if not already defined.
19517         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19518         than 2 GiB.
19519
19520 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19521
19522         Sync from coreutils.
19523         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19524         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19525         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19526         ULLONG_MAX doesn't work with 2.7.2.1.
19527
19528 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19529
19530         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19531         From Ben Pfaff.
19532
19533         * modules/exclude (Depends-on): Depend on verify.
19534         * modules/strtoimax (Depends-on): Likewise.
19535         * modules/utimecmp (Depends-on): Likewise.
19536
19537 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19538
19539         * lib/exclude.c: Include verify.h.
19540         (verify): Remove.  All callers changed to use verify.h's version.
19541         * lib/strtoimax.c: Likewise.
19542         * lib/utimecmp.c: Likewis.e
19543
19544         Sync from coreutils.
19545         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19546         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19547         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19548         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19549         bother returning ENOSYS if settimeofday or stime fails; just let
19550         them return whatever errno they want to return.
19551         * lib/utimens.c: Include unistd.h, for dup2.
19552         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19553         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19554
19555 2005-10-02  Jim Meyering  <jim@meyering.net>
19556
19557         Sync from coreutils.
19558         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19559         from glibc-2.2.5 that fails for read-only files.
19560
19561 2005-10-02  Jim Meyering  <jim@meyering.net>
19562
19563         Sync from coreutils.
19564         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19565         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19566         `#if HAVE_CONFIG_H'.
19567         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19568         Remove AT_FDCWD test.
19569         Do not consume the fd unless successful.
19570         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19571         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19572         block, so that we don't even try to compile it if settimeofday is
19573         available.  This works around a compilation failure on OSF1 V5.1,
19574         due to stime requiring a `long int*' while tv_sec is `int'.
19575
19576 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19577
19578         Sync from coreutils.
19579         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19580         against `yes', rather than just testing for nonempty.
19581
19582 2005-10-01  Simon Josefsson  <jas@extundo.com>
19583
19584         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19585         and Darwin.
19586
19587         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19588         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19589         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19590         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19591         Check if struct addrinfo is declared.
19592
19593 2005-10-01  Simon Josefsson  <jas@extundo.com>
19594
19595         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19596         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19597         AI_* and EAI_* definitions.  Protect function declarations.
19598
19599 2005-10-01  Jim Meyering  <jim@meyering.net>
19600
19601         Sync from coreutils.
19602
19603         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19604         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19605         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19606         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19607         in the inet and nsl libraries.  Required on Solaris 5.7.
19608
19609 2005-10-01  Jim Meyering  <jim@meyering.net>
19610
19611         Sync from coreutils.
19612         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19613         in the inet and nsl libraries.  Required on Solaris 5.7.
19614
19615 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19616
19617         * lib/getdelim.c (getdelim): Remove unused variables.
19618
19619 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19620
19621         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19622         so that the code works even with ancient cpp.  Portability problem
19623         with GCC 2.7.2.1 reported by Thomas M.Ott.
19624
19625 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19626
19627         * modules/regex (Depends-on): Add strcase.
19628
19629         * modules/gethostname (Licence): Change from GPL to LGPL, since
19630         gethostname.c is a trivial implementation of a standard library
19631         function.
19632         * modules/poll (License): Change from GPL to LGPL, since it's
19633         derived from LGPL code.
19634
19635 2005-09-27  Jim Meyering  <jim@meyering.net>
19636
19637         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19638         HAVE_CONFIG_H.
19639
19640         * lib/intprops.h (signed_type_or_expr__): Define.
19641         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19642         for unsigned types.
19643
19644 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19645
19646         * lib/verify.h (verify_expr): Remove, replacing with:
19647         (verify_true): New macro that returns true instead of void.
19648         (verify_type__): Remove.
19649         (verify): Use verify_true rather than verify_type__.
19650
19651 2005-09-26  Bruno Haible  <bruno@clisp.org>
19652
19653         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19654         is necessary.
19655         (lib_SOURCES): Remove mbchar.c.
19656         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19657         (Files): Add m4/mbrtowc.m4.
19658         * modules/mbiter: Likewise.
19659         * modules/mbuiter: Likewise.
19660
19661 2005-09-26  Bruno Haible  <bruno@clisp.org>
19662
19663         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19664         compile mbchar.c if they are not both present.
19665         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19666         * m4/mbiter.m4 (gl_MBITER): Likewise.
19667         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19668         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19669         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19670
19671 2005-09-25  Jim Meyering  <jim@meyering.net>
19672
19673         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19674         also uses socklen_t.
19675
19676 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19677
19678         * lib/utimens.c (ENOSYS): Define if not already defined.
19679         (futimens): Support having a null PATH if the file descriptor
19680         is nonnegative.
19681
19682         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19683         Remove.
19684         (__attribute): Define to empty unless GCC 3.1 or later.
19685         This works around a core dump on OpenBSD 3.4, which has GCC
19686         2.95.3, which dumps core when given __attribute__(()).  It also
19687         simplifies other tests, since we really don't want to bother with
19688         worrying about which ancient version of GCC supported what.
19689         Original problem reported by Yoann Vandoorselaere, with part of
19690         the fix suggested by Derek Price.
19691
19692 2005-09-24  Jim Meyering  <jim@meyering.net>
19693
19694         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19695         so we can once again use a positive bitfield width of 1 -- now we
19696         don't have to explain why we were using a bitfield width of 2.
19697
19698 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19699
19700         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19701         and similarly for the other external symbols.  Problem reported
19702         by James Gallager.
19703
19704         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19705         bug reported by Jim Meyering.
19706
19707         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19708         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19709         not needed, since socklen is a prerequisite module.
19710
19711 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19712
19713         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19714         Problem reported by Eric Blake.
19715         (getaddrinfo): Initialize se so that it's not garbage.
19716         Redo internal storage allocation so that it doesn't make unportable
19717         assumptions about alignment.
19718         Fix a memory leak.
19719
19720         * lib/utimens.c (futimens): Use futimesat if available.
19721         Prefer it to futimes since it doesn't have the futimes bug.
19722
19723         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19724         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19725         Instead, declare a function that returns a pointer to an array,
19726         and use verify_type__ to declare the size of the array.
19727         Problem and germ of a solution reported by Bruno Haible.
19728         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19729         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19730
19731 2005-09-23  Jim Meyering  <jim@meyering.net>
19732
19733         Sync from coreutils.
19734         Correct build failure (socklen_t not defined) on at least
19735         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19736         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19737
19738 2005-09-23  Jim Meyering  <jim@meyering.net>
19739
19740         * modules/getaddrinfo (Depends-on): Add socklen.
19741
19742 2005-09-23  Bruno Haible  <bruno@clisp.org>
19743
19744         * tests/test-verify.c: New file.
19745
19746 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19747
19748         Sync from coreutils.
19749
19750         * modules/argmatch (Depends-on): Add verify.
19751         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19752         unistd-safer.
19753         * modules/save-cwd (Depends-on): Likewise.
19754
19755         * modules/openat (Files): Add lib/openat-die.c.
19756         (Depends-on): Remove error, exitfail.
19757         Add dirname.
19758
19759         * modules/verify: New file.
19760         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19761         with "verify" module.
19762
19763 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19764
19765         Sync from coreutils.
19766
19767         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19768         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19769         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19770         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19771         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19772         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19773         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19774         Don't bother checking for string.h, stdlib.h, unistd.h.
19775         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19776         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19777         module's job.
19778         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19779         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19780
19781         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19782         (gl_GETDATE): Use it.
19783
19784         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19785
19786 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19787
19788         Sync from coreutils.
19789
19790         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19791         stat-time.h.
19792         * lib/argmatch.h: Include verify.h
19793         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19794         (ARGMATCH_ASSERT): Remove; unused.
19795         * lib/canonicalize.c: Assume STDC_HEADERS.
19796         * lib/exclude.c: Include "strcase.h".
19797         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19798         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19799         and stdio-safer.h.
19800         (getusershell): Call fopen, not fopen_safer.
19801         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19802         Do not include unistd-safer.h.
19803         (save_cwd): Don't call fd_safer; no longer needed
19804         now that we include fcntl--.h.
19805
19806         * lib/getdate.y (relative_time): New type.
19807         (RELATIVE_TIME_0): New constant.
19808         (parser_control): Use relative_time instead of doing it ourselves.
19809         (%union): Add new relative_time rel member.
19810         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19811         Now typeless.
19812         (relunit, relunit_snumber): Now of type rel.
19813         (zone, rel, relunit, get_date): Adjust to above changes.
19814
19815         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19816         Do not include unistd-safer.h.
19817         (getloadavg): Don't call fd_safer; no longer needed
19818         now that we include fcntl--.h.
19819
19820         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19821         (make_dir_parents): Treat ENOSYS like EEXIST.
19822
19823         Improve quality of diagnostics on restore_cwd failure.
19824         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19825         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19826         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19827         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19828         each time through the loop.  Do not diagnose restore_cwd failure;
19829         that is the caller's job (and perhaps the caller does not care).
19830
19831         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19832         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19833         If the file already exists but is not a directory, don't bother
19834         to try to make its parents.
19835         Close potential file descriptor leak if we can't chdir("/") (!).
19836         Don't always return true if chdir($PWD) fails; return true only
19837         if the requested action was done successfully (except for the
19838         chdir($PWD)).
19839         Don't log final directory unless we actually made it.
19840         Refactor to avoid duplicate code to fix up permissions.
19841         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19842
19843         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19844         to make it a bit faster and (I hope) clearer.
19845         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19846         Fix bug in formats like %2N.
19847
19848         * lib/verify.h: New file.
19849
19850 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19851
19852         Sync from coreutils.
19853         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19854
19855 2005-09-22  Jim Meyering  <jim@meyering.net>
19856
19857         Sync from coreutils.
19858
19859         * m4/lstat.m4 (gl_FUNC_LSTAT):
19860         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19861         Remove obsolete comment.
19862         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19863         * m4/xstrtod.m4: Likewise.
19864
19865         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19866
19867 2005-09-22  Jim Meyering  <jim@meyering.net>
19868
19869         Sync from coreutils.
19870
19871         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19872
19873         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19874         the .tm_year member, since otherwise gcc-4.0 would now warn about
19875         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19876
19877         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19878         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19879
19880         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19881         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19882         when run in a time zone for which daylight savings time is in effect
19883         for the starting date.
19884
19885         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19886         stop us from restricting permissions of just-created absolute-named
19887         directories.
19888         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19889         to restore initial working directory.
19890         * lib/mkdir-p.c (make_dir_parents): New parameter:
19891         different_working_dir, to tell caller if/when we change the working
19892         directory and are unable to return to the initial one.
19893         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19894         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19895         `return false'.  This fixes a bug introduced on 2004-07-30.
19896
19897         * lib/openat.c (fdopendir): Be sure to close the supplied
19898         file descriptor before returning.  This makes our replacement
19899         implementation a little closer to Solaris's, where fdopendir
19900         ties the file descriptor to the returned DIR* pointer.
19901         * lib/openat.c (unlinkat): New function.
19902         * lib/openat.h (unlinkat): Add prototype.
19903         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19904         (openat_restore_fail): Rename from openat_restore_die.
19905         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19906
19907         Provide an alternative to exiting immediately upon save_cwd or
19908         restore_cwd failure.  Now, an application can arrange e.g.,
19909         to perform a longjump in that case.
19910         * lib/openat.c: Include dirname.h.
19911         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19912         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19913         and openat_restore_die rather than calling error directly.
19914         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19915
19916         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19917         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19918         define.
19919
19920         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19921         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19922                             int utc, int nanoseconds);
19923         Background:
19924         date should not have to allocate a megabyte of virtual memory to
19925         handle a format argument like +%1048575T.  When implemented with
19926         strftime, it must allocate such a buffer, use strftime to fill it
19927         in, print it, then free it.
19928         With fprintftime, it simply prints everything and exits.
19929         With no need for memory allocation, that's one fewer way to fail.
19930         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19931         optional field width, not before, so we accept %9:z, not %:9z.
19932         (my_strftime): Be sure to use L_('x') for literals.
19933
19934         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19935         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19936         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19937         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19938         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19939         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19940         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19941         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19942         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19943         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19944         * lib/xgethostname.c, lib/xreadlink.c:
19945         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19946
19947         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19948         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19949         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19950         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19951         and don't include <sys/file.h>).
19952
19953 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19954
19955         Sync from coreutils.
19956
19957         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19958         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19959         [!LDAV_DONE]: Avoid unused variable warning.
19960
19961 2005-09-21  Bruno Haible  <bruno@clisp.org>
19962
19963         * lib/unicodeio.h (unicode_to_mb): New declaration.
19964
19965 2005-09-20  Derek Price  <derek@ximbiot.com>
19966
19967         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19968         getaddrinfo.h.
19969
19970 2005-09-20  Bruno Haible  <bruno@clisp.org>
19971
19972         * gnulib-tool: Remove trailing slashes from the values specified for
19973         --source-base, --m4-base, --tests-base, --aux-dir.
19974         Suggested by Simon Josefsson <jas@extundo.com>.
19975
19976 2005-09-20  Bruno Haible  <bruno@clisp.org>
19977
19978         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19979         func_modules_to_filelist, func_import, func_create_testdir): Make all
19980         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19981         change when gnulib-tool is invoked in a different locale.
19982
19983 2005-09-19  Simon Josefsson  <jas@extundo.com>
19984
19985         * m4/socklen.m4: Fix typo.
19986
19987 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19988
19989         Use a consistent style for including <config.h>.
19990         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19991         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19992         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
19993         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
19994         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
19995         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
19996         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
19997         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
19998         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
19999         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
20000         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
20001         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
20002         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
20003         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
20004         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
20005         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
20006         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
20007         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
20008         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
20009         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
20010         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
20011         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
20012         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
20013         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
20014         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
20015         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
20016         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
20017         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
20018         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
20019         lib/xstrtoumax.c, lib/yesno.c:
20020         Standardize inclusion of config.h.
20021         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
20022         lib/inttostr.h:  Removed inclusion of config.h from header files.
20023         * lib/inttostr.c:  Adjusted in-tree users.
20024         * lib/timespec.h: Remove superfluous warning to include config.h.
20025         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
20026         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
20027         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
20028         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
20029         config.h with HAVE_CONFIG_H.
20030
20031 2005-09-19  Jim Meyering  <jim@meyering.net>
20032
20033         * modules/pathmax (License): Change to LGPL.
20034
20035 2005-09-19  Derek Price  <derek@ximbiot.com>
20036
20037         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
20038
20039 2005-09-19  Bruno Haible  <bruno@clisp.org>
20040
20041         * gnulib-tool (import): Provide default for --tests-base.
20042
20043 2005-09-19  Bruno Haible  <bruno@clisp.org>
20044
20045         * doc/quote.texi: New file, extracted from gnulib.texi.
20046         * doc/ctime.texi: New file, extracted from gnulib.texi.
20047         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
20048         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
20049         * doc/gnulib.texi: Include them.
20050
20051 2005-09-18  Bruno Haible  <bruno@clisp.org>
20052
20053         Portability fix.
20054         * gnulib-tool (func_readlink): New function.
20055         (func_ln_if_changed): Use it.
20056
20057 2005-09-18  Bruno Haible  <bruno@clisp.org>
20058
20059         * gnulib-tool: Support --with-tests also with --import.
20060         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
20061         (func_import): Use variables $testsbase and $inctests. Emit a
20062         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
20063         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
20064         SUBDIRS += $testsdir.
20065         (func_create_testdir): Update.
20066
20067 2005-09-18  Bruno Haible  <bruno@clisp.org>
20068
20069         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
20070         instead of $dry_run.
20071         (func_cp_if_changed, func_mv_if_changed): Remove functions.
20072         (func_ln_if_changed): Don't handle dry-run here.
20073         (func_import): In dry-run mode, detect more precisely which actions
20074         would be performed, and don't use "...ing" verbs.
20075
20076 2005-09-18  Bruno Haible  <bruno@clisp.org>
20077
20078         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
20079         (func_import): Use join on two temporary files instead of three nested
20080         loops, in order to determine which files are new or old.
20081
20082 2005-09-18  Bruno Haible  <bruno@clisp.org>
20083
20084         * gnulib-tool (func_import): Comment out code that spits out the
20085         new files with --dry-run.
20086
20087 2005-09-18  Bruno Haible  <bruno@clisp.org>
20088
20089         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
20090
20091 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20092
20093         * lib/stat-time.h: New file.
20094         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
20095         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
20096         in a different way.
20097         (timespec_cmp): New function.
20098         * lib/utimecmp.c: Include stat-time.h.
20099         (SYSCALL_RESOLUTION): Depend on whether various struct stat
20100         members exist, not on the obsolescent ST_MTIM_NSEC.
20101         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
20102
20103 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20104
20105         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
20106
20107 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
20108
20109         * MODULES.html.sh (File system functions): Add stat-time.
20110         * modules/stat-time: New file.
20111         * modules/timespec (Files): Remove m4/st_mtim.m4; this
20112         is now done in a different way, by the stat-time module.
20113         * modules/utimecmp (Depends-on): Add stat-time.
20114
20115 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20116
20117         * m4/st_mtim.m4: Remove.  Superseded by...
20118         * m4/stat-time.m4: New file.
20119         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
20120         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
20121
20122 2005-09-15  Derek Price  <derek@ximbiot.com>
20123
20124         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
20125
20126 2005-09-15  Derek Price  <derek@ximbiot.com>
20127
20128         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
20129         * lib/regex_internal.c: Ditto, using this...
20130         (__GNUC_PREREQ): ...new macro.
20131         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
20132         using...
20133         (__GNUC_PREREQ): ...this new macro.
20134
20135         * lib/strstr.h: Include string.h. Define strstr as a macro here.
20136
20137 2005-09-15  Derek Price  <derek@ximbiot.com>
20138             Paul Eggert  <eggert@cs.ucla.edu>
20139
20140         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
20141         changes, consolidating in...
20142         * lib/regex_internal.h: ...this file.
20143
20144 2005-09-13  Jim Meyering  <jim@meyering.net>
20145
20146         * lib/canon-host.c: Filter through gnu indent and reword comments
20147         slightly.
20148         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
20149
20150 2005-09-13  Derek Price  <derek@ximbiot.com>
20151
20152         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
20153         failure.
20154         Reported by Jim Meyering  <jim@meyering.net>.
20155
20156 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20157
20158         * lib/base64.c: Typo.
20159         (base64_encode): Put b64str in initialized data section.
20160
20161 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
20162
20163         Merge glibc and coreutils changes into gnulib, plus a few
20164         extra fixes.
20165         * lib/md5.c: Use #error rather than a string.
20166         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
20167         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
20168         (__attribute__): Define to empty for non recent-GCC.
20169         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
20170         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
20171         Renamed from their non-__ counterparts, with new macros replacing
20172         them if not _LIBC.  Add __THROW attribute.
20173         (rol): Remove.
20174         (struct md5_ctx): Align buffer if using GCC.
20175         * lib/sha1.h (struct sha1_ctx): Likewise.
20176         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
20177         The old name was backwards.
20178         (NOTSWAP): Remove; not used.
20179         (rol): New macro, moved here from md5.h.
20180         (sha1_process_block): Remove a FIXME that doesn't make sense.
20181
20182 2005-09-12  Derek Price  <derek@ximbiot.com>
20183
20184         Return usable errors from canon-host.
20185         * lib/canon-host.h: New file.
20186         * lib/canon-host.c (canon_host): Wrap...
20187         (canon_host_r): ...this new function, which now relies exclusively on
20188         getaddrinfo.
20189         (ch_strerror): New function.
20190         (last_cherror): New global.
20191         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
20192         interface.
20193         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
20194         void *.
20195         (freeaddrinfo): Free ai->ai_canonname when set.
20196
20197 2005-09-12  Derek Price  <derek@ximbiot.com>
20198
20199         Make canon-host require getaddrinfo.
20200         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
20201         AC_LIBSOURCE canon-host.h.  Call...
20202         (gl_PREREQ_CANON_HOST): ...this new function, which requires
20203         gl_GETADDRINFO.
20204         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
20205
20206 2005-09-12  Derek Price  <derek@ximbiot.com>
20207
20208         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
20209         LGPL.
20210         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
20211
20212 2005-09-12  Derek Price  <derek@ximbiot.com>
20213
20214         * lib/gai_strerror.c: Include config.h when available.  Include
20215         getaddrinfo.h before other headers to test interface.
20216         Reported by Larry Jones <lawrence.jones@ugs.com>.
20217
20218 2005-09-12  Derek Price  <derek@ximbiot.com>
20219             Paul Eggert  <eggert@cs.ucla.edu>
20220
20221         * modules/glob (Files): Add glob-libc.h.
20222
20223 2005-09-12  Derek Price  <derek@ximbiot.com>
20224             Paul Eggert  <eggert@cs.ucla.edu>
20225
20226         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
20227         glob_.h, glob-libc.h.
20228         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
20229
20230 2005-09-12  Derek Price  <derek@ximbiot.com>
20231             Paul Eggert  <eggert@cs.ucla.edu>
20232
20233         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
20234         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
20235         protecting things that should be done only in gnulib contexts.
20236         * lib/glob_.h: New file, containing only the glob things needed for
20237         gnulib.
20238         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
20239         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
20240         (glob, globfree, glob_pattern_p): Now defined simply in terms of
20241         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
20242         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
20243         and to respect the namespace rules better.
20244
20245 2005-09-08  Simon Josefsson  <jas@extundo.com>
20246
20247         * modules/socklen: New file.
20248
20249 2005-09-08  Simon Josefsson  <jas@extundo.com>
20250
20251         * m4/socklen.m4: New file.
20252
20253 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20254
20255         * modules/utimens (Files): Add m4/utimbuf.m4, since
20256         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
20257         Reported by Sergey Poznyakoff.
20258
20259 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20260
20261         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
20262         definitions, since that's the preferred style in glibc.
20263         Fix a minor spacing issue, and update copyright notice to match
20264         glibc's.
20265
20266 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20267
20268         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
20269
20270 2005-09-06  Simon Josefsson  <jas@extundo.com>
20271
20272         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
20273         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
20274
20275 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20276
20277         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
20278         warning.
20279
20280 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20281
20282         * config/srclist.txt: Add glibc bug 1302.
20283
20284 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
20285
20286         Change bitset word type from unsigned int to unsigned long int,
20287         as this has better performance on typical 64-bit hosts.
20288         Port bitset code to hosts with unusual word sizes.
20289         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
20290         (build_collating_symbol):
20291         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
20292         argument is a bitset.  This is merely a style issue, but it makes
20293         it clearer that an entire array is expected.
20294         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
20295         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
20296         Port to the case where bitset_word is not the same as unsigned int.
20297         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20298         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
20299         Likewise.
20300         * lib/regexec.c (check_dst_limits_calc_pos_1,
20301         check_subexp_matching_top):
20302         (build_trtable, group_nodes_into_DFAstates):
20303         Likewise.
20304         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
20305         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
20306         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
20307         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
20308         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
20309         * lib/regcomp.c (optimize_subexps, lower_subexp):
20310         Work even if bitset_word has holes in its bitwise representation.
20311         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
20312         * lib/regexec.c (check_dst_limits_calc_pos_1,
20313         check_subexp_matching_top):
20314         Likewise.
20315         * lib/regex_internal.c (re_string_reconstruct):
20316         Don't assume UCHAR_MAX == 255.
20317         * lib/regex_internal.h (bitset_set_all): Likewise.
20318         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
20319         All uses changed.
20320         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
20321         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
20322         All uses changed.
20323         (BITSET_WORD_MAX): New macro.
20324         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
20325         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
20326         (bitset_empty, bitset_copy):
20327         Prefer sizeof (bitset) to multiplying it out ourselves.
20328         (bitset_not_merge): Remove; unused.
20329         (bitset_contain): Return bool, not unsigned int with one bit on.
20330         All callers changed.
20331         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
20332         alignment than re_node_set; do this by defining a new internal
20333         type struct dests_alloc and using it to allocate memory.
20334
20335 2005-09-05  Bruno Haible  <bruno@clisp.org>
20336
20337         * gnulib-tool (func_import): Fix comparison in handling of symbolic
20338         links.
20339
20340 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
20341
20342         * modules/size_max (Makefile.am): Add size_max.h
20343
20344 2005-09-04  Derek Price  <derek@ximbiot.com>
20345
20346         * gnulib-tool (func_import): Fix reversed $symbolic logic.
20347
20348 2005-09-03  Simon Josefsson  <jas@extundo.com>
20349
20350         * gnulib-tool: Fix typo.
20351
20352 2005-09-03  Simon Josefsson  <jas@extundo.com>
20353
20354         * config/srclist.txt: Add glibc bug 1293.
20355
20356 2005-09-03  Derek Price  <derek@ximbiot.com>
20357
20358         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
20359         From Larry Jones <lawrence.jones@ugs.com>.
20360
20361 2005-09-02  Simon Josefsson  <jas@extundo.com>
20362
20363         * modules/socklen: New file.
20364
20365 2005-09-02  Simon Josefsson  <jas@extundo.com>
20366
20367         * modules/havelib: New module.
20368
20369         * modules/gettext, modules/iconv, modules/lock, modules/readline:
20370         Use havelib.
20371
20372 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20373
20374         Check for arithmetic overflow when calculating sizes, to prevent
20375         some buffer-overflow issues.  These patches are conservative, in the
20376         sense that when I couldn't determine whether an overflow was possible,
20377         I inserted a run-time check.
20378         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
20379         macros.
20380         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
20381         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
20382         (re_xnrealloc, re_x2nrealloc): New inline functions.
20383         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
20384         parse_bracket_exp):
20385         (build_equiv_class, build_charclass): Check for arithmetic overflow
20386         in size expression calculations.
20387         * lib/regex_internal.c (re_string_realloc_buffers):
20388         (build_wcs_upper_buffer, re_node_set_add_intersect):
20389         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
20390         (re_dfa_add_node, register_state): Likewise.
20391         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
20392         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
20393         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
20394         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
20395
20396 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20397
20398         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20399         m4/ulonglong.m4.  Problem reported by Martin Lambers.
20400
20401 2005-09-02  Bruno Haible  <bruno@clisp.org>
20402
20403         Support for lib vs. lib64 distinction on biarch platforms.
20404         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
20405         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
20406         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
20407
20408 2005-09-02  Bruno Haible  <bruno@clisp.org>
20409
20410         * gnulib-tool (import): In the other first-use case, provide defaults
20411         as well.
20412
20413 2005-09-02  Bruno Haible  <bruno@clisp.org>
20414
20415         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
20416         patches not yet found in the latest gettext release.
20417
20418 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20419
20420         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
20421         to avoid a collision with bits/local_lim.h in glibc.
20422         All uses changed.  Problem reported by Dmitry V. Levin in
20423         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
20424
20425         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
20426         bugs in int versus size_t comparisons.
20427         (re_string_context_at): Fix bug where the code assumed that
20428         Idx is signed.
20429
20430         Use bool where appropriate.
20431         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
20432         All callers changed.
20433         (calc_eclosure_iter): Likewise, for ROOT arg.
20434         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
20435         (build_charclass_op): Likewise, for NON_MATCH arg.
20436         * lib/regex_internal.c (re_string_allocate, re_string_construct):
20437         (re_string_construct_common): Likewise, for ICASE arg.
20438         * lib/regexec.c (re_search_2_stub, re_search_stub):
20439         Likewise, for RET_LEN arg.
20440         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
20441         (set_regs): Likewise, for FL_BACKTRACK arg.
20442         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
20443         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
20444         (calc_eclosure_iter, parse_bracket_exp):
20445         Use bool for internal variables that are booleans.
20446         * lib/regexec.c (re_search_internal, check_matching,
20447         proceed_next_node):
20448         (set_regs, build_sifted_states, sift_states_bkref):
20449         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
20450         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20451         (find_collation_sequence_value):
20452         Likewise.
20453         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
20454         (re_node_set_compare):
20455         Return bool, not int. All callers changed.
20456         * lib/regexec.c (check_halt_node_context, check_dst_limits):
20457         (build_trtable, check_node_accept): Likewise.
20458         * lib/regex_internal.h: Include stdbool.h.
20459
20460         Fix bugs uncovered when converting to bool.
20461         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20462         failure instead of charging ahead blindly.
20463         * lib/regex_internal.c (register_state): Likewise.
20464         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20465         for freeing internal storage.
20466         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20467         bitset pieces used as boolean, to avoid undefined behavior
20468         on hosts that do int overflow checking.
20469
20470 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20471
20472         * config/srclist.txt: Add glibc bugs 1285-1287.
20473
20474 2005-09-01  Jim Meyering  <jim@meyering.net>
20475
20476         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20477         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20478         Require gl_STAT_MACROS, too.
20479
20480 2005-09-01  Bruno Haible  <bruno@clisp.org>
20481
20482         * gnulib-tool (import): In the first-use case, provide defaults.
20483
20484 2005-09-01  Bruno Haible  <bruno@clisp.org>
20485
20486         * gnulib-tool (func_import): Remove the .tmp files.
20487
20488 2005-09-01  Bruno Haible  <bruno@clisp.org>
20489
20490         * gnulib-tool (func_import): Fix handling of symbolic links.
20491
20492 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20493
20494         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20495         old glibc regex code mishandles strings longer than 2**31 bytes.
20496         This patch fixes this when the regex code is used in gnulib
20497         (i.e., outside glibc).
20498
20499         This patch should not affect the use of the regex code inside
20500         glibc.  No doubt this problem also needs to be handled for glibc
20501         as well, but the result will be an incompatible change to the
20502         glibc ABI, and the old ABI will have to be supported too.  That
20503         can be the the subject for another patch.
20504
20505         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20506         governing whether the rest of this patch is active.  By default,
20507         the macro is disabled and the patch has no effect.
20508         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20509         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20510         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20511         (re_match_2, re_set_registers): Use the new types.
20512         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20513         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20514         New macros.
20515         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20516         (re_string_context_at, bin_tree_t, re_dfastate_t):
20517         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20518         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20519         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20520         (re_string_char_size_at, re_string_wchar_at):
20521         (re_string_elem_size_at):
20522         Use the new types and macros to port to 64-bit hosts.
20523         Use unsigned types for internal values, so that the code
20524         mostly works even for arrays larger than SSIZE_MAX.
20525         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20526         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20527         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20528         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20529         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20530         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20531         (calc_inveclosure, parse_dup_op, build_range_exp):
20532         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20533         (fetch_number, create_token_tree, mark_opt_subexp):
20534         Likewise.
20535         * lib/regex_internal.c (re_string_construct_common,
20536         create_ci_newstate):
20537         (create_cd_newstate, re_string_allocate, re_string_construct):
20538         (re_string_realloc_buffers, build_wcs_upper_buffer):
20539         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20540         (re_string_reconstruct, re_string_peek_byte_case):
20541         (re_string_fetch_byte_case, re_string_context_at):
20542         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20543         (re_node_set_init_copy, re_node_set_add_intersect):
20544         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20545         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20546         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20547         (re_acquire_state, re_acquire_state_context, register_state):
20548         Likewise.
20549         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20550         search_cur_bkref_entry):
20551         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20552         (re_search_internal, re_search_2_stub, re_search_stub)
20553         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20554         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20555         (update_cur_sifted_state, check_dst_limits):
20556         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20557         (check_subexp_limits, sift_states_bkref, merge_state_array):
20558         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20559         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20560         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20561         (expand_bkref_cache, check_node_accept_bytes):
20562         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20563         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20564         (acquire_init_state_context, check_halt_node_context):
20565         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20566         (sift_states_backward, clean_state_log_if_needed):
20567         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20568         (find_recover_state, transit_state_sb, transit_state_mb):
20569         (transit_state_bkref, build_trtable, match_ctx_clean):
20570         Likewise.
20571         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20572         to work around an assumption that REG_MISSING is negative.
20573
20574         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20575         (seek_collating_symbol_entry) [defined _LIBC]:
20576         (lookup_collation_sequence_value) [defined _LIBC]:
20577         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20578         Use prototypes rather than old-style function definitions.
20579         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20580         (transit_state_sb) [0]:
20581         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20582
20583         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20584         rm_eo.
20585
20586         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20587         (optimize_subexps, lower_subexp):
20588         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20589         since the signed shift might overflow.  Use 1u<<31 instead.
20590         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20591         Likewise.
20592         * lib/regexec.c (check_dst_limits_calc_pos_1,
20593         check_subexp_matching_top): Likewise.
20594
20595         * lib/regcomp.c (optimize_subexps, lower_subexp):
20596         Use CHAR_BIT rather than 8, for clarity.
20597         * lib/regexec.c (check_dst_limits_calc_pos_1):
20598         (check_subexp_matching_top): Likewise.
20599         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20600         have to worry about portability issues when shifting it left.
20601         Remove no-longer-needed test for table_size > 0.
20602         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20603         in a word, as the resulting behavior is undefined.
20604         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20605         in one case, a <= should have been an <, and in another case the
20606         whole test was missing.
20607         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20608         the standard name CHAR_BIT.
20609         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20610         this is not true on one's complement and signed-magnitude hosts.
20611
20612         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20613         next_last_offset.
20614         (struct re_dfa_t): Remove unused member states_alloc.
20615         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20616
20617 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20618
20619         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20620         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20621         and large-file glibc and in 32-bit large-file Solaris.
20622
20623 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20624
20625         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20626         lengths fit in regoff_t; this isn't true if regoff_t is the same
20627         width as size_t.
20628         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20629         (= START + RANGE) instead of RANGE.  This avoids overflow
20630         problems when regoff_t is the same width as size_t.
20631         All callers changed.
20632         (re_search_2_stub): Check for overflow when adding the
20633         sizes of the two strings.
20634         (re_search_stub): Check for overflow when adding START
20635         to RANGE; if it occurs, substitute the extreme value.
20636
20637 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20638
20639         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20640
20641 2005-08-31  Jim Meyering  <jim@meyering.net>
20642
20643         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20644         a pointer-to-const.
20645         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20646         (register_state): Likewise.
20647         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20648         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20649         (group_nodes_into_DFAstates): Likewise.
20650
20651 2005-08-31  Jim Meyering  <jim@meyering.net>
20652
20653         * check-module: Add a FIXME comment.
20654
20655 2005-08-31  Eric Blake  <ebb9@byu.net>
20656
20657         * modules/unistd-safer (Files): Add unistd--.h.
20658         * modules/stdio-safer (Files): Add stdio--.h.
20659
20660 2005-08-31  Derek Price  <derek@ximbiot.com>
20661
20662         * lib/getdelim.c (getdelim): Return EOF on EOF.
20663         Reported by Larry Jones <lawrence.jones@ugs.com>.
20664
20665 2005-08-31  Bruno Haible  <bruno@clisp.org>
20666
20667         Avoid unnecessary diffs in the generated lib/Makefile.am.
20668         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20669         the generated files.
20670         (func_import): Don't set cmd.
20671
20672 2005-08-31  Bruno Haible  <bruno@clisp.org>
20673
20674         * lib/strstr.c: Include <stddef.h>, for NULL.
20675         * lib/strcasestr.c: Likewise.
20676         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20677
20678 2005-08-31  Bruno Haible  <bruno@clisp.org>
20679
20680         * gnulib-tool: New option --macro-prefix.
20681         (func_import): Use macro_prefix.
20682         (import): Handle option --macro-prefix.
20683
20684 2005-08-31  Bruno Haible  <bruno@clisp.org>
20685
20686         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20687         Also use new variables cached_lgpl, cached_libtool.
20688
20689 2005-08-31  Bruno Haible  <bruno@clisp.org>
20690
20691         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20692         always instantiating them.
20693
20694 2005-08-31  Bruno Haible  <bruno@clisp.org>
20695
20696         * gnulib-tool (func_import): Read the previous cached settings
20697         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20698         earlier added by gnulib but are now dropped. Warn when a gnulib file
20699         overwrites a non-gnulib file.
20700
20701 2005-08-31  Bruno Haible  <bruno@clisp.org>
20702
20703         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20704         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20705         projects that don't keep autogenerated files in CVS. Put into
20706         actioncmd only the specified modules, not the transitive closure.
20707
20708 2005-08-31  Bruno Haible  <bruno@clisp.org>
20709
20710         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20711         Create directories that shall be filled.
20712         (import): Don't look for gl_* macros in configure.ac. Recurse across
20713         all directories containing a gnulib-cache.m4 files, if meaningful.
20714
20715 2005-08-31  Bruno Haible  <bruno@clisp.org>
20716
20717         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20718         (import): Set seen_libtool when we see gl_LIBTOOL.
20719
20720 2005-08-31  Bruno Haible  <bruno@clisp.org>
20721
20722         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20723         declaration macro definitions from generated gnulib.m4.
20724
20725 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20726
20727         * lib/iconvme.h: Add prototype for iconv_alloc.
20728
20729 2005-08-29  Simon Josefsson  <jas@extundo.com>
20730
20731         * lib/iconvme.c: Fix errno.
20732
20733 2005-08-29  Bruno Haible  <bruno@clisp.org>
20734
20735         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20736         that it works when the directory contains spaces.
20737
20738 2005-08-29  Bruno Haible  <bruno@clisp.org>
20739
20740         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20741
20742 2005-08-29  Bruno Haible  <bruno@clisp.org>
20743
20744         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20745         Emit more advice.
20746
20747 2005-08-29  Bruno Haible  <bruno@clisp.org>
20748         and Stepan Kasal  <kasal@ucw.cz>
20749
20750         * check-module: If more parameters are given, check each of them
20751         separately; add more exceptions, as noted by Jim Meyering.
20752         (check_module): New procedure.
20753         (%exempt_header): Now contains all exceptions.
20754
20755 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20756
20757         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20758
20759 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20760
20761         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20762
20763 2005-08-28  Bruno Haible  <bruno@clisp.org>
20764
20765         * m4/gnulib-tool.m4: New file.
20766
20767 2005-08-27  Jim Meyering  <jim@meyering.net>
20768
20769         * modules/unistd-safer (Files): Add pipe-safer.c.
20770         * modules/fcntl-safer (Files): Add creat-safer.c.
20771
20772 2005-08-27  Jim Meyering  <jim@meyering.net>
20773
20774         * m4/stdlib-safer.m4: New file.  From coreutils.
20775         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20776         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20777         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20778         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20779         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20780
20781 2005-08-27  Jim Meyering  <jim@meyering.net>
20782
20783         * lib/fopen-safer.c: Merge minor changes from coreutils.
20784         * lib/dup-safer.c: Likewise.
20785         * lib/fd-safer.c: Likewise.
20786
20787         Merge from coreutils.
20788         * lib/stdio--.h: New file.
20789         * lib/stdlib--.h: New file.
20790         * lib/mkstemp-safer.c: New file.
20791
20792         GNU tar needs these.
20793         * lib/pipe-safer.c: New file.
20794         * lib/creat-safer.c: New file.
20795         * lib/fcntl--.h (creat): Define to creat_safer.
20796         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20797         * lib/unistd--.h (pipe): Define to pipe_safer.
20798         * lib/unistd-safer.h: Declare pipe_safer.
20799
20800 2005-08-26  Simon Josefsson  <jas@extundo.com>
20801
20802         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20803         Haible <bruno@clisp.org>.
20804
20805 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20806
20807         * lib/regex_internal.h: Remove all references to
20808         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20809         or better.
20810         (bitset_not, bitset_merge, bitset_not_merge):
20811         (bitset_mask, re_string_allocate, re_string_construct):
20812         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20813         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20814         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20815         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20816         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20817         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20818         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20819         (re_acquire_state_context):
20820         Remove unnecessary forward decls.
20821         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20822         Put __attribute at function definition,
20823         now that the function decl has been removed.
20824         * lib/regex_internal.c (re_string_peek_byte_case):
20825         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20826         Likewise.
20827
20828 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20829
20830         * m4/regex.m4: Add AC_PREREQ(2.50).
20831         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20832
20833 2005-08-25  Simon Josefsson  <jas@extundo.com>
20834
20835         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20836         __fsetlocking.
20837
20838 2005-08-25  Simon Josefsson  <jas@extundo.com>
20839
20840         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20841         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20842         GLIBC specific code.
20843
20844 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20845
20846         Make regex safe for g++.  This fixes one real bug (an "err"
20847         that should have been "*err").  g++ problem reported by
20848         Sam Steingold.
20849         * lib/regex_internal.h (re_calloc): New macro, consistent with
20850         re_malloc etc.  All callers of calloc changed to use re_calloc.
20851         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20852         not int.  All callers changed.
20853         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20854         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20855         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20856         (find_recover_state): Change "err" to "*err"; this fixes what
20857         appears to be a real bug.
20858         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20859         versus int.
20860
20861 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20862
20863         * modules/regex (Depends-on): Add malloc, since the code
20864         assumes that !malloc(0) means failure.
20865
20866 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20867
20868         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20869
20870         alloca modernization/simplification for regex.
20871         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20872         needs to be at the start of the file, and can be moved into
20873         regex_internal.h and simplified.
20874         * lib/regex_internal.h: Include <alloca.h>.
20875         (__libc_use_alloca) [!defined _LIBC]: New macro.
20876         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20877         now works outside glibc.
20878
20879 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20880
20881         * config/srclist.txt: Add glibc bugs 1241, 1245.
20882
20883 2005-08-25  Jim Meyering  <jim@meyering.net>
20884
20885         * lib/open-safer.c: Include <config.h>.
20886         Otherwise, we'd lose LARGEFILE support in any file using
20887         e.g. "fcntl--.h"
20888
20889 2005-08-25  Bruno Haible  <bruno@clisp.org>
20890
20891         * m4/minmax.m4: Require autoconf 2.52.
20892         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20893         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20894         alternatives of translit over the alphabet.
20895         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20896
20897 2005-08-24  Simon Josefsson  <jas@extundo.com>
20898
20899         * tests/test-getpass.c: New file.
20900
20901 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20902
20903         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20904         for GNU regex features.
20905
20906 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20907
20908         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20909         * lib/regex.h (regerror): Likewise.
20910
20911         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20912         requires this.  (The code never needed it.)
20913
20914         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20915         All uses of recently-renamed identifiers changed to use the new,
20916         POSIX-compliant names.  The code will build and run just fine
20917         without these changes, but it's better to eat our own dog food
20918         and use the standard-conforming names.
20919
20920         * lib/regex.h: Fix a multitude of POSIX name space violations.
20921         These changes have an effect only for programs that define
20922         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20923         do not change anything for programs compiled in the normal way.
20924         Also, there is no effect on the ABI.
20925
20926         (_REGEX_SOURCE): New macro.
20927         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20928         defined and _GNU_SOURCE is not; this fixes a name space violation.
20929
20930         Rename the following macros to obey POSIX requirements.
20931         The old names are still visible as macros if _REGEX_SOURCE is defined.
20932         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20933         RE_BACKSLASH_ESCAPE_IN_LISTS.
20934         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20935         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20936         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20937         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20938         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20939         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20940         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20941         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20942         (REG_INTERVALS): renamed from RE_INTERVALS.
20943         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20944         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20945         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20946         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20947         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20948         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20949         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20950         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20951         RE_UNMATCHED_RIGHT_PAREN_ORD.
20952         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20953         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20954         (REG_DEBUG): renamed from RE_DEBUG.
20955         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20956         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20957         unusual, since we can't clash with the POSIX REG_ICASE.
20958         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20959         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20960         (REG_NO_SUB): renamed from RE_NO_SUB.
20961         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20962         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20963         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20964         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20965         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20966         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20967         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20968         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20969         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20970         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20971         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20972         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20973         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20974         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20975         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20976         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20977         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20978         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20979         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20980         (REG_FIXED): Renamed from REGS_FIXED.
20981         (REG_NREGS): Renamed from RE_NREGS.
20982
20983         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20984         of other REG_* macros, since POSIX says the user is allowed to
20985         #undef these macros selectively.
20986
20987         (reg_errcode_t): Update comment stating what other tables need
20988         to be consistent.
20989
20990         Rename the following enum values to obey POSIX requirements.
20991         The old names are still visible as macros.
20992         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
20993         is not defined, since GNU is supposed to be a superset of POSIX as
20994         much as possible, and since we want reg_errcode_t to be a signed
20995         type for implementation consistency.
20996         (_REG_NOERROR): Renamed from REG_NOERROR.
20997         (_REG_NOMATCH): Renamed from REG_NOMATCH.
20998         (_REG_BADPAT): Renamed from REG_BADPAT.
20999         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
21000         (_REG_ECTYPE): Renamed from REG_ECTYPE.
21001         (_REG_EESCAPE): Renamed from REG_EESCAPE.
21002         (_REG_ESUBREG): Renamed from REG_ESUBREG.
21003         (_REG_EBRACK): Renamed from REG_EBRACK.
21004         (_REG_EPAREN): Renamed from REG_EPAREN.
21005         (_REG_EBRACE): Renamed from REG_EBRACE.
21006         (_REG_BADBR): Renamed from REG_BADBR.
21007         (_REG_ERANGE): Renamed from REG_ERANGE.
21008         (_REG_ESPACE): Renamed from REG_ESPACE.
21009         (_REG_BADRPT): Renamed from REG_BADRPT.
21010         (_REG_EEND): Renamed from REG_EEND.
21011         (_REG_ESIZE): Renamed from REG_ESIZE.
21012         (_REG_ERPAREN): Renamed from REG_ERPAREN.
21013         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
21014         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
21015         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
21016         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
21017
21018         (_REG_RE_NAME, _REG_RM_NAME): New macros.
21019         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
21020         changed.  But support the old name if the new one is not defined
21021         and if _REGEX_SOURCE.
21022
21023         Change the following member names in struct re_pattern_buffer.
21024         The old names are still supported if !_REGEX_SOURCE.
21025         The new names are always supported, regardless of _REGEX_SOURCE.
21026         (re_buffer): Renamed from buffer.
21027         (re_allocated): Renamed from allocated.
21028         (re_used): Renamed from used.
21029         (re_syntax): Renamed from syntax.
21030         (re_fastmap): Renamed from fastmap.
21031         (re_translate): Renamed from translate.
21032         (re_can_be_null): Renamed from can_be_null.
21033         (re_regs_allocated): Renamed from regs_allocated.
21034         (re_fastmap_accurate): Renamed from fastmap_accurate.
21035         (re_no_sub): Renamed from no_sub.
21036         (re_not_bol): Renamed from not_bol.
21037         (re_not_eol): Renamed from not_eol.
21038         (re_newline_anchor): Renamed from newline_anchor.
21039
21040         Change the following member names in struct re_registers.
21041         The old names are still supported if !_REGEX_SOURCE.
21042         The new names are always supported, regardless of _REGEX_SOURCE.
21043         (rm_num_regs): Renamed from num_regs.
21044         (rm_start): Renamed from start.
21045         (rm_end): Renamed from end.
21046
21047         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
21048         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
21049         Prepend __ to parameter names.
21050
21051         Undo yesterday's changes.
21052
21053 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21054
21055         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
21056         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
21057         lib/regex.c.
21058
21059 2005-08-24  Jim Meyering  <jim@meyering.net>
21060
21061         Sync from coreutils.
21062         * m4/fcntl-safer.m4: New file.
21063
21064         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
21065         and object files for this module.
21066
21067 2005-08-24  Jim Meyering  <jim@meyering.net>
21068
21069         Sync from coreutils.
21070         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
21071
21072 2005-08-24  Jim Meyering  <jim@meyering.net>
21073
21074         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
21075         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
21076
21077 2005-08-24  Jim Meyering  <jim@meyering.net>
21078
21079         * modules/fcntl-safer: New module.
21080         * modules/fts (Depends-on): Add fcntl-safer.
21081         * MODULES.html.sh (File descriptor based Input/Output):
21082         Add fcntl-safer.
21083
21084 2005-08-24  Bruno Haible  <bruno@clisp.org>
21085
21086         Support for unit test modules.
21087         * modules/README: Mention tests modules.
21088         * modules/TEMPLATE-TESTS: New file.
21089         * gnulib-tool: New options --extract-tests-module, --with-tests and
21090         --tests-base (unused for the moment).
21091         (testsbase, inctests): New variables.
21092         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
21093         (func_verify_module): Exclude TEMPLATE-TESTS.
21094         (func_verify_nontests_module, func_verify_tests_module): New functions.
21095         (func_get_dependencies): Add implicit dependency for tests modules.
21096         (func_get_tests_module): New function.
21097         (func_modules_transitive_closure): When --with-tests was specified,
21098         include the unit tests as well, unless explicitly avoided.
21099         (func_emit_lib_Makefile_am): Ignore the tests modules here.
21100         (func_emit_tests_Makefile_am): New function.
21101         (func_create_testdir): When --with-tests was specified, emit a
21102         tests/ directory.
21103         * MODULES.html.sh (Future developments): Update.
21104
21105 2005-08-24  Bruno Haible  <bruno@clisp.org>
21106
21107         * modules/tls-tests: New file.
21108         * tests/test-tls.c: New file, from GNU gettext.
21109
21110 2005-08-24  Bruno Haible  <bruno@clisp.org>
21111
21112         * modules/lock-tests: New file.
21113         * tests/test-lock.c: New file, from GNU gettext.
21114
21115 2005-08-24  Bruno Haible  <bruno@clisp.org>
21116
21117         * lib/lock.h: Add multiple inclusion guard.
21118         * lib/tls.h: Add multiple inclusion guard.
21119
21120 2005-08-24  Bruno Haible  <bruno@clisp.org>
21121
21122         * gnulib-tool: Add support for the --aux-dir option to
21123         --create-testdir, --create-megatestdir, --test, --megatest.
21124         (func_create_testdir, func_create_megatestdir): Optionally emit a
21125         AC_CONFIG_AUX_DIR directive.
21126         (create-testdir, create-megatestdir, test, megatest): Provide a
21127         default value for $auxdir.
21128
21129 2005-08-24  Bruno Haible  <bruno@clisp.org>
21130
21131         * gnulib-tool (import): Use compound statement instead of subshell
21132         where possible.
21133
21134 2005-08-24  Bruno Haible  <bruno@clisp.org>
21135
21136         * gnulib-tool (import): Change --aux-dir default to "build-aux".
21137
21138 2005-08-24  Bruno Haible  <bruno@clisp.org>
21139
21140         * gnulib-tool (func_version): Update.
21141
21142 2005-08-24  Bruno Haible  <bruno@clisp.org>
21143
21144         * gnulib-tool (func_import, func_create_testdir,
21145         func_create_megatestdir): Quote all autoconf macro arguments.
21146
21147 2005-08-24  Bruno Haible  <bruno@clisp.org>
21148
21149         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
21150         option --force, because --force causes the aclocal.m4 of each
21151         subdirectory to be newer than the corresponding config.h.in.
21152
21153 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21154
21155         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
21156         All contents moved to gl_REGEX.
21157         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
21158         assume that it does.
21159
21160 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21161
21162         * lib/regex.h (REG_NOSYS)
21163         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
21164         Define, since POSIX requires it as of 2001.
21165         (_REG_ENOSYS)
21166         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
21167         New private symbol, used to keep the enum signed in all cases.
21168         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
21169         Youngman in
21170         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
21171
21172         * lib/regex_internal.c (re_string_skip_chars, register_state):
21173         (calc_state_hash):
21174         Remove forward decls; no longer needed now that we use prototypes.
21175         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
21176         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
21177         (clean_state_log_if_needed): Likewise.
21178
21179 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21180
21181         * config/srclist.txt: Add glibc bugs 1231-1233.
21182
21183 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21184
21185         Fix problems reported by Sam Steingold in
21186         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
21187         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
21188         assumed that reg_errcode_t is a signed type, which is not
21189         necessarily true if _XOPEN_SOURCE is not defined.
21190         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
21191         since some compilers warn about it otherwise.
21192
21193 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21194
21195         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
21196         (init_word_char, create_initial_state, duplicate_node_closure):
21197         (fetch_token, peek_token_bracket, build_range_exp):
21198         (build_collating_symbol): Remove forward decls; no longer needed
21199         now that we use prototypes.
21200
21201         * lib/regcomp.c:
21202         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
21203         (re_compile_fastmap_iter, regcomp, regerror, regfree):
21204         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
21205         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
21206         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
21207         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
21208         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
21209         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
21210         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
21211         (build_range_exp, build_collating_symbol, parse_bracket_exp):
21212         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
21213         (build_charclass, build_charclass_op, fetch_number, create_tree):
21214         (create_token_tree, mark_opt_subexp, duplicate_tree):
21215         Use prototypes rather than old-style definitions.
21216
21217         * lib/regex_internal.c:
21218         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
21219         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
21220         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21221         (re_string_reconstruct, re_string_peek_byte_case):
21222         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
21223         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21224         (re_node_set_init_copy, re_node_set_add_intersect):
21225         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21226         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21227         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21228         (re_acquire_state, re_acquire_state_context, register_state):
21229         (create_ci_newstate, create_cd_newstate, free_state):
21230         Likewise.
21231         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
21232         re_search_2):
21233         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
21234         (re_search_internal, prune_impossible_nodes):
21235         (acquire_init_state_context, check_matching, static):
21236         (check_halt_node_context, check_halt_state_context, proceed_next_node):
21237         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
21238         (update_regs, sift_states_backward, build_sifted_states):
21239         (clean_state_log_if_needed, merge_state_array):
21240         (update_cur_sifted_state, add_epsilon_src_nodes):
21241         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
21242         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
21243         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
21244         (find_recover_state, check_subexp_matching_top, transit_state_mb):
21245         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
21246         (check_arrival, check_arrival_add_next_nodes):
21247         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21248         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21249         (check_node_accept_bytes, check_node_accept, extend_buffers):
21250         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
21251         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
21252         (sift_ctx_init):
21253         Likewise.
21254
21255         * lib/regex_internal.h:
21256         (re_string_allocate, re_string_construct, re_string_reconstruct):
21257         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
21258         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
21259         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
21260         (re_string_context_at, re_string_peek_byte_case):
21261         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
21262         is defined, since we now use prototypes always.
21263
21264         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
21265         C89 or better.  All uses removed.
21266
21267 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21268
21269         * config/srclist.txt: Add glibc bugs 1220-1227.
21270
21271 2005-08-20  Jim Meyering  <jim@meyering.net>
21272
21273         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
21274         of unused local, dfa.
21275
21276 2005-08-20  Bruno Haible  <bruno@clisp.org>
21277
21278         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
21279
21280 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21281
21282         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
21283         (re_node_set_insert_last, re_dfa_add_node):
21284         Rename local variables to avoid GCC shadowing warnings.
21285
21286 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21287
21288         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
21289         [defined lint]: Suppress bogus uninitialized-variable warnings.
21290
21291         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
21292         and let the caller return REG_ESPACE if out of space.  This
21293         removes an uninitialied-variable warning with GCC 4.0.1, and also
21294         avoids taking the address of a local variable.  All callers
21295         changed.
21296
21297 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21298
21299         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
21300         $LIBCSRC/posix/regexec.c.
21301         Add glibc bug 1217 for regcomp.c.
21302
21303 2005-08-19  Jim Meyering  <jim@meyering.net>
21304
21305         * lib/regexec.c (proceed_next_node): Redo local variables to
21306         avoid GCC shadowing warnings.
21307
21308 2005-08-18  Bruno Haible  <bruno@clisp.org>
21309
21310         * lib/strstr.c (strstr): Fix return value in multibyte case.
21311         * lib/strcasestr.c (strcasestr): Likewise.
21312
21313 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21314
21315         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
21316
21317 2005-08-17  Jim Meyering  <jim@meyering.net>
21318
21319         Make the %s format (seconds since the epoch) work for a negative
21320         number and when used with a zero-padded field width, e.g. %015s.
21321
21322         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
21323         label so that it precedes the code to set `digits'.  Otherwise,
21324         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
21325         print `00-22'.  Now, it prints `-0022', as it should.
21326
21327 2005-08-17  Bruno Haible  <bruno@clisp.org>
21328
21329         * modules/strstr (Files): Add m4/mbrtowc.m4.
21330         (Depends-on): Add mbuiter.
21331
21332 2005-08-17  Bruno Haible  <bruno@clisp.org>
21333
21334         * modules/strcasestr: New file.
21335         * MODULES.html.sh (String handling, based on ANSI C 89): Add
21336         strcasestr.
21337
21338 2005-08-17  Bruno Haible  <bruno@clisp.org>
21339
21340         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
21341
21342 2005-08-17  Bruno Haible  <bruno@clisp.org>
21343
21344         * modules/mbuiter: New file.
21345         * MODULES.html.sh (Extended multibyte and wide character utilities):
21346         Add mbuiter.
21347
21348 2005-08-17  Bruno Haible  <bruno@clisp.org>
21349
21350         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
21351         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
21352
21353 2005-08-17  Bruno Haible  <bruno@clisp.org>
21354
21355         * m4/strcasestr.m4: New file.
21356
21357 2005-08-17  Bruno Haible  <bruno@clisp.org>
21358
21359         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
21360         * lib/strstr.c: Completely rewritten, with multibyte locale support.
21361
21362 2005-08-17  Bruno Haible  <bruno@clisp.org>
21363
21364         * lib/strcasestr.h: New file.
21365         * lib/strcasestr.c: New file.
21366
21367 2005-08-17  Bruno Haible  <bruno@clisp.org>
21368
21369         * lib/strcasecmp.c: Use mbuiter.h.
21370
21371 2005-08-17  Bruno Haible  <bruno@clisp.org>
21372
21373         * lib/mbuiter.h: New file.
21374
21375 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21376
21377         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
21378         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
21379         and gl_GETOPT are both invoked via different paths (as happens
21380         with GNU tar CVS because it uses both argp and getopt), the former
21381         wins.
21382
21383 2005-08-16  Bruno Haible  <bruno@clisp.org>
21384
21385         * modules/tls: New file.
21386         * MODULES.html.sh (Multithreading): Add tls.
21387
21388 2005-08-16  Bruno Haible  <bruno@clisp.org>
21389
21390         * modules/strnlen1: New file.
21391         * MODULES.html.sh (String handling): Add strnlen1.
21392
21393 2005-08-16  Bruno Haible  <bruno@clisp.org>
21394
21395         * modules/strcase (Files): Add m4/mbrtowc.m4.
21396         (Depends-on): Add strnlen1, mbchar.
21397
21398 2005-08-16  Bruno Haible  <bruno@clisp.org>
21399
21400         * modules/mbiter: New file.
21401         * MODULES.html.sh (Extended multibyte and wide character utilities):
21402         Add mbiter.
21403
21404 2005-08-16  Bruno Haible  <bruno@clisp.org>
21405
21406         * modules/mbfile: New file.
21407         * MODULES.html.sh (Extended multibyte and wide character utilities):
21408         Add mbfile.
21409
21410 2005-08-16  Bruno Haible  <bruno@clisp.org>
21411
21412         * modules/mbchar: New file.
21413         * MODULES.html.sh (Extended multibyte and wide character utilities):
21414         New section.
21415
21416 2005-08-16  Bruno Haible  <bruno@clisp.org>
21417
21418         * m4/tls.m4: New file, from GNU gettext.
21419
21420 2005-08-16  Bruno Haible  <bruno@clisp.org>
21421
21422         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
21423         always.
21424         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
21425
21426 2005-08-16  Bruno Haible  <bruno@clisp.org>
21427
21428         * m4/mbiter.m4: New file.
21429
21430 2005-08-16  Bruno Haible  <bruno@clisp.org>
21431
21432         * m4/mbfile.m4: New file.
21433
21434 2005-08-16  Bruno Haible  <bruno@clisp.org>
21435
21436         * m4/mbchar.m4: New file.
21437
21438 2005-08-16  Bruno Haible  <bruno@clisp.org>
21439
21440         * lib/tls.h: New file, from GNU gettext.
21441         * lib/tls.c: New file, from GNU gettext.
21442
21443 2005-08-16  Bruno Haible  <bruno@clisp.org>
21444
21445         * lib/strnlen1.h: New file.
21446         * lib/strnlen1.c: New file.
21447
21448 2005-08-16  Bruno Haible  <bruno@clisp.org>
21449
21450         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
21451         (mbi_init): Update.
21452         (mbi_avail, mbi_advance): Let the iteration end before the terminating
21453         NUL byte, not after it.
21454
21455 2005-08-16  Bruno Haible  <bruno@clisp.org>
21456
21457         * lib/strcase.h (strcasecmp): Add note in comments.
21458         * lib/strncasecmp.c: Use code from strcasecmp.c.
21459         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21460         (strcasecmp): Work correctly in multibyte locales.
21461
21462 2005-08-16  Bruno Haible  <bruno@clisp.org>
21463
21464         * lib/mbiter.h: New file.
21465
21466 2005-08-16  Bruno Haible  <bruno@clisp.org>
21467
21468         * lib/mbfile.h: New file.
21469
21470 2005-08-16  Bruno Haible  <bruno@clisp.org>
21471
21472         * lib/mbchar.h: New file.
21473         * lib/mbchar.c: New file.
21474
21475 2005-08-16  Bruno Haible  <bruno@clisp.org>
21476
21477         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21478         the valid ones. Makes the comparison operations transitive:
21479         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21480         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21481
21482 2005-08-15  Simon Josefsson  <jas@extundo.com>
21483
21484         * modules/ssize_t (License): Change to 'unlimited'.
21485
21486         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21487
21488 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21489
21490         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21491         Add comments for each pending glibc patch.
21492
21493 2005-08-15  Bruno Haible  <bruno@clisp.org>
21494
21495         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21496         __cplusplus is defined.
21497
21498 2005-08-14  Jim Meyering  <jim@meyering.net>
21499
21500         Sync from coreutils.
21501
21502         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21503         Use the hash-table-based cycle-detection code not just when
21504         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21505         Reported by James Youngman in
21506         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21507         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21508         FTS_TIGHT_CYCLE_CHECK.
21509         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21510         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21511         once again.
21512         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21513         * lib/fts.c (fd_safer): Remove decl.
21514         Include fcntl--.h rather than unistd-safer.h
21515         (fts_safe_changedir): Don't call fd_safer; no longer needed
21516         now that we include fcntl--.h.
21517
21518 2005-08-12  Simon Josefsson  <jas@extundo.com>
21519
21520         * modules/getndelim2: Use ssize_t module.
21521         * modules/getnline: Likewise.
21522         * modules/safe-read: Likewise.
21523         * modules/xreadlink: Likewise.
21524
21525         * modules/ssize_t: New file.
21526
21527 2005-08-12  Simon Josefsson  <jas@extundo.com>
21528
21529         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21530
21531 2005-08-12  Simon Josefsson  <jas@extundo.com>
21532
21533         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21534         ssize_t.
21535
21536 2005-08-12  Simon Josefsson  <jas@extundo.com>
21537
21538         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21539         readline, getdelim and check_version.
21540         (Support for systems lacking ISO C 99: Sizes of integer types):
21541         Add size_max.
21542
21543 2005-08-12  Bruno Haible  <bruno@clisp.org>
21544
21545         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21546
21547 2005-08-11  Simon Josefsson  <jas@extundo.com>
21548
21549         * modules/readline: New file.
21550
21551         * modules/strnlen (Files): Add strnlen.h.
21552
21553 2005-08-11  Simon Josefsson  <jas@extundo.com>
21554
21555         * m4/readline.m4: New file.
21556
21557 2005-08-11  Simon Josefsson  <jas@extundo.com>
21558
21559         * lib/readline.h, readline.c: New file.
21560
21561 2005-08-11  Simon Josefsson  <jas@extundo.com>
21562
21563         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21564         gl_AVOID.
21565
21566 2005-08-11  Bruno Haible  <bruno@clisp.org>
21567
21568         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21569
21570 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21571
21572         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21573
21574 2005-08-10  Simon Josefsson  <jas@extundo.com>
21575
21576         * tests/test-iconvme.c: New file.
21577
21578 2005-08-10  Simon Josefsson  <jas@extundo.com>
21579
21580         * m4/strnlen.m4: New file.
21581
21582         * m4/strndup.m4: Don't check for strnlen declaration, done in
21583         strnlen.m4.
21584
21585 2005-08-10  Simon Josefsson  <jas@extundo.com>
21586
21587         * lib/strndup.c: Use strnlen.h.
21588
21589         * lib/strnlen.h: New file.
21590
21591 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21592
21593         * README: Typos.
21594
21595 2005-08-02  Simon Josefsson  <jas@extundo.com>
21596
21597         * modules/readline: New file.
21598
21599 2005-08-02  Simon Josefsson  <jas@extundo.com>
21600
21601         * modules/getdelim: New file.
21602
21603         * modules/getline: Rewrite, don't use getndelim2.
21604
21605 2005-08-02  Simon Josefsson  <jas@extundo.com>
21606
21607         * m4/getline.m4: Separate out getdelim stuff into separate module.
21608
21609         * m4/getdelim.m4: New file.
21610
21611 2005-08-02  Simon Josefsson  <jas@extundo.com>
21612
21613         * lib/getline.h, getline.c: Rewrite.
21614
21615         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21616
21617 2005-07-31  Bruno Haible  <bruno@clisp.org>
21618
21619         * lib/lock.h (gl_lock_initializer): New macro.
21620         (gl_lock_define_initialized): Use it.
21621         (gl_rwlock_initializer): New macro.
21622         (gl_rwlock_define_initialized): Use it.
21623         (gl_recursive_lock_initializer): New macro.
21624         (gl_recursive_lock_define_initialized): Use it.
21625
21626 2005-07-30  Karl Berry  <karl@gnu.org>
21627
21628         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21629         Report from Ben Pfaff, regarding getopt.
21630
21631 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21632
21633         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21634         normal way.
21635         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21636         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21637         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21638         (gl_GETOPT): Use the new macros.  Most of the implementation
21639         is moved to the new macros.  This is for programs like Emacs
21640         that don't want all the functionality of gl_GETOPT.
21641
21642 2005-07-26  Bruno Haible  <bruno@clisp.org>
21643
21644         * m4/lock.m4: Update from GNU gettext.
21645
21646 2005-07-26  Bruno Haible  <bruno@clisp.org>
21647
21648         * lib/lock.h: Update from GNU gettext.
21649         * lib/lock.c: Update from GNU gettext.
21650
21651 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21652
21653         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21654         obsolescent AC_TRY_RUN.  Include the default includes files, for
21655         'exit'.
21656
21657 2005-07-24  Bruno Haible  <bruno@clisp.org>
21658
21659         * modules/visibility: New file.
21660         * MODULES.html.sh (Misc): Add visibility.
21661
21662 2005-07-24  Bruno Haible  <bruno@clisp.org>
21663
21664         * m4/visibility.m4: New file.
21665
21666 2005-07-24  Bruno Haible  <bruno@clisp.org>
21667
21668         * doc/visibility.texi: New file.
21669
21670 2005-07-22  Bruno Haible  <bruno@clisp.org>
21671
21672         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21673         $(ALLOCA_H), redundant through BUILT_SOURCES.
21674         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21675         redundant through BUILT_SOURCES.
21676         * modules/byteswap (Makefile.am): Remove explicit dependency on
21677         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21678         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21679         $(FNMATCH_H), redundant through BUILT_SOURCES.
21680         * modules/getopt (Makefile.am): Remove explicit dependency on
21681         $(GETOPT_H), redundant through BUILT_SOURCES.
21682         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21683         redundant through BUILT_SOURCES.
21684         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21685         redundant through BUILT_SOURCES.
21686         * modules/stdbool (Makefile.am): Remove explicit dependency on
21687         $(STDBOOL_H), redundant through BUILT_SOURCES.
21688         * modules/stdint (Makefile.am): Remove explicit dependency on
21689         $(STDINT_H), redundant through BUILT_SOURCES.
21690         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21691         Remove explicit dependency on $(SYSEXITS_H).
21692         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21693
21694 2005-07-18  Simon Josefsson  <jas@extundo.com>
21695
21696         * lib/check-version.c (check_version): Accept identical versions too.
21697
21698 2005-07-18  Bruno Haible  <bruno@clisp.org>
21699
21700         * modules/lock: New file.
21701         * MODULES.html.sh (Multithreading): New section.
21702
21703 2005-07-18  Bruno Haible  <bruno@clisp.org>
21704
21705         * m4/lock.m4: New file, from GNU gettext.
21706
21707 2005-07-18  Bruno Haible  <bruno@clisp.org>
21708
21709         * lib/lock.h: New file, from GNU gettext.
21710         * lib/lock.c: New file, from GNU gettext.
21711
21712 2005-07-18  Bruno Haible  <bruno@clisp.org>
21713
21714         * lib/lock.h (gl_once_t): New type.
21715         (gl_once_define, gl_once): New macros.
21716         * lib/lock.c (fresh_once): New variable.
21717         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21718         functions.
21719
21720 2005-07-16  Simon Josefsson  <jas@extundo.com>
21721
21722         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21723         workaround, suggested by Bruno.
21724
21725 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21726
21727         * modules/xalloc (Depends-on): Add xalloc-die.
21728         * modules/xvasprintf (Depends-on): Add xalloc-die.
21729
21730 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21731
21732         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21733         with a minor change.
21734
21735 2005-07-15  Bruno Haible  <bruno@clisp.org>
21736
21737         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21738         When using lib/poll.c, define poll as rpl_poll.
21739
21740 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21741
21742         * modules/argp (Depends-on): Remove unlocked-io.
21743
21744 2005-07-14  Derek Price  <derek@ximbiot.com>
21745
21746         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21747         for glob symlink bug.
21748
21749 2005-07-14  Bruno Haible  <bruno@clisp.org>
21750
21751         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21752         Instead, test for *_unlocked function declarations directly.
21753
21754 2005-07-11  Simon Josefsson  <jas@extundo.com>
21755
21756         * modules/size_max: New file.
21757
21758         * modules/xsize: Depend on size_max module for size_max.m4.
21759
21760 2005-07-11  Simon Josefsson  <jas@extundo.com>
21761
21762         * lib/size_max.h: New file.
21763
21764 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21765
21766         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21767         copyright symbol and the year.
21768         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21769         (version_etc_va): Use parameterized copyright notice.
21770         Reword to conform to the current GNU coding standards.
21771
21772 2005-07-11  Karl Berry  <karl@gnu.org>
21773
21774         * doc/gnulib.texi (Quoting): new node.
21775         (Initial import): more info, from Patrice.
21776
21777 2005-07-11  Bruno Haible  <bruno@clisp.org>
21778
21779         * gnulib-tool (func_usage): Document option --avoid.
21780         (Command line options): Handle --avoid.
21781         (func_acceptable): New function.
21782         (func_modules_transitive_closure): Use it.
21783
21784 2005-07-11  Bruno Haible  <bruno@clisp.org>
21785
21786         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21787         Reported by Jim Meyering.
21788
21789 2005-07-10  Bruno Haible  <bruno@clisp.org>
21790
21791         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21792         Needed when size_t is smaller than 'unsigned int'.
21793         Reported by Paul Eggert.
21794
21795 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21796
21797         * modules/argp (Depends-on): Add unlocked-io
21798
21799 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21800
21801         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21802         block of defines.
21803
21804 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21805
21806         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21807         fix now.
21808
21809 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21810         and Paul Eggert  <eggert@cs.ucla.edu>
21811
21812         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21813         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21814
21815 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21816
21817         * modules/regex (Files): Add lib/regex_internal.c,
21818         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21819         (Depends-on): Add extensions.
21820         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21821
21822 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21823
21824         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21825         pathconf.
21826         * m4/same.m4 (gl_SAME): Likewise.
21827         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21828
21829         * m4/regex.m4: Adjust to new libc regex implementation.
21830         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21831         all the .c and .h parts of (the new) regex.
21832         Quote the m4 stuff better.
21833         Check for RE_ICASE bug of old gnulib.
21834         Check for REG_STARTEND of recent libc.
21835         Rename local variables from jm_* to gl_*.
21836         Quote operand of "test -f".
21837         Say "recent enough" version of libc, not "version 2".
21838         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21839         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21840         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21841         Remove check for btowc, isascii.
21842         Require AM_LANGINFO_CODESET.
21843
21844 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21845
21846         * lib/regex.c, regex.h: Sync from libc.
21847         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21848         * lib/regexec.c:
21849         New files, synced from libc, except that regex_internal.h
21850         currently has a small porting fix.
21851
21852 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21853
21854         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21855         regex_internal.c, regexec.c.
21856         Add regex_internal.h too, but as a comment, since the libc version
21857         is currently broken in gnulib mode.
21858
21859 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21860
21861         Support programs like Emacs that use gnulib but not gettext.
21862         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21863         * modules/gettext-h: New file.
21864         * modules/gettext (Files): Remove lib/gettext.h.
21865         (Depends-on): Add gettext-h.
21866         (Makefile.am): Remove lib_SOURCES.
21867         * modules/argmatch, modules/c-stack, modules/closeout:
21868         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21869         * modules/execute, modules/file-type, modules/getaddrinfo:
21870         * modules/getopt, modules/human, modules/javacomp:
21871         * modules/javaexec, modules/mkdir-p, modules/obstack:
21872         * modules/openat, modules/pagealign_alloc, modules/pipe:
21873         * modules/quotearg, modules/regex, modules/rpmatch:
21874         * modules/unicodeio, modules/userspec, modules/version-etc:
21875         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21876         * modules/xsetenv:
21877         Depend on gettext-h, not gettext.
21878
21879 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21880
21881         * gnulib-tool (func_import): Add support for 'public domain' license.
21882         * modules/alloca, modules/atexit, modules/memmove:
21883         Now public domain, not GPL.
21884         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21885         * modules/realloc, modules/strerror, modules/strtod:
21886         Now LGPL, not GPL.
21887
21888 2005-07-05  Bruno Haible  <bruno@clisp.org>
21889
21890         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21891         autoconf CVS. Needed for mingw.
21892
21893 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21894
21895         Remove the dependency of the strftime module on the tzset module.
21896         * modules/strftime (Depends-on): Remove dependency on tzset.
21897
21898 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21899
21900         Remove the dependency of the strftime module on the tzset module.
21901         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21902         gl_FUNC_TZSET_CLOBBER.
21903
21904 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21905
21906         Remove the dependency of the strftime module on the tzset module.
21907         * lib/strftime.c (my_strftime)
21908         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21909         Copy the input structure, to work around some of the bug with
21910         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21911         Solaris releases, you should also use the tzset module, but we won't
21912         require it as a dependency any more since we don't want LGPLed code
21913         to depend on GPLed code.
21914
21915 2005-07-02  Jim Meyering  <jim@meyering.net>
21916
21917         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21918         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21919         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21920         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21921
21922 2005-07-02  Jim Meyering  <jim@meyering.net>
21923
21924         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21925
21926 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21927
21928         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21929         declares only 'struct timespec;' (!).
21930
21931 2005-07-01  Jim Meyering  <jim@meyering.net>
21932
21933         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21934         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21935         * lib/save-cwd.c, tempname.c:
21936         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21937         and don't include <sys/file.h>).
21938
21939 2005-06-29  Jim Meyering  <jim@meyering.net>
21940
21941         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21942         type name.  Use the variable name instead.
21943         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21944         Likewise.
21945
21946 2005-06-28  Simon Josefsson  <jas@extundo.com>
21947
21948         * modules/check-version (Files): Add check-version.m4.
21949
21950 2005-06-28  Simon Josefsson  <jas@extundo.com>
21951
21952         * m4/check-version.m4: New file, suggested by Jim Meyering
21953         <jim@meyering.net>.
21954
21955 2005-06-28  Simon Josefsson  <jas@extundo.com>
21956
21957         * lib/check-version.h, lib/check-version.c: New files.
21958
21959 2005-06-28  Simon Josefsson  <jas@extundo.com>
21960
21961         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21962         collision with global variable.  Better indentation.  Don't
21963         increment buffer pointer beyond buffer end.  Based on comments
21964         from Paul Eggert <eggert@cs.ucla.edu>.
21965
21966         * lib/base64.h: Indent.
21967
21968 2005-06-28  Simon Josefsson  <jas@extundo.com>
21969
21970         * doc/gnulib.texi (Library version handling): New section.
21971
21972 2005-06-28  Jim Meyering  <jim@meyering.net>
21973
21974         * check-module (find_included_lib_files): Hard-code another
21975         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21976         but modules/fts-lgpl (correctly) does not list those files.
21977
21978         * modules/canonicalize (Files): Add lib/pathmax.h.
21979
21980 2005-06-25  Simon Josefsson  <jas@extundo.com>
21981
21982         * modules/check-version: New file.
21983
21984 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21985
21986         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21987         initializer of struct addrinfo, as an indication that we don't
21988         care how many members the structure has.
21989
21990 2005-06-24  Derek Price  <derek@ximbiot.com>
21991         and Bruno Haible  <bruno@clisp.org>
21992
21993         Remove stat module & update lstat.
21994         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
21995         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21996         * m4/stat.m4: Remove this file.
21997
21998 2005-06-24  Derek Price  <derek@ximbiot.com>
21999         and Bruno Haible  <bruno@clisp.org>
22000
22001         Remove stat module & update lstat.
22002         * lib/stat.c: Remove this file...
22003         (slash_aware_lstat): ...moving this content and its support...
22004         * lib/lstat.c (rpl_lstat): ...into here.
22005         * lib/lstat.h: New file.
22006
22007 2005-06-24  Derek Price  <derek@ximbiot.com>
22008         and Bruno Haible  <bruno@clisp.org>
22009
22010         Remove stat module & update lstat.
22011         * config/srclist.txt (libc sources): Remove stat.
22012
22013 2005-06-24  Derek Price  <derek@ximbiot.com>
22014         and Bruno Haible  <bruno@clisp.org>
22015
22016         Remove stat module & update lstat.
22017         * MODULES.html.sh (stat): Remove.
22018         * MODULES.html: Regenerated.
22019         * modules/lstat (Description): Correct function name.
22020         (Files): Add "lstat.h".
22021         (Depends-on): Remove stat, add xalloc, stat-macros.
22022         * modules/stat: Remove this file.
22023         (Include): Add "lstat.h", remove <sys/stat.h>.
22024
22025 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22026
22027         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
22028         (ranged_convert): Don't save conversion in a temporary struct.
22029         This causes a warning with GCC 4.0.0, and anyway in the typical
22030         case it's not worth the extra 100 bytes or so of code.
22031         (ranged_convert, __mktime_internal): When calling a function via a
22032         pointer P, use P () rather than (*P) (), as we now assume C89 or
22033         better.
22034
22035 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22036
22037         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
22038         "who -r" failed to give output.  Problem reported by Tim Waugh.
22039
22040         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
22041         (xcalloc): Use it to avoid needless tests.
22042         Problem reported by Jim Meyering.
22043
22044 2005-06-20  Derek Price  <derek@ximbiot.com>
22045
22046         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
22047         unnecessary for Autoconfs > 2.59c.
22048
22049 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22050
22051         * lib/argp.h (__option_is_short): Check upper limit of
22052         __key. Isprint() requires its argument to have the value
22053         of an unsigned char or EOF.
22054
22055 2005-06-16  Jim Meyering  <jim@meyering.net>
22056
22057         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
22058         when either N or S is zero.
22059
22060 2005-06-16  Derek Price  <derek@ximbiot.com>
22061
22062         * m4/bison.m4: Declare YACC & YFLAGS precious.
22063
22064 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
22065
22066         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
22067         multibyte string or pattern, fall back on unibyte matching.
22068         Problem reported by James Youngman.
22069
22070 2005-06-08  Bruno Haible  <bruno@clisp.org>
22071
22072         * modules/csharpcomp: New file.
22073         * MODULES.html.sh (C#): Add csharpcomp.
22074
22075 2005-06-08  Bruno Haible  <bruno@clisp.org>
22076
22077         * m4/csharpcomp.m4: New file, from GNU gettext.
22078
22079 2005-06-08  Bruno Haible  <bruno@clisp.org>
22080
22081         * lib/csharpcomp.h: New file, from GNU gettext.
22082         * lib/csharpcomp.c: New file, from GNU gettext.
22083         * lib/csharpcomp.sh.in: New file, from GNU gettext.
22084
22085 2005-06-08  Bruno Haible  <bruno@clisp.org>
22086
22087         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
22088         warning on mingw.
22089
22090 2005-06-07  Derek Price  <derek@ximbiot.com>
22091
22092         Sync from CVS.
22093         * lib/glob_.h: Indent nested #ifdef.
22094
22095 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22096
22097         Sync from coreutils.
22098         Use "file name" when talking about file names, instead of "filename"
22099         or "path", as per the GNU coding standards.
22100         * lib/mkdir-p.c: Renamed from makepath.c.
22101         (make_dir_parents): Renamed from make_path.  All callers changed.
22102         * lib/mkdir-p.h: Likewise.  All includers changed.
22103         * lib/filenamecat.c: Renamed from path-concat.c.
22104         (file_name_concat): Renamed from path_concat.  All callers changed.
22105         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
22106         * lib/filenamecat.h: Likewise.  All includers changed.
22107         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
22108         in comments or local variable names.
22109         * lib/basename.c: Likewise.
22110         * lib/canonicalize.c, canonicalize.h: Likewise.
22111         * lib/dirname.c, dirname.h: Likewise.
22112         * lib/euidaccess.c: Likewise.
22113         * lib/exclude.c: Likewise
22114         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
22115         * lib/fsusage.c, fsuage.h: Likewise.
22116         * lib/fts.c, fts_.h: Likewise.
22117         * lib/getcwd.c: Likewise.
22118         * lib/getloadavg.c: Likewise.
22119         * lib/mkstemp.c: Likewise.
22120         * lib/mountlist.c, mountlist.h: Likewise.
22121         * lib/openat.c, openat.h: Likewise.
22122         * lib/readlink-stub.c: Likewise.
22123         * lib/readutmp.c, readutmp.h: Likewise.
22124         * lib/rename.c: Likewise.
22125         * lib/rmdir.c: Likewise.
22126         * lib/same.c: Likewise.
22127         * lib/savedir.c: Likewise.
22128         * lib/stripslash.c: Likewise.
22129         * lib/tempname.c: Likewise.
22130         * lib/xreadlink.c: Likewise.
22131         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
22132         All uses changed.
22133         * lib/exclude.h: Likewise.
22134
22135         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
22136         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22137         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
22138         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22139         * lib/pathmax.h: Include <limits.h> unconditionally, since other
22140         files have been getting away with it for years (MORE/BSD 4.3
22141         is extinct now).
22142         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
22143         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
22144
22145         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
22146         Define to 256, not 255, as per modern POSIX.
22147
22148 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22149
22150         Sync from coreutils.
22151         Use "file name" when talking about file names, instead of "filename"
22152         or "path", as per the GNU coding standards.
22153         * MODULES.html.sh: mkdir-p renamed from makepath.
22154         filenamecat renamed from path-concat.
22155         * modules/filenamecat: Renamed from modules/path-concat.
22156         (Files): filenamecat.h and filenamecat.c renamed from
22157         path-concat.h and path-concat.c.
22158         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
22159         (Include): filenamecat.h, not path-concat.h.
22160         * modules/mkdir-p: Renamed from modules/makepath.
22161         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
22162         makepath.c.
22163         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
22164         (Include): mkdir-p.h, not makepath.h.
22165
22166 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
22167
22168         Sync from coreutils.
22169         * m4/mkdir-p.m4: Renamed from makepath.m4.
22170         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
22171         Rename files from makepath.c to mkdir-p.c, and from
22172         makepath.h to mkdir-p.h.
22173         * m4/filenamecat.m4: Renamed from path-concat.m4.
22174         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
22175         Rename files from path-concat.c to filenamecat.c,
22176         and from path-concat.h to filenamecat.h.
22177         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
22178         "file name" in local variables or comments.
22179         * m4/rename.m4: Likewise.
22180
22181 2005-06-01  Bruno Haible  <bruno@clisp.org>
22182
22183         * modules/csharpexec: New file.
22184         * MODULES.html.sh (C#): New section.
22185
22186 2005-06-01  Bruno Haible  <bruno@clisp.org>
22187
22188         * m4/csharp.m4: New file, from GNU gettext.
22189         * m4/csharpexec.m4: New file, from GNU gettext.
22190
22191 2005-06-01  Bruno Haible  <bruno@clisp.org>
22192
22193         * lib/csharpexec.h: New file, from GNU gettext.
22194         * lib/csharpexec.c: New file, from GNU gettext.
22195         * lib/csharpexec.sh.in: New file, from GNU gettext.
22196
22197 2005-05-31  Derek Price  <derek@ximbiot.com>
22198             Paul Eggert  <eggert@cs.ucla.edu>
22199
22200         Sync from cvs.
22201         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22202
22203 2005-05-31  Derek Price  <derek@ximbiot.com>
22204             Paul Eggert  <eggert@cs.ucla.edu>
22205
22206         Sync from cvs.
22207         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22208
22209 2005-05-29  Derek Price  <derek@ximbiot.com>
22210
22211         * config/srclist.txt (glob_.h, glob.c): Add these files.
22212
22213 2005-05-29  Derek Price  <derek@ximbiot.com>
22214
22215         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
22216         * modules/glob: New file.
22217         * modules/getlogin_r: Add link to POSIX spec in description.
22218
22219 2005-05-29  Derek Price  <derek@ximbiot.com>
22220             Paul Eggert  <eggert@cs.ucla.edu>
22221
22222         * m4/glob.m4: New file.
22223
22224 2005-05-29  Derek Price  <derek@ximbiot.com>
22225             Paul Eggert  <eggert@cs.ucla.edu>
22226
22227         * lib/glob_.h, lib/glob.c: New files.
22228
22229 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22230
22231         * modules/fts (Files): Remove m4/inttypes-pri.m4.
22232         * modules/fts-lgpl (Depends-on): Remove gettext.
22233
22234 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22235
22236         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
22237         and don't require gt_INTTYPES_PRI.
22238
22239 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22240
22241         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
22242
22243         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
22244         the configuration hassle isn't worth it.
22245         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
22246         (LONGEST_MODIFIER, PRIuMAX): Remove.
22247
22248 2005-05-27  Bruno Haible  <bruno@clisp.org>
22249
22250         * lib/getlogin_r.h: Remove second include of <stddef.h>.
22251
22252 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
22253
22254         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
22255         _POSIX_PTHREAD_SEMANTICS for Solaris.
22256
22257 2005-05-25  Derek Price  <derek@ximbiot.com>
22258
22259         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
22260
22261 2005-05-25  Derek Price  <derek@ximbiot.com>
22262             Paul Eggert  <eggert@cs.ucla.edu>
22263
22264         * modules/getlogin_r, m4/getlogin_r.m4: New files.
22265         * lib/getlogin_r.c, getlogin_r.h: New files.
22266
22267 2005-05-25  Bruno Haible  <bruno@clisp.org>
22268             Derek Price  <derek@ximbiot.com>
22269
22270         * lib/getlogin_r.h: Simplify API documentation.
22271
22272 2005-05-23  Derek Price  <derek@ximbiot.com>
22273
22274         * modules/minmax (Files): Add m4/minmax.m4.
22275         (configure.ac): Add gl_MINMAX.
22276
22277 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22278
22279         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
22280         so that unistd-safer.h (GPL'ed code) need not be included.
22281
22282 2005-05-22  Bruno Haible  <bruno@clisp.org>
22283
22284         * m4/minmax.m4: New file.
22285         Based on a patch by Derek Price <derek@ximbiot.com>.
22286
22287 2005-05-22  Bruno Haible  <bruno@clisp.org>
22288
22289         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
22290         (INT64_MIN): Fix definition.
22291         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
22292
22293         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
22294         NEED_SIGNED_INT_TYPES.
22295
22296         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
22297         HAVE_SYSTEM_INTTYPES.
22298
22299 2005-05-22  Bruno Haible  <bruno@clisp.org>
22300
22301         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
22302         Also include <sys/param.h> if it defines MIN, MAX.
22303         Based on a patch by Derek Price <derek@ximbiot.com>.
22304
22305 2005-05-21  Jim Meyering  <jim@meyering.net>
22306
22307         * modules/fts (Files): Add m4/inttypes-pri.m4.
22308         (Depends-on): Add lstat and remove gettext.  Alphabetize.
22309
22310 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22311
22312         New fts module.
22313         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
22314         (setup_dir, free_dir): New functions.
22315         (enter_dir, leave_dir): Define trivial
22316         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
22317         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
22318         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
22319         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
22320         Move to fts-cycle.c.
22321         (fts_open): Use setup_dir.
22322         (fts_close): Use free_dir.
22323         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
22324         This adds a label and some gotos, but the alternatives were messier.
22325         Check for memory allocation failure when entering a dir.
22326         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
22327         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
22328         (FTS): New member fts_cycle, that is a union that contains the
22329         old active_dir_ht and cycle_state.  All uses changed to mention
22330         fts_cycle.ht and fts_cycle.state.
22331         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
22332         fts.c, with the following changes:
22333         (setup_dir, free_dir): New functions.
22334         (enter_dir): Now returns bool.  Return true if successful, false
22335         if memory exhausted.  All callers changed.
22336         Do not bother partly cleaning up on
22337         memory allocation failure; that is free_dir's job.
22338         However, free ad if hash_insert fails, to avoid memory leak.
22339         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
22340         fts->fts_options to see which union member to use.
22341
22342 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
22345         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
22346
22347 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22348
22349         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
22350
22351 2005-05-20  Jim Meyering  <jim@meyering.net>
22352
22353         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
22354         Now a macro, to pacify GCC.
22355
22356 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22357
22358         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
22359         of -1.
22360
22361 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22362
22363         * lib/chown.c (rpl_chown): Return -1 on failure.
22364
22365 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22366
22367         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
22368         Don't check for stddef.h.
22369         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
22370         don't use its results.
22371         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
22372         since we include them unconditionally.  Don't require
22373         AM_STDBOOL_H, since stdbool is a prerequisite.
22374         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
22375         since we assume C89 or better.
22376         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
22377         as we don't use their results.
22378         Don't check for fchdir, memmove, memset, strrchr, as we use
22379         them unconditionally.
22380         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
22381         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
22382
22383 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22384
22385         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
22386         Include <stddef.h> unconditionally, since we assume C89 now.
22387         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
22388         * lib/fts.c: Include fts_.h first, to check interface.
22389         Do not include intprops.h; no longer needed.
22390         Include cycle-check.h and hash.h, since fts_.h no longer does.
22391         Remove unnecessary casts of closedir to void.
22392         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
22393         decide whether to decrement nlinks.
22394         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
22395         (FTS): Use struct hash_table * instead of Hash_table, so that
22396         we no longer need to include hash.h here.
22397
22398 2005-05-18  Jim Meyering  <jim@meyering.net>
22399
22400         * modules/dirfd (License): Change to LGPL.  Most of the code
22401         is already in the public domain.
22402
22403 2005-05-18  Jim Meyering  <jim@meyering.net>
22404
22405         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
22406         Reported by Yoann Vandoorselaere.
22407
22408 2005-05-17  Jim Meyering  <jim@meyering.net>
22409
22410         * m4/fts.m4: New file, from coreutils.
22411
22412 2005-05-17  Jim Meyering  <jim@meyering.net>
22413
22414         * lib/fts.c, lib/fts_.h: New files, from coreutils.
22415
22416 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22417
22418         Sync from coreutils.
22419         * m4/unlinkdir.m4: New file.
22420
22421 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22422
22423         Sync from coreutils.
22424         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
22425         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
22426         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
22427         White space changes only.
22428         * lib/makepath.c (make_path): Port to hosts where leading "//" is
22429         special.
22430         * lib/yesno.c: Include getline.h, not ctype.h.
22431         (yesno): Don't remove leading white space; POSIX doesn't allow it.
22432         Use getline to remove arbitrary restriction on response length.
22433
22434 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22435
22436         * config/srclist-update: Spell out "Street" in FSF postal
22437         mail address; this is the style the FSF seems to prefer.
22438
22439         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
22440         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
22441         this updates FSF postal mail address.
22442
22443         Sync from coreutils.
22444         * modules/unlinkdir: New file.
22445         * modules/yesno (Depends-on): Add getline.
22446         * MODULES.html.sh (File system functions): Add unlinkdir.
22447
22448 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22449
22450         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
22451         lib/strsep.h:
22452         Change the initial comment to refer to GPL, not LGPL.
22453         gnulib-tool will change it to LGPL as needed.
22454
22455         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
22456         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
22457         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
22458         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
22459         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22460         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22461         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22462         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22463         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22464         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22465         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22466         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22467         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22468         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22469         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22470         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22471         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22472         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22473         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22474         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22475         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22476         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22477         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22478         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22479         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22480         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22481         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22482         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22483         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22484         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22485         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22486         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22487         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22488         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22489         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22490         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22491         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22492         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22493         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22494         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22495         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22496         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22497         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22498         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22499         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22500         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22501         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22502         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22503         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22504         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22505         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22506         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22507         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22508         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22509         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22510         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22511         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22512         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22513         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22514         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22515         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22516         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22517         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22518         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22519         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22520         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22521         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22522         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22523         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22524         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22525         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22526         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22527         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22528         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22529         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22530         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22531         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22532         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22533         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22534         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22535         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22536         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22537         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22538         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22539         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22540         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22541         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22542         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22543         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22544         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22545         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22546         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22547         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22548         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22549         lib/yesno.c, lib/yesno.h:
22550         Update FSF postal mail address.
22551
22552 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22553
22554         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22555         tests/test-memmem.c, tests/test-stpncpy.c:
22556         Update FSF postal mail address.
22557
22558 2005-05-13  Bruno Haible  <bruno@clisp.org>
22559
22560         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22561         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22562         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22563         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22564         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22565         Add support for 64-bit integers in the MSVC compiler.
22566
22567 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22568
22569         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22570
22571 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22572
22573         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22574
22575 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22576
22577         * doc/getdate.texi (General date syntax): Don't say that date
22578         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22579         Problem reported by Nic Ferrier.
22580
22581 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22582
22583         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22584         specified in ai_socktype. Fix invalid ai_protocol
22585         check. ai_protocol is usually set to 0 or depending on
22586         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22587         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22588         ai_socktype / ai_protocol in the returned addrinfo structure.
22589
22590 2005-05-10  Simon Josefsson  <jas@extundo.com>
22591
22592         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22593         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22594
22595 2005-05-10  Karl Berry  <karl@gnu.org>
22596
22597         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22598         (from http://www.gnu.org/licenses).
22599         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22600         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22601         fdl.texi suffices.
22602
22603 2005-05-10  Karl Berry  <karl@gnu.org>
22604
22605         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22606         (COPYING.DOC): remove.
22607
22608         * config/srclist-update: new FSF address.
22609
22610 2005-05-10  Derek Price  <derek@ximbiot.com>
22611
22612         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22613         possible.
22614
22615 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22616             Bruno Haible  <bruno@clisp.org>
22617
22618         * modules/inet_ntop: New file.
22619         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22620         inet_ntop.
22621
22622 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22623             Bruno Haible  <bruno@clisp.org>
22624
22625         * m4/inet_ntop.m4: New file.
22626
22627 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22628             Bruno Haible  <bruno@clisp.org>
22629
22630         * lib/inet_ntop.h: New file.
22631         * lib/inet_ntop.c: New file, from glibc with modifications.
22632
22633 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22634
22635         * modules/time_r (License): Change to LGPL.
22636         * modules/extensions (License): Change to LGPL.  Actually,
22637         the license is more permissive than that, but currently gnulib-tool
22638         doesn't know how to handle more-permissive licenses.
22639
22640         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22641         Problem reported by Dave Love.
22642
22643 2005-05-08  Jim Meyering  <jim@meyering.net>
22644
22645         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22646         blank.
22647
22648 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22649
22650         * modules/argmatch (Depends-on): Add stdbool.
22651         * modules/backupfile (Depends-on): Likewise.
22652         * modules/chdir-long (Depends-on): Likewise.
22653         * modules/closeout (Depends-on): Likewise.
22654         * modules/cycle-check (Depends-on): Likewise.
22655         * modules/dirname (Depends-on): Likewise.
22656         * modules/fnmatch (Depends-on): Likewise.
22657         * modules/fsusage (Depends-on): Likewise.
22658         * modules/fwriteerror (Depends-on): Likewise.
22659         * modules/getcwd (Depends-on): Likewise.
22660         * modules/getloadavg (Depends-on): Likewise.
22661         * modules/hard-locale (Depends-on): Likewise.
22662         * modules/makepath (Depends-on): Likewise.
22663         * modules/mountlist (Depends-on): Likewise.
22664         * modules/nanosleep (Depends-on): Likewise.
22665         * modules/posixtm (Depends-on): Likewise.
22666         * modules/quotearg (Depends-on): Likewise.
22667         * modules/readtokens (Depends-on): Likewise.
22668         * modules/readtokens0 (Depends-on): Likewise.
22669         * modules/readutmp (Depends-on): Likewise.
22670         * modules/save-cwd (Depends-on): Likewise.
22671         * modules/strftime (Depends-on): Likewise.
22672         * modules/userspec (Depends-on): Likewise.
22673         * modules/utimecmp (Depends-on): Likewise.
22674         * modules/xgetcwd (Depends-on): Likewise.
22675         * modules/xnanosleep (Depends-on): Likewise.
22676         * modules/xstrtod (Depends-on): Likewise.
22677         * modules/yesno (Depends-on): Likewise.
22678
22679 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22680
22681         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22682         needless checks.
22683
22684 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22685
22686         Merge from coreutils.  Among other things,
22687         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22688         * lib/fd-safer.c: New file.
22689         * lib/fcntl-safer.h, open-safer.c: Remove.
22690         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22691         * lib/dup-safer.c: Include unistd-safer.h first.
22692         Don't include errno.h.
22693         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22694         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22695         * lib/file-type.c: Rely on file-type.h change.
22696         * lib/getloadavg.c: Include unistd-safer.h.
22697         (getloadavg): Use safer open.
22698         * lib/getusershell.c: Include "stdio-safer.h".
22699         (getusershell): Use safer fopen.
22700         * lib/long-options.c (long_options): Use NULL rather than 0.
22701         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22702         'free'.
22703         * lib/modechange.c: Likewise.
22704         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22705         (MODE_DONE): New constant.
22706         (struct mode_change): Remove 'next' member.
22707         (make_node_op_equals): New function; like the old one of the
22708         same name, except it allocates an array.
22709         (mode_compile, mode_create_from_ref): Use it.
22710         (mode_compile): Allocate result as an array, not a linked list.
22711         Parse octal string ourself, so that we catch mistakes like "+0".
22712         (mode_adjust): Arg is an array, not a linked list.
22713         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22714         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22715         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22716         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22717         Remove.  This is now stat-macros.h's job.
22718         (talloc): Remove.  All callers replaced by xalloc, so that
22719         our invokers don't have to worry about reporting memory failures.
22720         (make_node_op_equals): Remove.
22721         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22722         New constants.
22723         (struct mode_change): Moved here from modechange.h.
22724         (mode_append_entry): Remove.
22725         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22726         apps to have incorrect behavior.  Use simpler algorithm for head
22727         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22728         Detect more invalid usages rather than having somewhat-random behavior.
22729         Don't insert an "a=" action, as that leads to incorrect behavior.
22730         (mode_compile, mode_create_from_ref): Return NULL on error instead
22731         of an enum, since now there's only one way to have an error.  All
22732         callers changed.
22733         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22734         at the correct time.  Simplify calculation of "+u" and its ilk.
22735         Don't mishandle "+X".
22736         (mode_free): Remove "register" and localize decls.
22737         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22738         (struct mode_change): Move to modechange.c; callers don't
22739         need to see this stuff.
22740         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22741         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22742         (mode_change, mode_adjust): Reflect the new signatures noted above.
22743         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22744         that might redefine system include files.
22745         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22746         (my_usleep): Use NULL rather than (void *) 0.
22747         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22748         Use siginterrupt to specify that system calls should be interrupted.
22749         (rpl_nanosleep): Move initialization of suspended closer to call of
22750         my_usleep.
22751         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22752         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22753         (desirable_utmp_entry): New function.
22754         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22755         using x2nrealloc, to simplify logic.
22756         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22757         size calculation.  Do not assume utmp file is a regular file.
22758         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22759         (READ_UTMP_CHECK_PIDS): New constant.
22760         * lib/save-cwd.c: Include unistd-safer.h.
22761         (save_cwd): Use fd_safer.
22762         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22763         [!_LIBC] Include "stat-macros.h" instead.
22764         * lib/unistd-safer.h (fd_safer): New decl.
22765
22766 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22767
22768         * modules/getloadavg (Depends-on): Add unistd-safer.
22769         * modules/getusershell (Depends-on): Add stdio-safer.
22770         * modules/lstat (Depends-on): Remove xalloc.
22771         * modules/mkstemp (Depends-on): Add stat-macros.
22772         * modules/modechange (Depends-on): Remove xstrtol.
22773         Add stat-macros, xalloc.
22774         * modules/save-cwd (Depends-on): Add unistd-safer.
22775         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22776         * modules/unistd-safer (Files): Add lib/fd-safer.c
22777         (Makefile.am): Remove lib_SOURCES.
22778
22779         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22780         Remove fcntl-safer; unistd-safer supersedes it.
22781
22782 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22783
22784         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22785         AC_HEADER_STAT.
22786         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22787         (gl_PREREQ_CHOWN): Remove.
22788         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22789         it.  Don't require AC_HEADER_STAT.
22790         (gl_PREREQ_LSTAT): Remove.
22791         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22792         Don't require AC_HEADER_STAT.
22793         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22794         (gl_PREREQ_RMDIR): Remove.
22795         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22796         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22797         the stat-macros module a prerequisite.
22798         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22799         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22800         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22801         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22802         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22803         variable names.
22804         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22805         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22806         variable prefixes.
22807         * m4/fcntl-safer.m4: Remove.
22808         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22809         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22810         Invoke gl_PREREQ_FD_SAFER.
22811         (gl_PREREQ_FD_SAFER): New macro.
22812         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22813         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22814         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22815         Remove duplicate call to AC_LIBOBJ(readutmp).
22816         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22817
22818         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22819         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22820
22821 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22822
22823         * MODULES.html.sh (Misc): Add byteswap.
22824
22825 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22826
22827         * modules/getcwd (Depends-on): Add extensions.
22828         * modules/openat (Depends-on): Likewise.
22829
22830 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22831
22832         * modules/byteswap: New file.
22833
22834 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22835
22836         * m4/byteswap.m4: New file.
22837
22838 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22839
22840         * lib/byteswap_.h: New file.
22841
22842 2005-04-25  Karl Berry  <karl@gnu.org>
22843
22844         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22845
22846 2005-04-25  Albert Chin  <china@thewrittenword.com>
22847
22848         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22849         Toolkit C bug.
22850
22851 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22852
22853         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22854         (func_ln_if_changed) Remove forcibly for no error message
22855         in case file does not exist.
22856
22857 2005-04-19  Simon Josefsson  <jas@extundo.com>
22858
22859         * gnulib-tool (Options): Make --symlink mean --symbolic.
22860
22861 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22862
22863         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22864
22865 2005-04-16  Simon Josefsson  <jas@extundo.com>
22866
22867         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22868
22869 2005-04-15  Simon Josefsson  <jas@extundo.com>
22870
22871         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22872
22873 2005-04-15  Simon Josefsson  <jas@extundo.com>
22874
22875         * gnulib-tool: Rename --symlink to --symbolic.
22876
22877 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22878
22879         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22880         symbolic links to files instead of copying/moving.  Add --aux-dir,
22881         specifying directory relative --dir where auxiliary build tools
22882         are placed.
22883
22884 2005-04-14  Bruno Haible  <bruno@clisp.org>
22885
22886         * modules/allocsa (License): Change to LGPL.
22887         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22888
22889 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22890
22891         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22892         that "UTC +1 second" continues to work.  Problem reported
22893         by Dmitry V. Levin.
22894         (relunit_snumber): New rule.
22895         (relunit): Use it.
22896
22897 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22898
22899         * lib/getdate.y (universal_time_zone_table): New constant.
22900         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22901         universal_time_zone_table.
22902         (lookup_zone): Prefer universal_time_zone_table to
22903         local_time_zone_table, so that "GMT" time stamps are allowed in
22904         London during the summer.  Problem reported by Ian Abbott.
22905
22906 2005-04-12  Jim Meyering  <jim@meyering.net>
22907
22908         * lib/human.c (humblock): Set *options even when returning due to
22909         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22910         warning from gcc-4.
22911
22912 2005-04-09  Jim Meyering  <jim@meyering.net>
22913
22914         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22915         -Wuninitialized: initialize tm0.tm_year.
22916
22917 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22918
22919         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22920         count, since there's no maximum.  All uses changed.
22921         Add member dsts_seen.
22922         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22923         not being INT_MAX.
22924         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22925         Use pc_rels_seen to decide whther a date is absolute.
22926
22927         * lib/getdate.y (number): Don't overwrite year.
22928         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22929         check.
22930
22931 2005-04-02  Simon Josefsson  <jas@extundo.com>
22932
22933         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22934         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22935
22936 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22937
22938         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22939         where no absolute path name can be longer than PATH_MAX.
22940
22941 2005-03-27  Jim Meyering  <jim@meyering.net>
22942
22943         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22944
22945 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22946
22947         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22948         "one's complement" -> "ones' complement" in comment, as per Knuth.
22949         "value of type" -> "type or expression" in comment.
22950         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22951
22952 2005-03-26  Jim Meyering  <jim@meyering.net>
22953
22954         Comment nits.
22955         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22956         Correct typos: s/or/of/.
22957
22958 2005-03-26  Jim Meyering  <jim@meyering.net>
22959
22960         * modules/check-include-files: Move to ../ and rename to...
22961         * check-module: ...this.
22962
22963 2005-03-25  Jim Meyering  <jim@meyering.net>
22964
22965         * modules/xvasprintf (Files): Add xalloc.h.
22966
22967 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22968
22969         * modules/gettext (Files): config/config.rpath ->
22970         build-aux/config.rpath
22971         * modules/iconv (Files): Likewise.
22972         Problem reported by Oskar Liljeblad.
22973
22974 2005-03-23  Jim Meyering  <jim@meyering.net>
22975
22976         * modules/check-include-files: New script to check for
22977         missing dependencies, multiple includes, etc.
22978
22979         * modules/c-strtold (Depends-on): Add xalloc.
22980         * modules/c-strtod (Depends-on): Add xalloc.
22981         * modules/hash (Depends-on): Add xalloc.
22982         (Files): Remove lib/xalloc.h.
22983
22984         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22985         * modules/userspec (Files): Add lib/inttostr.h.
22986
22987 2005-03-23  Jim Meyering  <jim@meyering.net>
22988
22989         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22990
22991 2005-03-22  Jim Meyering  <jim@meyering.net>
22992
22993         * modules/stat-macros: New module.
22994         * modules/canonicalize, modules/euidaccess, modules/file-type,
22995         * modules/filemode, modules/lchown, modules/makepath,
22996         * modules/rmdir, modules/stat: Depend on new stat-macros module
22997         rather than listing lib/stat-macros.h manually.
22998         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
22999
23000 2005-03-22  Jim Meyering  <jim@meyering.net>
23001
23002         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
23003
23004 2005-03-22  Bruno Haible  <bruno@clisp.org>
23005
23006         * config/srclist.txt: Replace target directory 'config' with
23007         'build-aux'.
23008         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
23009         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
23010         ../build-aux/.
23011
23012 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
23013
23014         * modules/chdir-long (Depends-on): Add mempcpy.
23015
23016         * modules/acl, modules/backupfile, modules/c-strtod,
23017         modules/c-strtold, modules/canon-host, modules/canonicalize,
23018         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
23019         modules/exclude, modules/exitfail, modules/file-type,
23020         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
23021         modules/getdate, modules/getline, modules/getpagesize,
23022         modules/getpass, modules/getugroups, modules/group-member,
23023         modules/hard-locale, modules/hash, modules/human, modules/idcache,
23024         modules/inttostr, modules/long-options, modules/makepath,
23025         modules/md5, modules/memcasecmp, modules/memcoll,
23026         modules/modechange, modules/mountlist, modules/path-concat,
23027         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
23028         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
23029         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
23030         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
23031         modules/strftime, modules/strndup, modules/strverscmp,
23032         modules/timespec, modules/unlocked-io, modules/userspec,
23033         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
23034         modules/yesno:
23035         Remove lib_SOURCES line from Makefile.am section, as this is now
23036         done automatically by the corresponding Autoconf macro.
23037
23038 2005-03-21  Jim Meyering  <jim@meyering.net>
23039
23040         Changes imported from coreutils.
23041
23042         * lib/cycle-check.c: Don't include xalloc.h.
23043
23044         * lib/path-concat.c: Don't include assert.h.
23045         (path_concat): Remove assertion that would have triggered
23046         for ABASE starting with more than one slash.
23047         Reported by Andreas Schwab.
23048
23049         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
23050         properly when ABASE is an absolute file name.
23051         Correct the description of this function.
23052         Include <assert.h>.
23053         Add an assertion and a test driver.
23054         This fixes a bug introduced on 2004-07-02.
23055         Andreas Schwab reported the resulting failure of cp --parents:
23056         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
23057
23058 2005-03-21  Jim Meyering  <jim@meyering.net>
23059
23060         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
23061         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
23062
23063 2005-03-21  Jim Meyering  <jim@meyering.net>
23064         and  Paul Eggert  <eggert@cs.ucla.edu>
23065
23066         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
23067         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
23068         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
23069         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
23070         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
23071         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
23072         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
23073         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
23074         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
23075         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
23076         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
23077         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
23078         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
23079         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
23080         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
23081         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
23082         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
23083         for these modules.
23084
23085 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
23086
23087         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
23088         (which shouldn't happen), generate nothing instead of returning 0
23089         immediately, so that nstrftime (NULL, ...) doesn't return 0.
23090
23091 2005-03-16  Bruno Haible  <bruno@clisp.org>
23092
23093         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
23094         HAVE_LONGLONG_64BIT.
23095
23096 2005-03-16  Bruno Haible  <bruno@clisp.org>
23097
23098         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
23099         HAVE_LONGLONG_64BIT.
23100
23101 2005-03-16  Bruno Haible  <bruno@clisp.org>
23102
23103         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
23104         HAVE_LONGLONG_64BIT.
23105
23106 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23107
23108         * lib/strftime.c (my_strftime): Prepend space to format so that we can
23109         reliably distinguish strftime failure from empty output on POSIX
23110         hosts.
23111
23112 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
23113
23114         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
23115         (iconv_string): Don't guess a size-zero buffer, as that might cause
23116         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
23117         result would be 'too large', where 'too large' is (heuristically)
23118         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
23119         overflow concerns.  This will prevent some unwanted malloc failures
23120         when the inputs are very large.
23121
23122 2005-03-15  Karl Berry  <karl@gnu.org>
23123
23124         * config/srclist.txt (config.rpath): from gettext.
23125         * config/config.rpath: update.
23126
23127 2005-03-15  Bruno Haible  <bruno@clisp.org>
23128
23129         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
23130         to 'negate'.
23131
23132         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
23133         variable.
23134
23135         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
23136         results.
23137
23138 2005-03-14  Simon Josefsson  <jas@extundo.com>
23139
23140         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
23141         <fx@gnu.org>.
23142
23143 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
23144
23145         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
23146         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
23147         intprops.h.
23148         * lib/strtol.c: Likewise.
23149
23150 2005-03-14  Jim Meyering  <jim@meyering.net>
23151
23152         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
23153         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
23154         to be nonzero so that we (and caller) can detect the difference
23155         between a valid zero-length expansion and an error return, even
23156         when the underlying strftime fails before writing anything into
23157         that location.
23158
23159 2005-03-14  Bruno Haible  <bruno@clisp.org>
23160
23161         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
23162         Update from GNU gettext 0.14.3.
23163
23164 2005-03-10  Jim Meyering  <jim@meyering.net>
23165
23166         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
23167
23168 2005-03-10  Jim Meyering  <jim@meyering.net>
23169
23170         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
23171         so that this module works on systems without fchdir.
23172
23173 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
23174
23175         Factor int-properties macros into a single file, except for
23176         glibc-related files.
23177         * lib/intprops.h: New file.
23178         * lib/getloadavg.c: Include it instead of limits.h.
23179         (INT_STRLEN_BOUND): Remove.
23180         * lib/human.c: Include intprops.h.
23181         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
23182         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
23183         302/1000.
23184         * lib/inttostr.h: Include intprops.h instead of limits.h.
23185         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
23186         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
23187         for consistency with intprops.h.
23188         (time_t_is_integer, twos_complement_arithmetic): Use them.
23189         * lib/sig2str.h: Include <signal.h>, intprops.h.
23190         (INT_STRLEN_BOUND): Remove.
23191         * lib/strftime.c (TYPE_SIGNED): Remove.
23192         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
23193         * lib/strtol.c: Adjust comments to match intprops.h.
23194         * lib/userspec.c: Include intprops.h.
23195         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
23196         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
23197         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
23198         instead of rolling our own expressions.
23199         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
23200
23201         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
23202         instead of int.
23203         (my_strftime): Do not mishandle years close to INT_MAX, by doing
23204         the right thing even if adding 1900 would overflow.  Similarly
23205         for tm_mon + 1 and tm_yday + 1.
23206         Make %Y always equivalent to %C%y, and similarly for %G and %g.
23207         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
23208         (DO_SIGNED_NUMBER): New macro.
23209         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
23210
23211 2005-03-07  Bruno Haible  <bruno@clisp.org>
23212
23213         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
23214
23215 2005-03-07  Bruno Haible  <bruno@clisp.org>
23216
23217         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
23218
23219 2005-03-04  Derek R. Price  <derek@ximbiot.com>
23220
23221         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
23222         (func_import): Only replace files via --import when they have actually
23223         changed.
23224
23225 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23226
23227         * m4/mmap-anon.m4: New file.
23228         * m4/pagealign_alloc.m4: New file.
23229
23230 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23231             Bruno Haible  <bruno@clisp.org>
23232
23233         * modules/pagealign_alloc: New file.
23234         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
23235
23236 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23237             Bruno Haible  <bruno@clisp.org>
23238
23239         * lib/pagealign_alloc.h: New file.
23240         * lib/pagealign_alloc.c: New file.
23241
23242 2005-03-03  Bruno Haible  <bruno@clisp.org>
23243
23244         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
23245         Use an all-permissive copyright notice, recommended by RMS.
23246
23247 2005-03-02  Bruno Haible  <bruno@clisp.org>
23248
23249         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
23250         of AIX, the replacement has to be done only after <string.h> is
23251         included, therefore not in config.h. stpncpy.h does the replacement,
23252         and stpncpy.c uses it.
23253
23254 2005-03-02  Bruno Haible  <bruno@clisp.org>
23255
23256         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
23257         stpncpy.c uses it.
23258
23259 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23260
23261         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
23262         The workaround isn't strictly needed for POSIX conformance, and
23263         it's too much of a pain to configure and maintain.  We'll ask
23264         people to fix their kernels instead.
23265         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
23266         (NANOSLEEP_BUG_WORKAROUND): Remove.
23267         (xnanosleep): Remove the workaround.
23268
23269 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23270
23271         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
23272         Reported by Derek Price.
23273         (Include): Add "timespec.h".
23274
23275         * modules/xnanosleep (Depends-on): Remove gethrxtime.
23276
23277 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23278
23279         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
23280         to detect nanosleep bug.
23281
23282 2005-03-01  Bruno Haible  <bruno@clisp.org>
23283
23284         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
23285
23286 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23287
23288         * modules/gethrxtime: New file.
23289         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
23290         (Depends-on): Add gethrxtime.
23291         (configure.ac): Add gl_XNANOSLEEP.
23292         (Makefile.am): Remove lib_SOURCES line.
23293
23294 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23295
23296         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
23297         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
23298
23299 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23300
23301         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
23302         * lib/timespec.h (gettime): Return void, since it always
23303         succeeds now.  All uses changed.
23304         * lib/gettime.c (gettime) Likewise.
23305         [HAVE_NANOTIME]: Prefer nanotime.
23306         Assume gettimeofday succeeds, as POSIX requires.
23307         Assime time () succeeds, since other code already does.
23308         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
23309         (timespec_subtract): Remove.
23310         (NANOSLEEP_BUG_WORKAROUND): New constant.
23311         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
23312         things considerably.  Use it only on GNU/Linux hosts, since the
23313         workaround shouldn't be needed elsewhere.
23314
23315 2005-02-24  Bruno Haible  <bruno@clisp.org>
23316
23317         * modules/gettext (Files): Add m4/glibc2.m4.
23318
23319 2005-02-24  Bruno Haible  <bruno@clisp.org>
23320
23321         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
23322         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
23323         * m4/progtest.m4:
23324         Update from GNU gettext 0.14.2.
23325         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
23326
23327 2005-02-24  Bruno Haible  <bruno@clisp.org>
23328
23329         * lib/localcharset.c: Update from GNU gettext 0.14.2.
23330         * lib/config.charset: Update from GNU gettext 0.14.2.
23331
23332 2005-02-24  Bruno Haible  <bruno@clisp.org>
23333
23334         * lib/gettext.h: Update from GNU gettext 0.14.2.
23335
23336 2005-02-23  Simon Josefsson  <jas@extundo.com>
23337
23338         * m4/iconvme.m4: New file.
23339
23340 2005-02-23  Jim Meyering  <jim@meyering.net>
23341
23342         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
23343         change.
23344         Thanks to Bruno Haible for catching it.
23345
23346 2005-02-22  Simon Josefsson  <jas@extundo.com>
23347
23348         * modules/iconvme: New file.
23349
23350         * MODULES.html.sh: Add iconvme.
23351
23352 2005-02-22  Simon Josefsson  <jas@extundo.com>
23353
23354         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
23355
23356 2005-02-22  Simon Josefsson  <jas@extundo.com>
23357
23358         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
23359
23360 2005-02-22  Jim Meyering  <jim@meyering.net>
23361
23362         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
23363         s/ifndef/ifdef/.
23364
23365 2005-02-20  Neil Conway  <neilc@samurai.com>
23366
23367         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
23368         returned by OSX/Darwin if the specified buffer is not large
23369         enough for the hostname.
23370
23371 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23372
23373         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
23374         pass it to _help, otherwise the latter coredumps trying to
23375         dereference state.root_argp.
23376
23377 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23378
23379         * modules/chdir-long (Depends-on): Add memrchr.
23380         * modules/memrchr (Files): Add lib/memrchr.h.
23381         (Include): "memrchr.h".
23382
23383 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23384
23385         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
23386
23387 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23388
23389         * lib/memrchr.h: New file.
23390         * lib/chdir-long.c: Include it.
23391         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
23392         Don't bother including stddef.h.
23393
23394 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23395
23396         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
23397         inclusion.
23398         Include <sys/types.h>, for dev_t.
23399         (ME_DUMMY, ME_REMOTE): Move from here....
23400         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
23401         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
23402         Dmitry V. Levin.
23403         Include mountlist.h first, to test the interface.
23404
23405 2005-01-29  Bruno Haible  <bruno@clisp.org>
23406
23407         * lib/progname.c (program_name): Initialize.
23408         Needed when linking statically on MacOS X.
23409
23410 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23411
23412         Sync from coreutils.
23413         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
23414         (Depends-on): Add c-strtod.
23415         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
23416
23417 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23418
23419         Sync from coreutils.
23420         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
23421
23422         Remove files that are specific to coreutils.
23423         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
23424
23425 2005-01-28  Bruno Haible  <bruno@clisp.org>
23426
23427         * modules/javacomp: New file.
23428         * MODULES.html.sh (Java): Add javacomp.
23429
23430 2005-01-28  Bruno Haible  <bruno@clisp.org>
23431
23432         * m4/javacomp.m4: New file, from GNU gettext.
23433
23434 2005-01-28  Bruno Haible  <bruno@clisp.org>
23435
23436         * lib/javacomp.sh.in: New file, from GNU gettext.
23437         * lib/javacomp.h: New file, from GNU gettext.
23438         * lib/javacomp.c: New file, from GNU gettext.
23439
23440 2005-01-26  Simon Josefsson  <jas@extundo.com>
23441
23442         * lib/gai_strerror.c: Use GPL in header.
23443
23444 2005-01-26  Bruno Haible  <bruno@clisp.org>
23445
23446         * modules/javaexec: New file.
23447         * MODULES.html.sh (Java): Add javaexec.
23448
23449 2005-01-26  Bruno Haible  <bruno@clisp.org>
23450
23451         * m4/javaexec.m4: New file, from GNU gettext.
23452
23453 2005-01-26  Bruno Haible  <bruno@clisp.org>
23454
23455         * lib/javaexec.sh.in: New file, from GNU gettext.
23456         * lib/javaexec.h: New file, from GNU gettext.
23457         * lib/javaexec.c: New file, from GNU gettext.
23458
23459 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23460
23461         * modules/lchown (Depends-on): Remove lchown.h
23462
23463 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23464
23465         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23466         must be defined if the header file was not found, in order
23467         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23468
23469 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23470
23471         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23472         initializers for struct pentry_state.
23473         (__argp_error): Check return value of __asprintf
23474         (__argp_failure): Translate error message
23475
23476         * lib/argp-parse.c: Removed braces around the expansion of N_()
23477
23478 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23479
23480         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23481         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23482         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23483         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23484         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23485         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23486         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23487         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23488         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23489         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23490         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23491         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23492         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23493         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23494         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23495         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23496         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23497         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23498         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23499         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23500         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23501         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23502         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23503         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23504         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23505         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23506         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23507         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23508         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23509         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23510         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23511         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23512         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23513         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23514         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23515         Use an all-permissive copyright notice, recommended by RMS.
23516
23517 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23518
23519         * modules/chdir-long (Depends-on): Remove mempcpy.
23520
23521 2005-01-21  Jim Meyering  <jim@meyering.net>
23522
23523         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23524         same value as for Solaris 9.
23525
23526         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23527         component length.  This included changing the parameter to be
23528         of type `char *' rather than `char const *'.
23529         * lib/chdir-long.h (chdir_long): Update prototype.
23530
23531         * lib/openat.c (fdopendir, fstatat): New functions.
23532         * lib/openat.h: Include headers required for use of DIR and struct
23533         stat.
23534         [AT_SYMLINK_NOFOLLOW]: Define.
23535         (fdopendir, fstatat): Add prototypes.
23536
23537 2005-01-21  Bruno Haible  <bruno@clisp.org>
23538
23539         * modules/classpath: New file.
23540         * MODULES.html.sh (Java): Add classpath.
23541
23542 2005-01-21  Bruno Haible  <bruno@clisp.org>
23543
23544         * lib/classpath.h: New file, from GNU gettext.
23545         * lib/classpath.c: New file, from GNU gettext.
23546
23547 2005-01-20  Simon Josefsson  <jas@extundo.com>
23548
23549         * modules/version-etc-fsf: New file.
23550
23551 2005-01-20  Simon Josefsson  <jas@extundo.com>
23552
23553         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23554         * lib/version-etc.c: Remove version_etc_copyright.
23555         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23556         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23557
23558 2005-01-20  Simon Josefsson  <jas@extundo.com>
23559
23560         * lib/base64.h (isbase64): Add.
23561
23562         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23563         using a unsigned prototype, don't inline.
23564         (base64_decode): Use it.
23565
23566 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23567
23568         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23569         it.
23570
23571 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23572
23573         * lib/save-cwd.c (save_cwd): Remove code to support the case
23574         where fchdir is missing or flaky.
23575
23576 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23577
23578         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23579
23580 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23581
23582         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23583         AC_LIBSOURCES now does this.
23584         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23585         with new ullong_max module.
23586
23587 2005-01-19  Bruno Haible  <bruno@clisp.org>
23588
23589         * modules/sh-quote: New file.
23590         * MODULES.html.sh (Executing programs): Add sh-quote.
23591
23592 2005-01-19  Bruno Haible  <bruno@clisp.org>
23593
23594         * lib/sh-quote.h: New file, from GNU gettext.
23595         * lib/sh-quote.c: New file, from GNU gettext.
23596
23597 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23598
23599         Merge from coreutils.
23600         * m4/ullong_max.m4: New file.
23601         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23602         (gl_MACROS): Assume localeconv exists.
23603
23604 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23605
23606         Merge changes from coreutils, as described below in several
23607         changelogs dated today.
23608
23609         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23610         (O_DIRECTORY): Remove; not needed here, since "." must be
23611         a directory.  All uses removed.
23612         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23613         universal on Suns, and we also need to test for IRIX.
23614         Revamp code to use 'if' rather than '#if'.
23615         Avoid unnecessary comparison of cwd->desc to 0.
23616
23617         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23618         for known valid error numbers rather than observed invalid ones.
23619
23620 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23621
23622         * modules/ullong_max: New file.
23623
23624         * modules/chdir-long, modules/openat: New files.
23625         * modules/save-cwd (Depends-on): Depend on chdir-long.
23626         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23627
23628 2005-01-18  Jim Meyering  <jim@meyering.net>
23629
23630         Merge from coreutils.
23631         * m4/chdir-long.m4, m4/openat.m4: New files.
23632         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23633         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23634         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23635         is sane and DOES follow symlinks.  Besides, testing 20 different
23636         systems found no broken chown implementations.
23637         Prompted by a change in rsync's copy of this macro.
23638         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23639
23640         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23641
23642         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23643         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23644         NULL-means-set-to-current-time semantics.
23645         Remove temporary file immediately, rather than waiting
23646         for configure's at-exit trap code to do it.
23647
23648 2005-01-18  Jim Meyering  <jim@meyering.net>
23649
23650         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23651
23652         * lib/utimens.c (futimens): Account for the fact that futimes
23653         can also fail with errno == ENOSYS or errno == ENOENT.
23654         Patch from Dmitry V. Levin.
23655
23656         Change the name of the robust chdir function from chdir to chdir_long.
23657         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23658         (restore_cwd): Use chdir_long, not chdir.
23659         * lib/chdir-long.c: Renamed from chdir.c.
23660         * lib/chdir-long.h: Renamed from chdir.h.
23661         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23662         Hurd.
23663
23664 2005-01-18  Bruno Haible  <bruno@clisp.org>
23665
23666         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23667         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23668         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23669         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23670         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23671         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23672         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23673         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23674         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23675         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23676         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23677         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23678         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23679         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23680         Use an all-permissive copyright notice, recommended by RMS.
23681
23682 2005-01-18  Bob Proulx  <bob@proulx.com>
23683
23684         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23685         simplify offsetof() macro construct to avoid compile failure with
23686         native HP-UX 11.0 ANSI C compiler.
23687
23688 2005-01-17  Bruno Haible  <bruno@clisp.org>
23689
23690         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23691         redundant because stpncpy.m4 takes care of it.
23692
23693 2005-01-17  Bruno Haible  <bruno@clisp.org>
23694
23695         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23696
23697 2005-01-17  Bruno Haible  <bruno@clisp.org>
23698
23699         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23700         used.
23701
23702 2005-01-17  Bruno Haible  <bruno@clisp.org>
23703
23704         * lib/fwriteerror.h (fwriteerror): Change specification to include
23705         fclose.
23706         * lib/fwriteerror.c: Include <stdbool.h>.
23707         (fwriteerror): At the end, close the file stream. Record whether
23708         stdout was already closed.
23709
23710 2005-01-17  Bruno Haible  <bruno@clisp.org>
23711
23712         * lib/execute.c (environ): Declare if needed.
23713         * lib/pipe.c (environ): Likewise.
23714         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23715
23716 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23717
23718         * modules/argp: Depend on vsnprintf
23719
23720 2005-01-10  Jim Meyering  <jim@meyering.net>
23721
23722         * modules/closeout (Depends-on): Add atexit.
23723
23724 2005-01-06  Bruno Haible  <bruno@clisp.org>
23725
23726         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23727
23728 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23729
23730         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23731         definitions to be after all include files, to avoid collisions.
23732         Problem reported by Bob Proulx.
23733
23734 2005-01-04  Jim Meyering  <jim@meyering.net>
23735
23736         Changes imported from coreutils.
23737         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23738         as the mkstemp template, use a temporary directory and an
23739         8.3-friendly template to avoid trouble on systems like DJGPP.
23740         Reported by Juan M. Guerrero via Stepan Kasal.
23741         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23742         close. Remove the temporary directory right away, rather than waiting
23743         for configure's at-exit trap code to do it.
23744         Suggestion from Stepan Kasal.
23745
23746 2005-01-01  Simon Josefsson  <jas@extundo.com>
23747
23748         * gnulib-tool: Print #include directives when --import'ing.
23749
23750 2004-12-28  Simon Josefsson  <jas@extundo.com>
23751
23752         * tests/test-base64.c: Include required header files.  Remove
23753         unused variables.
23754
23755 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23756
23757         * modules/error (Depends-on): Remove gettext.
23758
23759 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23760
23761         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23762         not needed.  This removes a dependency on the gettext module.
23763         [defined _LIBC]: Do not include <libintl.h>; not needed.
23764
23765 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23766
23767         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23768         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23769
23770 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23771
23772         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23773         HAVE_DECL_STRTOLD.
23774
23775 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23776
23777         * modules/getdate (Depends-on): Remove alloca-opt.
23778
23779 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23780
23781         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23782
23783 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23784
23785         * lib/argp-parse.c: Include <stddef.h>.
23786         (alignof, alignto): New macros.
23787         (parser_init): Don't assume that void * is aligned sufficiently
23788         for struct option.
23789
23790         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23791         need to extend the stack.
23792         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23793         large.
23794
23795 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23796
23797         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23798
23799 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23800
23801         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23802         (2004-10-24) change.  Apparently this was a false alarm.
23803
23804         * modules/getdate: Depend on alloca-opt, not alloca.
23805
23806 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23807
23808         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23809         Remove now-obsolete comment about AIX.
23810         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23811         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23812         (YYMAXDEPTH): New macro.
23813
23814 2004-12-18  Simon Josefsson  <jas@extundo.com>
23815
23816         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23817
23818 2004-12-18  Bruno Haible  <bruno@clisp.org>
23819
23820         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23821
23822 2004-12-18  Bruno Haible  <bruno@clisp.org>
23823
23824         * lib/fatal-signal.c (fatal_signals): Make non-const.
23825         (init_fatal_signals): New function.
23826         (uninstall_handlers, install_handlers): Ignore signals that were set to
23827         SIG_IGN.
23828         (at_fatal_signal): Call init_fatal_signals.
23829         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23830         SIG_IGN.
23831         Reported by Paul Eggert.
23832
23833 2004-12-18  Bruno Haible  <bruno@clisp.org>
23834
23835         * doc/alloca.texi: New file.
23836         * doc/alloca-opt.texi: New file.
23837
23838 2004-12-17  Jim Meyering  <jim@meyering.net>
23839
23840         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23841         Otherwise, install-sh could exit with improper exit status when
23842         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23843
23844 2004-12-16  Simon Josefsson  <jas@extundo.com>
23845
23846         * tests/test-base64.c: Add license.
23847
23848 2004-12-15  Stepan Kasal  <address@hidden>
23849
23850         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23851
23852 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23853
23854         * modules/getcwd (Files): Add m4/d-ino.m4.
23855         Suggested by Mark D. Baushke.
23856
23857 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23858
23859         * lib/getdate.y (textint): New member "negative".
23860         (time_zone_hhmm): New function.
23861         Expect 14 shift-reduce conflicts, not 13.
23862         (o_colon_minutes): New rule.
23863         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23864         (yylex): Set the "negative" member of signed numbers.
23865
23866 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23867
23868         * doc/getdate.texi (Time of day items, Time zone items):
23869         Describe new formats +00:00, UTC+00:00.
23870
23871 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23872
23873         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23874         spurious "-l"s.  Problem reported by Stepan Kasal.
23875
23876 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23877
23878         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23879         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23880
23881 2004-12-04  Simon Josefsson  <jas@extundo.com>
23882
23883         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23884         Vandoorselaere <yoann@prelude-ids.org>.
23885
23886 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23887
23888         Changes imported from coreutils.
23889         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23890         exist.
23891         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23892
23893 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23894
23895         Changes imported from coreutils.
23896         * lib/hard-locale.c: Assume <locale.h> exists.
23897         Include "strdup.h".
23898         (GLIBC_VERSION): New macro.
23899         (hard_locale): Assume setlocale exists.
23900         Rewrite to avoid #ifdef.
23901         Use strdup rather than malloc + strcpy.
23902         * lib/human.c: Assume <locale.h> exists.
23903         (human_readable): Assume localeconv exists.
23904
23905 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23906
23907         * modules/hard-locale (Depends-on): Add strdup.
23908
23909 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23910
23911         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23912         convert T2, not T.  (Imported from libc.)
23913
23914 2004-11-30  Simon Josefsson  <jas@extundo.com>
23915
23916         * modules/restrict (License): Change to LGPL.
23917
23918 2004-11-30  Simon Josefsson  <jas@extundo.com>
23919
23920         * m4/restrict.m4: Add copyright and copying conditions.
23921
23922 2004-11-30  Simon Josefsson  <jas@extundo.com>
23923
23924         * m4/base64.m4: New file.
23925
23926 2004-11-30  Simon Josefsson  <jas@extundo.com>
23927
23928         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23929         base64.
23930
23931         * tests/test-base64.c: New file.
23932
23933         * modules/base64: New file.
23934
23935 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23936
23937         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23938         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23939
23940         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23941
23942 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23943
23944         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23945         (__getcwd.c): Don't restore errno; glibc doesn't.
23946         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23947         first, falling back to our code only if its results look suspicious.
23948         Ensure that the resulting buffer is only as large as necessary.
23949
23950         * lib/readutmp.c: Include readutmp.h first.
23951         Include <errno.h>, since readutmp.h no longer does that.
23952         * lib/readutmp.h: Don't include <errno.h>,
23953         <sys/param.h>, <time.h>; not needed to establish interface.
23954         (errno): Remove decl.
23955         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23956         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23957         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23958
23959 2004-11-28  Simon Josefsson  <jas@extundo.com>
23960
23961         * lib/base64.h, base64.c: New file.
23962
23963 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23964
23965         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23966
23967 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23968
23969         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23970         (Depends-on): Remove pathmax, same.  Add mempcpy.
23971         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23972         (Makefile.am): Append getcwd.h to lib_SOURCES.
23973         (Include): Add getcwd.h.
23974         (Maintainer): Change from Jim Meyering to "all, glibc",
23975         since getdate now uses intended-for-glibc code.
23976         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23977         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23978
23979 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23980
23981         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23982         HP's ANSI C compiler.
23983         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23984         Declaring int functions causes warnings on some modern systems and
23985         shouldn't be needed to compile on ancient ones.
23986         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23987         defined.
23988
23989         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23990         with the following changes.
23991         (__set_errno): Parenthesize properly.
23992         Include <stdbool.h>.
23993         (MIN, MAX, MATCHING_INO): New macros.
23994         (__getcwd): Define with prototype, not K&R form.
23995         Use heuristics to allocate default buffer on stack if possible.
23996         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
23997         behavior, and to avoid the PATH_MAX limit when computing
23998         ../../../../...
23999         Use MATCHING_INO to compare inode number to file.
24000         Check for arithmetic overflow in size calculations.
24001         Fix bug in reallocation of dot array that caused getcwd to fail
24002         on directories nested deeper than 75.
24003         Be more careful about saving errno on error.
24004         Do not use realloc; use only free+malloc, as this is a bit
24005         more flexible and avoids a needless copy operation.
24006         Do not inspect st_dev and st_ino for symbolic links; POSIX
24007         doesn't specify the latter.
24008         Check for closedir errors.
24009         Avoid needless casts.
24010         Use "#ifdef weak_alias" around weak_alias, to be like other
24011         glibc code.
24012         The following changes to getcwd.c have effect only when used in
24013         gnulib; they have no effect inside glibc proper.
24014         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
24015         as alloca isn't used.
24016         (alloca, __alloca): Likewise.
24017         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
24018         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24019         unconditionally, as gnulib assumes C89 or better.
24020         Do not include <sys/param.h>.
24021         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
24022         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
24023         better.
24024         (NULL) [!defined NULL]: Remove; we assume C89 or better.
24025         Include <dirent.h> in a way that is compatible with modern Autoconf.
24026         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
24027         New macros, if not already defined.
24028         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
24029         Use "_LIBC", not "defined _LIBC", for consistency.
24030         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
24031         a mempcpy module.
24032         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
24033         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
24034         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
24035         credit only to Jim Meyering and adjust the copyright dates.
24036         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
24037         <stdlib.h>, <unistd.h>, "pathmax.h".
24038         Instead, include "xgetcwd.h" (first) and "getcwd.h".
24039         (INITIAL_BUFFER_SIZE): Remove.
24040         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
24041
24042 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
24043
24044         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
24045         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
24046         Use the _ONCE methods, for efficiency.
24047         Check for fcntl.h.  In test program, include <errno.h>
24048         and <fcntl.h> if available.  Remove old K&R cruft from
24049         test program.  Check for common errors in GNU/Linux,
24050         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
24051         don't do AC_LIBOBJ, as that's getcwd.m4's job.
24052         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
24053         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
24054         name accordingly.
24055         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
24056         accommodate new getcwd.c.
24057         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
24058         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
24059         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
24060         that's all we need now.
24061
24062 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24063
24064         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
24065         argp-parse.c depends on getopt internals, that means we should
24066         always use our getopt, to be on the safe side.
24067         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
24068         order not to spoil the result of an eventual previous invocation
24069         of gl_GETOPT_SUBSTITUTE.
24070
24071 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24072
24073         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
24074         redefinition warnings. To avoid them, include the defines
24075         in `#if !defined __need_getopt ... #endif'. The only place
24076         where __getopt_argv_const is used is in definitions
24077         of getopt_long and getopt_long_only below, which are as well
24078         protected by `#ifndef __need_getopt'.
24079         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
24080         __need_getopt after including <stdio.h> and <unistd.h> These
24081         headers might have defined it.
24082
24083 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24084
24085         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
24086
24087 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
24088
24089         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
24090         (futimens): New function, which uses futimes if available.
24091         (futimens, utimens): Support timespec==NULL, with same semantics
24092         as utime and utimens.
24093         * lib/utimens.h (futimens): New decl.
24094
24095 2004-11-23  Jim Meyering  <jim@meyering.net>
24096
24097         * lib/getopt_.h: Remove trailing blanks.
24098
24099 2004-11-23  Jim Meyering  <jim@meyering.net>
24100
24101         * lib/__fpending.c: Add comment.
24102
24103 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
24104
24105         * modules/canonicalize (Depends-on): Add xreadlink.
24106         Problem reported by James Youngman.
24107
24108 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
24109
24110         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
24111         New macros.
24112         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
24113         optopt): Use them instead of invoking ## directly; otherwise, the
24114         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
24115
24116 2004-11-19  Bruno Haible  <bruno@clisp.org>
24117
24118         * lib/strtok_r.c: Move comments from here...
24119         * lib/strtok_r.h: ... to here.
24120
24121 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24122
24123         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
24124         implementations that mishandle size_t overflow.
24125
24126 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
24127
24128         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
24129         might fail.  Problem reported by Yoann Vandoorselaere.
24130         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
24131         implementations that mishandle size_t overflow.
24132
24133 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24134
24135         * modules/canon-host (Depends-on): Add strdup.
24136
24137 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24138
24139         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
24140
24141 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24142
24143         * lib/canon-host.c: Include "strdup.h".
24144         (canon_host): Use getaddrinfo if available, so that IPv6 works.
24145         Use strdup instead of malloc/strcpy to duplicate strings.
24146
24147         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
24148         (human_space_before_unit): New constant.
24149         * lib/human.c (human_readable): Support it.
24150
24151         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
24152         (xgetcwd): Set errno correctly when failing.
24153         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
24154         the failure is actually due to a PATH_MAX problem.
24155
24156         Further getopt changes to make it more likely that glibc will
24157         buy the changes back.
24158         * lib/getopt.c (POSIXLY_CORRECT): New constant.
24159         (getopt): Use it, so to preserve glibc semantic
24160         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
24161         when compiling for libc.
24162         * lib/getopt_.h (__getopt_argv_const): Bring it back.
24163         (getopt_long, getopt_long_only): Use it.
24164
24165         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24166         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
24167         (getopt): Argv is now char * const *, as per standard.
24168         (_getopt_internal_r, _getopt_internal): Argv is now char **,
24169         not char *__getopt_argv_const *.
24170         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24171         _getopt_long_only_r): Likewise.
24172         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
24173         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24174         _getopt_long_r, _getopt_long_only_r): Likewise.
24175         * lib/getopt_.h (__getopt_argv_const): Remove.
24176         (getopt): Argv is now char * const *, as per standard.
24177
24178         * lib/getdate.y (tORDINAL): New token.
24179         (day, relunit): Allow it for relative times.
24180         (relative_time_table): Use tORDINAL for ordinals.
24181
24182 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
24183
24184         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
24185         Document that "second" isn't allowed as an ordinal number.
24186
24187 2004-11-16  Jim Meyering  <jim@meyering.net>
24188
24189         * modules/closeout (Depends-on): Add fpending.
24190
24191 2004-11-15  Jim Meyering  <jim@meyering.net>
24192
24193         * lib/closeout.c: Include "__fpending.h" once again.
24194         Include <stdbool.h>.
24195         (close_stdout): Don't fail just because stdout was closed initially,
24196         since some programs don't write to stdout in the normal course of
24197         operation (other than --version and --help), and we don't want this
24198         function to make e.g. `touch file >&-' fail.
24199         But do fail if it was closed and someone has tried to write to it.
24200         E.g., `printf foo >&-' must fail.
24201
24202 2004-11-13  Jim Meyering  <jim@meyering.net>
24203
24204         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
24205
24206 2004-11-12  Simon Josefsson  <jas@extundo.com>
24207
24208         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
24209         small doc fix is still pending.
24210
24211 2004-11-11  Simon Josefsson  <jas@extundo.com>
24212
24213         * modules/strtok_r: New file.
24214
24215         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24216         strtok_r.
24217
24218 2004-11-11  Simon Josefsson  <jas@extundo.com>
24219
24220         * m4/strtok_r.m4: New file.
24221
24222         * m4/getopt.m4: Replace opterr.
24223
24224 2004-11-11  Simon Josefsson  <jas@extundo.com>
24225
24226         * lib/strtok_r.h, strtok_r.c: New file.
24227
24228 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24229
24230         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
24231         of replacing opterr, getopt, etc.  This should handle the
24232         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
24233
24234 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24235
24236         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
24237         we can stop lying to compilers about the constness of argv when we
24238         are compiled outside glibc.
24239         (getopt, getopt_long, getopt_long_only): Use it.
24240         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24241         _getopt_internal, getopt): Likewise.
24242         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24243         _getopt_long_only_r): Likewise.
24244         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24245         _getopt_long_r, _getopt_long_only_r): Likewise.
24246
24247         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
24248         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
24249         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
24250         the other external symbols.
24251         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
24252         declaration, since the above renaming now works around collisions.
24253
24254 2004-11-11  Jim Meyering  <jim@meyering.net>
24255
24256         * lib/linebreak.c: Remove trailing blanks.
24257         * lib/alloca_.h: Likewise.
24258         * lib/acosl.c: Likewise.
24259         * lib/euidaccess.c: Likewise.
24260         * lib/allocsa.h: Likewise.
24261
24262 2004-11-10  Simon Josefsson  <jas@extundo.com>
24263
24264         * m4/getaddrinfo.m4: New file.
24265
24266 2004-11-10  Simon Josefsson  <jas@extundo.com>
24267
24268         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
24269
24270 2004-11-10  Simon Josefsson  <jas@extundo.com>
24271
24272         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24273         getaddrinfo.
24274
24275         * modules/getaddrinfo: New file.
24276
24277 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24278
24279         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
24280
24281 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24282
24283         * lib/mktime.c (SHR): New macro, which is a portable
24284         substitute for >> that should work even on Crays.
24285         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
24286         Problem reported by Mark D. Baushke in
24287         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
24288         * lib/getdate.y (SHR): Likewise.
24289         (tm_diff): Use it.
24290         * lib/strftime.c (SHR): Likewise.
24291         (tm_diff): Use it.
24292         * lib/quotearg.c (struct quoting_options): Use unsigned int for
24293         quote_these_too, so that right shifts are well defined.  All uses
24294         changed.
24295
24296 2004-11-10  Jim Meyering  <jim@meyering.net>
24297
24298         Ensure that no close failure goes unreported.
24299         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
24300         return early when it seems there's nothing to flush.
24301         Don't include __fpending.h.
24302
24303 2004-11-10  Jim Meyering  <jim@meyering.net>
24304
24305         * modules/closeout (Depends-on): Remove fpending.
24306
24307 2004-11-10  Jim Meyering  <jim@meyering.net>
24308
24309         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
24310
24311 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24312
24313         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
24314         gl_FUNC_STRFTIME.
24315         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
24316         and AC_REQUIRE when possible, to avoid duplicate checks.
24317         Check for <wchar.h>.
24318
24319 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24320
24321         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
24322
24323 2004-11-09  Bruno Haible  <bruno@clisp.org>
24324
24325         * m4/sockpfaf.m4: New file.
24326
24327 2004-11-05  Bruno Haible  <bruno@clisp.org>
24328
24329         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
24330         Reported by Mark D. Baushke <mdb@cvshome.org>.
24331
24332 2004-11-04  Bruno Haible  <bruno@clisp.org>
24333
24334         2004-09-11  Bruno Haible  <bruno@clisp.org>
24335                 * allocsa.valgrind: New file.
24336         2004-02-06  Bruno Haible  <bruno@clisp.org>
24337                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
24338                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
24339                 Reported by Christopher Seip <chris.seip@hp.com>.
24340
24341 2004-11-04  Bruno Haible  <bruno@clisp.org>
24342
24343         * modules/allocsa (Files): Add lib/allocsa.valgrind.
24344         (Makefile.am): Distribute it.
24345
24346 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24347
24348         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
24349         with errno == ERANGE if the buffer is too small.
24350         Problem reported by Mark D. Baushke.
24351
24352 2004-11-03  Albert Chin  <china@thewrittenword.com>
24353             Paul Eggert  <eggert@cs.ucla.edu>
24354
24355         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
24356         equivalent, substitute $ac_type for equivalent type rather than
24357         blindly using uint32_t *always* which won't work if uint32_t is not
24358         available.  Define _UINT32_T to work around typedef of uint32_t if
24359         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
24360         2.5.1.
24361
24362 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24363
24364         * m4/jm-macros.m4: Sync from coreutils.
24365         (gl_MACROS): Check for mbrlen, for pathchk.
24366         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
24367
24368 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24369
24370         * lib/xreadlink.c (MAXSIZE): New macro.
24371         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
24372         size does not exceed MAXSIZE.  Avoid cast.
24373         As suggested by Mark D. Baushke in
24374         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
24375         if readlink fails with buffer size just under MAXSIZE, try again
24376         with MAXSIZE.
24377
24378 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24379
24380         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
24381
24382 2004-11-02  Derek R. Price  <derek@ximbiot.com>
24383         and  Paul Eggert  <eggert@cs.ucla.edu>
24384
24385         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
24386         (get_date): Overparenthesize to avoid GCC warning.
24387
24388 2004-11-02  Bruno Haible  <bruno@clisp.org>
24389
24390         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
24391         returns void.
24392
24393 2004-11-02  Bruno Haible  <bruno@clisp.org>
24394
24395         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
24396         function returns void.
24397
24398 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24399
24400         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
24401         fflush_unlocked, flockfile, funlockfile, funlockfile,
24402         fputs_unlocked, putc_unlocked.
24403
24404 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24405
24406         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24407         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
24408         already declared.
24409
24410 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24411
24412         * modules/getdate (Files): Add doc/getdate.texi.
24413         (Depends-on): Add setenv, xalloc.
24414
24415 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24416
24417         * lib/getdate.y: Add support for TZ="foo" within a date string.
24418         Fix some bugs near time_t boundaries.  Reject dates with
24419         out-of-range components, e.g., "Sept 31".
24420         Include <stdlib.h>, "setenv.h", "xalloc.h".
24421         (ISDIGIT_LOCALE): Remove; unused.
24422         Note that the TZ and time functions used here are not reentrant.
24423         (mktime_ok, get_tz): New functions.
24424         (TZBUFSIZE): New constant.
24425         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
24426         This requires that we sometimes generate our own TZ="XXX..." setting.
24427
24428 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24429
24430         * doc/getdate.texi: New file, from coreutils with modifications for
24431         the new TZ parsing.
24432
24433 2004-10-27  Derek R. Price  <derek@ximbiot.com>
24434
24435         * lib/mktime.c (not_equal_tm): Remove redundant check.
24436
24437 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24438
24439         * modules/regex (lib_SOURCES): Add regex.c.
24440         Reported by James Youngman in
24441         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
24442
24443 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24444
24445         * lib/getdate.y: Use Bison 1.875 features, and some minor
24446         code cleanups.  This change does not affect semantics.
24447         Don't include <stdlib.h>; no longer needed.
24448         Don't include unlocked-io.h; only the "#if TEST" code uses
24449         stdio, and performance isn't crucial there.
24450         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
24451         Bison 1.875 features as described below.
24452         All uses of "PC." replaced by "pc->".
24453         (YYSTYPE): Add a forward declaration.
24454         (yylex, yyerror): Use full prototypes in forward decls.
24455         Use "%pure-parser" rather than obsolescent "%pure_parser".
24456         Use %parse-param and %lex-param instead of obsolescent
24457         YYPARSE_PARAM and YYLEX_PARAM.
24458         (meridian_table, month_and_day_table, time_units_table,
24459         relative_time_table, time_zone_table, military_table,
24460         lookup_zone, lookup_word, get_date):
24461         Use NULL instead of 0 where appropriate.
24462         (to_hour): Avoid abort (), to avoid a dependency on
24463         stdlib.h.
24464         (yyerror, yylex): Now accepts parser_control * arg.
24465         (main) [TEST]: Use '\0' rather than 0 for char.
24466
24467 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24468
24469         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24470
24471 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24472
24473         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24474         It's now the caller's responsibility to handle the case where
24475         !HAVE_GETPAGESIZE && !defined getpagesize.
24476
24477         * lib/mktime.c (leapyear): Arg is long int, not int.
24478
24479 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24480
24481         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24482
24483 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24484
24485         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24486         missing.  Problem reported by James Youngman.
24487
24488 2004-10-16  Simon Josefsson  <jas@extundo.com>
24489
24490         * gnulib-tool: Fix comments.  Fix parse problem.
24491         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24492
24493 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24494
24495         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24496         implementation of getopt_long.  Problem reported by Alexander Taler in:
24497         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24498
24499 2004-10-15  Bruno Haible  <bruno@clisp.org>
24500
24501         * gnulib-tool: Untabify. Initialize supplied_libname.
24502         (func_usage): More homogenous output.
24503         (func_modules_transitive_closure, func_modules_to_filelist,
24504         func_emit_lib_Makefile_am): New functions.
24505         (func_import): New function, extracted from big case statement. Use
24506         func_get_license, func_modules_transitive_closure,
24507         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24508         opt_lgpl. Don't use test -a, as it's not portable.
24509         (func_create_testdir): Use func_modules_transitive_closure,
24510         func_modules_to_filelist, func_emit_lib_Makefile_am.
24511
24512 2004-10-15  Bruno Haible  <bruno@clisp.org>
24513
24514         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24515
24516 2004-10-15  Bruno Haible  <bruno@clisp.org>
24517
24518         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24519         the portions belonging to each module.
24520         Suggested by Derek Robert Price <derek@ximbiot.com>.
24521
24522 2004-10-12  Simon Josefsson  <jas@extundo.com>
24523
24524         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24525         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24526         to real functions.
24527
24528 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24529
24530         * modules/vsnprintf: New file.
24531
24532 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24533
24534         * m4/vsnprintf.m4: New file.
24535
24536 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24537
24538         * lib/vsnprintf.h: New file.
24539         * lib/vsnprintf.c: New file.
24540
24541 2004-10-11  Bruno Haible  <bruno@clisp.org>
24542
24543         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24544         vsnprintf.
24545
24546 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24547
24548         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24549
24550 2004-10-07  Bruno Haible  <bruno@clisp.org>
24551
24552         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24553         fits into the provided buffer.
24554
24555 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24556
24557         * lib/diacrit.c, diacrit.h: Add GPL notice.
24558
24559         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24560         notice.
24561         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24562         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24563         This avoids a potential constant-folding bug.
24564
24565 2004-10-05  Bruno Haible  <bruno@clisp.org>
24566
24567         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24568         for the declaration of strsep.
24569
24570 2004-10-05  Bruno Haible  <bruno@clisp.org>
24571
24572         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24573
24574 2004-10-04  Simon Josefsson  <jas@extundo.com>
24575
24576         * modules/memmem: New file.
24577         * tests/test-memmem.c: New file.
24578         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24579
24580 2004-10-04  Simon Josefsson  <jas@extundo.com>
24581
24582         * m4/memmem.m4: New file.
24583
24584 2004-10-04  Simon Josefsson  <jas@extundo.com>
24585
24586         * lib/memmem.h: New file.
24587         * lib/memmem.c: New file, taken from glibc.
24588
24589 2004-10-04  Simon Josefsson  <jas@extundo.com>
24590
24591         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24592         '#ifdef USE_UNLOCKED_IO'.
24593
24594 2004-10-04  Simon Josefsson  <jas@extundo.com>
24595
24596         * config/srclist.txt: Add memmem from glibc.
24597
24598 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24599
24600         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24601
24602         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24603         modules/exclude, modules/getdate, modules/getline,
24604         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24605         modules/getusershell, modules/linebuffer, modules/md5,
24606         modules/mountlist, modules/posixtm, modules/readtokens,
24607         modules/readutmp, modules/regex, modules/sha1,
24608         modules/version-etc, modules/yesno:
24609         Remove dependency on unlocked-io.
24610
24611 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24612
24613         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24614
24615         * m4/unlocked-io.m4: Add copyright notice.
24616         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24617
24618 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24619
24620         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24621         * lib/xmalloc.c (xmemdup): Likewise.
24622         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24623         XFREE): Remove these long-obsolescent macros.
24624         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24625         * lib/xstrdup.c: Remove.
24626
24627         * lib/regex.c (re_comp): Cast gettext return value to char *,
24628         Problem reported by Martin Neitzel via Mark D. Baushke.
24629
24630 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24631
24632         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24633         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24634         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24635         regex.c, sha1.c, version-etc.c, yesno.c:
24636         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24637         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24638         the includer's responsibility.
24639
24640         Sync from coreutils.
24641
24642         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24643         points to the start of a string, as the C Standard says the
24644         resulting behavior is undefined.
24645
24646         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24647         simple -> simple_backups, numbered_existing ->
24648         numbered_existing_backups, numbered -> numbered_backups
24649         to avoid shadowing problems.  All uses changed.
24650         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24651         * lib/backupfile.c (check_extension, numbered_backup):
24652         Rename locals to avoid shadowing 'basename'.
24653         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24654         once.
24655
24656         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24657         * lib/.cvsignore: Add getopt.h.
24658
24659 2004-10-04  Bruno Haible  <bruno@clisp.org>
24660
24661         * modules/README: New file.
24662         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24663         not a module.
24664
24665 2004-10-02  Jim Meyering  <jim@meyering.net>
24666
24667         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24668
24669 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24670
24671         * modules/strsep: New file.
24672
24673 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24674
24675         * m4/strsep.m4: New file.
24676
24677 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24678
24679         * lib/strsep.h: New file.
24680         * lib/strsep.c: New file.
24681
24682 2004-10-01  Simon Josefsson  <jas@extundo.com>
24683
24684         * lib/snprintf.c (snprintf): Handle size==0.
24685
24686 2004-10-01  Simon Josefsson  <jas@extundo.com>
24687             Bruno Haible  <bruno@clisp.org>
24688
24689         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24690         (snprintf): Declare 'args'.
24691
24692 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24693
24694         * lib/snprintf.c: Remove comments as to why each header is needed.
24695
24696 2004-10-01  Bruno Haible  <bruno@clisp.org>
24697
24698         * MODULES.html.sh: Add strsep.
24699
24700 2004-09-30  Simon Josefsson  <jas@extundo.com>
24701
24702         * modules/snprintf: New file.
24703
24704 2004-09-30  Simon Josefsson  <jas@extundo.com>
24705
24706         * m4/snprintf.m4: New file.
24707
24708 2004-09-30  Simon Josefsson  <jas@extundo.com>
24709
24710         * lib/snprintf.h, lib/snprintf.c: New files.
24711
24712 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24713
24714         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24715         (hol_entry_help): Never translate an empty string.
24716         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24717         * lib/argp.h (OPTION_NO_TRANS): New option.
24718
24719 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24720
24721         * modules/argp (Maintainer): Replace Simon Josefsson
24722         by Sergey Poznyakoff.
24723
24724 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24725
24726         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24727         changes merged back into glibc.
24728
24729 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24730
24731         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24732
24733 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24734
24735         * lib/xvasprintf.c: Include xalloc.h.
24736         (xvasprintf): Use xalloc_die, not xmalloc_die.
24737
24738 2004-09-29  Bruno Haible  <bruno@clisp.org>
24739
24740         * modules/alloca-opt: New file, derived from modules/alloca.
24741         * modules/allocsa: Depend on alloca-opt instead of alloca.
24742         * modules/setenv: Likewise.
24743         * modules/vasnprintf: Likewise.
24744         * MODULES.html.sh: Add alloca-opt.
24745
24746 2004-09-28  Simon Josefsson  <jas@extundo.com>
24747
24748         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24749         LGPL, and to replace license template from GPL to LGPL.
24750
24751 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24752
24753         * modules/dummy: Change license to LGPL.
24754
24755 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24756
24757         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24758
24759 2004-09-24  Simon Josefsson  <jas@extundo.com>
24760
24761         * modules/minmax (License): Change from GPL to LGPL.
24762
24763 2004-09-23  Simon Josefsson  <jas@extundo.com>
24764
24765         * gnulib-tool (--import): Typo.
24766
24767 2004-09-23  Simon Josefsson  <jas@extundo.com>
24768
24769         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24770
24771 2004-09-22  Bruno Haible  <bruno@clisp.org>
24772
24773         * modules/*: Add 'License' field.
24774         * gnulib-tool: Accept --extract-license option.
24775         (func_get_license): New function.
24776
24777 2004-09-21  Bruno Haible  <bruno@clisp.org>
24778
24779         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24780         Reported by Simon Josefsson.
24781
24782 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24783
24784         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24785         gl_AC_TYPE_LONG_LONG.
24786
24787 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24788
24789         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24790
24791 2004-09-18  Simon Josefsson  <jas@extundo.com>
24792         and  Paul Eggert  <eggert@cs.ucla.edu>
24793
24794         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24795         calls with autoreconf.  Define GL_LIB.
24796
24797 2004-09-14  Karl Berry  <karl@gnu.org>
24798
24799         * config/srclist.txt: unsync setenv.c, sigh.
24800
24801 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24802
24803         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24804         Problem reported by Bruno Haible in:
24805         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24806
24807 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24808
24809         * config/srclist.txt: Comment out argp-pvh.c.
24810
24811 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24812
24813         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24814         in case some system header has #define'd it.  Problem reported by
24815         Soeren D. Schulze in
24816         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24817
24818 2004-09-09  Karl Berry  <karl@gnu.org>
24819
24820         * regex.[ch]: delete from the root.  These were supposed to be
24821                 synced with emacs cvs, but this has not happened for about
24822                 a year, and anyway nothing else uses emacs regex.[ch].
24823                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24824                 lib/regex[.ch] is untouched.
24825
24826 2004-09-09  Bruno Haible  <bruno@clisp.org>
24827
24828         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24829
24830 2004-09-09  Bruno Haible  <bruno@clisp.org>
24831
24832         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24833         modifications.
24834         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24835
24836 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24837
24838         * modules/xvasprintf: New file.
24839         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24840
24841 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24842
24843         * lib/xvasprintf.h: New file.
24844         * lib/xvasprintf.c: New file.
24845         * lib/xasprintf.c: New file.
24846
24847 2004-09-08  Bruno Haible  <bruno@clisp.org>
24848
24849         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24850
24851 2004-09-08  Bruno Haible  <bruno@clisp.org>
24852
24853         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24854         length is > INT_MAX.
24855         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24856         more.
24857
24858 2004-09-08  Bruno Haible  <bruno@clisp.org>
24859
24860         * lib/stdint_.h: New file, taken from GNU clisp.
24861
24862 2004-09-08  Bruno Haible  <bruno@clisp.org>
24863             Oskar Liljeblad  <oskar@osk.mine.nu>
24864
24865         * modules/stdint: New file.
24866         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24867
24868 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24869
24870         Import from coreutils.
24871         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24872         strings on unbounded length.  alloca's performance benefits aren't
24873         that important here.
24874         (V_STRDUP): Remove.
24875         (parse_with_separator): New function, with most of the internals
24876         of the old parse_user_spec.  Allow user to omit both user and group,
24877         for compatibility with FreeBSD.
24878         Clone only the user name, not the entire spec.
24879         Do not set *uid, *gid unless entirely successful.
24880         Avoid memory leak in some failing cases.
24881         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24882         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24883         (parse_user_spec): Rewrite to use parse_with_separator.
24884
24885 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24886
24887         * modules/userspec: Don't depend on alloca.
24888
24889 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24890
24891         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24892
24893 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24894
24895         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24896         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24897         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24898
24899 2004-08-16  Simon Josefsson  <jas@extundo.com>
24900
24901         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24902         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24903         Add --dry-run for --import.
24904         Let user provided command line parameters override configure.ac
24905         settings.
24906
24907 2004-08-12  Simon Josefsson  <jas@extundo.com>
24908
24909         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24910         as discussed with Paul Eggert in threads rooted at
24911         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24912         and
24913         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24914         Before, the test was empty, and relied on ELIDE_CODE in source
24915         code.)
24916         (gl_PREREQ_GETOPT): New macro.
24917         (gl_GETOPT): Use them.
24918
24919 2004-08-12  Simon Josefsson  <jas@extundo.com>
24920
24921         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24922         * lib/getopt_.h: Renamed from getopt.h.
24923
24924 2004-08-12  Simon Josefsson  <jas@extundo.com>
24925
24926         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24927         Change default library name from libfoo to libgnu.
24928         Now, if you have a configure.ac that says:
24929                 gl_SOURCE_BASE(gl)
24930                 gl_M4_BASE(gl/m4)
24931                 gl_MODULES(error getopt etcetera)
24932                 gl_INIT
24933         you can import all you need by running:
24934                 ../gnulib/gnulib-tool --import
24935
24936         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24937         (Makefile.am): Rewrite, use logic from argz.
24938         (Include): Use <getopt.h> instead of "getopt.h".
24939
24940 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24941
24942         * modules/argp (Files): Add m4/unlocked-io.m4.
24943         (Depends-on): Add extensions.
24944
24945 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24946
24947         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24948         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24949         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24950         Check for program_invocation_name, program_invocation_short_name,
24951         flockfile, funlockfile, features.h, _getopt_long_only_r.
24952
24953 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24954
24955         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24956         its complicated substitute.
24957         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24958         and program_invocation_name.
24959         (__argp_basename) [!_LIBC]: Remove; the only use was
24960         replaced by its body.
24961         (__argp_short_program_name): Change condition from
24962         !defined __argp_short_program_name to
24963         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24964         to match argp-namefrob.h.
24965         (__argp_failure): Don't assume strerror_r returns char *.
24966         * lib/argp-parse.c (N_): Define unconditionally.
24967         (argp_default_options): Fill out initializers with 0 to avoid
24968         gcc warnings.
24969
24970 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24971
24972         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24973         getopt1.c.
24974
24975 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24976
24977         Merge from coreutils.
24978
24979         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24980
24981         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24982         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24983
24984 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24985
24986         Merge from coreutils.
24987
24988         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24989         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24990         for Reliant Unix 5.43.
24991
24992         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
24993         (union fooround): Use uintmax_t, not long int.
24994         The rest is a merge from libc:
24995         [defined _LIBC]: Include <shlib-compat.h>.
24996         (_obstack) [defined _LIBC]: Remove after 2.3.4.
24997
24998         * lib/settime.c (settime): Recode to avoid warning with
24999         Sun Forte C 6U2.
25000
25001         * lib/strverscmp.c: Convert to UTF-8.
25002
25003 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25004
25005         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25006         m4/uintmax_t.m4.
25007
25008 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25009
25010         * modules/xalloc-die: New file.
25011         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
25012
25013         * modules/md5 (Files): Add m4/uint32_t.m4.
25014         * modules/sha1: Renamed from modules/sha.
25015         (Files):
25016         Rename lib/sha.h to lib/sha1.h.
25017         Rename lib/sha.c to lib/sha1.c.
25018         Rename m4/sha.m4 to m4/sha1.m4.
25019         (lib_SOURCES): Likewise.
25020         (configure.ac): Rename gl_SHA to gl_SHA1.
25021         (Include): sha.h -> sha1.h.
25022
25023 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25024
25025         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
25026         * m4/sha1.m4: Renamed from sha.m4.
25027         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
25028
25029 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25030
25031         * lib/obstack.h (obstack_empty_p):
25032         Don't assume that chunk->contents is suitably aligned.
25033         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
25034         Likewise. Problem reported by Benno in
25035         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
25036
25037         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
25038         readable.  This could be improved further but it'd take some work.
25039
25040 2004-08-08  Simon Josefsson  <jas@extundo.com>
25041
25042         * modules/xgethostname (Depends-on): Remove exit and error (not
25043         used).
25044
25045         * modules/getpass-gnu: Add getpass.h.
25046         (Depends-on): Add stdbool.
25047         * modules/getpass: Add getpass.h.
25048
25049 2004-08-08  Simon Josefsson  <jas@extundo.com>
25050
25051         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
25052         Check getpass declaration.
25053
25054 2004-08-08  Simon Josefsson  <jas@extundo.com>
25055
25056         * lib/xgethostname.c: Don't include error.h (not used).
25057
25058         * lib/getpass.h: Add.
25059         * lib/getpass.c: Include getpass.h first.
25060
25061 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
25062
25063         * lib/xalloc-die.c: New file.
25064         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
25065         All uses removed.
25066         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
25067         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
25068         xalloc-die.c.
25069         (_, N_, xalloc_die): Move to xalloc-die.c.
25070         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
25071         so that we needn't mess with xalloc_msg_memory_exhausted.
25072
25073         * lib/sha1.h: Renamed from sha.h.
25074         (SHA1_H): Renamed from _SHA_H.
25075         (sha1_ctx): Renamed from sha_ctx.
25076         (sha1_init_ctx): Renamed from sha_init_ctx.
25077         (sha1_process_block): Renamed from sha_process_block.
25078         (sha1_process_bytes): Renamed from sha_process_bytes.
25079         (sha1_finish_ctx): Renamed from sha_finish_ctx.
25080         (sha1_read_ctx): Renamed from sha_read_ctx.
25081         (sha1_stream): Renamed from sha_stream.
25082         (sha1_buffer): Renamed from sha_buffer.
25083         * lib/sha1.c: Likewise; renamed from sha.c.
25084         Do not include <sys/types.h>.
25085         Include <stddef.h> rather than <stdlib.h>.
25086
25087 2004-08-08  Bruno Haible  <bruno@clisp.org>
25088
25089         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
25090         FILESYSTEM_PREFIX_LEN.
25091         * lib/progreloc.c: Likewise.
25092         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
25093
25094 2004-08-06  Simon Josefsson  <jas@extundo.com>
25095
25096         * modules/progname (Depends-on): Don't depend on stdbool.
25097
25098 2004-08-06  Simon Josefsson  <jas@extundo.com>
25099
25100         * modules/getsubopt: New file.
25101         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25102         getsubopt.
25103
25104 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25105
25106         More merge from coreutils.
25107
25108         * m4/utimens.m4, m4/utimecmp.m4: New files.
25109         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
25110         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
25111         prereq.m4, sha.m4: Import changes from coreutils.
25112
25113 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25114
25115         More merge from coreutils.
25116         * modules/raise, modules/readtokens0, modules/utimens:
25117         * modules/utimecmp, module/xnanosleep: New files.
25118         * modules/strftime: Add lib/strftime.h.
25119         Change include from <time.h> to "strftime.h".
25120         * modules/yesno: Add lib/yesno.h.
25121         * modules/backupfile: Remove lib/addext.c.
25122         * modules/euidaccess: Add stat-macros.h.
25123         * modules/canonicalize, modules/euidaccess,
25124         modules/filemode, modules/lchown, modules/makepath,
25125         modules/rmdir, modules/stat: Likewise.
25126
25127 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
25128
25129         Merge from tar.
25130         * lib/argp-help.c (make_hol, hol_append): Don't assume that
25131         SIZE_MAX is a valid preprocessor constant.
25132         (__argp_basename): Change from "#ifndef _LIBC"
25133         to "#ifndef __argp_short_program_name", so that
25134         we don't compile these functions for tar.
25135
25136         More merges from coreutils.
25137         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
25138         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
25139         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
25140         * lib/addext.c: Remove; no longer needed.
25141         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
25142         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
25143         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
25144         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
25145         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
25146         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
25147         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
25148         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
25149         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
25150         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
25151         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
25152         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
25153         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
25154         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
25155         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
25156         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
25157         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
25158         Import changes from coreutils.
25159
25160 2004-08-05  Simon Josefsson  <jas@extundo.com>
25161
25162         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
25163
25164 2004-08-05  Simon Josefsson  <jas@extundo.com>
25165
25166         * m4/getsubopt.m4: New file.
25167
25168 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25169
25170         Merge from coreutils.
25171
25172         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
25173         * m4/getcwd-path-max.m4: New files.
25174
25175         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
25176         FILESYSTEM_PREFIX_LEN ->
25177         FILE_SYSTEM_PREFIX_LEN.
25178         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
25179         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
25180         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
25181         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
25182
25183         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
25184         prerequisite modules now handle the DOS stuff.
25185         Don't check for unistd.h.
25186
25187 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25188
25189         Merge from coreutils.
25190
25191         * lib/.gdb-history: Remove; this doesn't belong here.
25192
25193         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
25194         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
25195         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
25196         * lib/getcwd.c: New files.
25197
25198         * lib/dirname.h: Include <stdbool.h>.
25199         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
25200         for consistency with POSIX terminology.  All uses changed.
25201         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
25202         (strip_trailing_slashes): Use bool for booleans.
25203         * lib/stripslash.c (strip_trailing_slashes): Likewise.
25204
25205         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
25206         sometimes returns a positive errno value even when it succeeds.
25207         (print_errno_message) [!LIBC]: Fall back on strerror if
25208         __strerror_r fails.
25209
25210         * lib/path-concat.c (mempcpy): Don't define if a system header defines
25211         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
25212         (longest_relative_suffix): New function.
25213         (path_concat): Use it.  Assume first argument is not NULL.
25214         Port to DOS.  Omit redundant separators.
25215         Report an error instead of returning NULL.
25216         Use mempcpy instead of memcpy.
25217         (xpath_concat): Remove: not declared or used.
25218
25219         * lib/same.h: Include <stdbool.h>
25220         (same_name): Return bool, not int.
25221         * lib/same.c (same_name): Likewise.
25222         (errno): Don't declare; we assume C89 or better now.
25223
25224         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
25225         if not already defined.
25226
25227         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
25228         * lib/dup-safer.c (errno): Likewise.
25229
25230 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25231
25232         Merge from coreutils.
25233         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
25234         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
25235         * modules/path-concat: Don't depend on strdup.
25236
25237 2004-08-03  Simon Josefsson  <jas@extundo.com>
25238
25239         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
25240         * lib/progname.h: Don't include stdbool.h.
25241
25242 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25243
25244         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
25245         * MODULES.html.sh (func_all_modules): Remove fatal.
25246
25247 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25248
25249         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
25250
25251 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25252
25253         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
25254         working.
25255
25256 2004-08-02  Simon Josefsson  <jas@extundo.com>
25257
25258         * lib/getsubopt.h: New file, with comments from Bruno Haible.
25259         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
25260         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
25261
25262 2004-08-01  Simon Josefsson  <jas@extundo.com>
25263
25264         * lib/xgetdomainname.c: Include stdlib.h, for free().
25265
25266 2004-07-19  Bruno Haible  <bruno@clisp.org>
25267
25268         * MODULES.html.sh (func_all_modules): Add dummy.
25269
25270 2004-07-16  Simon Josefsson  <jas@extundo.com>
25271
25272         * modules/dummy: New file.
25273
25274 2004-07-16  Simon Josefsson  <jas@extundo.com>
25275
25276         * lib/dummy.c: New file.
25277
25278 2004-07-16  Bruno Haible  <bruno@clisp.org>
25279
25280         * lib/backupfile.h: Add extern "C" for C++.
25281         * lib/closeout.h: Likewise.
25282         * lib/copy-file.h: Likewise.
25283         * lib/findprog.h: Likewise.
25284         * lib/full-write.h: Likewise.
25285         * lib/pathname.h: Likewise.
25286         * lib/progname.h: Likewise.
25287         * lib/stpcpy.h: Likewise.
25288         * lib/stpncpy.h: Likewise.
25289         * lib/strcase.h: Likewise.
25290         * lib/strstr.h: Likewise.
25291         * lib/xalloc.h: Likewise.
25292
25293         * lib/mbswidth.h: Add extern "C" for C++.
25294         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
25295
25296 2004-07-13  Robert Millan  <robertmh@gnu.org>
25297
25298         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
25299
25300 2004-07-09  Simon Josefsson  <jas@extundo.com>
25301
25302         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
25303         failed without this.)
25304
25305 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25306
25307         * modules/chown (Files): Add lib/fchown-stub.c, since
25308         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
25309
25310 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25311
25312         * lib/fchown-stub.c: New file.
25313
25314 2004-06-24  Jim Meyering  <jim@meyering.net>
25315
25316         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
25317
25318 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25319
25320         * modules/argz: Omit "#include".
25321
25322         * MODULES.html.sh (func_all_modules): Add calloc, to match
25323         2004-06-01 addition of calloc module.
25324
25325 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25326
25327         * m4/argz.m4: New file, which is autoupdated from libtool.
25328
25329 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25330
25331         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
25332         libtool.
25333
25334 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25335
25336         * config/srclist-update: Don't insist on "USA." before the
25337         close-comment, as libtool omits the period and puts the */ on a
25338         separate line.
25339         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
25340         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
25341
25342 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
25343
25344         * modules/argz: New file.
25345         * MODULES.html.sh (func_all_modules): Add argz.
25346
25347 2004-06-12  Jim Meyering  <jim@meyering.net>
25348         and  Paul Eggert  <eggert@cs.ucla.edu>
25349
25350         * modules/hash (Files): Add lib/xalloc.h.
25351         * modules/pipe (Depends-on): Add wait-process.
25352         * modules/stat (Depends-on): Add xalloc.
25353         * modules/userspec (Files): Add lib/userspec.h.
25354         * modules/xstrto
25355
25356         Upgrade from gettext-0.13.
25357         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
25358         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
25359         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
25360
25361 2004-06-10  Jim Meyering  <jim@meyering.net>
25362
25363         * lib/calloc.c: New file.
25364
25365 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25366
25367         * lib/getdate.y (yylex): Allow space between sign and number.
25368         Problem reported by Dan Jacobson.
25369
25370 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25371
25372         Merge from coreutils CVS.
25373
25374         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
25375         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
25376         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
25377         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
25378         xstrtol.m4: Fix copyright date and/or serial number.
25379
25380         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
25381         See if we need an fchown replacement.
25382         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
25383         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
25384         and use the replacement function if we detect either defect.
25385
25386         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
25387         gl_UTIMECMP.
25388
25389 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25390         and  Jim Meyering  <jim@meyering.net>
25391
25392         Merge from coreutils CVS.
25393
25394         * lib/stat-macros.h: New file, with contents from file-type.h
25395         and coreutils' system.h.
25396         * lib/file-type.c: Include "stat-macros.h".
25397         * lib/file-type.h (file_type): Move all macro definitions to new file,
25398         stat-macros.h.
25399
25400         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
25401         Wrap old code with this conditional.
25402         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
25403         function that does not dereference symlinks.
25404         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
25405
25406         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
25407         dependency problems.
25408         (xreadlink): Accept new arg SIZE, for efficiency.
25409         All decls and uses changed.
25410         * lib/xreadlink.h: Include <stddef.h>, for size_t.
25411
25412         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
25413         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
25414
25415         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
25416         sysexits.h.
25417
25418 2004-06-01  Jim Meyering  <jim@meyering.net>
25419
25420         * m4/calloc.m4: New file.
25421
25422 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
25423
25424         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
25425         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
25426         Also, fix a typo in a diagnostic.
25427
25428 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25429
25430         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
25431         or AC_FUNC_REALLOC.
25432
25433 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25434
25435         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
25436         macros to be defined.
25437         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
25438         the allocator returns NULL because the requested size is zero.
25439
25440 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25441
25442         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
25443         var.  Add comment explaining why libc still defines it.  This
25444         merges the following patch from glibc:
25445         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
25446
25447 2004-05-20  Andreas Schwab  <schwab@suse.de>
25448
25449         * m4/free.m4: Replace free if it not known to work, not the other
25450         way round.
25451
25452 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25453
25454         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
25455         present in glibc since revision 1.1 of this file.
25456         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
25457         obstack_alignment_mask, obstack_alloc, obstack_base,
25458         obstack_blank, obstack_blank_fast, obstack_chunk_size,
25459         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25460         obstack_grow0, obstack_init, obstack_int_grow,
25461         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25462         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25463         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25464         nonexistent functions.
25465
25466 2004-05-18  Karl Berry  <karl@gnu.org>
25467
25468         * config/srclist.txt: break link for vasnprintf.c.
25469
25470 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25471
25472         Port obstack to the AS/400, where pointers are 16 bytes wide and
25473         you cannot cast an integer to a valid pointer.  This patch is
25474         currently waiting to be integrated into glibc; see
25475         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25476
25477         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25478         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25479         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25480         (struct obstack): temp member is now a union of a pointer and
25481         an integer, instead of an integer.  All integer uses changed.
25482         This does not affect the physical layout of struct obstack,
25483         except on hosts (like the AS/400) where the size or alignment of
25484         void * is greater than that of ptrdiff_t.
25485         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25486         __STDC__)]: Store temporary in pointer member of union, not
25487         integer member.
25488         * lib/obstack.c: Include <stddef.h>, for offsetof.
25489         (struct fooalign): Remove; it doesn't need a name.
25490         (union fooround): Change double to long double, and add void *.
25491         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25492         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25493         not a macro.  Hence the values are always int; so remove all
25494         casts-to-int in uses.
25495
25496 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25497
25498         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25499         we can get this patch merged into glibc.
25500
25501 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25502             Paul Eggert  <eggert@cs.ucla.edu>
25503
25504         * m4/argp: Depend on alloca.
25505
25506 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25507             Paul Eggert  <eggert@cs.ucla.edu>
25508
25509         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25510         freecoding.
25511
25512 2004-05-17  Bruno Haible  <bruno@clisp.org>
25513
25514         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25515         precision that consists of a '.' followed by an empty digit string.
25516         Patch by Tor Lillqvist <tml@iki.fi>.
25517
25518 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25519
25520         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25521         for backward compatibility with older code.  We need our own
25522         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25523         it under some other name, and our alloca.h will define it.
25524
25525 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25526             Derek Price  <derek@ximbiot.com>
25527
25528         * lib/alloca.c: Include <alloca.h>, to get our interface.
25529         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25530         include <alloca.h> first.  Use C89 prototype for alloca; this
25531         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25532         Use #elif for simplicity, since we can assume C89 now.
25533         Don't try to source the system alloca.h since it will not be found
25534         and to prevent recursively including its replacement.
25535         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25536         * lib/regex.c: Likewise.
25537
25538 2004-05-16  Derek Price  <derek@ximbiot.com>
25539             Paul Eggert  <eggert@cs.ucla.edu>
25540
25541         getline cleanup.  This changes the getndelim2 API: both order of
25542         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25543         no delimiter).
25544
25545         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25546         interface does that.
25547         (getline): Always use getdelim, so that we don't have two
25548         copies of this code.
25549         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25550         if available.
25551         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25552         (GETNDELIM2_MAXIMUM): New macro.
25553         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25554         instead of the old practice of delim2==0.  All callers changed.
25555         Return -1 on overflow, instead of returning junk.
25556         Do not set *linesize unless allocation succeeds.
25557         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25558         that we include sys/types.h.
25559         * lib/getnline.h: Likewise.
25560         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25561         (getndelim2): Reorder arguments.
25562         * lib/getnline.c (getnline, getndelim):
25563         Don't discard the NMAX argument.
25564         (getnline): Invoke getndelim, to avoid code duplication.
25565         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25566         of (size_t) -1 by callers of the getnline family.
25567
25568 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25569
25570         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25571         Check for gettimeofday.
25572         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25573         Check for settimeofday, stime.
25574
25575 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25576
25577         * lib/nanosleep.c (suspended): Change its type from int to
25578         sig_atomic_t volatile.
25579         (first_call): Make it private to rpl_nanosleep, and have it
25580         be zero initially as that's a bit faster.
25581         (my_usleep): Round up fractional times instead of truncating them,
25582         as this is the usual meaning for 'sleep'.
25583
25584         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25585         doesn't work.
25586         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25587         (ENOSYS): Define if not defined.
25588         (settime): Fall back on stime if it exists and settimeofday fails.
25589         But don't bother with fallbacks if a method fails with errno == EPERM.
25590
25591 2004-05-11  Jim Meyering  <jim@meyering.net>
25592
25593         Prior to this change, the save_cwd caller required read access to the
25594         current directory on most systems (ones with the fchdir function).
25595
25596         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25597         fails, try write-only, and finally, resort to using xgetcwd.
25598
25599 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25600
25601         * lib/obstack.c, obstack.h: Import changes from libc.
25602
25603 2004-04-28  Bruno Haible  <bruno@clisp.org>
25604
25605         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25606         also implicitly appends .exe to executables.
25607         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25608         accepts Windows pathnames.
25609         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25610         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25611         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25612         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25613         Reported by Derek Robert Price <derek@ximbiot.com>.
25614
25615 2004-04-21  Karl Berry  <karl@gnu.org>
25616
25617         * config/srclist.txt (localcharset.c): break sync.
25618
25619 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25620
25621         * m4/host-os.m4: Add a copyright notice.
25622
25623 2004-04-20  Jim Meyering  <jim@meyering.net>
25624
25625         Change UTILS_ to gl_ in AC_DEFINE'd names.
25626         Change utils_- and jm_-prefixed variables, too.
25627         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25628         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25629         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25630
25631         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25632         Don't emit trailing blanks.
25633         Also rename jm_-prefixed variables to have gl_ prefix.
25634
25635         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25636         Also rename jm_-prefixed variables to have gl_ prefix.
25637
25638         * m4/jm-macros.m4: Reflect the renamings.
25639         * m4/prereq.m4: Likewise.
25640
25641 2004-04-20  Jim Meyering  <jim@meyering.net>
25642
25643         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25644         memory.
25645
25646 2004-04-20  Jim Meyering  <jim@meyering.net>
25647             Bruno Haible  <bruno@clisp.org>
25648
25649         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25650         memory when realloc fails.
25651
25652 2004-04-19  Jim Meyering  <jim@meyering.net>
25653
25654         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25655         now that readutmp.c may call `free (0)'.
25656
25657 2004-04-19  Bruno Haible  <bruno@clisp.org>
25658
25659         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25660         * m4/inttypes_h.m4: Likewise.
25661         * m4/stdint_h.m4: Likewise.
25662         * m4/intmax_t.m4: Likewise.
25663         * m4/uintmax_t.m4: Likewise.
25664
25665 2004-04-18  Jim Meyering  <jim@meyering.net>
25666
25667         * m4/prereq.m4: Don't forbid jm_ prefix.
25668
25669         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25670         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25671         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25672         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25673         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25674         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25675         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25676         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25677         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25678         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25679         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25680         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25681         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25682         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25683         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25684         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25685         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25686         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25687         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25688
25689 2004-04-18  Jim Meyering  <jim@meyering.net>
25690
25691         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25692         failure, don't leak memory and do call END_UTMP_ENT.
25693
25694 2004-04-16  Jim Meyering  <jim@meyering.net>
25695
25696         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25697         coreutils' stat program.
25698         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25699
25700 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25701
25702         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25703         C89.
25704         (CHAR_BIT): Remove, since we assume C89.
25705         Include <stdint.h> if available, as per current Autoconf CVS advice.
25706
25707 2004-03-31  Jim Meyering  <jim@meyering.net>
25708
25709         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25710         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25711         * m4/xalloc.m4: Likewise.
25712
25713 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25714
25715         Merge from coreutils.
25716
25717         * m4/inttostr.m4: New file.
25718         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25719         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25720         Require gl_CLOCK_TIME.
25721         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25722
25723 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25724
25725         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25726         not bool, to be more consistent with Unix conventions.
25727         Suggested by Bruno Haible.
25728
25729         Merge from coreutils.
25730
25731         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25732         * lib/umaxtostr.c: New files.
25733
25734         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25735         the usual <time.h> dance.
25736         (get_date): Change signature to support fractional time stamps.
25737         All callers changed.
25738         * lib/getdate.y: Include "getdate.h" first, as we can now
25739         assume C89 and don't need to worry about 'const'.
25740         Similarly, include "unlocked-io.h" near start, not in middle.
25741         Include <limits.h>.
25742         (textint.value): Use long int rather than int.
25743         (textint.digits): Use size_t rather than int.
25744         (BILLION, LOG10_BILLION): New constants.
25745         (parser_control): New member rel_ns.  Members day_ordinal,
25746         time_zone, month, day, hour, minutes, rel_year, rel_month,
25747         rel_day, rel_hour, rel_minutes, rel_seconds
25748         are now long int, not int.  Member seconds is now struct timespec,
25749         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25750         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25751         not int.
25752         (%union.intval): Now long int, not int.
25753         New member timespec.
25754         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25755         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25756         (spec): Now is a timespec or an item list.
25757         (timespec, items): New nonterminals.
25758         (time, rel, relunit, number, get_date):
25759         Add support for fractional seconds.
25760         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25761         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25762         (to_hour): First arg is now long int, not int.
25763         (to_year): Returns long int, not int.
25764         Don't treat year -70 like 70.
25765         (tm_diff): Returns long int, not int.
25766         (lookup_word): Use bool instead of int when appropriate.
25767         (yylex): Use size_t for count, not int.
25768         Detect overflow when parsing large integer constants.
25769         Add support for fractions.
25770         (get_date): Make pointers 'const' if possible.
25771         Use more-portable code to detect integer overflow.
25772         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25773         Don't use ctime; it's not reliable if the year has >4 digits.
25774
25775         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25776         This is for compatibility with BSD.
25777
25778         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25779         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25780         From coreutils' system.h.
25781
25782         * lib/userspec.c: Don't include "posixver.h".
25783         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25784         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25785         compatible extension.  Simplify code by removing a boolean int
25786         that was always nonzero if a string was nonnull.
25787
25788 2004-03-30  Jim Meyering  <jim@meyering.net>
25789
25790         Merge from coreutils.
25791
25792         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25793         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25794         on some systems one must include <grp.h> before it.
25795         Reported by Christian Krackowizer.
25796
25797 2004-03-30  Jim Meyering  <jim@meyering.net>
25798
25799         Merge from coreutils.
25800
25801         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25802
25803         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25804         an empty input stream.
25805
25806         * lib/readtokens.c: Include <stdbool.h>.
25807         (readtoken): Use `size_t' rather than int/long.
25808         All callers adjusted.
25809         Use `bool' rather than `int' where appropriate.
25810         Use memset rather than an explicit loop.
25811         Use x2nrealloc rather than xrealloc.
25812         Allow the use of `\0' as a delimiter.
25813         (readtokens): Likewise.
25814         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25815
25816 2004-03-30  Jim Meyering  <jim@meyering.net>
25817
25818         * m4/realloc.m4: Remove file, since now it does no more than
25819         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25820         the `configure.ac' section of module/realloc.
25821         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25822
25823 2004-03-30  Bruno Haible  <bruno@clisp.org>
25824
25825         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25826         nonnull.
25827
25828 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25829
25830         Merge changes to getloadavg.c from coreutils and Emacs.
25831
25832         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25833         Define to an expression, not to the empty string.
25834         Include cloexec.h and xalloc.h.
25835         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25836         Use set_cloexec_flag rather than rolling our own.
25837         * lib/cloexec.c, lib/cloexec.h: New files.
25838
25839 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25840
25841         * m4/cloexec.m4: New file.
25842
25843 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25844
25845         * lib/getopt.h: Sync with libc CVS.
25846
25847 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25848             Bruno Haible  <bruno@clisp.org>
25849
25850         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25851         mbswidth.
25852
25853 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25854             Bruno Haible  <bruno@clisp.org>
25855
25856         * lib/mbswidth.h: Include <wchar.h> only if
25857         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25858         <wchar.h>.
25859         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25860
25861 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25862
25863         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25864         Sync with libc CVS.
25865         * lib/getopt_int.h: New file, also synced from libc.
25866
25867 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25868
25869         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25870         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25871         Bring back getopt.c, getopt.h, getopt1.c.
25872
25873 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25874
25875         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25876         All uses changed.  Check for sa_sigaction member; this fixes
25877         a bug first reported by Jason Andrade in
25878         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25879
25880 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25881
25882         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25883         '#if' expressions.  Unlike the code it replaces, it does not
25884         depend on (defined _SC_PAGESIZE).  However, it does depend on
25885         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25886         first reported by Jason Andrade in
25887         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25888
25889 2004-02-25  Simon Josefsson  <jas@extundo.com>
25890
25891         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25892
25893 2004-02-25  Simon Josefsson  <jas@extundo.com>
25894
25895         * lib/strdup.h: New file.
25896         * lib/strdup.c: Include it.
25897         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25898         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25899
25900 2004-02-23  Karl Berry  <karl@gnu.org>
25901
25902         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25903         (from fencepost.gnu.org:/gd/gnuorg).
25904
25905 2004-02-23  Karl Berry  <karl@gnu.org>
25906
25907         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25908         * config/srclist.txt: add maintain/standards documents.
25909
25910 2004-02-18  Bruno Haible  <bruno@clisp.org>
25911
25912         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25913         Reported by Derek Robert Price <derek@ximbiot.com>.
25914
25915 2004-02-16  Karl Berry  <karl@gnu.org>
25916
25917         * config/mkinstalldirs, install-sh: update from automake.
25918
25919 2004-02-06  Karl Berry  <karl@gnu.org>
25920
25921         * m4/po.m4: update from gettext 0.14.1.
25922
25923 2004-02-06  Karl Berry  <karl@gnu.org>
25924
25925         * lib/config.charset: update from gettext 0.14.1.
25926
25927 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25928
25929         Add comments and code, prompted by suggestions from Bruno Haible
25930         for sh-quote.
25931         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25932         describing the enum quoting_style values.
25933         * lib/quotearg.c (quotearg_alloc): New function.
25934         (quotearg_buffer_restyled): Treat lone { and } as special.
25935         Treat = as special.  Work around bug with older shells
25936         that "see" a '\' that is really the 2nd byte of a multibyte char.
25937         Quote empty string with shell_quoting_style.
25938
25939 2004-02-03  Bruno Haible  <bruno@clisp.org>
25940
25941         * m4/pipe.m4: New file, from GNU gettext.
25942
25943 2004-02-03  Bruno Haible  <bruno@clisp.org>
25944
25945         * lib/pipe.h: New file, from GNU gettext.
25946         * lib/pipe.c: New file, from GNU gettext.
25947
25948 2004-01-27  Bruno Haible  <bruno@clisp.org>
25949
25950         * m4/execute.m4: New file, from GNU gettext.
25951
25952 2004-01-27  Bruno Haible  <bruno@clisp.org>
25953
25954         * lib/execute.h: New file, from GNU gettext.
25955         * lib/execute.c: New file, from GNU gettext.
25956         * lib/w32spawn.h: New file, from GNU gettext.
25957
25958 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25959
25960         Merge from diffutils.
25961
25962         * lib/file-type.c (file_type): Add typed memory objects.
25963         * lib/file-type.h (S_TYPEISTMO): New macro.
25964
25965         * lib/c-stack.h (c_stack_action): Remove argv argument.
25966         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25967         (die): Don't calculate message unless segv_action returns.
25968         (get_stack_location, min_address_from_argv, max_address_from_argv,
25969         volatile stack_base, volatile_stack_size): Remove.
25970         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25971         that every segmentation violation is a stack overflow.  (Ouch!)
25972         See Debian bug 136249 (still outstanding) for more info about why
25973         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25974
25975 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25976
25977         Exit-status fix from coreutils.
25978
25979         Use exit_failure consistently in place of EXIT_FAILURE,
25980         so that program exit statuses are consistent on failure.
25981
25982         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25983         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25984         * lib/argmatch.h: Comment fix to match the above.
25985         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25986         Now a macro referring to exit_failure, instead of a separate
25987         variable.  Include "exitfail.h" to get it.
25988         * lib/xstrtol.h: Include "exitfail.h".
25989         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25990
25991         * lib/long-options.c (parse_long_options): Use prototype
25992         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
25993         for clarity.
25994
25995 2004-01-21  Jim Meyering  <jim@meyering.net>
25996
25997         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
25998         so as not to conflict with a different-sized __mktime_internal
25999         function in GNU libc.
26000         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
26001         Problem building statically-linked `ls' reported by Michael Brunnbauer.
26002
26003 2004-01-20  Karl Berry  <karl@gnu.org>
26004
26005         * config/config.guess: update from config.
26006
26007         * config/srclistvars.sh: GNUWWWLICENSES for karl.
26008
26009 2004-01-20  Bruno Haible  <bruno@clisp.org>
26010
26011         Safer stack allocation.
26012         * lib/setenv.c: Include allocsa.h.
26013         (alloca): Remove fallback definition.
26014         (freea): Remove macro.
26015         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
26016         instead of freea.
26017
26018 2004-01-20  Bruno Haible  <bruno@clisp.org>
26019
26020         * m4/eealloc.m4: New file, from GNU gettext.
26021
26022 2004-01-20  Bruno Haible  <bruno@clisp.org>
26023
26024         * m4/allocsa.m4: New file, from GNU gettext.
26025
26026 2004-01-20  Bruno Haible  <bruno@clisp.org>
26027
26028         * lib/xallocsa.h: New file, from GNU gettext.
26029         * lib/xallocsa.c: New file, from GNU gettext.
26030
26031 2004-01-20  Bruno Haible  <bruno@clisp.org>
26032
26033         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
26034
26035 2004-01-20  Bruno Haible  <bruno@clisp.org>
26036
26037         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
26038         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
26039         specially.
26040
26041 2004-01-20  Bruno Haible  <bruno@clisp.org>
26042
26043         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
26044         patch.
26045
26046 2004-01-20  Bruno Haible  <bruno@clisp.org>
26047
26048         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
26049
26050 2004-01-20  Bruno Haible  <bruno@clisp.org>
26051
26052         * lib/eealloc.h: New file.
26053
26054 2004-01-20  Bruno Haible  <bruno@clisp.org>
26055
26056         * lib/binary-io.h: Avoid warnings on Cygwin.
26057
26058 2004-01-20  Bruno Haible  <bruno@clisp.org>
26059
26060         * lib/allocsa.h: New file, from GNU gettext.
26061         * lib/allocsa.c: New file, from GNU gettext.
26062
26063 2004-01-18  Karl Berry  <karl@gnu.org>
26064
26065         * doc/gpl.texi, doc/lgpl.texi: new files.
26066
26067 2004-01-18  Karl Berry  <karl@gnu.org>
26068
26069         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
26070         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
26071
26072 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26073
26074         Merge from coreutils.
26075
26076         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
26077         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
26078         (gl_DEFAULT_POSIX2_VERSION): Move
26079         the documentation from 'configure' into 'config.hin',
26080         so that 'configure --help' isn't burdened by it and
26081         we don't have to worry about its formatting there.
26082         Reword the documentation so that it's more succinct
26083         and can be run together into a single paragraph.
26084         * m4/same.m4 (gl_SAME): Check for pathconf.
26085
26086 2004-01-15  Paul Eggert  <eggert@twinsun.com>
26087
26088         Merge from coreutils.
26089
26090         * lib/posixver.c: Include posixver.h.
26091
26092         * lib/same.c: Include <stdbool.h>, <limits.h>.
26093         (_POSIX_NAME_MAX): Define if not defined.
26094         (MIN): New macro.
26095         (same_name): If file names are silently truncated, report
26096         that the file names are the same if they are the same after
26097         the silent truncation.
26098
26099         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
26100         conversion function.
26101         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
26102         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
26103         longer needed.
26104
26105 2004-01-15  Jim Meyering  <jim@meyering.net>
26106
26107         Merge from coreutils.
26108
26109         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
26110         if no library is required.
26111         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
26112         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
26113         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
26114         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
26115         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
26116         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
26117         value, $ac_cv_search_crypt, if it's "none required".
26118         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
26119         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
26120         not gl_FUNC_GETLOADAVG.
26121         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
26122         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
26123
26124 2004-01-15  Jim Meyering  <jim@meyering.net>
26125
26126         Merge from coreutils.
26127
26128         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
26129         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
26130         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
26131
26132         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
26133         optional configure-time default.
26134
26135         * lib/version-etc.c (version_etc_copyright): Update copyright date.
26136
26137         * lib/xreadlink.c (xreadlink): Correct outdated comment.
26138
26139 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
26140
26141         Merge from coreutils.
26142
26143         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
26144         value, $ac_cv_search_nanosleep, if it's "none required".
26145
26146 2004-01-14  Paul Eggert  <eggert@twinsun.com>
26147
26148         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
26149         with like-named macro in fnmatch.c.
26150         (EXT): Use an internal constant instead.
26151
26152         Merge fnmatch patches from glibc.
26153         * lib/fnmatch.c (mbsinit): Remove define.
26154         Add libc_hidden_ver (__fnmatch, fnmatch).
26155         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
26156         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
26157
26158 2004-01-14  Karl Berry  <karl@gnu.org>
26159
26160         * config/install-sh: update from automake.
26161
26162 2004-01-13  Karl Berry  <karl@gnu.org>
26163
26164         * config/install-sh: update from automake.
26165
26166 2004-01-09  Karl Berry  <karl@gnu.org>
26167
26168         * config/install-sh: update from automake.
26169
26170 2004-01-05  Karl Berry  <karl@gnu.org>
26171
26172         * config/config.{sub,guess}: update from config.
26173
26174 2003-12-31  Karl Berry  <karl@gnu.org>
26175
26176         * config/depcomp: update from automake.
26177
26178 2003-12-14  Karl Berry  <karl@gnu.org>
26179
26180         * lib/config.charset: update from gettext-runtime.
26181
26182 2003-12-03  Paul Eggert  <eggert@twinsun.com>
26183
26184         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
26185         Bug reported by Alfred M. Szmidt.
26186
26187 2003-12-03  Bruno Haible  <bruno@clisp.org>
26188
26189         * m4/gettext.m4: Upgrade from gettext-0.13.
26190         * m4/po.m4: Upgrade from gettext-0.13.
26191         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
26192         * m4/intmax.m4: New file, from gettext-0.13.
26193         * m4/printf-posix.m4: New file, from gettext-0.13.
26194
26195 2003-11-29  Karl Berry  <karl@gnu.org>
26196
26197         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
26198
26199 2003-11-25  Paul Eggert  <eggert@twinsun.com>
26200             Bruno Haible  <bruno@clisp.org>
26201
26202         * lib/printf-parse.h: Don't include sys/types.h.
26203         (ARG_NONE): New macro.
26204         (char_directive): Change type of *arg_index fields to size_t.
26205         * lib/printf-parse.c: Don't include sys/types.h.
26206         (SSIZE_MAX): Remove macro.
26207         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
26208         Remove unnecessary overflow check.
26209         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
26210         fields.
26211
26212 2003-11-25  Bruno Haible  <bruno@clisp.org>
26213
26214         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
26215
26216 2003-11-25  Bruno Haible  <bruno@clisp.org>
26217
26218         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
26219         gt_TYPE_SSIZE_T.
26220
26221 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26222
26223         * modules/alloca: Remove dependency on xalloc.
26224
26225 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26226
26227         * lib/alloca.c: Remove dependency on xalloc module.
26228         (xalloc_die): Remove.
26229         (memory_full) [!defined emacs]: New macro.
26230         [!defined emacs]: Don't include xalloc.h.
26231         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
26232         address arithmetic overflows.  Change datatypes a bit to avoid
26233         unnecessary casts.
26234
26235 2003-11-22  Jim Meyering  <jim@meyering.net>
26236
26237         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
26238         s/size/size_t/.
26239
26240 2003-11-21  Karl Berry  <karl@gnu.org>
26241
26242         * config/config.{sub,guess}: update from config.
26243
26244 2003-11-18  Karl Berry  <karl@gnu.org>
26245
26246         * config/config.{sub,guess}: update from config.
26247
26248         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
26249
26250 2003-11-17  Paul Eggert  <eggert@twinsun.com>
26251
26252         * README: Mention that S+T cannot overflow if S is the size of
26253         an existing object and T is sufficiently small.
26254
26255 2003-11-17  Jim Meyering  <jim@meyering.net>
26256
26257         On systems without utime and without a utimes function capable of
26258         dealing with a NULL struct utimbuf* argument, this utime replacement
26259         could -- in unusual circumstances -- leak a file descriptor.
26260         * lib/utime.c: Include <unistd.h> and <errno.h>.
26261         (utime_null): Be sure to close `fd' and to preserve errno.
26262         Reported by Geoff Collyer via Arnold Robbins.
26263
26264 2003-11-17  Bruno Haible  <bruno@clisp.org>
26265
26266         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
26267         (Depends-on): Add xsize.
26268
26269 2003-11-17  Bruno Haible  <bruno@clisp.org>
26270
26271         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
26272
26273 2003-11-17  Bruno Haible  <bruno@clisp.org>
26274
26275         * lib/vasnprintf.c (alloca): Remove fallback definition.
26276         (freea): Remove definition.
26277         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
26278         Reported by Paul Eggert.
26279
26280 2003-11-16  Paul Eggert  <eggert@twinsun.com>
26281             Bruno Haible  <bruno@clisp.org>
26282
26283         Protect against address arithmetic overflow.
26284         * lib/printf-args.h: Include stddef.h.
26285         (arguments): Change type of field 'count' to size_t.
26286         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
26287         'unsigned int' where appropriate.
26288         * lib/printf-parse.h: Include sys/types.h.
26289         (char_directive): Change type of *arg_index fields to ssize_t.
26290         (char_directives): Change type of fields 'count', max_*_length to
26291         size_t.
26292         * lib/printf-parse.c: Include sys/types.h and xsize.h.
26293         (SSIZE_MAX): Define fallback value.
26294         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
26295         instead of 'int' where appropriate. Check a_allocated, d_allocated
26296         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
26297         * lib/vasnprintf.c: Include xsize.h.
26298         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
26299         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
26300         overflow. Avoid wraparound when converting a width or precision from
26301         decimal to binary.
26302
26303 2003-11-16  Bruno Haible  <bruno@clisp.org>
26304
26305         Update from GNU gettext.
26306         * lib/printf-parse.c: Generalize to it can be compiled for wide
26307         strings.
26308         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
26309         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
26310         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
26311         SNPRINTF): New macros.
26312         Don't include <alloca.h> if the file is used inside libintl.
26313         (local_wcslen): New function, for Solaris 2.5.1.
26314         (VASNPRINTF): Use it instead of wcslen.
26315
26316 2003-11-16  Bruno Haible  <bruno@clisp.org>
26317
26318         * lib/xsize.h (xmax): New function.
26319         (xsum, xsum3, xsum4): Declare as "pure" functions.
26320
26321 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26322
26323         * modules/xalloc (Files): Undo latest change, since xalloc.h
26324         no longer needs SIZE_MAX or PTRDIFF_MAX.
26325
26326 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26327
26328         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
26329         gl_PTRDIFF_MAX.
26330
26331 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26332
26333         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
26334         "return", to pacify some unknown compiler.  Problem reported
26335         by Joerg Schilling.
26336
26337 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26338
26339         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
26340         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
26341         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
26342         heuristic is just as accurate as far as we know, and it removes a
26343         dependency on size_max.m4 and ptrdiff_max.m4.
26344
26345 2003-11-11  Bruno Haible  <bruno@clisp.org>
26346
26347         * modules/xsize (Files): Add m4/size_max.m4.
26348         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
26349
26350 2003-11-11  Bruno Haible  <bruno@clisp.org>
26351
26352         * m4/size_max.m4: New file.
26353         * m4/ptrdiff_max.m4: New file.
26354         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
26355         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
26356         (gl_XALLOC): Invoke it.
26357
26358 2003-11-11  Bruno Haible  <bruno@clisp.org>
26359
26360         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
26361         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
26362         defined.
26363
26364 2003-11-10  Paul Eggert  <eggert@twinsun.com>
26365
26366         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
26367         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
26368         rejected some allocations of exactly SIZE_MAX - 2 bytes.
26369         From Bruno Haible.
26370         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
26371         not (size_t) -1, since it's defined here.
26372
26373 2003-11-09  Karl Berry  <karl@gnu.org>
26374
26375         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
26376
26377 2003-11-06  Paul Eggert  <eggert@twinsun.com>
26378
26379         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
26380         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
26381         Reject sizes of exactly SIZE_MAX bytes.
26382         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
26383         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
26384
26385 2003-11-05  Bruno Haible  <bruno@clisp.org>
26386
26387         * lib/xsize.h: Include limits.h, to avoid a possible collision with
26388         SIZE_MAX defined in <limits.h> on Solaris.
26389
26390 2003-11-04  Jim Meyering  <jim@meyering.net>
26391
26392         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
26393         variable names, rather than @VAR@.
26394         * modules/poll: Likewise.
26395
26396 2003-11-04  Bruno Haible  <bruno@clisp.org>
26397
26398         * modules/xsize: New file.
26399         * modules/linebreak: Depend on xsize.
26400         * MODULES.html.sh (func_all_modules): Add xsize.
26401
26402 2003-11-04  Bruno Haible  <bruno@clisp.org>
26403
26404         * m4/xsize.m4: New file.
26405
26406 2003-11-04  Bruno Haible  <bruno@clisp.org>
26407
26408         * lib/xsize.h: New file.
26409         * lib/linebreak.c: Include xsize.h.
26410         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
26411         argument for overflow.
26412         Suggested by Paul Eggert.
26413
26414 2003-11-03  Karl Berry  <karl@gnu.org>
26415
26416         * config/config.{guess,sub}: update from config.
26417
26418 2003-11-03  Jim Meyering  <jim@meyering.net>
26419
26420         * modules/userspec (lib_SOURCES): Add userspec.h.
26421         (Include): Add "userspec.h".
26422         Improve description.
26423
26424 2003-11-03  Jim Meyering  <jim@meyering.net>
26425
26426         * lib/userspec.c: Include "userspec.h".
26427         * lib/userspec.h: New file.
26428
26429 2003-11-03  Bruno Haible  <bruno@clisp.org>
26430
26431         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
26432
26433 2003-11-03  Bruno Haible  <bruno@clisp.org>
26434
26435         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
26436         available, to avoid (extremely rare) race condition.
26437         Suggested by Paul Eggert.
26438
26439 2003-11-02  Karl Berry  <karl@gnu.org>
26440
26441         * config/srclist.txt (vasprintf.c): sync broken, sigh.
26442
26443 2003-10-31  Paul Eggert  <eggert@twinsun.com>
26444
26445         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
26446         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
26447         (read_filesystem_list): Set and use me_type_malloced.
26448         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
26449         whatever the type happens to be), for brevity and consistency.
26450         Check for size calculation overflow on Alphas running OSF/1.
26451
26452 2003-10-31  Jim Meyering  <jim@meyering.net>
26453
26454         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
26455
26456         * lib/linebuffer.c: Include <string.h> for declaration of memset.
26457
26458 2003-10-30  Paul Eggert  <eggert@twinsun.com>
26459             Bruno Haible  <bruno@clisp.org>
26460
26461         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26462         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26463
26464 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26465
26466         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26467         netbsd*-gnu*.  Suggested by Robert Millan.
26468
26469 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26470
26471         * modules/group-member: Depend on stdbool.
26472
26473 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26474
26475         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26476
26477 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26478
26479         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26480         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26481         after the 'gnu' in these cases.  This fixes some bugs in the
26482         previous change, and is based on suggestions by Robert Millan.
26483
26484 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26485
26486         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26487         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26488         no longer needed.
26489         * lib/quotearg.c (quotearg_n_options): Use it.
26490         * lib/group-member.c: Include <stdbool.h>.
26491         (free_group_info): Arg is now const *; don't free arg.
26492         (get_group_info): Now returns bool and accepts struct group_info *,
26493         rather than returning a malloc'ed struct group_info *.
26494         All uses changed.  Check for overflow in internal size calculation.
26495
26496         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26497         rather than xmalloc/xrealloc.
26498         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26499         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26500         conformance bug: the old code used a pointer after freeing the
26501         storage that it addressed.
26502         * lib/hash.c (hash_initialize): Simplify the code by using
26503         xalloc_oversized rather than doing it by hand.
26504         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26505         the buffer preserved.  Use free and xmalloc instead.
26506         * lib/quotearg.c (quotearg_n_options): Likewise.
26507         Use a simpler test for size overflow.  Don't use xalloc_oversized
26508         because unsigned int might be wider than size_t (!); this suggests
26509         that we should switch from unsigned int to size_t for slot numbers.
26510
26511 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26512
26513         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26514         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26515         NetBSD kernels.  Requested by Richard Stallman.
26516
26517 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26518
26519         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26520         to allocate the returned structure.  Do not allocate a subarray,
26521         as x2nrealloc will do that.
26522         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26523         instead of xnrealloc.
26524         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26525
26526 2003-10-27  Bruno Haible  <bruno@clisp.org>
26527
26528         * lib/stdbool_.h: Better support for BeOS.
26529
26530 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26531
26532         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26533         now uses inline.
26534
26535 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26536
26537         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26538         callers that want to do their own size-overflow checking.  Include
26539         <stdbool.h>, since xalloc_oversized returns bool.
26540         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26541         to use xalloc_oversized.
26542
26543         Add two functions x2realloc, x2nrealloc, for programs that grow
26544         arrays dynamically by doubling their sizes.
26545         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26546         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26547         New functions.
26548
26549         Port to C99 semantics for 'inline' of external functions.
26550         Bug reported by Bruno Haible.
26551         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26552         with the old contents of xnmalloc.
26553         (xnmalloc, xmalloc): Use it.
26554         (xnrealloc_inline): New static inline function,
26555         with the old contents of xnrealloc.
26556         (xnrealloc, xrealloc): Use it.
26557
26558         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26559         that.
26560
26561 2003-10-26  Karl Berry  <karl@gnu.org>
26562
26563         * config/srclist.txt (COPYING.DOC): no longer available from
26564         /gd/gnuorg; don't know where the ultimate source is.
26565
26566 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26567
26568         Fix several address-calculation bugs in the hash modules,
26569         plus some minor code cleanup.
26570
26571         * lib/hash.h: Include <stdbool.h>, for bool.
26572         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26573         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26574         hash_get_n_entries, hash_get_max_bucket_length,
26575         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26576         hash_rehash): Use size_t rather than unsigned.
26577         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26578         hash_get_n_buckets_used, hash_get_n_entries,
26579         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26580         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26581         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26582         Likewise.
26583         (SIZE_MAX): Define if not defined.
26584         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26585         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26586         hash_print):
26587         Use const * when possible.
26588         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26589         (check_tuning): Fix bug: if tuning parameters were very close to
26590         0 or 1, rounding errors could have caused subscript violations.
26591         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26592         (hash_initialize): Add 'fail:' label
26593         to free table and return NULL, and use it to simplify code.
26594         Use calloc rather than clearing the storage ourself.
26595         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26596         buffer size calculations.
26597         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26598         Include <stddef.h>, for size_t.
26599         * lib/hash-pjw.c (hash_pjw): Likewise.
26600         Switch to method described by Bruno Haible.
26601         Include <limits.h>, for CHAR_BIT.
26602         (SIZE_BITS): New macro.
26603
26604 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26605
26606         * m4/getline.m4 (AM_FUNC_GETLINE):
26607         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26608         hosts.  Problem reported by Derek Robert Price in
26609         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26610         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26611         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26612
26613 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26614
26615         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26616         ceiling the allocation at NMAX bytes rather than silently
26617         discarding input bytes before NMAX is reached.  This makes
26618         a difference only if NMAX exceeds SIZE_MAX / 2.
26619
26620         * lib/obstack.c: Merge from glibc.
26621         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26622         Add libc_hidden_def (_obstack_newchunk).
26623         (_obstack_free) [! defined _LIBC]: Remove.
26624         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26625         a clone of the function body.
26626         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26627         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26628
26629         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26630         glibc.
26631         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26632         arg to memcpy.
26633
26634         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26635         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26636         Don't use lvalue casts, as GCC plans to remove support for them
26637         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26638         was also present in the non-GCC version, indicating that this
26639         code had always been buggy and had never been widely used.
26640         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26641         Use the fast variant of each macro, rather than copying the
26642         definiens of the fast variant; that way, we'll be more likely to
26643         catch future bugs in the fast variants.
26644
26645 2003-10-20  Bruno Haible  <bruno@clisp.org>
26646
26647         * modules/wait-process: New file.
26648         * MODULES.html.sh (func_all_modules): Add wait-process.
26649
26650 2003-10-20  Bruno Haible  <bruno@clisp.org>
26651
26652         * m4/wait-process.m4: New file.
26653
26654 2003-10-20  Bruno Haible  <bruno@clisp.org>
26655
26656         * lib/wait-process.h: New file, from GNU gettext.
26657         * lib/wait-process.c: New file, from GNU gettext.
26658
26659 2003-10-19  Jim Meyering  <jim@meyering.net>
26660
26661         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26662         HPUX 10.20.
26663
26664 2003-10-18  Karl Berry  <karl@gnu.org>
26665
26666         * config/config.guess: update from config.
26667
26668 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26669
26670         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26671         (getgroups): First arg is int, not size_t.
26672         Don't let 'free' mangle errno.
26673
26674 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26675
26676         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26677
26678 2003-10-16  Karl Berry  <karl@gnu.org>
26679
26680         * config/config.{guess,sub}: update from config.
26681
26682 2003-10-16  Jim Meyering  <jim@meyering.net>
26683
26684         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26685         memcpy.
26686
26687 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26688
26689         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26690         (SIZE_MAX): Remove.
26691         (new_exclude, add_exclude_file): Initial size no longer needs to
26692         be a power of 2.
26693         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26694         our own address arithmetic overflow checking.
26695
26696         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26697         (fnmatch): Do not alloca more than 2000 wide characters;
26698         instead, use malloc for large buffers.
26699         Check for address arithmetic overflow, and return -1
26700         with errno set to ENOMEM in that case.
26701         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26702         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26703         instead, return -1.  Check for address arithmetic overflow.
26704
26705 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26706
26707         Handle invalid suffixes and overflow independently, so that
26708         callers can treat them independently as needed.  Fix some bugs in
26709         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26710         suffix for a human-readable blocksize.  The major caller-visible
26711         change is the addition of a new
26712         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26713         that both overflow and suffix chars were found.
26714
26715         * lib/human.c (humblock): Don't check separately for invalid suffix
26716         char; that is xstrtoumax's job (now that its bug is fixed).
26717         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26718         INTMAX_MAX]: New macros.
26719         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26720         TYPE_MAXIMUM): New macros.
26721         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26722         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26723         if overflow occurs, as it's what __strtol does and it's more useful
26724         in practice.
26725         (__xstrtol): If __strtol reports some error other than ERANGE,
26726         reflect it to the caller as LONGINT_INVALID.  If it reports
26727         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26728         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26729         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26730         value.
26731         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26732         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26733         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26734         [defined UINTMAX_MAX]: New macros.
26735
26736 2003-10-14  Bruno Haible  <bruno@clisp.org>
26737
26738         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26739
26740 2003-10-14  Bruno Haible  <bruno@clisp.org>
26741
26742         * m4/sig_atomic_t: New file, from GNU gettext.
26743         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26744
26745 2003-10-14  Bruno Haible  <bruno@clisp.org>
26746
26747         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26748         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26749         Also use volatile where needed.
26750
26751 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26752
26753         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26754         Change maintainer from Bruno Haible to 'all'.
26755
26756 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26757
26758         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26759
26760 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26761
26762         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26763         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26764         and define in terms of the other primitives.
26765         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26766         (SIZE_MAX): Define if not already defined.
26767         (array_size_overflow): New function.
26768         (xalloc_die): Abort instead of exiting if 'error' returns.
26769         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26770         (xmalloc, xrealloc): Use them.
26771         (xcalloc): Check for address arithmetic overflow.
26772         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26773         a bit faster than strcpy.
26774
26775 2003-10-10  Simon Josefsson  <jas@extundo.com>
26776
26777         * modules/argp (Depends-on): Add restrict and strcase.
26778
26779 2003-10-10  Simon Josefsson  <jas@extundo.com>
26780
26781         * m4/argp.m4: Add AC_C_INLINE.
26782
26783 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26784
26785         Merge getpass from libc, plus a few fixes.
26786
26787         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26788         Include <stdbool.h>.
26789         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26790         __fsetlocking to empty.
26791         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26792         do include <bits/libc-lock.h>.
26793         Do not include <fcntl.h>; not needed.
26794         [_LIBC]: Include <wchar.h>.
26795         (NOTCANCEL_MODE): New macro.
26796         (flockfile, funlockfile) [_LIBC]: New macros.
26797         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26798         [!_LIBC]: New macros.
26799         (call_fclose): New function.
26800         (getpass): Use it.  Save tty stream separately; this simplifies the
26801         code and makes it more reliable if stdin happens to equal stdout.
26802         Invoke __fsetlocking on tty.
26803         Handle thread cancellation if needed.
26804         Namespace cleanup (use __tcgetattr, __getline).
26805         Use bool for Booleans.
26806         [USE_IN_LIBIO]: Handle wide streams.
26807         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26808         stream might go where.
26809
26810         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26811         doesn't have to include <stdio.h> before us.
26812         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26813         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26814         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26815         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26816         if not declared, so that we can use getpass.c code from libc without
26817         rewriting it.
26818         (flockfile, ftrylockfile, funlockfile): New macros.
26819
26820 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26821
26822         * modules/getpass: Depend on stdbool.
26823
26824 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26825
26826         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26827
26828 2003-10-07  Karl Berry  <karl@gnu.org>
26829
26830         * config/config.{guess,sub}: update from config.
26831
26832 2003-10-06  Jim Meyering  <jim@meyering.net>
26833             Bruno Haible  <bruno@clisp.org>
26834
26835         This lets translators provide better translations for the
26836         "Written by ..." part of --version output.
26837         * lib/version-etc.h: Include stdarg.h.
26838         (version_etc_copyright): Declare as readonly.
26839         (version_etc): Make this function variadic with a NULL-terminated list
26840         of author name strings.
26841         (version_etc_va): New declaration.
26842         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26843         (version_etc_copyright): Declare as readonly.
26844         (version_etc_va): New function. Provide a different translatable string
26845         for each possible number of authors < 10. Abbreviate when there are 10
26846         authors or more.
26847         (version_etc): Make this function variadic. Call version_etc_va.
26848         Suggestion from Gary V. Vaughan.
26849
26850         * lib/long-options.h (parse_long_options): Change prototype: the
26851         authors string is moved to the end and becomes variadic.
26852         * lib/long-options.c: Include stdarg.h.
26853         (parse_long_options): Make this function variadic, too.
26854         Call version_etc_va, not version_etc.
26855
26856 2003-10-06  Bruno Haible  <bruno@clisp.org>
26857
26858         * modules/version-etc-2: Remove file.
26859         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26860
26861 2003-10-06  Bruno Haible  <bruno@clisp.org>
26862
26863         * modules/fatal-signal: New file.
26864         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26865
26866 2003-10-06  Bruno Haible  <bruno@clisp.org>
26867
26868         * m4/fatal-signal.m4: New file.
26869         * m4/signalblocking.m4: New file, from GNU gettext.
26870
26871 2003-10-06  Bruno Haible  <bruno@clisp.org>
26872
26873         * lib/version-etc-2.h: Remove file.
26874         * lib/version-etc-2.c: Remove file.
26875
26876 2003-10-06  Bruno Haible  <bruno@clisp.org>
26877
26878         * lib/fatal-signal.h: New file, from GNU gettext.
26879         * lib/fatal-signal.c: New file, from GNU gettext.
26880
26881 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26882
26883         * README: Rework advice for preventing empty .o files.
26884         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26885         not <sys/types.h>.
26886
26887 2003-10-04  Karl Berry  <karl@gnu.org>
26888
26889         * lib/argp*: update from libc.
26890
26891 2003-10-04  Karl Berry  <karl@gnu.org>
26892
26893         * config/config.{guess,sub}: update from config.
26894
26895 2003-10-02  Bruno Haible  <bruno@clisp.org>
26896
26897         * modules/lchown (Include): Add lchown.h.
26898         * modules/time_r (Include): Use "..." syntax.
26899         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26900
26901 2003-10-01  Simon Josefsson  <jas@extundo.com>
26902
26903         * MODULES.html.sh (func_all_modules): Move gethostname from section
26904         'based on' to section 'lacking' POSIX:2001.
26905
26906 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26907
26908         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26909         to output mode on the same stream.
26910
26911 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26912
26913         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26914         Fix arg typo in previous patch.
26915
26916 2003-09-28  Jim Meyering  <jim@meyering.net>
26917
26918         * lib/error.c: Correct cpp indentation.
26919
26920 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26921
26922         * modules/free: New file.
26923
26924 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26925
26926         * m4/free.m4: New file.
26927
26928 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26929
26930         * lib/minmax.h (MIN, MAX)
26931         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26932         Omit the special code that used __typeof__, since we worry that
26933         it could be more trouble than it's worth.  See:
26934         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26935         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26936
26937         * lib/free.c: New file.
26938
26939 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26940
26941         Trivial fixes to Makefile.am parts of module listings.
26942         * modules/strstr: Append strstr.h to lib_SOURCES.
26943         * modules/strcase: Likewise, for strcase.h.
26944
26945 2003-09-27  Karl Berry  <karl@gnu.org>
26946
26947         * config/mkinstalldirs: update from automake.
26948
26949 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26950
26951         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26952         (error_tail): Do not loop, reallocating temporary buffer, since
26953         the output cannot contain more wide characters than the input
26954         contains bytes, the size must be big enough already.  This avoids
26955         one potential size overflow calculation.  Check for size overflow
26956         when calculating temporary buffer size.  Free temporary buffer
26957         when done, if it was allocated with malloc; this plugs a memory
26958         leak.  Remove casts from void * to pointers, that are no longer
26959         needed now that we're assuming C89 or better.
26960
26961         Merge error changes from glibc.
26962
26963         * lib/error.c, error.h: Update copyright notice header to match glibc.
26964         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26965         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26966         Disable cancellation while printing error.
26967         * lib/error.h: Prepend __ to parameter names.
26968
26969 2003-09-26  Jim Meyering  <jim@meyering.net>
26970
26971         * lib/error.c (error_tail): Move some declarations
26972         into inner scope where the local variables are used.
26973
26974 2003-09-26  Bruno Haible  <bruno@clisp.org>
26975
26976         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26977         stpncpy().
26978         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26979
26980 2003-09-26  Bruno Haible  <bruno@clisp.org>
26981
26982         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26983         (stpncpy): Define as alias for gnu_stpncpy.
26984         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26985
26986 2003-09-25  Simon Josefsson  <jas@extundo.com>
26987
26988         * lib/xgetdomainname.h: New file.
26989         * lib/xgetdomainname.c: New file.
26990
26991 2003-09-25  Simon Josefsson  <jas@extundo.com>
26992             Bruno Haible  <bruno@clisp.org>
26993
26994         * modules/getdomainname: New file.
26995         * modules/xgetdomainname: New file.
26996         * MODULES.html.sh (func_all_modules): Add getdomainname,
26997         xgetdomainname.
26998
26999 2003-09-25  Simon Josefsson  <jas@extundo.com>
27000             Bruno Haible  <bruno@clisp.org>
27001
27002         * m4/getdomainname.m4: New file.
27003
27004 2003-09-25  Simon Josefsson  <jas@extundo.com>
27005             Bruno Haible  <bruno@clisp.org>
27006
27007         * lib/getdomainname.h: New file.
27008         * lib/getdomainname.c: New file.
27009
27010 2003-09-25  Karl Berry  <karl@gnu.org>
27011
27012         * lib/argp-fmtstream.c, argp-help.c: update from libc.
27013
27014 2003-09-25  Karl Berry  <karl@gnu.org>
27015
27016         * config/install-sh: update from automake.
27017
27018 2003-09-25  Bruno Haible  <bruno@clisp.org>
27019
27020         * modules/version-etc-2: New file, from modules/version-etc with
27021         modifications.
27022         * MODULES.html.sh (func_all_modules): Add version-etc-2.
27023
27024 2003-09-25  Bruno Haible  <bruno@clisp.org>
27025
27026         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
27027         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
27028
27029 2003-09-24  Simon Josefsson  <jas@extundo.com>
27030
27031         * modules/xgethostname: Add xgethostname.h.
27032
27033 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27034
27035         * lib/linebuffer.c (freebuffer): Don't free the argument, just
27036         the buffer associated with the argument.  Bug reported by
27037         Simon Josefsson.
27038
27039 2003-09-24  Paul Eggert  <eggert@twinsun.com>
27040
27041         * README: Document assumptions that 'int' is at least 32 bits
27042         wide, that integer arithmetic is 2's complement without overflow,
27043         that there are no holes in integer values, that adding sizes of
27044         two nonoverlapping objects can't overflow, and that all-bits-zero
27045         yields scalar zero.  Fix spelling and capitalization typos.
27046
27047 2003-09-19  Karl Berry  <karl@gnu.org>
27048
27049         * lib/argp.h: update from libc.
27050
27051 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27052
27053         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
27054         to avoid spurious warnings like "AC_RUN_IFELSE was called before
27055         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
27056
27057 2003-09-17  Paul Eggert  <eggert@twinsun.com>
27058
27059         * gnulib-tool: Use "test -h", not "test -L", for portability
27060         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
27061         (tags_regexp): Remove, since \| doesn't conform to POSIX.
27062         (sed_extract_prog): Issue s commands one-by-one, rather than
27063         using \| in one s command.
27064
27065 2003-09-16  Paul Eggert  <eggert@twinsun.com>
27066
27067         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
27068         input error, instead of returning NULL the next time we are called
27069         (and therefore losing track of errno).
27070
27071 2003-09-16  Bruno Haible  <bruno@clisp.org>
27072
27073         * gnulib-tool (func_create_testdir): Warn about duplicated
27074         dependencies.
27075
27076 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27077
27078         * modules/argmatch, modules/fatal, modules/obstack,
27079         modules/xalloc, modules/xgethostname: Sort dependencies by
27080         importance, not alphabetically.
27081
27082 2003-09-15  Paul Eggert  <eggert@twinsun.com>
27083
27084         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
27085         fails, so that the caller gets the proper errno.
27086
27087         * lib/readutmp.c (read_utmp): Likewise.
27088         Check for fstat error.  Close stream and free storage
27089         when failing.
27090
27091 2003-09-14  Karl Berry  <karl@gnu.org>
27092
27093         * config/srclist.txt (strdup.c): disable for c89 changes.
27094
27095 2003-09-14  Jim Meyering  <jim@meyering.net>
27096
27097         * lib/getloadavg.c: Correct cpp indentation.
27098         * lib/strdup.c: Likewise.
27099         * lib/vasnprintf.c: Likewise.
27100
27101 2003-09-14  Bruno Haible  <bruno@clisp.org>
27102
27103         * modules/fwriteerror: New file.
27104         * MODULES.html.sh (func_all_modules): Add fwriteerror.
27105
27106 2003-09-14  Bruno Haible  <bruno@clisp.org>
27107
27108         * lib/fwriteerror.h: New file.
27109         * lib/fwriteerror.c: New file.
27110
27111 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27112
27113         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
27114         modules/xgethostname, modules/xalloc: Depend on exit.
27115
27116 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27117
27118         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
27119
27120         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
27121         and AC_MINIX, too, so that their extensions are available.
27122
27123         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
27124         This macro has been superseded by gl_BACKUPFILE.
27125
27126         More patches to assume C89 or better.
27127
27128         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
27129
27130         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
27131         unconditionally.
27132         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
27133         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
27134         Include <string.h>, <stdlib.h> unconditionally.
27135         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
27136         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
27137         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
27138         headers or for string.h.
27139         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
27140         or strtoul.
27141
27142         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
27143         headers.
27144         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
27145         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27146         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
27147         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
27148         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27149         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
27150         memcpy, memset.
27151         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
27152         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
27153         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
27154         strtol.
27155         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
27156         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
27157         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
27158         strtoul.
27159
27160 2003-09-12  Paul Eggert  <eggert@twinsun.com>
27161
27162         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
27163         * lib/obstack.c [!defined _LIBC]: Likewise.
27164         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
27165         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
27166         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
27167
27168         More changes to assume C89 or better.
27169
27170         * lib/error.c (error_tail): Assume vprintf.
27171
27172         * lib/argmatch.c (getenv): Remove decl.
27173         * lib/progreloc.c (get_full_program_name): Define via prototype.
27174         * lib/setenv.c (clearenv): Likewise.
27175         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
27176         needed.
27177         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
27178         (malloc, memcpy): Remove decls.
27179         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
27180         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
27181         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27182         (memcpy): Remove macro.
27183         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
27184         (__P): Remove.  All uses removed.
27185         (PTR): Remove.  All uses changed to void *.
27186         (CHAR_BIT, NULL): Remove.
27187         (spaces, zeros, memset_space, memset_zero)
27188         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
27189         Remove.
27190         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
27191         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
27192         Define with prototype.
27193         Remove now-unnecessary prototype decl.
27194         (extra_args_spec): Assume ANSI C.  All uses changed.
27195         (extra_args_spec_iso): Remove.
27196         (my_strftime, emacs_strftimeu): Define via prototype.
27197         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
27198         unconditionally.
27199         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
27200         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
27201         (strtoul, strtol): Remove decls.
27202         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
27203         LONG_MAX): Remove.
27204         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27205         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
27206         (LOCALE_PARAM_PROTO): New macro.
27207         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
27208         (INTERNAL (strtol), strtol): Define with a prototype.
27209         (PARAMS): Remove.  All uses removed.
27210         * lib/tempname.c: Include <string.h> unconditionally.
27211         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
27212         * lib/xgethostname.c (main): Define with a prototype.
27213         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
27214         Include <stdlib.h> unconditionally.
27215         (calloc, malloc, realloc, free): Remove decls.
27216         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
27217         Include <stdlib.h> unconditionally.  Sort include file names.
27218         (strtod): Remove.
27219         (xstrtod): Define with a prototype.
27220         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
27221         (strtol, strtoul): Remove decls.
27222
27223 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27224
27225         More patches to assume C89 or better.
27226         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
27227         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
27228         string.h, memchr, STDC_HEADERS.
27229
27230 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27231
27232         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
27233         Include <stdlib.h>, <string.h> unconditionally.
27234         Remove now-unnecessary cast to char *.
27235         * lib/strnlen.c: Include <string.h> unconditionally.
27236         * lib/yesno.c (yesno): Define with a prototype.
27237
27238 2003-09-11  Bruno Haible  <bruno@clisp.org>
27239
27240         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
27241
27242 2003-09-10  Jim Meyering  <jim@meyering.net>
27243
27244         * lib/error.c: Correct indentation of cpp directives.
27245
27246 2003-09-10  Bruno Haible  <bruno@clisp.org>
27247
27248         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
27249         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
27250         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
27251         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
27252         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
27253         <stdlib.h> and <string.h> checks.
27254         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
27255         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
27256
27257 2003-09-10  Bruno Haible  <bruno@clisp.org>
27258
27259         * lib/strcspn.c: Include <string.h> unconditionally.
27260         * lib/strpbrk.c: Include <string.h> unconditionally.
27261         * lib/strstr.c: Include <string.h> unconditionally.
27262         * lib/unicodeio.c: Include <string.h> unconditionally.
27263         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
27264         * lib/unsetenv.c: Likewise.
27265         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
27266         * lib/yesno.c: Include <stdlib.h> unconditionally.
27267         (rpmatch): Add prototype.
27268
27269 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27270
27271         More patches to assume C89 or better.
27272         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
27273         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
27274         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
27275         or for string.h.
27276         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
27277         stdlib.h.
27278         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
27279         C headers.
27280         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
27281         string.h.
27282         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
27283         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
27284         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
27285         or for string.h.
27286         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
27287         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
27288         C headers.
27289         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
27290         memcpy.
27291         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
27292         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
27293         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
27294         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
27295         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
27296         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
27297         string.h, free.
27298         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
27299         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
27300         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
27301         C headers, or for string.h.
27302         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
27303         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
27304         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
27305         headers, memory.h, stdlib.h, string.h, strings.h.
27306         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
27307         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
27308         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
27309         strchr.
27310         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
27311         headers, memory.h, string.h.
27312         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
27313         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
27314         free.
27315         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
27316         headers.
27317         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
27318         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
27319         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
27320         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
27321         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
27322
27323 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27324
27325         More K&R removal.
27326
27327         * lib/acosl.c (main): Use a prototype.
27328         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
27329         tanl.c: Likewise.
27330
27331         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
27332
27333         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
27334         (getopt, etopt_long, getopt_long_only, _getopt_internal)
27335         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
27336         with a prototype.
27337         * lib/getopt.c (const): Remove macro.
27338         Include <string.h> unconditionally.
27339         (my_index): Remove; all uses changed to strchr.
27340         (strlen): Remove decl.
27341         (exchange): Remove forward decl; no longer needed.
27342         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
27343         Define with prototype.
27344         * lib/getopt1.c (const): Remove macro.
27345         (getopt_long, getopt_long_only, main): Define with prototype.
27346
27347         * lib/getugroups.c: Include <string.h> unconditionally.
27348
27349         * lib/getusershell.c: Include <stdlib.h> unconditionally.
27350         (getusershell, setusershell, endusershell, readname, main):
27351         Define with prototypes.
27352
27353         * lib/group-member.c: Include group-member.h first.
27354         Include <stdlib.h> unconditionally.
27355
27356         * lib/hard-locale.c: Include hard-locale.h first.
27357         Include <stdlib.h>, <string.h> unconditionally.
27358
27359         * lib/hash.c (free, malloc): Remove decls.
27360         Include <stdlib.h> unconditionally.
27361
27362         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
27363         (getenv): Do not declare.
27364
27365         * lib/idcache.c: Include <string.h> unconditionally.
27366
27367         * lib/long-options.c: Include long-options.h first, to test interface.
27368         Include <stdlib.h> unconditionally.
27369
27370         * lib/makepath.c: Include makepath.h first, to test interface.
27371         Include <stdlib.h> and <string.h> unconditionally.
27372
27373         * lib/linebuffer.c: Include <stdlib.h>.
27374         (free): Remove decl.
27375
27376         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
27377         stddef.h. rpl_malloc returns void *, not char *.
27378         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
27379         prototype.
27380
27381         * lib/md5.h: Include <limits.h> unconditionally.
27382         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
27383         (__P): Remove; all uses removed.
27384         * lib/md5.c: Include "md5.h" first.
27385         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
27386         md5_buffer, md5_process_bytes, md5_process_block):
27387         Define with prototypes.
27388         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
27389         * lib/sha.c: Include "sha.h" first.
27390         Include <stdlib.h>, <string.h> unconditionally.
27391
27392         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
27393         * lib/memcmp.c (__ptr_t): Likewise.
27394         * lib/memrchr.c (__ptr_t): Likewise.
27395         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
27396         Include <string.h> unconditionally.
27397         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
27398         * lib/memchr.c: Include <stdlib.h> unconditionally.
27399         * lib/memchr.c (LONG_MAX): Remove.
27400         * lib/memrchr.c (LONG_MAX): Likewise.
27401         * lib/memchr.c (__memchr): Define via a prototype.
27402         * lib/memrchr.c (__memrchr): Likewise.
27403         * lib/memcmp.c (__P): Remove, and remove all uses.
27404         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
27405         Remove forward decls; no longer needed.
27406         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
27407         Use types required by C89 in prototype.
27408
27409         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
27410         * lib/savedir.c: Likewise.
27411         * lib/mkdir.c (free): Remove decl.
27412         * lib/rmdir.c (rmdir): Define with a prototype.
27413         * lib/savedir.c: Include savedir.h first, to test interface.
27414
27415         * lib/mktime.c (STDC_HEADERS): Remove.
27416         Include <stdlib.h>, <string.h> unconditionally.
27417
27418         * lib/modechange.c: Include <stdlib.h> unconditionally.
27419         (malloc): Remove decl.
27420
27421         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
27422         (free): Remove decl.
27423
27424         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
27425         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
27426         (This type really should be intptr_t, but that's a C99ism.)
27427         (_obstack_memcpy): Remove: all uses changed to memcpy.
27428         Include <string.h> unconditionally.
27429         (struct obstack): Assume __STDC__ for types of members
27430         chunkfun, freefun, extra_arg.
27431         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
27432         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
27433         obstack_begin, obstack_specify_allocation,
27434         obstack_specify_allocation_with_arg, obstack_chunkfun,
27435         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
27436         Remove unprototyped decls and the macros that use them.
27437         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
27438         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
27439         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
27440         (defined __STDC__ && __STDC__)]:
27441         Remove nonprototyped code.
27442         Include <stdlib.h> unconditionally.
27443         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
27444         _obstack_allocated_p, _obstack_free, obstack_free,
27445         _obstack_memory_used, print_and_abort):
27446         Define using prototypes.
27447         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
27448         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
27449         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
27450         obstack_next_free, obstack_object_size, obstack_room) [0]:
27451         Remove unused, unprototyped code.
27452
27453         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
27454
27455         * lib/physmem.c (physmem_total, physmem_available, main): Define
27456         with prototypes.
27457
27458         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
27459         (main): Define with a prototype.
27460
27461         * lib/posixver.c (getenv): Remove decl.
27462
27463         * lib/putenv.c (malloc): Returns void *, not char *.
27464         Include <string.h> unconditionally.
27465         (strchr, memcpy, NULL): Do not define.
27466
27467         * lib/readtokens.c: Include readtokens.h first, to test interface.
27468         Include <stdlib.h>, <string.h> unconditionally.
27469         (init_tokenbuffer): Define with a prototype.
27470
27471         * lib/regex.c (PARAMS): Remove.  All uses removed.
27472         All uses of _RE_ARGS removed, too.
27473         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27474         unconditionally.
27475         (bzero): Assume memset exists.
27476         (memcmp, memcpy, NULL): Remove.
27477         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27478         char, or assignments to local vars of type signed char.
27479         (init_syntax_once, PREFIX(extract_number_and_incr),
27480         PREFIX(print_partial_compiled_pattern),
27481         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27482         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27483         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27484         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27485         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27486         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27487         wcs_compile_range, byte_compile_range, truncate_wchar,
27488         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27489         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27490         count_mbs_length, wcs_re_match_2_internal,
27491         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27492         PREFIX(alt_match_null_string_p),
27493         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27494         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27495         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27496         now-unnecessary declaration, if any.
27497         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27498         regcomp, regexec):
27499         Remove now-unnecessary casts among pointer types.
27500         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27501
27502         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27503         (free): Remove decl.
27504
27505         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27506
27507         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27508         (free): Remove decl.
27509
27510         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27511         * lib/xgetcwd.c: Likewise.
27512
27513         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27514         (free): Remove decl.
27515
27516         * lib/strchrnul.c (strchrnul): Define with a prototype.
27517         Fix bug: c_in was not converted to char before searching.
27518
27519         The following changes are not K&R related:
27520
27521         * lib/group-member.h: Include <sys/types.h>, so that this file is
27522         self-contained.
27523         * lib/makepath.h: Likewise.
27524
27525         * lib/getusershell.c (readname, default_index, line_size, readname):
27526         Use size_t, not int, for sizes.
27527         (readname): If the size overflows, report an error instead of
27528         looping forever.
27529
27530 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27531
27532         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27533         libc.
27534
27535 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27536
27537         * README: New section: portability guidelines.
27538
27539 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27540
27541         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27542         C89 spec.
27543
27544 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27545
27546         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27547
27548 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27549
27550         Assume C89 or better; remove K&R cruft.
27551         A few of these changes were first proposed by Derek Robert Price
27552         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27553
27554         * lib/addext.c: Include <string.h> unconditionally.
27555         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27556         Don't declare getenv or malloc.
27557
27558         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27559         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27560         (NULL): Remove.
27561         (find_stack_direction, alloca): Use prototypes.
27562
27563         * lib/atexit.c (atexit): Define using a prototype.
27564
27565         * lib/basename.c, dirname.c, stripslash.c:
27566         Include <string.h> unconditionally.
27567
27568         * lib/bcopy.c: Include <stddef.h>.
27569         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27570
27571         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27572
27573         * lib/error.h (error, error_at_line, error_print_progname)
27574         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27575         * lib/error.c: Include error.h first, to check interface.
27576         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27577         (VA_START): Remove; all uses changeed to va_start.
27578         (exit, strerror): Remove decls.
27579         (error_print_progname): Prototype uncondionally.
27580         Don't include <errno.h>; no longer needed.
27581         (private_strerror): Remove.
27582         (error_tail): Always define.
27583         (error, error_at_line): Assume C89 or better; always use prototypes.
27584         * lib/fatal.c: Include "fatal.h" first, to test interface.
27585         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27586         (VA_START): Remove; all uses changed to va_start.
27587         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27588         this case.
27589         (exit): Remove decl.
27590         (fatal): Prototype unconditionally.  Assume va_start works.
27591         Abort at end, to pacify gcc.
27592
27593         * lib/euidaccess.c (main): Define with a prototype.
27594
27595         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27596
27597         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27598
27599         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27600         prototypes.
27601         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27602         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27603         (getenv): Remove decl.
27604         (fnmatch): Define using a prototype.
27605         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27606         (FCT): Define using a prototype.
27607
27608         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27609
27610         * lib/gethostname.c: Include <stddef.h>.
27611         (gethostname): Define with prototype.  Length is size_t, not int.
27612
27613 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27614
27615         Assume C89 or better; remove K&R cruft.
27616         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27617         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27618         string.h, getenv, malloc.
27619         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27620         headers.
27621         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27622         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27623         do not check for strerror.
27624         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27625         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27626         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27627         do not check for doprnt or vprintf.
27628         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27629         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27630
27631 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27632
27633         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27634         getversion.c should have been removed then, but was accidentally
27635         preserved.
27636
27637         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27638         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27639
27640 2003-09-08  Karl Berry  <karl@gnu.org>
27641
27642         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27643                 config, forget about prep.
27644
27645         * config/depcomp, missing: update from automake.
27646
27647 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27648
27649         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27650         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27651
27652 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27653
27654         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27655         copy_tm_result.  Bug reported by Simon Josefsson in
27656         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27657
27658 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27659
27660         * m4/time_r.m4: New file.
27661         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27662         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27663         is. Check for timegm declaration.
27664         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27665         Do not check for gmtime_r.
27666         Replace mktime if __mktime_internal does not exist and if mktime
27667         hasn't been replaced already.
27668
27669 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27670
27671         * lib/time_r.c, lib/time_r.h: New files.
27672
27673         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27674         __localtime_r.
27675         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27676         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27677
27678         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27679         __gmtime_r.
27680         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27681         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27682         Include <time_r.h>.
27683
27684         * lib/timegm.c: Switch to glibc implementation, with the following
27685         changes:
27686         [defined HAVE_CONFIG_H]: Include <config.h>.
27687         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27688         (__mktime_internal) [!defined _LIBC]: New decl.
27689         (__gmtime_r) [!defined _LIBC]: New macro and function.
27690         (timegm): Use a prototype, since gnulib assumes C89.
27691         Do not bother declaring tmp to be const, as it's not really usefu.
27692         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27693         (timegm): Declare only if HAVE_DECL_TIMEGM.
27694
27695 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27696
27697         * MODULES.html.sh (func_all_modules): Add time_r.
27698         * modules/time_r: New file.
27699         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27700         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27701
27702 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27703
27704         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27705         Bug reported by Lute Kamstra in
27706         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27707
27708         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27709         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27710         course with correspondingly smaller numbers for tomorrow and
27711         yesterday.  From Tadayoshi Funaba.  Originally installed into
27712         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27713         coreutils merge?).
27714
27715 2003-08-31  Simon Josefsson  <jas@extundo.com>
27716
27717         * modules/timegm: New file.
27718         * MODULES.html.sh (func_all_modules): Add timegm.
27719
27720 2003-08-31  Simon Josefsson  <jas@extundo.com>
27721
27722         * m4/timegm.m4: New file.
27723
27724 2003-08-31  Simon Josefsson  <jas@extundo.com>
27725
27726         * lib/timegm.h: New file.
27727         * lib/timegm.c: New file.  Based on
27728         wget-1.8.2/src/http.c:mktime_from_utc.
27729
27730 2003-08-31  Karl Berry  <karl@gnu.org>
27731
27732         * lib/argp.h: update from libc.
27733
27734 2003-08-28  Bruno Haible  <bruno@clisp.org>
27735
27736         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27737         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27738         followed by '#define fnmatch fnmatch_posix' gives an error.
27739
27740 2003-08-28  Bruno Haible  <bruno@clisp.org>
27741
27742         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27743         warning on QNX, which defines O_BINARY to 000000.
27744
27745 2003-08-27  Jim Meyering  <jim@meyering.net>
27746
27747         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27748         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27749         would fail after 32.  Reported by Danny Levinson.  Details here:
27750         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27751
27752 2003-08-24  Bruno Haible  <bruno@clisp.org>
27753
27754         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27755         MSVC7 <stdio.h> is included later.
27756
27757 2003-08-22  Simon Josefsson  <jas@extundo.com>
27758
27759         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27760
27761 2003-08-20  Karl Berry  <karl@gnu.org>
27762
27763         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27764
27765 2003-08-20  Bruno Haible  <bruno@clisp.org>
27766
27767         * modules/progname: New file.
27768         * MODULES.html.sh (func_all_modules): Add progname.
27769
27770 2003-08-20  Bruno Haible  <bruno@clisp.org>
27771
27772         * lib/progname.h: New file, from GNU gettext.
27773         * lib/progname.c: New file, from GNU gettext.
27774         * lib/progreloc.c: New file, from GNU gettext.
27775
27776 2003-08-19  Jim Meyering  <jim@meyering.net>
27777
27778         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27779         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27780
27781 2003-08-19  Bruno Haible  <bruno@clisp.org>
27782
27783         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27784         more.
27785
27786 2003-08-19  Bruno Haible  <bruno@clisp.org>
27787
27788         * lib/xstrdup.c: Assume <string.h> exists.
27789
27790 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27791
27792         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27793         in makefile rules.
27794
27795 2003-08-18  Jim Meyering  <jim@meyering.net>
27796
27797         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27798         * m4/lib-ld.m4: Likewise.
27799
27800 2003-08-18  Jim Meyering  <jim@meyering.net>
27801
27802         * lib/setenv.h: Indent nested cpp directive.
27803         * lib/vasnprintf.c: Remove trailing blanks.
27804
27805 2003-08-17  Simon Josefsson  <jas@extundo.com>
27806
27807         * modules/xstrndup: New file.
27808         * MODULES.html.sh (func_all_modules): Add xstrndup.
27809
27810 2003-08-17  Simon Josefsson  <jas@extundo.com>
27811
27812         * modules/argp: Fix autoconf macro name. Add more dependencies.
27813
27814 2003-08-17  Simon Josefsson  <jas@extundo.com>
27815
27816         * m4/xstrndup.m4: New file.
27817
27818 2003-08-17  Simon Josefsson  <jas@extundo.com>
27819
27820         * m4/argp.m4: New file.
27821
27822 2003-08-17  Simon Josefsson  <jas@extundo.com>
27823             Bruno Haible  <bruno@clisp.org>
27824
27825         * lib/xstrndup.h: New file.
27826         * lib/xstrndup.c: New file.
27827
27828 2003-08-17  Bruno Haible  <bruno@clisp.org>
27829
27830         * modules/strndup (Files, Include): Add lib/strndup.h.
27831
27832 2003-08-17  Bruno Haible  <bruno@clisp.org>
27833
27834         * modules/euidaccess (Files): Add lib/euidaccess.h.
27835
27836 2003-08-17  Bruno Haible  <bruno@clisp.org>
27837
27838         * lib/strndup.h: New file.
27839
27840 2003-08-17  Bruno Haible  <bruno@clisp.org>
27841
27842         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27843         like AC_GNU_SOURCE.
27844         * modules/extensions (configure.ac): Comment out the invocation of
27845         gl_USE_SYSTEM_EXTENSIONS.
27846
27847 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27848
27849         Merges from coreutils, etc.
27850         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27851         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27852         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27853         fixing a typo.
27854         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27855         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27856
27857 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27858
27859         Document merge from coreutils.
27860         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27861         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27862         * modules/utime: Add m4/utimes-null.m4.
27863
27864 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27865
27866         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27867         space, undoing this 2003-08-12 change:
27868         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27869
27870 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27871
27872         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27873         strtoul.c from libc, undoing this 2003-08-12 change:
27874         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27875
27876 2003-08-16  Jim Meyering  <jim@meyering.net>
27877
27878         Merges from coreutils.
27879         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27880         prefix.  Adjust cache variables similarly.  Create 500 rather than
27881         just 300 files, to exercise bug on Darwin6.5, too.
27882         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27883         $missing_dir.
27884         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27885         AM_SYS_POSIX_TERMIOS.
27886         Reported by mkc@mathdogs.com.
27887         Also change use of $am_cv_sys_posix_termios
27888         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27889         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27890         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27891         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27892         in /proc/mounts until it finds one with matching device number.  This
27893         is unnecessary when the FILE argument *is* a mount point.  No stat call
27894         is necessary in that case.  So, disable the statvfs-testing code on
27895         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27896         as RedHat bug# 84846.
27897         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27898         to 1MB, so as not to render systems with no stack size limit (e.g.,
27899         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27900         Include <unistd.h>.  On some systems,
27901         it is required for the definition of _SC_PAGESIZE.
27902
27903 2003-08-16  Jim Meyering  <jim@meyering.net>
27904
27905         Merge from coreutils.
27906         * lib/xstrtoimax.c: #else #if -> #elif.
27907         * lib/xstrtoumax.c: Likewise.
27908
27909 2003-08-16  Jim Meyering  <jim@meyering.net>
27910
27911         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27912         * m4/utimes.m4: Removed.
27913         * m4/utimes-null.m4: Renamed from utimes.m4.
27914
27915         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27916         to 1MB, so as not to render systems with no stack size limit (e.g.,
27917         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27918         Include <unistd.h>.  On some systems,
27919         it is required for the definition of _SC_PAGESIZE.
27920
27921 2003-08-16  Jim Meyering  <jim@meyering.net>
27922         and Paul Eggert  <eggert@cs.ucla.edu>
27923
27924         Merges from coreutils, etc.
27925
27926         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27927         using the latest version from cvs.  This avoids problems with #line
27928         directives using a vendor (Sun) compiler.
27929         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27930         Don't set GETGROUPS_LIB here; now it's
27931         done via getgroups.m4's wrapper function.
27932         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27933         rather than just in sh-util/configure.in, so that the
27934         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27935         same.
27936         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27937         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27938         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27939         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27940         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27941         Remove code that is now done by the newly-required macros.
27942         Append $(EXEEXT) to DF_PROG.
27943         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27944         Do not invoke or require the following here,
27945         since prereq.m4 or some gnulib .m4 now does this for us:
27946         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27947         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27948         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27949         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27950         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27951         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27952         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27953         AC_FUNC_OBSTACK.
27954         Do not replace the following functions, as this is now the job
27955         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27956         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27957         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27958         atexit getpass, strdup, getpagesize.
27959         Replace 'raise'.
27960         Do not check for the following functions, as this is now the job
27961         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27962         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27963         setregid.
27964         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27965         Check for sys/sysctl.h.
27966         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27967         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27968         of checking for ssize_t ourselves.
27969
27970         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27971         Require every macro that gnulib/modules/* suggests for us.
27972         (jm_PREREQ_ADDEXT): New macro.
27973         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27974         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27975
27976         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27977         (gl_PHYSMEM): Use it.
27978         Also check for `table' function.
27979         Check for new headers and functions.
27980         Add check for sys/sysmp.h.
27981         With suggestions from Kaveh Ghazi.
27982         Ignore headers that are present but cannot be compiled.  This
27983         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27984         C 5.4.
27985
27986 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27987
27988         Document merge from coreutils.
27989         * modules/userspec: Depend on posixver.
27990         * modules/strftime: Depend on tzset.
27991
27992 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27993
27994         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
27995         rather than tab, after '#' in shell-script copyright notices.
27996         Suggested by Bruno Haible.
27997
27998 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27999
28000         * config/srclist-update: Use three spaces, rather than tab, after '#'
28001         in shell-script copyright notices.  Suggested by Bruno Haible.
28002         Remove unnecessary parenthesization in regular expression.
28003
28004 2003-08-15  Jim Meyering  <jim@meyering.net>
28005
28006         Merge from coreutils.
28007         * lib/xgethostname.c: Include <stdlib.h>.
28008         (xghostname): Don't exit for anything other than memory-related
28009         failure; just return NULL.
28010         * lib/userspec.c: Include "posixver.h".
28011         (parse_user_spec): Accept `.' as a separator only
28012         in pre-POSIX-200112 mode.
28013         * lib/strtoimax.c: Use #elif rather than #else #if.
28014         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
28015         Remove function, now that we can rely on a working tzset function.
28016         [!_LIBC]: Ensure that the required autoconf test has been run.
28017         [!defined _NL_CURRENT && HAVE_STRFTIME]:
28018         Use underlying_strftime for %r.
28019         * lib/sha.c: Merge in some clean-up and optimization changes from
28020         glibc.
28021         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
28022         Ensure that it is a multiple of 64.
28023         Rearrange loop exit tests so as to avoid performing an
28024         additional fread after encountering an error or EOF.
28025         * lib/realloc.c: Update copyright date.
28026
28027 2003-08-15  Jim Meyering  <jim@meyering.net>
28028         and Paul Eggert  <eggert@twinsun.com>
28029
28030         Merge from coreutils.
28031         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
28032         member but strut utmpx does not.  Needed for AIX 4.3.3.
28033         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
28034
28035 2003-08-15  Jim Meyering  <jim@meyering.net>
28036         and Paul Eggert  <eggert@cs.ucla.edu>
28037
28038         Merges from coreutils, etc.
28039         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
28040         Require gl_FUNC_TZSET_CLOBBER.
28041         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
28042         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
28043         members.
28044
28045 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28046
28047         Help the merge from coreutils.
28048         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
28049         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
28050         * m4/tzset.m4: Use it too.
28051
28052 2003-08-14  Paul Eggert  <eggert@twinsun.com>
28053
28054         * modules/tzset: New file.
28055
28056 2003-08-14  Jim Meyering  <jim@meyering.net>
28057
28058         Merges from coreutils.
28059         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
28060         variable names, rather than @FNMATCH_H@.
28061         * modules/alloca: Likewise for $(ALLOCA_H).
28062
28063         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
28064         the three copies of the literal target, `fnmatch.h'.
28065         * modules/alloca (alloca.h): Likewise.
28066
28067 2003-08-14  Jim Meyering  <jim@meyering.net>
28068
28069         Merge from coreutils.
28070         * m4/tzset.m4: New file.
28071         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
28072         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
28073         otherwise, AIX 5.1 systems would end up using the latter.
28074         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
28075         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
28076         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
28077         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
28078
28079 2003-08-14  Jim Meyering  <jim@meyering.net>
28080
28081         Merge from coreutils.
28082         * lib/obstack.h: Whitespace changes.
28083         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
28084         and xcalloc return values.
28085         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
28086         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
28087         hang on OSF/1 5.1 for DIR on both local and remote file systems.
28088         Reported by (and fix confirmed by) Nelson H. F. Beebe.
28089         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28090         error from mntctl.
28091         Use mntctl's return value to drive the entry-processing loop, since
28092         we can't rely on the value of the vmt_length member in the last
28093         entry.  On some systems doing so could result in exhausting
28094         virtual memory.  Based in part on a patch from Mike Jetzer.
28095
28096 2003-08-14  Jim Meyering  <jim@meyering.net>
28097         and Paul Eggert  <eggert@twinsun.com>
28098
28099         Merges from coreutils, plus other fixes.
28100         * lib/physmem.c: Merge in portability changes from gcc/libiberty
28101         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
28102         for credits and details.  Thanks to Kaveh Ghazi for helping
28103         to keep these files in sync.
28104         (ARRAY_SIZE): Define it.
28105         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
28106         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
28107         (memcasecmp): Don't assume size_t fits in unsigned int.
28108         Remove casts and duplicate code.
28109         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
28110         (memcpy): Remove definition.
28111         Merge in some clean-up and optimization changes from glibc.
28112         [BLOCKSIZE]: Move definition to top of file.
28113         Ensure that it is a multiple of 64.
28114         Rearrange loop exit tests so as to avoid performing an
28115         additional fread after encountering an error or EOF.
28116         * lib/md5.h (md5_uintptr): Define.
28117         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
28118         return to the initial working directory.  Preserve errno
28119         for caller.
28120         * lib/idcache.c: Include "xalloc.h".
28121         (xmalloc, xrealloc): Remove decls.
28122         (getuser): Remove casts no longer required in C89.
28123         * lib/human.c: Include stdio.h, for sprintf.
28124         * lib/group-member.c: Include "xalloc.h".
28125         (xmalloc, xrealloc): Remove decls.
28126         (get_group_info): Remove casts no longer required in C89.
28127         * lib/getusershell.c (readname): Remove casts no longer required in
28128         C89.
28129         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
28130         * lib/getline.c: Whitespace fix, from coreutils.
28131
28132 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28133
28134         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
28135         Check for isascii.
28136
28137         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28138         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28139         Undo previous (whitespace-only) change.
28140
28141 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28142
28143         * lib/exclude.c: Include <ctype.h>
28144         (IN_CTYPE_DOMAIN): New macro.
28145         (is_space): New fn.
28146         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
28147         and empty lines.
28148
28149         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28150         Undo previous (whitespace-only) change.
28151
28152 2003-08-13  Paul Eggert  <eggert@twinsun.com>
28153
28154         * config/srclist-update: Change update back to the old behavior,
28155         leaving whitespace alone.  Use one 'sed' command rather than a
28156         pipeline.
28157         (fixlicense): Now a variable, not a function.
28158         (remove_trailing_blanks): Remove.
28159         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
28160         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28161         Undo previous (whitespace-only) change.
28162
28163 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28164
28165         Merge from coreutils.
28166         * modules/euidaccess: Add lib_SOURCES, include for new
28167         file euidaccess.h
28168
28169 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28170
28171         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
28172         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
28173         Normalize leading white space and remove trailing white space.
28174
28175         Merge from coreutils
28176         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
28177
28178         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
28179         0.12.1.  These files are now being upgraded automatically by
28180         ../config/srclist-update.
28181
28182 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28183
28184         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
28185         Normalize leading white space and remove trailing white space.
28186         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
28187         notice, as per ../config/srclist-update.
28188
28189         Merge from coreutils.
28190         * lib/euidaccess.h: New file.
28191         * lib/euidaccess.c: Include it.
28192         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
28193         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
28194         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
28195
28196 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28197
28198         * config/srclist-update: Add copyright notice.
28199         (remove_id_lines, remove_trailing_blanks): New constants.
28200         (fixfile): Use them to normalize spacing a bit in copied files.
28201         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28202         Normalize leading white space and remove trailing white space.
28203
28204         * config/texinfo.tex: Sync with texinfo.
28205
28206         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
28207         strtoul.c from libc, to merge coreutils whitespace changes.
28208
28209         * config/srclist.txt: Get the following m4 files from gettext:
28210         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
28211         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
28212         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
28213         wint_t.m4.
28214
28215 2003-08-12  Karl Berry  <karl@gnu.org>
28216
28217         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
28218         been made.
28219
28220 2003-08-11  Paul Eggert  <eggert@twinsun.com>
28221
28222         * modules/gnu-source, m4/gnu-source.m4:
28223         Remove; we're assuming Autoconf 2.54 or later now.
28224         Suggested by Bruno Haible.
28225         * MODULES.html.sh (func_all_modules): Remove gnu-source.
28226
28227 2003-08-11  Bruno Haible  <bruno@clisp.org>
28228
28229         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
28230
28231 2003-08-11  Bruno Haible  <bruno@clisp.org>
28232
28233         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
28234         (vasnprintf): Use it instead of wcslen.
28235
28236 2003-08-11  Bruno Haible  <bruno@clisp.org>
28237
28238         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
28239         value to ensure that _Bool promotes to int. Use #define for _Bool when
28240         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
28241
28242 2003-08-10  Karl Berry  <karl@gnu.org>
28243
28244         * lib/regex.h: update from libc (whitespace fix).
28245
28246 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28247
28248         Merge some files from coreutils.  These changes were
28249         originally made by Jim Meyering.
28250         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
28251         many older Unixes require this.
28252         * lib/alloca.c (alloca): Remove cast to argument of free;
28253         no longer needed in C89.
28254         * lib/alloca_.h, regex.h: Fix white space to match
28255         what GNU indent does.
28256
28257 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28258
28259         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
28260         apparently Emacs's Unicode mode got confused before my 2003-08-05
28261         checkin.
28262
28263 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28264
28265         * m4/extensions.m4: New file.
28266         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
28267         Require gl_USE_SYSTEM_EXTENSIONS.
28268         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
28269         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
28270
28271 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28272
28273         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
28274         * modules/extensions, modules/gnu-source: New files.
28275         * modules/timespec, modules/unlocked-io: Depend on extensions.
28276
28277 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28278
28279         * modules/restrict: New file.
28280         * MODULES.html.sh (func_all_modules): Add restrict.
28281         * modules/regex: Depend on restrict.
28282
28283 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28284
28285         * m4/restrict.m4: New file.
28286         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
28287
28288 2003-08-07  Bruno Haible  <bruno@clisp.org>
28289
28290         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
28291         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
28292
28293 2003-08-07  Bruno Haible  <bruno@clisp.org>
28294
28295         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
28296         makes the module 'getndelim2' compatible with the module 'getline'.
28297
28298 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28299
28300         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
28301         byte with "\201" to avoid glitches when editing that source file
28302         with multi-gnome-terminal.
28303
28304 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28305
28306         * lib/bumpalloc.h: Remove.
28307
28308 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28309
28310         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
28311         * modules/bumpalloc: Remove.
28312
28313 2003-08-04  Paul Eggert  <eggert@twinsun.com>
28314
28315         * lib/getloadavg.c: Change copyright notice and spacing to conform to
28316         GNU coding style.
28317
28318         Merge from coreutils.
28319         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
28320         1. From glibc.
28321         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
28322         from Karl Berry, implemented by Jim Meyering.
28323         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
28324         from Dmitry V. Levin.
28325         Remove anachronistic cast of xrealloc.
28326         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
28327         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
28328         type. Otherwise, it wouldn't compile with at least /bin/cc on
28329         ymp-cray-unicos9.0.2.X.
28330         Combine two mostly-identical uses of alloca into one.
28331         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
28332
28333 2003-08-04  Dave Love  <d.love@dl.ac.uk>
28334
28335         [From Emacs.]
28336
28337         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
28338         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
28339         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
28340         obsolete NLIST_NAME_UNION.
28341         [__GNU__]: Undef BSD and FSCALE.
28342         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
28343
28344 2003-08-03  Paul Eggert  <eggert@twinsun.com>
28345
28346         * lib/stdbool_.h (_Bool): Make it signed char, instead of
28347         an enum type, so that it's guaranteed to promote to int.  See:
28348         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
28349
28350 2003-08-03  Karl Berry  <karl@gnu.org>
28351
28352         * config/depcomp: update from automake.
28353
28354 2003-07-31  Paul Eggert  <eggert@twinsun.com>
28355
28356         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
28357         (strerror): Don't assume that a printable int fits in 14 bytes.
28358
28359 2003-07-31  Bruno Haible  <bruno@clisp.org>
28360
28361         * modules/getpass-gnu: New file.
28362         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
28363
28364 2003-07-31  Bruno Haible  <bruno@clisp.org>
28365
28366         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
28367
28368 2003-07-24  Karl Berry  <karl@gnu.org>
28369
28370         * config/missing: update from automake.
28371
28372 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
28373             Bruno Haible  <bruno@clisp.org>
28374
28375         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
28376         * lib/getline.c (getline, getdelim): Likewise.
28377         Remove _GNU_SOURCE define; now it's defined in config.h through
28378         m4/getline.m4.
28379
28380 2003-07-23  Karl Berry  <karl@gnu.org>
28381
28382         * config/config.sub: update from prep.
28383
28384 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28385
28386         * modules/xalloc (Depends-on): Add exitfail.
28387         * modules/xmemcoll: Likewise.
28388
28389 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28390
28391         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
28392         over-parenthesization in macros.
28393
28394         Sync with coreutils.
28395
28396         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
28397         required by C99.
28398
28399         Use `exit_failure' for xalloc and xmemcoll instead of their own
28400         private exit-failure variables.
28401         * lib/xalloc.h (xalloc_exit_failure): Remove.
28402         * lib/xmalloc.c: Likewise.  Include exitfail.h.
28403         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
28404         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
28405         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
28406         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
28407
28408 2003-07-20  Jim Meyering  <jim@meyering.net>
28409
28410         * modules/closeout (Depends-on): Add exitfail.
28411         Suggestion from Bruno Haible.
28412
28413 2003-07-19  Karl Berry  <karl@gnu.org>
28414
28415         * config/config.sub: update from prep.
28416
28417 2003-07-18  Paul Eggert  <eggert@twinsun.com>
28418
28419         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
28420         Remove.
28421         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
28422         to test that it can stand by itself.  Include "exitfail.h".
28423         Clients should set exit_failure instead.
28424         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
28425
28426 2003-07-18  Bruno Haible  <bruno@clisp.org>
28427
28428         * modules/getndelim2: New file.
28429         * modules/getline: Share files with module getndelim2.
28430         * modules/getnline: Depend on getndelim2 instead of sharing files with
28431         it. Add getnline.c to lib_SOURCES.
28432         * MODULES.html.sh (func_all_modules): Add getndelim2.
28433
28434 2003-07-18  Bruno Haible  <bruno@clisp.org>
28435
28436         * m4/getndelim2.m4: New file.
28437         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
28438         invoke gl_PREREQ_GETNDELIM2.
28439         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
28440         gl_PREREQ_GETNDELIM2.
28441         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
28442         gl_GETNDELIM2.
28443
28444 2003-07-18  Bruno Haible  <bruno@clisp.org>
28445
28446         * lib/getndelim2.h: New file.
28447         * lib/getndelim2.c: Make into a module of its own. Include config.h,
28448         getndelim2.h.
28449         (getndelim2): Make non-static. Change return type to ssize_t.
28450         * lib/getline.h: Change argument names.
28451         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
28452         * lib/getnline.c: Include getndelim2.h.
28453
28454 2003-07-18  Andreas Schwab  <schwab@suse.de>
28455
28456         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
28457
28458 2003-07-17  Karl Berry  <karl@gnu.org>
28459
28460         * config/config.sub: update from prep.
28461
28462 2003-07-17  Bruno Haible  <bruno@clisp.org>
28463
28464         * modules/getnline: New file.
28465         * modules/getline: Add lib/getndelim2.c to source file list.
28466         * MODULES.html.sh (func_all_modules): Add getnline.
28467
28468 2003-07-17  Bruno Haible  <bruno@clisp.org>
28469
28470         * m4/getnline.m4: New file.
28471
28472 2003-07-17  Bruno Haible  <bruno@clisp.org>
28473
28474         * m4/Makefile.am.in: Remove file.
28475         * m4/Makefile.am: Remove file.
28476         * m4/Makefile.in: Remove file.
28477
28478 2003-07-17  Bruno Haible  <bruno@clisp.org>
28479
28480         * lib/getnline.h: New file.
28481         * lib/getnline.c: New file.
28482         * lib/getndelim2.c: New file, extracted from getline.c.
28483         (getndelim2): Renamed from getdelim2, with added nmax argument.
28484         * lib/getline.c: Include getndelim2.c.
28485         (getdelim2): Moved out to getndelim2.c.
28486         (getline, getdelim): Update.
28487
28488 2003-07-17  Bruno Haible  <bruno@clisp.org>
28489
28490         * lib/Makefile.am: Remove file.
28491         * lib/Makefile.in: Remove file.
28492
28493 2003-07-17  Bruno Haible  <bruno@clisp.org>
28494
28495         * configure.in: Remove file.
28496         * Makefile.in: Remove file.
28497
28498 2003-07-17  Bruno Haible  <bruno@clisp.org>
28499
28500         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28501
28502 2003-07-16  Karl Berry  <karl@gnu.org>
28503
28504         * config/srclist-update: was running fixlicense twice, which caused
28505                 texinfo.tex to be nullified for some reason.  Simplify,
28506                 $gplsrc is no longer needed as far as I can see?
28507
28508 2003-07-16  Jim Meyering  <jim@meyering.net>
28509
28510         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28511
28512 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28513
28514         * config/srclist.txt: Get the following files from gettext-runtime/intl
28515         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28516         ref-del.sin.  From Bruno Haible.
28517         * config/srclist-update (fixfile): Change grep pattern again, since the
28518         previous fix didn't work (there was another trailing $).  Use
28519         '[$]' to escape the $s.
28520
28521 2003-07-15  Karl Berry  <karl@gnu.org>
28522
28523         * lib/vasnprintf.c: update from gettext.
28524
28525 2003-07-15  Karl Berry  <karl@gnu.org>
28526
28527         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28528         gets expanded when surrounded by '$'.
28529
28530 2003-07-15  Jim Meyering  <jim@meyering.net>
28531
28532         * modules/save-cwd: Don't depend on error.  From Derek Price.
28533
28534 2003-07-15  Jim Meyering  <jim@meyering.net>
28535
28536         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28537
28538 2003-07-14  Simon Josefsson  <jas@extundo.com>
28539
28540         * modules/mempcpy: New file.
28541         * MODULES.html.sh (func_all_modules): Add mempcpy.
28542
28543 2003-07-14  Simon Josefsson  <jas@extundo.com>
28544
28545         * m4/mempcpy.m4: New file.
28546
28547 2003-07-14  Simon Josefsson  <jas@extundo.com>
28548
28549         * lib/mempcpy.h: New file.
28550         * lib/mempcpy.c: New file.
28551
28552 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28553
28554         * modules/getdate, modules/posixtm: Depend on mktime.
28555
28556 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28557
28558         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28559         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28560         unicodeio.c, unicodeio.h, unlocked-io.h:
28561         Switch from LGPL to GPL.
28562
28563 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28564
28565         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28566         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28567         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28568         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28569         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28570         updated automatically by ../config/srclist-update.  This changes
28571         their license from LPGL to GPL.
28572
28573 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28574
28575         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28576         assumed to refer to the root of the most recent stable gettext version.
28577         * config/srclistvars.sh: Add defaults for eggert.
28578         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28579         Match "This program" as well as "The program".  This is needed
28580         for gettext.
28581
28582 2003-07-14  Jim Meyering  <jim@meyering.net>
28583
28584         Don't emit diagnostics.  Let callers do that.
28585         * lib/save-cwd.c: Don't include "error.h".
28586         (save_cwd): Don't call error.  Ensure that errno is valid
28587         when returning nonzero.
28588
28589         * lib/save-cwd.h (restore_cwd): Update prototype.
28590         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28591         Simplify.  Don't call error upon failure.  Let callers do that.
28592         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28593         when auditing is enabled.  But don't bother updating the #if.
28594
28595 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28596
28597         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28598         it breaks C++ compilation.
28599         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28600
28601 2003-07-10  Simon Josefsson  <jas@extundo.com>
28602
28603         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28604
28605 2003-07-10  Jim Meyering  <jim@meyering.net>
28606
28607         * m4/clock_time.m4: Remove trailing blank.
28608         * m4/intmax_t.m4: Likewise.
28609
28610 2003-07-10  Jim Meyering  <jim@meyering.net>
28611
28612         * lib/vasnprintf.c: Remove trailing blanks.
28613         Make cpp indentation consistent.
28614
28615 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28616
28617         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28618         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28619         Switch from LGPL to GPL.
28620
28621 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28622
28623         * config/srclist.txt: Sort sublists.  Add
28624         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28625         that differ from gnulib for one reason or another; we'd like this list
28626         to be smaller but for now let's document what we have.
28627
28628 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28629
28630         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28631         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28632         and sweeter "eval x=$x".
28633         * config/srclist.txt: Get lib/argp* from glibc.
28634
28635 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28636
28637         * lib/mktime.c: Fix some boundary cases and remove need for floating
28638         point.
28639
28640         Issue a compile-time diagnostic if time_t is floating point, or if
28641         two's complement arithmetic is not in effect, or if arithmetic
28642         right shift does not propagate the sign.  These assumptions were
28643         all in the original code but they weren't checked.
28644
28645         (TIME_T_MIDPOINT, verify): New macros.
28646         (__isleap): Remove; it has integer overflow problems.
28647         (leapyear): New function, without those problems.
28648         (ydhms_tm_diff): Remove; splitting into two parts.
28649         (ydhms_diff): New function, containing the arithmetic part of
28650         the old ydhms_tm_diff function.  Issue a compile-time
28651         diagnostic if we are not using C99 integer division.
28652         Avoid casts when possible.
28653         (guess_time_tm): New function, containing the checking part of
28654         the old ydhms_tm_diff function.  Return the new value, rather than
28655         the difference between it and the old.  Accept a new argument T
28656         so that *T specifies the old value.  Check for overflow in the result.
28657
28658         (__mktime_internal): Use a time_t offset, not a long int offset.
28659         This undoes the 2003-06-04 change, which is no longer needed now
28660         that we have better overflow checking.
28661         (localtime_offset): Likewise.
28662
28663         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28664         and long are 64-bit but int is only 32-bit.
28665         (ydhms_diff): Use long int to store year1 and yday1.
28666         Issue a compile-time diagnostic if long int is not wide enough.
28667
28668         (__mktime_internal): Use long int to store adjusted year and yday.
28669         Use plain C rather than preprocessor commands, if that doesn't
28670         affect efficiency.
28671         Check for overflow (and try to repair) after each probe
28672         rather than checking only at the very end.  This avoids some bugs
28673         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28674         does not equal GMT offset at maximum time).
28675         Use integer to check for overflow rather than floating point; this
28676         is more portable to non-IEEE hosts, and is a tad faster.
28677         When we detect that we are oscillating between two values,
28678         don't check whether tm_isdst has the requested value, since
28679         we already know the answer.  When tm_isdst has the wrong value,
28680         use a different heuristic to find the right one, based on the
28681         extreme values actually observed in practice in tz2003a,
28682         rather than the (overly optimistic) "previous 3 calendar quarters".
28683
28684         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28685         "T const" to accommodate glibc style.
28686         (check_result): Use less-confusing report format.  "long" -> "long int.
28687         (main): Likewise.
28688         Don't loop if the iteration overflows time_t.
28689         Allow a negative step in the iteration.
28690
28691 2003-07-06  Karl Berry  <karl@gnu.org>
28692
28693         * config/depcomp: update from automake.
28694         * config/config.sub: update from prep.
28695
28696 2003-07-03  Karl Berry  <karl@gnu.org>
28697
28698         * config/config.guess: update from prep.
28699
28700 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28701
28702         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28703         xreadlink.c now includes it unconditionally.
28704
28705 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28706
28707         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28708         having it depend on HAVE_SYS_TYPES_H.
28709
28710 2003-07-01  Bruno Haible  <bruno@clisp.org>
28711
28712         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28713         <sys/types.h> should be sufficient.
28714         Reported by Paul Eggert.
28715
28716 2003-06-26  Karl Berry  <karl@gnu.org>
28717
28718         * config/depcomp: update from automake.
28719
28720 2003-06-26  Bruno Haible  <bruno@clisp.org>
28721
28722         * modules/human: Depend on module stdbool.
28723
28724 2003-06-25  Bruno Haible  <bruno@clisp.org>
28725
28726         * modules/readlink: New file.
28727         * modules/xreadlink: Depend on it.
28728         * MODULES.html.sh (func_all_modules): Add readlink.
28729
28730 2003-06-25  Bruno Haible  <bruno@clisp.org>
28731
28732         * m4/readlink.m4: New file.
28733
28734 2003-06-25  Bruno Haible  <bruno@clisp.org>
28735
28736         * lib/readlink.c: New file.
28737
28738 2003-06-22  Karl Berry  <karl@gnu.org>
28739
28740         * config/srclist.txt: update mkinstalldirs from automake.
28741         * config/mkinstalldirs: update.
28742
28743 2003-06-22  Bruno Haible  <bruno@clisp.org>
28744
28745         Portability to mingw32.
28746         * m4/ssize_t.m4: New file, from GNU gettext.
28747         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28748         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28749
28750 2003-06-22  Bruno Haible  <bruno@clisp.org>
28751
28752         * modules/safe-read: Add m4/ssize_t.m4.
28753         * modules/xreadlink: Add m4/ssize_t.m4.
28754
28755 2003-06-20  Bruno Haible  <bruno@clisp.org>
28756
28757         Assume C89, so PARAMS isn't needed.
28758         * lib/unicodeio.h (PARAMS): Remove.
28759         * lib/unicodeio.c: Don't use PARAMS.
28760
28761 2003-06-18  Karl Berry  <karl@gnu.org>
28762
28763         * config/config.{guess,sub}: update from prep.
28764
28765 2003-06-18  Jim Meyering  <jim@meyering.net>
28766
28767         Merge changes from coreutils.
28768         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28769         Remove explicit declarations of xmalloc and realloc.
28770         Include xalloc.h.
28771         (read_utmp): Remove anachronistic cast of xmalloc.
28772
28773 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28774
28775         Assume C89, so PARAMS isn't needed.
28776         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28777         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28778         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28779         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28780         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28781         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28782         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28783         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28784         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28785         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28786         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28787         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28788         no longer needed. Anyway, config.h should always be included before any
28789         other file.
28790
28791 2003-06-11  Simon Josefsson  <jas@extundo.com>
28792
28793         * modules/sysexits: New file.
28794         * MODULES.html.sh (func_all_modules): Add sysexits.
28795
28796 2003-06-11  Simon Josefsson  <jas@extundo.com>
28797
28798         * lib/sysexit_.h: New file.
28799
28800 2003-06-11  Derek Price  <derek@ximbiot.com>
28801
28802         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28803         necessary.
28804
28805 2003-06-11  Bruno Haible  <bruno@clisp.org>
28806
28807         * m4/sysexits.m4: New file.
28808
28809 2003-06-10  Simon Josefsson  <jas@extundo.com>
28810
28811         * lib/argp.h: New file, from glibc.
28812         * lib/argp-ba.c: New file, from glibc.
28813         * lib/argp-eexst.c: New file, from glibc.
28814         * lib/argp-fmtstream.c: New file, from glibc.
28815         * lib/argp-fmtstream.h: New file, from glibc.
28816         * lib/argp-fs-xinl.c: New file, from glibc.
28817         * lib/argp-help.c: New file, from glibc.
28818         * lib/argp-namefrob.h: New file, from glibc.
28819         * lib/argp-parse.c: New file, from glibc.
28820         * lib/argp-pv.c: New file, from glibc.
28821         * lib/argp-pvh.c: New file, from glibc.
28822         * lib/argp-xinl.c: New file, from glibc.
28823
28824 2003-06-10  Simon Josefsson  <jas@extundo.com>
28825
28826         * modules/strchrnul: New file.
28827
28828 2003-06-10  Simon Josefsson  <jas@extundo.com>
28829
28830         * modules/argp: New file.
28831
28832 2003-06-10  Simon Josefsson  <jas@extundo.com>
28833
28834         * m4/strchrnul.m4: New file.
28835
28836 2003-06-10  Simon Josefsson  <jas@extundo.com>
28837
28838         * lib/strchrnul.h: New file.
28839         * lib/strchrnul.c: New file.
28840
28841 2003-06-10  Bruno Haible  <bruno@clisp.org>
28842
28843         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28844
28845 2003-06-07  Karl Berry  <karl@gnu.org>
28846
28847         * config/config.{guess,sub}: update from prep.
28848
28849 2003-06-07  Jim Meyering  <jim@meyering.net>
28850
28851         * modules/strtod: Use $(...) notation, not @...@ for
28852         AC_REPLACE'd variables.
28853         * modules/localcharset: Likewise.
28854
28855 2003-06-07  Jim Meyering  <jim@meyering.net>
28856
28857         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28858         in place of my name in the copyright comment.
28859         Remove definition and uses of __P.
28860
28861         From coreutils.
28862         * lib/stat.c: Don't declare xmalloc explicitly.
28863         Instead, include "xalloc.h".
28864         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28865         xrealloc, and xcalloc return values.
28866         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28867         Improve comment.
28868         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28869
28870 2003-06-07  Bruno Haible  <bruno@clisp.org>
28871
28872         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28873         avoid AC_CONFIG_LINKS.
28874         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28875         fnmatch.h, to avoid AC_CONFIG_LINKS.
28876         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28877
28878 2003-06-07  Bruno Haible  <bruno@clisp.org>
28879
28880         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28881         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28882         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28883         directory.
28884         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28885         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28886         directory.
28887
28888 2003-06-06  Jim Meyering  <jim@meyering.net>
28889
28890         Merge from coreutils.
28891         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28892         Consolidate declarations and initializations of *_base* locals.
28893
28894         Merge from coreutils.
28895         This avoids a core dump on systems without GNU putenv,
28896         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28897         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28898         (unsetenv): New static function, from GNU libc.
28899         (rpl_putenv): Use it.
28900
28901         * lib/modechange.c: Remove trailing blanks.
28902
28903         Merge from coreutils.
28904         * lib/fsusage.c: Remove declaration of statfs.
28905         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28906
28907         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28908
28909 2003-06-06  Jim Meyering  <jim@meyering.net>
28910
28911         * lib/stdbool_.h: Renamed from stdbool.h.in.
28912
28913 2003-06-06  Jim Meyering  <jim@meyering.net>
28914             Bruno Haible  <bruno@clisp.org>
28915
28916         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28917         Adjust Makefile.am snippet not to redirect directly to target.
28918         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28919
28920 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28921
28922         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28923         mismatch, look in future quarters as well as past.  This fixes a
28924         bug when processing fall-backwards gaps immediately after a long
28925         period of daylight-saving time.
28926
28927         * lib/mktime.c: Assume freestanding C89 or better.
28928         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28929         (__P): Remove; not used.
28930         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28931         (mktime, not_equal_tm, print_tm, check_result,
28932         main): Use prototypes.  Use const * where appropriate.
28933         (main): Fix typo in testing code that uncovered by above changes.
28934         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28935
28936 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28937
28938         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28939         locale.h, localeconv.  This merges changes from coreutils.
28940
28941         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28942         It can be removed after the next Autoconf is released.
28943         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28944         needed.
28945
28946 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28947
28948         * lib/mktime.c: Fix Debian bug 177940
28949         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28950         (localtime_offset): Now long int, not time_t, because we want it
28951         to be guaranteed to be signed.  All uses changed.
28952         (__mktime_internal): If overflow would occur when adding offset,
28953         don't add it.
28954
28955         Merge 'human' changes from coreutils.  Rewrite to support
28956         locale-specific notations like thousands separators.
28957         * lib/human.c: Simplify authorship notice.
28958         Include human.h immediately after config.h.
28959         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28960         <limits.h>: Do not include, since human.h does.
28961         (SIZE_MAX, UINTMAX_MAX): New macros.
28962         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28963         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28964         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28965         (power_letter): Renamed from suffixes.
28966         (generate_suffix_backwards): Remove.
28967         (adjust_value): Now takes int style (because of human.h changes)
28968         and long double value (for greater precision on some platforms).
28969         (group_number): New function.
28970         (human_readable): Use it.  Use integer options, not enum.
28971         Put the options before the sizes in the arg list.
28972         Support all the new options.
28973         The old human_readable function has been removed;
28974         use inttostr.h instead.
28975         (human_readable, default_block_size, humblock):
28976         Use uintmax_t, not int, for block sizes.
28977         (human_readable_inexact, block_size_types): Remove.
28978         (block_size_opts): New constant.
28979         (human_options): Renamed from human_block_size, with new signature
28980         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28981         * lib/human.h: Add copyright and authorship notice.
28982         Include <limits.h> and <stdbool.h> unconditionally.
28983         (PARAMS): Remove.  All uses removed.
28984         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28985         (enum human_inexact_style): Remove tag; now a nameless enum.
28986         (human_floor, human_ceiling, human_round_to_even): Now have
28987         values 2, 0, 1 rather than -1, 1, 0.
28988         (human_group_digits, human_suppress_point_zero, human_autoscale,
28989         human_base_1024, human_SI, human_B): New constants.
28990         (human_readable_inexact, human_block_size): Remove.
28991         (human_readable): Size args are now uintmax_t, not int.
28992         (human_options): New decl.
28993
28994         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
28995         unnecessary now that we assume C89 or better.  This change
28996         imported from coreutils.
28997
28998         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28999         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
29000         in the 2003-05-30 sync from glibc.
29001
29002         .h files should stand alone, but we shouldn't include <sys/types.h>
29003         if we can get away with just <stddef.h>.
29004
29005         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
29006         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
29007         rather than <sys/types.h>, as we merely need size_t.
29008         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
29009         to get size_t.
29010         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
29011         Include <stdio.h>, to get FILE.
29012         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
29013         memcasecmp.h has included <stddef.h> and all we need is size_t.
29014         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
29015         our interface, instead of including <sys/types.h>
29016
29017 2003-06-04  Paul Eggert  <eggert@twinsun.com>
29018
29019         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
29020         now, as glibc mktime is buggy on non-glibc systems.
29021
29022 2003-06-03  Karl Berry  <karl@gnu.org>
29023
29024         * config/config.sub: update from prep.
29025
29026 2003-06-02  Paul Eggert  <eggert@twinsun.com>
29027
29028         [from coreutils]
29029         Fix some minor time-related bugs with POSIX time arguments.
29030         Some valid time stamps were being rejected (notably -1, and
29031         time stamps before 1900 on 64-bit hosts).  And some invalid
29032         time stamps were being accepted, e.g. September 31.
29033
29034         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
29035         that we can return (time_t) -1 successfully.
29036         * lib/posixtm.c: Likewise.
29037         [HAVE_STDBOOL_H]: Include <stdbool.h>.
29038         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
29039         (t): Remove static var.
29040         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
29041         of static var.  All uses changed.
29042         (year): Do not reject years before 1900; they can occur with
29043         64-bit time_t.
29044         (posix_time_parse): Do not check for out-of-range components;
29045         that is now the caller's responsibility, since our checks were
29046         only approximations.
29047         (posixtime): Use mktime to check for out-of-range components,
29048         since it knows them exactly.
29049         If mktime returns (time_t) -1, check whether an error actually occurred
29050         by invoking localtime on -1.
29051         (main) [TEST_POSIXTIME]: Check for input data errors, and report
29052         posixtime failures better.
29053         Improve the test data (in comments only).
29054
29055 2003-06-02  Karl Berry  <karl@gnu.org>
29056
29057         * config/mkinstalldirs (version): new variable.
29058         (--version): new option.
29059         (usage): improve message.
29060
29061 2003-05-30  Karl Berry  <karl@gnu.org>
29062
29063         * lib/mktime.c: update from libc.
29064
29065 2003-05-30  Bruno Haible  <bruno@clisp.org>
29066
29067         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
29068         * config/config.rpath: Upgrade to gettext-0.12.1.
29069
29070 2003-05-30  Bruno Haible  <bruno@clisp.org>
29071
29072         * m4/gettext.m4: Upgrade to gettext-0.12.1.
29073         * m4/nls.m4: New file, from gettext-0.12.1.
29074         * m4/po.m4: New file, from gettext-0.12.1.
29075         * m4/progtest.m4: Upgrade to gettext-0.12.1.
29076
29077 2003-05-30  Bruno Haible  <bruno@clisp.org>
29078
29079         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
29080         * lib/localcharset.h: Likewise.
29081         * lib/localcharset.c: Likewise.
29082
29083 2003-05-29  Karl Berry  <karl@gnu.org>
29084
29085         * config/config.rpath: update from gettext.
29086
29087 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29088
29089         Assume the headers required for C89 freestanding compilers.
29090         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
29091         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
29092         * m4/human.m4 (gl_HUMAN): Likewise.
29093         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
29094         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
29095         * m4/userspec.m4 (gl_USERSPEC): Likewise.
29096         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
29097         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
29098         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
29099
29100 2003-05-28  Paul Eggert  <eggert@twinsun.com>
29101
29102         Assume the headers required for C89 freestanding compilers.
29103         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
29104         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
29105         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
29106         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
29107         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
29108         define, since <limits.h> is guaranteed to do that.
29109         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
29110         * lib/exclude.c: Include <stdbool.h> unconditionally.
29111         * lib/tempname.c: Include <stddef.h> unconditionally.
29112         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
29113         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
29114         <stddef.h> does that.
29115         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
29116         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
29117         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
29118         needed.
29119         * lib/xstrtol.c: Likewise.
29120         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
29121         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
29122
29123         * lib/addext.c (addext): Use assignment rather than cast, to avoid
29124         warnings on some platforms.
29125
29126         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
29127         arbitrarily.
29128
29129 2003-05-26  Jim Meyering  <jim@meyering.net>
29130
29131         Merge in a change from coreutils:
29132         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
29133         that is guaranteed to be `no'.  Use `no_such_member' to indicate
29134         that condition, rather than `-1' which is slightly misleading.
29135         Change the name of the cache variable to have the gl_ prefix.
29136         Prompted by a patch from Richard Dawe for DJGPP.
29137
29138 2003-05-24  Karl Berry  <karl@gnu.org>
29139
29140         * config/config.guess: update from prep.
29141
29142 2003-05-22  Karl Berry  <karl@gnu.org>
29143
29144         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
29145
29146 2003-05-20  Karl Berry  <karl@gnu.org>
29147
29148         * config/config.guess: update from prep.
29149
29150 2003-05-18  Karl Berry  <karl@gnu.org>
29151
29152         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
29153         might actually be set by the user.
29154
29155         * config/depcomp, install-sh, mdate-sh: update from automake.
29156
29157 2003-05-17  Bruno Haible  <bruno@clisp.org>
29158
29159         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
29160         invalid expansion for AC_EGREP_CPP.
29161         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
29162         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
29163         Suggested by Akim Demaille <akim@epita.fr> in
29164         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
29165
29166 2003-05-12  Jim Meyering  <jim@meyering.net>
29167
29168         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
29169         the space-padded-by-default conversion specifiers, %e, %k, %l.
29170
29171 2003-05-12  Bruno Haible  <bruno@clisp.org>
29172
29173         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
29174         the string is longer than 4 KB.
29175
29176 2003-05-11  Karl Berry  <karl@gnu.org>
29177
29178         * config/config.{guess,sub}: update from prep.
29179
29180 2003-05-09  Bruno Haible  <bruno@clisp.org>
29181
29182         * modules/error: Add m4/strerror_r.m4 to file list.
29183
29184 2003-05-03  Bruno Haible  <bruno@clisp.org>
29185
29186         Upgrade to Unicode-4.0.
29187         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
29188         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
29189         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
29190         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
29191         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
29192         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
29193         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
29194         Change width of U+E0100..U+E01EF from 1 to 0.
29195
29196 2003-04-25  Jim Meyering  <jim@meyering.net>
29197
29198         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
29199         of type size_t, not int.
29200
29201 2003-04-25  Bruno Haible  <bruno@clisp.org>
29202
29203         * lib/copy-file.c: Include <stddef.h>, for size_t.
29204
29205 2003-04-21  Paul Eggert  <eggert@twinsun.com>
29206
29207         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
29208         code which expansion is under static control.  Patch imported from
29209         Akim Demaille's patch to Bison; see
29210         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
29211
29212 2003-04-14  Bruno Haible  <bruno@clisp.org>
29213
29214         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
29215
29216 2003-04-11  Jim Meyering  <jim@meyering.net>
29217
29218         Merge changes from Coreutils.
29219
29220         2003-03-22  Jim Meyering  <jim@meyering.net>
29221
29222         * lib/strftime.c (widen): Cast alloca return value to proper type.
29223
29224         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
29225
29226         From GNU libc.
29227         * lib/strftime.c (my_strftime): Handle very large width
29228         specifications for numeric values correctly.  Improve checks for
29229         overflow.
29230
29231         2003-01-19  Jim Meyering  <jim@meyering.net>
29232
29233         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
29234         definitions.
29235         (nl_get_alt_digit) [! defined my_strftime]: Define.
29236         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
29237         _nl_get_alt_digit and _nl_get_walt_digit.
29238
29239         * lib/strftime.c (my_strftime): Merge in locale-related changes from
29240         libc. These changes have no effect outside of _LIBC.
29241
29242 2003-04-10  Bruno Haible  <bruno@clisp.org>
29243
29244         * modules/findprog: New file.
29245         * MODULES.html.sh (func_all_modules): Add it.
29246
29247 2003-04-10  Bruno Haible  <bruno@clisp.org>
29248
29249         * m4/findprog.m4: New file.
29250         * m4/eaccess.m4: New file.
29251
29252 2003-04-10  Bruno Haible  <bruno@clisp.org>
29253
29254         * lib/findprog.h: New file, from GNU gettext.
29255         * lib/findprog.c: New file, from GNU gettext.
29256
29257 2003-04-05  Jim Meyering  <jim@meyering.net>
29258
29259         Merge changes from Coreutils.
29260
29261         * lib/exclude.h (PARAMS): Remove definition and uses.
29262         * lib/exclude.c: Remove uses of `PARAMS'.
29263
29264         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
29265         Add test-cases for DOS filenames. Declare program_name.
29266         (main): Set up program_name.  Patch by Rich Dawe.
29267
29268         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29269         error from mntctl.
29270         Use mntctl's return value to drive the entry-processing loop, since
29271         we can't rely on the value of the vmt_length member in the last
29272         entry.  On some systems doing so could result in exhausting
29273         virtual memory.  Based in part on a patch from Mike Jetzer.
29274
29275 2003-04-04  Bruno Haible  <bruno@clisp.org>
29276
29277         * modules/linebreak: New file.
29278         * MODULES.html.sh (func_all_modules): Add it.
29279
29280 2003-04-04  Bruno Haible  <bruno@clisp.org>
29281
29282         * m4/linebreak.m4: New file.
29283
29284 2003-04-04  Bruno Haible  <bruno@clisp.org>
29285
29286         * lib/linebreak.h: New file, from GNU gettext.
29287         * lib/linebreak.c: New file, from GNU gettext with slight
29288         modifications.
29289         * lib/lbrkprop.h: New file, from GNU gettext.
29290
29291 2003-04-03  Bruno Haible  <bruno@clisp.org>
29292
29293         * modules/utf8-ucs4: New file.
29294         * modules/utf16-ucs4: New file.
29295         * modules/ucs4-utf8: New file.
29296         * modules/ucs4-utf16: New file.
29297         * MODULES.html.sh (func_all_modules): Add them.
29298
29299 2003-04-03  Bruno Haible  <bruno@clisp.org>
29300
29301         * m4/utf-ucs4.m4: New file.
29302         * m4/ucs4-utf.m4: New file.
29303
29304 2003-04-03  Bruno Haible  <bruno@clisp.org>
29305
29306         * lib/utf8-ucs4.h: New file, from GNU gettext.
29307         * lib/utf16-ucs4.h: New file, from GNU gettext.
29308         * lib/ucs4-utf8.h: New file, from GNU gettext.
29309         * lib/ucs4-utf16.h: New file, from GNU gettext.
29310
29311 2003-04-02  Bruno Haible  <bruno@clisp.org>
29312
29313         * modules/binary-io: New file.
29314         * MODULES.html.sh (func_all_modules): Add it.
29315
29316 2003-04-02  Bruno Haible  <bruno@clisp.org>
29317
29318         * lib/binary-io.h: New file, from GNU gettext.
29319
29320 2003-04-01  Bruno Haible  <bruno@clisp.org>
29321
29322         * modules/pathname: New file.
29323         * MODULES.html.sh (func_all_modules): Add it.
29324
29325 2003-04-01  Bruno Haible  <bruno@clisp.org>
29326
29327         * lib/pathname.h: New file, from GNU gettext.
29328         * lib/concatpath.c: New file, from GNU gettext.
29329
29330 2003-03-30  Bruno Haible  <bruno@clisp.org>
29331
29332         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
29333
29334 2003-03-30  Bruno Haible  <bruno@clisp.org>
29335
29336         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
29337         function chown() doesn't exist.
29338
29339 2003-03-28  Bruno Haible  <bruno@clisp.org>
29340
29341         * modules/copy-file: New file.
29342         * MODULES.html.sh (func_all_modules): Add it.
29343
29344 2003-03-28  Bruno Haible  <bruno@clisp.org>
29345
29346         * m4/copy-file.m4: New file.
29347
29348 2003-03-28  Bruno Haible  <bruno@clisp.org>
29349
29350         * lib/copy-file.h: New file, from GNU gettext.
29351         * lib/copy-file.c: New file, from GNU gettext.
29352
29353 2003-03-18  Jim Meyering  <jim@meyering.net>
29354
29355         * lib/quote.c (quote_n): Fix typo in comment.
29356
29357 2003-03-18  Bruno Haible  <bruno@clisp.org>
29358
29359         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
29360         checking.
29361         * m4/onceonly_2_57.m4: Likewise.
29362
29363 2003-03-17  Bruno Haible  <bruno@clisp.org>
29364
29365         * m4/onceonly.m4: Require autoconf 2.54 or newer.
29366         (m4_quote): Remove macro.
29367         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
29368
29369 2003-03-14  Jim Meyering  <jim@meyering.net>
29370
29371         Merge changes from Coreutils.
29372         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
29373         to be const, in order to avoid warnings.
29374         (obstack_room): Likewise.
29375         (obstack_empty_p): Likewise.
29376
29377 2003-03-14  Bruno Haible  <bruno@clisp.org>
29378
29379         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
29380         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
29381
29382 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29383
29384         Merge changes from Bison.
29385         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
29386         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
29387         when compiling Bison 1.875's `bitset bset = obstack_alloc
29388         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
29389         * lib/hash.c: Include <stdbool.h> unconditionally.
29390
29391 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29392
29393         * m4/onceonly.m4 (m4_quote): New macro.
29394         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
29395         Quote AC_FOREACH variable-expansions properly.
29396
29397 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29398
29399         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
29400
29401 2003-03-09  Paul Eggert  <eggert@twinsun.com>
29402
29403         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
29404         Reported by Bruce Becker; see:
29405         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
29406
29407 2003-03-03  Paul Eggert  <eggert@twinsun.com>
29408             Bruno Haible  <bruno@clisp.org>
29409
29410         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
29411         Reported by John Hughes, see
29412         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
29413
29414 2003-02-20  Bruno Haible  <bruno@clisp.org>
29415
29416         * MODULES.html.sh (func_all_modules): Add poll.
29417
29418 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29419
29420         * modules/poll: New file.
29421
29422 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29423
29424         * lib/poll_.h: New file.
29425         * lib/poll.c: New file.
29426
29427 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29428
29429         * m4/poll.m4: New file.
29430
29431 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29432
29433         * modules/mathl: New file.
29434
29435 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29436
29437         * lib/mathl.h: New file.
29438         * lib/acosl.c: New file.
29439         * lib/asinl.c: New file.
29440         * lib/atanl.c: New file.
29441         * lib/ceill.c: New file.
29442         * lib/cosl.c: New file.
29443         * lib/expl.c: New file.
29444         * lib/floorl.c: New file.
29445         * lib/frexpl.c: New file.
29446         * lib/ldexpl.c: New file.
29447         * lib/logl.c: New file.
29448         * lib/sincosl.c: New file.
29449         * lib/sinl.c: New file.
29450         * lib/sqrtl.c: New file.
29451         * lib/tanl.c: New file.
29452         * lib/trigl.c: New file.
29453         * lib/trigl.h: New file.
29454
29455 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29456
29457         * m4/mathl.m4: New file.
29458
29459 2003-02-18  Bruno Haible  <bruno@clisp.org>
29460
29461         * MODULES.html.sh (func_all_modules): Add mathl.
29462
29463 2003-02-17  Bruno Haible  <bruno@clisp.org>
29464
29465         * modules/mkdtemp: New module.
29466         * MODULES.html.sh (func_all_modules): Add it.
29467
29468 2003-02-17  Bruno Haible  <bruno@clisp.org>
29469
29470         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29471
29472 2003-02-17  Bruno Haible  <bruno@clisp.org>
29473
29474         * lib/mkdtemp.h: New file, from GNU gettext.
29475         * lib/mkdtemp.c: New file, from GNU gettext.
29476
29477 2003-02-02  Jim Meyering  <jim@meyering.net>
29478
29479         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29480         e.g. glibc-2.2.93.
29481
29482 2003-01-31  Bruno Haible  <bruno@clisp.org>
29483
29484         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29485         'rpl_rename'.
29486         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29487         'rpl_strnlen'.
29488         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29489         'rpl_strtod'.
29490         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29491         'rpl_utime'.
29492
29493 2003-01-31  Bruno Haible  <bruno@clisp.org>
29494
29495         * lib/rename.c: #undef rename before defining rpl_rename.
29496         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29497
29498 2003-01-30  Bruno Haible  <bruno@clisp.org>
29499
29500         * modules/vasnprintf, modules/vasprintf: New modules.
29501         * MODULES.html.sh (func_all_modules): Add them.
29502
29503 2003-01-30  Bruno Haible  <bruno@clisp.org>
29504
29505         * m4/signed.m4: New file, from GNU gettext.
29506         * m4/longdouble.m4: New file, from GNU gettext.
29507         * m4/wchar_t.m4: New file, from GNU gettext.
29508         * m4/wint_t.m4: New file, from GNU gettext.
29509         * m4/vasnprintf.m4: New file.
29510         * m4/vasprintf.m4: New file.
29511
29512 2003-01-30  Bruno Haible  <bruno@clisp.org>
29513
29514         * lib/printf-args.h: New file, from GNU gettext.
29515         * lib/printf-args.c: New file, from GNU gettext.
29516         * lib/printf-parse.h: New file, from GNU gettext.
29517         * lib/printf-parse.c: New file, from GNU gettext.
29518         * lib/vasnprintf.h: New file, from GNU gettext.
29519         * lib/vasnprintf.c: New file, from GNU gettext.
29520         * lib/asnprintf.c: New file, from GNU gettext.
29521         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29522         * lib/vasprintf.c: New file, from GNU gettext.
29523         * lib/asprintf.c: New file, from GNU gettext.
29524
29525 2003-01-29  Bruno Haible  <bruno@clisp.org>
29526
29527         * modules/stpncpy: New module.
29528         * MODULES.html.sh (func_all_modules): Add it.
29529
29530 2003-01-29  Bruno Haible  <bruno@clisp.org>
29531
29532         * m4/stpncpy.m4: New file.
29533
29534 2003-01-29  Bruno Haible  <bruno@clisp.org>
29535
29536         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29537         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29538
29539 2003-01-28  Bruno Haible  <bruno@clisp.org>
29540
29541         * modules/c-ctype: New module.
29542         * MODULES.html.sh (func_all_modules): Add it.
29543
29544 2003-01-28  Bruno Haible  <bruno@clisp.org>
29545
29546         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29547         Paul Eggert.
29548         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29549         Paul Eggert.
29550
29551 2003-01-27  Bruno Haible  <bruno@clisp.org>
29552
29553         * modules/xsetenv: New module.
29554         * MODULES.html.sh (func_all_modules): Add it.
29555
29556 2003-01-27  Bruno Haible  <bruno@clisp.org>
29557
29558         * lib/xsetenv.h: New file, from GNU gettext.
29559         * lib/xsetenv.c: New file, from GNU gettext.
29560
29561 2003-01-23  Jim Meyering  <jim@meyering.net>
29562
29563         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29564         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29565
29566 2003-01-23  Bruno Haible  <bruno@clisp.org>
29567
29568         * modules/minmax: New module.
29569         * MODULES.html.sh (func_all_modules): Add it.
29570
29571 2003-01-23  Bruno Haible  <bruno@clisp.org>
29572
29573         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29574         Eggert.
29575
29576 2003-01-22  Bruno Haible  <bruno@clisp.org>
29577
29578         * modules/exit: New module.
29579         * MODULES.html.sh (func_all_modules): Add it.
29580
29581 2003-01-22  Bruno Haible  <bruno@clisp.org>
29582
29583         * lib/exit.h: New file, from GNU gettext.
29584
29585 2003-01-19  Bruno Haible  <bruno@clisp.org>
29586
29587         * gnulib-tool: Recognize option --extract-maintainer.
29588         (func_get_maintainer): New function.
29589         * modules/*: Add Maintainer entry.
29590
29591 2003-01-16  Jim Meyering  <jim@meyering.net>
29592
29593         * m4/regex.m4: The `regex' struct is both input and output.
29594         Initialize it before each use.  Patch by Tim Waugh.
29595
29596 2003-01-16  Bruno Haible  <bruno@clisp.org>
29597
29598         * MODULES.html.sh: Add a table of contents. Add the module name as
29599         leftmost column. Add hyperlinks.
29600
29601 2003-01-15  Bruno Haible  <bruno@clisp.org>
29602
29603         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29604
29605 2003-01-15  Bruno Haible  <bruno@clisp.org>
29606
29607         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29608         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29609         suffix.
29610
29611 2003-01-15  Bruno Haible  <bruno@clisp.org>
29612
29613         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29614
29615 2003-01-15  Bruno Haible  <bruno@clisp.org>
29616
29617         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29618         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29619
29620 2003-01-14  Jim Meyering  <jim@meyering.net>
29621
29622         * lib/same.c (same_name): Tweak a comment.
29623
29624 2003-01-14  Bruno Haible  <bruno@clisp.org>
29625
29626         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29627         when a string comparison is sufficient.
29628
29629 2003-01-14  Bruno Haible  <bruno@clisp.org>
29630
29631         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29632         'unsigned int'.
29633
29634 2003-01-14  Bruno Haible  <bruno@clisp.org>
29635
29636         * lib/hash-pjw.c: Add comment about low quality of this function.
29637
29638 2003-01-13  Bruno Haible  <bruno@clisp.org>
29639
29640         * modules/stpcpy: Distribute lib/stpcpy.h.
29641         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29642
29643 2003-01-13  Bruno Haible  <bruno@clisp.org>
29644
29645         * modules/*: Add a description.
29646         * modules/strpbrk: Fix Makefile.am snippet.
29647         * modules/strtoimax: Fix dependencies.
29648         * modules/strtoumax: Likewise.
29649
29650 2003-01-13  Bruno Haible  <bruno@clisp.org>
29651
29652         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29653         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29654         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29655
29656 2003-01-13  Bruno Haible  <bruno@clisp.org>
29657
29658         * gnulib-tool (func_create_testdir): Store config/* files in the main
29659         directory.
29660         * config.rpath: Move to ...
29661         * config/config.rpath: ... here.
29662         * modules/gettext: Contains config/config.rpath, not config.rpath.
29663         * modules/iconv: Likewise.
29664
29665 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29666
29667         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29668         to avoid collisions with libcurses and libreadline.
29669
29670         * m4/getstr.m4: Remove.
29671         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29672
29673 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29674
29675         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29676         to avoid collisions with libcurses and libreadline.
29677
29678         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29679         * lib/getstr.h, getstr.c: Remove.
29680         * lib/getline.c: Include "getline.h", to check interface.
29681         Move body of old getstr.c here: this defines MIN_CHUNK and
29682         declares getdelim2, which is renamed from getstr.
29683         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29684
29685         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29686         All uses changed.
29687         * lib/linebuffer.h: Likewise.
29688         (readline): Remove backward-compatibility macro.
29689
29690 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29691
29692         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29693         to avoid collisions with libcurses and libreadline.
29694         * getstr: Remove.
29695         * MODULES.html.sh: Remove getstr.
29696         * modules/getline: Depend on unlocked-io, not getstr.
29697
29698 2003-01-12  Jim Meyering  <jim@meyering.net>
29699
29700         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29701
29702 2003-01-10  Bruno Haible  <bruno@clisp.org>
29703
29704         * modules/alloca: Change Makefile.am requirements. Simplify Include
29705         requirements. Add lib/alloca_.h to file list.
29706
29707 2003-01-10  Bruno Haible  <bruno@clisp.org>
29708
29709         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29710
29711 2003-01-10  Bruno Haible  <bruno@clisp.org>
29712
29713         * lib/alloca_.h: New file.
29714         * lib/getdate.y: Unconditionally include alloca.h.
29715         * lib/makepath.c: Likewise.
29716         * lib/setenv.c: Likewise.
29717         * lib/userspec.c: Likewise.
29718
29719 2003-01-09  Karl Berry  <karl@gnu.org>
29720
29721         * MODULES.html.sh: include `dirname $0` in PATH, to find
29722         gnulib-tool.
29723
29724 2003-01-09  Bruno Haible  <bruno@clisp.org>
29725
29726         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29727         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29728
29729 2003-01-09  Bruno Haible  <bruno@clisp.org>
29730
29731         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29732
29733 2003-01-09  Bruno Haible  <bruno@clisp.org>
29734
29735         * lib/stdbool.h.in: New file.
29736
29737 2003-01-09  Bruno Haible  <bruno@clisp.org>
29738
29739         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29740         * MODULES.html.sh: Likewise.
29741
29742 2003-01-08  Jim Meyering  <jim@meyering.net>
29743
29744         * lib/full-write.c: Undefine and define-away `const' after inclusion
29745         of errno.h, not before.  Suggestion from Bruno Haible.
29746
29747 2003-01-08  Bruno Haible  <bruno@clisp.org>
29748
29749         * modules/full-read: Depend on full-write.
29750
29751 2003-01-08  Bruno Haible  <bruno@clisp.org>
29752
29753         * lib/safe-read.c: Include specification header first, to ensure its
29754         selfcontainedness.
29755         * lib/full-write.c: Likewise.
29756
29757 2003-01-07  Jim Meyering  <jim@meyering.net>
29758
29759         * lib/full-write.c: Rework so that it may serve to define full_read,
29760         too.
29761         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29762
29763 2003-01-07  Bruno Haible  <bruno@clisp.org>
29764
29765         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29766         <inttypes.h>.
29767         * lib/xstrtol.h: Likewise.
29768         * lib/xstrtoimax.c: Likewise.
29769         * lib/xstrtoumax.c: Likewise.
29770         * lib/human.h: Likewise.
29771
29772         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29773         on systems that have <inttypes.h> but not <stdint.h>.
29774
29775 2003-01-07  Bruno Haible  <bruno@clisp.org>
29776
29777         * MODULES.html.sh: Add copyright notice.
29778         (missed_files): Omit CVS directory entries.
29779         (func_module): Make it work with sed-3.02.
29780         * MODULES.txt: Remove file.
29781
29782 2003-01-06  Jim Meyering  <jim@meyering.net>
29783
29784         * lib/version-etc.c: Update year in translatable copyright string.
29785
29786 2003-01-03  Karl Berry  <karl@gnu.org>
29787
29788         * config/config.{guess,sub}: update from prep.
29789
29790 2003-01-02  Karl Berry  <karl@gnu.org>
29791
29792         * doc/COPYING.DOC: belatedly updated to 1.2.
29793
29794 2003-01-01  Karl Berry  <karl@gnu.org>
29795
29796         * gnulib-tool (func_verify_module): report module name $module in
29797         error message, not $1.
29798         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29799         be created, only if it doesn't exist.
29800         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29801
29802 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29803
29804         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29805
29806 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29807
29808         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29809         memcmp if strcoll doesn't work.
29810
29811 2002-12-31  Bruno Haible  <bruno@clisp.org>
29812
29813         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29814         nonempty.
29815
29816 2002-12-31  Bruno Haible  <bruno@clisp.org>
29817
29818         * lib/memcoll.c (STRCOLL): New macro.
29819         (memcoll): Use it.
29820
29821 2002-12-31  Bruno Haible  <bruno@clisp.org>
29822
29823         * lib/localcharset.h: New file.
29824         * lib/localcharset.c: Include it.
29825         * lib/unicodeio.c: Likewise.
29826
29827 2002-12-31  Bruno Haible  <bruno@clisp.org>
29828
29829         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29830         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29831
29832 2002-12-31  Bruno Haible  <bruno@clisp.org>
29833
29834         * lib/getline.h: Include <stddef.h>, for size_t.
29835
29836         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29837         * lib/unicodeio.c: Don't include <stddef.h>.
29838
29839 2002-12-31  Bruno Haible  <bruno@clisp.org>
29840
29841         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29842         HAVE_TM_ZONE.
29843
29844 2002-12-24  Karl Berry  <karl@gnu.org>
29845
29846         * config/config.guess: update from prep.
29847
29848 2002-12-24  Bruno Haible  <bruno@clisp.org>
29849
29850         General infrasructure.
29851         * m4/README: Rewritten.
29852         * m4/onceonly.m4: New file.
29853         * m4/onceonly_2_57.m4: New file.
29854
29855         Module atexit.
29856         * m4/atexit.m4: New file.
29857
29858         Module strtod.
29859         * m4/strtod.m4: New file.
29860
29861         Module strtol.
29862         * m4/strtol.m4: New file.
29863
29864         Module strtoul.
29865         * m4/strtoul.m4: New file.
29866
29867         Module memchr.
29868         * m4/memchr.m4: New file.
29869
29870         Module memcmp.
29871         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29872         (jm_FUNC_MEMCMP): Invoke it.
29873
29874         Module memcpy.
29875         * m4/memcpy.m4: New file.
29876
29877         Module memmove.
29878         * m4/memmove.m4: New file.
29879
29880         Module memset.
29881         * m4/memset.m4: New file.
29882
29883         Module strcspn.
29884         * m4/strcspn.m4: New file.
29885
29886         Module strpbrk.
29887         * m4/strpbrk.m4: New file.
29888
29889         Module strstr.
29890         * m4/strstr.m4: New file.
29891
29892         Module strerror.
29893         * m4/strerror.m4: New file.
29894
29895         Module mktime.
29896         * m4/mktime.m4: Renamed from jm-mktime.m4.
29897         (gl_PREREQ_MKTIME): New macro.
29898         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29899
29900         Module malloc.
29901         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29902         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29903         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29904
29905         Module realloc.
29906         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29907         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29908         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29909
29910         Module strftime.
29911         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29912         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29913         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29914         gl_TM_GMTOFF.
29915         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29916
29917         Module xalloc.
29918         * m4/xalloc.m4: New file.
29919
29920         Module alloca.
29921         * m4/alloca.m4: New file.
29922
29923         Module putenv.
29924         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29925         (jm_FUNC_PUTENV): Invoke it.
29926
29927         Module setenv.
29928         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29929         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29930         when invoked twice.
29931         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29932         gt_FUNC_SETENV.
29933
29934         Module memrchr.
29935         * m4/memrchr.m4: New file.
29936
29937         Module stpcpy.
29938         * m4/stpcpy.m4: New file.
29939
29940         Module strcase.
29941         * m4/strcase.m4: New file.
29942
29943         Module strdup.
29944         * m4/strdup.m4: New file.
29945
29946         Module strnlen.
29947         * m4/strnlen.m4: New file.
29948
29949         Module strndup.
29950         * m4/strndup.m4: New file.
29951
29952         Module xstrtod.
29953         * m4/xstrtod.m4: New file.
29954
29955         Module xstrtol.
29956         * m4/xstrtol.m4: New file.
29957
29958         Module getdate.
29959         * m4/getdate.m4: New file.
29960
29961         Module unlocked-io.
29962         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29963         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29964         * m4/jm-glibc-io.m4n: Remove file.
29965
29966         Module long-options.
29967         * m4/long-options.m4: New file.
29968
29969         Module md5.
29970         * m4/md5.m4: New file.
29971
29972         Module sha.
29973         * m4/sha.m4: New file.
29974
29975         Module getstr.
29976         * m4/getstr.m4: New file.
29977
29978         Module getline.
29979         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29980         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29981         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29982         simply getline. Infoke gl_PREREQ_GETLINE.
29983
29984         Module obstack.
29985         * m4/obstack.m4: New file.
29986
29987         Module hash.
29988         * m4/hash.m4: New file.
29989
29990         Module readtokens.
29991         * m4/readtokens.m4: New file.
29992
29993         Module strverscmp.
29994         * m4/strverscmp.m4: New file.
29995
29996         Module stdbool.
29997         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
29998         OSF/1.
29999
30000         Module strtoll.
30001         * m4/strtoll.m4: New file.
30002
30003         Module strtoull.
30004         * m4/strtoull.m4: New file.
30005
30006         Module strtoimax.
30007         * m4/strtoimax.m4: New file.
30008
30009         Module strtoumax.
30010         * m4/strtoumax.m4: New file.
30011
30012         Module xstrtoimax.
30013         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
30014         jm_AC_PREREQ_XSTRTOIMAX.
30015         Moved the strtol prerequisites to strtol.m4.
30016         Moved the strtoll prerequisites to strtoll.m4.
30017         Moved the strtoimax prerequisites to strtoimax.m4.
30018
30019         Module xstrtoumax.
30020         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
30021         jm_AC_PREREQ_XSTRTOUMAX.
30022         Moved the strtoul prerequisites to strtoul.m4.
30023         Moved the strtoull prerequisites to strtoull.m4.
30024         Moved the strtoumax prerequisites to strtoumax.m4.
30025
30026         Module chown.
30027         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
30028         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
30029
30030         Module dup2.
30031         * m4/dup2.m4: New file.
30032
30033         Module ftruncate.
30034         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
30035         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
30036
30037         Module getgroups.
30038         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
30039         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
30040
30041         Module gettimeofday.
30042         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
30043         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
30044         gl_PREREQ_GETTIMEOFDAY.
30045
30046         Module mkdir.
30047         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
30048         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
30049
30050         Module mkstemp.
30051         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
30052         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
30053         jm_AC_TYPE_UINTMAX_T.
30054         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
30055
30056         Module stat.
30057         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
30058         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
30059
30060         Module lstat.
30061         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
30062         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
30063
30064         Module timespec.
30065         * m4/timespec.m4 (gl_TIMESPEC): New macro.
30066         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
30067         * m4/st_mtim.m4: Indentation.
30068
30069         Module nanosleep.
30070         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
30071         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
30072         gl_PREREQ_NANOSLEEP.
30073
30074         Module regex.
30075         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
30076         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
30077         (gl_REGEX): New macro.
30078
30079         Module rename.
30080         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
30081         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
30082
30083         Module rmdir.
30084         * m4/rmdir.m4: New file.
30085
30086         Module utime.
30087         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
30088         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
30089         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
30090
30091         Module dirname.
30092         * m4/dirname.m4: New file.
30093
30094         Module getopt.
30095         * m4/getopt.m4: New file.
30096
30097         Module unistd-safer.
30098         * m4/unistd-safer.m4: New file.
30099
30100         Module fnmatch.
30101         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
30102         declaration.
30103         (gl_PREREQ_FNMATCH_EXTRA): New macro.
30104         (gl_FUNC_FNMATCH_POSIX): New macro.
30105         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
30106         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
30107         simply fnmatch.
30108
30109         Module exclude.
30110         * m4/exclude.m4: New file.
30111
30112         Module human.
30113         * m4/human.m4: New file.
30114
30115         Module acl.
30116         * m4/acl.m4: Nop.
30117
30118         Module backupfile.
30119         * m4/backupfile.m4: New file.
30120         * m4/d-ino.m4: Indentation.
30121
30122         Module fsusage.
30123         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
30124         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
30125         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
30126
30127         Module dirfd.
30128         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
30129         requirements.
30130
30131         Module euidaccess.
30132         * m4/euidaccess.m4: New file.
30133
30134         Module file-type.
30135         * m4/file-type.m4: New file.
30136
30137         Module fileblocks.
30138         * m4/fileblocks.m4: New file.
30139
30140         Module filemode.
30141         * m4/filemode.m4: New file.
30142
30143         Module isdir.
30144         * m4/isdir.m4: New file.
30145
30146         Module lchown.
30147         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
30148         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
30149
30150         Module makepath.
30151         * m4/makepath.m4: New file.
30152
30153         Module modechange.
30154         * m4/modechange.m4: New file.
30155
30156         Module mountlist.
30157         * m4/mountlist.m4: New file.
30158         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
30159         Indentation.
30160
30161         Module path-concat.
30162         * m4/path-concat.m4: New file.
30163
30164         Module pathmax.
30165         * m4/pathmax.m4: New file.
30166
30167         Module same.
30168         * m4/same.m4: New file.
30169
30170         Module save-cwd.
30171         * m4/save-cwd.m4: New file.
30172
30173         Module savedir.
30174         * m4/savedir.m4: New file.
30175
30176         Module xgetcwd.
30177         * m4/xgetcwd.m4: New file.
30178         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
30179
30180         Module xreadlink.
30181         * m4/xreadlink.m4: New file.
30182
30183         Module safe-read.
30184         * m4/safe-read.m4: New file.
30185
30186         Module safe-write.
30187         * m4/safe-write.m4: New file.
30188
30189         Module closeout.
30190         * m4/closeout.m4: New file.
30191
30192         Module stdio-safer.
30193         * m4/stdio-safer.m4: New file.
30194
30195         Module getpass.
30196         * m4/getpass.m4: New file.
30197
30198         Module getugroups.
30199         * m4/getugroups.m4: New file.
30200
30201         Module group-member.
30202         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
30203         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
30204
30205         Module idcache.
30206         * m4/idcache.m4: New file.
30207
30208         Module userspec.
30209         * m4/userspec.m4: New file.
30210
30211         Module gettime.
30212         * m4/clock_time.m4: New file.
30213         * m4/gettime.m4: New file.
30214
30215         Module settime.
30216         * m4/settime.m4: New file.
30217
30218         Module posixtm.
30219         * m4/posixtm.m4: New file.
30220
30221         Module gethostname.
30222         * m4/gethostname.m4: New file.
30223
30224         Module canon-host.
30225         * m4/canon-host.m4: New file.
30226
30227         Module gettext.
30228         * m4/codeset.m4: New file, from gettext-0.11.5.
30229         * m4/gettext.m4: New file, from gettext-0.11.5.
30230         * m4/glibc21.m4: New file, from gettext-0.11.5.
30231         * m4/iconv.m4: New file, from gettext-0.11.5.
30232         * m4/intdiv0.m4: New file, from gettext-0.11.5.
30233         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
30234         * m4/inttypes.m4: New file, from gettext-0.11.5.
30235         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
30236         * m4/isc-posix.m4: New file, from gettext-0.11.5.
30237         * m4/lcmessage.m4: New file, from gettext-0.11.5.
30238         * m4/lib-ld.m4: New file, from gettext-0.11.5.
30239         * m4/lib-link.m4: New file, from gettext-0.11.5.
30240         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
30241         * m4/progtest.m4: New file, from gettext-0.11.5.
30242         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
30243         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
30244         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
30245
30246         Module localcharset.
30247         * m4/localcharset.m4: New file.
30248
30249         Module hard-locale.
30250         * m4/hard-locale.m4: New file.
30251
30252         Module mbswidth.
30253         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
30254         onceonly macros.
30255         * m4/mbrtowc.m4: Add comment.
30256
30257         Module memcasecmp.
30258         * m4/memcasecmp.m4: New file.
30259
30260         Module memcoll.
30261         * m4/memcoll.m4: New file.
30262
30263         Module unicodeio.
30264         * m4/unicodeio.m4: New file.
30265
30266         Module rpmatch.
30267         * m4/rpmatch.m4: New file.
30268
30269         Module yesno.
30270         * m4/yesno.m4: New file.
30271
30272         Module exitfail.
30273         * m4/exitfail.m4: New file.
30274
30275         Module c-stack.
30276         * m4/c-stack.m4 (gl_C_STACK): New macro.
30277         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
30278
30279         Module error.
30280         * m4/error.m4 (gl_ERROR): New macro.
30281         (jm_PREREQ_ERROR): Use onceonly macros.
30282
30283         Module fatal.
30284         * m4/fatal.m4: New file.
30285
30286         Module getloadavg.
30287         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
30288         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
30289
30290         Module getpagesize.
30291         * m4/getpagesize.m4: New file.
30292
30293         Module getusershell.
30294         * m4/getusershell.m4: New file.
30295
30296         Module physmem.
30297         * m4/physmem.m4: New file.
30298
30299         Module posixver.
30300         * m4/posixver.m4: New file.
30301
30302         Module quotearg.
30303         * m4/quotearg.m4: New file.
30304
30305         Module quote.
30306         * m4/quote.m4: New file.
30307
30308         Module readutmp.
30309         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
30310
30311         Module sig2str.
30312         * m4/sig2str.m4: New file.
30313
30314         Other.
30315         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
30316         ulonglong.m4.
30317         * m4/intmax_t.m4: New file.
30318         * m4/d-type.m4: Indentation.
30319         * m4/jm-macros.m4: Update.
30320         * m4/prereq.m4 (jm_PREREQ): Update.
30321         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
30322         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
30323         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
30324         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
30325         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
30326         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
30327         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
30328         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
30329         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
30330         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
30331         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
30332         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
30333         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
30334         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
30335         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
30336         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
30337         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
30338         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
30339         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
30340
30341 2002-12-24  Bruno Haible  <bruno@clisp.org>
30342
30343         * MODULES.txt: Update according to m4/ changes.
30344
30345         Module gettext.
30346         * config.rpath: New file, from gettext-0.11.5.
30347
30348         * modules/*: New module descriptions.
30349         * gnulib-tool: New file.
30350         * MODULES.html.sh: New file.
30351
30352 2002-12-21  Karl Berry  <karl@gnu.org>
30353
30354         * doc/fdl.texi: update to version 1.2.
30355
30356 2002-12-19  Karl Berry  <karl@gnu.org>
30357
30358         * config/config.guess: update from prep.
30359
30360 2002-12-18  Bruno Haible  <bruno@clisp.org>
30361
30362         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
30363         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
30364
30365 2002-12-17  Bruno Haible  <bruno@clisp.org>
30366
30367         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
30368         stdlib.h, string.h.
30369
30370 2002-12-17  Bruno Haible  <bruno@clisp.org>
30371
30372         * lib/canon-host.c (strdup): Remove unused declaration.
30373
30374         * lib/fsusage.c: Include full_read.h.
30375         (get_fs_usage): Use full_read instead of safe_read.
30376
30377         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
30378
30379 2002-12-12  Karl Berry  <karl@gnu.org>
30380
30381         * config/config.guess: update from prep.
30382
30383 2002-12-11  Bruno Haible  <bruno@clisp.org>
30384
30385         * m4/setenv.m4: New file, from gettext-0.11.5.
30386
30387 2002-12-11  Bruno Haible  <bruno@clisp.org>
30388
30389         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
30390         not unsetenv().
30391         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
30392         modifications:
30393
30394         2002-12-11  Bruno Haible  <bruno@clisp.org>
30395
30396                 * setenv.c (alloca): Fall back to malloc.
30397                 (freea): New macro.
30398                 (setenv): Use freea() to free memory allocated with alloca().
30399
30400         2002-11-13  Bruno Haible  <bruno@clisp.org>
30401
30402                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
30403                 function declarations.
30404                 * unsetenv.c (unsetenv): Likewise.
30405
30406         2002-03-04  Bruno Haible  <bruno@clisp.org>
30407
30408                 Portability to AIX 4.3.3.
30409                 * unsetenv.c: New file, extracted from setenv.c.
30410                 * setenv.c: Move the unsetenv() function to unsetenv.c.
30411
30412         2001-12-20  Bruno Haible  <bruno@clisp.org>
30413
30414                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
30415                 use malloc instead. For SunOS 4.
30416
30417         2001-12-11  Bruno Haible  <bruno@clisp.org>
30418
30419                 * setenv.c: Declare alloca.
30420                 (compar_fn_t): New typedef.
30421                 (KNOWN_VALUE, STORE_VALUE): Use it.
30422
30423         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
30424         setenv.h.
30425
30426 2002-12-10  Paul Eggert  <eggert@twinsun.com>
30427
30428         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
30429         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
30430         Choose values that are less likely to collide with system fnmatch
30431         options.
30432         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
30433         defined (e.g., a pure POSIX system).
30434         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
30435         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
30436
30437 2002-12-06  Paul Eggert  <eggert@twinsun.com>
30438
30439         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
30440         a pain in practice to deal with generated m4 files.  This change
30441         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
30442
30443         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
30444         and jm-glibc-io.m4, as they are no longer a special case.
30445         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
30446         kludge and the auto-generation stuff.  Check only whether the
30447         functions are declared, not whether they exist, since older hosts
30448         that don't declare the functions can't use the optimization anyway.
30449
30450 2002-12-06  Jim Meyering  <jim@meyering.net>
30451
30452         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
30453
30454         Merge in changes from libc's misc/error.c, in preparation
30455         for the merge of gnulib's changes back into libc.
30456
30457         * lib/error.c (_): Define only if not already defined.
30458         Move definition to follow all #include directives.
30459         Include unlocked-io.h only if !_LIBC.
30460         [_LIBC]: Include <libio/libioP.h>.
30461         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30462         (fflush): Tweak definition to use INTUSE.
30463         (putc): Define.
30464
30465 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30466
30467         * lib/alloca.c [defined emacs]: Include "lisp.h".
30468         (xalloc_die) [defined emacs]: New macro.
30469         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30470         [! defined emacs]: Include <xalloc.h>.
30471         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30472         (pointer): Typedef to POINTER_TYPE *.
30473         (malloc): Remove decl; we now always use xmalloc.
30474         (alloca): Use old-style definition, since Emacs needs this.
30475         Check for arithmetic overflow when computing combined size.
30476
30477 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30478
30479         Do not generate unlocked-io.h automatically, since it's easier to
30480         maintain it by hand.
30481
30482         * lib/unlocked-io.h: New file, from GNU diffutils,
30483         but with proper copyright notice and attribution.
30484         * lib/gen-uio: Remove.
30485         * lib/Makefile.am: Add copyright notice.
30486         (libfetish_a_SOURCES): Add unlocked-io.h.
30487         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30488         (DISTCLEANFILES, io_functions): Remove macros.
30489         (EXTRA_DIST): Remove gen_uio.
30490         (unlocked-io.h): Remove rule.
30491
30492 2002-12-04  Jim Meyering  <jim@meyering.net>
30493
30494         Reflect the fact that stat.c and lstat.c are no longer generated.
30495         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30496         (DISTCLEANFILES): Likewise.
30497         (EXTRA_DIST): Likewise.
30498         (all_local): Don't depend on stat.c or lstat.c.
30499         (stat.c, lstat.c): Remove rules.
30500         (EXTRA_DIST): Remove xstat.in.
30501
30502         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30503         * lib/stat.c: New file.  Contents mostly from xstat.in.
30504         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30505         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30506
30507         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30508         too.
30509         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30510
30511 2002-12-03  Jim Meyering  <jim@meyering.net>
30512
30513         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30514         but not semantics, to minimize the differences between these two files.
30515         (safe_read): Change comment to mention SAFE_READ_ERROR.
30516
30517         * lib/safe-read.c (IS_EINTR): Define.
30518         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30519
30520 2002-12-02  Jim Meyering  <jim@meyering.net>
30521
30522         * lib/safe-read.c (EINTR): Define.
30523         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30524         (INT_MAX): Provide fallback.
30525         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30526
30527         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30528
30529 2002-12-02  Bruno Haible  <bruno@clisp.org>
30530
30531         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30532         Define, taken from safe-read.c.
30533         (INT_MAX): Provide fallback.
30534         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30535         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30536
30537         * lib/safe-read.c (EINTR): Remove definition.
30538         (safe_read): Don't use EINTR if it is absent.
30539
30540 2002-12-01  Jim Meyering  <jim@meyering.net>
30541
30542         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30543         zero.
30544         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30545
30546 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30547
30548         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30549         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30550         with `if (! (value < limit)) abort ();', for readability.
30551
30552 2002-11-26  Karl Berry  <karl@gnu.org>
30553
30554         * lib/strdup.c: copy from libc again, with jim's ok.
30555         * lib/.cppi-disable: re-add strdup.c
30556
30557 2002-11-25  Karl Berry  <karl@gnu.org>
30558
30559         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30560         instead of "strtol.c".
30561
30562 2002-11-25  Karl Berry  <karl@gnu.org>
30563
30564         * config/install-sh: update from automake for variable quoting, $0 in
30565         error msgs, etc.
30566
30567         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30568         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30569         entry.
30570
30571 2002-11-25  Jim Meyering  <jim@meyering.net>
30572
30573         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30574
30575 2002-11-24  Karl Berry  <karl@gnu.org>
30576
30577         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30578         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30579
30580 2002-11-24  Jim Meyering  <jim@meyering.net>
30581
30582         Update from coreutils:
30583
30584         * lib/mktime.c: Merge in changes from libc.
30585
30586         Avoid a link-time failure on some Linux systems.
30587         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30588         (otherwise).
30589         (__mon_yday): Declare with the STATIC attribute.
30590         (__mktime_internal): Likewise.
30591         Based on a report from Greg Schafer.
30592
30593 2002-11-23  Jim Meyering  <jim@meyering.net>
30594
30595         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30596         Use `unsigned', not `int', as type of index.
30597
30598         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30599
30600         * lib/fsusage.c: Remove unneeded parentheses around operands of
30601         `defined'.
30602
30603 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30604
30605         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30606         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30607         so that we can be included first.
30608         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30609         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30610         No need to include stddef.h or sys/types.h any more.
30611         Surround local include files with "", not "<>".
30612         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30613         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30614         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30615         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30616         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30617         (ISPRINT): Remove; no longer needed now that we assume C89.
30618
30619         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30620         Preserve errno.
30621
30622         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30623         quotearg_char): Use SIZE_MAX rather than
30624         (size_t) -1 when we are talking about "infinity".
30625
30626         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30627
30628 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30629
30630         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30631         hint that one should use `if (! x) abort ();' rather than `assert
30632         (x);', and anyway it's one less thing to worry about configuring.
30633         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30634         hash_rehash, hash_insert): Use abort rather than assert.
30635
30636 2002-11-22  Bruno Haible  <bruno@clisp.org>
30637
30638         * lib/safe-read.h: Assume C89. Add comments.
30639         (safe_read): Change return type to size_t.
30640         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30641         byte counts > SSIZE_MAX correctly.
30642         * lib/safe-write.h: New file.
30643         * lib/safe-write.c: New file.
30644         * lib/full-read.h: New file.
30645         * lib/full-read.c: New file.
30646         * lib/full-write.h: Assume C89. Add comments.
30647         * lib/full-write.c: Include safe-write.h.
30648         (full_write): Rewritten to use safe_write.
30649         Suggested by Jim Meyering and Paul Eggert.
30650
30651 2002-11-21  Jim Meyering  <jim@meyering.net>
30652
30653         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30654
30655         Merge in changes from the coreutils.
30656
30657         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30658         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30659         <stdint.h>.
30660         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30661         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30662         int.  Work more efficiently if X is the same width as uintmax_t.
30663         Do not compare X to -1, to avoid bogus compiler warning.
30664         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30665         Don't assume that f_frsize and f_bsize are the same type.
30666
30667         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30668         warning on FreeBSD.
30669
30670         * lib/makepath.c (make_path): Restore umask *before* creating the final
30671         component.
30672         (make_path): Minor reformatting.
30673
30674         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30675         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30676         HAVE_MALLOC/HAVE_REALLOC.
30677
30678         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30679         dummy ones.  At least on GNU/Linux systems, `auto' means something
30680         else.
30681         From Michael Stone.
30682
30683 2002-11-21  Bruno Haible  <bruno@clisp.org>
30684
30685         Remove case insensitive option matching.
30686         * lib/argmatch.h (argcasematch): Remove declaration.
30687         (ARGCASEMATCH): Remove macro.
30688         (__xargmatch_internal): Remove case_sensitive argument.
30689         (XARGMATCH): Update.
30690         (XARGCASEMATCH): Remove macro.
30691         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30692         case_sensitive argument.
30693         (argcasematch): Remove function.
30694         (__xargmatch_internal): Remove case_sensitive argument.
30695         (main): Use XARGMATCH instead of XARGCASEMATCH.
30696
30697         * lib/xmalloc.c: Change compile-time error message. Add comment about
30698         required autoconf version.
30699
30700 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30701
30702         Merge argmatch cleanups from Bison.  Assume C89.
30703
30704         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30705         Include stdlib.h, for EXIT_FAILURE.
30706         Always include <string.h>, since we assume C89.
30707         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30708         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30709         Include <stddef.h> instead, since it's all we need for size_t.
30710         (PARAMS): Remove.  All uses removed.
30711         (ARRAY_CARDINALITY): Do not bother to #undef.
30712         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30713         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30714         Remove unnecessary parentheses.
30715         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30716         Insert necessary parentheses.
30717         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30718         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30719
30720 2002-11-19  Bruno Haible  <bruno@clisp.org>
30721
30722         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30723         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30724
30725         * lib/mbswidth.h (PARAMS): Remove macro.
30726         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30727         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30728
30729         * lib/gcd.h (PARAMS): Remove macro.
30730         (gcd): Use ANSI C function declarations.
30731         * lib/gcd.c (gcd): Likewise.
30732
30733 2002-11-15  Bruno Haible  <bruno@clisp.org>
30734
30735         * lib/strcspn.c: Include <stddef.h>.
30736         (strcspn): Use ANSI C function declaration. Change return type to
30737         size_t. Use NULL.
30738         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30739         (strpbrk): Use NULL.
30740         * lib/strpbrk.h (PARAMS): Remove macro.
30741         (strpbrk): Use ANSI C function declaration.
30742         * lib/strstr.c: Don't include <sys/types.h>.
30743         * lib/strstr.h (PARAMS): Remove macro.
30744         (strstr): Use ANSI C function declarations.
30745
30746 2002-11-14  Karl Berry  <karl@gnu.org>
30747
30748         * config/mkinstalldirs: `do' on separate line, instead of
30749         `for var; do'.
30750
30751 2002-11-06  Bruno Haible  <bruno@clisp.org>
30752
30753         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30754         * lib/gcd.c (gcd): Likewise.
30755
30756 2002-11-05  Bruno Haible  <bruno@clisp.org>
30757
30758         * lib/gcd.h: New file, from gettext-0.11.5.
30759         * lib/gcd.c: New file, from gettext-0.11.5.
30760
30761 2002-11-05  Bruno Haible  <bruno@clisp.org>
30762
30763         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30764         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30765         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30766         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30767
30768         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30769         <libintl.h>.
30770         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30771         <libintl.h>.
30772
30773         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30774         * lib/human.c: Include gettext.h instead of <libintl.h>.
30775         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30776         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30777         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30778         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30779         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30780         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30781         (textdomain): Remove definition.
30782         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30783
30784         * lib/long-options.c: Remove include of <libintl.h> and definition of
30785         _.
30786         * lib/same.c: Remove include of <libintl.h> and definition of _.
30787
30788 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30789
30790         * lib/config.charset: A few additions for Solaris.
30791
30792 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30793
30794         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30795         * lib/localcharset.c (locale_charset): Declare as extern "C".
30796
30797 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30798
30799         * lib/config.charset: msdos in uk_UA uses CP1125.
30800
30801 2002-11-04  Bruno Haible  <bruno@clisp.org>
30802
30803         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30804         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30805         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30806         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30807         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30808
30809 2002-11-04  Bruno Haible  <bruno@clisp.org>
30810
30811         * lib/localcharset.c (locale_charset): Don't return an empty string.
30812
30813 2002-11-04  Bruno Haible  <bruno@clisp.org>
30814
30815         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30816         aliases.
30817
30818 2002-11-04  Bruno Haible  <bruno@clisp.org>
30819
30820         * lib/config.charset: Update for newest glibc. Add canonical names
30821         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30822
30823 2002-11-04  Bruno Haible  <bruno@clisp.org>
30824
30825         * lib/config.charset: Add support for NetBSD.
30826
30827 2002-11-04  Bruno Haible  <bruno@clisp.org>
30828
30829         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30830
30831 2002-11-01  Bruno Haible  <bruno@clisp.org>
30832
30833         * configure.in: Add AC_CONFIG_AUX_DIR call.
30834         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30835         test/Makefile.
30836         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30837
30838 2002-09-28  Karl Berry  <karl@gnu.org>
30839
30840         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30841         installed automake until the next release, since changes have been
30842         made.
30843
30844 2002-09-25  Karl Berry  <karl@gnu.org>
30845
30846         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30847         * lib/getopt*: copy from libc/posix.
30848         * lib/gettext.h: copy from gettext.
30849         * lib/.cppi-disable: add strdup.c, gettext.h.
30850
30851 2002-09-25  Karl Berry  <karl@gnu.org>
30852
30853         * config/srclist.txt: enable gettext.h check.
30854         * config/config.{guess,sub}: update from prep.
30855         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30856                 from automake 1.6.3.
30857         See srclist*.
30858
30859 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30860
30861         * regex.c (PATFETCH): Remove the translating fetch.
30862         (PATFETCH_RAW): Rename to PATFETCH.
30863         (set_image_of_range): New fun.
30864         (SET_RANGE_TABLE_WORK_AREA): Use it.
30865         (regex_compile): Don't translate the pattern chars so eagerly.
30866         Only do it when inserting an `exactn' bytecode or when handling
30867         a char-range.
30868         (mutually_exclusive_p): Avoid empty statement.
30869
30870 2002-07-06  Jim Meyering  <meyering@lucent.com>
30871
30872         * m4/README: Don't mention Makefile.am.in.
30873         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30874
30875 2002-07-01  Jim Meyering  <meyering@lucent.com>
30876
30877         * lib/c-stack.c: Include sys/time.h.
30878         From Volker Borchert.
30879
30880 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30881
30882         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30883
30884 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30885
30886         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30887         New macro.  Use it uniformly instead of
30888         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30889         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30890         reported by Vin Shelton.
30891
30892 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30893
30894         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30895         Do not assume SA_SIGINFO behavior.
30896         Bug reported by Jim Meyering on NetBSD 1.5.2.
30897
30898 2002-06-22  Jim Meyering  <meyering@lucent.com>
30899
30900         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30901         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30902
30903         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30904         now that configure.ac uses AC_GNU_SOURCE.
30905         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30906         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30907
30908         Update to latest tools.  Suggestions from Paul Eggert.
30909         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30910         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30911         * m4/fnmatch.m4: Likewise.
30912         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30913         to AC_HEADER_STDBOOL
30914
30915 2002-06-22  Jim Meyering  <meyering@lucent.com>
30916
30917         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30918         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30919
30920 2002-06-22  Jim Meyering  <meyering@lucent.com>
30921
30922         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30923
30924         * lib/exitfail.c, exitfail.h: Likewise.
30925         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30926
30927         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30928         of fnmatch.h.
30929         (EXTRA_DIST): Add fnmatch_loop.c.
30930         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30931
30932         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30933         * lib/fnmatch.c: Update from diffutils-2.8.2.
30934         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30935         * lib/fnmatch.h: Remove file.
30936
30937 2002-06-21  Jim Meyering  <meyering@lucent.com>
30938
30939         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30940         * m4/mbrtowc.m4: Likewise.
30941
30942         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30943         * m4/mbswidth.m4: Reflect name change:
30944         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30945         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30946
30947         * m4/lib-link.m4: Update from gettext-0.11.2.
30948         * m4/gettext.m4: Likewise.
30949
30950         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30951         From Alfred M. Szmidt.
30952
30953 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30954
30955         * lib/file-type.h: Report an error if neither S_ISREG nor
30956         S_IFREG is defined, instead of using a test specific to glibc
30957         2.2.  This should be safe, since POSIX requires S_ISREG and
30958         Unix Version 7 had S_IFREG.  We don't need to check for
30959         <sys/types.h> since we don't use any symbols that it defines.
30960
30961 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30962
30963         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30964         $@-t, so that each temporary file name is unique and valid in the first
30965         8 characters, for operation under DOS.
30966
30967 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30968
30969         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30970
30971 2002-06-15  Jim Meyering  <meyering@lucent.com>
30972
30973         Work even with DJGPP 2.03, which lacks support for symlinks.
30974         From Richard Dawe.
30975         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30976         is defined.
30977         * lib/lchown.c (S_ISLNK): Likewise.
30978
30979 2002-06-15  Jim Meyering  <meyering@lucent.com>
30980
30981         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30982         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30983         have been included before this file.
30984
30985 2002-06-14  Jim Meyering  <meyering@lucent.com>
30986
30987         * lib/file-type.h: Use the version from diffutils-2.8.2.
30988         * lib/file-type.c: Likewise.
30989
30990 2002-06-07  Jim Meyering  <meyering@lucent.com>
30991
30992         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
30993         They're needed at least for NetBSD 1.5.2.
30994         ($statxfs_includes): Include those same headers.
30995         ($statxfs_includes): Include sys/vfs.h if available.
30996         ($statxfs_includes): Likewise for sys/statvfs.h.
30997         Check for the following members in both structs statfs and statvfs:
30998         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
30999
31000 2002-06-01  Jim Meyering  <meyering@lucent.com>
31001
31002         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
31003         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
31004
31005 2002-05-28  Jim Meyering  <meyering@lucent.com>
31006
31007         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
31008         Reported by Volker Borchert.
31009
31010 2002-05-27  Jim Meyering  <meyering@lucent.com>
31011
31012         Fix a problem seen only on nonconforming systems whereby ls.c's
31013         use of localtime, and then of gettimeofday would cause trouble:
31014         the localtime call used to initialize rpl_gettimeofday's save
31015         mechanism would clobber ls's current local time information so
31016         that in any long listing the first file would always be listed
31017         with date 1970-01-01.  Analysis by Volker Borchert.
31018
31019         * lib/gettimeofday.c (localtime): Undefine.
31020         (rpl_localtime): New function.
31021
31022 2002-05-27  Jim Meyering  <meyering@lucent.com>
31023
31024         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
31025         localtime.
31026
31027         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
31028         use the replacement function; it wouldn't resolve at link time.
31029         Reported by Volker Borchert.
31030
31031 2002-05-22  Jim Meyering  <meyering@lucent.com>
31032
31033         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
31034         file-type.h.
31035         * lib/file-type.h: New file.
31036         * lib/file-type.c (file_type): New file/function.  Extracted from
31037         diffutils.
31038
31039 2002-04-30  Jim Meyering  <meyering@lucent.com>
31040
31041         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
31042
31043 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31044
31045         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
31046
31047 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31048
31049         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
31050         Do not check for alloca.h (no longer used) or stdbool.h (was never
31051         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
31052
31053 2002-04-29  Paul Eggert  <eggert@twinsun.com>
31054
31055         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
31056
31057 2002-04-29  Jim Meyering  <meyering@lucent.com>
31058
31059         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
31060         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
31061         Use AC_FUNC_STRNLEN here instead.
31062
31063         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
31064         With autoconf-2.53a, it's part of AC_PROG_CC.
31065
31066 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31067
31068         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
31069         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
31070
31071 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31072
31073         * lib/sig2str.h, lib/sig2str.c: New files.
31074         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
31075
31076 2002-04-28  Paul Eggert  <eggert@twinsun.com>
31077
31078         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
31079         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
31080         of 127, since 64 is the largest conceivable number for ancient
31081         nonstandard hosts.
31082         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
31083
31084 2002-04-28  Jim Meyering  <meyering@lucent.com>
31085
31086         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
31087
31088 2002-04-24  Jim Meyering  <meyering@lucent.com>
31089
31090         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
31091         (jm_PREREQ): Use it.
31092
31093         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
31094         mach/mach.h fcntl.h.
31095         Check for this function: setlocale.
31096
31097 2002-04-24  Jim Meyering  <meyering@lucent.com>
31098
31099         * lib/gettext.h: New file, from Gettext.
31100         * lib/Makefile.am (INCLUDES): Remove -I../intl.
31101         (libfetish_a_SOURCES): Add gettext.h.
31102
31103 2002-04-16  Jim Meyering  <meyering@lucent.com>
31104
31105         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
31106         ut_pid, ut_id, ut_exit.
31107
31108 2002-04-16  Jim Meyering  <meyering@lucent.com>
31109
31110         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
31111         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
31112         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
31113
31114 2002-04-12  Jim Meyering  <meyering@lucent.com>
31115
31116         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
31117         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
31118         existence of the getmntinfo function.  Needed for Darwin 5.3.
31119
31120         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
31121         This is necessary at least on Darwin 5.3.
31122
31123         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
31124         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
31125         strnlen.o in the library, and that makes some versions of ranlib
31126         object.
31127
31128 2002-04-12  Jim Meyering  <meyering@lucent.com>
31129
31130         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
31131
31132 2002-04-09  Jim Meyering  <meyering@lucent.com>
31133
31134         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
31135         to be more precise.  Rather than saying we're checking whether the
31136         function `works', say what we're testing.
31137         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
31138         Reported by Bruno Haible.
31139
31140 2002-03-10  Jim Meyering  <meyering@lucent.com>
31141
31142         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
31143         Suggestion from Santiago Vila.
31144
31145 2002-03-08  Jim Meyering  <meyering@lucent.com>
31146
31147         * lib/rename.c: Mention that this wrapper is needed also on
31148         mips-dec-ultrix4.4 systems.
31149
31150 2002-03-02  Jim Meyering  <meyering@lucent.com>
31151
31152         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
31153         not HAVE_CLOCK_SETTIME.
31154
31155 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31156
31157         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
31158         Check for clock_settime.
31159
31160 2002-02-27  Paul Eggert  <eggert@twinsun.com>
31161
31162         * lib/nanosleep.h: Rename to....
31163         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
31164
31165         * lib/gettime.c: New file.
31166         * lib/settime.c: New file.
31167         * lib/stime.c: Remove.
31168
31169         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
31170         timespec.h.  Remove nanosleep.h.
31171
31172 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31173
31174         * m4/acl.m4: New file.
31175         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
31176         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
31177
31178 2002-02-25  Paul Eggert  <eggert@twinsun.com>
31179
31180         * lib/acl.c, lib/acl.h: New files.
31181         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
31182
31183 2002-02-24  Jim Meyering  <meyering@lucent.com>
31184
31185         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
31186         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
31187         cause trouble.  Reported by Nelson Beebe.
31188
31189 2002-02-23  Paul Eggert  <eggert@twinsun.com>
31190
31191         * lib/path-concat.c (xpath_concat): Reorder code to pacify
31192         compilers that don't know that xalloc_die never returns.
31193
31194 2002-02-20  Jim Meyering  <meyering@lucent.com>
31195
31196         * lib/getdate.c: Regenerate using bison-1.33.
31197
31198 2002-02-17  Jim Meyering  <meyering@lucent.com>
31199
31200         * config/config.guess (main): Don't use `head -1'; it's no longer
31201         portable. Use `sed 1q' instead.
31202
31203 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
31204
31205         * m4/codeset.m4: Upgrade to gettext-0.11.
31206         * m4/gettext.m4: Upgrade to gettext-0.11.
31207         * m4/glibc21.m4: Upgrade to gettext-0.11.
31208         * m4/iconv.m4: Upgrade to gettext-0.11.
31209         * m4/isc-posix.m4: Upgrade to gettext-0.11.
31210         * m4/lcmessage.m4: Upgrade to gettext-0.11.
31211         * m4/lib-ld.m4: New file, from gettext-0.11.
31212         * m4/lib-link.m4: New file, from gettext-0.11.
31213         * m4/lib-prefix.m4: New file, from gettext-0.11.
31214         * m4/progtest.m4: Upgrade to gettext-0.11.
31215
31216 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31217
31218         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
31219         (jm_PREREQ): Use it.
31220
31221 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31222
31223         * lib/posixver.c, lib/posixver.h: New files.
31224         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31225
31226 2002-02-02  Paul Eggert  <eggert@twinsun.com>
31227             Bruno Haible  <bruno@clisp.org>
31228
31229         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
31230         (fwrite_success_callback): New declaration.
31231         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
31232         print_unicode_char. Call failure callback instead of error.
31233         (fwrite_success_callback): New function.
31234         (exit_failure_callback): New function.
31235         (fallback_failure_callback): New function.
31236         (print_unicode_char): Call unicode_to_mb.
31237
31238 2002-01-26  Jim Meyering  <meyering@lucent.com>
31239
31240         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
31241         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
31242
31243 2002-01-26  Jim Meyering  <meyering@lucent.com>
31244
31245         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
31246
31247 2002-01-22  Paul Eggert  <eggert@twinsun.com>
31248
31249         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
31250
31251 2002-01-22  Jim Meyering  <meyering@lucent.com>
31252
31253         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
31254         Otherwise, some versions of automake would omit the rule that makes
31255         Makefile from Makefile.in.
31256
31257 2002-01-21  Paul Eggert  <eggert@twinsun.com>
31258
31259         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
31260         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31261         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
31262         (memcoll): Set errno to zero if there is no error.
31263
31264         * lib/quotearg.c (quotearg_buffer_restyled):
31265         Fix bug with quoting buffers containing NUL when backslashing escapes.
31266         This bug was exposed by the other changes in this patch.
31267         (quotearg_n_options): New arg ARGSIZE.
31268         All callers changed.
31269         (quoting_options_from_style): New function.
31270         (quotearg_n_style): Use it.
31271         (quotearg_n_style_mem): New function.
31272
31273         * lib/quotearg.h (quotearg_n_style_mem): New function.
31274
31275 2002-01-19  Jim Meyering  <meyering@lucent.com>
31276
31277         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
31278         Remove useless quotes: DF_PROG="df".
31279         * m4/strnlen.m4: New file.
31280
31281 2002-01-16  Paul Eggert  <eggert@twinsun.com>
31282
31283         * lib/backupfile.c (ISDIGIT): Comment fix.
31284         * lib/getdate.y (ISDIGIT): Likewise.
31285         * lib/posixtm.c (ISDIGIT, year): Likewise.
31286         * lib/strverscmp.c (ISDIGIT): Likewise.
31287         * lib/userspec.c (ISDIGIT): Likewise.
31288
31289 2002-01-16  Jim Meyering  <meyering@lucent.com>
31290
31291         * lib/getdate.y: Add three semicolons, each just before a closing
31292         brace. Bison (as of version 1.31) no longer papers over that mistake.
31293
31294 2002-01-05  Jim Meyering  <meyering@lucent.com>
31295
31296         * lib/version-etc.c (version_etc_copyright): Update copyright year.
31297
31298 2001-12-19  Paul Eggert  <eggert@twinsun.com>
31299
31300         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
31301         not silently exit merely because the output buffer happens to
31302         have nothing pending.
31303
31304 2001-12-18  Paul Eggert  <eggert@twinsun.com>
31305
31306         See the big note in ../ChangeLog.
31307         * lib/human.c (suffixes): Prefer K to k for 1024.
31308         (generate_suffix_backwards): New function.
31309         (human_readable_inexact): Use it.
31310         * lib/xstrtol.c (__xstrtol): If there is no number but there
31311         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
31312         Accept 'K' as well as 'k'.
31313
31314 2001-12-15  Jim Meyering  <meyering@lucent.com>
31315
31316         * lib/regex.h (__restrict_arr): Update from libc.
31317
31318         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
31319         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
31320         (STREQ): Define.
31321
31322 2001-12-14  Jim Meyering  <meyering@lucent.com>
31323
31324         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
31325         Suggestion from Bruno Haible.
31326
31327 2001-12-10  Jim Meyering  <meyering@lucent.com>
31328
31329         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
31330         xrealloc, Instead, include "xalloc.h".
31331         (initbuffer): Don't cast xmalloc return value to char*.
31332         (readline): Reword comment.
31333         Don't cast xrealloc return value to char*
31334         Return NULL, not 0.
31335
31336 2001-12-09  Jim Meyering  <meyering@lucent.com>
31337
31338         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
31339         about `signed and unsigned type in conditional expression'.
31340         * lib/posixtm.c (posix_time_parse): Likewise.
31341
31342         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
31343
31344         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
31345         to avoid a pedantic warning.
31346
31347         * lib/getstr.c: Don't include assert.h.
31348         (getstr): Remove warning-evoking assertions.
31349         Return -1 if offset parameter is out of bounds.
31350         Change the type of a local from int to size_t.
31351
31352         * lib/strftime.c (my_strftime_localtime_r): Include this function
31353         definition in the `#if ! HAVE_TM_GMTOFF' block.
31354
31355         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
31356         Include xalloc.h instead.
31357
31358 2001-12-02  Jim Meyering  <meyering@lucent.com>
31359
31360         * lib/tempname.c: Don't declare getenv, thus reverting the change of
31361         2001-11-18.  It's no longer necessary, now that stdlib.h is always
31362         included.
31363
31364         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
31365         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
31366
31367 2001-11-30  Akim Demaille  <akim@epita.fr>
31368
31369         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
31370         before being defined.
31371
31372 2001-11-27  Paul Eggert  <eggert@twinsun.com>
31373
31374         * lib/quotearg.h (quotearg_n, quotearg_n_style):
31375         First arg is int, not unsigned.
31376         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
31377         (SIZE_MAX, UINT_MAX): New macros.
31378         (quotearg_n_options): Abort if N is negative.
31379         Avoid overflow check on hosts where size_t is 64 bits and int
31380         is 32 bits, as overflow is impossible there.
31381         Fix off-by-one typo that caused unnecessary reallocation.
31382
31383 2001-11-27  Jim Meyering  <meyering@lucent.com>
31384
31385         * lib/tempname.c: Merge with version from libc.
31386         * lib/regex.c: Likewise.
31387
31388         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
31389         systems for which STDC_HEADERS is 0, it was not included, resulting in
31390         a warning about an integer-to-pointer conversion problem with getenv.
31391         Reported by Volker Borchert.
31392
31393 2001-11-26  Jim Meyering  <meyering@lucent.com>
31394
31395         * lib/gtod.h: Remove file.
31396         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
31397         * lib/gettimeofday.c: Don't include gtod.h.
31398         (GTOD_init): Remove function.
31399         (rpl_gettimeofday): Do its job here instead, rather than aborting.
31400         Suggestion from Volker Borchert.
31401
31402 2001-11-23  Jim Meyering  <meyering@lucent.com>
31403
31404         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
31405         it.
31406         * lib/hash.c (struct hash_table): Define it here instead.
31407
31408 2001-11-22  Jim Meyering  <meyering@lucent.com>
31409
31410         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
31411
31412 2001-11-20  Jim Meyering  <meyering@lucent.com>
31413
31414         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
31415         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
31416
31417 2001-11-19  Jim Meyering  <meyering@lucent.com>
31418
31419         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
31420         directory.  Use "conftestXXXXXX" as the template.
31421         Suggestion from Paul Eggert.
31422
31423         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
31424         immediately, so the test doesn't mistakenly hit the max-open-files
31425         limit.
31426
31427 2001-11-18  Paul Eggert  <eggert@twinsun.com>
31428
31429         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
31430         (TEMPORARIES): New macro.
31431         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
31432         removes an artificial limitation (e.g. HP-UX 10.20, where
31433         TMP_MAX is 17576).
31434
31435 2001-11-18  Jim Meyering  <meyering@lucent.com>
31436
31437         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
31438
31439 2001-11-18  Jim Meyering  <meyering@lucent.com>
31440
31441         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
31442         on SunOS 4.
31443
31444         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
31445         files will be created before anything else.
31446
31447 2001-11-17  Paul Eggert  <eggert@twinsun.com>
31448
31449         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
31450         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
31451
31452 2001-11-17  Jim Meyering  <meyering@lucent.com>
31453
31454         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
31455         Prompted by a report from Bob Proulx.
31456
31457         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
31458         Instead, require UTILS_FUNC_MKSTEMP.
31459
31460 2001-11-17  Jim Meyering  <meyering@lucent.com>
31461
31462         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31463         Now, that's done as part of AC_FUNC_STRTOD.
31464
31465 2001-11-17  Jim Meyering  <meyering@lucent.com>
31466
31467         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31468         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31469         rather than group writable.  Patch by Juan F. Codagnone.
31470
31471         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31472         xrealloc, Instead, include "xalloc.h".
31473
31474         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31475         Remove explicit declarations of xmalloc, xrealloc,
31476         and xstrdup.  Instead, include "xalloc.h".
31477
31478         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31479         unlocked-io.h.
31480         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31481         Likewise.
31482         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31483
31484         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31485         Reported by Padraig Brady.
31486
31487         * lib/mkstemp.c: #undef mkstemp.
31488         Include config.h.
31489         (rpl_mkstemp): Rename from mkstemp.
31490         Protoize.
31491
31492 2001-11-16  Jim Meyering  <meyering@lucent.com>
31493
31494         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31495         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31496         determine the amount of total physical memory, use pstat_getstatic.
31497         HPUX-11 doesn't define _SC_PHYS_PAGES.
31498         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31499         If sysconf couldn't be used to determine the amount of available
31500         physical memory, use both pstat_getstatic and pstat_getdynamic.
31501         Based on a patch from Bob Proulx.
31502
31503 2001-11-10  Jim Meyering  <meyering@lucent.com>
31504
31505         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31506         (jm_PREREQ): Use it.
31507
31508 2001-11-09  Jim Meyering  <meyering@lucent.com>
31509
31510         * m4/jm-macros.m4: Require autoconf-2.52f.
31511         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31512         Use these AC_-prefixed names, not the AM_-prefixed ones.
31513
31514         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31515
31516 2001-11-05  Jim Meyering  <meyering@lucent.com>
31517
31518         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31519
31520 2001-11-04  Jim Meyering  <meyering@lucent.com>
31521
31522         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31523         $DEFS.
31524
31525 2001-11-03  Jim Meyering  <meyering@lucent.com>
31526
31527         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31528         of AC_DEFUN.
31529
31530         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31531         know the name of the variable in the macro definition.
31532
31533 2001-11-03  Jim Meyering  <meyering@lucent.com>
31534
31535         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31536         in argmatch_to_argument call.
31537
31538         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31539         argument.
31540
31541         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31542         e.g., a fault due to an attempt to free a NULL pointer.
31543
31544 2001-11-01  Jim Meyering  <meyering@lucent.com>
31545
31546         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31547         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31548
31549 2001-11-01  Jim Meyering  <meyering@lucent.com>
31550
31551         * lib/dirfd.c, lib/dirfd.h: New files.
31552         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31553
31554         * lib/hash.c (hash_print) [TESTING]: Clean up.
31555
31556 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31557
31558         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31559         to avoid a warning if -Wall.
31560
31561 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31562
31563         * README: New file
31564         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31565         (per RMS's instructions, this is now the canonical source)
31566         * lgpl/, gpl/: New directories.
31567
31568 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31569
31570         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31571
31572 2001-10-21  Jim Meyering  <meyering@lucent.com>
31573
31574         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31575         this code would end up calling gettext even in packages built
31576         with --disable-nls.
31577         * lib/getopt.c (_): Likewise.
31578         * lib/regex.c (_): Likewise.
31579
31580 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31581
31582         * m4/error.m4 (jm_PREREQ_ERROR):
31583         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31584         AC_FUNC_STRERROR_R does that.
31585         Check for strerror declaration.
31586
31587         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31588         are supposed to have them these days.
31589         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31590         Merge changes from latest Autoconf CVS.
31591         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31592         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31593         POSIX decided to standardize on the int flavor of strerror_r.
31594
31595 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31596
31597         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31598         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31599         Use strerror_r that is only a macro, even if it is not a function.
31600         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31601         (private_strerror): Use prototypes, not old-style function definition.
31602         (print_errno_message): New function.
31603         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31604         char*-flavored one.
31605         (error_tail, error, error_at_line): Use it.
31606
31607 2001-10-11  Jim Meyering  <meyering@lucent.com>
31608
31609         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31610         and quote_n (1, ... to avoid clobbering a buffer.
31611
31612 2001-10-05  Jim Meyering  <meyering@lucent.com>
31613
31614         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31615         hash-pjw.h.
31616         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31617         * lib/hash-pjw.h: New file.
31618
31619 2001-09-30  Jim Meyering  <meyering@lucent.com>
31620
31621         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31622         `struct fsstat' has the `f_fstypename' member.
31623         Use that to define FS_TYPE, which is now used to make
31624         the getfsstat link test tighter.
31625
31626 2001-09-30  Jim Meyering  <meyering@lucent.com>
31627
31628         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31629         Include <sys/ucred.h>, for Apple Darwin.
31630         Include sys/mount.h and sys/fs_types.h only if available.
31631         (FS_TYPE): Define.
31632         (read_filesystem_list): Use FS_TYPE.
31633
31634 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31635
31636         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31637         a boolean context.
31638
31639 2001-09-29  Jim Meyering  <meyering@lucent.com>
31640
31641         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31642         [one-argument getmntent function]): Include stdio.h before mntent.h.
31643         SunOS 4.1.x needs it for the declaration of `FILE'.
31644         Patch by Volker Borchert.
31645
31646         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31647         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31648         sys/fs_types.h, and make the link-test for getfsstat guard #include
31649         directives with appropriate #if HAVE_*_H tests so that we can
31650         detect getfsstat on Apple Darwin1.3.7 systems.
31651         Reported by Nelson Beebe.
31652         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31653
31654 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31655
31656         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31657         #defines strtoimax.  Also treat the other strto* functions
31658         like strtoimax.
31659
31660         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31661         Check for strtoul and strtoumax,
31662         as those declarations are made even in the signed case.
31663         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31664         Likewise, for strtol and strtoimax.
31665
31666 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31667
31668         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31669         #defines strtoimax.  Also treat the other strto* functions
31670         like strtoimax.
31671
31672         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31673         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31674         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31675
31676 2001-09-26  Jim Meyering  <meyering@lucent.com>
31677
31678         Most macros in unlocked-io.h had the wrong number of arguments.
31679         * lib/gen-uio: New script.
31680         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31681         * lib/unlocked-io.hin: Remove file.
31682         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31683         rather than trying to embed it here.
31684         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31685         Reported by Padraig Brady.
31686
31687 2001-09-25  Volker Borchert  <bt@teknon.de>
31688
31689         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31690         `result'.
31691
31692 2001-09-24  Jim Meyering  <meyering@lucent.com>
31693
31694         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31695
31696 2001-09-23  Jim Meyering  <meyering@lucent.com>
31697
31698         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31699         instead of the mere test for existence of mntent.h.  The latter
31700         would get a false-positive on AIX 3.4 systems.
31701         In the outer getmntent if-block, don't die if neither of the getmntent
31702         tests succeeds.  Instead, just fall through and continue with the
31703         remaining tests.
31704
31705 2001-09-23  Jim Meyering  <meyering@lucent.com>
31706
31707         * lib/mountlist.c: Remove useless parentheses in #if directives.
31708         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31709         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31710
31711 2001-09-22  Jim Meyering  <meyering@lucent.com>
31712
31713         * m4/gettext.m4: New file.  From gettext.
31714         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31715         * m4/progtest.m4: Likewise
31716         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31717         * m4/glibc21.m4: Likewise.
31718
31719         * m4/libintl.m4: Remove.  No longer used.
31720
31721 2001-09-22  Jim Meyering  <meyering@lucent.com>
31722
31723         * lib/localcharset.c: Update from latest gettext.
31724         * lib/config.charset: Likewise.
31725
31726 2001-09-20  Jim Meyering  <meyering@lucent.com>
31727
31728         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31729         strtoimax.
31730         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31731         strtoumax.
31732
31733 2001-09-20  Jim Meyering  <meyering@lucent.com>
31734
31735         * lib/xstrtol.c (strtoimax): Guard declaration with
31736         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31737         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31738         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31739         (strtoumax): Likewise, for completeness (it wasn't necessary).
31740
31741 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31742
31743         * lib/strtoimax.c (HAVE_LONG_LONG):
31744         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31745         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31746         to work around bug in IBM C compiler.
31747
31748 2001-09-17  Jim Meyering  <meyering@lucent.com>
31749
31750         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31751         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31752         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31753         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31754         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31755         whenever the right hand side need not be expanded by the shell.
31756
31757 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31758
31759         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31760         library.  It's not correct, as some older glibcs are buggy.
31761         fnmatch wasn't fixed until glibc 2.2.
31762
31763         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31764         special shell magic here.
31765
31766 2001-09-16  Jim Meyering  <meyering@lucent.com>
31767
31768         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31769         * m4/jm-macros.m4: Require it.
31770
31771 2001-09-16  Jim Meyering  <meyering@lucent.com>
31772
31773         * lib/mkdir.c: New file.
31774
31775 2001-09-15  Jim Meyering  <meyering@lucent.com>
31776
31777         * m4/jm-macros.m4: Check for help2man.
31778
31779 2001-09-11  Jim Meyering  <meyering@lucent.com>
31780
31781         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31782         The body, by Paul Eggert, was moved here from configure.in.
31783         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31784
31785 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31786
31787         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31788         (jm_PREREQ): Use it.
31789
31790 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31791
31792         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31793         Use ssize_t, not int, to store result of readlink.
31794         Check for ssize_t overflow as well as size_t overflow,
31795         as POSIX says the result of readlink is implementation-defined
31796         when ssize_t overflows.
31797         Remove unnecessary cast to char*.
31798         Use free+malloc instead of realloc, as the storage doesn't need
31799         to be preserved and it's clearer and can be more efficient that way.
31800         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31801         * lib/xreadlink.h (xreadlink): Update prototype.
31802
31803 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31804
31805         * lib/xgetcwd.c: Revert some of the previous change; intead,
31806         fix the HAVE_GETCWD_NULL code to behave more like the
31807         !HAVE_GETCWD_NULL code used to.
31808
31809         Include "xalloc.h".
31810         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31811         invoke xalloc_die.
31812
31813 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31814
31815         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31816         sys/param.h, as pathmax.h includes them.
31817
31818 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31819
31820         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31821         (jm_PREREQ_XGETCWD): New macro.
31822
31823         * m4/getcwd.m4: New file.
31824
31825 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31826
31827         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31828         like the HAVE_GETCWD_NULL code.
31829         Include pathmax.h if not HAVE_GETCWD.
31830         Do not include xalloc.h.
31831         (INITIAL_BUFFER_SIZE): New symbol.
31832         Do not use xmalloc / xrealloc, since the caller is responsible for
31833         handling errors.  Preserve errno around `free' during failure.
31834         Do not overrun buffer when using getwd.
31835
31836 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31837
31838         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31839         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31840         getcwd (NULL, 0).
31841
31842 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31843
31844         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31845         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31846         spotted by Jim Meyering.
31847
31848 2001-09-03  Jim Meyering  <meyering@lucent.com>
31849
31850         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31851         failure.
31852
31853 2001-09-02  Jim Meyering  <meyering@lucent.com>
31854
31855         * lib/error.c: Update from GNU libc.
31856
31857 2001-09-01  Jim Meyering  <meyering@lucent.com>
31858
31859         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31860         Used by df.
31861
31862 2001-09-01  Jim Meyering  <meyering@lucent.com>
31863
31864         * lib/xreadlink.c: New file.
31865         * lib/xreadlink.h: New file.
31866         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31867         xreadlink.h.
31868
31869         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31870         doesn't conflict with sparc Solaris 7's definition in
31871         /usr/include/sys/int_types.h.
31872
31873         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31874         files.
31875         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31876         and strncasecmp as r-values.  Unixware didn't have declarations.
31877
31878 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31879
31880         * lib/xstrtol.h: Add copyright notice.
31881         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31882         LONGINT_INVALID_SUFFIX_CHAR.
31883
31884 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31885
31886         * lib/xstrtol.c (strtoimax): New decl.
31887
31888 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31889
31890         * lib/xgetcwd.c: Don't include pathmax.h.
31891         Include stdlib.h and unistd.h if available.
31892         Include xalloc.h.
31893         (xmalloc, xstrdup, free): Remove decls.
31894         (xgetcwd): Don't assume sizes fit in unsigned.
31895         Check for overflow when computing sizes.
31896         Simplify reallocation code.
31897
31898 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31899
31900         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31901         a directory's st_size can have an arbitrary value, so the old
31902         usage could waste an arbitrary amount of memory.  All uses
31903         changed.
31904         * lib/savedir.h: Update prototype.
31905
31906 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31907
31908         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31909
31910         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31911         old strtoimax.c.
31912
31913         Also, make the following further changes to make this file's
31914         configuration more similar to that of strtol.c:
31915         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31916         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31917         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31918         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31919         changed to signed values.
31920
31921         And make the following changes as well:
31922         Fix copyright notice, as 1999 was missing.
31923         (verify): New macro.
31924         (strtoimax): Check sizes at compile-time, not run-time.
31925         Prefer strtol to strtoll if both work.
31926         (main): Remove; it was not that useful and was a pain to maintain.
31927
31928         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31929
31930 2001-08-31  Jim Meyering  <meyering@lucent.com>
31931
31932         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31933         Use an initial, malloc'd, buffer of length 128 rather than
31934         a statically allocated one of length 1024.
31935
31936 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31937
31938         Simplify code, partly by assuming autoconf 2.52 semantics.
31939
31940         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31941
31942         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31943         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31944         All uses removed.
31945         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31946         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31947         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31948         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31949         jm_AC_HEADER_INTTYPES_H.
31950         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31951
31952         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31953
31954         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31955         Quote first arg of AC_DEFUN.
31956         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31957         since they are needed to parse the include file even if we need
31958         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31959         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31960         but with opposite signedness.
31961
31962 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31963
31964         Merge 'exclude' changes from tar 1.13.22.
31965         This fixes one or two unlikely storage allocation overflow bugs,
31966         but doesn't change user-visible behavior otherwise.
31967
31968 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31969
31970         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31971         (jm_PREREQ_EXCLUDE): New macro.
31972
31973 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31974
31975         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31976         tm to be declared.
31977
31978 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31979
31980         * lib/hash.c: Remove '2001' from copyright notice.
31981
31982 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31983
31984         * lib/full-write.h: New file.
31985         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31986         * lib/full-write.c: Correct credits, as cccp.c no longer
31987         exists and anyway it was so heavily changed from the old cccp
31988         code as to be unrecognizable.  Include full-write.h.
31989         (full_write) Return size_t, with short writes meaning failure.
31990         All callers changed.  This fixes a bug with large buffers
31991         on 64-bit hosts.
31992         * lib/utime.c: Include full-write.h.
31993
31994 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31995
31996         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
31997         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
31998         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
31999         Include if available.
32000         (<xalloc.h>): Include
32001         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
32002         (verify): New macro.  Use it to verify that EXCLUDE macros do not
32003         collide with FNM macros.
32004         (struct patopts): New struct.
32005         (struct exclude): Use it, as exclude patterns now come with options.
32006         (new_exclude): Support above changes.
32007         (new_exclude, add_exclude_file):
32008         Initial size must now be a power of two to simplify overflow checking.
32009         (free_exclude, fnmatch_no_wildcards): New function.
32010         (excluded_filename): No longer requires options arg, as the options
32011         are determined by add_exclude.  Now returns bool, not int.
32012         (excluded_filename, add_exclude):
32013         Add support for the fancy new exclusion options.
32014         (add_exclude, add_exclude_file): Now takes int options arg.
32015         Check for arithmetic overflow when computing sizes.
32016         (add_exclude_file): xrealloc might modify errno, so don't
32017         realloc until after errno might be used.
32018
32019         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
32020         New macros.
32021         (free_exclude): New decl.
32022         (add_exclude, add_exclude_file): Now takes int options arg.
32023         (excluded_filename): No longer requires options arg, as the options
32024         are determined by add_exclude.  Now returns bool, not int.
32025
32026 2001-08-30  Paul Eggert  <eggert@twinsun.com>
32027
32028         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
32029
32030 2001-08-27  Jim Meyering  <meyering@lucent.com>
32031
32032         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
32033
32034         * lib/version-etc.c (N_): Remove definition.
32035         Revert most of last change.
32036         Instead, simply don't mark the `Copyright...' string for translation.
32037         Based on advice from Paul Eggert.
32038
32039         * lib/strtoxmax.c: Tweak comment.
32040
32041 2001-08-26  Jim Meyering  <meyering@lucent.com>
32042
32043         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
32044
32045         * m4/xstrtoimax.m4: New file.
32046         * m4/xstrtoumax.m4: Add comments explaining why we
32047         AC_REPLACE_FUNCS(strtol).
32048
32049 2001-08-26  Jim Meyering  <meyering@lucent.com>
32050
32051         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
32052         of copyright with `%s' so translators don't get an untranslated
32053         message in 2002.
32054         (COPYRIGHT_YEAR): Define.
32055         (version_etc): Use fprintf rather than fputs.
32056         Suggestion from Ulrich Drepper.
32057
32058         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
32059
32060         * lib/strtoll.c: New file, from GNU libc.
32061         * lib/xstrtoimax.c: New file.
32062
32063         * lib/xstrtol.h: Add xstrtoimax.
32064         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
32065         * lib/strtoimax.c: New file.  Likewise, but first define
32066         STRTOUXMAX_SIGNED.
32067
32068         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
32069         ...
32070         * lib/strtoxmax.c: ... then renamed to this.
32071
32072 2001-08-18  Paul Eggert  <eggert@twinsun.com>
32073
32074         * m4/inttypes.m4: Add AC_PREREQ(2.13).
32075         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
32076         (jm_AC_TYPE_INTMAX_T): New macro.
32077         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
32078
32079         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
32080
32081         * m4/longlong.m4: Renamed from ulonglong.m4.
32082         * m4/inttypes.m4: Renamed from inttypes_h.m4.
32083         * m4/uintmax_t.m4: Removed.
32084
32085 2001-08-13  Paul Eggert  <eggert@twinsun.com>
32086
32087         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
32088         Port to Solaris 8, where 'sed' requires a space after the 'r'
32089         command, and where sh dislikes "$/".  Clean up the spacing a bit.
32090         Redirect output to $tmp just once.
32091
32092 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
32093
32094         * lib/addext.c (<errno.h>): Include.
32095         (errno): Declare if not defined.
32096         (addext): Work correctly when pathconf returns -1 and leaves
32097         errno alone because there is no limit.  Also, work even if
32098         pathconf returns a value greater than SIZE_MAX.
32099
32100 2001-08-12  Jim Meyering  <meyering@lucent.com>
32101
32102         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
32103         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
32104         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
32105         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
32106         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
32107         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
32108         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
32109         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
32110         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
32111         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
32112         utime.m4, utimes.m4, xstrtoumax.m4:
32113         Quote the first argument in each use of AC_DEFUN.
32114
32115 2001-08-12  Jim Meyering  <meyering@lucent.com>
32116
32117         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
32118         Simply `return getcwd (NULL, 0);'.
32119         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
32120         Use 1300 as initial value for length, not PATH_MAX.
32121
32122         * lib/pathmax.h: Clean up cpp syntax.
32123
32124 2001-08-12  Jim Meyering  <meyering@lucent.com>
32125
32126         * lib/gettimeofday.c: New file.
32127         * lib/gtod.h: New file.
32128         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
32129
32130 2001-08-05  Jim Meyering  <meyering@lucent.com>
32131
32132         * m4/jm-macros.m4: Require autoconf-2.52.
32133
32134 2001-08-04  Jim Meyering  <meyering@lucent.com>
32135
32136         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
32137         stmt, to get in sync with glibc.
32138
32139 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32140
32141         The following changes are from gettext 0.10.39 as maintained by
32142         Bruno Haible.
32143
32144         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
32145         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
32146         with inverted sense.  All uses changed.
32147
32148         * lib/mbswidth.c: Don't include <limits.h>.
32149         Include <stdlib.h> and <string.h> unconditionally.
32150         (iswcntrl, mbsinit, ISCNTRL): New macros.
32151         (mbsnwidth): Use K&R style function declarations.
32152         Don't bother checking for MB_LEN_MAX == 1, since the compiler
32153         can optimize it when MB_CUR_MAX == 1.
32154         The width of control characters is zero, not 1.
32155
32156 2001-08-03  Paul Eggert  <eggert@twinsun.com>
32157
32158         The following changes are from gettext 0.10.39 as maintained by
32159         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
32160
32161         * m4/codeset.m4: Upgrade to serial AM1.
32162         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
32163         all uses changed.  Quote first arg of AC_DEFUN.
32164         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
32165
32166         * m4/iconv.m4: Upgrade to serial AM2.
32167         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
32168         Add --with-libconv-prefix.
32169         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
32170         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
32171         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
32172         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
32173         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
32174
32175         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
32176         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
32177         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
32178         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
32179         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
32180         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
32181         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
32182         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
32183         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
32184
32185         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
32186         string.h any more.
32187
32188         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
32189         not the default value.
32190
32191         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
32192         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
32193         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
32194         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
32195         Also check for iswcntrl, used for wcwidth fallback.
32196         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
32197         to Autoconf 2.13.
32198
32199 2001-08-03  Jim Meyering  <meyering@lucent.com>
32200
32201         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
32202         as it was in the original.  Reported by Paul Eggert.
32203
32204 2001-07-16  Jim Meyering  <meyering@lucent.com>
32205
32206         * m4/gettimeofday.m4: New file.
32207         Prompted by a report from Bernhard Baehr.
32208
32209 2001-07-15  Jim Meyering  <meyering@lucent.com>
32210
32211         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
32212         stuff. Now it's in ../Makefile.cfg.
32213
32214 2001-07-15  Jim Meyering  <meyering@lucent.com>
32215
32216         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
32217         (BUILT_SOURCES): Add unlocked-io.h.
32218         (io_functions): Define.
32219         (unlocked-io.h): New rule.
32220         (DISTCLEANFILES): Add unlocked-io.h.
32221         (all-local): Depend on unlocked-io.h, to ensure it is created.
32222
32223         * lib/unlocked-io.hin: New file
32224
32225         * lib/regex.c: Update from glibc.
32226
32227 2001-07-05  Jim Meyering  <meyering@lucent.com>
32228
32229         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
32230         recommendation.
32231         (libfetish_a_SOURCES): Put all .h files here instead.
32232         Remove a thus-exposed (better checks in automake) duplicate and
32233         two unnecessary .h files.
32234
32235 2001-07-04  Jim Meyering  <meyering@lucent.com>
32236
32237         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
32238         that generates jm-glibc-io.m4 so that it doesn't trigger any make
32239         distcheck failure.
32240
32241 2001-07-02  Jim Meyering  <meyering@lucent.com>
32242
32243         The following changes were prompted by suggestions from Bruno Haible.
32244
32245         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
32246         is now generated.
32247         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
32248         definition of EXTRA_DIST.
32249         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
32250         ensure that the generated file is created/updated whenever the list
32251         of $(unlocked_functions) is changed.
32252         (jm-glibc-io.m4): New rule.
32253         (unlocked-io.h): New rule -- currently unused.
32254
32255 2001-06-24  Jim Meyering  <meyering@lucent.com>
32256
32257         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
32258         unmatched right bracket, rather than kludging it with an extra,
32259         falsely-matching quote in a comment.  Patch by Akim Demaille.
32260
32261 2001-06-11  Jim Meyering  <meyering@lucent.com>
32262
32263         * lib/regex.c: Update from GNU libc.
32264
32265 2001-05-27  Jim Meyering  <meyering@lucent.com>
32266
32267         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
32268         Check for ut_type in struct utmp.
32269
32270 2001-05-27  Jim Meyering  <meyering@lucent.com>
32271
32272         * lib/readutmp.h (UT_TYPE): Define.
32273
32274 2001-05-24  Jim Meyering  <meyering@lucent.com>
32275
32276         * lib/argmatch.c: Include "quote.h".
32277         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
32278         quote function.  Reported by Göran Uddeborg.
32279
32280 2001-05-22  Jim Meyering  <meyering@lucent.com>
32281
32282         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
32283         now that we use the package-supplied version unconditionally.
32284         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
32285
32286 2001-05-21  Jim Meyering  <meyering@lucent.com>
32287
32288         * m4/regex.m4: Change a couple backticks to single quotes to avoid
32289         shell syntax errors.
32290
32291 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32292
32293         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
32294
32295 2001-05-20  Paul Eggert  <eggert@twinsun.com>
32296
32297         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
32298         Don't bother to check library strftime, since
32299         we'll be using our own my_strftime function anyway.
32300         Define my_strftime instead of strftime.
32301
32302 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
32303
32304         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
32305         which is not yet declared.
32306
32307 2001-05-15  Jim Meyering  <meyering@lucent.com>
32308
32309         * m4/regex.m4: Use proper quoting so brackets appear in the test
32310         program.
32311         Reported by, and with help from, Bruno Haible.
32312
32313 2001-05-13  Jim Meyering  <meyering@lucent.com>
32314
32315         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
32316         undefined.
32317
32318 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32319
32320         dirname code cleanup.  base_name now behaves more compatibly
32321         with POSIX basename when given file names that have trailing
32322         slashes, and similarly for dir_name.  Add new primitives
32323         base_len and dir_len.  Put the directory-name-related decls
32324         into dirname.h.
32325
32326         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
32327         * lib/backupfile.c (base_name): Likewise.
32328         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
32329         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
32330         * lib/makepath.c (strip_trailing_slashes): Likewise.
32331         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
32332         ISSLASH): Likewise.
32333         * lib/rename.c (strip_trailing_slashes): Likewise.
32334         * lib/same.c (base_name): Likewise.
32335         * lib/stripslash.c (ISSLASH): Likewise.
32336
32337         * lib/addext.c: Include <dirname.h> after size_t is defined.
32338         * lib/backupfile.c: Likewise.
32339
32340         * lib/addext.c (addext): Use base_len to trim redundant
32341         trailing slashes instead of doing it ourselves.
32342         But do not trim the last slash if it is not redundant.
32343
32344         * lib/backupfile.c (find_backup_file_name,
32345         max_backup_version): Use base_len instead of rolling it ourselves.
32346         Handle the case of "" and (on DOS) "C:" correctly.
32347
32348         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
32349         needed. Include <string.h>, <dirname.h>.
32350         (base_name): Allow file names ending in slashes, other than names
32351         that are all slashes.  In this case, return the basename followed
32352         by the slashes.  This is more general, and can be used in places
32353         where the original base_name purposely had an assertion failure.
32354         (base_len): New function.
32355
32356         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
32357         Do not include <assert.h>; no longer needed.
32358         Include xalloc.h.
32359         (memrchr): Remove decl.
32360         (dir_name_r): Remove.
32361         (dir_len): Renamed from dirlen.  All callers changed.
32362         Rewrite in terms of base_name, for simplicity and consistency.
32363         (dir_name): Never return NULL.  All callers changed.
32364         Do not include <stdlib.h> in test program; no longer needed.
32365         return 0; is fine for test program.
32366
32367         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
32368         New macros.
32369         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
32370
32371         * lib/path-concat.c (path_concat): Use base_len to compute
32372         base length, not strlen; this means we cannot rely on memcpy
32373         to null-terminate.
32374
32375         * lib/same.c (STREQ): Remove.
32376         (same_name): Handle the case where the basename ends in trailing '/'.
32377
32378         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
32379         a slash was stripped.  Do not strip the last slash after a
32380         file system prefix.
32381
32382 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32383
32384         * lib/Makefile.am (libfetish_a_SOURCES):
32385         Add strftime.c, since we now compile it on all hosts.
32386
32387         * lib/strftime.c (my_strftime):
32388         Define to nstrftime if emacs, but only if my_strftime is not defined.
32389         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
32390         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
32391         Add one more extra argument: a nanoseconds value.
32392         All uses changed.
32393         (ns): New macro.
32394         (my_strftime function): Add %N format.
32395         (emacs_strftimeu): Renamed from emacs_strftime,
32396         with extra ut argument.
32397
32398 2001-05-09  Paul Eggert  <eggert@twinsun.com>
32399
32400         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
32401
32402 2001-04-21  Jim Meyering  <meyering@lucent.com>
32403
32404         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
32405         doesn't interfere.
32406
32407 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32408
32409         * m4/ftruncate.m4: Check for chsize.
32410         Link with ftruncate.o unconditionally if ftruncate is missing.
32411         This was required when cross-compiling to i586-mingw32msvc.
32412
32413 2001-04-08  Jim Meyering  <meyering@lucent.com>
32414
32415         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
32416         recomputed; that's necessary when the offset spans a DST transition.
32417         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
32418
32419 2001-04-02  Jim Meyering  <meyering@lucent.com>
32420
32421         * lib/regex.h, regex.c: Update from GNU libc.
32422
32423 2001-03-24  Jim Meyering  <meyering@lucent.com>
32424
32425         * m4/jm-macros.m4: Require autoconf-2.49d.
32426
32427 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
32428
32429         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
32430
32431 2001-03-19  Paul Eggert  <eggert@twinsun.com>
32432
32433         * lib/version-etc.c (version_etc_copyright): Update to 2001.
32434
32435 2001-03-17  Jim Meyering  <meyering@lucent.com>
32436
32437         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
32438         now that the version in autoconf is equivalent.
32439         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
32440
32441         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
32442         Suggestion from Akim Demaille.
32443
32444         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
32445         (jm_PREREQ_TEMPNAME): New function.
32446
32447 2001-03-16  Paul Eggert  <eggert@twinsun.com>
32448
32449         * lib/tempname.c (uint64_t): Define to uintmax_t if
32450         not defined, and if UINT64_MAX is not defined.
32451         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
32452         Reported by John David Anglin.
32453
32454 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
32455
32456         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
32457         resolve alias if codeset is empty.
32458         * lib/config.charset (BeOS): Use wildcard syntax.
32459
32460 2001-03-13  Jim Meyering  <meyering@lucent.com>
32461
32462         * lib/path-concat.c (path_concat)
32463         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32464         concatenating e.g., `C:' and `foo'.
32465         From Bruno Haible.
32466
32467 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32468
32469         * lib/localcharset.c (locale_charset): Don't use
32470         setlocale(LC_CTYPE,NULL). Don't return NULL.
32471         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32472
32473 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32474
32475         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32476         support for DOS/DJGPP.
32477
32478 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32479
32480         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32481         lacks mkstemp.  Compile our own tempname.c if we compile our own
32482         mkstemp.c, as mkstemp relies on tempname.
32483
32484 2001-03-01  Jim Meyering  <meyering@lucent.com>
32485
32486         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32487         AH_VERBATIM really does output its argument verbatim.
32488
32489 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32490
32491         * lib/Makefile.am (libfetish_a_SOURCES):
32492         Add dup-safer.c, fopen-safer.c.
32493         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32494
32495         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32496         * lib/unistd-safer.h: New files.
32497
32498 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32499
32500         The mkstemp replacement is taken from glibc 2.2.2, with some
32501         portability fixes for use outside glibc, as follows:
32502
32503         * lib/tempname.c (struct_stat64): New macro.
32504         (direxists, __gen_tempname): Use it.
32505         This avoids a portability problem with Solaris 8.
32506
32507         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32508         (<stddef.h>, <stdint.h>, <string.h>):
32509         Include only if STDC_HEADERS || _LIBC.
32510         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32511         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32512         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32513         (__set_errno): Define this macro if <errno.h> doesn't.
32514         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32515         Define these macros if <stdio.h> doesn't.
32516         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32517         Define these macros if <sys/stat.h>
32518         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32519         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32520         __xstat64): Define if not _LIBC.
32521         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32522         (__gen_tempname): Invoke gettimeofday only if
32523         HAVE_GETTIMEOFDAY || _LIBC;
32524         otherwise, fall back on plain "time".
32525         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32526
32527         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32528
32529         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32530
32531 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32532
32533         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32534
32535 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32536
32537         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32538         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32539         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32540         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32541
32542 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32543
32544         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32545         Remove workaround macros for hosts that have mbrtowc but not
32546         mbstate_t, as we now insist on proper declarations for both
32547         before using mbrtowc.
32548
32549 2001-02-17  Jim Meyering  <meyering@lucent.com>
32550
32551         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32552         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32553         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32554         UnixWare 7.1.1.
32555
32556         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32557         rather than AC_CACHE_VAL.
32558
32559 2001-02-17  Jim Meyering  <meyering@lucent.com>
32560
32561         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32562         around included file name.
32563
32564         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32565
32566         * lib/strftime.c: Update from GNU libc (the only changes were to
32567         comments).
32568
32569 2001-02-17  Jim Meyering  <meyering@lucent.com>
32570
32571         * lib/regex.c: Update from libc.
32572
32573 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32574
32575         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32576         clash.
32577
32578 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32579
32580         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32581         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32582         Reported by Mark Hounschell via Paul Eggert.
32583
32584 2001-02-07  Jim Meyering  <meyering@lucent.com>
32585
32586         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32587
32588 2001-02-05  Jim Meyering  <meyering@lucent.com>
32589
32590         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32591         it includes the patch required for `large file' support with at least
32592         HP-UX's 10.20 /bin/cc.
32593
32594 2001-02-03  Jim Meyering  <meyering@lucent.com>
32595
32596         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32597         AS_IF, now that it works once again (mysteriously).
32598         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32599
32600 2001-01-30  Jim Meyering  <meyering@lucent.com>
32601
32602         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32603         * m4/chown.m4: Rename conftestchown to conftest.chown.
32604         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32605         s/conftestdir2/conftest.d2/.
32606         * m4/utimes.m4: s/conftestdata/conftest.data/
32607         Inspired by Pavel Roskin's change in autoconf.
32608
32609 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32610
32611         * lib/config.charset: Update for FreeBSD 4.2.
32612
32613 2001-01-27  Jim Meyering  <meyering@lucent.com>
32614
32615         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32616         a use of AS_IF.
32617         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32618
32619 2001-01-26  Jim Meyering  <meyering@lucent.com>
32620
32621         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32622         quotearg.c includes it.
32623
32624 2001-01-26  Jim Meyering  <meyering@lucent.com>
32625
32626         * lib/quotearg.c: Include stddef.h.
32627         * lib/quote.c: Include stddef.h.
32628         Reported by Axel Kittenberger.
32629
32630         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32631         line in double quotes so that it evokes a better diagnostic.
32632         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32633         Reported by Axel Kittenberger.
32634
32635 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32636
32637         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32638         as if it was a `charset'.
32639
32640 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32641
32642         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32643         has const.
32644
32645 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32646
32647         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32648         to avoid a warning.  Add back 'const' to inptr.
32649
32650 2001-01-20  Jim Meyering  <meyering@lucent.com>
32651
32652         Be sure that headers are checked before used in code compiled
32653         for the type checks.
32654         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32655         In place of that, invoke jm_CHECK_ALL_TYPES.
32656         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32657         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32658         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32659         The check for ssize_t was mistakenly run before the test for unistd.h.
32660
32661         The configure-time check for stdbool.h was missing.
32662         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32663         (jm_PREREQ_HASH): New function.
32664
32665 2001-01-17  Jim Meyering  <meyering@lucent.com>
32666
32667         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32668         for autoconf-2.49c.
32669         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32670
32671 2001-01-16  Jim Meyering  <meyering@lucent.com>
32672
32673         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32674         From Bruno Haible.
32675
32676 2001-01-14  Jim Meyering  <meyering@lucent.com>
32677
32678         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32679         foo and bar.  Create conftestdir/ in the script, not in the C code.
32680         Remove directories in the script, not in the C code.
32681         Remove conftestdir{,2} before trying to create the directory.
32682         Make the entire configure script fail if the mkdir fails.
32683
32684 2001-01-14  Jim Meyering  <meyering@lucent.com>
32685
32686         * lib/rename.c: New file.  From Volker Borchert.
32687         Include stdlib.h, string.h or strings.h, and xalloc.h.
32688         Use strip_trailing_slashes rather than open-coding it.
32689
32690 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32691
32692         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32693
32694 2001-01-03  Jim Meyering  <meyering@lucent.com>
32695
32696         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32697         of local `inptr' to avoid warning with some system declarations of
32698         iconv.
32699
32700 2001-01-02  Volker Borchert  <bt@teknon.de>
32701
32702         * m4/rename.m4: New file.
32703         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32704
32705 2001-01-01  Jim Meyering  <meyering@lucent.com>
32706
32707         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32708         even on systems with utmpx.h.  It's necessary for the declaration of
32709         utmp's ut_user member.  Reported by Andreas Jaeger.
32710
32711         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32712         available. They are required for the declarations of getgrgid and
32713         getpwuid resp.
32714         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32715         Reported by Andreas Jaeger.
32716
32717 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32718
32719         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32720         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32721         so `make install' also works in VPATH builds.
32722
32723 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32724
32725         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32726         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32727         can be used in subdirectories.
32728
32729 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32730
32731         * lib/modechange.c: Do not assume that mode_t uses the
32732         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32733         the other-execute bit of FOO even if S_IXOTH != 1.
32734
32735         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32736         WOTH, XOTH, ALLM): New macros.
32737         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32738          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32739         Use them.
32740         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32741         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32742         (mode_compile):
32743         No need to use uintmax_t; unsigned long is long enough.
32744         Don't bother to get suffix since we don't use it.
32745
32746 2000-12-26  Jim Meyering  <meyering@lucent.com>
32747
32748         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32749         better with autoheader.
32750
32751 2000-12-24  Jim Meyering  <meyering@lucent.com>
32752
32753         * lib/hash.c (is_prime): Return explicit boolean values.
32754         (hash_get_first): Return NULL to appease Irix5.6's 89.
32755         Reported by Nelson Beebe.
32756
32757 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32758
32759         * lib/localcharset.c (locale_charset): Add support for Win32.
32760
32761 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32762
32763         * lib/physmem.h, lib/physmem.c: New files.
32764
32765         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32766         (noinst_HEADERS): Add physmem.h.
32767
32768         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32769         't' for compatibility with Solaris 8 sort.
32770
32771 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32772
32773         * lib/config.charset: Add support for BeOS.
32774
32775 2000-12-17  Jim Meyering  <meyering@lucent.com>
32776
32777         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32778         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32779
32780 2000-12-16  Jim Meyering  <meyering@lucent.com>
32781
32782         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32783         N and M) would have treated it like `chown N:N FILE'.
32784
32785         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32786
32787 2000-12-16  Jim Meyering  <meyering@lucent.com>
32788
32789         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32790         SHELLS_FILE to a file name that's useful on djgpp systems.
32791         Include stdlib.h.
32792         (ADDITIONAL_DEFAULT_SHELLS): Define.
32793         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32794         Based mostly on a patch from Prashant TR.
32795
32796 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32797
32798         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32799         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32800         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32801
32802 2000-12-08  Andreas Schwab  <schwab@suse.de>
32803
32804         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32805         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32806
32807 2000-12-07  Jim Meyering  <meyering@lucent.com>
32808
32809         * lib/stripslash.c (ISSLASH): Define.
32810         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32811         `/'.
32812         From Prashant TR.
32813
32814         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32815         (dir_name_r): Declare this function as static.
32816         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32817         manifest itself on a name containing a mix of slashes and
32818         backslashes.
32819         Make this function work with names starting with a DOS-style
32820         drive letter and colon prefix.
32821         (dir_name): Append `.' if necessary.
32822         Based mostly on patches from Prashant TR and Eli Zaretskii.
32823
32824         * lib/dirname.h (dir_name_r): Remove prototype.
32825
32826 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32827
32828         * m4/off_t-format.m4: Remove this file.
32829         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32830
32831 2000-12-06  Jim Meyering  <meyering@lucent.com>
32832
32833         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32834         replacement strtoull, we may well need the replacement strtoul, too.
32835         Check for declarations of strtoul and strtoull.
32836         Check for strtol.  Mainly as a cue to cause automake to include
32837         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32838         Check for limits.h -- strtol.c needs it.
32839
32840 2000-12-05  Jim Meyering  <meyering@lucent.com>
32841
32842         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32843
32844 2000-12-04  Jim Meyering  <meyering@lucent.com>
32845
32846         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32847         Also include memory.h, stdlib.h, unistd.h if appropriate.
32848         Reported by Andreas Jaeger (conflicting declaration of malloc).
32849
32850 2000-12-02  Jim Meyering  <meyering@lucent.com>
32851
32852         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32853         * m4/jm-macros.m4 (jm_MACROS): require it.
32854
32855 2000-12-02  Jim Meyering  <meyering@lucent.com>
32856
32857         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32858
32859 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32860
32861         * lib/memrchr.c: Include <config.h> before any system include file.
32862
32863 2000-11-30  Jim Meyering  <meyering@lucent.com>
32864
32865         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32866
32867 2000-11-30  Jim Meyering  <meyering@lucent.com>
32868
32869         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32870
32871 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32872
32873         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32874
32875 2000-11-26  Jim Meyering  <meyering@lucent.com>
32876
32877         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32878
32879 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32880
32881         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32882         size of (size_t) -1; it's not portable.
32883
32884 2000-11-17  Jim Meyering  <meyering@lucent.com>
32885
32886         * lib/strstr.c: Update from GNU libc.
32887
32888 2000-11-17  Akim Demaille  <akim@epita.fr>
32889
32890         * lib/obstack.h: Formatting changes.
32891         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32892         prevent type checking.
32893         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32894         cast the value to (void *): assigning a `foo *' to a `void *'
32895         variable is valid.
32896         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32897
32898 2000-11-16  Jim Meyering  <meyering@lucent.com>
32899
32900         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32901
32902 2000-11-11  Jim Meyering  <meyering@lucent.com>
32903
32904         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32905
32906 2000-11-10  Jim Meyering  <meyering@lucent.com>
32907
32908         * lib/obstack.h: Update from GNU libc.
32909         * lib/obstack.c: Likewise.
32910
32911 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32912
32913         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32914
32915 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32916
32917         * lib/getusershell.c (setusershell): Use rewind rather than
32918         fseek/fseeko, to avoid configuration hassles with fseeko.
32919         Don't bother opening SHELLS_FILE if shellstream is NULL;
32920         it's not necessary.
32921
32922 2000-11-05  Jim Meyering  <meyering@lucent.com>
32923
32924         * lib/makepath.h (make_dir): Declare.
32925         * lib/makepath.c (make_dir): Remove `static' attribute.
32926         Tweak a comment.
32927
32928 2000-11-04  Jim Meyering  <meyering@lucent.com>
32929
32930         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32931
32932 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32933
32934         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32935         last one in a bucket, advance to the next bucket.
32936
32937 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32938
32939         * lib/fnmatch.c: Do not comment out all the code if we are using
32940         the GNU C library, because in some cases we are replacing buggy
32941         code in the GNU C library itself.
32942
32943 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32944
32945         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32946         (regex_compile): Catch bogus \(\1\).
32947
32948 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32949
32950         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32951         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32952         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32953
32954 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32955
32956         * lib/error.h, getline.h, modechange.h:
32957         Remove "2000" from Copyright line, as the file hasn't been
32958         changed this year other than in the copyright notice.
32959
32960         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32961         was changed this year.
32962
32963 2000-10-29  Jim Meyering  <meyering@lucent.com>
32964
32965         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32966         renaming.
32967         * m4/ls-mntd-fs.m4: Likewise
32968
32969 2000-10-29  Jim Meyering  <meyering@lucent.com>
32970
32971         * lib/xstat.in: Fix grammar in comment.
32972
32973 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32974
32975         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32976         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32977         doesn't define __restrict_arr.
32978
32979 2000-10-28  Jim Meyering  <meyering@lucent.com>
32980
32981         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32982         (jm_PREREQ_MEMCHR): New function.
32983
32984 2000-10-28  Jim Meyering  <meyering@lucent.com>
32985
32986         * lib/memchr.c: Update from libc.
32987         Adjust for portability:
32988         [HAVE_STDLIB_H]: Include stdlib.h.
32989         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32990         Undef __memchr, too.
32991         [!weak_alias]: Define __memchr to memchr.
32992
32993         * lib/regex.c: Update from libc.
32994         * lib/regex.h: Likewise.
32995         * lib/getopt1.c: Likewise.
32996         * lib/memcmp.c: Likewise.
32997
32998         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
32999         Avoid using fseek, when possible -- it's broken by design.
33000         Patch by Ulrich Drepper.
33001
33002 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
33003
33004         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
33005         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
33006         Giving in to popular pressure to shut up the compiler with casts.
33007
33008 2000-10-26  Jim Meyering  <meyering@lucent.com>
33009
33010         * lib/strftime.c: Update from libc.
33011
33012 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
33013
33014         * regex.c: More `unsigned char' -> `re_char' changes.
33015         Also change several `int' into `re_wchar_t'.
33016         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
33017         (PUSH_FAILURE_POINTER): Don't cast any more.
33018         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
33019         We want GCC to complain, since this piece of code makes
33020         re_match non-reentrant, which *should* be fixed.
33021         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
33022         (EXTEND_BUFFER): Use RETALLOC.
33023         (SET_LIST_BIT): Don't cast.
33024         (re_wchar_t): New type.
33025         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
33026         that those two functions will always properly return.
33027         (IMMEDIATE_QUIT_CHECK): Cast to void.
33028         (analyse_first): Use recursion rather than an explicit stack.
33029         (re_compile_fastmap): Can't fail anymore.
33030         (re_search_2): Don't check re_compile_fastmap for failure.
33031         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
33032         Now also sets the new value (passed in a new argument).
33033         (re_match_2_internal): Use it.
33034         Also, use a new var `reg' of type size_t when looping through regs
33035         rather than reuse the inappropriate `mcnt'.
33036
33037 2000-10-25  Jim Meyering  <meyering@lucent.com>
33038
33039         * lib/obstack.c: Update from libc.
33040
33041 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
33042
33043         * regex.c (regex_compile): Change the way of handling a range from
33044         a char less than 256 to a char not less than 256.
33045
33046 2000-10-24  Andrew Innes  <andrewi@gnu.org>
33047
33048         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
33049         NT-Emacs only.
33050         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
33051         so that re_search functions only quit when callers expect them to.
33052
33053 2000-10-23  Jim Meyering  <meyering@lucent.com>
33054
33055         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
33056         wrong.  That set_locale call must not have any side effects.
33057         From Paul Eggert.
33058
33059 2000-10-22  Jim Meyering  <meyering@lucent.com>
33060
33061         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
33062         [CYCLIC]: Remove now-unused definition.
33063
33064         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
33065         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
33066         Suggestion from Ulrich Drepper.
33067
33068 2000-10-21  Jim Meyering  <meyering@lucent.com>
33069
33070         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
33071         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
33072         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
33073
33074 2000-10-21  Jim Meyering  <meyering@lucent.com>
33075
33076         * lib/dirname.c (memrchr): Declare if necessary.
33077         (dir_name): Remove the restriction that there be no
33078         trailing slashes.  Now, this code skips past them, effectively
33079         ignoring them.
33080         [TEST_DIRNAME] (main): New unit tests.
33081
33082         * lib/memrchr.c: New file from GNU libc.
33083         Undef __memrchr, too.
33084         [!weak_alias]: Define __memrchr to memrchr.
33085         Guard weak_alias use with `#ifdef weak_alias'.
33086
33087 2000-10-21  Jim Meyering  <meyering@lucent.com>
33088
33089         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
33090         (dir_name): Use dir_name_r.
33091         * lib/dirname.h (dir_name_r): Declare it.
33092
33093 2000-10-17  Jim Meyering  <meyering@lucent.com>
33094
33095         * lib/quote.h (PARAMS): Define and use.
33096         Reported by Akim Demaille.
33097
33098         * lib/getopt.c: Update from libc.
33099
33100 2000-10-16  Jim Meyering  <meyering@lucent.com>
33101
33102         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
33103         setlocale.
33104         From Jan Fedak.
33105
33106 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
33107
33108         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
33109
33110 2000-09-25  Jim Meyering  <meyering@lucent.com>
33111
33112         * lib/md5.h (rol): Define (from GnuPG).
33113
33114         * lib/sha.c: Give credit (GnuPG) where due.
33115         (M): Use rol rather than open-coding it.
33116         Add a FIXME comment.
33117
33118 2000-09-21  Jim Meyering  <meyering@lucent.com>
33119
33120         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
33121         Reported by Michael Stone.
33122
33123 2000-09-20  Jim Meyering  <meyering@lucent.com>
33124
33125         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
33126         (noinst_HEADERS): Add sha.h.
33127         Based on code from Scott G. Miller and from GnuPG.
33128
33129 2000-09-18  Jim Meyering  <meyering@lucent.com>
33130
33131         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
33132         LIBS. Otherwise, everyone ends up linking with -lelf for some
33133         configurations.
33134         Reported by Mike Stone.
33135
33136 2000-09-15  Jim Meyering  <meyering@lucent.com>
33137
33138         * lib/regex.c: Update from libc.
33139
33140 2000-09-10  Jim Meyering  <meyering@lucent.com>
33141
33142         * lib/getopt.c (_getopt_internal): Update from glibc.
33143
33144 2000-09-09  Jim Meyering  <meyering@lucent.com>
33145
33146         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
33147         think it should be used as a general replacement for isascii.
33148         * lib/fnmatch.c: Likewise.
33149         * lib/mbswidth.c: Likewise
33150         * lib/regex.c: Likewise.
33151
33152         Don't use atoi.
33153         * lib/userspec.c: Include sys/param.h and limits.h.
33154         Include xstrtol.h.
33155         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
33156         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
33157         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
33158         UID, GID.  Check range.
33159
33160 2000-09-06  Jim Meyering  <meyering@lucent.com>
33161
33162         * lib/getopt.c (_getopt_internal): Update from glibc.
33163
33164 2000-08-30  Jim Meyering  <meyering@lucent.com>
33165
33166         * lib/strftime.c: Merge in changes from GNU libc.
33167
33168 2000-08-26  Jim Meyering  <meyering@lucent.com>
33169
33170         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
33171         * m4/fpending.m4: New file.
33172
33173 2000-08-26  Jim Meyering  <meyering@lucent.com>
33174
33175         * lib/closeout.c: Include "__fpending.h".
33176         (close_stdout_status): Return right away if there's nothing to flush.
33177
33178         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
33179         * lib/__fpending.c: New file.
33180         * lib/__fpending.h: New file.
33181
33182 2000-08-20  Jim Meyering  <meyering@lucent.com>
33183
33184         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
33185         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
33186         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
33187
33188 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
33189
33190         Improve fileutils installation on systems where running
33191         programs (like install) can't be unlinked.
33192         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
33193         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
33194
33195 2000-08-07  Paul Eggert  <eggert@twinsun.com>
33196
33197         Standardize on "memory exhausted" instead of "Memory exhausted"
33198         or "virtual memory exhausted".
33199         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
33200         "virtual memory exhausted".
33201         * lib/same.c (same_name): Invoke xalloc_die instead of printing
33202         our own message.
33203         * lib/userspec.c (parse_user_spec): Likewise.
33204         * lib/bumpalloc.h: comment fix
33205         * lib/same.c, userspec.c: Include xalloc.h.
33206
33207         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
33208         not char *const and pointing to a constant array.
33209         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
33210         (xrealloc): Comment fix.
33211
33212         * lib/userspec.c (parse_user_spec):
33213         Don't translate a message until just before returning,
33214         to avoid unnecessary translation.
33215
33216 2000-08-07  Jim Meyering  <meyering@lucent.com>
33217
33218         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
33219         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
33220         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
33221         getgroups.c, gethostname.c, getopt.h, group-member.c,
33222         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
33223         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
33224         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
33225         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
33226         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
33227         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
33228         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
33229         yesno.c: Back out Copyright date changes for each file with no change
33230         this year.  This eases coordination with other programs using the same
33231         source code modules.  From Paul Eggert.
33232
33233 2000-08-06  Paul Eggert  <eggert@twinsun.com>
33234
33235         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
33236         not char, for compatibility with glibc 2.1.3 strftime.c.
33237
33238 2000-08-03  Greg McGary  <greg@mcgary.org>
33239
33240         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
33241         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
33242         (EXTEND_BUFFER): Use them.
33243
33244 2000-08-01  Jim Meyering  <meyering@lucent.com>
33245
33246         * lib/dirname.c (ISSLASH): Define.
33247         (BACKSLASH_IS_PATH_SEPARATOR): Define.
33248         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
33249         both `\' and `/' may be use as path separators.
33250         Based on a patch from Prashant TR.
33251
33252 2000-07-31  Paul Eggert  <eggert@twinsun.com>
33253
33254         * lib/quotearg.c (quotearg_n_options): Don't make the initial
33255         slot vector a constant, since it might get modified.
33256
33257 2000-07-31  Jim Meyering  <meyering@lucent.com>
33258
33259         * lib/xmalloc.c: Use `virtual memory exhausted', not
33260         `Memory exhausted'.
33261         * lib/obstack.c (print_and_abort): Likewise.
33262
33263 2000-07-30  Paul Eggert  <eggert@twinsun.com>
33264
33265         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
33266         buffer, so that the caller can always quote one small
33267         component of a "memory exhausted" message in slot 0.
33268         From a suggestion by Jim Meyering.
33269
33270 2000-07-30  Jim Meyering  <meyering@lucent.com>
33271
33272         * lib/makepath.c (make_path): Quote the other instance, too.
33273
33274         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
33275         (STATIC_BUF_SIZE): Define.
33276         (quotearg_n_options): Use only statically allocated storage when
33277         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
33278         than STATIC_BUF_SIZE.
33279
33280 2000-07-29  Jim Meyering  <meyering@lucent.com>
33281
33282         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
33283         * lib/dirname.c (dir_name): Likewise.
33284
33285         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
33286         `/'.
33287
33288         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
33289         (dir_name): Assert that there are no trailing slashes.
33290
33291 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
33292
33293         * lib/mbswidth.h (mbswidth): Add a flags argument.
33294         (mbswidth): New declaration.
33295         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
33296         * lib/mbswidth.c (mbswidth): Add a flags argument.
33297         (mbsnwidth): New function.
33298
33299 2000-07-24  Jim Meyering  <meyering@lucent.com>
33300
33301         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
33302
33303 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33304
33305         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
33306
33307 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33308
33309         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
33310         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
33311         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
33312         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
33313         invoke multibyte primitives.
33314
33315 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33316
33317         * lib/quotearg.c:
33318         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
33319         so that mbstate_t is always defined.
33320
33321         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
33322         be 1 in at least one GCC installation, and this configuration
33323         error is likely to be common.  Ignoring MB_LEN_MAX hurts
33324         performance on hosts that have mbrtowc but have only unibyte
33325         locales, but I assume these hosts are rare.
33326
33327 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33328
33329         * lib/mbswidth.c (_XOPEN_SOURCE):
33330         Don't define; this causes problems on Solaris 7.
33331         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
33332
33333 2000-07-23  Jim Meyering  <meyering@lucent.com>
33334
33335         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
33336         too: getgrgid, getpwuid, getuid.
33337
33338 2000-07-23  Jim Meyering  <meyering@lucent.com>
33339
33340         * lib/basename.c (base_name): Add an assertion.
33341
33342 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
33343
33344         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
33345         shadow its mbsinit function.
33346
33347 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33348
33349         * lib/mbswidth.h: New file.
33350         * lib/mbswidth.c: New file.
33351         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
33352         (noinst_HEADERS): Add mbswidth.h.
33353
33354 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33355
33356         * lib/config.charset: Add support for FreeBSD. Improve support for
33357         HP-UX and IRIX 6.
33358
33359 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
33360
33361         * m4/mbswidth.m4: New file.
33362         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
33363
33364 2000-07-15  Jim Meyering  <meyering@lucent.com>
33365
33366         * lib/makepath.c: Include quote.h.
33367         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
33368         corresponding argument in a `quote (...)' call.
33369         Give better diagnostics.
33370
33371         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
33372         (noinst_HEADERS): Add quote.h.
33373
33374         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
33375         from tar's src/misc.c.
33376         * lib/quote.h: New file.  Prototypes for same.
33377
33378 2000-07-14  Paul Eggert  <eggert@twinsun.com>
33379
33380         From a suggestion by Bruno Haible.
33381         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
33382         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
33383         to decide whether to define the BeOS workaround macro;
33384         this adjusts to the change to AC_MBSTATE_T.
33385
33386 2000-07-14  Jim Meyering  <meyering@lucent.com>
33387
33388         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
33389         jm_AC_TYPE_UINTMAX_T.
33390
33391 2000-07-13  Paul Eggert  <eggert@twinsun.com>
33392
33393         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
33394
33395         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
33396         quotearg_buffer_restyled): Add support for
33397         clocale_quoting_style.  Undo previous change to
33398         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
33399         and "{RIGHT QUOTATION MARK}" msgids.
33400
33401 2000-07-10  Paul Eggert  <eggert@twinsun.com>
33402
33403         From a suggestion by Bruno Haible.
33404         * m4/mbstate_t.m4 (AC_MBSTATE_T):
33405         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
33406         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
33407         and mbstate_t, to a single-part test that simply defines mbstate_t.
33408         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
33409         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
33410
33411 2000-07-10  Jim Meyering  <meyering@lucent.com>
33412
33413         * m4/strerror_r.m4: Mirror the correction made in autoconf.
33414
33415         * m4/gnu-source.m4: Output to confdefs.h directly.
33416         Suggestion from Akim Demaille.
33417
33418 2000-07-09  Paul Eggert  <eggert@twinsun.com>
33419
33420         The old behavior of quoting `like this' doesn't look good with
33421         newer, ISO-style fonts.  See:
33422         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
33423
33424         Instead, quote "like this" by default.  Let the translator
33425         tailor the locale-specific quoting behavior by providing
33426         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
33427
33428         * lib/quotearg.c (N_): New macro.
33429         (gettext_default): New function.
33430         (quotearg_buffer_restyled): Use
33431         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
33432         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
33433
33434 2000-07-09  Jim Meyering  <meyering@lucent.com>
33435
33436         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
33437         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
33438
33439         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
33440         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
33441
33442 2000-07-09  Jim Meyering  <meyering@lucent.com>
33443
33444         * lib/Most files: Update copyright dates to include 2000.
33445
33446 2000-07-08  Jim Meyering  <meyering@lucent.com>
33447
33448         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
33449         if not defined.
33450         (xgethostname): Remove now-unnecessary #ifdef.
33451         Move declaration of `err' into loop where it's used.
33452
33453 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33454         and Bruno Haible  <haible@clisp.cons.org>
33455
33456         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
33457         only if the test for an object-type mbstate_t fails.  This
33458         prevents us from mistakenly reporting that mbstate_t is a
33459         system object type after we "#define mbstate_t int" to work
33460         around its lack.
33461
33462 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33463         and Bruno Haible  <haible@clisp.cons.org>
33464
33465         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33466
33467 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33468
33469         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33470         to strerror_r.
33471         Include <ctype.h> for use of isalpha.
33472
33473 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33474
33475         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33476         by allocating a larger buffer. Test the gethostname return value for
33477         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33478         returns an error and ENAMETOOLONG isn't defined.
33479
33480 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33481
33482         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33483         dimension.
33484
33485 2000-07-04  Jim Meyering  <meyering@lucent.com>
33486
33487         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33488         of the deprecated AC_CHECKING.
33489
33490 2000-07-04  Jim Meyering  <meyering@lucent.com>
33491
33492         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33493         Reported by Bruno Haible.
33494
33495 2000-07-04  Jim Meyering  <meyering@lucent.com>
33496
33497         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33498         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33499         lacks mbrtowc.
33500
33501 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33502
33503         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33504         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33505
33506 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33507         and Bruno Haible  <haible@clisp.cons.org>
33508
33509         * lib/quotearg.c (mbrtowc):
33510         Assign to *pwc, and return 1 only if result is nonzero.
33511         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33512
33513 2000-07-03  Jim Meyering  <meyering@lucent.com>
33514
33515         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33516
33517 2000-07-03  Jim Meyering  <meyering@lucent.com>
33518
33519         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33520         This is necessary to get a definition of e.g., UTMP_FILE on
33521         HP-UX 10.20.
33522         From Bob Proulx.
33523
33524 2000-07-02  Jim Meyering  <meyering@lucent.com>
33525
33526         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33527
33528         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33529         AC_LIBOBJ(function_name).
33530         * m4/chown.m4: Likewise.
33531         * m4/fnmatch.m4: Likewise.
33532         * m4/ftruncate.m4: Likewise.
33533         * m4/getgroups.m4: Likewise.
33534         * m4/getline.m4: Likewise.
33535         * m4/group-member.m4: Likewise.
33536         * m4/jm-macros.m4: Likewise.
33537         * m4/lstat.m4: Likewise.
33538         * m4/malloc.m4: Likewise.
33539         * m4/memcmp.m4: Likewise.
33540         * m4/nanosleep.m4: Likewise.
33541         * m4/putenv.m4: Likewise.
33542         * m4/realloc.m4: Likewise.
33543         * m4/regex.m4: Likewise.
33544         * m4/stat.m4: Likewise.
33545         * m4/strftime.m4: Likewise.
33546
33547 2000-07-02  Jim Meyering  <meyering@lucent.com>
33548
33549         * lib/quotearg.c (mbstate_t): Don't define here.
33550
33551 2000-07-02  Jim Meyering  <meyering@lucent.com>
33552
33553         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33554
33555 2000-07-01  Jim Meyering  <meyering@lucent.com>
33556
33557         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33558
33559 2000-07-01  Jim Meyering  <meyering@lucent.com>
33560
33561         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33562         problem.
33563
33564 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33565
33566         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33567         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33568
33569 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33570
33571         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33572         per change in ../m4/ls-mntd-fs.m4.
33573         (read_filesystem_list): Ignore symbolic links.
33574
33575 2000-06-29  Jim Meyering  <meyering@lucent.com>
33576
33577         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33578         for declaration of strcmp.
33579
33580         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33581
33582         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33583         Avoid warning by casting result to `char *' to remove `const'.
33584
33585 2000-06-28  Jim Meyering  <meyering@lucent.com>
33586
33587         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33588         included by quotearg.c, for which we perform this test.  From
33589         Bruno Haible.
33590
33591 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33592
33593         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33594         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33595         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33596
33597 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33598
33599         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33600
33601 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33602
33603         savedir now sets errno on failure and invokes xmalloc to get memory.
33604         Fix a couple of other minor bugs while we're at it.
33605
33606         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33607         (NAMLEN): Remove macro.
33608         (malloc, realloc): Remove decls.
33609         (stpcpy): Likewise.
33610         ("xalloc.h"): Include.
33611         (NAME_SIZE_DEFAULT): New macro.
33612         (savedir): Use xmalloc / xrealloc to allocate memory.
33613         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33614         Skip "" directory entries.
33615         Use strlen to calculate directory entry length, since the old method
33616         is rarely used these days and isn't worth supporting.
33617         Don't use a pointer after freeing it.
33618         Check for integer overflow when calculating allocation size.
33619         Use memcpy to copy entries, instead of stpcpy.
33620         Set errno properly when returning NULL.
33621         Check for readdir error.
33622
33623 2000-06-26  Jim Meyering  <meyering@lucent.com>
33624
33625         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33626
33627 2000-06-25  Jim Meyering  <meyering@lucent.com>
33628
33629         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33630         Linux header bug when _XOPEN_SOURCE is defined to 500.
33631
33632 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33633
33634         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33635         deficiency.
33636
33637 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33638
33639         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33640         Include xalloc.h.
33641         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33642
33643 2000-06-24  Jim Meyering  <meyering@lucent.com>
33644
33645         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33646         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33647         for which strerror does return char*, but which lacks a conveniently
33648         accessible declaration of the function.  If the compile-test says
33649         strerror_r doesn't work, then resort to a `run'-test that works on
33650         BeOS and segfaults on DEC Unix.
33651
33652 2000-06-24  Jim Meyering  <meyering@lucent.com>
33653
33654         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33655
33656 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33657
33658         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33659         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33660
33661 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33662
33663         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33664         (mbrtowc, mbstate_t): Define substitutes if
33665         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33666         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33667         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33668
33669 2000-06-23  Jim Meyering  <meyering@lucent.com>
33670
33671         * m4/afs.m4: Add missing AC_MSG_RESULT.
33672         Reported by Bruno Haible.
33673
33674         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33675         Suggestion from Bruno Haible.
33676
33677 2000-06-23  Jim Meyering  <meyering@lucent.com>
33678
33679         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33680
33681 2000-06-21  Jim Meyering  <meyering@lucent.com>
33682
33683         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33684
33685 2000-06-21  Jim Meyering  <meyering@lucent.com>
33686
33687         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33688         (noinst_HEADERS): Add getstr.h.
33689
33690         * lib/getline.c (getstr): Move into a separate file.
33691         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33692         the following changes: new parameter, delim2; both delim[12]
33693         parameters have type `int', not `char'.  The latter would lose
33694         with 8-bit delimiters.
33695         * lib/getstr.h: New file.
33696
33697 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33698
33699         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33700         than 1024, return a memory chunk of least possible size, instead
33701         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33702         Use free/xmalloc instead of xrealloc to avoid copying for very long
33703         paths.
33704
33705 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33706
33707         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33708         the empty string.
33709
33710 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33711
33712         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33713         address, not strdup.  Include <stdlib.h> and don't declare free().
33714
33715 2000-06-19  Jim Meyering  <meyering@lucent.com>
33716
33717         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33718
33719 2000-06-18  Jim Meyering  <meyering@lucent.com>
33720
33721         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33722
33723         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33724         `checking whether...' message to be consistent with that of the
33725         lstat test.
33726
33727 2000-06-18  Jim Meyering  <meyering@lucent.com>
33728
33729         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33730         Besides, these days every porting target provides a mkdir function.
33731
33732         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33733         needed. (this snippet comes from src/system.h).
33734
33735 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33736
33737         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33738
33739 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33740
33741         * lib/human.c (adjust_value): New function.
33742         (human_readable_inexact): Apply rounding style even when
33743         printing approximate values.
33744
33745 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33746
33747         * lib/human.c (human_readable_inexact): Allow an input block
33748         size that is not a multiple of the output block size, and vice versa.
33749         Reported by Piergiorgio Sartor.
33750
33751 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33752
33753         * lib/getdate.y (get_date): Apply relative times after time
33754         zone indicator, not before.  Reported by Todd A. Jacobs.
33755
33756 2000-06-13  Jim Meyering  <meyering@lucent.com>
33757
33758         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33759
33760         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33761
33762 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33763
33764         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33765
33766 2000-06-12  Jim Meyering  <meyering@lucent.com>
33767
33768         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33769         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33770         optional argument.
33771         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33772         the optional argument, `lib'.
33773
33774 2000-06-08  Jim Meyering  <meyering@lucent.com>
33775
33776         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33777
33778 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33779
33780         Rewrite largefile configuration so that we don't need to run
33781         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33782         AC_CANONICAL_HOST in configure.in -- jmm]
33783
33784         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33785         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33786         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33787         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33788         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33789         All uses changed.
33790         Instead of inspecting the output of getconf, try to compile the
33791         test program without and with the macro definition.
33792         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33793         for getconf.  Instead, check for the needed flags by compiling
33794         test programs.
33795
33796 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33797
33798         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33799
33800 2000-06-04  Jim Meyering  <meyering@lucent.com>
33801
33802         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33803         SunOS 4.1.4 for which gid_t is an unsigned type.
33804
33805 2000-06-03  Jim Meyering  <meyering@lucent.com>
33806
33807         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33808         now that autoconf requires that.
33809
33810         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33811         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33812         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33813
33814 2000-06-03  Jim Meyering  <meyering@lucent.com>
33815
33816         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33817
33818 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33819
33820         * m4/glibc21.m4: New file.
33821         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33822
33823 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33824
33825         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33826         newer, don't install charset.alias.
33827         * lib/config.charset: Change the Linux/glibc rules so they become empty
33828         on glibc-2.1 or newer.
33829
33830 2000-06-02  Jim Meyering  <meyering@lucent.com>
33831
33832         * lib/mountlist.c: Back out last change.  Instead, do this...
33833         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33834         me_dummy member using the same `ignore'-testing code.
33835         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33836         fs_type strings.
33837         From Mark D. Roth.
33838
33839 2000-05-29  Jim Meyering  <meyering@lucent.com>
33840
33841         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33842         mounts with the `ignore' attribute.  Based on a patch from
33843         Mark D. Roth.
33844
33845 2000-05-28  Jim Meyering  <meyering@lucent.com>
33846
33847         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33848         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33849         * m4/stat.m4: Likewise.
33850         * m4/lstat.m4: Likewise.
33851         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33852
33853         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33854         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33855
33856 2000-05-26  Jim Meyering  <meyering@lucent.com>
33857
33858         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33859
33860 2000-05-24  Jim Meyering  <meyering@lucent.com>
33861
33862         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33863         autoconf requires that.
33864         * m4/lib-check.m4: Likewise.
33865         * m4/jm-macros.m4: Likewise.
33866         * m4/strftime.m4: Likewise.
33867
33868         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33869         AC_CHECK_DECLS, now that autoconf requires that.
33870
33871 2000-05-22  Jim Meyering  <meyering@lucent.com>
33872
33873         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33874         * m4/lstat.m4: Likewise.
33875
33876 2000-05-22  Jim Meyering  <meyering@lucent.com>
33877
33878         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33879
33880 2000-05-20  Jim Meyering  <meyering@lucent.com>
33881
33882         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33883         (jm_PREREQ): Use it.
33884
33885 2000-05-18  Jim Meyering  <meyering@lucent.com>
33886
33887         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33888         back, too, since it may have been modified by allocate_entry.
33889         (hash_delete): Rewrite to use neither the assignment operator
33890         nor the comma operator in an if-expression.
33891
33892 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33893
33894         * lib/closeout.c:
33895         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33896         Remove; no longer needed.
33897         "quotearg.h": Add include.
33898         (file_name): Do not bother to explicitly initialize to NULL; it's less
33899         efficient on some hosts.
33900         (close_stdout_status): Remove test as to whether stdout was already
33901         closed; it breaks for the case "echo x | sort >&-".
33902         Quote file name colons.
33903         Do not assume that _("write error") lacks format strings.
33904
33905 2000-05-15  Jim Meyering  <meyering@lucent.com>
33906
33907         * lib/version-etc.c (version_etc_copyright): Update the copyright
33908         string used in all --version output.
33909
33910 2000-05-14  Jim Meyering  <meyering@lucent.com>
33911
33912         * lib/closeout.c (close_stdout_set_file_name): New function.
33913         (close_stdout_status): Use new file-scoped global.
33914         Return right away if fstat says the stdout file descriptor is invalid.
33915         * lib/closeout.h (close_stdout_set_file_name): Declare.
33916
33917 2000-05-10  Jim Meyering  <meyering@lucent.com>
33918
33919         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33920         (close_stdout_set_status): New function.
33921         * lib/closeout.h (close_stdout_set_status): Declare.
33922
33923 2000-05-09  Jim Meyering  <meyering@lucent.com>
33924
33925         * m4/gettext.m4: Rename this...
33926         * m4/libintl.m4: ...to this.
33927
33928 2000-05-08  Jim Meyering  <meyering@lucent.com>
33929
33930         * lib/long-options.c: Don't include closeout.h.
33931         (parse_long_options): Don't call close_stdout for --version.
33932
33933 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33934
33935         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33936         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33937         2.1.3 bug.  This avoids a clash when files like regex.c define
33938         _GNU_SOURCE.
33939
33940 2000-05-06  Jim Meyering  <meyering@lucent.com>
33941
33942         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33943         (AC_REPLACE_FUNCS): Add strnlen.
33944
33945         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33946         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33947
33948         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33949         AC_SEARCH_LIBS call for nanosleep.
33950         (LIB_NANOSLEEP): Set and AC_SUBST.
33951
33952 2000-05-06  Jim Meyering  <meyering@lucent.com>
33953
33954         * lib/strnlen.c: Undefine __strnlen and strnlen.
33955         [!weak_alias]: Define __strnlen to strnlen.
33956
33957         * lib/atexit.c: New file, from libiberty.
33958
33959 2000-05-06  Jim Meyering  <meyering@lucent.com>
33960
33961         * lib/closeout.c (close_stdout_status): Also check for errors on the
33962         stderr stream.
33963
33964 2000-05-05  Jim Meyering  <meyering@lucent.com>
33965
33966         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33967         AC_SEARCH_LIBS call for clock_gettime.
33968         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33969
33970         * m4/search-libs.m4: Update from autoconf.
33971
33972         su doesn't work on Solaris 2.6.
33973         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33974         <shadow.h>.  Reported by Dragos Harabor.
33975
33976 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33977
33978         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33979         memcpy instead of xmalloc, xrealloc, path_concat.
33980         (locale_charset): Treat empty environment variables as absent.
33981         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33982
33983 2000-05-04  Jim Meyering  <meyering@lucent.com>
33984
33985         * lib/getopt.c: Update from glibc.
33986         * lib/obstack.c: Likewise.
33987         * lib/obstack.h: Likewise.
33988         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33989         file
33990
33991         * lib/regex.h: Likewise.
33992         * lib/strndup.c: Likewise.
33993         * lib/strnlen.c: New file, from glibc.
33994
33995 2000-05-03  Jim Meyering  <meyering@lucent.com>
33996
33997         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
33998
33999 2000-05-02  Paul Eggert  <eggert@twinsun.com>
34000
34001         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
34002         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
34003         compile-time test, rather than inspecting host and OS, to
34004         decide whether to define _LARGEFILE_SOURCE.
34005
34006 2000-05-01  Jim Meyering  <meyering@lucent.com>
34007
34008         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
34009
34010         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
34011         Based on a patch from Bruno Haible.
34012
34013 2000-05-01  Jim Meyering  <meyering@lucent.com>
34014
34015         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
34016
34017 2000-04-29  Jim Meyering  <meyering@lucent.com>
34018
34019         * lib/path-concat.c: Declare strdup only if it's not defined.
34020         * lib/canon-host.c: Likewise.
34021
34022 2000-04-28  Jim Meyering  <meyering@lucent.com>
34023
34024         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
34025         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
34026         is included first, then limits.h is included by locale.h by libintl.h.
34027         From John David Anglin.
34028
34029 2000-04-25  Jim Meyering  <meyering@lucent.com>
34030
34031         * lib/makepath.c (S_IRWXUGO): Define.
34032         (make_path): Always perform explicit chmod if MODE specifies any
34033         of the `special' permission bits.  Prompted by a bug report against
34034         install from Mate Wierdl and Joost van Baal.
34035
34036 2000-04-18  Jim Meyering  <meyering@lucent.com>
34037
34038         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
34039         (jm_PREREQ): Use it.
34040
34041 2000-04-18  Jim Meyering  <meyering@lucent.com>
34042
34043         * lib/README: New file.
34044
34045         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
34046         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
34047
34048 2000-04-17  Jim Meyering  <meyering@lucent.com>
34049
34050         Get it right :-)
34051         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
34052         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
34053         Suggestion from Akim Demaille.
34054
34055 2000-04-17  Jim Meyering  <meyering@lucent.com>
34056
34057         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
34058         the definition of it to rpl_strftime also defined-away the system's
34059         declaration.
34060
34061 2000-04-15  Jim Meyering  <meyering@lucent.com>
34062
34063         Use `C' to denote so-called `contiguous' files, the same way
34064         that tar does.
34065         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
34066         (ftypelet): Use S_ISCTG.
34067         From Michael Deutschmann.
34068
34069 2000-04-14  Jim Meyering  <meyering@lucent.com>
34070
34071         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
34072         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
34073         clobbered.
34074
34075 2000-04-14  Jim Meyering  <meyering@lucent.com>
34076
34077         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
34078
34079 2000-04-13  Jim Meyering  <meyering@lucent.com>
34080
34081         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
34082         AH_VERBATIM to insert required #ifndef into config.h.in.
34083         Suggestion from Akim Demaille.
34084
34085 2000-04-12  Jim Meyering  <meyering@lucent.com>
34086
34087         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
34088         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
34089         Christian Krackowizer.
34090
34091         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
34092         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
34093         (AC_SYS_LARGEFILE): Require.
34094         (AM_C_PROTOTYPES): Require.
34095
34096 2000-04-08  Jim Meyering  <meyering@lucent.com>
34097
34098         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
34099         names don't conflict.  Reported by Eli Zaretskii.
34100
34101 2000-04-07  Jim Meyering  <meyering@lucent.com>
34102
34103         * lib/putenv.c: Move inclusion of errno.h so it follows that of
34104         sys/types.h, to work around system header problems on AIX 3.2.5.
34105         From Bruno Haible.
34106
34107 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
34108
34109         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
34110         bug.  Deal with the different error behavior of Irix iconv.
34111
34112 2000-04-05  Paul Eggert  <eggert@twinsun.com>
34113
34114         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
34115         IRIX if the installer said otherwise.
34116
34117 2000-04-05  Jim Meyering  <meyering@lucent.com>
34118
34119         Portability tweaks required for ultrix4.3.
34120         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
34121         (jm_CHECK_DECLS): Add getutent to the list of functions.
34122         (_jm_DECL_HEADERS): Add utmpx.h.
34123         From John David Anglin.
34124
34125         * m4/strftime.m4: Back out the 2000-04-02 change.
34126         Instead of that change, simply undefine putenv in the test program.
34127
34128 2000-04-05  Jim Meyering  <meyering@lucent.com>
34129
34130         Portability tweaks required for ultrix4.3.
34131         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
34132         getutent.
34133         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
34134         * lib/canon-host.c: Declare strdup.
34135         * lib/path-concat.c: Likewise.
34136         From John David Anglin.
34137
34138 2000-04-04  Jim Meyering  <meyering@lucent.com>
34139
34140         Be more DOS 8.3-friendly.
34141         * lib/ref-add.sin: Renamed from ref-add.sed.in.
34142         * lib/ref-del.sin: Renamed from ref-del.sed.in.
34143         * lib/Makefile.am: Reflect renaming.
34144         Reported by Eli Zaretskii.
34145
34146         Use a temporary file name that won't clash with `charset.alias'
34147         in the DOS 8.3 name space.
34148         * lib/Makefile.am (charset_tmp): Define.
34149         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
34150         (uninstall-local): Likewise.
34151         Reported by Eli Zaretskii.
34152
34153 2000-04-03  Jim Meyering  <meyering@lucent.com>
34154
34155         * m4/gettext.m4: Fix typo in comment.
34156
34157         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
34158         textutils/configure.in).  Suggestion from Paul Eggert.
34159         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
34160
34161 2000-04-02  Paul Eggert  <eggert@twinsun.com>
34162
34163         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
34164         variable in the shell rather than using putenv, which isn't
34165         portable.  This avoids the configure-time inter-test dependency
34166         on the potentially-renamed putenv function.
34167
34168 2000-03-30  Paul Eggert  <eggert@twinsun.com>
34169
34170         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
34171         before checking struct stat.st_blksize, so that
34172         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
34173
34174 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34175
34176         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
34177         since strftime.c uses HAVE_STRFTIME to decide whether to use
34178         the underlying strftime.
34179
34180 2000-03-29  Paul Eggert  <eggert@twinsun.com>
34181
34182         * lib/time/strftime.c (my_strftime): Make sure we call the system
34183         strftime, not ourselves, when invoking the underlying strftime.
34184
34185 2000-03-24  Jim Meyering  <meyering@lucent.com>
34186
34187         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
34188         (charset_alias): Define.
34189         (install-exec-local): Factor out common code.
34190         (uninstall-local): Split lines longer than 80.
34191         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
34192         (SUFFIXES): Define.
34193         (.sed.in.sed): New rule.  Don't redirect directly to $@.
34194         (CLEANFILES): Add ref-add.sed and ref-del.sed.
34195
34196 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
34197
34198         * lib/config.charset: Output a line containing "Packages using this
34199         file".
34200         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
34201         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
34202         ref-del.sed): New rules.
34203
34204 2000-03-17  Jim Meyering  <meyering@lucent.com>
34205
34206         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
34207         Otherwise, include <strings.h>
34208
34209 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
34210
34211         * lib/unicodeio.c (utf8_wctomb): New function.
34212         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
34213         format instead of in UCS-4 with platform dependent endianness.
34214
34215 2000-03-10  Jim Meyering  <meyering@lucent.com>
34216
34217         * m4/lib-check.m4: Look for getspnam in -lgen, too.
34218         From Marco Franzen.
34219
34220 2000-03-07  Paul Eggert  <eggert@twinsun.com>
34221
34222         * lib/savedir.c (savedir): Work even if directory size is
34223         negative; this can happen with some screwy NFS configurations.
34224
34225 2000-03-06  Jim Meyering  <meyering@lucent.com>
34226
34227         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
34228         if it's NULL (because we ran out of memory).  From Bruno Haible.
34229
34230 2000-03-05  Jim Meyering  <meyering@lucent.com>
34231
34232         * lib/localcharset.c ("path-concat.h"): Include.
34233         (get_charset_aliases): Use path_concat instead of ANSI string
34234         concatenation.
34235
34236         * lib/unicodeio.h (PARAMS): Define.
34237         Use it to guard prototype.
34238
34239 2000-03-04  Jim Meyering  <meyering@lucent.com>
34240
34241         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
34242         for lib/localcharset.c.
34243
34244 2000-03-04  Jim Meyering  <meyering@lucent.com>
34245
34246         * lib/Makefile.am (install-exec-local): Create $(libdir) before
34247         installing into it.
34248         (uninstall-local): Uncomment this rule so `make distcheck' works
34249         once again.
34250
34251         * lib/unicodeio.c (<errno.h>): Include it.
34252         (errno): Declare if not defined.
34253
34254         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
34255
34256         * lib/config.charset: New version, incorporating remarks from a linux
34257         i18n mailing list.  From Bruno Haible.
34258
34259 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
34260
34261         * m4/codeset.m4: New file.
34262         * m4/iconv.m4: New file.
34263         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
34264
34265 2000-03-03  Jim Meyering  <meyering@lucent.com>
34266
34267         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
34268
34269 2000-03-02  Jim Meyering  <meyering@lucent.com>
34270
34271         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
34272         the messages come out on separate lines.
34273
34274         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
34275         rather than jm_CHECK_DECLARATIONS.
34276         * m4/decl.m4: Remove now-unused file.
34277
34278         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
34279         geteuid.
34280
34281 2000-03-02  Jim Meyering  <meyering@lucent.com>
34282
34283         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
34284
34285 2000-03-01  Jim Meyering  <meyering@lucent.com>
34286
34287         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
34288         * lib/unicodeio.c: Likewise.
34289
34290 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
34291
34292         * lib/config.charset: New file.
34293         * lib/localcharset.c: New file.
34294         * lib/unicodeio.h, lib/unicodeio.c: New files.
34295         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
34296         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
34297         (noinst_HEADERS): Add unicodeio.h.
34298         (all-local, install-exec-local, charset.alias): New targets.
34299
34300 2000-02-28  Paul Eggert  <eggert@twinsun.com>
34301
34302         * lib/quotearg.c (ALERT_CHAR): New macro.
34303         (quotearg_buffer_restyled): Use it.
34304
34305 2000-02-27  Jim Meyering  <meyering@lucent.com>
34306
34307         * m4/check-decl.m4: Add getenv to the list.
34308
34309 2000-02-27  Jim Meyering  <meyering@lucent.com>
34310
34311         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
34312         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
34313
34314         * lib/backupfile.c: Guard inclusion of stdlib.h with
34315         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
34316         Declare malloc if needed.
34317
34318         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
34319         `#ifndef HAVE_DECL..'
34320         now that autoconf always defines the HAVE_DECL_ symbols.
34321         * lib/human.c: Likewise.
34322         * lib/same.c: Likewise.
34323         * lib/strtoumax.c: Likewise.
34324
34325         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
34326         declaration check was not run.
34327         * lib/hash.c: Likewise.
34328         * lib/human.c: Likewise.
34329         * lib/same.c: Likewise.
34330         * lib/strtoumax.c: Likewise.
34331
34332         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
34333         `.', then first look up the entire `.'-containing string as a login
34334         name.
34335
34336 2000-02-23  Jim Meyering  <meyering@lucent.com>
34337
34338         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
34339         in place of my hack.
34340
34341 2000-02-18  Paul Eggert  <eggert@twinsun.com>
34342
34343         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
34344         (textint): New typedef.
34345         (parser_control): Member year changed from int to textint.
34346         All uses changed.
34347         (YYSTYPE): Removed; replaced by %union with int and textint members.
34348         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
34349         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
34350         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
34351         (tSNUMBER, tUNUMBER): Now of type <textintval>.
34352         (date, number, to_year): Use width of number in digits, not its value,
34353         to determine whether it's a 2-digit year, or a 2-digit time.
34354         (yylex): Store number of digits of numeric tokens.
34355         Reported by John Kendall.
34356
34357         (parser_control): Changed from struct parser_control to typedef (for
34358         consistency).  All uses changed.
34359
34360         (tID): Removed; not used.
34361         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
34362
34363 2000-02-14  Paul Eggert  <eggert@twinsun.com>
34364
34365         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
34366         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
34367
34368 2000-02-12  Jim Meyering  <meyering@lucent.com>
34369
34370         * lib/userspec.c (ISDIGIT): Define it.
34371         (isdigit): Remove definition.
34372         (is_number): Use ISDIGIT, not isdigit.
34373         <libintl.h>: Include.
34374         (_ and N_): Define.
34375         (parse_user_spec): Mark translatable strings.
34376
34377 2000-02-10  Jim Meyering  <meyering@lucent.com>
34378
34379         With these changes, nanosleep.[ch] are finally enough like the other
34380         lib/* replacement files to compile on a few more losing systems.
34381
34382         * lib/nanosleep.h: Don't include config.h.
34383         Remove prototype from declaration of nanosleep.
34384         (PARAMS): Remove now-unneeded definition.
34385         * lib/nanosleep.c: #undef nanosleep.
34386         (rpl_nanosleep): Rename from nanosleep.
34387
34388 2000-02-10  Jim Meyering  <meyering@lucent.com>
34389
34390         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
34391         gnu_nanosleep to rpl_nanosleep.
34392
34393 2000-02-09  Jim Meyering  <meyering@lucent.com>
34394
34395         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
34396         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
34397
34398 2000-02-08  Akim Demaille  <akim@epita.fr>
34399
34400         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
34401         `[' and `]' and remove uses of `changequote'.
34402         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
34403         (AC_SYS_LARGEFILE): Likewise.
34404         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
34405         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
34406         of changequote.
34407         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
34408         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
34409         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
34410         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
34411
34412 2000-02-05  Jim Meyering  <meyering@lucent.com>
34413
34414         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
34415         Remove explicit use of AC_HEADER_TIME.  It is required by
34416         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
34417         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
34418         in autoconf whereby the expansion of the latter ended up preceding
34419         the expansion of its prerequisite, AC_HEADER_TIME.
34420         Reported by Volker Borchert.
34421
34422 2000-02-03  Jim Meyering  <meyering@lucent.com>
34423
34424         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
34425
34426 2000-02-03  Jim Meyering  <meyering@lucent.com>
34427
34428         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
34429         rather than with `#if HAVE_UTMPNAME'.
34430
34431 2000-02-02  Jim Meyering  <meyering@lucent.com>
34432
34433         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
34434         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
34435         Reported by Eli Zaretskii.
34436
34437 2000-02-01  Jim Meyering  <meyering@lucent.com>
34438
34439         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
34440
34441 2000-01-31  Jim Meyering  <meyering@lucent.com>
34442
34443         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
34444         functions.  Add the time.h and sys/time.h headers along with the
34445         AC_REQUIRE'ment of AC_HEADER_TIME.
34446
34447 2000-01-31  Jim Meyering  <meyering@lucent.com>
34448
34449         * lib/nanosleep.h (nanosleep): Guard declaration with
34450         `#if ! HAVE_DECL_NANOSLEEP'.
34451         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
34452         the declaration in that vendor's sys/timers.h.
34453         Reported by Christian Krackowizer.
34454
34455         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
34456         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
34457         (ISPRINT): Likewise.
34458         Reported by Tom Tromey.
34459
34460 2000-01-30  Jim Meyering  <meyering@lucent.com>
34461
34462         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34463
34464         * m4/prereq.m4 (utmp_includes): Define.
34465         Check for ut_user and ut_name members in both struct utmpx
34466         and struct utmp.
34467
34468 2000-01-30  Jim Meyering  <meyering@lucent.com>
34469
34470         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34471         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34472         header files where only utmpx.ut_user is declared.
34473
34474         * lib/readutmp.h (UT_USER): Define.
34475
34476 2000-01-29  Jim Meyering  <meyering@lucent.com>
34477
34478         * m4/lib-check.m4: New file containing library-related checks from
34479         fileutils and sh-utils (textutils had none).
34480
34481 2000-01-28  Jim Meyering  <meyering@lucent.com>
34482
34483         * m4/perl.m4: Change format of warning message to look more like that
34484         from the missing script.  Suggestion from François Pinard.
34485
34486 2000-01-25  Jim Meyering  <meyering@lucent.com>
34487
34488         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34489         well as time.h in the compile check.
34490         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34491         Fix typo in cross-compiling case: s/yes/no/.
34492
34493 2000-01-23  Jim Meyering  <meyering@lucent.com>
34494
34495         * m4/jm-macros.m4: Move df-related tests here from
34496         fileutils/configure.in
34497
34498         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34499         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34500
34501         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34502         s/space/ac_fsusage_space/.
34503         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34504
34505         * m4/ftruncate.m4: New file (derived from part of
34506         fileutils/configure.in).
34507         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34508         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34509
34510         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34511         AC_SUBST these here, rather than just in sh-util/configure.in, so
34512         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34513         all the same.
34514         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34515         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34516         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34517         (AC_SUBST(POW_LIBM)): Likewise.
34518         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34519
34520 2000-01-23  Jim Meyering  <meyering@lucent.com>
34521
34522         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34523         obstack.c.
34524
34525 2000-01-22  Jim Meyering  <meyering@lucent.com>
34526
34527         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34528
34529         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34530
34531         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34532         configure.in
34533         (AC_CHECK_HEADERS): Likewise for sh-utils.
34534         (AC_CHECK_HEADERS): Likewise for textutils.
34535         Merge the three lists of headers.
34536
34537         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34538         from fileutils' configure.in.
34539
34540         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34541         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34542         check-decl.m4.
34543
34544         * m4/check-decl.m4: Use #if rather than #ifdef.
34545         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34546         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34547         (_jm_DECL_HEADERS): Define new function.
34548         (jm_CHECK_DECLARATIONS): Require it.
34549
34550 2000-01-22  Jim Meyering  <meyering@lucent.com>
34551
34552         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34553         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34554         Required for some AIX systems.  Reported by Christian Krackowizer.
34555         [TESTING] (main): New function.
34556
34557         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34558         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34559         letters.
34560
34561         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34562         iswprint.
34563
34564         * lib/strverscmp.c (ISDIGIT): Define.
34565         (strverscmp): Use ISDIGIT, not isdigit.
34566
34567 2000-01-19  Jim Meyering  <meyering@lucent.com>
34568
34569         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34570         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34571         defines `struct timespec' in <sys/time.h>
34572
34573         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34574         Thanks to Akim for explaining.
34575
34576 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34577
34578         * lib/nanosleep.c (nanosleep):
34579         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34580         POSIX.1 doesn't require SA_INTERRUPT and some systems
34581         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34582         it's been part of POSIX.1 since day 1 (in 1988).
34583
34584 2000-01-17  Jim Meyering  <meyering@lucent.com>
34585
34586         * lib/interlock: Remove unused file.  Reported by François Pinard.
34587
34588 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34589
34590         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34591         alert, backslash, formfeed, and vertical tab unnecessarily in
34592         shell quoting style.
34593
34594 2000-01-16  Jim Meyering  <meyering@lucent.com>
34595
34596         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34597         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34598         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34599         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34600
34601 2000-01-16  Jim Meyering  <meyering@lucent.com>
34602
34603         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34604         because the latter didn't work.
34605
34606 2000-01-15  Jim Meyering  <meyering@lucent.com>
34607
34608         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34609         (AC_REPLACE_FUNCS): Add memcpy and memset.
34610         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34611         Add strpbrk.
34612         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34613
34614 2000-01-12  Jim Meyering  <meyering@lucent.com>
34615
34616         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34617         (jm_PREREQ): Use it.
34618         (jm_PREREQ_READUTMP): New macro.
34619         (jm_PREREQ): Use it.
34620
34621 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34622
34623         Quote multibyte characters correctly.
34624         * m4/c-bs-a.m4: New file.
34625         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34626         (jm_PREREQ): Use it.
34627
34628 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34629
34630         * m4/uintmax_t.m4: Port to autoconf 2.13.
34631
34632 2000-01-08  Jim Meyering  <meyering@ascend.com>
34633
34634         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34635         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34636
34637 2000-01-04  Jim Meyering  <meyering@ascend.com>
34638
34639         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34640         jm_STRUCT_DIRENT_D_TYPE.
34641         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34642         jm_STRUCT_DIRENT_D_INO.
34643         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34644         jm_STRUCT_UTIMBUF.
34645         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34646         renamings.
34647         * m4/utime.m4: Likewise.
34648
34649         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34650         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34651
34652 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34653
34654         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34655         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34656
34657 2000-01-02  Jim Meyering  <meyering@ascend.com>
34658
34659         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34660         remember if this is necessary.
34661
34662 1999-12-26  Jim Meyering  <meyering@ascend.com>
34663
34664         * m4/jm-macros.m4: Use it here.
34665         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34666
34667 1999-12-23  Jim Meyering  <meyering@ascend.com>
34668
34669         * m4/jm-macros.m4: Check for clock_gettime (moved from
34670         fileutils/configure.in)
34671         Check for gettimeofday.
34672
34673 1999-12-20  Jim Meyering  <meyering@ascend.com>
34674
34675         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34676         autoconf-2.14a-1999-12-20.
34677
34678 1999-12-19  Jim Meyering  <meyering@ascend.com>
34679
34680         * m4/lstat-slash.m4: New file.
34681         * m4/jm-macros.m4: Use the new macro:
34682         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34683
34684 1999-12-07  Jim Meyering  <meyering@ascend.com>
34685
34686         * m4/perl.m4: Require that File::Compare be available, too.
34687         Too many systems seem to lack it.
34688
34689         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34690         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34691
34692 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34693
34694         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34695         problem with the QNX 4.25 shell, which doesn't propagate exit
34696         status of failed commands inside shell assignments.
34697
34698 1999-11-17  Jim Meyering  <meyering@ascend.com>
34699
34700         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34701
34702 1999-11-07  Jim Meyering  <meyering@ascend.com>
34703
34704         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34705
34706 1999-11-06  Jim Meyering  <meyering@ascend.com>
34707
34708         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34709         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34710
34711 1999-11-05  Jim Meyering  <meyering@ascend.com>
34712
34713         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34714         configure.in of textutils, fileutils, and sh-utils into this one
34715         (shared between those packages) file.
34716         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34717         AC_STRUCT_ST_BLKSIZE.
34718
34719 1999-11-03  Jim Meyering  <meyering@ascend.com>
34720
34721         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34722         of AC_CHECK_TYPE checks includes unistd.h.
34723         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34724         Suggestion from Akim Demaille.
34725
34726 1999-10-30  Jim Meyering  <meyering@ascend.com>
34727
34728         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34729         m4-quoted string.
34730         * m4/ls-mntd-fs.m4: Likewise.
34731         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34732         * m4/jm-winsz1.m4: Likewise.
34733
34734         * m4/const.m4: Remove file, since the fix made it into the experimental
34735         version of autoconf.
34736         * m4/mktime.m4: Likewise.
34737
34738         * m4/check-type.m4: Remove file, now that the latest version of
34739         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34740
34741         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34742         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34743         AC_CHECK_TYPE.
34744
34745 1999-10-04  Jim Meyering  <meyering@ascend.com>
34746
34747         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34748
34749 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34750
34751         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34752         2.95.1 bug with HP-UX 10.20.
34753
34754 1999-09-17  Jim Meyering  <meyering@ascend.com>
34755
34756         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34757         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34758         due to missing strdup (against sh-utils-2.0).
34759
34760 1999-08-29  Jim Meyering  <meyering@ascend.com>
34761
34762         * m4/jm-macros.m4: Require jm_BISON.
34763         * m4/bison.m4: New file.
34764
34765 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34766
34767         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34768         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34769
34770 1999-08-05  Jim Meyering  <meyering@ascend.com>
34771
34772         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34773         to avoid conflicts with `conftest' on 8+3 filesystems.
34774         Suggestion from Eli Zaretskii.
34775
34776 1999-08-04  Jim Meyering  <meyering@ascend.com>
34777
34778         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34779         fileutils and sh-utils (textutils's getline test was inadequate).
34780         (AM_FUNC_GETLINE): Run this test.
34781         (AC_CHECK_FUNCS): Check for getdelim.
34782         Reported by Bob Proulx.
34783
34784 1999-08-02  Jim Meyering  <meyering@ascend.com>
34785
34786         * m4/jm-macros.m4: Add a comment.
34787
34788 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34789
34790         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34791         <inttypes.h> defines strtoumax as a macro (and not as a
34792         function).
34793
34794 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34795
34796         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34797         that we can shift, multiply and divide unsigned long long
34798         values; Ultrix cc can't do it.
34799
34800 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34801
34802         * m4/mktime.m4: New file, which is a preview of what should appear
34803         in the next public autoconf release.
34804
34805 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34806
34807         * m4/lfs.m4: Remove this file.
34808         * m4/largefile.m4: New file.  It contains the old contents of
34809         lfs.m4, except that all names with prefix AC_LFS have been
34810         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34811         compatible with future autoconf versions.  Also, some minor m4
34812         quoting problems have been fixed.
34813
34814 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34815
34816         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34817         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34818         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34819         and simplify the shell code.
34820
34821 1999-08-01  Jim Meyering  <meyering@ascend.com>
34822
34823         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34824         m4.
34825
34826 1999-07-20  Jim Meyering  <meyering@ascend.com>
34827
34828         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34829
34830 1999-07-15  Jim Meyering  <meyering@ascend.com>
34831
34832         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34833
34834 1999-05-22  Jim Meyering  <meyering@ascend.com>
34835
34836         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34837
34838 1999-05-20  Jim Meyering  <meyering@ascend.com>
34839
34840         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34841         Add a colon after each `then' in case $4 is empty.
34842
34843 1999-05-16  Jim Meyering  <meyering@ascend.com>
34844
34845         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34846
34847 1999-05-10  Jim Meyering  <meyering@ascend.com>
34848
34849         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34850
34851         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34852         AC_FUNC_MKTIME.
34853
34854 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34855
34856         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34857
34858 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34859
34860         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34861         not CPPFLAGS, so that linking works correctly in IRIX.
34862
34863 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34864
34865         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34866
34867 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34868
34869         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34870         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34871         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34872         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34873         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34874
34875         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34876
34877 1999-04-20  Jim Meyering  <meyering@ascend.com>
34878
34879         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34880         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34881         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34882
34883 1999-04-18  Jim Meyering  <meyering@ascend.com>
34884
34885         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34886         * m4/jm-macros.m4: Use it.
34887
34888 1999-04-06  Jim Meyering  <meyering@ascend.com>
34889
34890         * m4/strftime.m4: Remove test for %f.
34891
34892 1999-03-29  Jim Meyering  <meyering@ascend.com>
34893
34894         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34895         superset of the AC_TYPE_* checks in the textutils, fileutils,
34896         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34897         AC_TYPE_PID_T.
34898
34899 1999-03-28  Jim Meyering  <meyering@ascend.com>
34900
34901         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34902         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34903         replaced e.g., in the *.sh files of the sh-utils.
34904
34905 1999-03-20  Jim Meyering  <meyering@ascend.com>
34906
34907         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34908         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34909         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34910
34911 1999-03-19  Jim Meyering  <meyering@ascend.com>
34912
34913         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34914
34915 1999-03-12  Jim Meyering  <meyering@ascend.com>
34916
34917         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34918
34919 1999-03-07  Jim Meyering  <meyering@ascend.com>
34920
34921         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34922         declared.
34923
34924 1999-02-17  Jim Meyering  <meyering@ascend.com>
34925
34926         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34927         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34928
34929 1999-02-07  Jim Meyering  <meyering@ascend.com>
34930
34931         * m4/group-member.m4: New file -- extracted from sh-utils'
34932         configure.in.
34933
34934         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34935         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34936
34937 1999-02-06  Jim Meyering  <meyering@ascend.com>
34938
34939         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34940         * m4/fnmatch.m4: Likewise.
34941         * m4/getgroups.m4: Likewise.
34942         * m4/lstat.m4: Likewise.
34943         * m4/malloc.m4: Likewise.
34944         * m4/putenv.m4: Likewise.
34945         * m4/realloc.m4: Likewise.
34946         * m4/regex.m4: Likewise.
34947         * m4/stat.m4: Likewise.
34948         * m4/strftime.m4: Likewise.
34949         Suggestion from Alain Magloire.
34950
34951         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34952         * m4/fnmatch.m4: Likewise.
34953         * m4/getgroups.m4: Likewise.
34954         * m4/getline.m4: Likewise.
34955         * m4/lstat.m4: Likewise.
34956         * m4/malloc.m4: Likewise.
34957         * m4/memcmp.m4: Likewise.
34958         * m4/putenv.m4: Likewise.
34959         * m4/realloc.m4: Likewise.
34960         * m4/regex.m4: Likewise.
34961         * m4/stat.m4: Likewise.
34962         * m4/strftime.m4: Likewise.
34963         Suggestion from Alain Magloire.
34964
34965         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34966         an argument.
34967
34968         * m4/regex.m4: Add a run-time Test for proper operation of
34969         re_compile_pattern.
34970
34971 1999-01-31  Jim Meyering  <meyering@ascend.com>
34972
34973         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34974
34975 1999-01-30  Jim Meyering  <meyering@ascend.com>
34976
34977         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34978
34979         * m4/jm-mktime.m4: Make this a wrapper around the official
34980         AM_FUNC_MKTIME rather than my private copy, now that the official one
34981         is up to date.
34982         * m4/mktime.m4: Remove file.
34983
34984         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34985         * m4/uptime.m4: Likewise.
34986         * m4/uintmax_t.m4: Likewise.
34987
34988 1999-01-28  Jim Meyering  <meyering@ascend.com>
34989
34990         * m4/jm-macros.m4: Use jm_AFS.
34991         * m4/afs.m4: New file (from fileutils' configure.in).
34992
34993         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
34994         * m4/chown.m4: Likewise.
34995         * m4/d-ino.m4: Likewise.
34996         * m4/d-type.m4: Likewise.
34997         * m4/fnmatch.m4: Likewise.
34998         * m4/getgroups.m4: Likewise.
34999         * m4/gettext.m4: Likewise.
35000         * m4/jm-mktime.m4: Likewise.
35001         * m4/jm-winsz2.m4: Likewise.
35002         * m4/lcmessage.m4: Likewise.
35003         * m4/ls-mntd-fs.m4: Likewise.
35004         * m4/malloc.m4: Likewise.
35005         * m4/memcmp.m4: Likewise.
35006         * m4/putenv.m4: Likewise.
35007         * m4/realloc.m4: Likewise.
35008         * m4/st_mtim.m4: Likewise.
35009         * m4/strftime.m4: Likewise.
35010
35011 1999-01-16  Jim Meyering  <meyering@ascend.com>
35012
35013         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
35014         (ARGMATCH_DIE_DECL): Define.
35015
35016 1999-01-12  Jim Meyering  <meyering@ascend.com>
35017
35018         * m4/Makefile.am.in: Rewrite to avoid using fmt.
35019         Reported by Lars Hecking.
35020
35021 1999-01-10  Jim Meyering  <meyering@ascend.com>
35022
35023         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
35024         gross kludge.
35025         * m4/inttypes_h.m4: Likewise.
35026         * m4/lstat.m4: Likewise.
35027         * m4/malloc.m4: Likewise.
35028         * m4/readdir.m4: Likewise.
35029         * m4/realloc.m4: Likewise.
35030         * m4/st_dm_mode.m4: Likewise.
35031         * m4/stat.m4: Likewise.
35032         * m4/utimbuf.m4: Likewise.
35033         * m4/utimes.m4: Likewise.
35034
35035         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
35036         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
35037         comments in config.h.in are meaningful.
35038
35039         * m4/jm-macros.m4: Require autoconf-2.13 here.
35040
35041         * m4/regex.m4: By default, don't use the included regex.c on systems
35042         with glibc 2.  Suggestion from Uli Drepper.
35043
35044 1999-01-02  Jim Meyering  <meyering@ascend.com>
35045
35046         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
35047
35048 1998-12-18  Jim Meyering  <meyering@ascend.com>
35049
35050         * m4/Makefile.am.in (Makefile.am): Simplify rule.
35051         Based on a suggestion from Lars Hecking.
35052
35053 1998-11-16  Paul Eggert  <eggert@twinsun.com>
35054
35055         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
35056
35057 1998-11-16  Jim Meyering  <meyering@ascend.com>
35058
35059         * m4/lfs.m4: Double-quote the `uname...` expression.
35060
35061 1998-11-14  Jim Meyering  <meyering@ascend.com>
35062
35063         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
35064         * m4/stat.m4: Likewise.
35065
35066 1998-11-03  Jim Meyering  <meyering@ascend.com>
35067
35068         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
35069         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
35070
35071 1998-10-18  Jim Meyering  <meyering@ascend.com>
35072
35073         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
35074
35075 1998-10-17  Jim Meyering  <meyering@ascend.com>
35076
35077         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
35078         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
35079         calls for those previously hard-coded headers.  Instead, take a new
35080         parameter.
35081         (jm_CHECK_DECLARATIONS): Reflect interface change.
35082         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
35083         (jm_CHECK_DECL_LOCALTIME_R): New macro.
35084
35085         * m4/mktime.m4: Test for spring-forward gap before long-running test.
35086
35087 1998-10-14  Jim Meyering  <meyering@ascend.com>
35088
35089         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
35090         instead of "TZ=America/Vancouver".  From Paul Eggert.
35091
35092 1998-10-11  Jim Meyering  <meyering@ascend.com>
35093
35094         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
35095         This adds a test for a recently added compatibility fix for mktime.c.
35096         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
35097
35098 1998-09-27  Jim Meyering  <meyering@ascend.com>
35099
35100         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
35101
35102         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
35103         ../configure.in, including a change from Gordon Matzigkeit to allow
35104         cross-compiling for the Hurd.
35105
35106         * m4/glibc.m4: New file/macro to test for the GNU C Library
35107         versions 1 and 2.  From Gordon Matzigkeit.
35108         Indent.
35109
35110 1998-09-21  Jim Meyering  <meyering@ascend.com>
35111
35112         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
35113
35114 1998-08-18  Paul Eggert  <eggert@twinsun.com>
35115
35116         Port nanosecond-resolution times to UnixWare 2.1.2 and
35117         pedantic Solaris 2.6.
35118
35119         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
35120         AC_STRUCT_ST_MTIM.
35121         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
35122         Generate name of ns member, instead of just 1 or undef.
35123         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
35124
35125 1998-08-15  Jim Meyering  <meyering@ascend.com>
35126
35127         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
35128         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
35129         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
35130         instead of jm_TYPE_SSIZE_T.
35131
35132 1998-08-12  Jim Meyering  <meyering@ascend.com>
35133
35134         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
35135
35136 1998-08-02  Jim Meyering  <meyering@ascend.com>
35137
35138         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
35139         in acconfig.h manually.
35140
35141 1998-07-31  Paul Eggert  <eggert@twinsun.com>
35142
35143         * m4/st_mtim.m4: New file.
35144
35145 1998-07-28  Jim Meyering  <meyering@ascend.com>
35146
35147         * m4/utimes.m4: Undef stat.
35148
35149 1998-07-25  Jim Meyering  <meyering@ascend.com>
35150
35151         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
35152         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
35153
35154 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
35155
35156         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
35157         uid and gid actually remain unchanged.
35158
35159 1998-07-07  Jim Meyering  <meyering@ascend.com>
35160
35161         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
35162
35163 1998-07-04  Jim Meyering  <meyering@ascend.com>
35164
35165         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
35166         to prove that this macro can be used in packages without regex.c.
35167
35168 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
35169
35170         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
35171         is to be used.
35172
35173 1998-07-03  Jim Meyering  <meyering@ascend.com>
35174
35175         * m4/gettext.m4: Add -lintl if it's found to be necessary.
35176
35177         * m4/gettext.m4: New file -- from gettext-0.10.35.
35178         * m4/lcmessage.m4: Likewise.
35179         * m4/progtest.m4: Likewise.
35180
35181         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
35182         * m4/jm-macros.m4: Require the new macro.
35183
35184 1998-06-29  Jim Meyering  <meyering@ascend.com>
35185
35186         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
35187         for the definition of NGROUPS (used in a system header included
35188         by sys/mount.h).
35189
35190 1998-06-28  Jim Meyering  <meyering@ascend.com>
35191
35192         * m4/ls-mntd-fs.m4: New file.
35193         * m4/fstypename.m4: New file.
35194
35195         * m4/jm-macros.m4: Require the new macro.
35196         * m4/jm-glibc-io.m4: New file.
35197
35198 1998-05-19  Jim Meyering  <meyering@ascend.com>
35199
35200         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
35201         * m4/lchown.m4: New file.
35202
35203         * m4/Makefile.am.in: New file.
35204         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
35205
35206 1998-05-14  Jim Meyering  <meyering@ascend.com>
35207
35208         * m4/Makefile.am (EXTRA_DIST): Add them.
35209         * m4/jm-macros.m4: New file.
35210         * m4/utimbuf.m4: New file.
35211
35212 1998-05-12  Jim Meyering  <meyering@ascend.com>
35213
35214         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
35215
35216 1998-05-11  Jim Meyering  <meyering@ascend.com>
35217
35218         * m4/isc-posix.m4: New file.
35219
35220 1998-05-10  Jim Meyering  <meyering@ascend.com>
35221
35222         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
35223
35224 1998-05-09  Jim Meyering  <meyering@ascend.com>
35225
35226         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35227         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
35228         with automake.
35229
35230         * m4/ssize_t.m4: New file.
35231         * m4/mktime.m4: Remove file -- the new automake has this now.
35232
35233 1998-04-26  Jim Meyering  <meyering@ascend.com>
35234
35235         * m4/assert.m4: New file.
35236         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
35237
35238 1998-04-05  Jim Meyering  <meyering@ascend.com>
35239
35240         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
35241         (jm_PREREQ): Use it here.
35242
35243 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
35244
35245         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
35246         in acconfig.h.
35247
35248 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
35249
35250         * m4/prereq.m4: New file.
35251         * m4/error.m4: New file.
35252         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
35253
35254 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
35255
35256         * m4/getline.m4: Don't set am_cv_func_working_getline before the
35257         cache-check for the same variable -- that defeated the purpose of
35258         the test; the test program was never run.  This was a problem only
35259         on systems with losing getline functions -- HP-UX 10.20 is one.
35260         Reported by Bjorn Helgaas.
35261
35262 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
35263
35264         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
35265
35266 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
35267
35268         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
35269
35270         * m4/const.m4: New file.  Use an initializer in this declaration
35271         typedef int charset[2]; const charset x;
35272         Reported by Bob Glickstein.
35273
35274 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
35275
35276         * m4/chown.m4: Fix reversed types on -1 args to chown.
35277         From Kaveh Ghazi.
35278
35279 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
35280
35281         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
35282         Add lseek and memchr.
35283
35284         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
35285         T.E.Dickey <dickey@clark.net> said that some older preprocessors
35286         have a 20-character limit on names.
35287
35288 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
35289
35290         * m4/inttypes_h.m4: New file.
35291         * m4/uintmax_t.m4: New file.
35292         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
35293
35294 Copyright (C) 1997-2007 Free Software Foundation, Inc.
35295 Copying and distribution of this file, with or without modification,
35296 are permitted provided the copyright notice and this notice are preserved.